.services {
  width: 100%;
  height: 321px;
  background: #1A99D6; /* Old browsers */

  background: #1A99D6; /* FF3.6+ */

  background: #1A99D6; /* Chrome,Safari4+ */

  background: #1A99D6; /* Chrome10+,Safari5.1+ */

  background: #1A99D6; /* Opera 11.10+ */

  background: #1A99D6; /* IE10+ */

  background: #1A99D6; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb819', endColorstr='#f37024',GradientType=1 ); /* IE6-9 */

}
.services_center {
  max-width: 984px;
  margin: -40px auto 0;
  position: relative;
}
.services_item {
  height: 210px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.services_item:before {
  content: '';
  position: absolute;
  width: 100%;
  /* height: 88.5%; */
  top: 40px;
  background-color: #3B3A3D ;
  z-index: -1;
}
.services_item.last {
  margin-right: 0.5%;
}
.services_item:hover .services_item_pic_hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.services_item_regular {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.services_item_title {
  background: url('images/background_services_title.png') repeat;
  font-size: 19px;
  text-align: center;
  /* font-weight: 600; */
  margin: 0;
  line-height: 30px;
}
.services_item_title a {
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.services_backgr {
  padding-top: 24px;
  height: 276px;
}
.services_item_pic {
  margin: 0 auto;
  padding: 0;
  width: 156px;
  height: 156px;
  text-align: center;
  overflow: hidden;
  -moz-border-radius: 100%;
}
.services_item_pic a {
  width: 138px;
  height: 138px;
  margin: 9px;
  display: block;
  overflow: hidden;
}
.services_item_pic a img {
  max-width: 138px;
  max-height: 138px;
}
.services_pic_line {
  width: 100%;
  max-width: 156px;
  margin: 20px auto;
  border: 1px solid #2ebf9a;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.services_item_desc {
  text-align: center;
  margin: 18px 20px 0 20px;
  color: #fff;
  line-height: 20px;
  height: 61px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.services_item_hover {
	width: 100%;
	height: 100%;
	/* background-color: #f37022; */
	position: absolute;
	top: -20px;
	left: 3px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.services_item_title_hover {
  font-size: 19px;
  text-align: center;
  /* font-weight: 600; */
  margin: 0;
  line-height: 30px;
}
.services_item_title_hover a {
  color: #2a2a2a;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.services_item_pic_hover {
  margin: 16px auto 0;
  padding: 0;
  width: 165px;
  height: 171px;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.services_item_pic_hover a img {
  width: 156px;
  height: 156px;
  margin: 10px 0 0 0;
  overflow: hidden;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.services_item_link_hover {
  width: 92px;
  height: 29px;
  margin: 7px 36px;
  text-align: center;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f37023), color-stop(1, #fa9a61));
  background: -ms-linear-gradient(bottom, #1d574a, #3b7d70);
  background: -moz-linear-gradient(center bottom, #1d574a 0%, #3b7d70 100%);
  letter-spacing: 1px;
  z-index: 999999999;
  position: absolute;
}
.services_item_link_hover:hover {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fa9a61), color-stop(1, #f37023));
  background: -ms-linear-gradient(bottom, #3b7d70, #1d574a);
  background: -moz-linear-gradient(center bottom, #3b7d70 0%, #1d574a 100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.services_item_link_hover a {
  color: #ffffff;
  line-height: 29px;
  font-size: 12px;
  letter-spacing: 0.03em;
  display: block;
}
.services_item:hover .services_item_regular {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.services_item:hover .services_item_hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.welcome {
  max-width: 984px;
  margin: 0 auto;
  min-height: 190px;
}