.contact{
	width: 1200px;
	margin:150px auto;
	border:1px solid #145993;
}
.c-bt{
	width: 95%;
	margin:12px auto;
	background-color: #145993;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}
.c-bt span{
	font-size: 14px;
	color: #f2f2f2;
}
.c-bt-ht{
	width: 100%;
	height: 1px;
	display: block;
	background-color: #145993;
	margin-bottom: 90px;
}
.c-left{
	width: 50%;
	float: left;
}
.c-left form{
	margin-left: 30px;
}
.c-left input{
	height: 45px;
	width: 450px;
	margin-bottom: 12px;
}
.c-left textarea{
	width: 450px;
	height: 210px;
	margin-bottom: 12px;
}
.c-left .c-left-send{
	font-size: 18px;
    border: 1px solid #145993;
    font-weight: normal;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    margin:10px auto;
    cursor: pointer;
    height: 40px;
    background-color: #fff;
    width: 450px;
    color: #145993;
}
.c-left-send:hover{
	-webkit-animation-name:bluePulse;
	-webkit-animation-duration: 3s;
	-o-animation-duration:3s;
    -ms-animation-duration:3s;
    -moz-animation-duration:3s;
	-webkit-animation-iteration-count: infinite;
	color: #fff;
	border:1px solid #eaeaea;
}
.c-right{
	width: 50%;
	float: right;
}
.c-right img{
	display: block;
	margin:10px auto 75px;
	box-shadow: 0 0 10px 3px #484848; 
}
.c-right p{
	font-size: 16px;
	color: #747474;
	margin-bottom: 24px;
	margin-left: 80px;
}
.c-phone span{
	margin-left: 75px;
}
.c-email a{
	margin-left: 82px;
	color: #145993;
}
.c-wechat span{
	margin-left: 10px;
}
.c-email a:hover{
	color: #ba7a28;
}
.c-add{
	font-size: 16px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	color:#145993;
}