.wrap{
    margin:0 auto;
    width:80%;
}
/***************start-service************/
.service-grids{
    margin:5em 0;
}
.middle-grids {
    margin: 2em 0;
}
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.images_1_of_4{
    display: block;
    float:left;
    margin-left:3%;
    text-align: center;
		position: relative;
}
.images_1_of_4:first-child {
    margin-left: 0;
}
.images_1_of_4 {
    width: 30.3%;
}
.images_1_of_4  img{
    max-width:100%;
    margin-bottom: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1em solid #F0F0F0;
    box-shadow: 0 0 0 1px rgba(38, 21, 255, 0.38);
}
.images_1_of_4  h3{
    color:#49CBCD;
    font-size:1.2em;
    font-family:'Open Sans', sans-serif;
    font-weight :bold;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.images_1_of_4  h3,.images_1_of_4  p
{
    padding: 0em 0em 1.5em 0em;
}
.images_1_of_4  p {
    font-size:0.975em;
    color:#5A5E68;
    line-height: 1.8em;
    font-family : 'Open Sans', sans-serif;
}
.images_1_of_4 .button a{
    padding:7px 10px;
    font-size:0.9em;
    font-family:'Open Sans', sans-serif;
    background:#49CBCD;
    color : #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.images_1_of_4 .button a:hover{
    background: #296E6F;
    text-decoration:none;
}
/***************end-servivice************/
/***************start-portfolio************/
.portfolio_main{
    background: #eee;
}
.heading_h {
    text-align: center;
    padding: 2.4em  0em;
}
.heading_h h3 a{
    font-size:2.4em;
    color:#555658;
}
#gallerylist {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow:hidden;
    width:100%;
}
.gallerylist-wrapper {
    overflow:hidden;
    position: relative !important;
    cursor:pointer;
    width: 30%;
    margin-right:3.333%;
    float: left;
}
.gallerylist img {
    max-width:100%;
    position: relative;
    -webkit-filter: grayscale(100%);
    opacity: 5;
    transition: all 300ms!important;
    -webkit-transition: all 300ms!important;
    -moz-transition: all 300ms!important;
}

.gallerylist-wrapper img{
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
}


.gallerylist-wrapper   span {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.89)
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    background: url(../images/spanh.png);
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-appearance: none;
    text-transform: capitalize;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}
.gallerylist-wrapper:hover span{
    opacity: 1;
}
.gallerylist-wrapper  a span img{
    width:106px;
    height:106px;
    padding: 12% 0%;
}
#gallerylist1
{
    padding: 2em 0em;
}
.button_1{
    text-align: center;
    margin-top: 1.3em;
    padding: 2em 0em;
}
.button_1 a{
    padding: 0.600em 1.8em;
    font-size: 1.5em;
    background :#49CBCD;
    color:#fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family:'Open Sans', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.button_1 a:hover{
    background:#296E6F;
    text-decoration:none;
}

/**********end-portfolio********/
/**********team************/
.team
{
    text-align: center;
}
.images_1_of_4 h4 {
    color: #4E525D;
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 0.7em;
}

.images_1_of_4 a{
	position: absolute;
	left: 0;
	top: 0;
 width: 100%;
 height: 100%
 
}
span.rollover {
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background: url(../images/puls.png) center center no-repeat rgba(0,0,0,0.87);
    cursor: pointer;
    /* height: 220px;
    width: 221px; */
		/* width: 100%;
		height: 100%; */
    position: absolute;
    z-index: 10;
    opacity: 0;
    border-radius: 50%;
    border: 1em solid #F0F0F0;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
span.rollover:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.a_top {
    padding: 34px 0 42px;
    text-align: center;
}
.a_line {
    height: 1px;
    width: 107px;
    background: #1295D9;
    margin-top: 30px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

@media (max-width:1200px) {
	.a_line{
		display: none;
	}
}

.a_all {
    display: inline-block;
    zoom: 1;
    margin: 0 20px;
    vertical-align: top;
}
.a_title {
    height: 50px;
    line-height: 60px;
    font-family: mf;
    margin-top:10px;
    text-align:center;
    font: bold 36px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1295D9;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: .2s all linear;
}

.a_title_cn {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #1295D9;
}


@media (max-width:500px) {
	.images_1_of_4{
		width: 100%;
	}
}