/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		

	margin:0 auto;
	font-size:14px;	
	font-family:arial,Microsoft Yahei;	
	background:url(../images/bg.jpg) repeat;
	color:#545456;

}
.body-box{
	width:1200px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none; max-width:100%;
}
a{
	cursor:pointer;
	color:#545456;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#4674ae;	
}
ul{
	list-style-type:none;	
	border:0;
	width:auto;
}
em{
	font-style:normal;	
}
span{
	float:none;
	margin:0;	
	
}
.f_l{
	float:left;	
}
.f_r{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.clearfix:after{
		display:block;
		clear:both;
		content:"";
	}
form{ display:block; margin-top:0em;}

/*wrapin 主体容器宽度*/
.wrapin{
	width:1250px;
	margin-left:auto;
	margin-right:auto;
}
.wrapinbanner{
	position:relative;
	width:1250px;
	margin-left:auto;
	margin-right:auto;
}
#content{ 
	width: 1200px;
    margin: 0 auto;
	background-color:#fff; 
	height: auto;
    overflow: hidden;}
.article{ position: relative; padding:50px 0; }
/*公用CSS 开始*/


/*header 开始*/
#header{ 
	width: 1200px;
    margin: 0 auto;
	height:102px; 
	background-color:#fff; 
	border-bottom: 2px solid #73b560;
}
.head{ position:relative; width:1200px;height:auto; margin:0 auto;}
.head a{ display:block; width:100%; height:85px;}
.head a .logo{
	padding-top:20px;
}
.nav{ position:absolute; top:45px; right:0; width:60%; height:35px;}
.nav li{ width:14%; height:35px; float:left; text-align:center; font-size:16px; line-height:35px;}
.nav li .cove{ 
	position: relative;
	border-radius:20px; 
	color:#85b523;
	font-weight: bold;
}
.nav li .cove:after{
	position: absolute;
    bottom: -5px;
    display: block;
    width: 60%;
    height: 3px;
    margin: 0 auto;
    background-color: #73b560;
    margin-left: 20%;
    content: "";
}
.nav li a{ dispaly:block; width:100%; height:100%; color:#595959; vertical-align:middle;}
.nav li a:hover{ color:#73b560;}
.top-tt{
	position: absolute;
    right: 0;
    top: 0;
    width: 31%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	vertical-align: middle;
}
.top-tt span{
	margin-left: 20px;
	line-height: 30px;
	vertical-align: middle;
}
.top-tt span a{
	display: inline-block;
	width: 30px;
    height: 30px;
}
form.navbar-form.navbar-left {
    padding: 0;
    width: 45%;
}
.navbar-left {
    float:!important;
    position: relative;
}
.navbar-form {
	display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
}
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
}
input.form-cont {
    background: none;
    outline: none;
    border: 1px solid #c7c4c4;
    box-shadow: none;
    border-radius: 5px;
    width: 100% !important;
    color: #a29f9f;
    padding: 0 0 0 12px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-search {
    background: url(../images/se.png) no-repeat;
    border: none;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 13px;
    right: 1.5%;
    outline: none;
}


.wx{
	position: relative;
	vertical-align: middle;
	line-height: 30px;
	width: 30px;
    height: 30px;
}
.wx img{
	width:30px;
	height: 30px;
	vertical-align: middle;
	overflow: hidden;
}
.wxm{
	position: absolute;
	top:50px;
	right: 30px;
	display: none;
	width:100px;
	height: 100px;
    z-index: 9;
}
/*.wxm img{
	width:100px;
	height: 100px;
	overflow: hidden;
}*/

/*手机站点导航*/
.wap-nav{display:none;}
.nav-wrap {
    display: none;
    float: right;
    position: absolute;
    right: 0;
    z-index: 99999;
    background:rgba(0,0,0,.5);
    height: auto;
    top: 60px;
    line-height: 18px;
    margin-top: 0px;
    font-size: 16px;
    border-right: 1px solid #d8d8d8;
    color: #153768;
    width: 100%;
    border-left: 1px solid #d8d8d8;
}
.nav-wrap li {
    width: 100%;
	height:45px;
	line-height:45px;
	text-align: center;
    float: left;
    border-bottom: 1px solid #fff;
    border-left: 0px;
}
.nav-wrap li:hover a{background-color:##73b560; color:#fff;}
.nav-wrap li .hover {
	display:block;
    border-left: 3px solid ##73b560;
	color:#fff;
}
.nav-wrap li a{
    color: #f7f5f5;
}
/*.nav-wrap li .hover:hover{ background-color:#f57c05; color:#fff;}
.nav-wrap li > a {
    display: block;
	width:100%;
	height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-wrap li > a:first-child {
    font-size: 16px;
    color: #000000;
}*/

/*banner start*/
.banner{ width:100%; height:427px;}
.banner .ba{ position: absolute; top:1px; left:1px; z-index: 9;}
/*提交框*/
.banner .login{
	position:absolute; 
	top:100px; 
	right:15px; 
	width:288px; 
	padding:30px 35px; 
	background:rgba(255,255,255,.67); 
	border-radius:10px; 
	color:#171717;
	z-index: 9;
}
.banner .login h2{position:relative; width:100%; font-size:18px; font-weight:600; height:50px; margin:0 auto; line-height:50px; text-align:center;  border-bottom:2px solid #f57c05;}
.banner .login h2:after{ position:absolute; bottom:0; left:48%; border:5px solid rgba(0,0,0,0); border-bottom-color:#f57c05;  content:"";}
.banner .login .box{ position:relative;}
.banner .login .box input{position:absolute; width:65%; top:0; right:8px; height:33px; padding:0 10px; border: 1px solid #ccc; border-radius:5px; }
#login{ width:100%; }
.login form{ margin:50px 0;}
.login div{position:relative; margin-top:20px;}
.login form input { height: 33px; padding: 0;}
.login form label{ display: block; width:100%; height: 35px; line-height: 35px; text-align:left; font-size:14px;}
.login form label i{ color:#F7070B; float:right;}
.login form .btn { width: 100%; height: 50px; padding: 0; margin-top: 40px; border: 0; background-color: #f57c05; color: #fff; font-size: 18px; border-radius: 4px;}
.banner .login .tel{ width:100%; height:40px; text-align:center; background:url(../images/tel.png) left no-repeat; font-size:28px; color:#171717;}
.banner .login .tel span{ line-height:40px;}


/*首页业务范围*/
#content .index-about{    width: 100%; height:226px; margin-top:30px; background:url(../images/yw01.png) left no-repeat;}
#content .index-about .ywlist{
	width:92%;
	height: 226px;
	padding-left:47px;
	overflow: hidden;
}
#content .index-about .ywlist li{
	position: relative;
    float: left;
    width: 32%;
    height: 226px;
    margin: 0 0 0 10px;
}
#content .index-about .ywlist li .tt{
	position: relative;
	width:100%;
	height: 226px;
	overflow: hidden;
}
#content .index-about .ywlist li .tt .textli{
	position: absolute;
	bottom:0;
	left:0;
	width:89%;
	height: 35px;
	line-height: 35px;
	letter-spacing:5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background:rgba(0,0,0,.6);
	text-align: center;
	padding:0 20px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.back {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background:url(../images/bg-01.jpg) repeat;
    padding: 2em;
    text-align: center;
    opacity: 1; 
    display: none;
}
.back h4 {
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    font-family: 'Yantramanav', sans-serif;
}
.back p {
    margin: 0.8em 0;
    color: #fff;
    border-bottom: 1px solid rgba(238, 238, 238, 0.35);
    padding-bottom: 0.5em;
}
.back h6 {
    font-size: 3em;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
}
.back h6 sup {
    font-size: .5em;
    top: -.8em;
}
.back form {
    margin-top: 0.5em;
}
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.w3ls-cart {
    font-size: 1em;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    background: none;
    outline: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    padding: 5px 7px;
}
span.w3-agile-line {
    border-left: 1px solid #fff;
    margin: 0 1em;
}
.back a {
    font-size: 1em;
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
}
#content .index-about .ywlist li .tt:hover .back{
    display: block;
	opacity: 1;
}

 
			 
.ywlist>.inline-list{  
	 transition:all 2s;  
	 transform-style: preserve-3d;  
}  
.front{  
	color: #f6f7f9;
    font-size: 1.5em;
    width: 98%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,.5);
    float: left;
    position: absolute;
    bottom: 2px;
    z-index: 10;
    backface-visibility: hidden; 
			 }  
.ywlist>.inline-list:hover{  
	transform: rotateY(180deg);  
}
.ywlist>.inline-list:hover .overlay{
	width: 100%;  
	height: 225px;  
	z-index: 2;  
	transform: rotateY(180deg);   
	background: url(../images/bg-01.jpg) repeat;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(67,195,234,0.90);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.call-to-action-area .single-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 100%;
}
.fa{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	padding:10px;
}			 
			





/*首页公司新闻*/
#content .par02{ height:330px; margin-top:15px;}
#content .par02 .index-new{
	float:left;
	width:64%;
	padding-right: 1%;
	padding-left: 5px;
	height: 330px;
	overflow: hidden;
}
.hiSlider{
	float: left;
	overflow: hidden;
	height: 278px;
    width: 345px;

}
.hiSlider-item{
	float: left;
}
#content .par02 .index-new h1{
	width:95%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	padding-left:40px;
	background:url(../images/coin01.png) left no-repeat;
}
#content .par02 .index-new .newleft{
	width:100%;
	height: 285px;
	overflow: hidden;
}
#content .par02 .index-new .newleft img{
	float: left;
	width: 100%;
	height: 285px;
}
#content .par02 .index-new .newimg{
	border:1px solid #ccc;
}
#content .par02 .index-new .newleft .new_list{
	float:left;
	width: 48%;
	height: 285px;
	padding-left: 20px;
	overflow: hidden;
}
#content .par02 .index-new .newleft .new_list .new_list_top{
	width:100%;
	height: 30px;
	color: #4d4c4c;
	line-height: 30px;
	font-size: 14px;
}
#content .par02 .index-new .newleft .new_list .new_list_top li{
	float:left;
	margin:0 5px;
	cursor: pointer;
}

