* {
  padding: 0;
  margin: 0;
}
* ul li {
  list-style-type: none;
}
* .bigBox {
  position: relative;
  top: 100px;
}
* .bigBox .sm_cper {
  display: none;
}
* .bigBox .yBgbox {
  margin-top: 20px;
}
* .bigBox .cpzxerjibg {
  height: 380px;
  width: 100%;
  background: url(../img/cpzxerji.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
* .bigBox .cpzxerjibg .title {
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  color: #ffffff;
}
* .bigBox .xilie {
  height: 185px;
  background-color: #ffffff;
}
* .bigBox .xilie .ulList {
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
* .bigBox .xilie .ulList li {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  margin-bottom: 0px;
}
* .bigBox .xilie .ulList li::before {
  content: '';
  width: 1px;
  height: 32px;
  background: #1e1e1e;
  opacity: 0.3;
  position: absolute;
  top: 20px;
  right: -20px;
}
* .bigBox .xilie .ulList li:nth-child(5)::before {
  display: none;
}
* .bigBox .xilie .ulList li::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #275FBD;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
* .bigBox .xilie .ulList li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
* .bigBox .xilie .ulList li:hover {
  color: #1E1E1E;
}
* .bigBox .xilie .ulList li .cpLiTitle {
  position: relative;
  padding: 4px 0;
  color: #a8a8a8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  width: 100%;
}
* .bigBox .xilie .ulList li .en {
  font-size: 11px;
  color: #a8a8a8;
}
* .bigBox .xilie .ulList .pActive {
  color: #1E1E1E;
}
* .bigBox .xilie .ulList .pActive p {
  color: #1E1E1E;
}
* .bigBox .xilie .ulList .pActive::after {
  transform: scaleX(1);
  transform-origin: left;
}
* .bigBox .con_t {
  margin: 0;
}
* .bigBox .con_t .xilie_content {

  background-color: #F9FBFF;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: none;
}
* .bigBox .con_t .xilie_content .xilie_content_title {
  color: #8a9ca7 !important;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  /*超出的部分隐藏起来。*/
  white-space: nowrap;
  /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis;
  /* 支持 IE */
}
* .bigBox .con_t .xilie_content .xilie_content_c {
  /*padding: 0 30px;*/
  width: 1075px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 auto;
}
* .bigBox .con_t .xilie_content .xilie_content_c .con {
  cursor: pointer;
  width: 258px;
  height: 282px;
  background: #b3c0cd;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  /*超出的部分隐藏起来。*/
  white-space: nowrap;
  /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis;
  /* 支持 IE */
}
* .bigBox .con_t .xilie_content .xilie_content_c .con .big {
  width: 178px;
  height: 91px;
  margin-top: 50px;
  margin-bottom: 30px;
  z-index: 2;
}
* .bigBox .con_t .xilie_content .xilie_content_c .con .yinying {
  z-index: -1;
  height: 1px;
  width: 1px;
  border-radius: 1px;
  position: relative;
  top: -80px;
  transform: translate(-50%, -50%);
  box-shadow: 0 -60px 40px 60px #F6F8F9;
}
* .bigBox .con_t .xilie_content .xilie_content_c .con a {
  cursor: pointer;
  z-index: 100;
}
* .bigBox .con_t .xilie_content .xilie_content_c .con .small {
  margin-top: 20px;
  width: 19px;
  height: 19px;
}
* .common-footer {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .bigBox {
    position: relative;
    top: 81px;
  }
  .bigBox .cpzxerjibg {
    height: 250px !important;
  }
  .bigBox .cpzxerjibg .yBgbox {
    margin-top: 0;
  }
  .bigBox .xilie {
    display: none;
  }
  .bigBox .con_t {
    display: none;
  }
  .bigBox .sm_cper {
    display: block;
  }
  .bigBox .sm_cper .sm_cper_title ul li {
    padding: 5px 0;
  }
  .bigBox .sm_cper .sm_cper_title ul li p {
    text-align: center;
    margin: 0;
    color: #1E1E1E;
    opacity: 0.5;
    font-size: 14px;
  }
  .bigBox .sm_cper .sm_cper_title ul li p:nth-child(2) {
    font-size: 11px;
  }
  .bigBox .sm_cper .sm_cper_title ul li .cp_content {
    display: none;
  }
  .bigBox .sm_cper .sm_cper_title ul li .cp_content .cp_content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #B3C0CD;
    border-bottom: 1px solid #ccc;
  }
  .bigBox .sm_cper .sm_cper_title ul li .cp_content .cp_content_box img {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 50px;
  }
  .bigBox .sm_cper .sm_cper_title ul li .cp_content .cp_content_box .small {
    height: 20px;
    width: 20px;
  }

  .bigBox .sm_cper .sm_cper_title ul li .liActive {
    opacity: 1;
  }
  .common-footer {
    margin-top: 100px;
  }
}
