html,body {
	width: 100%;
	height: 100%;
	background: white;
}
		/*contact联系我们*/
		.contact {
			position: relative;
			width: 100%;
			height: 1050px;
		}
			.contact_con {
				position: inherit;
				top: 70px;
				width: 980px;
				height: 900px;
			}
				.c_c_title {
					padding-left: 15px;
					border-left: 3px solid #2E93D6;
					font-size: 22px;
				}
				.c_c_pic {
					margin-top: 30px;
				}
				.c_c_font1 {
					float: left;
					margin-top: 31px;
					width: 450px;
					height: 160px;
				}
					.c_c_font1 ul li {
						line-height: 30px;
						font-size: 15px;
					}
					.c_c_font1 ul li:nth-of-type(5) {
						text-indent: 73px;
					}
				.c_c_font2 {
					float: left;
					margin-top: 50px;
					margin-left: 320px;
					width: 210px;
					height: 140px;
				}
					.c_c_ewm {
						float: right;
						width: 50%;
						text-align: center;
						font-size: 14px;
					}
					.c_c_ewm img {
						margin-top: 8px;
					}
			@media screen and (max-width: 1250px){
				.contact {
					width: 1250px;
				}
			}