#content .par02 .index-new .newleft .new_list .new_list_top span{
	float: left;
	font-size: 12px;
	float:right;
	color: #73b560;
}
.cover{
	position: relative;
	color:#73b560;
}
.cover:after{
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #73b560;
    content: "";
}
#content .par02 .index-new .newleft .new_list .newbox{
	width:100%;
	height: auto;
	overflow: hidden;
}
#content .par02 .index-new .newleft .new_list .newbox .newbox_top{
	width:97%;
	padding: 10px 5px;
	background-color: #f5f5f5;
	margin-top: 15px;
}
#content .par02 .index-new .newleft .new_list .newbox .newbox_top h3{
	font-size: 14px;
	font-weight: bold;
	height: 24px;
    line-height: 24px;
}
#content .par02 .index-new .newleft .new_list .newbox .newbox_top h3 span{
	font-size: 12px;
	font-weight: normal;
	float:right;
	padding-right: 5px;
}
#content .par02 .index-new .newleft .new_list .newbox .newbox_top p{
	font-size: 12px;
	line-height: 18px;
	height: 35px;
	color:#767676;
	padding-top: 5px;
	overflow: hidden;
}
#content .par02 .index-new .newleft .new_list .newbox .newlist{
	width:100%;
	height: auto;
	overflow: hidden;
}
#content .par02 .index-new .newleft .new_list .newbox .newlist li{
	width:93%;
	height: 30px;
	line-height: 30px;
	margin:8px 0 0;
	padding-left:24px;
	background:#f5f5f5 url(../images/coin02.png) no-repeat;

}
#content .par02 .index-new .newleft .new_list .newbox .newlist li .tm{
	display:inline-block;
	width:70%;
	height:30px;
	font-size: 14px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: normal;
}
#content .par02 .index-new .newleft .new_list .newbox .newlist li span{
	float:right;
	padding-right: 5px;
}

