/** 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%;
	-webkit-text-size-adjust: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mobile {
	display: none;
}

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

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

.header_t {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -27%;
}

.header_b {
	position: absolute;
	top: 360px;
	left: 50%;
	margin-left: -27%;
}

.header_b .btns {
	margin: 18px auto 0;
}

.header_b .btns a {
	display: inline-block;
	width: 282px;
	height: 54px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	line-height: 54px;
	border-radius: 10px;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
}

.header_b .btns a.btn1 {
	background-color: #6758d9;
	margin: 0 70px 0 0;
}

.header_b .btns a.btn2 {
	background-color: #fd4d73;
}

.nav-height {
	background: #f9f5fd url(../images/nav_bg.png) no-repeat center top;
	position: relative;
	height: 90px;
}

.nav-box {
	width: 100%;
	height: 50px;
	padding-bottom: 40px;
	margin: 0 auto;

}

.nav-box.navFix {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -50%;
	z-index: 99999;
	background: #f9f5fd;
}

.nav-box ul {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
	display: block;
}

.nav-box li {
	display: inline-block;
	width: 16.667%;
	text-align: left;
	height: 90px;
	line-height: 90px;
	float: left;
	text-align: center;
	position: relative;
}

.nav-box li.li_t10 {
	margin-top: 10px;
}

.nav-box li.li_t-4 {
	margin-top: -4px;
}

.nav-box li.li_t-8 {
	margin-top: -8px;
}

.nav-box.navFix li {
	margin-top: 0;
}

.nav-box li a {
	font-size: 20px;
	color: #4e4b6c;
	font-weight: bold;
	text-decoration: none;
}

.nav-box li a:hover {
	color: #6759d9;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 2px solid #6759d9;
}

.nav-box li a.active {
	color: #6759d9;
	padding-bottom: 8px;
	border-bottom: 2px solid #6759d9;
}





/*part*/
.page {
	padding: 65px 0;
	-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 img {
	margin: 0 auto;
	display: block;
}

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

.page1 .content h6 {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin: 0 0 30px;
}

.page1 .content .tab {
	width: 100%;
	height: 360px;
}

.page1 .content .tab .tab_left {
	width: 14.16%;
}

.page1 .content .tab .tab_left ul {
	background-color: #4c4094;
}

.page1 .content .tab .tab_left li {
	text-indent: 35px;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	cursor: pointer;
}

.page1 .content .tab .tab_left li.ax {
	text-align: center;
	text-indent: 0;
}

.page1 .content .tab .tab_left li.tab_sel {
	font-weight: bold;
	background-color: #fd4d73;
	position: relative;
}

.page1 .content .tab .tab_left li.tab_sel::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -30px;
	top: 0px;
	border-top: solid 30px transparent;
	border-left: solid 30px #fd4d73;
	/* 白色小三角形 */
	border-bottom: solid 30px transparent;
}

.page1 .content .tab .tab_right {
	width: 85.84%;
	height: 93.4%;
	background: #e9e6fa url(../images/page1_tab_bg.png) no-repeat right bottom;
	background-position-x: 98%;
	background-position-y: 98%;
	padding: 1% 0;
}

.page1 .content .tab .tab_right ul {
	height: 100%;
	padding: 0 0;
	overflow: hidden;
	overflow-y: auto;
}

.page1 .content .tab .tab_right li {
	padding: 0 50px 0 40px;
	display: none;
	height: 100%;

}

.page1 .content .tab .tab_right li.tab_sel {
	display: table;
}

.page1 .content .tab .tab_right li .txt_p {
	display: table-cell;
	vertical-align: middle;
}

.page1 .content .tab .tab_right li p {
	margin-bottom: 8px;
}

.page1 .content .tab .tab_right li p strong {
	font-weight: bold;
	display: inline-block;
}

.page1 .content .tab .tab_right li p strong.i {
	margin-bottom: 5px;

}

