/** CSS Reset **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	background: url(about:blank);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

textarea,
input,
select {
	resize: none;
	outline: none;
	background: none;
	border: none;
}

button {
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
}

input {
	border: 0
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
	display: block;
}

html {
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	font-size: 18px;
	line-height: 160%;
	font-family: "Microsoft YaHei";
	width: 100%;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mobile {
	display: none;
}

.m1000 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */
/* banner */
.header {
	width: 100%;
	height: 740px;
	position: relative;
	overflow: hidden;
	background: url("../images/header_bg.png") no-repeat center top;
}

.header_t {
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -356px;
}

.header_b {
	position: absolute;
	top: 255px;
	left: 50%;
	margin-left: -392px;
}

.header_b ul {
	width: 784px;
}

.header_b ul li {
	cursor: pointer;
	margin: 0 7px 20px;
	float: left;
	width: 176px;
	height: 56px;
	border: 2px solid #2eb698;
	background-color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	color: #2eb698;
	text-align: center;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.header_b ul li:hover,
.header_b ul li.active {
	background-color: #2eb698;
	color: #ffffff;
	font-weight: bold;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
}

.header .btns,
.page2 .btns {
	margin-top: 15px;
	text-align: center;
}

.header .btns a,
.page2 .btns a {
	display: inline-block;
	margin: 0 auto;
	width: 360px;
	height: 64px;
	background: url(../images/tg_btn.png) no-repeat bottom center;
}

.page2 .btns a {
	background: url(../images/page2_tg_btn.png) no-repeat bottom center;
}

.header .btns a:hover {
	background: url(../images/tg_btn_at.png) no-repeat bottom center;
}

.page2 .btns a:hover {
	background: url(../images/page2_tg_btn_at.png) no-repeat bottom center;
}

/*part*/
.page {
	padding: 50px 0 28px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.page .title {
	margin-bottom: 40px;
	text-align: center;
}

.page .title h4 {
	font-size: 36px;
	color: #166856;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 10px 0;
}

.page .title h4 .img1 {
	position: absolute;
	left: -23px;
	top: 5px;
}

.page .title h4 .img2 {
	position: absolute;
	right: -40px;
	top: 2px;
}

.page .title img {
	margin: 0 auto;
	display: block;
}

.page1 {
	background: url(../images/page1_bg.png) no-repeat bottom center;
}

/*tab*/
.tab_wrap {
	width: 100%;
}


.tab_wrap .tab div {
	float: left;
	cursor: pointer;
	width: 27.8%;
	border: 1px solid #2eb698;
	text-align: left;
	background: #ffffff;
	color: #2eb698;
	font-size: 20px;
	border-radius: 24px;
	margin: 0 26px;
}

.tab_wrap .tab div span {
	display: inline-block;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background: #ffffff;
	margin: 0 10px 0 -10px;
}

.tab_wrap .tab div i {
	font-style: normal;
}

.tab_wrap .tab div span em {
	display: inline-block;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #2eb698;
}

.tab_wrap .tab div.active {
	background: #2eb698;
	color: #ffffff;

}

.tab_wrap .tab div.active span {
	color: #ffffff;
	background-color: #2eb698;
}


.tab_wrap .item_wrap {
	position: relative;
	overflow: hidden;
	margin: 28px 0 0;
}

.tab_wrap .item_wrap .item,
.page2 .tab_wrap .item_wrap .item {
	padding: 40px 20px;
	position: absolute;
	left: -1000px;
	width: 960px;
	height: 232px;
	overflow: hidden;
	background: url(../images/page1_tab_bg.png) no-repeat top center;
}

.tab_wrap .item_wrap .item div,
div.cls2 div,
.page2 .tab_wrap .item_wrap .item div,
.page2 div.cls2 div {
	height: 230px;
	overflow-y: scroll;
}

.tab_wrap .item_wrap .item div p,
div.cls2 p,
.page2 .tab_wrap .item_wrap .item div p,
.page2 div.cls2 div p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.tab_wrap .item_wrap .item div p strong, div.cls2 p strong, .page2 .tab_wrap .item_wrap .item div p strong, .page2 div.cls2 div p strong{
	font-weight: bold;
}
.page2 {
	padding-bottom: 100px;
	background: #eafeed url(../images/page2_bg.png) no-repeat bottom center;
}

.page2 .tab_wrap .tab {
	position: relative;
	z-index: 9;
}

.page2 .tab_wrap .tab div {
	width: 161px;
	height: 51px;
	border: none;
	border-radius: inherit;
	background: url(../images/page2_tab.png) no-repeat top center;
	color: #999999;
	font-size: 20px;
	line-height: 51px;
	text-align: center;
	font-weight: bold;
	margin: 0 20px 0 0;
}

.page2 .tab_wrap .tab div.active {
	color: #ffffff;
	background: url(../images/page2_tab_at.png) no-repeat top center;
}

.page2 .tab_wrap .item_wrap {
	margin: 0;
	top: -20px;
}

.page2 .tab_wrap .item_wrap .item div,
.page2 div.cls2 div {
	height: 252px;
}



div.cls2 {
	display: none;
	padding: 40px 20px;
	width: 960px;
	height: 232px;
	overflow: hidden;
	background: url(../images/page1_tab_bg.png) no-repeat top center;
}

.page2 .tab_wrap .item_wrap .item,
.page2 div.cls2 {
	padding: 25px 20px 10px;
	height: 270px;
	background: url(../images/page2_tab_bg.png) no-repeat bottom center;
}

.page3 {
	/* padding-top: 0; */
	padding-bottom: 0;
}

.page3 ul li {
	width: 24%;
	float: left;
	height: 161px;
	margin: 0 5px 20px;
	padding: 45px 0 0;
	text-align: center;
	background: url(../images/page3_li_bg.png) no-repeat top center;
}

.page3 ul li h4 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

.page3 ul li h6 {
	font-size: 24px;
	color: #ffffff;
	margin: 12px 0 22px;
}

.page3 ul li a {
	display: inline-block;
	width: 130px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/ljgd.png) no-repeat top center;
}

.page4 {
	padding: 30px 0 25px;
	background: url(../images/page4_bg.png) no-repeat top center;
}

.page4 .title {
	margin: 60px 0 0 0;
}

.form-wrap form label {
	background: #eef7f1;
	border: none;
}

.form-wrap {
	width: 560px;
	margin: 60px 0 0 380px;
}

.form-wrap .btn-wrap {
	background-color: #ffca4f;
}

#reg form label {
	margin: 0px 0;
}