#content .par02 .index-ab{
	float:left;
	width:30%;
	height: 330px;
	overflow: hidden;
}
#content .par02 .index-ab h1{
	width:90%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	padding-left:40px;
	background:url(../images/coin01.png) left no-repeat;
}
#content .par02 .index-ab .ablist{
	width:100%;
	height: auto;
	overflow: hidden;
}
#content .par02 .index-ab .ablist li{
	float:left;
	width: 49%;
	height: 140px;
	margin-right: 1%;
	overflow: hidden;
	padding-bottom: 2px;
}
.more{
	width: 180px;
    height: 40px;
    line-height: 40px;
	margin:20px auto;
	color:#73b560;
	font-size: 14px;
	text-align: center;
	border:1px solid #73b560;
	border-radius: 5px;
	overflow: hidden;
}
.more:hover{
	color:#fff;
	background-color:#73b560;
}
/*首页项目案例*/
#content .flow {
    height: 330px;
    margin-top: 15px;
    overflow: hidden;
}
#content .flow h1 {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 40px;
    background: url(../images/coin01.png) left no-repeat;
}

/*业务范围 */
#content .scope_right{ 
	width:96%; 
	height:auto;
	margin:15px auto; 
	font-size:16px; 
	padding: 0 5px; 
	overflow: hidden;
}
#content .scope_right p{
	text-indent: 2em;
	line-height: 24px;
}
#content .scope_right h3{
	position: relative;
	width: 98%;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px 0;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
}
.caseNavWrapper {
    width: 100%;
    height: 180px;
    border-bottom: 3px double #cfcfcf;
}
#caseNav {
    position: relative;
    width: 100%;
    height: 180px;
}
#caseNav li {
    float: left;
    margin: 0 44px;
    width: 25%;
    text-align: center;
    font-family: "微软雅黑";
}
#caseNav li a {
    display: block;
    color: #333;
}
#caseNav li .repair {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case1.png);
}
#caseNav li.cur .repair {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case6.png);
}
#caseNav li .landscape {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case2.png);
}
#caseNav li.cur .landscape {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case7.png);
}
#caseNav li .repair {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case1.png);
}
#caseNav li.cur .repair {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case6.png);
}
#caseNav li .design {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case3.png);
}
#caseNav li.cur .design {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case8.png);
}
#caseNav li .travel {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case4.png);
}
#caseNav li.cur .travel {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case9.png);
}
#caseNav li .nursery {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case5.png);
}
#caseNav li.cur .nursery {
	width: 112px;
    margin: 0 auto;
    background-image: url(../images/case10.png);
}
.jianjie {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 30px;
    color: #424242;
    padding: 20px;
    margin: 10px;
    background-color: #f5f5f5;
}