/* IE 浏览器 */
.page1 .content .tab .tab_right ul {
	/* 三角箭头的颜色 */
	scrollbar-arrow-color: #4c4094;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: #fd4d73;
	/*滚动条阴影*/
	scrollbar-shadow-color: #fd4d73;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #4c4094;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.page1 .content .tab .tab_right ul::-webkit-scrollbar {
	width: 12px;
}

/*滚动条的轨道*/
.page1 .content .tab .tab_right ul::-webkit-scrollbar-track {

	background-color: #4c4094;
}

/*滚动条的滑块按钮*/
.page1 .content .tab .tab_right ul::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #fd4d73;
	box-shadow: inset 0 0 5px #fd4d73;
}

/*滚动条的上下两端的按钮*/
.page1 .content .tab .tab_right ul::-webkit-scrollbar-button {
	height: 0px;
}

.page1 .content .btns,
.page2 .content .btns,
.page3 .content .btns,
.page4 .content .btns {
	text-align: center;
	padding-bottom: 5px;
}

.page1 .content .btns a,
.page2 .content .btns a,
.page3 .content .btns a,
.page4 .content .btns a {
	display: block;
	width: 414px;
	height: 54px;
	margin: 40px auto 0;
	line-height: 54px;
	border-radius: 10px;
	font-size: 22px;
	color: #ffffff;
	background-color: #fd4d73;
	cursor: pointer;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.35);
}


.page2 {
	margin-top: -1px;
	padding-bottom: 106px;
	background: url(../images/page2_bg.png) no-repeat center top;
}

.page2 .content .pc .top {
	width: 100%;
	padding: 40px 0;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.45);
}

.page2 .content .pc .top li {
	width: 26.66%;
	margin: 0 3.336%;
	height: 334px;
	float: left;
	background: url(../images/page2_li_bg.png) no-repeat top center;
}

.page2 .content .pc .top li h4 {
	text-align: center;
	font-size: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
}

.page2 .content .pc .top li p {
	padding: 20px 20px;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}


.page2 .content .pc .solution-item {
	position: relative;
	width: 100%;
	height: 270px;
	overflow: hidden;
	zoom: 1;
	margin: 40px 0 40px;
}

.page2 .content .pc .solution-item ul {
	height: 100%;
}

.solution-item li {
	position: relative;
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 79px;
	height: 100%;
	border-left: 1px solid #bbbac2;
}

.solution-item li.first {
	width: 80px;
	border: none;
}

.solution-item .num {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100%;
	word-wrap: break-word;
	display: table;
	background-color: #626283;
}

.num h1 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	font-size: 20px;
	width: 20px;
	color: #ffffff;
}

.num h1 span {
	font-size: 24px;
}

.solution-item .current {
	background: #4c4094;
}

.current h1 {
	font-weight: bold;
}

.description {
	position: absolute;
	left: 80px;
	top: 0;
	padding: 15px;
	width: 770px;
	height: 240px;
	color: #000;
	background: #ffffff;
}

.description .borders {
	height: 240px;
	overflow-y: auto;
	/* display: table; */
	padding: 0 25px;
	border: 1px dashed #917dc7;
	background: #ffffff url(../images/sfq_bg.png) no-repeat right bottom;
}



/* IE 浏览器 */
.description .borders {
	/* 三角箭头的颜色 */
	scrollbar-arrow-color: #626283;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: #4c4094;
	/*滚动条阴影*/
	scrollbar-shadow-color: #4c4094;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #626283;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.description .borders::-webkit-scrollbar {
	width: 12px;
}

/*滚动条的轨道*/
.description .borders::-webkit-scrollbar-track {
	background-color: #626283;
}

/*滚动条的滑块按钮*/
.description .borders::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #4c4094;
	box-shadow: inset 0 0 5px #4c4094;
}

/*滚动条的上下两端的按钮*/
.description .borders::-webkit-scrollbar-button {
	height: 0px;
}

