/**
 * 通用变量
 * @author kepler
 */
#page-index .starxspace-desc-box {
  background: #f8f8f8;
  height: 140px;
  border-bottom: 1px solid #e0e0e0;
}
#page-index .starxspace-desc-box .left-box {
  text-align: right;
  width: 50%;
  height: 140px;
}
#page-index .starxspace-desc-box .left-box span {
  color: #7ec847;
  font-size: 20px;
  display: inline-block;
  height: 100px;
  line-height: 100px;
}
#page-index .starxspace-desc-box .left-box i {
  width: 60px;
  height: 20px;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #7ec847;
}
#page-index .starxspace-desc-box .right-box {
  text-align: left;
  width: 50%;
  height: 140px;
  font-size: 12px;
  color: #000;
  padding-top: 70px;
  padding-left: 10px;
}
#page-index .starxspace-odd-box {
  width: 100%;
  height: 380px;
  padding-top: 40px;
  border-bottom: 1px solid #e0e0e0;
  /* &:hover{
		    box-shadow: 0 5px 10px 1px #858585;
		    transform: translateY(-2%);
		    -webkit-transition: all .4s;
		    background: #fff;
		} */
}
#page-index .starxspace-odd-box h3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
#page-index .starxspace-odd-box .desc-content-box {
  width: 100%;
  text-align: center;
}
#page-index .starxspace-odd-box .desc-content-box .img-box {
  width: 46%;
  text-align: right;
}
#page-index .starxspace-odd-box .desc-content-box .img-box img {
  width: 200px;
  text-align: right;
}
#page-index .starxspace-odd-box .desc-content-box .text-box {
  width: 54%;
  text-align: left;
  padding-top: 40px;
  padding-left: 60px;
}
#page-index .starxspace-odd-box .desc-content-box .text-box span {
  display: block;
  width: 360px;
  font-size: 14px;
  line-height: 28px;
}
#page-index .starxspace-odd-box .advantage-box {
  text-align: center;
  font-weight: 600;
  color: #000;
  height: 60px;
  line-height: 60px;
}
#page-index .starxspace-even-box {
  width: 100%;
  height: 380px;
  padding-top: 40px;
  border-bottom: 1px solid #e0e0e0;
  /* &:hover{
		    box-shadow: 0 5px 10px 1px #858585;
		    transform: translateY(-2%);
		    -webkit-transition: all .4s;
		    background: #fff;
		} */
}
#page-index .starxspace-even-box h3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
#page-index .starxspace-even-box .desc-content-box {
  width: 100%;
}
#page-index .starxspace-even-box .desc-content-box .img-box {
  width: 46%;
  text-align: left;
}
#page-index .starxspace-even-box .desc-content-box .img-box img {
  width: 200px;
  text-align: right;
}
#page-index .starxspace-even-box .desc-content-box .text-box {
  text-align: left;
  padding-top: 50px;
  padding-right: 60px;
}
#page-index .starxspace-even-box .desc-content-box .text-box span {
  display: block;
  width: 360px;
  font-size: 14px;
  line-height: 28px;
}
#page-index .starxspace-even-box .advantage-box {
  text-align: center;
  font-weight: 600;
  color: #000;
  height: 60px;
  line-height: 60px;
}
#page-index .industry-box {
  text-align: center;
}
#page-index .industry-box h3 {
  margin: 0;
  height: 60px;
  line-height: 60px;
}
#page-index .industry-box p {
  font-size: 12px;
}
#page-index .industry-box .industry-list-box {
  text-align: center;
}
#page-index .industry-box .industry-list-box .top-box div {
  width: 15%;
  height: 160px;
  text-align: center;
  transition: all .3s;
}
#page-index .industry-box .industry-list-box .top-box div .img-box {
  width: 80px;
  height: auto;
  margin-top: 30px;
}
#page-index .industry-box .industry-list-box .top-box div i {
  position: relative;
  top: 30px;
  width: 100%;
  display: none;
}
#page-index .industry-box .industry-list-box .top-box div i img {
  width: 80px;
  height: auto;
}
#page-index .industry-box .industry-list-box .top-box div:hover {
  color: #7ec847;
  position: relative;
}
#page-index .industry-box .industry-list-box .top-box div:hover .img-box {
  display: none;
}
#page-index .industry-box .industry-list-box .top-box div:hover i {
  display: block;
}
#page-index .industry-box .industry-list-box .top-box div:hover p {
  margin-top: 30px;
  font-size: 16px;
}
#page-index .industry-box .industry-list-box .top-box div:first-child {
  margin-left: 27.5%;
}
#page-index .industry-box .industry-list-box .bottom-box div {
  width: 15%;
  height: 160px;
  text-align: center;
  position: relative;
  transition: all .3s;
}
#page-index .industry-box .industry-list-box .bottom-box div .img-box {
  width: 80px;
  height: auto;
  margin-top: 30px;
}
#page-index .industry-box .industry-list-box .bottom-box div i {
  position: relative;
  top: 30px;
  width: 100%;
  display: none;
}
#page-index .industry-box .industry-list-box .bottom-box div i img {
  width: 80px;
  height: auto;
}
#page-index .industry-box .industry-list-box .bottom-box div:hover {
  color: #7ec847;
  position: relative;
}
#page-index .industry-box .industry-list-box .bottom-box div:hover .img-box {
  display: none;
}
#page-index .industry-box .industry-list-box .bottom-box div:hover i {
  display: block;
}
#page-index .industry-box .industry-list-box .bottom-box div:hover p {
  margin-top: 30px;
  font-size: 16px;
}
#page-index .industry-box .industry-list-box .bottom-box div:first-child {
  margin-left: 35%;
}
