@media (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, not all, only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx){
	
.wapper {
    width: 100%;
    padding: 0px 10px;
}
.toplink {
    height: auto;
    text-align: center;
}
.left_toplink {
    width: 100%;
}
.right_toplink {
    width: 100%;
}
.ctyname{
	display:none;
}
.header {
    height: auto;
}
.logo {
    width: 100%;
    text-align: center;
}
.logo img {
    left: 0px;
    right: 0px;
}
.logo1 {display: none;}
.logo1 img {
    left: 0px;
    right: 0px;
}
.right_header_lang1 {display: none;}
.right_header_top1 {display: none;}
.right_header {
    width: 100%;
}
input.sinput {
    width: 80%;
    float: left;
}
.right_header_top form {
    width: 100%;
}
input.ssubmit {
    width: 20%;
    font-size: 1em;
}
.page_left {
    display: block;
    width: 100%;
}
.page_right {
    width: 100%;
}
.footer_col1,
.footer_col2,
.footer_col3 {
    width: 100%;
    border: none;
	border-bottom: solid 1px #9fb575;
}
.footer {
    background: #099140;
    padding-bottom: 0px;
}

.boxncc.clearfix {
    width: 100%;
}
.item {
    float: none;
    display: block;
    margin: auto !important;
    margin-bottom: 10px !important;
	height: auto;
}
.item p {
	visibility: hidden;
    height: 0px;
}
.items {width:100%;}
.spcontent_left {
    width: 100%;
}
.spcontent_right {
    width: 100%;
}
.block-wrapper {
  width: 100%;
  height: auto;
  display: flex;   
  flex-flow:row wrap;
} 
.block {
   box-sizing: border-box;
   border: solid 3px #fff;

  }
.block img {
   width:100%;
   height:auto!important;

  }
.block:nth-child(1n)img {
   width:100%;
   height:50%;

}
.block:nth-child(2n) img {
   width:100%;
   height:50%;

}
.block:nth-child(3n) img {
   width:100%;
   height:50%;

}
.block:nth-child(1n) {
    width:50%;
    height: 50%;
	
  }
.block:nth-child(2n) {
   width:50%;
    height: 50%;
  }
.block:nth-child(3n) {
   width:100%;
    height: 50%;
  }
.block:last-child {
   width:100%;
    height: 50%;
  }
.dichvu_item {
   	width:100%;
    position: relative;
    overflow: hidden;
	height:auto;
	margin: auto;
}
.dichvu_item img {
    width: 100%;
    height: 50%;
}

.dichvu_info {
    width: 100%;height: 100%;
    position: absolute;
    top: 149px;
    padding: 5px;
    background-color: #999;
    opacity: 0.9;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    -ms-filter:"alpha(opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    color: #fff;
    transition: 1s;
}
.dichvu_info h2 {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
   
}
.dichvu_info  a{
    color:#fff;
}
.dichvu_item:hover .dichvu_info {
	top:0px;
}
.dichvu_info p {
    padding-top: 5px;
    margin-top: 5px;
    line-height: 22px;
	color: #FFF;
	overflow: hidden;
}

	
	
}