.description .txt_p {
	display: table-cell;
	vertical-align: middle;
}

.description p {
	margin-bottom: 8px;
}

.description p strong {
	font-weight: bold;
	display: inline-block;
}

.description p strong.i {
	margin-bottom: 5px;
}

.page3 {
	background: #f9f5fd url(../images/page3_bg.png) no-repeat center bottom;
}

.page3 .content {
	padding: 80px 0 0;
}

.page3 .content .yx_zy {
	position: relative;
	width: 100%;
	height: 162px;
	text-align: center;
	background: #7970b8;
}

.page3 .content .yx_zy h4 {
	position: absolute;
	left: 0;
	width: 421px;
	height: 59px;
	line-height: 59px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	text-indent: -20px;
	top: -40px;
	text-align: center;
	background: url(../images/page3_yx_zy_h3_bg.png) no-repeat center top;
}

.page3 .content .yx_zy h4 span {
	font-size: 24px;
}

.page3 .content .yx_zy .tab_items {
	display: table;
	height: 100%;
	margin: 0 auto;
}

.page3 .content .yx_zy ul {
	display: table-cell;
	vertical-align: middle;
}

.page3 .content .yx_zy li {
	float: left;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	color: #333333;
	margin: 0 14px;
	text-align: left;
	text-indent: 74px;
}

.page3 .content .yx li {
	width: 257px;
	background-color: #ffffff;
}

.page3 .content .yx li.first {
	width: 213px;
	background: #ffffff url(../images/page3_yx_01_bg.png) no-repeat left center;
	background-position-x: 20px;
}


.page3 .content .yx li.second {
	background: #ffffff url(../images/page3_yx_02_bg.png) no-repeat left center;
	background-position-x: 20px;
}

.page3 .content .yx li.three {
	background: #ffffff url(../images/page3_yx_03_bg.png) no-repeat left center;
	background-position-x: 20px;
}

.page3 .content .yx li.four {
	background: #ffffff url(../images/page3_yx_04_bg.png) no-repeat left center;
	background-position-x: 20px;
}

.page3 .content .zy {
	margin: 80px 0 55px;
}

.page3 .content .zy li {
	width: 337px;
	background-color: #ffffff;
}

.page3 .content .zy li.first {
	background: #ffffff url(../images/page3_zy_01_bg.png) no-repeat left center;
	background-position-x: 20px;
}

.page3 .content .zy li.second {
	background: #ffffff url(../images/page3_zy_02_bg.png) no-repeat left center;
	background-position-x: 20px;
}

.page3 .content .zy li.three {
	background: #ffffff url(../images/page3_zy_03_bg.png) no-repeat left center;
	background-position-x: 20px;
}

.tabbox {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: url(../images/page3_tabs_bg.png) no-repeat center top;
}

.tabbox .tab {
	overflow: hidden;
	border-radius: 34.5px;
	height: 69px;
	background: #ffffff;
}

.tabbox .tab a {
	display: block;
	height: 69px;
	width: 16.66666%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #333333;
	line-height: 69px;
	font-size: 20px
}

.tabbox1 .tab a {
	width: 16.6666%;
}

.tabbox .tab a:hover {
	background: #E64E3F;
	color: #fff;
	font-weight: bold;
	border-radius: 36px;
	text-decoration: none;
}