#caseNav li .img {
	text-align: center;
    width: 112px;
    height: 112px;
    background-repeat: no-repeat;
}
#caseNav li.cur h2 {
    color: #84b326;
}
#caseNav li h2 {
	width:100%;
	text-align: center;
    padding-top: 15px;
    font-style: 20px;
    font-weight: bold;
}
#caseNav li p {
    padding-top: 10px;
}




.caseLink {
	width: 98%;
    margin: 0 auto;
    padding-top: 20px;
}
.caseLink b {
    margin-right: 8px;
    font-size: 24px;
    font-family: "微软雅黑";
}
.caseLink span {
    font-size: 18px;
    color: #777;
    font-weight: bold;
}

.caseLink .caseLinkList {
    padding-top: 20px;
}
.caseLink .caseLinkList a {
    display: block;
    float: left;
    margin-right: 25px;
    width: 139px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #84b326;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}
.scov{
	background-color: #84b326;
	color:#fff;
}
.fixed:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



.casePath {
    padding-top: 30px;
    height: 28px;
    line-height: 28px;
}
.casePath h3 {
    float: left;
    width: 50%;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: bold;
    color: #2e2e2e;
}
.casePath .bread {
    float: right;
    width: 49%;
    text-align: right;
    color: #999;
    font-size: 12px;
}
.caseSlide .bd {
    float: left;
    width: 830px;
    height: 443px;
    overflow: hidden;
}
.casePath .bread a {
    color: #999;
}
.caseSlide {
    padding-top: 20px;
}
.caseSlide {
    padding-top: 20px;
}
.caseSlide .bd img {
    display: block;
    width: 830px;
    height: 443px;
}
.caseSlide .smallPic {
    float: right;
    width: 25%;
}
.caseSlide .smallPic a {
    display: block;
    width: 157px;
    height: 25px;
    background: url(../images/bgs/stripe.jpg);
}
.caseSlide .smallPic a.sprev i {
    background-image: url(../images/arrow_02.png);
}

.caseSlide .smallPic .shd {
    width: 100%;
    height: 393px;
    overflow: hidden;
}
.caseSlide .smallPic .shd li {
    padding: 5px 0;
    width: 157px;
    height: 87px;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
}
.caseSlide .smallPic .shd li img {
    display: block;
    width: 153px;
    height: 83px;
    border: 2px solid #fff;
}
.caseSlide .smallPic a {
    display: block;
    width: 157px;
    height: 25px;
    background: url(../images/bgs/stripe.jpg);
}
.caseSlide .smallPic a.snext i {
    background-image: url(../images/arrow_05.png);
}
.caseSlide .smallPic a i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.caseInfo {
    padding-top: 10px;
}

.caseInfo h3 {
    height: 68px;
    line-height: 68px;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
    color: #87bf00;
    border-bottom: 1px dashed #b5b5b5;
}
.caseInfo .caseCon {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.caseInfo .caseCon p {
    margin-bottom: 12px;
}
.casePage {
    position: relative;
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.casePage li.prevPage {
    background: url(../images/arrow_06.jpg) 0 center no-repeat;
}
.casePage li {
    padding-left: 2%;
    float: left;
    width: 46%;
}
.casePage li.nextPage {
    background: url(../images/arrow_07.jpg) 0 center no-repeat;
}
#content .scope_right h3 .backBtn {
    position: absolute;
    display: block;
    top: 11px;
    right: 5px;
    width: 55px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #898989;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
/*经典案例页面*/
#content .caselist{
	width:100%;
	height: auto;
	overflow: hidden;
	padding:20px 10px;
}
#content .caselist li{
	float:left;
	width:24%;
	height: 180px;
	padding:3px;
	overflow: hidden;
}
#content .caselist li img{
	width:100%;
	height: 180px;
	overflow: hidden;
}
#content .caselist li img:hover{
	transform: scale(1.2);
}

