/** 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;
}

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: 1000px; */
	height: 570px;
	position: relative;
	background: url("../images/header_bg.png") no-repeat center top;
	background-position-y: -160px;
}

.header a img {
	margin: 20px 0 0;
}

.header_t {
	position: absolute;
	/* top: 330px; */
	top: 100px;
	left: 50%;
	margin-left: -300px;
}

.header_t img {
	width: 70%;
}

.nav-height {
	position: relative;
	height: 60px;
	background: #de6f24;
}

.nav-box {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #de6f24;
	padding-bottom: 10px;

}

.nav-box.navFix {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -50%;

	z-index: 99999;

}

.nav-box ul {

	padding: 0;
	margin: 0 auto;
	width: 1000px;
	display: block;
}

.nav-box li {
	display: inline-block;
	/* width: 16.66%; */
	text-align: left;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	position: relative;

}

.nav-box li a {
	font-size: 20px;
	padding: 0 28px;
	color: #ffffff;
	text-decoration: none;
}


.nav-box li a:hover {
	color: #ffffff;
}

.nav-box li a.active {
	font-weight: bold;
	color: #ffffff;
}

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

.page1,
.page2,
.page3 {
	background-color: #006a5f;
}

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

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


.page1 .content dl {
	margin: 0px 0 18px 0;
}

.page1 .content dl dt {
	display: inline-block;
	padding: 10px 15px 10px 6px;
	font-size: 16px;
	color: #204a4d;
	background-color: #f2b50c;
	margin: 0 0 6px;
}

.page1 .content dl dd {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	padding: 0 0 0 20px;
}

.page1 .content .why {
	margin: 30px 0 0 0;
	border: 1px dashed #e7b112;
	padding: 10px 22px;
	line-height: 26px;
	font-size: 18px;
	color: #8dc2a4;
}



.page2 .content ul li {
	float: left;
	width: 225px;
	height: 200px;
	border: 5px solid #61a39c;
	border-radius: 15px;
	background-color: #ffffff;
	margin: 0 7px 20px;
}

.page2 .content ul li div {
	padding: 8px 6px;
	position: relative;
	height: 85%;
}

.page2 .content ul li div h5 {
	font-size: 24px;
	padding: 4px 0;
	font-weight: bold;
	text-align: center;
	color: #006a5f;
	background-color: #f3b510;
	margin: 0 0 8px;

}

.page2 .content ul li div dl {
	position: relative;
	z-index: 9;
	margin: 0 0 10px;
}

.page2 .content ul li div dl dt {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #006a5f;
	margin: 4px 0 0;
}

.page2 .content ul li div dl dd {
	font-size: 14px;
	line-height: 20px;
}

.page2 .content ul li div .month {
	position: absolute;
	right: 2px;
	bottom: 0;
	font-weight: bold;
	font-size: 58px;
	color: #ecf0ef;
}

.page2 .content p,
.page3 .content p,
.page5 .content p {
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 14px;
	color: #f2b611;
}

