@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: 1300px;
  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;
  bottom: 42%;
  left: 0;
  z-index: 100;
}
.banner .banner-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 75.83%;
  vertical-align: top;
}
.banner:hover .banner-bottom {
  transform: scale(1.1);
}
.main {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}
.main .main-01 {
  width: 100%;
  height: 450px;
}
.main .main-01 .main-011 {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 45px;
}
.main .main-01 .main-011 h6 {
  font-size: 22px;
  color: #333;
  padding-top: 10px;
  font-family: BioHermes0;
}
.main .main-01 .main-011 p {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: BioHermes0;
}
.main .main-01 .main-011 a {
  font-size: 16px;
  font-family: BioHermes0;
  text-decoration: none;
}
.main .main-02 {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 50px;
}
.main .main-02 .main-02Box {
  width: 100%;
  text-align: center;
  height: 200px;
}
.main .main-02 .main-02Box .main-02l {
  height: 100%;
  margin-left: 8%;
  float: left;
  text-align: center;
}
.main .main-02 .main-02Box .main-02l img {
  vertical-align: middle;
}
.main .main-02 .main-02Box .main-02r {
  height: 100%;
  width: 75%;
  margin-left: 25%;
  position: relative;
}
.main .main-02 .main-02Box .main-02r h6 {
  width: 100%;
  font-size: 22px;
  font-family: BioHermes0;
  color: #00798a;
  text-align: left;
  text-indent: 10px;
}
.main .main-02 .main-02Box .main-02r p {
  width: 80%;
  font-size: 16px;
  font-family: BioHermes0;
  text-align: left;
  line-height: 30px;
  margin-top: 25px;
}
.main .main-02 .main-02Box .main-02r div {
  width: 30%;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 30px;
  position: absolute;
  text-align: left;
  right: 30px;
  top: 107px;
  background: white;
  z-index: 99999;
  cursor: pointer;
}
.main .main-02 .main-02Box .main-02r div p {
  background: white;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 12px;
  margin: 0;
}
.main .main-02 .main-02Box .main-02r div p img {
  width: 20px;
  vertical-align: -5px;
}
.main .main-02 .main-02Box .main-02r div a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  background: #f7f7f7;
  text-indent: 1em;
}
.main .main-02 .main-02Box .main-02r div a img {
  vertical-align: middle;
}
.main .main-02 .main-02Box .main-02r div a:nth-child(2n+0) {
  background: #f1f1f1;
}
.main .main-02 .main-02Box .main-02r div a:hover {
  background: #ccc;
}
.main .mainDowload {
  height: 500px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.main .mainDowload p {
  font-size: 20px;
  line-height: 45px;
}
.main .mainDowload a {
  display: block;
  margin-left: 1.3em;
  font-size: 16px;
  line-height: 35px;
}
