*{margin: 0;padding: 0;list-style: none;}
a{text-decoration: none;}
.content-center{
	width: 1180px;
	margin: auto;
}
.text{text-align: center;margin-bottom: 60px;}
.text h1{
	text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
}
.text p{
	color: #979797;
}
.cl:after{
	content: '';
	display: block;
	clear: both;
}
.col-6>li{
	float: left;
	box-sizing: border-box;
	padding:0 18px;
	width: 16.6667%;
}
.support{padding: 5% 0;}
.support .col-6>li>a{
	display: block;
	border: solid 1px #707473;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 10px 0;
	width: 160px;
	height: 160px;
	margin: auto;
}
.support .col-6>li>a:hover{
	    background-color: #f7f8f9;
    color: #707473;
}
.support .col-6>li>a img{
	width: 60px;
	height: 60px;
	display: block;
	margin:0 auto 15px;
}
.support .col-6>li>a h4{
	font-size: 14px;
    text-transform: uppercase;
    color: #707473;
}
.contact .text{
	background-color: #f7f8f9;
    padding: 30px 0;
}
.col-5>li{
	float: left;
	box-sizing: border-box;
	padding:0 18px;
	width: 20%;
}
.contact .col-5>li>a{
	display: block;
	text-align: center;
	box-sizing: border-box;
	width: 92px;
	margin: auto;
}
.contact .col-5>li>a .icon-box{
	position: relative;
}
.contact .col-5>li>a img{width: 100%;}
.contact .col-5>li>a img:last-child{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.contact .col-5>li>a img:first-child{opacity: 0;}
.contact .col-5>li>a h4{
	text-transform: uppercase;
    margin-top: 8px;
    	font-size: 14px;
    	color: #707473;
}
.contact .col-5>li>a:hover img:first-child{opacity: 1;}
.contact .col-5>li>a:hover img:last-child{opacity: 0;}
.contact .col-5>li>a:hover h4{color: #44a8f2;}
.foot_form{margin-top: 60px;}
.foot_form .col-3>li{
	float: left;
	box-sizing: border-box;
	padding:0 18px;
	width: 33.33%;
}
.foot_form input {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(12, 12, 12, 0.3);
    color: #5d5d5d;
    line-height: 46px;
    margin-bottom: 10px;
    padding: 10px 20px;
    transition: all .3s ease-out 0s;
    box-sizing: border-box;
}
.foot_form textarea{
	width: 100%;
    border: 1px solid rgba(12, 12, 12, 0.3);
    color: #5d5d5d;
    line-height: 46px;
    margin-bottom: 10px;
    padding: 10px 20px;
    transition: all .3s ease-out 0s;
    box-sizing: border-box;
    resize: none;
}
.foot_form .text-area{padding: 0 18px;}
.foot_form .inputsub{
	    width: 180px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #60B1EC;
    /*border-radius: 8px;*/
    color: #fff;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    padding: 0;
}
.foot_form .foot_form_p{padding-right: 18px;text-align: right;}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.content-center{
		width: 970px;
	}
		.support .col-6>li{
		padding: 0 5px;
	}
		.support .col-6>li>a{
		width: 150px;
		height: 150px;
	}

}
@media only screen and (min-width: 769px) and (max-width: 991px) {
	.content-center{
		width: 750px;
	}
	.support .col-6>li{
		padding: 0 5px;
	}
	.support .col-6>li>a{
		padding: 15px 10px 0;
		width: 115px;
		height: 115px;
	}
	.support .col-6>li>a img {
    margin: 0 auto 5px;
}
}


@media only screen and (max-width: 768px) {
	.content-center{
		width: 98%;
	}
	.width-define{
	width: 314px;
	margin: auto;
}
.col-6>li{width: 50%;padding: 0 8px;margin-bottom: 16px;}
.support .col-6>li>a{
	padding: 20px 10px 0;
	width: 140px;
	height: 140px;
}
.col-5>li{width: 33.33%;padding: 0 8px;}
.contact .col-5>li>a{width: 88px;}
.contact .col-5>li>a h4{margin: 0 auto 16px;}
.text {
    margin-bottom: 30px;
}
.text h1 {
    margin-bottom: 10px;
}
.foot_form .col-3>li{width: 100%;padding: 0 8px;}
.foot_form .text-area {
    padding: 0 8px;
}
}