.tabbox .tab a.on {
	background: #E64E3F;
	border-radius: 36px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.tabbox .cont {
	overflow: hidden;
	width: 100%;
	height: 239px;
	position: relative;
}

.tabbox .cont ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.tabbox .cont li {
	width: 1200px;
	height: 100%;
	float: left;
}

.tabbox .cont li .txt_p {
	height: 90%;
	overflow-y: auto;
	padding: 0 50px;
	margin-top: 20px;
}

.tabbox .cont li p {
	font-size: 18px;
	line-height: 28px;
	color: #fffefe;
	margin-bottom: 8px;
}

.tabbox .cont li p strong {
	font-weight: bold;
	display: inline-block;
}

.tabbox .cont li p strong.i {
	margin-bottom: 5px;
}

.tabbox .cont li p strong.gary {
	color: #777;
}

/* IE 浏览器 */
.tabbox .cont li .txt_p {
	/* 三角箭头的颜色 */
	scrollbar-arrow-color: #6b60ac;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: #e64e3f;
	/*滚动条阴影*/
	scrollbar-shadow-color: #e64e3f;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #6b60ac;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.tabbox .cont li .txt_p::-webkit-scrollbar {
	width: 12px;
}

/*滚动条的轨道*/
.tabbox .cont li .txt_p::-webkit-scrollbar-track {
	background-color: #6b60ac;
}

/*滚动条的滑块按钮*/
.tabbox .cont li .txt_p::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #e64e3f;
	box-shadow: inset 0 0 5px #e64e3f;
}

/*滚动条的上下两端的按钮*/
.tabbox .cont li .txt_p::-webkit-scrollbar-button {
	height: 0px;
}


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

.page4 .content .txt {
	width: 100%;
	height: 484px;
	padding: 55px 0 0;
	background: url(../images/page4_txt_bg.png) no-repeat center top;
}

.page4 .content .txt h4 {
	padding: 20px 50px;
	line-height: 28px;
	font-size: 18px;
	color: #333333;
	width: 876px;
	margin: 0 0 0 180px;
	background-color: #dbdff8;
	border-radius: 10px;
}

#tab {
	width: 1116px;
	margin: 115px auto 0;
	height: 220px;
	/* background-image: linear-gradient(to right, #ff7142, #fea13e); */
}

#tab h3 {
	text-align: center;
	font-size: 30px;
	padding: 40px 0;
	color: #ffffff;
}

.page4 .tab_wrap {
	position: relative;
	background: url(../images/page4_tab_bg.png) no-repeat top center;
}

.page4 .tab_wrap .tab {
	position: absolute;
	top: -51px;
	width: 100%;
	height: 50px;
}

.page4 .tab_wrap .tab li {
	float: left;
	cursor: pointer;
	font-size: 20px;
	height: 52px;
	line-height: 52px;
	width: 15%;
	margin: 0px 1%;
	text-align: center;
	color: #ffffff;
	background: #756dc3;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	padding: 0 4%;
}

