:root {
	--color-primary: #3E7EC8;
	--color-lignt-primary: #4497F7;
	--color-orange: #FF661D;
	--color-light-orange: #FFAA82;
	--color-yellow: #FF661D;
	--color-light-yellow: #FF661D;
	--color-green: #FF661D;
	--color-light-green: #FF661D;
	--color-blue: #00C6FF;
	--color-light-blue: #7FE2FF;
	--color-red: #F82929;
	--color-light-red: #FF8E8E;
	--color-E4ECF8: #E4ECF8;
	--color-3E7EC8: #3E7EC8;
	--color-E1FAF1: #E1FAF1;
	--color-DEE8F7: #DEE8F7;
	--color-3ADAA2: #3ADAA2;
	--color-3878C1: #3878C1;
	--color-F3FAFF: #F3FAFF;
	--size-1: 1px;
	--size-2: 0.08333333333333333rem;
	--size-3: 0.125rem;
	--size-4: 0.16666666666666666rem;
	--size-5: 0.20833333333333334rem;
	--size-6: 0.25rem;
	--size-7: 0.2916666666666667rem;
	--size-8: 0.33333333333rem;
	--size-9: 0.375rem;
	--size-10: 0.4166666666666667rem;
	--size-11: 0.4583333333333333rem;
	--size-12: 0.5rem;
	--size-13: 0.5416666666666666rem;
	--size-14: 0.5833333333333334rem;
	--size-15: 0.625rem;
	--size-16: 0.6666666666666666rem;
	--size-18: 0.75rem;
	--size-19: 0.7916666666666666rem;
	--size-20: 0.8333333333333334rem;
	--size-21: 0.875rem;
	--size-22: 0.9166666666666666rem;
	--size-23: 0.9583333333333334rem;
	--size-24: 1rem;
	--size-25: 1.0416666666666667rem;
	--size-27: 1.125rem;
	--size-28: 1.1666666666666667rem;
	--size-39: 1.625rem;
	--size-34: 1.4166666666666667rem;
	--size-30: 1.25rem;
	--size-36: 1.5rem;
	--size-32: 1.3333333333333333rem;
	--size-33: 1.375rem;
	--size-31: 1.2916666666666667rem;
	--size-38: 1.5833333333333333rem;
	--size-35: 1.4583333333333333rem;
	--size-40: 1.6666666666666667rem;
	--size-42: 1.75rem;
	--size-44: 1.8333333333333333rem;
	--size-46: 1.9166666666666667rem;
	--size-50: 2.0833333333333335rem;
	--size-55: 2.2916666666666665rem;
	--size-57: 2.375rem;
	--size-60: 2.5rem;
	--size-62: 2.5833333333333335rem;
	--size-68: 2.83333333333333355rem;
	--size-69: 2.875rem;
	--size-70: 2.9166666666666665rem;
	--size-75: 3.125rem;
	--size-78: 3.25rem;
	--size-80: 3.3333333333333335rem;
	--size-81: 3.375rem;
	--size-84: 3.5rem;
	--size-87: 3.625rem;
	--size-90: 3.75rem;
	--size-91: 3.7916666666666665rem;
	--size-94: 3.9166666666666665rem;
	--size-96: 4rem;
	--size-98: 4.083333333333333rem;
	--size-100: 4.166666666666667rem;
	--size-110: 4.583333333333333rem;
	--size-113: 4.708333333333333rem;
	--size-115: 4.791666666666667rem;
	--size-128: 5.333333333333333rem;
	--size-120: 5rem;
	--size-133: 5.541666666666667rem;
	--size-138: 5.75rem;
	--size-139: 5.791666666666667rem;
	--size-140: 5.833333333333333rem;
	--size-147: 6.125rem;
	--size-150: 6.25rem;
	--size-156: 6.5rem;
	--size-157: 6.541666666666667rem;
	--size-174: 7.25rem;
	--size-180: 7.5rem;
	--size-190: 7.916666666666667rem;
	--size-195: 8.125rem;
	--size-200: 8.333333333333334rem;
	--size-215: 8.958333333333334rem;
	--size-216: 9rem;
	--size-240: 10rem;
	--size-265: 11.041666666666666rem;
	--size-302: 12.583333333333334rem;
	--size-330: 13.75rem;
	--size-335: 13.958333333333334rem;
	--size-344: 14.333333333333334rem;
	--size-350: 14.583333333333334rem;
	--size-360: 15rem;
	--size-408: 17rem;
	--size-450: 18.75rem;
	--size-480: 20rem;
	--size-537: 22.375rem;
	--size-570: 23.75rem;
	--size-593: 24.708333333333332rem;
	--size-693: 28.875rem;
	--size--14: -0.5833333333333334rem;
	--size--34: -1.4166666666666667rem;
	--size--60: -2.5rem;
	--size--115: -4.791666666666667rem;
	--size--270: -11.25rem;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	list-style: none;
	/* max-width: 750px; */
	color: #222222;
	background: #fff;
}



