.main{
  background-color: #ffffff;
}
.p-container{
  display:  inline-grid;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  place-items: stretch;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 85px;

}
.item-1 {
  position: relative;
  grid-column: 1 / 4;
  grid-row: 1 / 4;
}
.item-1.ac{
  border-right: 1px dashed #292929;
  padding-right: 20px;
}

.item-1 .p-title{
  display: inline-block;
  background: rgba(87, 88, 79, 0.7);
  position:absolute;
  z-index:10;
  /*height: 30%;*/
  letter-spacing: 5px;
  cursor: pointer;
  transition: all 0.5s ease;

}
.p-title h9{
  margin: 10px;
}
.item-1 .p-title:hover{
  transform: scale(1.02);
}
.p-title h2{
  font-family: "微软雅黑", "黑体";
  font-size: 35px;
  color:#ffffff;
}
.p-dec{
  font-family: "Arial", "微软雅黑";
  font-size: 12px;
  width: 54%;
  color:#ffffff;
  opacity: 0.8;
  margin: 10px 10px 5px 10px;
}
.ba{
  position: relative;
  width: 100%;
}
.ba img{
  width: 100%;
  max-height:188px;
}
.bat{
  position:absolute;
  bottom: 0;
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  width:100%;
  transition: all 0.5s ease;
  letter-spacing: 2px;

}
.bh{
  float: left;
  font-size:15px;
  font-weight: bold;
  opacity: 0.8;
  margin: 10px;
}
.bdesc{
  display:table;
  float: right;
  top:50%;
  right: 0;
  opacity: 0.7;
  min-height: 65px;
  padding: 5px;
}
.bat:hover {
  transform: scale(1.05);
}
.bdesc span{
  display: inline-block;
  display:table-cell; vertical-align:middle;

}

.ac-desc{
  margin-top:40px;
  line-height: 30px;
}
.ac-container h8,h10{
  color: #063956;
  margin: 0;
}
.fitimg{
  height: auto;

}
.ba .ac-img{
  width: auto;
  cursor: pointer;
  transition: all 1s;
}
.ac-img:hover{
  transform: scale(1.2);
}
.ac-desc span{
  display: block;
  color: #063956;
  margin:5px  0px;
  letter-spacing: 2px;
}

.p-container.switch-container{
  grid-column-gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 40px;

}
.p-container.switch-container .switchTwo{
  grid-column: 3 /5;
  grid-row:1 /3;
}

.p-container.switch-container .switchThree{
  grid-column: 1 / 3;
  grid-row: 2 /3;
}
.block-content-box {
  visibility: visible;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  position: relative;
}
.block-content-box-list{
  display: table;
  width: 100%;
  padding: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.block-list-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: left;
  background-color: #ffffff;
}
.block-list-item.grey{
  background-color: #F8F6F7;
}
.block-list-item-box {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
  transition: .3s box-shadow;

}
.block-list-item-mask {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  overflow: hidden;
  height: 197px;
}
.block-list-item-image {
  padding-top: 80px!important;
  position: relative;
}
.block-list-item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*overflow: hidden;*/
}
.block-list-item-middle {
  display: table;
  table-layout: fixed;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: auto;
  border-radius: 100%;
}
.block-list-item-middle img {
  position: relative;
  vertical-align: middle;
  cursor: initial!important;
  /*width: 100%;*/
}
.block-list-item-text {
  margin: 0.9em 0 0;
  z-index: 3;
  display: block;
}
.block-list-item-body {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  margin-top: 0;
  text-align: center;
}
.block-list-item-body-title {
  margin-bottom: 8px;
}

.block-list-item-body-text p {
  color: rgb(153, 153, 153);
  font-size: 12px;
  font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
}
.block-list-item-box:hover {
  -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
  -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
  /*box-shadow: rgba(0,0,0,.2) 0px 0px 30px;*/
  box-shadow: 0 0 20px 0 rgba(0,130,255,.6);
}
.block-list-item-body-text span{
  display: block;
}
.fitimg.fit-h{
  height: 100%;

}
@media only screen and (max-width: 768px) {
  .p-container{
    grid-column-gap: 6px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10px;
  }
  .item-1 {
    position: relative;
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    font-size: 12px!important;
  }
  .item-1 .p-title{
    padding: 10px;
    height: auto;
  }

  .item-1 .p-title .p-dec{
    width: 100%;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0;
  }
  .item-1 img{
    margin-top: 40px;
  }
  .item-1.ac {
    border-right: 0px;
    padding-right: 0px;
  }
  .ac-desc{
    margin-top:10px;
  }
  .ba{
    text-align: center;
  }
  .p-container.switch-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  .p-container.switch-container .switchTwo {
    grid-column: 1 /3;
    grid-row: 3 /5;
  }
  .p-container.switch-container .switchThree {
    grid-column: 1 / 3;
    grid-row: 2 /3;
  }
}
@media (max-width: 1025px) and (min-width: 769px){
  .p-container{
    grid-column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);

  }
  .item-1 {
    position: relative;
    grid-column: 1 / 4;
    grid-row: 1 / 1;
  }
  .ba{
    text-align: center;
  }
}

@media only screen and (min-width: 1026px) {
  .item-1 .p-title{
    padding: 20px;
  }

}

