
.banner {
  width: 100%;
  height: 92px;
  background: url(../images/case/bannerBg.png) no-repeat center;
}

.plate {
  background-color: #f4f5f7;
  padding: 60px 0 80px;
  margin-bottom: 50px;
}

.plate .about {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.plate .about p {
  font-size: 12px;
  font-weight: bold;
}

.plate ul {
  width: 1268px;
}

.plate ul li {
  float: left;
  width: 272px;
  height: 415px;
  margin-right: 45px;
  background-color: #fff;
  text-align: center;
}

.plate ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.plate ul li a .images {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.plate ul li a .images img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.plate ul li a h3 {
  padding: 34px 26px 0;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

.plate ul li a .about p {
  color: #000;
}

.plate ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.plate ul li a:hover .images img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.plate ul li a:hover h3 {
  color: #da1a45;
}

.plate ul li a:hover::after {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background: #da1a45;
}

.content .head-title {
  font-weight: bold;
}

.content .head-title span {
  font-weight: bold;
}

.content .menu-bar {
  padding: 40px 0;
  background-color: #fafafa;
}

.content .menu-bar a {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-right: 32px;
}

.content .menu-bar a:hover {
  color: #da1a45;
}

.content .menu-bar .active {
  color: #da1a45;
}

.content .left {
  width: 820px;
}

.content .left ul li {
  position: relative;
  padding: 40px 0;
}

.content .left ul li .images {
  width: 350px;
  height: 220px;
  overflow: hidden;
}

.content .left ul li .images img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content .left ul li .info {
  min-height: 220px;
  margin-left: 396px;
  overflow: hidden;
}

.content .left ul li .info h3 {
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 12px;
}

.content .left ul li .info .author {
  color: #212121;
  margin-bottom: 42px;
  font-style: italic;
}

.content .left ul li .info .about {
  font-family: MicrosoftYaHei-Bold;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
}

.content .left ul li .info .about span, .content .left ul li .info .about a {
  font-weight: bold;
}

.content .left ul li .info p {
  line-height: 22px;
  color: #868686;
}

.content .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content .left ul li:hover .images img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.content .left ul li:hover .info h3 a {
  font-weight: bold;
}

.content .left ul li:hover .info .author {
  color: #da1a45;
}

.content .left ul li:hover::after {
  height: 3px;
  background: #da1a45;
}

.content .left .page {
  padding: 40px 0 60px;
}

.content .right {
  width: 348px;
}

.content .right .head-title {
  margin-bottom: 40px;
}

.content .right .hot-case {
  margin-bottom: 30px;
}

.content .right .hot-case ul li a {
  display: block;
  padding: 22px 0;
  position: relative;
}

.content .right .hot-case ul li a .images {
  width: 128px;
  height: 80px;
  overflow: hidden;
}

.content .right .hot-case ul li a .images img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content .right .hot-case ul li a .info {
  margin-left: 154px;
  min-height: 80px;
  overflow: hidden;
}

.content .right .hot-case ul li a .info .title {
  color: #333333;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}

.content .right .hot-case ul li a .info .read {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.content .right .hot-case ul li a .info .read span {
  font-weight: bold;
}

.content .right .hot-case ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content .right .hot-case ul li a:hover .images img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.content .right .hot-case ul li a:hover .info .title {
  color: #da1a45;
  font-weight: bold;
}

.content .right .hot-case ul li a:hover::after {
  height: 3px;
  background: #da1a45;
}

.content .right .contact {
  background-color: #313541;
  border-radius: 5px;
  padding: 30px 20px;
}

.content .right .contact h4 {
  position: relative;
  font-size: 16px;
  font-family: PingFang-SC-Bold;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.content .right .contact h4 span {
  background: #313541;
  position: relative;
  z-index: 2;
  padding: 0 12px;
}

.content .right .contact h4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 9px;
  background: #d1d1d1;
}

.content .right .contact .block {
  width: 153px;
  text-align: center;
}

.content .right .contact .block em {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
}

.content .right .contact .block p {
  line-height: 18px;
}

.content .right .contact .block1 {
  background-color: #da1a45;
  color: #fff;
}

.content .right .contact .block1 a {
  display: block;
  padding: 17px 0;
  color: #fff;
}

.content .right .contact .block1 a em {
  position: static;
  background-position: 0 -150px;
}

.content .right .contact .block2 {
  background-color: #fff;
  color: #222222;
  padding: 17px 0;
}

.content .right .contact .block2 em {
  position: static;
  background-position: -40px -150px;
}

.content .right .hot-search {
  margin-top: 15px;
}

.content .right .hot-search .head-title {
  border-bottom: 1px solid #eee;
  padding: 15px;
}

.content .right .hot-search .key-word a {
  margin-right: 15px;
  margin-bottom: 15px;
  color: #7e7e7e;
}

.content .right .hot-search .key-word a:hover {
  color: #da1a45;
  font-weight: bold;
  text-decoration: underline;
}

.imloading {
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  opacity: 0.7;
  background: #000;
  margin: 10px auto 30px;
  color: #fff;
  display: none;
}