/*底部*/
#footer{
	width: 1200px;
	height:130px;
	margin: 0 auto;
	background-color: #a19fa2;
	padding: 20px 0;
}
#footer .foot-mid{
	font-size: 12px;
}
#footer .foot-mid h1{ 
	width:100%; 
	font-size: 14px;
	height:30px; 
	line-height: 30px;
	text-align: center;
	color: #111;
	font-weight: bold; 
}
#footer .foot-mid h2{
	position: relative;
	font-size: 14px;
	height: 20px;
	color:#111;
	line-height: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#footer .foot-mid h2 a:hover{
	color: #000;
}
#footer .foot-mid h2 span{
	padding:0 10px;
}
#footer .foot-mid h2:after{
	position: absolute;
	bottom:-5px;
	margin-left:-30%;
	left:50%;
	display: block;
	background-color: #848383;
	width:60%;
	height: 1px;
	content: "";
}
#footer .foot-mid h3{
	font-size: 14px;
    height: 12px;
    color: #111;
    line-height: 18px;
	text-align: center;
}
#footer .foot-mid h3 a{
	padding:0 10px;
	color: #111;
	font-weight: bold;
}
#footer .foot-mid h3 a:hover,#footer .foot-mid p a:hover{
	color: #000;
}
#footer .foot-mid  p{
	text-align: center;
	margin:10px 0;
	color:#363636;
}
#footer .foot-mid .footmid{
    display: inline-block;
    width:60%;
    height:260px;
    vertical-align: top;
    padding-left:110px;
}
#footer .foot-mid .footmid .footnav{
	width:100%;
	height:50px;
	font-size: 16px;
	font-weight: bold;
}
#footer .foot-mid  .footmid .footnav li{ 
	float:left;
	width: 18%;
    height:50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
}
#footer .foot-mid  .footmid .footnav li a{
	display:block;
	width:100%;
	height:50px;
}
#footer .foot-mid  .footmid .footnav li a:hover{ 

	color:#fff;
}
#footer .foot-mid .footmid .index-con{ 
	width:100%;
	height:120px;
	font-size: 14px;
}
#footer .foot-mid .footmid .index-con li{
	height:40px;
	line-height: 40px;
	padding-left:55px;
}
#footer .foot-mid .footmid .index-con li:nth-child(1){
	background:url(../images/foot01.png) no-repeat;
}
#footer .foot-mid .footmid .index-con li:nth-child(2){
	background:url(../images/foot02.png) no-repeat;
}
#footer .foot-mid .footmid .index-con li:nth-child(3){
	background:url(../images/foot03.png) no-repeat;
}


/*关于我们*/
#about-banner{ 
	width: 1200px;
    margin: 0 auto;
	height:260px; 
}
#content .con_left{ 
	float:left;
	width:230px; 
	padding:0 20px;
	height: auto;
	overflow: hidden;
}
#content .con_left h1{
	width:100%;
	height: 70px;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#89bc20;
	margin-top:20px;
	margin-bottom: 0;
	background:url(../images/h1bg.png) bottom no-repeat;
}
#content .con_left h1 span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color:#ccc;
}
#content .con_left .menulist{
	width: 96.5%;
    margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 20px 0 50px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #f5f5f5;
}
#content .con_left .menulist li{
	width:80%;
	margin:0 auto;
	height: 40px;
	padding-left: 15px;
	text-align: left;
	line-height: 40px;
	border-bottom:1px dashed #ccc;
	font-size: 14px;
}
#content .con_left .menulist li:hover{
	background:url(../images/left-bg.jpg) no-repeat;
	color:#fff;
    font-weight: bold;
}
.leftcov{
	background:url(../images/left-bg.jpg) no-repeat;
	color:#fff;
	font-weight: bold;
}
#content .con_right{ 
	float: left;
    width: 72%;
    padding-left: 40px;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    background: url(../images/leftrbg.png) left top no-repeat;
}
#content .con_right h3{
	width:100%;
	font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding-bottom: 5px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}
#content .con_right h3 span{
	float:right; 
	font-size: 12px;
	font-weight: normal;
}
#content .con_right .rylist{
	width: 96%;
    height: auto;
    overflow: hidden;
    padding: 20px;
}
#content .con_right .rylist li{
	float:left;
	width: 28%;
    margin:15px;
    height: 315px;
	border:1px solid #ccc;
    background-color: #f5f5f5;
}
#content .con_right .rylist li img{
	width:96%;
	height: 275px;
	overflow: hidden;
	padding:5px;
}
#content .con_right .rylist li p{
	width: 90%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    margin: 0 auto;
    background-color: #ddd;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.con_right_txt .plist{
	width:100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ccc;
	margin:10px 0;
}
.con_right_txt .plist a{
	padding:5px 10px;
}
#content .con_right .con_right_txt{
	margin:20px 0;
}
#content .con_right .con_right_txt h4{
	width:100%;
	height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#content .con_right .con_right_txt h5{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:12px;
    margin-bottom:20px;
}
#content .con_right .con_right_txt p{
	text-indent: 2em;
	line-height: 24px;
}
#content .con_right .con_right_txt h1{
	position: relative;
	height: 40px;
	line-height: 40px;
	color:#89bc21; 
	padding-left: 30px;
	font-size: 18px; 
	font-weight: bold;
}	
#content .con_right .con_right_txt h1:before{
	display: block;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-4px;
	width:8px;
	height: 8px;
	background-color:#89bc1f; 
	font-size: 18px; 
	font-weight: bold;
	content: "";
}

