@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
}
.clearfix:after {
 content: "\200B";
 display: block;
 height: 0;
 clear: both;
}
.clearfix {
*zoom:1;
}
.banner3 {
    background: url(../images/banner4.jpg) center  no-repeat;
    height: 300px;
    background-size:cover;
   /* margin-top: 132px;*/
}
.contactus{
	width: 100%;
	margin: 0 auto;

    padding: 20px 0;
}
.contactus h4{
	font-size: 26px;
	text-align: center;
}
.contactus a{
	font-size: 18px;
	margin: 0 5%;
}
.contactus-t{
	width: 90%;
	margin: 0 auto;
        padding-bottom: 50px;
}
.contactus-t  h5{
	background: #91cbe1;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	text-indent: 50px;
	color: aliceblue;
}
.contactus-t ul li{
	float: left;
	width: 19.3%;
	margin: 20px 7%;
}
.contactus-t ul li h6{
	font-size: 13px;
	color: #000;
	line-height: 30px;
}
.contactus-t ul li p{
	font-size: 18px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
	padding: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(1, 87, 155, 0.75);
}
[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
	vertical-align: top;
	margin-top: 20px;
	max-width: 100%;
}
@media  (max-width: 1440px){
	.contactus-t ul li{
	float: left;
	width: 23.3%;
	margin: 20px 5%;
}
.contactus-t ul li h6{
	font-size: 12px;
}
}
@media  (max-width: 1366px) {
	[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
	width: 70%;
}
}
@media  (max-width: 991px){
	.contactus-t ul li{
	width: 25.3%;
	margin: 20px 4%;
}
	.contactus-t ul li h6{
	font-size: 10px;
}
	[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
	padding: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(1, 87, 155, 0.75);
}
	.contactus-t ul li p{
	font-size: 16px;
}
}
@media  (max-width: 480px){
	
		.contactus-t ul li{
	width: 40%;
	margin: 20px 5%;
}
		.contactus-t ul li h6{
	font-size: 8px;
}
	.contactus a{
	font-size: 16px;
	margin: 0 4%;
}
		[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
	padding: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(1, 87, 155, 0.75);
}
	.contactus-t ul li p{
	font-size: 14px;
}
}