@charset "utf-8";
/* CSS Document */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
}
body {
	color: #fff;
	line-height: 1.5;
	font-size: 14px;
	font-family: 'PingFang SC', 'PingFangSC-Regular', 'helvetica neue', tahoma, 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
	-webkit-font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}
textarea {
	resize: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}
ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-variant: normal;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clear-p-t {
	padding-top: 0 !important;
}
.clear-margin {
	margin: 0 !important;
}
.clear-b-margin {
	margin-bottom: 0 !important;
}
.light {
	color: #0052D9;
}
.p-light {
	padding-left: 5px;
}
/*页头*/
.wrap {
	display: block;
	width: 100%;
	position: relative;
}
.wrap_head {
	display: block;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.head_bg {
	min-height: 540px;
	background-image: url('../img/mili-bg.png');
	background-size: cover;
 z-index:1, transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	position: relative;
}
.head_nav {
	display: block;
	width: 100%;
	height: 84px;
	z-index: 2;
}
.head_con {
	width: 100%;
	height: 32px;
	padding: 26px 0 0 0;
	position: relative;
}
.head_con .logo {
	display: block;
	height: 32px;
	width: 154px;
	position: absolute;
	top: 25px;
	left: 20px;
}
.head_con .logo h1 {
	display: block;
	height: 32px;
	width: 84px;
	background: url(../img/mili-logo.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 100% auto;
}
.downloadapp {
	top: 336px;
	width: 240px;
	height: 48px;
	background: #D4AC52;
	border-radius: 4px;
	display: block;
	position: relative;
	margin:0 auto;
}
.downloadapp p{
	text-align: center;
	padding-top:13px;
}
.downloadapp p a{
	font-family: 'PingFang SC';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
/* identical to box height, or 138% */



color: #FFFFFF;	
}
/*菜单*/
.menu_list {
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s linear;
	transform: translate(0px, 0);
}
.menu_list .menu_item {
	display: inline-block;
	height: 72px;
	float: left;
	margin-left: 32px;
	position: relative;
}
.menu_list .menu_item .txt {
	display: block;
	height: 72px;
	line-height: 72px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.95;
	-webkit-transition: color 0.3s linear;
	position: relative;
	z-index: 2;
}
.menu_list .menu_item .txt:hover {
	opacity: 1;
}
.menu_list .menu_item .txt:after {
	display: block;
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 19px;
	left: 0px;
	background: #D4AC52;
	opacity: 0;
	-webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	transform-origin: 50% 0%;
	transform: scale(0.01, 1);
}
.menu_list .menu_item .txt:before {
	display: none;
	content: "";
	height: 400px;
	width: 100%;
	position: absolute;
	top: 19px;
	left: -10px;
	background: #194ac3;
	opacity: 1;
}
.menu_list .menu_item:hover .txt:after {
	transform: scale(1, 1);
	opacity: 1;
}
.slogan h2 {
	width: 544px;
	height: 67px;
	font-weight: 500;
	font-size: 48px;
	line-height: 67px;
	color: #FFFFFF;
}
.slogan h3 {
	border-top: 2px solid #FFF;
	height: 32px;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-top: 16px;
	padding-top: 16px;
}
.mili_card {
	width: 100%;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.card_tit {
	width: 100%;
	height: 68px;
	margin-bottom: 33px;
	position: relative;
}
.card_tit .tit1 {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 12px;
}
.card_tit .tit2 {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 768px) {
.wrap {
	display: block;
	width: 100%;
	position: relative;
}
.wrap_head {
	display: block;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.head_bg {
	min-height: 540px;
	background-image: url('../img/mili-mobile-bg.png');
	background-size: cover;
	z-index: 1;
	position: relative;
}
.menu_list {
	display: none;
}
.mili_con {
	width: 100%;
	position: absolute;
	top: 276px;
}
.slogan {
	width: 100%;
	top: 0;
}
.slogan h2 {
	width: 318px;
	height: 39px;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	color: #FFFFFF;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 2px solid #FFF;
}
.slogan h3 {
	width: 230px;
	height: 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	margin: 0 auto;
	border-top: none;
}
.mili_qrcode {
	display: none;
}
/*主体*/
.container {
	width: 100%;
	margin: 0 auto;
	color: #000;
	overflow: hidden;
}
.policy, .pension, .process {
	width: 335px;
	margin: 0 auto;
}
.zc_right {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0;
	box-shadow: none
}
.zc_right .mySwiper {
	width: auto;
}
.zc_right .mySwiper .swiper-wrapper {
	display: block;
}
.art_list {
	margin-bottom: 24px;
}
.art_list:last-child {
	margin-bottom: 0;
}
.art_img {
	width: 100%;
	height: 137px;
}
.art_img img {
	width: 335px;
	height: 137px;
}
.art_con {
	width: 100%;
	margin-top: 24px;
}
.art_con p {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 12px;
}
.art_con span {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.7);
}
/*养老金计划*/
.pension_plan {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
.pension_plan .pension_plan_card {
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.pension_plan .pension_plan_card .card-left {
	width: 100%;
	height: 266px;
	background-color: rgba(241, 241, 241, 1.0);
	margin-bottom: 24px;
}
.pension_plan .pension_plan_card .card-left .card-left-header {
	width: 187px;
	height: 48px;
	position: absolute;
	top: 36px;
	left: 36px;
}
.pension_plan .pension_plan_card .card-left .card-left-header p:nth-child(1) span:nth-child(1) {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.85);
}
.pension_plan .pension_plan_card .card-left .card-left-header p:nth-child(1) span:nth-child(2) {
	font-family: 'Source Han Serif CN';
	background: #D4AC52;
	border-radius: 4px;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	padding: 2px;
	color: #FFFFFF;
	position: relative;
	top: -3px;
}
.pension_plan .pension_plan_card .card-left .card-left-header p:nth-child(2) {
	margin-top: 4px;
	font-size: 14px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.45);
}
.pension_plan .pension_plan_card .card-left .card-left-main {
	width: 263px;
	left: 36px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.7);
	top: 96px;
	position: absolute;
}
.pension_plan .pension_plan_card .card-right {
	display: none;
}
/*流程*/
.pension_flow {
	position: relative;
	width: 100%;
	padding-bottom: 56px;
}
.pension_flow ul {
	display: flex;
	flex-wrap: wrap;
}
.pension_flow ul li {
	width: 50%;
	margin-bottom: 24px;
}
.pension_flow ul li img {
	width: 157px;
	height: 112px;
}
/*渠道*/
.full_card_grey {
	width: 100%;
	background: #F4F4F4;
	overflow: hidden;
	display: flex;
}
.channel {
	width: 335px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.channel_main {
	margin-top: 0;
	width: 100%;
	display: block;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}
.channel_main .channel_content {
	width: 100%;
	height: 255px;
	background: #FFFFFF;
	position: relative;
}
.channel_main .channel_content:nth-child(2) {
	width: 100%;
	height: 276px;
	background: #FFFFFF;
	position: relative;
}
.channel_main .channel_content .channel_tit {
	width: 100%;
	height: 54px;
	position: relative;
	top: 40px;
	margin-left: 0;
}
.channel_main .channel_content .channel_tit .logo {
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	border: 0.5px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	left: 34px;
	position: absolute;
}
.channel_main .channel_content .channel_tit .title {
	display: inline-block;
	position: absolute;
	left: 112px;
	top: 0px;
	width: auto;
	height: auto;
}
.channel_main .channel_content .channel_tit .title span:nth-child(1) {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	display: block;
}
.channel_main .channel_content .channel_tit .title span:nth-child(2) {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	display: block;
	margin-top: 4px;
}
.channel_main .channel_content .channel_desc {
	width: 271px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.45);
	position: absolute;
	left: 32px;
	top: 110px;
}
.channel_main .channel_content .channel_download {
	position: absolute;
	top: 3px;
	right: 30px;
}
.channel_main .channel_content .channel_download .download_qr {
	display: none;
	position: absolute;
	width: 176px;
	height: 176px;
	margin-top: 16px;
	left: -124px;
	background: #FFFFFF;
	border-radius: 8px;
	z-index: 2;
}
.channel_main .channel_content .channel_download:hover .download_qr {
	transition: ease all 0.3s;
	display: block;
}
.channel_main .channel_content .channel_download .download_qr img {
	padding: 16px;
	width: 144px;
	height: 144px;
	z-index: 2;
}
/*消费养老新动态*/
.full_card_black {
	width: 100%;
	background: #181818;
	overflow: hidden;
}
.dynamic {
	position: relative;
	width: 335px;
	height: auto;
	margin: 0 auto;
}
.dynamic .card_tit .tit1, .dynamic .card_tit .tit2 {
	color: #FFFFFF;
}
.dynamic_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: auto;
}
.dynamic_content ul {
	display: block;
	justify-content: space-between;
}
.dynamic_content ul li {
	width: 100%;
	height: 312px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.85);
	background: #FFFFFF;
	position: relative;
	margin-bottom: 24px;
}
.dynamic_content ul li:hover {
	transform: translateY(-4px);
	transition: ease all 0.3s;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
.dynamic_content ul li img {
	width: 100%;
	height: 216px;
}
.dynamic_content ul li p {
	position: absolute;
	width: 287px;
	top: 232px;
	left: 24px;
}
.dynamic_content ul li a {
	color: rgba(0, 0, 0, 0.85)
}
.dynamic .dynamic_more {
	position: static;
	width: 162px;
	height: 48px;
	margin: 0 auto 40px;
}
.dynamic .dynamic_more button {
	width: 162px;
	height: 48px;
	background: #181818;
	border: 1px solid #FFFFFF;
	border-radius: 120px;
	color: #FFFFFF;
	cursor: pointer;
}
/*未来*/
.future {
	position: relative;
	width: 335px;
	margin: 0 auto;
	height: auto;
}
.future_main {
	width: 100%;
	margin-top: 32px;
}
.future_main ul {
	display: block;
	justify-content: space-between;
	position: relative;
}
.future_main ul li {
	width: 100%;
	height: 420px;
	position: relative;
	margin-bottom: 24px;
}
.future_main ul li img {
	position: absolute;
	width: 100%;
	height: 201px;
}
.future_main ul li .desc {
	position: absolute;
	width: 100%;
	height: 219px;
	top: 201px;
	z-index: 3;
	background: #FFFFFF;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.future_main ul li:hover .desc {
	position: absolute;
	width: 100%;
	height: 219px;
	top: 201px;
	z-index: 3;
	background: #FFFFFF;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.future_main ul li .desc p:nth-child(1) {
	width: 271px;
	height: auto;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	margin: 30px auto 0;
	position: relative;
}
.future_main ul li .desc p:nth-child(2) {
	width: 271px;
	height: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.7);
	margin: 12px auto 0;
}
.future_main ul li .more {
	display: none;
}
/*企业信息*/
.full_card_white {
	width: 100%;
	display: flex;
	background: #FFFFFF;
}
.enterprise {
	position: relative;
	width: 80%;
	margin: 0 auto;
	height: auto;
}
.enterprise .enterprise_main {
	width: 100%;
	margin-top: 32px;
	display: block;
	margin: 0 auto;
	justify-content: space-between;
}
.enterprise_main .showStoriesItem {
	width: auto!important;
}
.enterprise_main .storiesItem {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	display: block;
	transition: all .5s;
	margin-bottom: 32px;
}
.enterprise_main .storiesItem .showStoriesBigBox {
	transform: translateX(0)!important;
}
.enterprise_main .storiesItem .storiesBigBox {
	background: #fff;
	width: 100%;
	display: block;
	transition: all .5s;
	transform: translateX(-60px);
}
.enterprise_main .storiesItem .storiesBigBox .storiesImg {
	width: 100%;
	height: 157px;
}
.enterprise_main .storiesItem .storiesBigBox .storiesContentBox {
	padding: 40px 32px;
	width: 236px;
	height: 320px;
	position: relative
}
.enterprise_main .storiesItem .storiesBigBox .storiesContentBox .storiesbaImg {
	position: absolute;
	bottom: 0;
	right: 0
}
.enterprise_main .enterprise_mainstoriesItem .storiesBigBox .storiesContentBox .showStoriesContent {
	opacity: 1!important;
	margin-top: 0!important
}
.enterprise_main .storiesItem .storiesBigBox .storiesContentBox .storiesContent {
	opacity: 0;
	margin-top: 200px;
	transition: all .5s;
	transition-delay: .2s
}
.enterprise_main .storiesItem .storiesBigBox .storiesContentBox .showStoriesContent {
	opacity: 1!important;
	margin-top: 0!important;
}
.storiesItem .storiesBigBox .storiesContentBox .storiesContent .storiesLogo {
	height: 32px
}
.enterprise_main .storiesItem .storiesBigBox .storiesContentBox .storiesContent .storiesItemTitle {
	margin-top: 32px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.enterprise_main .storiesItem .storiesBigBox .storiesContentBox .storiesContent .storiesItemContent {
	margin-top: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.7);
}
.enterprise_main .storiesItem .showstoriesBottomText {
	opacity: 0!important
}
.enterprise_main .storiesItem .storiesBottomText {
	position: absolute;
	opacity: 1;
	width: 100%;
	/*height: 155px;*/
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.4) 51.56%, rgba(0,0,0,.6));
	bottom: 0;
	left: 0;
	padding: 106px 24px 24px;
	transition: all .5s
}
.enterprise_main .storiesItem .storiesBottomText p {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
/*企业*/
.cooperate {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.cooperate .statistics {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.cooperate .statistics .item_list {
	width: 50%;
	float: left;
}
.cooperate .statistics .item_list .item_num span:nth-child(1) {
	font-family: 'D-DIN';
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #D4AC52;
	margin-top: 10px;
}
.cooperate .statistics .item_list .item_num span:nth-child(2) {
	font-family: 'PingFang SC';
	font-weight: 500;
	font-size: 22px;
	line-height: 36px;
	align-items: center;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
}
.cooperate .statistics .item_list .item_text {
	margin-top: 10px;
}
.cooperate .statistics .item_list .item_text span {
	padding-left: 10px;
	font-family: 'PingFang SC';
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, 0.45);
}
.hezuo {
	width: 100%;
	padding-bottom: 56px;
}
.hezuo ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hezuo ul li {
	width: 48%;
	height: 53px;
	background: #FFFFFF;
	margin-top: 18px;
}
.hezuo ul li img {
	width: 100%;
	height: 53px;
}
/*底部*/
.footer {
	width: 100%;
	background: #181818;
}
.footer_main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 404px;
}
.footer_main .callbk {
	position: absolute;
	top: 202px;
	left: 30%;
	height: 36px;
}
.footer_main .callbk img {
	vertical-align: inherit;
	padding-right: 5px;
}
.footer_main .callbk span {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	line-height: 36px;
}
.footer_main .phoneBk {
	position: absolute;
	top: 250px;
	left: 15%;
}
.footer_main .phoneBk span {
	color: #FFFFFF;
	font-family: 'D-DIN';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
}
.footer_main .qrcode {
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin-top: 34px;
}
.footer_main .qrcode .qr_desc {
	width: 98px;
	height: 98px;
}
.footer_main .qrcode .qr_desc img {
	width: 98px;
	height: 98px;
}
.footer_main .qrcode .qr_desc p {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}
.footer_main .copyright {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #918f8f;
}
}