/*newslist*/
.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 60px;
    min-height: 400px;
    margin-top: 20px;
}
.top-news {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    overflow: hidden;
    margin-bottom: 30px;
}
.top-news .top-news-img {
    float: left;
    width: 30%;
    height: 172px;
    padding-top: 5px;
    padding-left: 5px;
    overflow: hidden;
}
.top-news .top-news-right {
    float: right;
    width: 64%;
    height: auto;
    padding: 15px 5px 10px 0;
    box-sizing: border-box;
}
.top-news .top-news-time {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #929292;
}
.newslist2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newslist2 li, .techlist li {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 0;
}
.top-news .top-news-title {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #85b523;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top-news .top-news-txt {
    float: left;
    width: 100%;
    height: 75px;
    font-size: 14px;
    color: #929292;
    line-height: 25px;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    overflow: hidden;
}
.newslist2 li:hover {
    display: block;
    background:#f4f4f4;
}
.newslist2 a:hover {
    color:#f57c05;
}
.newslist2 .newslist2-time {
    float: left;
    width: 115px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    border-right: 2px solid #e4e4e4;
    margin-right: 50px;
}
.newslist2 .newslist2-time span:first-child {
    font-size: 40px;
    font-weight: bold;
}
.newslist2 .newslist2-time span {
    display: inline-block;
    width: 100%;
    color: #85b523;
}
.newslist2 .newslist2-content {
    width: 57%;
    height: auto;
    overflow: hidden;
    float: left;
}
.newslist2 .newslist2-content .newslist2-title:hover {
   color: #86b624;
}
.newslist2 .newslist2-title, .techlist .techlist-title {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #5c5c5c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newslist2 .newslist2-txt, .techlist .techlist-txt {
    float: left;
    width: 100%;
    height: 70px;
    font-size: 14px;
    color: #929292;
    line-height: 25px;
    overflow: hidden;
}
.newslist2 .newslist2-img, .techlist .techlist-img {
    width: 22%;
    height: auto;
    padding: 0 5px;
    float: right;
}
.newslist2 .newslist2-img img{
	width:100%;
	height: 100px;
	overflow: hidden;
}
.pagelist {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 30px 0;
    overflow: hidden;
    float: left;
    background-color: #c6c7c6;
}
.pagelist .pre {
    padding-left: 15px;
    padding-right: 15px;
}

.pagelist a {
    display: inline-block;
    /*border: 1px solid #c3c3c3;*/
    height: 30px;
    /*border-radius: 50%;*/
    padding: 0 15px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    /*margin-left: 5px;
    margin-right: 5px;*/
}
.pagelist a:hover, .pagelist .currentpage {
    background: #85b523;
    color: #fff;
}
.pagelist .next {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    width: auto;
}

/*联系我们*/
#content .article h1{
  font-size: 28px;
  color:#f57c05;
}
#content .article .index-con {
    width: 100%;
    height: auto;
    font-size: 16px;
    overflow: hidden;
    margin: 50px 0;
}
#content .article .index-con li {
    height: 40px;
    line-height: 40px;
    padding-left: 55px;
}
#content .article .index-con li:nth-child(1) {
    background: url(../images/foot01.png) no-repeat;
}
#content .article .index-con li:nth-child(2) {
    background: url(../images/foot02.png) no-repeat;
}
#content .article .index-con li:nth-child(3) {
    background: url(../images/foot03.png) no-repeat;
}
#content .article .footwiexin {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 190px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
/*金牌服务*/
.article .glodti{ display: flex; width:100%; height: 60px; margin-bottom:50px; justify-content: space-between;  }
.article .glodti li{
    float: left;
	width:15%;
	height:60px;
	line-height: 60px;
	font-size: 20px;
	color:#545456;
	text-align: center;
	background: #fafafa;
	border:1px solid #e0dfdf;
}
.article .glodti li a{
	display: block;
	width:100%;
	height:100%;}	
    
.article .glodti li a:hover{

	background:#f57c05;
	color:#fff;
}
.glodti .glod-hover a{
	background:#f57c05;
	color:#fff; 
}
/*经典案例页面详情页*/
#content .con_txt{
	width:98%;
	margin: 0 auto;
	height: auto;

}
#content .con_txt h3 {
    width: 98%;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 15px 0;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
}
#content .con_txt .con_txt_text{
	width:100%;
	height: auto;
	overflow: hidden;
}
#content .con_txt .con_txt_text h4{
	position: relative;
	width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
