.mmian {
	background-color: #f6f9fb;
	width: 750px;
	margin: 0 auto;
	padding: 40px 35px 100px 35px;
}

.tab_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.tab_list a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #000000;
}

.index_content>p {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.index_content>p span {
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}

.index_content>p a {
	color: #b7bbbf;
	font-size: 22px;
}

.index_content>div {
	width: 100%;
	padding: 38px;
	border-radius: 32px;
	background-color: white;
	font-size: 22px;
	color: #555555;
	margin-top: 30px;
}

.index_content>div p {
	line-height: 44px;
}

.footer {
	font-size: 20px;
	color: #cccccc;
	text-align: center;
	margin-top: 50px;
}

.dibu {
	background: url(../images/xuanx.png) no-repeat center bottom;
	width: 750px;
	height: 214px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	left: 50%;
	transform: translateX(-50%);
}

.xuan1 {
	display: flex;
	justify-content: center;
	padding-top: 34px;
}

.xuan1 p {
	width: 152px;
	height: 152px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	background: url(../images/jj.png) no-repeat;
}

.xuan2 {
	display: flex;
	justify-content: space-between;
	/*padding: 0px 120px;*/
	padding: 104px 194px;
	align-items: center;
}

.zheng_content>p span {
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}

.zheng_tab {
	border-bottom: 1px solid #f1f2f2;
}

.zheng_tab p {
	display: inline-block;
	font-size: 30px;
	color: #999999;
	padding: 0px 20px 22px 20px;
}

.zheng_tab i {
	display: block;
	width: 20px;
	height: 6px;
	border-radius: 20px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 15px;
}

.zheng_mtab {
	display: none;
}

.zheng_mtab p.cu {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.zheng_mtab p.chang {
	font-size: 24px;
	line-height: 52px;
	text-indent: 2em;
}

.zheng_tabm {
	width: 680px;
	padding: 38px 38px 0px 38px;
	background-color: white;
	border-top-right-radius: 32px;
	border-top-left-radius: 32px;
	border: 1px solid #eee;
	border-bottom: none;
}

.zheng_xia {
	background-color: white;
	padding: 0px 38px 38px 38px;
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px;
	border: 1px solid #eee;
	border-top: none;
}

.zheng_mtab p.cu {
	padding-top: 30px;
	line-height: 50px;
}

.zhi_tab {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
}

.zhi_tab p {
	font-size: 33px;
	font-weight: bold;
	align-items: center;
}

.zhi_tab a {
	background: url(../images/zhi_href.png) no-repeat;
	width: 132px;
	height: 50px;
	font-size: 22px;
	color: #666666;
	line-height: 50px;
	text-align: center;
}

.zhi_mtab {
	border-bottom: 1px solid #f1f2f2;
	padding-bottom: 40px;
	padding-top: 30px;
}


/**/

.zhi_gong {
	display: flex;
	justify-content: space-between;
	padding: 46px 0px;
	align-items: center;
	border-bottom: 1px solid #f1f2f2;
}

.zhi_gong p:nth-child(1) {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.zhi_gong p a {
	color: #000000;
}

.zhi_gong ul {
	display: flex;
	font-size: 26px;
	color: #666666;
	margin-top: 10px;
	letter-spacing: 2px;
}

.zhi_gong span {
	color: #4754f0;
}

.zhi_gong>a {
	display: block;
}

.zhi_gong img {
	width: 18px;
	height: 31px;
}

.zhi_wei {
	display: flex;
	justify-content: space-between;
	padding: 60px 0px;
	align-items: center;
	border-bottom: 1px solid silver;
}

.zhi_wei p {
	color: #666666;
}

.zhi_wei p:nth-child(1) {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

.zhi_wei p:nth-child(2) {
	font-size: 24px;
	margin-bottom: 20px;
}

.zhi_wei p:nth-child(3) {
	font-size: 20px;
}

.zhi_wei p span {
	padding: 10px;
	background-color: #f5f8f9;
	margin-right: 10px;
}

.zhao_line {
	font-size: 26px;
	line-height: 50px;
	text-indent: 2em;
}


/**/

.shaid {
	width: 100%;
	background-color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 580px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 60px 35px 30px;
	display: none;
	z-index: 9;
}

.shaid p {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
}

.shai_tab {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shai_tab p {
	font-size: 20px;
	color: #000000;
	width: 216px;
	height: 68px;
	line-height: 68px;
	margin-bottom: 30px;
	margin-right: 9px;
	background: url(../images/ff1.png) no-repeat;
	text-align: center;
}

.shai_tab p.show {
	color: #4754f0;
	background: url(../images/ff.png) no-repeat;
}











.shai_href {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid gainsboro;
	padding-top: 30px;
	margin-top: 110px;
}

.shai_href p:nth-child(1) {
	width: 228px;
	height: 68px;
	line-height: 68px;
	font-size: 26px;
	color: #333333;
	background: url(../images/qing.png) no-repeat;
	text-align: center;
}

.shai_href p:nth-child(2) {
	width: 428px;
	height: 68px;
	line-height: 68px;
	font-size: 26px;
	color: #FFFFFF;
	background: url(../images/que.png) no-repeat;
	text-align: center;
}

.index_ren {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.index_ren a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px gainsboro solid;
	font-size: 26px;
	font-weight: bold;
	padding: 20px;
	border-radius: 30px;
}

.index_ren a span {
	margin-left: 20px;
	color: #000000;
}

.input {
	width: 680px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/input.png) no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 30px 0px 80px;
}

.input input {
	width: 400px;
	height: 40px;
	outline: none;
	border: none;
	font-size: 26px;
}

.input p {
	width: 100px;
	height: 40px;
}


/**/

.cai {
	width: 100%;
	position: fixed;
	z-index: 10;
	left: 0px;
	height: 100vh;
	top: 0px;
	bottom: 0px;
	background: url(../images/caibg.png) no-repeat;
	background-color: #0e00ab;
	background-size: 100% 100%;
	padding: 0px 35px;
	padding-top: 170px;
}

.cai ul {
	padding-left: 40px;
}

.cai ul li a {
	color: white;
}

.cai ul li {
	font-size: 32px;
	padding: 30px 0px;
	width: 260px;
	border-bottom: 1px solid #ffffff87
}

.cai ul li.li1 {
	border-bottom: none;
	margin-top: 80px;
}

.cai ul li.li2 {
	border-bottom: none;
	margin-top: 80px;
	color: #7974c7;
	font-size: 20px;
}
.dabu{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.dabu p{
	font-size: 20px;
	color: #000000;
	width: 216px;
	height: 68px;
	line-height: 68px;
	margin-bottom: 30px;
	margin-right: 9px;
	background: url(../images/ff1.png) no-repeat;
	text-align: center;
}
.dabu p.shijian{
	color: #4754f0;
	background: url(../images/ff.png) no-repeat;
}
.didi{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.didi p{
	font-size: 20px;
	color: #000000;
	width: 216px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	margin-bottom: 30px;
	margin-right: 9px;
	background: url(../images/ff1.png) no-repeat;
}
.didi p.didian{
	color: #4754f0;
	background: url(../images/ff.png) no-repeat;
}

.lei{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lei p{
	font-size: 20px;
	color: #000000;
	width: 216px;
	height: 68px;
	line-height: 68px;
	margin-bottom: 30px;
	margin-right: 9px;
	text-align: center;
	background: url(../images/ff1.png) no-repeat;
}
.lei p.leibie{
	color: #4754f0;
	background: url(../images/ff.png) no-repeat;
}








.line {
	text-indent: 2em;
}

.mt2 {
	margin-top: 80px;
}

.mt1 {
	margin-top: 20px;
}

.mt {
	margin-top: 40px;
}

.mb {
	margin-bottom: 30px;
}

.text {
	text-align: center;
}