.page3 {
	background-image: url(../images/page3_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 80px;
}

.page3 .content ul li {
	float: left;
	font-size: 18px;
	background-color: #204a4e;
	border-right: 1px solid #02685e;
	padding: 11px 0;
	color: #ffffff;
	text-align: center;
}

.page3 .content table {
	width: 100%;
}

.page3 .content table td {
	text-align: center;
	border-right: 1px solid #02685e;
	background: #ffffff;
	padding: 8px 0;
	border-bottom: 1px solid #02685e;
}

.page3 .content table td span {
	font-size: 16px;
	color: #204a4e;
}

.page3 .content table tr.ye td {
	background-color: #e3eff0;
}

.page3 .content ul li.country,
.page3 .content table td.country {
	width: 15%;
}

.page3 .content ul li.level,
.page3 .content table td.level {
	width: 14%;
}

.page3 .content ul li.time-s,
.page3 .content table td.time-s {
	width: 22%
}

.page3 .content ul li.time-e,
.page3 .content table td.time-e {
	width: 20%;
}

.page3 .content ul li.money,
.page3 .content table td.money {
	width: 28.5%;
}

.page3 .content p {
	margin: 20px 0 0 0;
}

.page3 .btns,
.page4 .btns,
.page5 .btns {
	margin: 40px 0 0 0;
	text-align: center;
}

.page3 .btns a,
.page4 .btns a,
.page5 .btns a {
	cursor: pointer;
	width: 407px;
	height: 52px;
	display: inline-block;
	background: url(../images/btn_at.png) no-repeat top center;
}

.page4 .btns a {
	background: url(../images/btn2_at.png) no-repeat top center;
}

.page5 .btns a {
	background: url(../images/btn3_at.png) no-repeat top center;
}

.page3 .btns a:hover {
	display: inline-block;
	background: url(../images/btn.png) no-repeat bottom center;
}

.page4 .btns a:hover {
	display: inline-block;
	background: url(../images/btn2.png) no-repeat bottom center;
}

.page5 .btns a:hover {
	display: inline-block;
	background: url(../images/btn3.png) no-repeat bottom center;
}

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


.tab_wrap .tab div {
	position: relative;
	display: table;
	float: left;
	cursor: pointer;
	/* width: 19.9%; */
	width: 24.9%;
	padding: 16px 0;
	text-align: center;
	background: #006a5f;
}

.tab_wrap .tab div span {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	font-size: 18px;
	border-right: 1px solid #33887f;
}

.tab_wrap .tab div span.last {

	border: none;
}

.tab_wrap .tab div.active {
	background: #138e7a;
	color: #ffffff;
	padding: 28px 0;

}

.tab_wrap .tab div.active span {
	display: block;
	background: #f2b611;
	font-weight: bold;
	font-size: 24px;
	color: #204a4e;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	height: 70px;
	width: 100%;
	line-height: 70px;
	border-right: 0;
}

.tab_wrap .tab div.active span:after {
	width: 0px;
	height: 0px;
	border-width: 12px;
	border-style: solid;
	border-color: #f2b611 transparent transparent transparent;
	position: absolute;
	content: ' ';
	left: 50%;
	margin-left: -12px;
	bottom: -24px;
}

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

.tab_wrap .item_wrap .item {
	position: absolute;
	left: -1000px;
	width: 1000px;
	overflow: hidden;
	padding: 25px 0 0;
}

.item_wrap .item .tbox {
	width: 46%;
	float: left;
	margin-left: 3.8%;
}

.item_wrap .item .tbox div.txt {
	position: relative;
	padding: 20px 0 15px 15px;
	border: 1px solid #006a5f;
	border-radius: 10px;
}

.item_wrap .item .tbox div.txt.top {
	height: 170px;
}

.item_wrap .item .tbox div.txt.bottom {
	height: 633px;
	margin: 30px 0 0;
}

.item_wrap .item .tbox div.txt.right {
	height: 870px;
}

.item_wrap .item .tbox div.txt span {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 50px;
	color: #eef2f2;
	font-weight: bold;
}

.item_wrap .item .tbox div.txt div.scroll {
	overflow-y: scroll;
	height: 95%;
	padding-right: 10px;
}

.item_wrap .item .tbox div.top div.scroll {
	height: 75%;
}

.item_wrap .item .tbox div.bottom div.scroll {
	height: 93%;
}

.item_wrap .item .tbox div.txt div.scroll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #f4f4f9;
}

/* scroll轨道背景 */
.item_wrap .item .tbox div.txt div.scroll::-webkit-scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f4f4f9;
}

/* 滚动条中能上下移动的小块 */
.item_wrap .item .tbox div.txt div.scroll::-webkit-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #2c318c;
}

.item_wrap .item .tbox div.txt .noTxt {
	margin: 45px 0 0 0;
}

.item_wrap .item .tbox div.txt p {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin: 0 0 2px 0;
}

