@media (min-device-width:760px){
	.wrap{
		background-color:#f0f0f0;
	}
	.fuwuzhic_wrap{
		background-color:#fff;
		width:1200px;
		margin:20px auto ;
		padding:30px 0;
		
	}
	.p_banner {
			background-position: top center !important;
			background-repeat: no-repeat !important;
			height: 500px
		}
		.white_content{
			text-align: center;
		}
		.anli_list_title{
			font-size:18px;font-weight: bold;
			letter-spacing: 1px;
			margin-bottom:10px;
			color:#666;
		}
		.anli_list_content{
			margin-bottom:20px;
			margin-top:10px;
			font-size:15px;
			color:#666;
		}
		.list{
			width:1000px;
			margin:auto;
		}
		.list>ul{
			list-style: none;
		}
		.list>ul>li{
			float:left;
			width:184px;
			box-sizing: border-box;
			text-align: center;
			margin-right:20px;
			padding:20px 0;
			border:1px solid #e0e0e0;
			margin-bottom:20px;
			transition: all 0.5s;
		}
		.list>ul>li:hover{
			transform: translateY(-5px);
			box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
		}
		.list>ul>li:nth-child(5n){
			margin-right:0;
		}
		.list>ul>li>i{
			font-style: normal;
			font-size:15px;
			display:block;
			margin:15px 0 0;	
		}
		.list>ul>li>img{
			width:auto;height:35px;
		}
		.input_wrap{
			/*text-align: center;*/
		}
        .input_wrap>div{
            width:270px;margin:auto;
                position:relative;
        }
          .input_wrap>#contentdiv{
              width:600px;
          }
            .input_wrap>div>.Validform_checktip{
                position:absolute;
                top:0;left:101%;bottom:0;margin:auto 0;
            }
            .input_wrap>#contentdiv>.Validform_checktip{
                
            }
		.input_wrap input{
			padding:10px;
			font-size:15px;
			border:1px solid #b5cdf4;
			outline: none;
			width:250px;
			margin:20px 0;
		}
		.input_wrap textarea{
			outline: none;
			border:1px solid #b5cdf4;
			font-size:15px;
			resize: none;
			padding:10px;
		}
		.fuwuzhic_wrap .tijiao{
			background-color:#2e62b6;
			color:#fff;
			outline: none;
			padding:10px 0;
			font-size:19px;
			letter-spacing: 1px;
			width:300px;
			text-align: center;
			border:none;
			margin-top:30px;
			cursor: pointer;
		}
		.fuwuzhic_wrap .tijiao:hover{
			transition: all 0.5s;
			transform: translateY(-3px);
			box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
		}
}
@media (max-device-width:600px){
	.wrap{
		background-color:#f0f0f0;
	}
	.fuwuzhic_wrap{
		background-color:#fff;
		width:100%;
		margin:10px auto ;
		padding:10px 0;
		
	}
	.p_banner {
			background-position: top center !important;
			background-repeat: no-repeat !important;
			height: 150px;
			/* width:100%; */
			background-size:cover;
		}
		.white_content{
			text-align: center;
		}
		.anli_list_title{
			font-size:18px;font-weight: bold;
			letter-spacing: 1px;
			margin-bottom:10px;
			color:#666;
		}
		.anli_list_content{
			margin-bottom:20px;
			margin-top:10px;
			font-size:15px;
			color:#666;
		}
		.list{
			width:100%;
			margin:auto;
		}
		.list>ul{
			list-style: none;
			padding:0 10px;
			display:flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.list>ul>li{
			/* float:left; */
			width:48%;
			box-sizing: border-box;
			text-align: center;
			margin-right:2%;
			padding:20px 0;
			border:1px solid #e0e0e0;
			margin-bottom:20px;
			transition: all 0.5s;
		}
		.list>ul>li:nth-child(2n){
			margin-right: 0;
		}
		.list>ul>li:hover{
			transform: translateY(-5px);
			box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
		}
		.list>ul>li:nth-child(5n){
			margin-right:0;
		}
		.list>ul>li>i{
			font-style: normal;
			font-size:15px;
			display:block;
			margin:15px 0 0;	
		}
		.list>ul>li>img{
			width:auto;height:35px;
		}
		.input_wrap{
			text-align: center;
		}
		.input_wrap input{
			padding:10px;
			font-size:15px;
			border:1px solid #b5cdf4;
			outline: none;
			width:200px;
			margin:0px 0 10px;
		}
		.input_wrap textarea{
			outline: none;
			border:1px solid #b5cdf4;
			font-size:15px;
			resize: none;
			padding:10px;
			width:200px;
			height:100px;
		}
		.fuwuzhic_wrap .tijiao{
			background-color:#2e62b6;
			color:#fff;
			outline: none;
			padding:10px 0;
			font-size:19px;
			letter-spacing: 1px;
			width:200px;
			text-align: center;
			border:none;
			margin-top:30px;
			cursor: pointer;
		}
		.fuwuzhic_wrap .tijiao:hover{
			transition: all 0.5s;
			transform: translateY(-3px);
			box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
		}
}