.page4 .tab_wrap .tab li.active {
	background: #002f47;
	color: #ffffff;
	margin-top: -12px;
	height: 63px;
	font-weight: bold;
	line-height: 63px;
	background-image: linear-gradient(to bottom left, #ff9bb1, #fd4d73);
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.page4 .tab_wrap .item_wrap {
	position: relative;
	overflow: hidden;
	height: 220px;
}

.page4 .tab_wrap .item_wrap .item {
	position: absolute;
	left: -100%;
	width: 100%;
	overflow: hidden;
	height: 220px;
}

.page4 .tab_wrap .item_wrap .item .txt_box {
	margin: 0 auto;
	padding-top: 20px;
	height: 180px;
	padding: 20px;
}

.page4 .tab_wrap .item_wrap .item .txt_box .txt_p {
	overflow-y: auto;
	height: 100%;
}

.page4 .tab_wrap .item_wrap .item .txt_box p {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}

/* IE 浏览器 */
.page4 .tab_wrap .item_wrap .item .txt_box .txt_p {
	/* 三角箭头的颜色 */
	scrollbar-arrow-color: #756dc3;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: #ff9bb1;
	/*滚动条阴影*/
	scrollbar-shadow-color: #ff9bb1;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #756dc3;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.page4 .tab_wrap .item_wrap .item .txt_box .txt_p::-webkit-scrollbar {
	width: 12px;
}

/*滚动条的轨道*/
.page4 .tab_wrap .item_wrap .item .txt_box .txt_p::-webkit-scrollbar-track {
	background-color: #756dc3;
}

/*滚动条的滑块按钮*/
.page4 .tab_wrap .item_wrap .item .txt_box .txt_p::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #ff9bb1;
	box-shadow: inset 0 0 5px #ff9bb1;
}

/*滚动条的上下两端的按钮*/
.page4 .tab_wrap .item_wrap .item .txt_box .txt_p::-webkit-scrollbar-button {
	height: 0px;
}


.page4 .tab_wrap .item_wrap .item .txt_box .txt_p strong {
	font-weight: bold;
	display: inline-block;
}

.page4 .tab_wrap .item_wrap .item .txt_box .txt_p strong.i {
	margin-bottom: 5px;
}

.page5 {
	background: #f9f5fd url(../images/page5_bg.png) no-repeat center bottom;
}

.page5 .content ul li {
	float: left;
	width: 343px;
	height: 240px;
	background: url(../images/page5_item_bg.png) no-repeat center top;
	margin: 0 28.5px;
}

.page5 .content ul li h3 {
	height: .54rem;
	line-height: .54rem;
	text-align: center;
	font-size: .28rem;
	color: #756cac;
	font-weight: bold;
}

.page5 .content ul li .txt {
	display: table;
	width: 100%;
	height: 1.42rem;

}

.page5 .content ul li .txt p {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	font-size: .24rem;
	line-height: .36rem;
	text-align: center;
}

.page5 .content ul li.active {
	background: url(../images/page5_item_active_bg.png) no-repeat center top;
}

.page5 .content ul li.active p {
	font-weight: bold;
}



.zxyy {
	padding-bottom: 43px;
	background: url(../images/zxyy_bg.png) no-repeat center top;
}

/**bottomNav**/
.bottomNav {
	background-color: #464169;
	text-align: center;
	padding: 40px 0;
}

.bottomNav h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
}

.bottomNav h2::before {
	content: "'";
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/caption.png) no-repeat center center;
	width: 12px;
	height: 16px;
	margin-right: 10px;
}

.bottomNav h2::after {
	content: "'";
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/caption.png) no-repeat center center;
	width: 12px;
	height: 16px;
	margin-left: 10px;
}

.bottomNav .list {
	width: 22.9%;
	border-left: 1px solid #fff;
	padding: 10px 1%;
	float: left;
	font-size: 18px;
	line-height: 160%;
}

.bottomNav .list.row2 ul {
	width: 50%;
	float: left;
}

.bottomNav .list.first {
	border-left: none;
}

.bottomNav .list li {
	padding: 5px 0;
}

.bottomNav .list a {
	color: #fff;
}

.bottomNav .list a:hover {
	color: #e8af6b;
}

.form-wrap .btn-wrap {
	color: #310f50;
	background-color: #f89d97;
}

.tiaokuan {
	color: #000000;
}

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

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

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

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.page {
		padding: .45rem 2%;
	}

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

	.header .m1000 {
		width: 100%;
	}

	.header_t {
		left: 50%;
		margin-left: -3.6rem;
		top: 1.04rem;
	}



	.header_b {
		margin-left: -3.6rem;
		top: 3rem;
	}

	.header_b .btns a {
		width: 2.3rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .28rem
	}

	.header_b .btns a.btn1 {
		margin: 0 .4rem 0 0;
	}

	.nav-height {
		height: 1.3rem;
		background: url(../images/m_nav_bg.png) no-repeat center top;
	}

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

	.nav-box {
		width: 100%;
		height: .5rem;
		padding-bottom: .8rem;
	}

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

	.nav-box li {
		display: inline-block;
		width: 15.5%;
		text-align: left;
		height: 1.3rem;
		line-height: 1.3rem;
		float: left;
		text-align: center;
		position: relative;
		margin: 0 .0439rem
	}

	.nav-box li a {
		display: inline-block;
		font-size: .24rem;
		line-height: .32rem;
	}

	.nav-box li.li_t10 {
		margin-top: .15rem;
		margin: 0.15rem 0 0;
	}

	.nav-box li.li_t-4 {
		margin-top: -.06rem;
	}

	.nav-box li.li_t-8 {
		margin-top: -.25rem;
	}

	.nav-box li.li_t-6 {
		margin-top: .25rem;
	}

	.page1 {
		padding-bottom: .8rem;
		background: #f9f5fd url(../images/m_page1_bg.png) no-repeat center bottom;
	}

	.page1 .content h6 {
		font-size: .28rem;
		line-height: .44rem;
	}

	.page1 .content .tab {
		height: 5.18rem;
	}

	.page1 .content .tab .tab_left {
		width: 1.84rem;
	}

	.page1 .content .tab .tab_left li {
		height: .8rem;
		line-height: .8rem;
		text-indent: .2rem;
		width: 1.84rem;
		font-size: .28rem
	}


