.page{
  padding:50px 0;
}
.page:first-child{
  padding:0px;
}
.title-all h3 {
  font-size: 40px;
  color: #343434;
  font-weight: bold;
}
.title-all h3 span {
  font-weight: normal;
  font-size: 35px;
  float: right;
}
.title-all p {
  font-size: 16px;
  color: #343434;
  opacity: 0.7;
  margin-top: 10px;
}
.p-imgs {
  margin-top: 20px;
}
.p-imgs > a {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.p-imgs > a div {
  overflow: hidden;
}
.p-imgs > a .cover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  left: 15px;
  right: 15px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 300ms;
}
.p-imgs > a:hover .cover {
  opacity: 1;
}
.p-imgs > a img {
  transition: all 300ms;
  width: 100%;
}
.p-imgs > a:hover img {
  transform: scale(1.05);
}
.p-imgs > a .cover span {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p3 {
  width: 100%;
}
.p3-r {
  width: 600px;
  max-width: 100%;
  margin-top: 10%;
}
.p3-r .p1 {
  font-size: 40px;
  font-weight: bold;
  color: #343434;
  margin-bottom: 20px;
}
.p3-r .p2 {
  font-size: 16px;
  color: #252525;
  opacity: 0.6;
}
.p3-r .p2::after {
  content: "";
  width: 130px;
  height: 2px;
  background-color: #252525;
  display: block;
  margin: 16px 0px;
}
.p3-r .p3 {
  font-size: 14px;
  color: #343434;
  line-height: 26px;
  opacity: 0.7;
  margin-bottom: 30px;
}
.p3-r .a1,
.p3-a1 {
  color: #343434;
  border: 1px solid #343434;
  border-radius: 15px;
  width: 160px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.news-ev {
  cursor: pointer;
  overflow: hidden;
  display: block;
  padding: 6px 6px;
}
.news-ev > div {
  overflow: hidden;  
}
.news-ev img {
  width: 100%;
  transition: all 300ms;
}
.news-ev:hover {
  box-shadow: 0 0 10px #ccc;
}
.news-ev:hover img {
  transform: scale(1.05);
}
.news-ev:hover .p2 {
  color: #ea3b37;
}
.news-ev .p1 {
  color: #343434;
  font-size: 16px;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 4px;
}
.news-ev .p2 {
  color: #343434;
  font-size: 18px;
  margin-bottom: 4px;
}
.news-ev .p3 {
  color: #343434;
  font-size: 14px;
  opacity: 0.7;
  line-height: 20px;
}
.news-all {
  margin-top: 25px;
}
.p3-a1 {
  margin-top: 20px;
  float: right;
  margin-bottom: 20px;
}

.footer .auto-auto{
  margin:0px auto;
}

.footer .p1 {
  font-size: 20px;
  margin-bottom: 50px;
}
.footer .inputs {
  min-height: 60px;
}
.footer .inputs span {
  display: block;
  width: 100%;
  font-size: 16px;
  margin:5px 0px;
}
.footer .inputs input,
.footer .inputs textarea {
  display: block;
  width: 100%;
  height: 35px;
  border-radius:3px;
  background-color: #ffffffe0;
  float: left;
  color: #333;
  border: 1px;
}
.footer .inputs textarea {
  height: 130px;
}
.footer-btns button {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #343434;
  border: none;
  border-radius:3px;
  margin: 10px auto 10px;
}
.footer-btns button:first-child {
  margin-right: 16px;
}
/* 手机 全部摆出来 */
@media (max-width: 767.78px){
  .wrapper .page {
    position: static;
    transform: none;
    height: auto;
  }
  .auto-auto {
    position: static;
    transform: none;
  }
  /* 屏幕滑动 */
  .wrapper {
    position: static;
    overflow: auto;
  }
  .page {
    padding: 15px 0;
   }
  .title-all h3 {
    font-size: 20px;
  }
  .title-all h3 span {
    font-size: 14px;
    margin-top: 3px;
  }
  .title-all p {
    font-size: 14px;
  }
  .p-imgs > a .cover span {
    font-size: 20px;
  }
  .news-ev .p2 {   
    font-size: 16px;
   }
   .news-ev .p3 {   
    font-size: 14px;  
    line-height: 1.5;
   }
  .footer .p1 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .footer .inputs span,
  .footer .inputs input,
  .footer .inputs textarea {
    width: 100%;
    margin-bottom:0px;
  }
  .footer-btns {
    margin-left: 0%;
  }
}
