/*** uncss> filename: D:/Others/mzy好好学习/3500 finalproject/wenzhou-3/css/registration.css ***/
/*** uncss> filename: D:/Others/mzy好好学习/3500 finalproject/wenzhou-3/css/style.css ***/
/* reset */
html, body, div, span, iframe, h3, p, a, img, small, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* start editing from here */
a {
	text-decoration: none;
}

/* text align right */
/* text align left */
/* text align center */
/* float right */
/* float left */
.clear {
	clear: both;
}

/* clear float */
/* Position Relative */
/* Position Absolute */
/* vertical align baseline */
/* vertical align top */
/* vertical menu */
/* horizontal menu */
img {
	max-width: 100%;
}

/*end reset*/
.wrap {
	width: 90%;
	margin: 0 auto;
}

/*----start-header-----*/
.header {
	background: #012231;
}

.logo {
	float: left;
	padding: 27px 0 0 0;
}

.top-nav {
	float: right;
}

.top-nav ul li {
	display: inline-block;
	float: left;
}

.top-nav ul li a {
	font-family: 'Roboto', sans-serif;
	color: #d6d6d6;
	padding: 40px 25px;
	display: block;
	position: relative;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 0.875em;
}

.top-nav li.active>a, .top-nav li>a:hover {
	background: #289cd8;
	color: #FFF;
}

/*---start-content----*/
.content {
	background: url(../images/content-bg.png);
}

/*-----specials-heading----*/
/*----special-grid------*/
/*----start-testmonial-grid----*/
/*---start-footer-----*/
/*---start-copy-right-----*/
.copy-right {
	text-align: center;
	padding: 1em;
	background: #000;
}

.copy-right p {
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
}

/*---about-us----*/
/*---start-services----*/
/*---plans-404page-----*/
/*---start-contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child {
	margin-left: 0;
}

.span_2_of_3 {
	width: 63.1%;
	padding: 1.5%;
}

.span_1_of_3 {
	width: 29.2%;
	padding: 1.5%;
}

.span_2_of_3 h3,
.span_1_of_3 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	padding: 0.5em 0;
	color: #012231;
	text-transform: uppercase;
}

.contact-form {
	position: relative;
	padding-bottom: 30px;
}

.contact-form div {
	padding: 5px 0;
}

.contact-form span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	padding-bottom: 5px;
	color: #012231;
	text-transform: uppercase;
}

.contact-form input[type="text"], .contact-form textarea {
	padding: 8px;
	display: block;
	width: 98%;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid rgba(85, 85, 85, 0.19);
	-webkit-appearance: none;
}

.contact-form textarea {
	resize: none;
	height: 120px;
}

.contact-form input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	background: #012231;
	color: #d6d6d6;
	padding: 15px 40px;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
	border: none;
}

.contact-form input[type="submit"]:hover {
	background: #289cd8;
	color: #FFF;
}

.contact-form input[type="submit"]:active {
	background: #289cd8;
	color: #FFF;
}

.company_address {
	padding-top: 26px;
}

.company_address p {
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

.company_address p span {
	text-decoration: underline;
	color: #012231;
	cursor: pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.company_address p span:hover {
	color: #289cd8;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap {
		width: 95%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 94%;
		padding: 3%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 94%;
		padding: 3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 94%;
		padding: 3%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 94%;
		padding: 3%;
	}

	.contact-form input[type="text"], .contact-form textarea {
		width: 97%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 90%;
		padding: 5%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 90%;
		padding: 5%;
	}

	.contact-form input[type="text"], .contact-form textarea {
		width: 92%;
	}
}

/*-----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap {
		width: 90%;
	}

}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap {
		width: 90%;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap {
		width: 90%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap {
		width: 90%;
	}

	.top-nav ul li a {
		padding: 40px 19px;
	}
}