/* css3 v1.0 */
/* is pc */
@media screen and (min-width: 960px) {
  *{
    touch-action: none; 
  }
}
.lzm-text {
  content: '';
  color: "0094ff"
}
.navbar-default .navbar-brand {
  padding: 10px;
}
.navbar-default .navbar-brand img {
  display: inline-block;
  max-height: 50px;
}
.navbar-default .navbar-brand cite {
  display: inline-block;
  line-height: 50px;
  font-size: 24px;
  color: #333;
  font-style: normal;
}
.navbar-default .service-hotline {
  font-size: 20px;
}
.navbar-default .service-hotline a {
  padding: 15px!important;
  padding-top: 19px!important;
  padding-bottom: 19px!important;
}
.navbar-default .service-hotline a img {
  display: inline-block;
  max-width: 32px;
  max-height: 32px;
  vertical-align: top;
}
.navbar-default .service-hotline a span {
  display: inline-block;
  padding-left: 10px;
  line-height: 32px;
  font-size: 16px;
  vertical-align: top;
}
.title-section h1 a {
  color: #fff;
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title-section h1 a:hover,
.title-section h1 a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.portfolio-section .title-section h1 a {
  color: #222;
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-section .title-section h1 a:hover,
.portfolio-section .title-section h1 a:focus {
  text-decoration: none;
  opacity: 0.7;
}
footer .footer-widgets .text-widget a {
  color: #1cbac8;
}
.map iframe {
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 400px;
}
/* Scroll to top */
.scroll-top a {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #777777 url(../images/icon-scroll-top.png) no-repeat 50% 48%;
  display: none;
  opacity: 0.84;
  filter: alpha(opacity=84);
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scroll-top a:hover {
  background-color: #4ecce1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.online-service {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 99;
}
.online-service a {
  display: block;
  width: 80px;
  height: 108px;
  background-image: url(../images/icon-online-service.png);
  background-position: center center;
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.online-service a:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#select-your-price {
  padding: 100px 0px;
  background-image: url('../images/bg-select-your-price-pattern.png');
}
#people-words {
  padding: 100px 0px;
  text-align: center;
  background-image: url('../images/bg-people-words.jpg');
  background-position: 50% 3631.2px;
}
#latest-works {
  padding: 90px 0px;
  background-image: url('../images/bg-select-your-price-pattern.png');
}
#latest-works .field-item a {
  position: relative;
  display: block;
}
#latest-works .field-item a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#latest-works .field-item a:hover:before,
#latest-works .field-item a:focus:before {
  background-color: rgba(28, 186, 200, 0.5);
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand img {
    margin-top: 5px;
    max-height: 40px;
  }
  .navbar-default .navbar-brand cite {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.go-top{position:fixed;right:0;top:27%;width:40px;z-index:99999999999999;}
.go-top .before-icon{position:relative;}
.go-top .before-icon div{ width:40px;height:40px;background:#0165b6;margin-bottom:5px;border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;text-align:center;cursor: pointer;}
.go-top .before-icon div:hover{background:#0196ff;}
.go-top .before-icon i.iconfont{color:#fff;font-size:30px;line-height:40px}
.go-top .after-con{position:absolute;text-align: center; }
.go-top .after-con * {color:#666;}
.go-top .after-con>div{background: #fff;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px; position: relative;box-shadow:7px 0px 10px #aaa;}
.go-top .after-con>div:before{content:""; position: absolute; left: 100%; top:30%; width: 0; height: 0;border-top: 5px solid transparent; border-left: 10px solid #fff; border-bottom: 5px solid transparent;}
.go-top .after-con>div.sp{width:130px;padding:10px 20px;right:145px;top:-140px;line-height:15px;display:none;}
.go-top .after-con>div.sp img{float:left;}
.go-top .after-con>div.st{width:130px;padding:10px 20px;right:145px;top:-90px;line-height:15px;display:none;}
.go-top .after-con>div.st img{float:left;}
.go-top .after-con>div.erweima{right:280px;top:-165px;padding:10px 5px;width:250px;}
.go-top .after-con>div.erweima div{display:inline-block;margin:0 10px;}
.go-top .after-con>div.help{right:180px;bottom:80px;width:160px;line-height: 30px;}
.left-menu1{
	background: #f3f3f3;
}
.left-menu-conglomerate {
    font-family: "iconfont";
    font-style: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.service{
	text-align: center;
	padding: 50px 10px;
	border: 1px solid #dfdfdf;
border-radius: 5px;
}
.service img{
	margin-bottom: 15px;
}
.service-border{
		
}
.s-title{
	margin-top: 10px;
	color: black;
	border-left: 3px solid #ffb800;
	line-height: 26px;
	padding-left: 10px;
	font-size: 18px;
}
.s-banner{
	background-image: url('/images/solution_banner.jpg');
	margin-left: 0px;
	height:200px;
	margin-bottom: 10px;
}