#content .con_txt .con_txt_text h4:after{
	position: absolute;
	bottom:-10px;
	left:50%;
	display: block;
	width:100px;
	height: 2px;
	margin-left:-50px;
    background-color: #85b523;
	content: ""
}
/*人才页面*/
.main{
    width: 95%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.job {
    margin-top: 30px;
    color: #666;
}
.zp_info {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e9e9e9;
}
.zp_info .zp_1 {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.t {
    font-size: 16px;
    color: #fff;
    background: #87ba21;
}
.zp_info .zp_1 div {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    display: block;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
}
.zp_info .zp_1 div:nth-child(1) {
    width: 8%;
    font-weight: bold;
}
.zp_info .zp_1 div:nth-child(2),.zp_info .zp_1 div:nth-child(4),.zp_info .zp_1 div:nth-child(6){
    width: 10%;
}
.zp_info .zp_1 div:nth-child(3) {
    width: 15%;
}
.zp_info .zp_1 div:nth-child(5) {
    width: 20%;
}
.bg{
	background-color: #f5f5f5;
}
.con_right_txt .ptxt{
	line-height: 35px;
	font-size: 14px;
}
.con_right_txt .ptxt span{
	font-weight: bold;
	color:#87ba21;
}
.con_right_txt .ptext h4{
	width: 10%;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
	font-weight: bold;
	color:#fff;
	background-color:#87ba21;
	text-align: left; 
	margin:15px 0;
}
/*在线留言页面*/
button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}
.con_right_txt h2{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 16px;
	color:#87ba21;
}
.con_right_txt h2 span{
	font-size: 22px;
	font-weight: bold;
}
.order{
	padding: 0 20px;
    height: 30px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background-color: #87ba21;


}
/*联系我们页面*/

.con_right_txt .ab_r_mid .ab_r_contact{
	width:85%;
	height: auto;
	/*background:url(../images/con-bg.jpg) bottom right no-repeat;*/
	margin:20px 0;
}
.con_right_txt .ab_r_mid .ab_r_contact .f5{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #87ba21;
}
.con_right_txt .ab_r_mid .ab_r_contact span{
	padding:10px 0;
	line-height: 30px;
}
/*视频页面*/

.videolist {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.videolist li {
    float: left;
    width: 48%;
    height: 276px;
    padding-right: 1%;
    margin-bottom: 45px;
}
.videolist li h5 {
    width: 90%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}



/*
@media screen and (max-width: 1200px){
#header .head > div{display:none;}
.nav li { width: 15%;}
img{ max-width: 100%; height:auto;}
.banner .login { right: 5%;}
#content .index-about {
	height: 320px;
    background: url(../images/index_about.png) 50% 30%/100% no-repeat;
}
#content .index-about p {
    width: 52%;
    height: 135px;}
#content .serves,.wrapin,#footer .foot { width:1024px; }
#content .companyserves {
    height:auto;
    margin-top: 40px;
}
#content .industry{ padding-bottom:20px; }
#content .glod {
    padding-left: 10px;}
.footwiexin {
    right: 6%;}
#content .about-content {
    width: 1024px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 50px;
    background: url(../images/about.png) 10px 0px no-repeat;
}
#footer .foot .foot-mid{width: 1024px;;}
#footer .foot .foot-mid .footmid { padding-left: 10px;}
.top-news .top-news-right { width: 64%;}
.newslist2 .newslist2-content { width: 55%;}
.newslist2 .newslist2-txt{ height:55px;}
.newslist2 .newslist2-img{ width: 25%;}


}

@media screen and (max-width: 1024px){
.wap-nav,.head > div{display:none;}
.banner{ height:470px;}
.nav li { width: 6%;}
img{ max-width: 100%; height:auto;}
.ba img{width:70%;}
.banner .login {
	right: 20%;
    top: 20px;
    padding: 13px 30px;
}
#content .serves,.wrapin,#footer .foot,#footer .foot .foot-mid { width:768px; }
#content .serves li { width: 37%;}
#content .glod {
    padding-left: 10px;}
#content .glod .glod-list {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    flex-direction: row;
    justify-content: space-around;
}
#content .glod .glod-list li{
   width:17%;}
.footwiexin {
    right:0;}
.login form {
    margin: 30px 0;
}
.index_banner li{ height:490px; }
.index_banner li.second {
    background: url(../images/ban_02.jpg) center/cover no-repeat;
}
#content .index-about p {
    width: 85%;}
#content .industry .industry-list li {
    width: 48%;
    padding-right: 10px;}

.newslist2 .newslist2-content { width: 50%;}
#content .index-about h1 { height: 87px;}
#content .index-about p { width: 54%;}
#content .companyserves {height: auto; margin-top: 0px;
}
.glod-listcontent h3 { font-size: 16px;}


}

*/
@media screen and (max-width: 640px){
.body{
    max-width: 640px;
    min-width: 375px;
}
#header,#content,.#about-banner, #footer {
    max-width: 640px;
    width: 100%;
    margin:0 auto;
    float: left;
    height: auto;
}
#header{
	max-width: 640px;
    width: 100%;
    margin:0 auto;
	position: relative;
    height: 70px;
}
#content{
	max-width: 640px;
    width: 100%;
    margin:0 auto;
}
.banner {
    width: 100%;
    height: 140px;
}
#about-banner{
	width: 100%;
    height: 80px;
}
.ywdhList {
    margin-left: 0px;
    height: 226px;
    overflow: hidden;
}
#content .index-about {
    width: 100%;
    height: auto;
    margin-top: 0px;
    background-size: 5%;
}
.top-tt{
	display: none;
}
.head{
	position: relative;
}
.wap-nav{
	position: absolute;
	display:block; 
	width: 12%;
	top:10px;
	right: 10px;
}
.head a .logo {
    padding-top: 10px;
    width: 80%;
}

