body { 
background-image:url(../index.jpg); 
height: 100%;width: 100%;
background-size:cover;
background-repeat: no-repeat; 
background-attachment: fixed; 
background-image;
} 

@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600&subset=latin-ext");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*html, body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
*/
@media screen and (max-width: 768px) {
  html, body {
    font-size: 12px;
  }
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  -webkit-transition: .64s ease-in-out;
  transition: .64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  background-color: #fff;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  -webkit-transition: .64s ease-in-out;
  transition: .64s ease-in-out;
}
.popup__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
}
.popup__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: .875rem;
  color: #686868;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: .875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0A0A0A;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
/*弹出窗口结束*/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    background-color: #ddd;
}

ul.pagination li a.active {
    background-color: #F25C27;
    color: white;
    border: 1px solid #F25C27;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

div.center {text-align: center;}

/*sekalist*/
.sekatype{
    height: 40px;width: 100px;background: #000;
    text-align: center;color: white;padding-top: 10px
}
.sekatype a:link{color: white}
.sekatype a:visited{color: white}
.sekatype:hover{
    background:red;
    color: white;
}
.backcolor{background: red}
/*sekalist*/

/*首页div遮罩文字*/
*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
#wrap{
  width: 1008px;
  height: 280px;
  margin: 30px auto;
  /*background: red*/
}
#wrap ul li .a1 img{
  width: 474px;
  height: 267px;
}
#wrap ul li{
  width: 474px;
  height: 267px;
  list-style: none;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 5px;
} 
#wrap ul li .a1 .divA{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 434px;
  height: 46px;
  padding: 10px 20px;
  background: #fafafa;
}
#wrap ul li .a1 .divA>.p1{
  width: 312px;
  height: 25px;
  font-size: 18px;
    line-height: 25px;
    color: #666;
}
#wrap ul li .a1 .divA>.p2{
  width: 312px;
  height: 21px;
    font-size: 14px;
    color: #b4b4b4;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap ul li .a1 .divA>.p3{
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 108px;
  height: 28px;
  color: #f60;
}
#wrap ul li .a1 .divA>.p3>span{
  font-size: 24px;
  font-weight:800;
}
/*遮罩*/
#wrap ul li .a2{
  position: absolute;
  top: 0;
  left:-474PX;
  width: 474px;
  height: 267px;
  text-align: center;
  color: white;
  background: rgba(0,0,0,0.5);
  transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{
  width: 474px;
  text-align: center;
  position: absolute;
  top: 34px;
  left: -474px;
  color: #ffe605;
  font-size: 24px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}
#wrap ul li .a2 .p5{
  width: 474px;
  text-align: center;
  line-height:20px ;
  position: absolute;
  top: 65px;
  left: -474px;
  margin: 30px  0 10px;
  font-size: 14px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .a2 .p6{
  position: absolute;
  top: 140px;
  left: 175px;
  transform: scale(1.4);
  transition: all 0.3s 0.2s ;
}
#wrap ul li .a2 .p6 span{
  font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    color: white;
}
#wrap ul li .a2 .p7{
  position: absolute;
  bottom:-50px;
  left: 145px;
  width: 160px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  margin: 10px auto;
  border: 1px solid;
  transition: all 0.2s 0.5s ;
}
/*首页div遮罩文字*/