.page1 .content .tab .tab_left li.ax {
   padding: 0 0.2rem;
       width: 1.44rem;
	line-height: .44rem;
}
	.page1 .content .tab .tab_right {
		width: 5.21rem;
		height: 89.9%;
	}

	.page1 .content .tab .tab_left li.tab_sel::after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		right: -.44rem;
		top: 0px;
		border-top: solid .4rem transparent;
		border-left: solid .44rem #fd4d73;
		border-bottom: solid .4rem transparent;
	}

	.page1 .content .tab .tab_right ul {
		height: 86%;
		padding: 7% .15rem 7% .55rem;
	}

	.page1 .content .tab .tab_right li {
		padding: 0;
		height: 100% overflow: hidden;
		overflow-y: scroll;
	}

	.page1 .content .tab .tab_right li.tab_sel {
		display: block;
	}

	.page1 .content .tab .tab_right li p {
		font-size: .28rem;
		line-height: .44rem;
		font-family: 'Microsoft YaHei'; 
	}

	/* IE 浏览器 */
	.page1 .content .tab .tab_right ul li {
		/* 三角箭头的颜色 */
		scrollbar-arrow-color: #4c4094;
		/*滚动条滑块按钮的颜色*/
		scrollbar-face-color: #fd4d73;
		/*滚动条阴影*/
		scrollbar-shadow-color: #fd4d73;
		/*滚动条轨道颜色*/
		scrollbar-track-color: #4c4094;
	}

	/* chrome & safari 浏览器 */
	/*滚动条整体部分,必须要设置*/
	.page1 .content .tab .tab_right ul li::-webkit-scrollbar {
		width: 12px;
	}

	/*滚动条的轨道*/
	.page1 .content .tab .tab_right ul li::-webkit-scrollbar-track {

		background-color: #4c4094;
	}

	/*滚动条的滑块按钮*/
	.page1 .content .tab .tab_right ul li::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color: #fd4d73;
		box-shadow: inset 0 0 5px #fd4d73;
	}

	/*滚动条的上下两端的按钮*/
	.page1 .content .tab .tab_right ul li::-webkit-scrollbar-button {
		height: 0px;
	}
	.page1 .content .tab .tab_right li p strong{
		font-size: .28rem;
	}
	.page1 .content .tab .tab_right li p strong.m_fs{
		display: inline;
	}
	.page1 .content .btns a,
	.page2 .content .btns a,
	.page3 .content .btns a,
	.page4 .content .btns a {
		width: 5.36rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .32rem;
	}

	.page2 {
		padding-bottom: .8rem;
		background: url(../images/m_page2_bg.png) no-repeat center top;
	}

	.page2 .title {
		margin-top: .4rem;
	}

	.swiper-pagination-bullet {
		width: .2rem;
		height: .2rem;
		border-radius: 50%;
		background: #c2bde9;
	}

	.swiper-pagination-bullet-active {
		width: 1.14rem;
		height: .2rem;
		border-radius: .2rem;
		background: #4c4094;
	}

	.page2 .mobile .swiper-container {
		padding-bottom: .8rem;
		width: 100%;
		margin: .3rem 0 .6rem;
	}

	.page2 .mobile .swiper-container .swiper-slide .txt {
		width: 100%;
		height: 4.05rem;
		background: url(../images/m_page2_li_bg.png) no-repeat top center;
	}

	.page2 .mobile .swiper-container .swiper-slide .txt h4 {
		text-align: center;
		font-size: .32rem;
		width: 100%;
		height: .72rem;
		line-height: .72rem;
		color: #ffffff;
		font-weight: bold;
	}

	.page2 .mobile .swiper-container .swiper-slide .txt p {
		padding: .1rem .2rem;
		color: #333333;
		font-size: .28rem;
		line-height: .44rem;
	}

	.tabbox {
		width: 100%;
		height: 2.68rem;
		margin: 0 auto;
		background: #e1dcff;
		position: relative;
		padding: .4rem 0 0 0;
	}

	.tabbox .tab {
		position: absolute;
		width: 100%;
		left: 0;
		top: -.4rem;
		height: .8rem;
		border-radius: .4rem;
	}

	.tabbox .tab a {
		border-radius: .4rem;
		height: .8rem;
		font-size: .28rem;
		line-height: .8rem;
		width: 20%;
	}

	.tabbox .tab a.ax {
		line-height: .4rem;
	}	
	
	.tabbox2{
		height: 3.5rem;
	}
	