.head,.wrapinbanner,.wrapin {width: 100%;}
.head a{ display:block;height: 45px;}
.nav {display:none; }
.banner .ba { display: none;}
.banner .login { right: 50%;}
#content .serves{ width:100%; }
#content .serves li{width:20%;}
#content .serves li a {
    display: block;
    width: 100%;
    height: ruto;
    line-height: 180px;
}
#content .serves li:nth-child(1){ background:url(../images/index_bg01.png) 50% 50% no-repeat;}
#content .serves li:nth-child(1) a:hover{ background:url(../images/index_bgg01.png) 50% 50% no-repeat; color:#fff; transition: all 1s;}
#content .serves li:nth-child(2){ background:url(../images/index_bg02.png) 50% 50% no-repeat;}
#content .serves li:nth-child(2) a:hover{ background:url(../images/index_bgg02.png) 50% 50% no-repeat; color:#fff; transition: all 1s;}
#content .serves li:nth-child(3){ background:url(../images/index_bg03.png) 50% 50% no-repeat;}
#content .serves li:nth-child(3) a:hover{ background:url(../images/index_bgg03.png) 50% 50% no-repeat; color:#fff; transition: all 1s;}
#content .serves li:nth-child(4){ background:url(../images/index_bg04.png) 50% 50% no-repeat;}
#content .serves li:nth-child(4) a:hover{ background:url(../images/index_bgg04.png) 50% 50% no-repeat; color:#fff; transition: all 1s;}

.index_banner cite { display: none;}
#content .index-about h1 {height: 103px;}	
	
#content .par02 {
	height: auto;
    margin-top: 0px;
}
#content .par02 .index-new {
    float: left;
    width: 100%;
    padding-left:0;
}	
#content .par02 .index-new h1,#content .par02 .index-ab h1{
    margin-top: 0;
    margin-bottom: 0px;
}	
#content .par02,#content .par02 .index-new,#content .par02 .index-new .newleft {
    height: auto;
}	
#content .par02 .index-ab {
    float: left;
    width: 98%;
    margin: 0 1%;
    height: auto;
}	
#content .par02 .index-new .newleft {
    width: 100%;
    height: auto;
}	
#content .par02 .index-new .newleft .new_list {
    padding-left: 0px;
}	
#content .par02 .index-ab .ablist li {
    float: left;
    width: 49%;
    height: 140px;
    margin-right: 1%;
    overflow: hidden;
    padding-bottom: 0px;
}	
#content .flow {
    width: 100%;
}	
#footer {
    max-width: 640px;
    width: 100%;
    height: 100px;
}
#footer .foot-mid h3 {
    display: none;
}	
#footer .foot-mid p {
    width: 90%;
    text-align: center;
    margin: 10px auto;
    color: #363636;
}	

#content .con_left {
    float: none;
    width: 61%;
    margin: 0 auto 20px;
}
#content .con_right {
    float: none;
    width: 94%;
    margin: 0 auto;
    padding-left: 0px;
    height: auto;
    overflow: hidden;
    padding-bottom:0px;
    background:none;
}
#content .con_right .rylist li img {
    width: 90%;
    height: 115px;
    overflow: hidden;
    padding: 5px;
}
#content .con_right .rylist li p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding:0;
    font-size: 12px;
    margin: 0 auto;
}
#content .con_right .rylist li {
	float: left;
    width: 29%;
    margin: 7px;
    height: 155px;
}
#content .con_right .rylist li:nth-child(3n){
	margin-right:0;
}
#content .con_right .rylist {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:0;
}
.top-news .top-news-img {
    padding-left:0;
}

.top-news .top-news-right {
    padding: 5px 5px 5px 0;
}
.top-news .top-news-txt {
	padding-top:0;
	margin-bottom: 0;
}
.top-news {
    margin-bottom: 0;
    height: 120px;
}
.top-news .top-news-img {
    height: 75px;
}
.top-news .top-news-time {
    float: left;
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #929292;
    overflow: hidden;
}
.newslist2 .newslist2-time {
    width: 65px;
    margin-right: 5px;
}
.newslist2 .newslist2-content {
    width: 55%;
}
.newslist2 li, .techlist li {
    margin: 10px 0 0;
}
.top-news .top-news-txt {
    height: 50px;
}
#caseNav li {
    float: left;
    margin: 0 0px;
    width: 33.3%;
}
#caseNav li .repair,#caseNav li.cur .repair,#caseNav li .landscape,#caseNav li.cur .landscape,#caseNav li .travel,#caseNav li.cur .travel {
    width: 100%;
    height: 80px;
    padding: 0;
    background-size: 60%;
    text-align: center;
    background-position: center;
}


#caseNav li.cur h2 {
    font-size: 16px;
    color: #84b326;
}
.caseNavWrapper,#caseNav {
    height: 115px;
}
#caseNav li h2 {
	font-size:16px;
	padding-top:0;
}
.caseLink .caseLinkList a {
    margin: 0 15px 5px;
}
.pagelist {
    margin: 10px 0;
}

.con_right_txt .ab_r_mid .ab_r_contact {
    width: 100%;
    height: auto;
}











}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	