a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}


::selection {
	background: rgb(61 162 219);
    color: #000;
}

::-moz-selection {
	background: #FFF;
	color: #333;
}

::-webkit-selection {
	background: #FFF;
	color: #333;
}

ul,
li,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}
.box a {
	    color: #337ab7;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

input,
button {
	border: 0 none;
	background: transparent;
}

input,
button,
select,
textarea {
	outline: none !important;
	resize: none !important;
	border: 0 none;

}

table,
tr,
td,
th {
	border: none;
	border-style: none;
	border-collapse: collapse;
}

div,
input,
a {
	box-sizing: border-box;
}

.flex-align-items {
	display: flex;
	align-items: center;
}

.clearFix {
	clear: both;
}

.clearFix:after {
	display: block;
	content: " ";
	clear: both;
}

.header {
	height: var(--size-350);
	padding-top: var(--size-27);
	background: url('/cms_files/jcms1/web3516/site/images/35328/header_phone.jpg') no-repeat;
	background-size: 100% auto;
}

.header .title-box {
	position: relative;
	padding-left: var(--size-69);
	padding-top: var(--size-16);
	margin-bottom: var(--size-24);
	pointer-events: none;
}

.title-box>img {
	width: var(--size-537);
}

.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;

}

.header .title-note {
	font-size: 0.70833333rem;
	font-weight: 400;
	height: 0.75rem;
	line-height: 0.75rem;
	color: #fff;
}

.header .logo {
	position: absolute;
	left: 3rem;
	top: 0;
}

.logo img {
	width: 3.58333333rem;
}
.content .box p img {
    width: 100%;
	/* margin-left: -28px; */
}

.file-list .title table tbody tr td {
    margin-top: 10px;
    border: 13px solid #ffffff;
    height: 7px;
    line-height: 36px;
    /* background-color: #f6f6f6; */
    margin-bottom: 1px;
    text-align: center;
}
.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;
}

.inquire input.search {
	padding: 0 6rem 0 1.42857rem;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 1.25rem;
	font-size: var(--size-24);
}
.old_type .inquire input.search  {
	padding-left: var(--size-24);
    font-size: var(--size-36);
}
.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;
}

.warp-content {
	
	padding: 0 1.25rem;
}

.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);
}
.old_type .nav.icons  {
    border: 0 none;
    width: 100vw;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--size-8);
    padding-right: var(--size-8);
    font-size: var(--size-36);
}
.nav.icons .item {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	text-align: center;
	width: var(--size-147);
}

.nav.icons .box {
	width: var(--size-90);
	height: var(--size-90);
	border-radius: var(--size-15);
	margin-bottom: var(--size-24);
}

.nav.icons .icon-1 {
	background: var(--color-primary) url('./home-icon-1.png') center center no-repeat;
	background-size: var(--size-38);
}

.nav.icons .icon-2 {
	background: #4ACB7C url('./home-icon-2.png') center center no-repeat;
	background-size: var(--size-40);
}

.nav.icons .icon-3 {
	background: #FF9666 url('./home-icon-3.png') center center no-repeat;
	background-size: var(--size-39);
}

.nav.icons .icon-4 {
	background: #F9D227 url('./home-icon-4.png') center center no-repeat;
	background-size: var(--size-36);
}

.nav.icons .icon-5 {
	background: #F64C4D url('./home-icon-5.png') center center no-repeat;
	background-size: var(--size-40);
}

.go-elderly {
	background: url('/cms_files/jcms1/web3516/site/images/35328/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;
}

.go-elderly .go-old {
	display: flex;
	align-items: center;
	padding-left: var(--size-60);
	font-size: var(--size-40);
	font-weight: bold;
}

.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);
}