.item_wrap .item .tbox h4 {
	position: absolute;
	background-image: linear-gradient(to bottom, #0b675d, #1f4c4e);
	left: -20px;
	padding: 6px 10px;
	font-size: 20px;
	color: #ffffff;
}

.item_wrap .item .tbox h4 img {
	position: absolute;
	left: 0;
	bottom: -10px;
}

.item_wrap .item .tbox h5 {
	display: inline-block;
	font-size: 16px;
	color: #204a4d;
	padding: 4px 6px;
	background: #f2b50c;
	margin: 10px 0 5px;
}

.item_wrap .item .tbox ul li {
	margin: 0 0 5px;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.item_wrap .item .tbox ul li strong {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
}

.item_wrap .item .tbox ul li em {
	color: #006a5f;
}

.item_wrap .item .tbox div.txt .greenCls {
	background-color: #0b675d;
	margin: 12px 0 0;
}

.item_wrap .item .tbox div.txt .greenCls p {
	padding: 10px;
	line-height: 20px;
	color: #ffffff;
	font-size: 16px;
}


.page5 {
	background: #006a5f url(../images/page5_bg.png) no-repeat top center;
}

.page5 ul.country {
	padding: 55px 0 45px 65px;
}

.page5 ul.country li {
	display: table;
	float: left;
	width: 136px;
	height: 136px;
	background-color: #1d4e50;
	border: 2px dashed #d0a730;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	border-radius: 10px;
	text-align: center;
}

.page5 ul.country li span {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

.page5 .bg1 {
	background: url(../images/page5_bg1.png) no-repeat top center;
	padding: 15px 25px;
}

.page5 .bg1 .txt,
.page5 .bg2 .txt {
	display: inline-block;
	height: 100%;
}

.page5 .bg1 .txt li {
	width: 295px;
	text-align: center;
	float: left;
	padding: 20px 0;
}

.page5 .bg1 .txt li.sec {
	border-left: 1px dashed #77b0aa;
	border-right: 1px dashed #77b0aa;

}

.page5 .bg1 .txt li span {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}

.page5 .bg1 .txt li span strong {
	color: #f2b60d;
	font-weight: bold;
}


.page5 .bg2 {
	margin: 25px 0 25px;
	background: url(../images/page5_bg2.png) no-repeat top center;
	padding: 12px 25px;
}

.page5 .bg2 img {
	float: left;
}

.page5 .bg2 .txt {
	padding: 11px 0 0;
	width: 894px;
	border: 0px;
}

.page5 .bg2 .txt li {
	float: left;
	width: 202px;
	background-color: #8dc2a4;
	margin: 10px 10px 10px;
}

.page5 .bg2 .txt li.center {

	margin-left: 90px;
}

.page5 .bg2 .txt li.last {
	width: 270px;
}

.page5 .bg2 .txt li div {
	padding: 6px;
}

.page5 .bg2 .txt li div h4 {
	margin: 0px 0 4px;
	display: inline-block;
	font-size: 18px;
	color: #204a4d;
	font-weight: bold;
	padding: 0 0 4px;
	background: url(../images/tit_bg.png) no-repeat bottom right;
}

.page5 .bg2 .txt li div p {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.page6 {
	background-color: #e07720;
}

.page6 .title {
	text-align: left;
}

.page6 .title img {
	margin: 0;
}

.page6 ul li {
	float: left;
	width: 27.6%;
	height: 110px;
	padding: 20px;
	margin: 0 8px 20px 8px;
	background: url(../images/page6_li_bg.png) no-repeat top center;
}

.page6 ul li .txt-box {
	text-align: center;
	display: block;
	height: 110px;
	border: 1px dashed #f2dcca;
}

.page6 ul li .txt-box img {
	margin: 8px 0;
}

.page6 ul li .txt-box h4 {
	padding: 5px 10px;
	font-size: 30px;
	color: #003308;
	background-color: #f2b50c;
	display: inline-block;
}
.page6 .content_m {
	display: none;
}
.page6 .content ul li {
	float: left;
	box-sizing: border-box;
	width: 240px;
	height: 160px;
	padding: 10px;
	padding-top: 34px;
	margin: 0 5px 20px 5px;
	background: url(../images/page6_li_bg_m.png) no-repeat top center;
}

.page6 .content ul li .txt-box {
	text-align: center;
	display: block;
	height: 110px;
	border: none;
}

.page6 .content ul li .txt-box img {
	margin: 8px 0;
}

.page6 .content ul li .txt-box h4 {
	padding: 5px 10px;
	font-size: 24px;
	color: #003308;
	background-color: #f2b50c;
	display: inline-block;
}




.page7 {
	background-color: #015149;
}

.page7 .title {
	margin-bottom: 20px;
}

.page7 .sm_tit {
	margin: 0 auto;
	display: block;
}

.form-wrap {
	width: 560px;
	margin: 30px auto 0;
}

.form-wrap .btn-wrap {
	background-color: #f2b50d;
	height: 72px;
	line-height: 72px;
}


.cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
}

.yyend {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 320px;
	border-radius: 10px;
	background-color: #ffffff;
}

.yyend .btn-close {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.yyend .btn-close img{
	width: 50px;
	height: 50px;
}
.yyend h5 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}

.yyend .book {
	margin: 10px 0 0 85px;
	width: 150px;
	height: 180px;
}

.yyend .qr {
	margin-left: 15px;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 90px
}

.yyend p {
	text-align: center;
	padding: 10px 30px 0;
}



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

@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: 44.85rem;
		background: url("../images/m_header_bg.png") no-repeat center top;
	}

	.header a img {

		margin: 24px 0 0 12px;
	}

	.header .m1000 {
		width: 100%;
	}

	.header_t {
		margin-left: -305.5px;
		top: 240px;
	}

	.header_t img {
		width: 100%;
	}

	.nav-height {
		height: 85px;
	}

	.nav-height .m1000 {
		width: 100%;
	}

	.nav-box {
		padding-bottom: 35px;
	}

	.nav-box ul {
		width: 100%;
		height: 85px !important;
		display: block !important;
	}

	.nav-box ul li {
		width: 20%;
		height: 85px;
		line-height: 34px;
		text-align: center;
		padding: 10px 0 0 0;
	}

	.nav-box ul li a {
		padding: 0;
		font-size: 24px;
		line-height: 30px;
	}

	.nav-box ul li.pc {
		display: none;
	}

	.nav-box li a.active {
		font-weight: bold;
		color: #ffffff;
	}

	.page1 .content .why {
		font-size: 26px;
		line-height: 34px;
		font-weight: bold;
	}

	.page3 {
		margin: -1px 0 0;
	}

	.page3 .content ul li.country,
	.page3 .content table td.country {
		width: 20%;
	}

	.page3 .content ul li.level,
	.page3 .content table td.level {
		width: 20%;
	}

	.page3 .content ul li.time-s,
	.page3 .content table td.time-s {
		width: 25%;
	}

	.page3 .content ul li.money,
	.page3 .content table td.money {
		width: 34.4%;
	}

	.page3 .content table td span {
		font-size: 18px;
		line-height: 24px;
	}

	.page2 .content p,
	.page3 .content p,
	.page5 .content p {
		margin-top: 10px;
		font-size: 18px;
	}

	.page6 .content_m {
		display: block;
	}
	.page6 .content {
		display: none;
	}

	.item_wrap .item .tbox {
		float: none;
		width: 66%;
	}

	.item_wrap .item .tbox div.txt.top {
		height: auto;
	}

	.item_wrap .item .tbox div.txt.top .scroll {
		overflow: inherit;
	}

	.item_wrap .item .tbox div.txt.bottom {
		margin: 30px 0;
		height: 700px;
	}

	.item_wrap .item .tbox div.bottom div.scroll {
		height: 89%;
		width: 97%;
	}

	.item_wrap .item .tbox div.right div.scroll {
		height: 89%;
		width: 97%;
	}

	.tab_wrap .tab div {
		padding: 25px 0;
	}

	.tab_wrap .tab div span {
		font-size: 24px;
	}

	.tab_wrap .tab div.active span {
		font-size: 30px;
		height: 100px;
		margin-top: -25%;
		line-height: 100px;
	}

	.tab_wrap .tab .ox {
		padding: 9px 0 10px;
	}

	.tab_wrap .tab .ox span {
		padding: 0 20px;
	}

	.tab_wrap .tab .ox.active span {
		line-height: 50px;
		padding: 0;

	}

	.item_wrap .item .tbox h4 {
		font-size: 28px;
		padding: 15px;
		font-weight: bold;
	}

	.item_wrap .item .tbox div.txt .noTxt {
		margin: 75px 0 0 0;
	}

	.item_wrap .item .tbox div.txt span {
		position: absolute;
		right: 15px;
		top: 20px;
		font-size: 60px;
		color: #eef2f2;
		font-weight: bold;
	}

	.item_wrap .item .tbox div.txt p {
		font-size: 22px;
		line-height: 34px;
	}

	.item_wrap .item .tbox h5 {
		font-size: 22px;
		padding: 10px;
		font-weight: bold;
	}

	.item_wrap .item .tbox ul li {
		margin: 0 0 8px 0;
	}

	.item_wrap .item .tbox ul li,
	.item_wrap .item .tbox ul li strong,
	.item_wrap .item .tbox div.txt .greenCls p {
		font-size: 22px;
		line-height: 34px;
	}

	.item_wrap .item .tbox div.txt.right {
		height: 700px;
	}

	.page6 ul li {
		width: 42%;
	}

	.form-wrap {
		width: 560px;
		margin: 50px auto 0;
	}
	.yyend {
	    width: 560px;
	    height: 400px;
	}
	.yyend .btn-close img {
	    width: 70px;
	    height: 70px;
	}
	.yyend h5 {
	    font-size: 24px;
	    margin-top: 40px;
	}
	.yyend .book {
	    margin: 30px 0 0 85px;
	    width: 170px;
	    height: 200px;
	}
	.yyend .qr {
	    margin-left: 20px;
	    width: 160px;
	    height: 160px;
	    position: absolute;
	    top: 120px;
	}
	.yyend p{
	    text-align: center;
	    padding: 12px 105px 0;
	    font-size: 22px;
		}
}
