        .contact_warp{
            width: 100%;
            background: #f5f5f5;
        }
        .contact{
            width: 1280px;
            min-width: 1280px;
            margin: auto;
            overflow: hidden;
            background: #f5f5f5;
            padding: 0 !important;
        }
        .contact_head{
            font-size: 36px;
            color: #5c5c5c;
            margin-top: 80px;
            text-align: center;
        }
        .contact_lists{
            overflow: hidden;
        
            margin-bottom: 47px;
        }
		
				
		.contact_lists li { margin-right:40px; margin-bottom:40px;}
		.contact_lists li:nth-child(3n+3) { margin-right:0; }
		
	.contact_lists .s_tit { font-size:18px; line-height:36px; font-weight:bold;}
	
	.contact_lists .s_show { font-size:14px; line-height:25px; min-height:75px; padding:0 25px;text-align:justify; text-align:center;}
	
        .contact_lists>:last-child{
            margin-right: 0;
        }
        .contact_list img{
            display: block;
            margin: auto;
            margin-top: 32px;
        }
        .contact_list{
            width: 390px!important;

            min-height: 0!important;
            padding: 0!important;
            float: left;
           
            border: 1px solid #d8d8d8 !important;
        }

        .contact_list:hover{
            background: #228bcd ;
            box-shadow: 0 0 3px #228bcd ;
            border: 1px solid #228bcd ;
            transition: all 0.2s;
        }
        .contact_list img{
            height: 78px;
            width: 78px;
        }


.contact_list:hover img {filter: brightness(100);}


        .wefs{
            float: left;

        }
        .contact_list:hover p{
            color: #FFFFFF ;
            transition: all 0.2s;
        }
        .contact_list :nth-child(2){
            margin-top: 30px;
        }
        .contact_list :nth-child(3){
            margin-top: 10px;
            margin-bottom: 20px;
        }
        .contact_list p{
            font-size: 14px;
            letter-spacing: 0px;
            color: #5c5c5c;
            text-align: center;
           
        }



@media screen and (max-width: 1300px){
.contact_list {    width: 340px!important;}

}



@media screen and (max-width: 768px){
.contact_list { width: 100%!important;}	

}