.breadcrumb {
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: var(--size-8);
	margin-bottom: var(--size-16);
	color: #545454;
	font-size: var(--size-25);
	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;
}
.old_type .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;
	font-size: var(--size-36);
    overflow-x: auto;
}
.old_type .breadcrumb::-webkit-scrollbar {
    display: none;
}
/* .breadcrumb1:hover::-webkit-scrollbar { */
    /* width:6px; */
	/* height:0px; */
	/* background:rgba(238,238,238,1); */
	/* border-radius:6px; */
/* } */

.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);
}


.footer_phone {
	position: relative;
	color: #fff;
	line-height: 2rem;
	background: #3E7EC8;
	padding: var(--size-40) var(--size-30) var(--size-50);
	height:275px;
}
.old_type .footer_phone  {
	height: 291px;
    font-size: var(--size-36);
}


.footer_phone>div span{
	margin-left: var(--size-60);
}

.footer_phone .images {
	display: block;
	/* position: absolute;
	right: var(--size-30);
	bottom: var(--size-30); */
	display: flex;
    align-items: center;

}

.footer_phone .images .img-1 {
	width: var(--size-68);
	vertical-align: top;
	margin-right: var(--size-60);
}
.footer_phone .images .img-1 {
	width: var(--size-68);
	vertical-align: top;
	margin-right: var(--size-60);
}


.footer_phone .images .img-2 {
	width: var(--size-115);
}
.pagination .laypage_main a,
.pagination .laypage_main span {
	border: 1px solid #E5E5E5;
	margin-left: var(--size-10);
}

.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);
}

.category .more {
	position: initial !important;
	margin-left: var(--size-16);
	margin-right: var(--size-20);
}

.category .text {
	position: relative;
	padding-left: var(--size-22);
	font-weight: bold;
	font-size: var(--size-24);
}

.category .text::after {
	content: " ";
	width: var(--size-12);
	height: var(--size-6);
	background: #0187E6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pagination {
	display: flex;
	justify-content: right;
	margin-top: var(--size-50);
}

.pagination .laypage_main a,
.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);
}

.pagination .laypageskin_default .laypage_curr {
	background: #3E7EC8;
	border: 1px solid #3E7EC8;
	color: #fff;
}

.pagination .box {
	display: none;
}
a.default_pgBtn.default_pgPrev {
    width: 53px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #9b9595;
    border-radius: 2px;
    text-align: center;
    line-height: 190%;
    margin-right: 18px;
}
.old_type a.default_pgBtn.default_pgPrev {
    width: 73px;
    height: 42px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #9b9595;
    border-radius: 2px;
    text-align: center;
    line-height: 190%;
    margin-right: 18px;
}
.default_separator.setfont.ariafontcontent {
    display: none;
    width: 0px;
    height: 0px;
}
td.setfont.ariafontcontent.ariacol.ariacol_10_1 {
    background-color: white;
}
td.setfont.ariafontcontent.ariacol.ariacol_7_12 {
    background-color: white;
}
.default_pgPrev::before {
    content: '上一页' !important;
    font-size: 13px;
}
.old_type .default_pgPrev::before {
    content: '上一页' !important;
    font-size: 20px;
}
table.default_pgToolbar.setfont.ariafontcontent {
    border: none;
}
a.default_pgBtn.default_pgNext {
    width: 48px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #9b9595;
    border-radius: 2px;
    text-align: center;
    line-height: 190%;
    margin-left: 22px;
}
.old_type a.default_pgBtn.default_pgNext {
    width: 73px;
    height: 42px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #9b9595;
    border-radius: 2px;
    text-align: center;
    line-height: 190%;
    margin-left: 22px;
}
.default_pgBtn.default_pgRefresh.setfont.ariafontcontent {
    margin-left: 13px;
}
.default_pgNext::before {
    content: '下一页' !important;
    font-size: 12px;
}
.old_type .default_pgNext::before {
    content: '下一页' !important;
    font-size: 20px;
}
td.default_pgSearchInfo {
    display: none;
}
a.default_pgBtn.default_pgLast {
    display: none;
}
a.default_pgBtn.default_pgFirst {
    display: none;
}