*{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body {
  background: #e5eaef;
  line-height: 28px;
  font-size: 15px;
  /*font-family: "Open Sans", Arial, sans-serif;*/
  color: #333333;
}
.h1, .h2, .h3, h1, h2, h3{
  margin: 0;
}
p{
  margin: 0;
}
.swiper-container{
  margin-top: 89px;
}
@media screen and (max-width: 768px){
  .swiper-container {
    margin-top: 50px;
  }
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 25.6vw;
}
.swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-wrapper {
  height: 100% !important;
}
.swiper-container .swiper-slide{
  height: 100%;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: none;
  width: 2.08333vw;
  height: 3.125vw;
}
.swiper-container .swiper-button-prev > img,
.swiper-container .swiper-button-next > img {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -1.5625vw;
  left: 0;
}
.swiper-container .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -1.5625vw;
  right: 0;
}
.swiper-container:hover .swiper-button-prev {
  display: block;
}
.swiper-container:hover .swiper-button-next {
  display: block;
}
.swiper-pagination span {
  width: 0.729vw;
  height: 0.729vw;
  background: #bd2228;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.52%;
}
@media screen and (min-width: 768px) and (max-width: 999px){
  .swiper-container {
    height: 34vw;
  }
  .swiper-pagination span {
    width: 15px;
    height: 15px;
    background: #bd2228;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px){
  .swiper-container {
    height: 34vw;
  }
  .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #bd2228;
  }
}
@media screen and (max-width: 549px){
  .swiper-container {
    height: 180px;
  }
  .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #bd2228;
  }
  .swiper-container:hover .swiper-button-prev {
    display: none;
  }
  .swiper-container:hover .swiper-button-next {
    display: none;
  }
}
main {
  padding-top: 114px;
  font-weight: 400;
  background: #f9f9f9;
  padding-bottom: 20px;
}
main .main-title h2,
main .main-title p {
  text-align: center;
}
main .main-title h2 {
  font-size: 24px;
  font-weight: 400;
}
main .main-title p {
  font-size: 18px;
}
main .main-content {
  padding-left: 18.75%;
  padding-right: 18.0729%;
  width: 100%;
  box-sizing: border-box;
  margin-top: 35px;
  font-size: 0;
}
main .main-content .con-list {
  position: relative;
  display: inline-block;
  background: #fff;
  margin-right: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: calc(25% - 13px);
  width: -webkit-calc(25% - 13px);
  width: -moz-calc(25% - 13px);
}
main .main-content .con-list .list-a img {
  width: 100%;
  height: auto;
}
main .main-content .con-list .list-b {
  width: 55px;
  height: 55px;
  margin:20px auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
main .main-content .con-list .list-b img {
  width: 100%;
  height: auto;
}
main .main-content .con-list .list-c {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  height: 50px;
}
main .main-content .con-list .hovers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow:2px 2px 17px 4px rgba(189,189,190,0.56);
}
main .main-content .con-list .hovers .h-top {
  width: 55px;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin:20px auto;
}
main .main-content .con-list .hovers .h-top img {
  width: 100%;
  height: auto;
}
.none{
  display: none;
}
main .main-content .con-list .hovers .h-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
main .main-content .con-list .hovers .h-code {
  position: absolute;
  padding-bottom: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
main .main-content .con-list .hovers .h-code img {
  width: 38.931955211%;
  height: auto;
}
main .main-content .con-list .hovers .h-code p {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
@media screen and (max-width: 1595px) {
  main .main-content .con-list {
    width: calc(33.3% - 13px);
    width: -webkit-calc(33.3% - 13px);
    width: -moz-calc(33.3% - 13px);
  }
}
@media screen and (max-width: 1300px) {
  main .main-content .con-list .list-b{
    margin: 10px auto;
  }
  main .main-content .con-list .hovers .h-top{
    margin: 10px auto;
  }
  main .main-content .con-list .list-c{
    line-height: 20px;
    height: 40px;
  }
  main .main-content .con-list .hovers .h-text{
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  main .main-content .con-list {
    width: calc(50% - 13px);
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
  }
}
@media screen and (max-width: 800px) {
  main {
    padding-top: 40px;
  }
  main .main-content .con-list{
    margin-bottom: 20px;
  }
  main .main-content{
    margin-top: 20px;
  }
  main .main-content .con-list {
    width: 100%;
  }
}
/*分页*/
.page {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.page .page-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 18px;
  border: 1px solid #DCDCDC;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.page .page-list img {
  width: 100%;
  height: 100%;
}
.page span {
  margin: 0 12px;
}
.page input {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 50px;
  height: 30px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 450px){
  .page{
    margin-top: 10px;
  }
  .page .page-list {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .page input{
    width: 40px;
    height: 26px;
  }
}