/* scroll轨道背景 */
.page .item div::-webkit-scrollbar,
.page div.cls2 div::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.page .item div::-webkit-scrollbar-thumb,
.page div.cls2 div::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #3ebca0;
}

.page .item div::-webkit-scrollbar-track,
.page div.cls2 div::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #cdfff4;
}

.page2 .item div::-webkit-scrollbar-thumb,
.page2 div.cls2 div::-webkit-scrollbar-thumb {

	background: #eabd63;
}

.page2 .item div::-webkit-scrollbar-track,
.page2 div.cls2 div::-webkit-scrollbar-track {
	background: #ffe6ba;
}

.page .item div {
	padding: 5px 20px;
}

@media screen and (max-width:1000px) {
	body {
		font-size: 1.4rem;
		line-height: 140%;
	}

	.m1000 {
		width: 98%;
		margin: 0 auto;
	}

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.page {
		padding: 2rem 2%;
	}

	/*banner*/
	.header {
		height: 55rem;
		background: url("../images/m_header_bg.png") no-repeat center top;
	}

	.header .m1000 {
		width: 100%;
	}

	.header_t {
		margin-left: -360px;
		width: 96%;
		top: 90px;
	}

	.header_t img {
		width: 100%;
	}

	.header_b {
		top: 268px;
	}
	.header_b .tabli.tab-active{
		position: fixed;
		top: 0;
		background: #e4fee3;
		z-index: 999;
	}
	.header_b .tabli ul {
		width: 100%;
		padding: 0 8%;
	}

	.header_b .tabli ul.ul-active {
	/* 	position: absolute !important;
		top: 0; */
		-webkit-transform: translate3d(0,0,0);
		background: #e4fee3;
		z-index: 999;
	}

	.header_b img {
		width: 100%;
	}

	.header_b ul li {
		width: 200px;
	}

	.header .btns a,
	.page2 .btns a {
		width: 400px;
		height: 80px;
	}

	.tab_wrap .tab div {
		    width: 43%;
		    margin: 5px 22px 15px;
	}

	.header .btns a,
	.page2 .btns a {
		background: url(../images/m_tg_btn.png) no-repeat bottom center;
	}

	.header .btns a:active,
	.page2 .btns a:active {
		background: url(../images/m_tg_btn_at.png) no-repeat bottom center;
	}

	.tab_wrap .item_wrap .item,
	.page2 .tab_wrap .item_wrap .item {
		width: 95%;
		height: 436px;
		background: url(../images/m_page1_tab_bg.png) no-repeat bottom center;
		background-size: contain;
	}

	.tab_wrap .item_wrap .item,
	.page2 .tab_wrap .item_wrap .item {
		padding: 40px 18px;
	}

	.tab_wrap .item_wrap .item div,
	div.cls2 div,
	.page2 .tab_wrap .item_wrap .item div,
	.page2 div.cls2 div {
		height: 415px;
	}

	.tab_wrap .item_wrap .item div p,
	div.cls2 p,
	.page2 .tab_wrap .item_wrap .item div p,
	.page2 div.cls2 div p {
		font-size: 22px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.tab_wrap .tab div span {
		width: 69px;
		height: 69px;
		margin: -3px 10px 0 -10px;
	}

	.tab_wrap .tab div span em {
		line-height: 70px;
		width: 68px;
		height: 68px;
	}

	.page1 {
		background: url(../images/m_page1_bg.png) no-repeat bottom center;
	}

	.page2 {
		background: #eafeed url(../images/m_page2_bg.png) no-repeat bottom center;
	}

	.page2 .tab_wrap .item_wrap .item,
	.page2 div.cls2 {
		background: url(../images/m_page2_tab_bg.png) no-repeat bottom center;
	}

	div.cls2 {
		display: none;
		padding: 40px 20px;
		overflow: hidden;
		width: 95%;
		height: 436px;
		background: url(../images/m_page1_tab_bg.png) no-repeat bottom center;
		background-size: contain;
	}

	.page2 div.cls2 {
		width: 95%;
		height: 436px;
		padding: 40px 20px;
		background: url(../images/m_page2_tab_bg.png) no-repeat bottom center;
	}

	.page2 .tab_wrap .tab div {
		width: 190px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
		background: url(../images/m_page2_tab.png) no-repeat top center;
	}

	.page2 .tab_wrap .tab div.active {
		color: #ffffff;
		background: url(../images/m_page2_tab_at.png) no-repeat top center;
	}

	.page3 ul li {
		width: 31%;
		margin: -5px 8px 23px;
	}

	.page3 ul li.last {
		width: 47.7%;
		background-size: cover;
	}

	.page2 .btns a {
		background: url(../images/page2_tg_btn.png) no-repeat bottom center;
	}

	.page2 .btns a:active {
		background: url(../images/m_page2_tg_btn.png) no-repeat bottom center;
	}

	.page4 {
		margin-top: -90px;
		padding: 30px 0 25px;
		background: url(../images/m_page4_bg.png) no-repeat top center;
		background-size: cover;
	}

	.form-wrap {
		width: 76%;
		margin: 0 auto;
	}

	.reg_mobile form {
		margin-top: 60px;
	}
}
