.w20{
			width: 25%;
		}
		.w50{
			width: 45%;
		}
		.w22{
			width: 10%;
		}
		.pservice-cont {
			margin-top: 40px;
			min-height: 450px;
			border: 1px #e8e8e8 solid;
			box-shadow: 2px 0 9px rgba(0, 0, 0, .17);
			border-radius: 5px;
			margin-bottom: 40px;
		}
		
		.pservice-contBox {
			padding: 5% 4%;
		}
		
		
		
		.pconsult-filed li {
			overflow: hidden;
			margin-top: 15px;
			position: relative;
		}
		
		.pconsult-filed li label {
			min-width: 75px;
			float: left;
			text-align: right;
			line-height: 40px;
			padding-right: 14px;
			color: #666;
		}
		
		.pconsult-filed li .inpt {
			
			line-height: 38px;
			padding-left: 12px;
			float: left;
			color: #666;
			border: 1px #ccc solid;
			border-radius: 5px;
		}
		
		.pconsult-filed li .bit {
			color: #cc0000;
			line-height: 40px;
			float: left;
			padding-left: 10px;
		}
		.pconsult-filed li .area {
   
    line-height: 26px;
    padding: 10px 12px;
    float: left;
    color: #666;
    border: 1px #ccc solid;
    border-radius: 5px;
}
.pconsult-filed li .sbtn {
    background: #1a90d6;
    width: 20%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.sbtns{
	background: #1a90d6;
    width: 21%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 0.5em;
    display: inline-block;
    /*margin-top: 30px;*/
    margin-right: 20px;
    border-radius: 5px;
    cursor: pointer;
}
/*联系我们*/
.pcontact-inner {
    background: #f4f4f4;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.pcontact-inner .figure {
    width: 50%;
    border-right: 1px #fff solid;
}
img{
	border: 0;
    vertical-align: top;
    /*max-width: 100% !important;*/
}
.pcontact-inner .figure img {
    width: 100%;
}
.fr {
    float: right;
}
.pcontact-inner .word {
    width: 47%;
    padding: 45px 0 0 35px;
}
.pcontact-inner .word .t {
    font-size: 24px;
    color: #2f3195;
    font-weight: bold;
}
.pcontact-inner .word .c {
    line-height: 36px;
    padding-top: 20px;
    color: #525050;
}
.conqs{
	width: 85%;

	 margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 5%;
}
.c p{
	margin-top: 1%;
	font-size: 15px;
}


@media screen and (max-width: 834px){
	.pcontact-inner .figure {
    width: 100%;
}
.pcontact-inner .word {
    width: 100%;
    padding: 15px 0px;
}
.pcontact-inner .word .t {
    font-size: 18px;
}
.pcontact-inner .word .c {
    line-height: 28px;
    padding-top: 10px;
}
}
