html,
body {
	margin: 0;
	padding: 0;
}
.pc_virtual a{
	color:#000;
	text-decoration: none;
}
.pc_virtual_elderly a{
	color:#000;
	text-decoration: none;
}
.pc_virtual .animate {
	transition: 0.5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.pc_virtual .page-container {
	width: 1248px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	background-color: #fff;
	margin-top: 50px;
}

.pc_virtual .page-wrapper {
	padding: 30px 30px 0;
}

.pc_virtual .location-wrapper {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #707070;
}

.pc_virtual .page-content-wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.pc_virtual .navbar-wrapper {
	width: 267px;
	background: linear-gradient(0deg, #4895CF, #3E7CC7, #3F7FC8);
	padding-bottom: 54px;
	height: 984px;
}

.pc_virtual .navbar-header {
	width: 100%;
	height: 64px;
	background-image: url(./h3.png);
	background-repeat: no-repeat;
	background-origin: center;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	text-align: center;
	line-height: 64px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.pc_virtual .navbar-content {
	margin-top: 64px;
}

.pc_virtual .navbar {
	height: 64px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	/* text-shadow: 0px 3px 6px rgba(31,90,154,0.4200);
    box-shadow: 0px 6px 10px 0px rgba(31,90,154,0.7000); */
	cursor: pointer;
	border-radius: 0 !important;
	position: relative;
}

.pc_virtual .navbar-item {
	color: #FFFFFF;
	margin-left: -12px;
	background: rgba(1, 82, 147, 0.498039215686275);
}

.pc_virtual .navbar-item::before {
	border: 6px solid rgba(1, 82, 147, .7);
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -13px;
	width: 0;
}

.pc_virtual .navbar-item-active {
	color: #fff;
	margin-left: -12px;
	background: rgba(1, 82, 147, 1);

}

.pc_virtual .navbar-item-active::before {
	border: 6px solid rgba(1, 82, 147, 1);
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -13px;
	width: 0;
}

.pc_virtual .navbar-label {
	height: 100%;
	line-height: 64px;
	margin-left: 30px;
}

.pc_virtual .page-content {
	flex: 1;
	margin-left: 20px;
}

.pc_virtual .consult {}

.pc_virtual .consult .title {
	padding: 0 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 68px;
	opacity: 0.7;
	height: 68px;
	background: linear-gradient(86.2698189683159deg, rgba(1, 82, 147, 1) 2%, rgba(66, 126, 203, 1) 100%);
	display: flex;
	color: #fff;
}

.pc_virtual .consult .title .text {
	width: 720px;
}

.pc_virtual .consult .title .time {
	flex: 1;
	font-size: 20px;
	font-weight: normal;
}

.pc_virtual .consult .items {
	padding-top: 5px;
}

.pc_virtual .consult .items .item {
	display: flex;
	height: 56px;

	border-bottom: 1px solid rgba(228, 228, 228, 1);
	padding: 0 20px;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}

.pc_virtual .item-icon {
	border-radius: 6px;
	width: 6px;
	height: 6px;
	background: #3F7FC8;
	margin-right: 20px;
	transition: all 0.1s;
}

.pc_virtual .consult .items .item:hover {
	padding-left: 30px;
	color: #3F7FC8;;
}

.pc_virtual .consult .items .item:hover .item-icon {
	width: 10px;
	height: 10px;
	border-top: 1px solid #3F7FC8;
	border-right: 1px solid #3F7FC8;
	transform: rotate(45deg);
	background: transparent;
	border-radius: 0;

}

.pc_virtual .consult .items .item .label-text {
	width: 674px;
	height: 100%;
	line-height: 55px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.pc_virtual .consult .items .item .time {
	flex: 1;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.498039215686275);
	text-align: right;
	margin-left: -78px
}

.pc_virtual .page-navigation {
	display: flex;
	justify-content: right;
}



.phone_virtual .header {
	height: var(--size-350);
	padding-top: var(--size-27);
	background: url('./header.jpg') no-repeat;
	background-size: 100% auto;
}

.phone_virtual .header .title-box {
	position: relative;
	padding-left: var(--size-69);
	padding-top: var(--size-16);
	margin-bottom: var(--size-24);
	pointer-events: none;
}

.phone_virtual .title-box>img {
	width: var(--size-537);
}

.phone_virtual .header .title {
	font-size: var(--size-39);
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	color: #05416B;
	text-shadow: 0px 0.291666667rem 0.2083333rem rgba(0, 0, 0, 0.26);
	-webkit-text-stroke: 0.083333rem #FFFFFF;
	text-stroke: 0.083333rem #FFFFFF;

}

.phone_virtual .header .title-note {
	font-size: 0.70833333rem;
	font-weight: 400;
	height: 0.75rem;
	line-height: 0.75rem;
	color: #fff;
}

.phone_virtual .header .logo {
	position: absolute;
	left: 3rem;
	top: 0;
}

.phone_virtual .logo img {
	width: 3.58333333rem;
}

.phone_virtual .header .inquire {
	position: relative;
	width: 25.166666667rem;
	height: 2.5rem;
	border: 0.08333333rem solid #015293;
	margin: 0 auto;
	border-radius: 1.25rem;
	box-sizing: border-box;
}

.phone_virtual .inquire input.search {
	padding: 0 6rem 0 1.42857rem;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 1.25rem;
	font-size: var(--size-16);
}

.phone_virtual .inquire input.submit {
	position: absolute;
	right: -0.08333333rem;
	top: -0.08333333rem;
	width: 5.20833333333rem;
	height: 2.5rem;
	background: #015293;
	border-radius: 1.25rem;
	font-size: var(--size-24);
	color: #fff;
	margin-bottom: 1.875rem;
}

.phone_virtual .warp-content {
	
	padding: 0 1.25rem;
}

.phone_virtual .nav.icons {
	display: flex;
	/* justify-content: space-between; */
	border: 1px solid #E5E5E5;
	border-radius: 0.33333333333rem;
	padding: 1.45833333333rem var(--size-24) 1.08333333333rem;
	border-radius: 0.33333333333rem;
	background: #fff;
	margin: -2.41666666667rem 1.25rem var(--size-20);
}

.phone_virtual .nav.icons .item {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	text-align: center;
	width: var(--size-147);
}

.phone_virtual .nav.icons .box {
	width: var(--size-90);
	height: var(--size-90);
	border-radius: var(--size-15);
	margin-bottom: var(--size-24);
}

.phone_virtual .nav.icons .icon-1 {
	background: var(--color-primary) url('./home-icon-1.png') center center no-repeat;
	background-size: var(--size-38);
}

.phone_virtual .nav.icons .icon-2 {
	background: #4ACB7C url('./home-icon-2.png') center center no-repeat;
	background-size: var(--size-40);
}

.phone_virtual .nav.icons .icon-3 {
	background: #FF9666 url('./home-icon-3.png') center center no-repeat;
	background-size: var(--size-39);
}

.phone_virtual .nav.icons .icon-4 {
	background: #F9D227 url('./home-icon-4.png') center center no-repeat;
	background-size: var(--size-36);
}

.phone_virtual .nav.icons .icon-5 {
	background: #F64C4D url('./home-icon-5.png') center center no-repeat;
	background-size: var(--size-40);
}

.phone_virtual .go-elderly {
	background: url('./elderly.jpg') no-repeat;
	padding-left: var(--size-180);
	background-size: auto var(--size-100);
	height: var(--size-100);
	margin-bottom: var(--size-20);
	display: flex;
	align-items: center;
}

.phone_virtual .go-elderly .go-old {
	display: flex;
	align-items: center;
	padding-left: var(--size-60);
	font-size: var(--size-40);
	font-weight: bold;
}

.phone_virtual .go-elderly .go-old .button {
	display: block;
	border: var(--size-2) solid #FDB05A;
	color: #FDB05A;
	background: #fff;
	font-size: var(--size-20);
	font-weight: normal;
	height: var(--size-30);
	/* line-height: var(--size-30); */
	padding: 0 var(--size-10);
	border-radius: var(--size-30);
	margin-left: var(--size-27);
	height: 30px;
    width: 65px;
    text-align: center;
    font-size: 17px;
}

.phone_virtual .breadcrumb {
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: var(--size-8);
	margin-bottom: var(--size-16);
	color: #545454;
	font-size: var(--size-20);
	padding: var(--size-20);
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}
.phone_virtual .breadcrumb.old_type {
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: var(--size-8);
	margin-bottom: var(--size-16);
	color: #545454;
	font-size: var(--size-20);
	padding: var(--size-20);
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: var(--size-36);
    overflow-x: auto;
}
.phone_virtual .breadcrumb.old_type::-webkit-scrollbar {
    display: none;
}

.phone_virtual .top-title {
	display: inline-block;
	padding: var(--size-4) var(--size-20);
	/* height: var(--size-50);
	line-height: var(--size-50); */
	font-size: var(--size-30);
	font-weight: bold;
	text-align: center;
	background: var(--color-primary);
	color: #FFFFFF;
	margin-bottom: var(--size-16);
}

.phone_virtual .footer {
	position: relative;
	color: #fff;
	line-height: 2rem;
	background: #3E7EC8;
	padding: var(--size-40) var(--size-30) var(--size-50);
}

.phone_virtual .footer>div {
	

}
.phone_virtual .footer>div span{
	margin-left: var(--size-60);
}
.phone_virtual .footer .images {
	display: block;
	position: absolute;
	right: var(--size-30);
	bottom: var(--size-30);
	display: flex;
    align-items: center;

}

.phone_virtual .footer .images .img-1 {
	width: var(--size-68);
	vertical-align: top;
	margin-right: var(--size-60);
}

.phone_virtual .footer .images .img-2 {
	width: var(--size-115);
}

.phone_virtual .pagination .laypage_main a,
.phone_virtual .pagination .laypage_main span {
	border: 1px solid #E5E5E5;
	margin-left: var(--size-10);
}

.phone_virtual .category {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: var(--size-81);
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	border-radius: var(--size-8);
	margin-bottom: var(--size-40);
}

.phone_virtual .category .more {
	position: initial !important;
	margin-left: var(--size-16);
	margin-right: var(--size-20);
}

.phone_virtual .category .text {
	position: relative;
	padding-left: var(--size-22);
	font-weight: bold;
	font-size: var(--size-24);
}

.phone_virtual .category .text::after {
	content: " ";
	width: var(--size-12);
	height: var(--size-6);
	background: #0187E6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.phone_virtual .pagination {
	display: flex;
	justify-content: right;
	margin-top: var(--size-50);
}

.phone_virtual .pagination .laypage_main a,
.phone_virtual .pagination .laypage_main span {
	font-size: var(--size-20);
	height: var(--size-36);
	padding: 0 var(--size-12);
	line-height: var(--size-36);
	border-radius: var(--size-5);
}

.phone_virtual .pagination .laypageskin_default .laypage_curr {
	background: #3E7EC8;
	border: 1px solid #3E7EC8;
	color: #fff;
}

.phone_virtual .pagination .box {
	display: none;
}
.phone_virtual a.default_pgBtn.default_pgPrev {
    width: 60px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #9b9595;
    border-radius: 2px;
    text-align: center;
    line-height: 190%;
}
.phone_virtual .default_pgPrev::before {
    content: '上一页' !important;
    font-size: 13px;
}
.phone_virtual .default_separator.setfont.ariafontcontent {
    display: none;
    width: 0px;
    height: 0px;
}
.phone_virtual a.default_pgBtn.default_pgNext {
    width: 63px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #9b9595;
    border-radius: 2px;
    text-align: center;
    line-height: 190%;
	margin-right: 20px;
}
.phone_virtual .default_pgNext::before {
    content: '下一页' !important;
    font-size: 12px;
}
.phone_virtual td.setfont.ariafontcontent.ariacol.ariacol_10_1 {
    background-color: white;
}
.phone_virtual td.default_pgSearchInfo {
    display: none;
}
.phone_virtual a.default_pgBtn.default_pgLast {
    display: none;
}
.phone_virtual a.default_pgBtn.default_pgFirst {
    display: none;
}
.phone_virtual .default_pgToolbar {
    margin: 10px 0 -1px 0;
    height: 30px;
    valign: middle;
    font-size: 12px;
	
}
.phone_virtual .default_pgPanel {
    float: left;
    padding: 0 10px 0 10px;
    height: 40px;
}



.phone_virtual .consult-list .title{
	justify-content: space-between;
    overflow-x: auto;
    height: auto;
    width: auto;
    line-height: 36px;
    text-align: center;
	position: relative;
	font-size: 1.25rem;
	font-weight: 400;
	color: #545454;
	margin-bottom: 0.41666666667rem;
}
.phone_virtual .consult-list .title .model:last-child{
	margin-right: 0
}

.phone_virtual .consult-list .title::-webkit-scrollbar {
    display: none;
}
.phone_virtual .consult-list ul{
	/* display: none; */
}
.phone_virtual .show{
	display: block !important;
}
.phone_virtual .consult-list .show li{
	padding: var(--size-44) var(--size-10) var(--size-28);
	border-bottom: 1px solid rgba(64, 64, 64, 0.2);
}
.phone_virtual .consult-list .show li .text{
	font-size: var(--size-34);
	line-height: var(--size-50);
}
.phone_virtual .consult-list .show li .text-1{
	font-size: var(--size-32);
	
}
.phone_virtual .old_type .consult-list li .text-1{
	font-size: var(--size-34);
	line-height: var(--size-50);
}
.phone_virtual .consult-list .show li .date{
	font-size: var(--size-30);
	font-weight: 400;
	color: #888888;
	margin-top: var(--size-30);
}
.phone_virtual .consult-list .has-image{
	display: flex;
	justify-content: space-between;
}
.phone_virtual .consult-list .has-image .left{
	width: var(--size-408);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.phone_virtual .consult-list .has-image .left .date{
	margin: 0;
}
.phone_virtual .consult-list .has-image .right{
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.phone_virtual .consult-list .has-image .right > img{
	max-width: 100%;
}


.phone_virtual .warp-content>.consult-list {
	position: relative;
}

.phone_virtual .consult-list {
	overflow: hidden;
}

.phone_virtual .index-file-list {
	margin-bottom: var(--size-25);
}

.phone_virtual .old_type .consult-list .title {
	position: relative;
	height: 2.16666666667rem;
	font-size: 1.5rem;
	font-weight: 400;
	color: #545454;
	margin-bottom: 0.41666666667rem;
}

.phone_virtual .consult-list .model {
	display: inline-block;
    padding: var(--size-5) var(--size-15);
    text-align: center;
    margin-right: 0.25rem;
    border: 1px solid #130e0e;
    width: 90%;
    font-size: 14px;
    height: 43px;
}
.phone_virtual tbody.setfont.ariafontcontent {
    background: white;
}

.phone_virtual .consult-list .model:last-child {
	margin-right: 0;
}

.phone_virtual .consult-list .model.active {
	font-weight: bold;
	color: #FFFFFF;
	background: #3E7EC8;
}

.phone_virtual .consult-list .more {
	position: absolute;
	font-size: 0.75rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #545454;
}

.phone_virtual .consult-list .list {
	display: none;
}

.phone_virtual .consult-list .list.show {
	display: block;
}

.phone_virtual .consult-list .list>li {
	display: flex;
	align-items: center;
	font-size: 1rem;
	width: 100%;
	border-bottom: 1px dashed #CECECE;

}

.phone_virtual li>.text {
	flex: 1;
	padding: var(--size-14) 0;
	/* height: var(--size-60);
	line-height: var(--size-60); */
}

.phone_virtual li>.date {
	/* width: var(--size-90); */
	text-align: right;
	color: #888;
	font-size: 0.83333333333rem;
}

.phone_virtual .consult-list .list>li::before {
	content: ' ';
	display: block;
	width: var(--size-6);
	height: var(--size-6);
	background: #0187E6;
	margin-right: var(--size-9);
}

.phone_virtual .government {
	margin-bottom: 1.25rem;
}

.phone_virtual .government .title {
	position: relative;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: bold;
	background: #3E7EC8;
	color: #fff;
	padding: var(--size-5) var(--size-20);

}

.phone_virtual .government .title>span {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 99
}


.phone_virtual .government .content {
	display: flex;
	margin-top: 0.83333333333rem;
	justify-content: space-between;
}

.phone_virtual .government .content .left {
	display: flex;
	align-items: center;
	width: 9.16666666667rem;
	height: 10rem;
	margin-right: 0.83333333333rem;
	background: url('./government-guide.jpg');

}

.phone_virtual .government span,
.phone_virtual .government strong {
	border-bottom: var(--size-3) solid transparent;
	border-radius: 1.5px;
	font-size: var(--size-36);
}

.phone_virtual .government .text {
	flex: 1;
	text-align: center;
}

.phone_virtual .government .content .right {
	width: var(--size-450);
}

.phone_virtual .government .system {
	width: 100%;
	height: var(--size-100);
	background: url('./government-system.jpg') no-repeat;
}

.phone_virtual .government .bottom {
	display: flex;
	margin-top: 0.83333333333rem;
	justify-content: space-between;
}

.phone_virtual .government .directory,
.phone_virtual .government .public {
	width: var(--size-215);
	height: var(--size-120);
	background: url('./government-directory.jpg') no-repeat;
}

.phone_virtual .government .public {
	background: url("./government-public.jpg") no-repeat;
}

.phone_virtual .government .annual-report,
.phone_virtual .government .report {
	width: var(--size-335);
	height: var(--size-80);
	background: url('./government-annual-report.jpg') no-repeat;

}

.phone_virtual .government .report {
	background: url('./government-report.jpg') no-repeat;
}

.phone_virtual .government .content .left span {
	border-color: var(--color-primary);
}

.phone_virtual .government .content .left strong {
	color: var(--color-lignt-primary);
	border-color: var(--color-lignt-primary);
}

.phone_virtual .government .system span {

	border-color: var(--color-light-orange);
}

.phone_virtual .government .system strong {
	color: var(--color-orange);
	border-color: var(--color-orange);
}

.phone_virtual .government .directory span {
	border-color: #FDD36A;
}

.phone_virtual .government .directory strong {
	color: #FFBD17;
	border-color: #FFBD17;
}

.phone_virtual .government .public span {
	border-color: #82FFB3;
}

.phone_virtual .government .public strong {
	color: #4ACB7D;
	border-color: #4ACB7D;
}

.phone_virtual .government .annual-report span {
	border-color: var(--color-light-blue);
}

.phone_virtual .government .annual-report strong {
	color: var(--color-blue);
	;
	border-color: var(--color-blue);
}

.phone_virtual .government .report span {
	border-color: var(--color-light-red);
}

.phone_virtual .government .report strong {
	color: var(--color-red);
	border-color: var(--color-red);
}

.phone_virtual .options {
	margin-top: 1.25rem;
}

.phone_virtual .options .title {
	margin-bottom: 0.83333333333rem;
}

.phone_virtual .options .content {
	flex-flow: wrap;
	width: 110%;
	display: none;
}

.phone_virtual .options .content-1 .option {
	width: var(--size-216);
}

/* .options .content-2 .option{
	padding-top: 0;
	padding: 0 var(--size-20);
	display: flex;
	align-items: center;
}
.phone_virtual .options .content-2 .option span{
	height: auto;
	line-height: normal;
} */

.phone_virtual .options .show {
	display: flex;
}

.phone_virtual .options .option {
	width: var(--size-157);
	height: var(--size-110);
	padding-top: var(--size-19);
	border: 1px solid #E5E5E5;
	margin-right: var(--size-20);
	border-radius: var(--size-5);
	margin-bottom: 0.83333333333rem;

}

.phone_virtual .options .option img {
	width: var(--size-36);
	height: var(--size-36);
	display: block;
	margin: 0 auto var(--size-12);
}

.phone_virtual .options .option span {
	height: 1.25rem;
	line-height: 1.25rem;
	display: block;
	text-align: center;
}

.phone_virtual .about-nav{
	width: 100%;
    float: left;
    border: 1px solid #cbcbcb;
    background-color: #FFFFFF;
    border-top: none;
    box-sizing: border-box;
}
.phone_virtual .about-nav li {
    background-color: #f6f6f6;
    margin-bottom: 1px;
}
.phone_virtual .about-nav li a {
    display: block;
    color: #333333;
    padding: 0px 15% 0px 7%;
    position: relative;
    line-height: 64px;
    font-size: 18px;
}
@media screen and (max-width: 1024px){
	.phone_virtual .about-nav {
		text-align: left;
		padding-bottom: 15px;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #ededed;
	}
	.phone_virtual .about-nav li {
		width: 46%;
		float: left;
		margin: 5px 4px;
		border: 1px solid #ededed;
		height: 36px;
		line-height: 36px;
	}
	.phone_virtual .about-nav li a {
		text-align: center;
		padding: 0px;
		font-size: 14px;
		color: #333333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: unset;
		height: unset;
	}
	.phone_virtual .about-nav .cur {
		background-color: #4174b3;
	}
	.phone_virtual .about-nav .cur a {
		color: #fff;
	}
}