.tabbox2 .tab a.ax{
	padding: 0 2%;
	width: 16%;
}
	.tabbox3 .tab a {
		width: 16.666%;
	}

	.tabbox .cont {
		height: 100%;
	}

	.tabbox .cont li {
		width: 6.6559rem;
		padding: .2rem;
		height: 2.28rem;
	}
	.tabbox2 .cont li{
		height: 3rem;
	}
	.tabbox .cont li .txt_p {
		height: 100%;
		overflow-y: scroll;
		padding: 0 .1rem;
		border: 1px dashed #9683cb;
		margin-top: 0;
	}

	.tabbox .cont li p {
		height: auto;
		font-size: .28rem;
		line-height: .44rem;
		color: #fffefe;
		margin-top: 0;
		margin-bottom: 8px;
	}

	.page2 .tabbox .cont li p {
		color: #333;
	}
	
	.page2 .tabbox .cont li {
		background: url(../images/page2_p_bg.png) no-repeat right bottom;
		background-position-x: 94%;
		background-position-y: 90%;
	}
	.page2 .tabbox .cont li p strong {
		font-weight: bold;
		display: inline-block;
		font-size: .28rem;
		line-height: .44rem;
	}

	.page2 .tabbox .cont li p strong.i {
		margin-bottom: 5px;
	}

	.page2 .content .btns {
		margin-top: .6rem;
	}

	.page3 {
		background: #f9f5fd url(../images/m_page3_bg.png) no-repeat center bottom;
	}

	.page3 .content {
		padding: .6rem 0 0 0;
	}

	.page3 .content .yx_zy {
		width: 100%;
		height: 2.12rem;
		border-radius: .1rem;
		padding: .4rem 0 0 0;
		background-image: none;
		background: #7970b8;
	}

	.page3 .content .yx_zy li {
		height: .66rem;
		line-height: .66rem;
		font-size: .24rem;
		color: #333333;
		margin: .2rem .14rem 0;
		text-align: left;
		text-indent: 74px;
		width: 96%;
	}

	.page3 .content .yx_zy .tab_items {
		display: block;
	}

	.page3 .content .yx_zy h4 {
		position: absolute;
		left: 0;
		width: 4.8rem;
		height: .59rem;
		line-height: .59rem;
		color: #ffffff;
		font-weight: bold;
		font-size: .24rem;
		text-indent: -.5rem;
		top: -.4rem;
		text-align: center;
		background: url(../images/m_page3_yx_zy_h3_bg.png) no-repeat center top;
	}

	.page3 .content .yx_zy h4 span {
		font-size: .3rem;
		font-weight: bold;
	}

	.page3 .content .yx li {
		margin-top: .2rem;
		width: 46%;
		height: .66rem;
		float: left;
		line-height: .66rem;
		margin: .2rem 0.14109rem 0;
	}

	.page3 .content .yx li.first {
		width: 46%;
	}

	.page3 .content .zy {
		height: 2.96rem;
	}

	.page3 .tabbox {
		height: 3.68rem;
		margin-top: .9rem;
		background: url(../images/m_page3_tabs_bg.png) no-repeat center bottom;
	}

	.page3 .tabbox .cont li p {
		border: none;
	}

	.page3 .tabbox .cont li p strong {
		font-weight: bold;
		display: inline-block;
	}

	.page3 .tabbox .cont li p strong.i {
		margin-bottom: 5px;
	}

	.page4 {
		margin-top: -1px;
		background: url(../images/m_page4_bg.png) no-repeat center top;
		padding-bottom: 1.073rem;
	}

	.page4 .content .txt {
		padding: .2rem 0 0 0;
		height: 8.28rem;
		background: url(../images/m_page4_txt_bg.png) no-repeat center top;
	}

	.page4 .content .txt h4 {
		background-color: #f4f6ff;
		margin: 0;
		width: 96%;
		font-size: .28rem;
		line-height: .44rem;
		padding: .15rem 2%;
	}

	.page4 .tab_wrap .tab {
		top: -.7rem;
	}

	.page4 .tab_wrap .tab li {
		height: .7rem;
		line-height: .7rem;
		background: #756dc3;
		border-top-left-radius: .12rem;
		border-top-right-radius: .12rem;
		font-size: .28rem;

	}

	.page4 .tab_wrap .tab li.ax {
		line-height: .35rem;
		padding: 0px 2%;
		    width: 19%;
	}

	.page4 .tab_wrap .tab li.active {
		height: .85rem;
		line-height: .85rem;
		margin-top: -.15rem;
		background: #ff94ab;
		border-top-left-radius: .12rem;
		border-top-right-radius: .12rem;

	}

	.page4 .tab_wrap .tab li.ax.active {
		line-height: .42rem;
	}

	#tab {
		width: 92%;
		margin: 105px auto 0;
		height: 4.04rem;
	}

	.page4 .tab_wrap {
		background: url(../images/m_page4_tab_bg.png) no-repeat bottom center;
	}

	.page4 .tab_wrap .item_wrap {
		height: 4.04rem;
	}

	.page4 .tab_wrap .item_wrap .item {
		height: 4.04rem;
	}

	.page4 .tab_wrap .item_wrap .item .txt_box {
		height: 3.63rem;
	}


	.page4 .tab_wrap .item_wrap .item .txt_box p {
		font-size: .28rem;
		line-height: .44rem;
		color: #ffffff;
	}



	.page4 .content .btns {
		margin-top: .7rem;
	}

	.page5 {
		background: #f9f5fd url(../images/m_page5_bg.png) no-repeat center bottom;
	}

	.page5 .m1000 {
		width: 100%;
	}

	.page5 .content ul li {
		height: 204px;
		margin: 0 0.075rem;
		background: url(../images/m_page5_item_bg.png) no-repeat center top;
	}

	.page5 .content ul li.active {
		background: url(../images/m_page5_item_active_bg.png) no-repeat center top;
	}

	.page5 .content ul li .txt {
		height: 1.04rem;
	}

	.page5 .content ul li .txt p {
		font-size: .26rem;
		line-height: .36rem;
	}

	.zxyy {
		margin-top: -1px;
		background: url(../images/m_zxyy_bg.png) no-repeat top center;
		background-size: cover;
	}
	.page.zxyy {
	    padding: 0.4rem 2% 1rem !important;
	}
	.form-wrap form label i {
		top: 40%;
		left: 0.25rem;
	}
}
