.left {
	float: left;
}

.right {
	float: right;
}

.wrap {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.hide {
	display: none;
}

.nomr {
	margin-right: 0 !important;
}

h3,
p,
span,
a {
	font-family: "Source Han Sans CN" !important;
}

p {
	font-size: .18rem;
	line-height: .24rem;
	text-align: left;
}
.agreement{margin: .2rem auto;}
.agreement input[type = checkbox]{display: inline-block;vertical-align: middle;width: .16rem;height: .16rem;margin: 0 .1rem 0 0;}
.agreement label{display: inline-block;vertical-align: middle;}
.agreement span{display: inline-block;vertical-align: middle;font-size: .14rem;color: #333;}
.agreement a{display: inline-block;vertical-align: middle;font-size: .14rem;color: #f00;}
.agreement2 span{color: #fff;}
.agreement2 a{color: #fff;}
.aside-bgd {
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 30px;
	padding-top: 20px;
	width: 148px;
	height: 424px;
	margin-top: -229px;
	background-image: linear-gradient(to bottom, #f2ca6a 0%, #cb9a3b 100%);
	border-radius: 0 0 74px 74px;
	z-index: 2;
}

.aside {
	position: relative;
}

.aside-close {
	position: absolute;
	top: -40px;
	right: -32px;
	width: 20px;
	height: 20px;
	font-size: 16px;
	color: #f0c96a;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #f0c96a;
}

.aside img {
	display: block;
	width: 111px;
	height: 52px;
	margin: 0 auto 10px;
}

.aside ul {
	border-top: 1px solid #bb9045;
	border-bottom: 1px solid #ecc682;
	margin-bottom: 35px;
}

.aside-list a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #ecc682;
	border-bottom: 1px solid #bb9045;
}

.aside .aside-top {
	position: relative;
	display: block;
	width: 50px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.aside-top::before {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 0;
	height: 0;
	content: '';
	border-left: 5px solid transparent;
	border-bottom: 10px solid #fff;
	border-right: 5px solid transparent;
}

/*banner*/
.ban a {
	display: block;
	position: absolute;
	top: .4rem;
	z-index: 999;
}

.ban {
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.ban .hd {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 89%;
	z-index: 1;
	text-align: center;
}

.ban .hd ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.ban .hd ul li {
	width: 16px;
	height: 16px;
	background: #7788de;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	margin: 0 13px;
}

.ban .hd ul li.on {
	background: #fff;
}

.ban .bd {
	width: 100%;
	height: 732px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.ban .bd ul li img {
	width: 100%;
	height: 732px;
	margin: 0 auto;
}


.post-bgd {
	background: #fff;
}

.post {
	padding: 90px 0;
	font-size: 0;
	text-align: center;
}

.post h2 {
	width: 1100px;
	height: 100px;
	font-size: 44px;
	color: #333;
	line-height: 135px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	background: url('../images/post-title.png') no-repeat center;
	background-size: contain;
}

.post h2 span {
	color: #ff4e52;
}

.post h2 i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin: 65px 15px 0;
	background: url('../images/post-title-left.png') no-repeat center;
	background-size: contain;
}

.post h2 i:nth-of-type(2) {
	background: url('../images/post-title-right.png') no-repeat center;
	background-size: contain;
}

.post-list {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-top: 34px;
	width: 525px;
	height: 271px;
	margin: 0 10px 30px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1),
		-3px -3px 3px rgba(0, 0, 0, 0.1);
}

.post-list:nth-of-type(1) {
	background: url('../images/post-list__img01.png') no-repeat center;
	background-size: contain;
}

.post-list:nth-of-type(2) {
	background: url('../images/post-list__img02.png') no-repeat center;
	background-size: contain;
}

.post-list:nth-of-type(3) {
	background: url('../images/post-list__img03.png') no-repeat center;
	background-size: contain;
	float: left;
}

.post-list:nth-of-type(4) {
	background: url('../images/post-list__img04.png') no-repeat center;
	background-size: contain;
}

.post-list h3 {
	width: 235px;
	height: 46px;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	line-height: 46px;
	margin-bottom: 20px;
	border-radius: 0 23px 23px 0;
	background: #304bcd;
}

.post-list h3 span {
	display: inline-block;
	vertical-align: top;
	width: 47px;
	height: 46px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-weight: 600;
	margin-right: 20px;
	background-image: linear-gradient(to right, #ca9839 0%, #f4cb6b 100%);
}

.post-list p {
	padding: 0 25px;
	font-size: 18px;
	color: #363737;
	text-align: left;
	line-height: 27px;
	margin-bottom: 25px;
}

.post-list a {
	display: block;
	width: 190px;
	height: 34px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	background-image: linear-gradient(to right, #dc332d 0%, #eb473a 100%);
	border-radius: 17px;
}

.people-bgd {
	background: #fff;
}

.people {
	padding: 0 0 30px;
	font-size: 0;
	text-align: center;
}

.people h2 {
	width: 1100px;
	height: 100px;
	font-size: 44px;
	color: #333;
	line-height: 135px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	background: url('../images/post-title.png') no-repeat center;
	background-size: contain;
}

.people h2 span {
	color: #ff4e52;
}

.people h2 i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin: 65px 15px 0;
	background: url('../images/post-title-left.png') no-repeat center;
	background-size: contain;
}

.people h2 i:nth-of-type(2) {
	background: url('../images/post-title-right.png') no-repeat center;
	background-size: contain;
}

.people h3 {
	font-size: 22px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.people-box {
	width: 1100px;
	height: 515px;
	margin: 0 auto 34px;
	background: url('../images/people-box.png') no-repeat center;
	background-size: contain;
}

.people-left {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 20px;
	width: 470px;
	text-align: left;
}

.people-left h4 {
	box-sizing: border-box;
	padding-left: 30px;
	width: 244px;
	height: 46px;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	line-height: 46px;
	margin: 33px 0 46px 0;
	background-image: linear-gradient(to right, #ea483b 0%, #fff 100%);
}

.people-left p {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 40px;
	background-image: linear-gradient(to right, #3049cb 0%, #3a69eb 100%);
	border-radius: 20px;
}

.people-left p:nth-of-type(1) {
	margin-left: 128px;
}

.people-left p:nth-of-type(2) {
	margin-left: 190px;
}

.people-left p:nth-of-type(3) {
	margin-left: 143px;
}

.people-left p:nth-of-type(4) {
	margin-left: 121px;
}

.people-left p::after {
	position: absolute;
	right: 35px;
	bottom: -7px;
	width: 0;
	height: 0;
	content: '';
	border-left: 5px solid transparent;
	border-top: 7px solid #3862e4;
	border-right: 5px solid transparent;
}

.people-right {
	display: inline-block;
	vertical-align: top;
	width: 630px;
	height: 475px;
	margin-top: 16px;
	background: url('../images/people-right.png') no-repeat center;
	background-size: contain;
}

.people-list {
	font-size: 18px;
	color: #333;
	text-align: left;
}

.people-list:nth-of-type(1) {
	padding: 30px 45px 18px 55px;
}

.people-list:nth-of-type(2) {
	padding: 20px 45px 11px 55px;
}

.people-list:nth-of-type(3) {
	padding: 22px 28px 5px 55px;
}

.people-list:nth-of-type(4) {
	padding: 30px 28px 10px 55px;
}

.people-list:nth-of-type(5) {
	padding: 26px 28px 9px 55px;
}

.people-list:nth-of-type(6) {
	padding: 21px 28px 0 55px;
}

.people-list p span {
	font-size: 22px;
	color: #3a68ea;
}

.people .people-link {
	display: block;
	width: 370px;
	height: 62px;
	font-size: 25px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	line-height: 62px;
	background: #e64035;
}

.relationship-bgd {
	background: #fff;
}

.relationship {
	position: relative;
	padding: 30px 0 60px;
	font-size: 0;
	text-align: center;
}

.relationship em {
	position: absolute;
	top: 245px;
	left: -100px;
	width: 178px;
	height: 370px;
	background: url('../images/relationship-icon.png') no-repeat center;
	background-size: contain;
}

.relationship h2 {
	width: 1100px;
	height: 100px;
	font-size: 44px;
	color: #333;
	line-height: 135px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	background: url('../images/post-title.png') no-repeat center;
	background-size: contain;
}

.relationship h2 span {
	color: #ff4e52;
}

.relationship h2 i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin: 65px 15px 0;
	background: url('../images/post-title-left.png') no-repeat center;
	background-size: contain;
}

.relationship h2 i:nth-of-type(2) {
	background: url('../images/post-title-right.png') no-repeat center;
	background-size: contain;
}

.relationship-left {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	width: 491px;
	height: 370px;
	margin: 0 25px;
	background: url('../images/relationship-left.png') no-repeat center;
	background-size: contain;
}

.relationship-left h3 {
	width: 331px;
	height: 45px;
	font-size: 30px;
	color: #282828;
	font-weight: 600;
	margin: 0 auto 20px;
	background: url('../images/relationship-left-title.png') no-repeat center;
	background-size: contain;
}

.relationship-left p {
	padding: 0 35px;
	font-size: 20px;
	color: #282828;
	line-height: 32px;
	text-align: left;
}

.relationship-right {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	width: 491px;
	height: 366px;
	margin: 0 25px;
	border: 2px dashed #3a68ea;
	border-radius: 15px;
}

.relationship-right p {
	padding: 0 20px 0 20px;
	font-size: 20px;
	color: #282828;
	line-height: 30px;
	text-align: left;
	margin-bottom: 20px;
}

.relationship-right p span {
	font-size: 24px;
	color: #e94539;
	font-weight: 600;
}

.remark-bgd {
	height: 1455px;
	margin: 0 auto;
	background: url('../images/remark-bgd.png') no-repeat center;
}

.remark {
	padding: 145px 0 0 0;
}

.remark h2 {
	width: 1100px;
	height: 100px;
	font-size: 44px;
	color: #fff;
	line-height: 135px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	background: url('../images/post-title-white.png') no-repeat center;
	background-size: contain;
}

.remark h2 span {
	color: #f3ca6a;
}

.remark h2 i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin: 65px 20px 0;
	background: url('../images/post-title-left-white.png') no-repeat center;
	background-size: contain;
}

.remark h2 i:nth-of-type(2) {
	background: url('../images/post-title-right-white.png') no-repeat center;
	background-size: contain;
}

.remark-left {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-top: 29px;
	width: 532px;
	height: 317px;
	margin-bottom: 40px;
	background: url('../images/remark-left.png') no-repeat center;
	background-size: contain;
}

.remark-left h3 {
	height: 50px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 20px;
}

.remark-left h3 span {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	margin-right: 65px;
	text-align: center;
	font-weight: 600;
}

.remark-left h4 {
	padding-left: 80px;
	font-size: 22px;
	color: #f34a44;
	font-weight: 600;
	margin-bottom: 5px;
}

.remark-left p {
	padding: 0 55px 0 80px;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 26px;
	text-align: left;
	margin-bottom: 17px;
}

.remark-right {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-top: 29px;
	width: 532px;
	height: 317px;
	margin-left: 30px;
	background: url('../images/remark-left.png') no-repeat center;
	background-size: contain;
}

.remark-right h3 {
	height: 50px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 20px;
}

.remark-right h3 span {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	margin-right: 65px;
	text-align: center;
	font-weight: 600;
}

.remark-right .remark-list p {
	padding: 0 30px 0 75px;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 30px;
}

.remark-list p span {
	color: #f04640;
}

.remark .remark-link {
	display: block;
	width: 322px;
	height: 62px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 62px;
	margin: 0 auto 75px;
	background-image: linear-gradient(to right, #ca9839 0%, #f4cc6c 100%);
}

.bmtj-form {
	box-sizing: border-box;
	padding: 80px 0 0 320px;
	width: 1100px;
	height: 415px;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
	background: url('../images/bmtj-form.png') no-repeat center;
	background-size: contain;
}

.bmtj-list {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
}

.bmtj-list label {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	width: 80px;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 58px;
	border: 1px solid #c7c7c7;
	border-right: none;
}

.bmtj-form input {
	display: inline-block;
	vertical-align: top;
	width: 265px;
	height: 58px;
	font-size: 20px;
	color: #444;
	border: 1px solid #c7c7c7;
	border-left: none;
}

.bmtj-form #submit {
	display: block;
	width: 320px;
	height: 60px;
	font-size: 26px;
	color: #fff;
	letter-spacing: 5px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	background-image: linear-gradient(to right, #dc332d 0%, #eb473a 100%);
}

.teacher-bgd {
	background: #fff;
}

.teacher {
	padding: 30px 0;
	font-size: 0;
	height: 620px;
	text-align: center;
}

.teacher h2 {
	width: 1100px;
	height: 100px;
	font-size: 44px;
	color: #333;
	line-height: 135px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 65px;
	background: url('../images/post-title.png') no-repeat center;
	background-size: contain;
}

.teacher h2 span {
	color: #ff4e52;
}

.teacher h2 i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin: 65px 15px 0;
	background: url('../images/post-title-left.png') no-repeat center;
	background-size: contain;
}

.teacher h2 i:nth-of-type(2) {
	background: url('../images/post-title-right.png') no-repeat center;
	background-size: contain;
}

.teacher-box {
	position: relative;
	width: 1100px;
	height: 423px;
	text-align: left;
	background: #3559db;
}

.teacher-list {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 158px;
	height: 423px;
	margin: 0 4px;
	transition: all 0.5s;
	overflow: hidden;
}

.teacher-box .on {
	width: 582px;
}

.teacher-box .on img {
	display: none;
}

.teacher .teacher-cont {
	position: absolute;
	top: 0;
	left: 12px;
	width: 582px;
	height: 423px;
	text-align: left;
	background: url('../images/teacher-box__img01.png') no-repeat center;
	background-size: contain;
}

.teacher-list:nth-of-type(1) .teacher-cont {
	background: url('../images/teacher-box__img01.png') no-repeat center;
	background-size: contain;
}

.teacher-list:nth-of-type(2) .teacher-cont {
	background: url('../images/teacher-box__img02.png') no-repeat center;
	background-size: contain;
}

.teacher-list:nth-of-type(3) .teacher-cont {
	background: url('../images/teacher-box__img03.png') no-repeat center;
	background-size: contain;
}

.teacher-list:nth-of-type(4) .teacher-cont {
	background: url('../images/teacher-box__img04.png') no-repeat center;
	background-size: contain;
}

.teacher-list img {
	position: absolute;
	top: 0;
	left: 10px;
	width: 158px;
	height: 423px;
	z-index: 1;
}

.teacher-list:nth-of-type(2) img {}

.teacher-list h3 {
	padding: 50px 0 0 45px;
	font-size: 38px;
	color: #2f3030;
	font-weight: 600;
	margin-bottom: 30px;
}

.teacher-list h4 {
	font-size: 18px;
	color: #2f3030;
	line-height: 30px;
	margin: 0 0 29px 45px;
}

.teacher-list h4 span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
	background-image: linear-gradient(to right, #dd352e 0%, #e64136 100%);
}

.teacher-list h4 span::after {
	position: absolute;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	content: '';
	border-top: 15px solid transparent;
	border-left: 15px solid #e64136;
	border-bottom: 15px solid transparent;
}

.teacher-list h4:nth-of-type(2) {
	margin-bottom: 10px;
}

.teacher-list p {
	padding: 0 250px 0 45px;
	font-size: 18px;
	color: #2f3030;
	line-height: 22px;
}

.checkpoint-bgd {
	height: 1082px;
	margin: 0 auto;
	background: url('../images/checkpoint-bgd.png') no-repeat center;
}

.checkpoint {
	padding: 30px 0 0;
	font-size: 0;
	text-align: center;
}

.checkpoint h2 {
	width: 1100px;
	height: 100px;
	font-size: 44px;
	color: #333;
	line-height: 135px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	background: url('../images/post-title.png') no-repeat center;
	background-size: contain;
}

.checkpoint h2 span {
	color: #ff4e52;
}

.checkpoint h2 i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin: 65px 15px 0;
	background: url('../images/post-title-left.png') no-repeat center;
	background-size: contain;
}

.checkpoint h2 i:nth-of-type(2) {
	background: url('../images/post-title-right.png') no-repeat center;
	background-size: contain;
}

.checkpoint-box {
	box-sizing: border-box;
	padding: 170px 0 0 667px;
	width: 1100px;
	height: 480px;
	margin: 0 auto;
	background: url('../images/checkpoint-box.png') no-repeat center;
	background-size: contain;
}

.checkpoint-box h3 {
	position: relative;
	width: 290px;
	height: 49px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 49px;
	margin-bottom: 15px;
	background-image: linear-gradient(to right, #3049cb 0%, #3967e9 100%);
}

.checkpoint-box h3::after {
	position: absolute;
	right: -28px;
	bottom: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 25px solid transparent;
	border-left: 28px solid #3967e9;
	border-bottom: 25px solid transparent;
}

.checkpoint-box p {
	font-size: 18px;
	color: #363737;
	font-weight: 600;
	text-align: left;
	margin-bottom: 15px;
}

.checkpoint-iframe {
	display: block;
	width: 1100px;
	height: 342px;
	margin: 0 auto;
}

.checkpoint-form {
	width: 1100px;
	height: 342px;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
	background: url('../images/checkpoint-form.png') no-repeat center;
	background-size: contain;
}

.checkpoint-form h3 {
	padding-top: 40px;
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 25px;
}

.checkpoint-form h3 span {
	color: #f3ca6a;
}

.checkpoint-list {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 18px;
}

.checkpoint-list label {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 57px;
	font-size: 20px;
	color: #2f2f2f;
	text-align: center;
	line-height: 57px;
	background: #fff;
}

.checkpoint-form input {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 57px;
	font-size: 20px;
	color: #2f2f2f;
	background: #fff;
	border: none;
}

.checkpoint-form a#submit {
	display: block;
	width: 265px;
	height: 57px;
	font-size: 25px;
	color: #fff;
	margin: 0 auto 15px;
	text-align: center;
	line-height: 57px;
	background-image: linear-gradient(to right, #ca993a 0%, #f3cb6b 100%);
}

.checkpoint-form p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.zsjz-bgd {
	background: #fff;
}

.zsjz {
	padding: 0 0 60px;
	font-size: 0;
	text-align: center;
}

.zsjz h2 {
	width: 1100px;
	height: 100px;
	font-size: 44px;
	color: #333;
	line-height: 135px;
	text-align: center;
	font-weight: 600;
	background: url('../images/post-title.png') no-repeat center;
	background-size: contain;
}

.zsjz h2 span {
	color: #ff4e52;
}

.zsjz h2 i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin: 65px 15px 0;
	background: url('../images/post-title-left.png') no-repeat center;
	background-size: contain;
}

.zsjz h2 i:nth-of-type(2) {
	background: url('../images/post-title-right.png') no-repeat center;
	background-size: contain;
}

.zsjz h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 40px;
}

.zsjz h3 span {
	font-size: 22px;
	font-weight: 600;
}

.zsjz-box {
	box-sizing: border-box;
	padding-top: 33px;
	width: 1100px;
	height: 933px;
	margin: 0 auto;
	background: #3966e8;
	border-radius: 20px;
}

.zsjz-top {
	box-sizing: border-box;
	padding-top: 23px;
	width: 1056px;
	height: 269px;
	margin: 0 auto 30px;
	background: url('../images/zsjz-table.png') no-repeat center;
	background-size: contain;
}

.zsjz-top .zsjz-table {}

.zsjz-table th {
	font-size: 26px;
	color: #3966e8;
	font-style: italic;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
}

.zsjz-table th:not(:last-of-type) {
	border-right: 1px solid #dedede;
}

.zsjz-table th:nth-of-type(1) {
	box-sizing: border-box;
	padding: 17px 0;
	width: 235px;
	text-align: left;
	background: #f1f3f4;
}

.zsjz-table th em {
	display: inline-block;
	vertical-align: top;
	width: 144px;
	height: 208px;
	font-size: 50px;
	color: #575659;
	line-height: 210px;
	margin: 1px 10px;
	font-weight: 600;
}

.zsjz-table th em i {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

.zsjz-table th em a {
	display: block;
	font-size: .2rem;
	color: #fff;
	background: #eb473a;
	width: 1.4rem;
	height: .35rem;
	line-height: .35rem;
	border-radius: 25px;
	margin-top: -.7rem;
	text-align: center;
	font-weight: normal;
}

.zsjz-table h4 {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 68px;
	height: 208px;
	font-size: 30px;
	color: #fff;
	font-style: normal;
	line-height: 38px;
	font-weight: 600;
	background: #eb473a;
	border-radius: 0 15px 15px 0;
}

.zsjz-table h4 span {
	display: inline-block;
	vertical-align: top;
	padding: 14px 0;
	width: 36px;
	font-size: 26px;
	color: #fff;
	text-align: right;
	line-height: 26px;
	font-weight: 600;
}

.zsjz-table h4 i {
	display: inline-block;
	vertical-align: top;
	padding: 56px 0;
	width: 32px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.zsjz-table td {
	font-size: 18px;
	color: #575757;
	text-align: center;
}

.zsjz-table td:nth-of-type(2) {
	box-sizing: border-box;
	width: 215px;
	padding-left: 35px;
	text-align: left;
}

.zsjz-table td:nth-of-type(3) {
	box-sizing: border-box;
	width: 204px;
	text-align: left;
	padding-left: 8px;
}

.zsjz-table td span {
	font-size: 18px;
	font-weight: 600;
}

.zsjz-table td:not(:last-of-type) {
	border-right: 1px solid #dedede;
}

.zsjz-table p {
	box-sizing: border-box;
	width: 185px;
	height: 31px;
	font-size: 14px;
	color: #575757;
	text-align: left;
	margin: 120px auto 0;
	background: url('../images/zsjz-link.png') no-repeat center;
	background-size: contain;
}

.zsjz-table p span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	line-height: 31px;
	font-weight: 600;
	margin: 0 14px 0 3px;
}

.zsjz-table p em {
	display: inline-block;
	vertical-align: top;
	padding-top: 7px;
	font-size: 14px;
	color: #575757;
}
.tips{font-size: .18rem; color: #666; text-align: right; margin-top: .2rem;}

.relax {
	padding: 30px 0 60px;
	font-size: 0;
	text-align: center;
}

.relax h2 {
	width: 1100px;
	height: 100px;
	font-size: 44px;
	color: #333;
	line-height: 135px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
	background: url('../images/post-title.png') no-repeat center;
	background-size: contain;
}

.relax h2 span {
	color: #ff4e52;
}

.relax h2 i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin: 65px 15px 0;
	background: url('../images/post-title-left.png') no-repeat center;
	background-size: contain;
}

.relax h2 i:nth-of-type(2) {
	background: url('../images/post-title-right.png') no-repeat center;
	background-size: contain;
}

.relax-list {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-top: 120px;
	width: 348px;
	height: 214px;
	margin: 0 8px;
}

.relax-list:nth-of-type(1) {
	background: url('../images/relax-list__img01.png') no-repeat center;
	background-size: contain;
}

.relax-list:nth-of-type(2) {
	background: url('../images/relax-list__img02.png') no-repeat center;
	background-size: contain;
}

.relax-list:nth-of-type(3) {
	background: url('../images/relax-list__img03.png') no-repeat center;
	background-size: contain;
}

.relax-list h3 {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}

.relax-hover {
	display: none;
}

.relax-list:hover .relax-hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 348px;
	height: 214px;
	background: url('../images/relax-list__hover.png') no-repeat center;
	background-size: contain;
}

.relax-hover p {
	padding: 77px 30px;
	font-size: 20px;
	color: #fff;
	text-align: left;
}
