.banner img{
	width: 100%;
}
.sec1{
	padding: 100px 0;
	text-align: center;
}
.sec1 ul{
	font-size: 0;
}
.sec1 li{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 2%;
}
.sec1 li:nth-child(1),.sec1 li:nth-child(2){
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/contact_sec1_line.png);
}
.sec1 li img{
	width: 28.4%;
	margin-bottom: 40px;
}
.sec1 li h5{
	font-size: 32px;
	font-family: "itcbk";
	margin-bottom: 30px;
}
.sec1 li:nth-child(1) h5{
	color: #2fa1da;
}
.sec1 li:nth-child(2) h5{
	color: #00467f;
}
.sec1 li:nth-child(3) h5{
	color: #a3c630;
}
.sec1 li p{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
.sec2{
	background-size: auto 100%;
	background-position: center center;
	background-image: url(../images/contact_sec2_img.jpg);
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}
.sec2 img{
	position: absolute;
	left: 49.6%;
	bottom: 50%;
	animation: bottomtri 1s infinite;
	-webkit-animation: bottomtri 1s infinite;
}
@keyframes bottomtri{
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
@-webkit-keyframes bottomtri{
	0% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(10px);
	}
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:768px){
	.sec1{
		padding: 3.125rem 0;
	}
	.sec1 li{
		width: 100%;
	}
	.sec1 li:nth-child(1),.sec1 li:nth-child(2){
		background-image: none;
		margin-bottom: 2.4375rem;
	}
	.sec1 li img{
		width: 4.0625rem;
		margin-bottom: 0.75rem;
	}
	.sec1 li h5{
		font-size: 1.5625rem;
		margin-bottom: 0.875rem;
	}
	.sec1 li p{
		font-size: 0.75rem;
	}
	.sec2{
		height: 12.5rem;
	}
	.sec2 img{
		width: 1.4375rem;
		left: 48.6%;
	}
	@keyframes bottomtri{
		0% {
			transform: translateY(-0.3125rem);
		}
		100% {
			transform: translateY(0.3125rem);
		}
	}
	@-webkit-keyframes bottomtri{
		0% {
			-webkit-transform: translateY(-0.3125rem);
		}
		100% {
			-webkit-transform: translateY(0.3125rem);
		}
	}
}
@media only screen and (max-width:414px){
}
@media only screen and (max-width:320px){
}