body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
	overflow-x: hidden;
	background-color: #FFF;
}

div,
ul,
li,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
dl {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
}

a {
	text-decoration: none;
	color: #000;
	text-align: center
}

img {
	border: none;
	vertical-align: middle
}

ul,
li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fl {
	float: left
}

.fr {
	float: right
}

.cen {
	text-align: center;
}

table {
	border-collapse: collapse;
}

.wrap {
	width: 100%;
	height: auto;
}

.viewport {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

@media only screen and (max-width:300px) {
	body {
		font-size: 8.33333px!important
	}
	.viewport {
		max-width: 300px
	}
}

@media only screen and (max-width:310px) and (min-width:300px) {
	body {
		font-size: 8.33333px!important
	}
	.viewport {
		max-width: 300px
	}
}

@media only screen and (max-width:320px) and (min-width:310px) {
	body {
		font-size: 8.88889px!important
	}
	.viewport {
		max-width: 320px
	}
}

@media only screen and (max-width:360px) and (min-width:320px) {
	body {
		font-size: 9px!important
	}
	.viewport {
		max-width: 360px
	}
}

@media only screen and (max-width:360px) and (min-width:350px) {
	body {
		font-size: 10px!important
	}
	.viewport {
		max-width: 360px
	}
}

@media only screen and (max-width:480px) and (min-width:360px) {
	body {
		font-size: 10px!important
	}
	.viewport {
		max-width: 480px
	}
}

@media only screen and (max-width:480px) and (min-width:470px) {
	body {
		font-size: 11px!important
	}
	.viewport {
		max-width: 480px
	}
}

@media only screen and (max-width:599px) and (min-width:480px) {
	body {
		font-size: 12px!important
	}
	.viewport {
		max-width: 560px
	}
}

@media only screen and (max-width:799px) and (min-width:600px) {
	body {
		font-size: 12px!important
	}
	.viewport {
		max-width: 570px
	}
}

@media only screen and (max-width:999px) and (min-width:800px) {
	body {
		font-size: 13px
	}
	.viewport {
		max-width: 640px
	}
}

@media only screen and (max-width:1200px) and (min-width:1000px) {
	body {
		font-size: 14px!important
	}
	.viewport {
		max-width: 640px
	}
}


/*body{min-width: 1120px}*/

.bg {
	background: url("images/bg1.png") repeat-x;
}

.logo {
	text-align: center;
	padding-top: 30px;
}

.bg h1 {
	text-align: center
}

.bg h2 {
	font-family: "宋体";
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: rgb(5, 16, 231);
	font-weight: bold;
}

.bg h2 p {
	margin-top: -10px;
	font-size: 16px;
	color: rgb(5, 16, 231);
}

.zhuImg {
	margin-top: 30px;
	margin-bottom: 10px;
	width: 320px;
	height: 120px;
}

.wrapper {
	width: 920px;
	border: 2px solid red;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px 0;
}

.wrapper h1 {
	font-family: "宋体";
	margin-top: -10px;
	margin-bottom: 20px;
}

.wrapper .tab {
	width: 800px;
	border: 2px solid skyblue;
	margin: 0 auto;
}

.wrapper .tab td {
	border-bottom: 1px solid skyblue;
	border-right: 1px solid skyblue;
	font-size: 18px;
	padding: 18px;
}

.wrapper .tab tr:nth-child(odd) {
	background-color: rgb(230, 244, 182);
}

.wrapper .tab .ctr {
	text-align: center;
}

.wrapper .tab input,
.wrapper .tab select {
	width: 220px;
	height: 30px;
	padding: 0 4px;
	font-size: 14px;
	line-height: 30px;
}

.wrapper .tab select {
	width: 220px;
	height: 32px;
	padding: 0 4px;
	font-size: 14px;
	line-height: 32px;
}

.btn {
	width: 120px;
	height: 50px;
	padding: 0 4px;
	font-size: 18px;
	line-height: 50px;
}

.wrapper .tab .btnB {
	text-align: center;
}

span {
	color: red;
	margin-right: 10px;
}

.pop {
	position: fixed;
	z-index: 1;
	width: 30%;
	height: 240px;
	background: #eee;
	top: 30%;
	left: 30%;
	border-radius: 10px;
	display: none;
}

.ctm {
	position: absolute;
	border-radius: 5px;
	background: green;
	width: 100px;
	height: 40px;
	color: #fff;
	text-align: center;
	border: 0;
	left: 22%;
	bottom: 30px;
}

.ctm2 {
	position: absolute;
	border-radius: 5px;
	background: rgb(121, 121, 121);
	width: 100px;
	height: 40px;
	color: #fff;
	text-align: center;
	border: 0;
	left: 52%;
	bottom: 30px;
}

b {
	color: red;
}

.txt {
	position: absolute;
	text-align: center;
	bottom: 120px;
	left: 15%;
}

.mobile {
	display: none;
}


/*教研团队*/



/*手机*/

@media only screen and (max-width:767px) and (min-width:320px) {
	html,
	body {
		height: 100%;
	}
	.bg {
		display: none;
	}
	.mobile {
		display: block;
		background: #46c7f8;
		height: 100%;
	}
	nav {
		padding: 10px 5px;
	}
	nav h1 {
		font-family: "宋体";
		font-size: 30px;
		padding-top: 20px;
		margin-bottom: 10px;
		color: #0510e7;
		font-weight: bold;
	}
	nav h2 {
		font-family: "宋体";
		font-size: 20px;
		padding-top: 10px;
		margin-bottom: 30px;
		color: #0510e7;
		font-weight: bold;
	}
	nav p {
		font-size: 12px;
	}
	form {
		width: 80%;
		margin: 0 auto;
	}
	form input,
	form select {
		outline: none;
		padding: 4px 6px;
		background-color: #FFFFFF;
		border: 1px solid #D8D8D8;
		border-radius: 6px;
		margin-top: 15px;
		width: 100%;
		height: 36px;
		line-height: 36px;
		box-sizing: border-box;
		font-size: 14px;
		color: #0510e7;
	}
	::-webkit-input-placeholder {
		color: #0510e7;
	}
	:-moz-placeholder {
		color: #0510e7;
	}
	::-moz-placeholder {
		color: #0510e7;
	}
	:-ms-input-placeholder {
		color: #0510e7;
	}
	button {
		text-align: center;
		color: #fff;
		outline: none;
		border: none;
		padding: 0;
		cursor: pointer;
		transition: .2s ease-in-out;
		background-color: #0510e7;
		border-radius: 6px;
		margin-top: 28px;
		width: 100%;
		height: 36px;
		line-height: 36px;
		box-sizing: border-box;
		font-size: 14px;
	}
}