.serviceItems{
	margin-top: 60px;
}
.itemsNav{
	text-align: center;
	margin-top: 50px;
	color: #eaeaea;
}
.itemsNav p a{
	font-size: 20px;
	line-height: 30px;
	color: #999999;
	padding: 0 55px;
	position: relative;
}
.itemsNav p a em{
	width: 12px;
	height: 6px;
	background: url(../images/service.png) no-repeat 0 -144px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -6px;
	display: none;
}
.itemsNav p a.focus{
	color: #333333;
}
.itemsNav p a.focus em{
	display: block;
}
.itemsList{
	margin-top: 40px;
	display: none;
}
.itemsList ul{
	float: left;
	padding-left: 48px;
}
.itemsList ul li{
	width: 182px;
	height: 168px;
	padding: 0 15px;
	float: left;
	margin: 0 70px 30px;
	text-align: center;
}
.itemsList ul li a{
	display: block;
}
.itemsList ul li i{
	display: block;
}
.itemsList ul li i.icon-diamond{
	font-size: 60px;
	line-height: 90px;
	color: #ddaa37;
}
.itemsList ul li i.icon-company{
	font-size: 68px;
	line-height: 90px;
	color: #35a6a4;
}
.itemsList ul li i.icon-fly{
	font-size: 68px;
	line-height: 90px;
	color: #1177b7;
}
.itemsList ul li i.icon-ad{
	font-size: 68px;
	line-height: 90px;
	color: #5b55dd;
}
.itemsList ul li i.icon-gold{
	font-size: 64px;
	line-height: 90px;
	color: #eb4f38;
}
.itemsList ul li i.icon-menu{
	font-size: 58px;
	line-height: 90px;
	color: #af6117;
}
.itemsList ul li i.icon-computer{
	font-size: 58px;
	line-height: 90px;
	color: #ddaa37;
}
.itemsList ul li i.icon-app{
	font-size: 70px;
	line-height: 90px;
	color: #35a6a4;
}
.itemsList ul li i.icon-WeChat{
	font-size: 68px;
	line-height: 90px;
	color: #1177b7;
}
.itemsList ul li i.icon-phone{
	font-size: 58px;
	line-height: 90px;
	color: #5b55dd;
}
.itemsList ul li i.icon-sina{
	font-size: 60px;
	line-height: 90px;
	color: #eb4f38;
}
.itemsList ul li i.icon-hot{
	font-size: 60px;
	line-height: 90px;
	color: #af6117;
}
.itemsList ul li b{
	font-size: 24px;
	line-height: 30px;
	display: block;
	color: #333;
	margin-bottom: 8px;
}
.itemsList ul li p{
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.itemsList ul li:hover i{
	-webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;

}
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

#case{
	width: 760px;
	height: 90px;
	margin: 30px auto 0;
	position: relative;
}
.case{
	width: 760px;
	height: 173px;
	border: 1px solid #ddd;
	background: #Fff;
	box-shadow: 0 0 10px #e9e9e9;
}
.case p{
	font-size: 18px;
	line-height: 38px;
	color: #333;
	padding: 30px;
}
.case p b{
	font-size: 24px;
	font-weight: normal;
	color: #92af00;
}
.contact{
	padding-top: 135px;
}
.contactBox{
	text-align: center;
	margin: 50px 0;
}
.contactBox span{
	font-size: 18px;
	line-height: 30px;
	padding-left: 20px;
	background: url(../images/service.png) no-repeat 0 -167px;
	margin: 0 45px;
}
.contactBox span b{
	color: #92AF00;
}
.contactBox span a{
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	display: inline-block;
	width: 110px;
	height: 38px;
	text-indent: 28px;
	background: url(../images/service.png) no-repeat 15px -199px #92AF00;
	border-radius: 20px;
}
.fix-navigation {
  background-color: #92af00;
  padding: 12px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}
.fix-navigation .item {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.fix-navigation .item .logo {
  float: left;
  margin-top: 0;
}
.fix-search {
  width: 614px;
  margin: 0 132px;
    margin-top: 0px;
  float: left;
  margin-top: 1px;
}
.fix-search .form {
  height: 36px;
  float: left;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
}
.fix-search .form .select {
  width: 67px;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  background: transparent;
}
.fix-search .form .select .select-top {
  width: 100%;
  height: 100%;
  position: relative;
}
.fix-search .form .select .select-top p {
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  text-indent: 12px;
}
.fix-search .form .select .select-top i {
  height: 10px;
  width: 10px;
  display: block;
  top: 15px;
  right: 5px;
  position: absolute;
  background: url(/images/index/index2019/index.png) no-repeat;
  vertical-align: middle;

  transform: rotate(0);
}
.fix-search .form .select .select-bot {
  width: 80px;
  position: absolute;
  background-color: #ffffff;
  top: 36px;
  left: 0px;
  z-index: 99;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  display: none;
}

.fix-search .form .select .select-bot li {
  line-height: 30px;
  font-size: 14px;
  text-indent: 16px;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;

  transition: all 0.3s ease;
}
.fix-search .form .select .select-bot li:hover {
  background-color: #92af00;
  border-left: 2px solid #92af00;
  border-right: 2px solid #92af00;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fix-search .form input {
  border: none;
  height: 100%;
  width: 464px;
  font-size: 14px;
  color: #aaaaaa;
  float: left;
  text-indent: 15px;
}
.fix-search .form button {
  width: 74px;
  height: 30px;
  border: none;
  background-color: #92af00;
  font-size: 14px;
  color: #fff;
  float: right;
  cursor: pointer;
  outline: none;
  margin: 3px 3px 0 0;
  border-radius: 2px;
  position: relative;
  text-align: center;
}
.fix-search .form button i {
  height: 13px;
  width: 14px;
  display: inline-block;
  background: url(../../images/index/index2019/search.png) no-repeat;
    background-size: auto;
  background-size: cover;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
}
.fix-navigation .item .login-btn {
  float: right;
}
.fix-navigation .item .login-btn a {
  display: inline-block;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  vertical-align: top;
  padding: 0 15px;
  border-radius: 2px;
  background-color: #f2a141;
  margin-top: 1px;
  height: 36px;
}
.contactBox span a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 32px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 110px;
	text-align: center;
	overflow: hidden;
	resize: none;
}
.contactBox span a{
	position: relative;
  cursor: pointer;
}
.contactBox span a:hover .QQhover{
	display: inline-block;
}