
 a:hover{text-decoration:none;} 


.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}
.navtitle {
  background-color: #000;
  width: 100%;
}
.navtitle nav {
  width: 75%;
  margin: 0 auto;
  background-color: #000;
  border: 0;
}
.navtitle nav .navbar-brand {
  padding: 5px;
}
.navtitle nav li {
  padding: 0px 5px;
}
.lic {
  -moz-box-shadow: 2px 2px 20px #858585;
  -webkit-box-shadow: 2px 2px 20px #858585;
  box-shadow: 2px 2px 20px #858585;
  z-index: 9999;
}
.shop {
  width: 100%;
  height: 330px;
  position: relative;
}
.shop .shop-title {
  color: #1c2b32;
  font-size: 28px;
  text-align: center;
  margin: 45px 0;
}
.shop .shopContent {
  margin: 0 auto;
  width: 100%;
}
.shop .shopContent .productIntroduce {
  width: 64%;
  position: absolute;
  left: 53%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.shop .shopContent .productIntroduce li {
  display: block;
  width: 30%;
  float: left;
  margin: 0 auto;
  margin-right: 3px;
}
.shop .shopContent .productIntroduce li span {
  text-align: center;
  font-size: 40px;
  display: block;
  padding-top: 50px;
  color: #0094d2;
}
.shop .shopContent .productIntroduce li .li-head {
  background-color: #ebf3fc;
  height: 180px;
  color:#000;
}
.shop .shopContent .productIntroduce li .li-head h4 {
  text-align: center;
  padding-top: 30px;
}
.shop .shopContent .productIntroduce li .li-head p {
  font-size: 12px;
  padding: 10px 50px 40px 50px;
  text-align: center;
}
.shop .shopContent .productIntroduce li .li-body {
  height: 178px;
  background-color: #fff;
}
.shop .shopContent .productIntroduce li .li-body h5 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 40px;
  margin-left: 25px;
  margin-bottom: 5px;
  color: darkslategray;
}
.shop .shopContent .productIntroduce li .li-body p {
  margin-left: 25px;
}
.serve {
  width: 100%;
  position: relative;
}
.serve .bg-img {
  width: 100%;
  height: 100%;
}
.serve .serve-msg {
  width: 33%;
  position: absolute;
  padding-top: 10%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 32%;
}
.serve .serve-msg img {
  width: 100%;
}
.serve .serve-msg1 {
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  height: 26px;
  line-height: 23px;
  margin-top: 5%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 45%;
}
.industry {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 73px;
  padding-left: 18%;
}
.industry .industry-title {
  color: #000;
  font-size: 26px;
  margin: 48px 0 24px 0;
  padding-left: 28%;
}
.industry .imgsize {
  width: 20%;
  height: 160px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
.industry .imgsize h4 {
  color: #fff;
  font-weight: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.industry .imgsize img {
  width: 100%;
}
.col-xs-3,
.col-md-3 {
  padding-right: 15px;
  padding-left: 0px;
}
.foot {
  margin-top: 40px;
  width: 100%;
  height: 100px;
  background-color: #e1e2e5;
  position: relative;
}
.foot ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.foot ul li {
  text-align: center;
  float: left;
}
.foot ul li a {
  text-decoration: none;
  color: #9a9999;
}
.foot span {
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  color: #9a9999;
  margin-bottom: 20px;
}
