@charset "utf-8";
@font-face {
  font-family: BioHermes0;
  src: url('3.ttf');
}
@font-face {
  font-family: BioHermes1;
  src: url('3.ttf');
}
.banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.banner .banner-bottom {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s linear;
}
.banner .banner-bottom img {
  width: 100%;
  vertical-align: top;
}
.banner .banner-top {
  width: 100%;
  position: absolute;
  top: 6%;
  right: 0;
  z-index: 100;
}
.banner .banner-top img {
  position: absolute;
  top: 0;
  right: 0;
  width: 74.375%;
  vertical-align: top;
}
.banner:hover .banner-bottom {
  transform: scale(1.1);
}
.main {
  width: 1200px;
  box-sizing: border-box;
  margin: 25px auto;
}
.main ul {
  width: 100%;
}
.main ul li {
  width: 100%;
  height: 250px;
  margin-top: 15px;
}
.main ul li .main-img {
  width: 33%;
  float: left;
  height: 230px;
  border: 1px solid #ccc;
}
.main ul li .main-img img {
  width: 100%;
  height: 100%;
}
.main ul li .main-des {
  width: 61%;
  margin-left: 2%;
  height: 250px;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  position: relative;
  top: 0;
  left: 0;
}
.main ul li .main-des h2 {
  margin-top: 10px;
  color: #83c5ff;
  font-size: 20px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
}
.main ul li .main-des h2 span {
  display: inline-block;
  box-sizing: border-box;
  text-indent: 0;
  border-bottom: 3px solid #83c5ff;
}
.main ul li .main-des p {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.main ul li .main-des .title {
  text-decoration: none;
}
.main ul li .main-des .more {
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-size: 18px;
  color: #83c5ff;
}
.main ul li .main-des a:hover {
  text-decoration: none;
}
