body {
  background: #ffffff;
}
.indexOut {
  width: 100%;
}
.indexOut .header {
  width: 100%;
  height: 100px;
  padding: 0px 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 1000;
  background: #ffffff;
}
.indexOut .header .left {
  float: left;
  margin-top: 15px;
}
.indexOut .header .left img {
  width: 100px;
}
.indexOut .header .right {
  float: right;
}
.indexOut .header .right .tip {
  width: 140px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  float: right;
  margin: 10px 30px 0 0;
}
.indexOut .header .right .tip img {
  float: left;
  width: 30px;
}
.indexOut .header .right .tip h1 {
  float: right;
  color: #666;
}
.indexOut .header .right .nav {
  clear: both;
  height: 60px;
}
.indexOut .header .right .nav ul {
  height: 60px;
}
.indexOut .header .right .nav ul li {
  float: left;
  width: 120px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
.indexOut .header .right .nav ul li a {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  display: block;
}
.indexOut .header .right .nav ul li a:hover {
  color: #5db42f;
}
.indexOut .header .right .nav ul li .menu {
  width: 100%;
  position: absolute;
  left: 0px;
  display: none;
}
.indexOut .header .right .nav ul li .menu li {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.indexOut .header .right .nav ul li .menu li a {
  height: 40px;
  line-height: 40px;
  color: #6d6d6d;
  font-size: 14px;
}
.indexOut .header .right .nav ul li .menu li a:hover {
  color: #5db42f;
}
.indexOut .header .right .nav ul li .menu li:first-child {
  padding-top: 5px;
}
.indexOut .header .right .nav ul li .menu li:last-child {
  padding-bottom: 10px;
}
.indexOut .header .right .nav ul .active > a {
  color: #5db42f;
  border-bottom: 2px solid #5db42f;
  box-sizing: border-box;
}
.indexOut .banner {
  width: 100%;
  padding-top: 100px;
  position: relative;
  cursor: pointer;
}
.indexOut .banner img {
  width: 100%;
}
.indexOut .container {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.indexOut .container h1 {
  font-size: 25px;
  margin: 40px 0 30px;
}
.indexOut .container img {
  width: 100%;
  margin-bottom: 10px;
}
.indexOut .footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #5db42f;
  text-align: center;
}
.indexOut .footer h1 {
  color: #ffffff;
}
