@charset "utf-8";

/* 基础字体样式 */
.font0, .font0 p, .font0 div, .font0 table, .font0 span {
    font-family: "sisum" !important;
    font-size: 14px !important;
    line-height: 32px;
}

.font1, .font1 p, .font1 div, .font1 table, .font1 span {
    font-family: "sisum" !important;
    font-size: 16px !important;
    line-height: 2 !important;
}

.font2, .font2 p, .font2 div, .font2 table, .font2 span {
    font-family: "sisum" !important;
    font-size: 17px !important;
    line-height: 32px;
}

.font3, .font3 p, .font3 div, .font3 table, .font3 span {
    font-family: "sisum" !important;
    font-size: 18px !important;
    line-height: 32px;
}

.font4, .font4 p, .font4 div, .font4 table, .font4 span {
    font-family: "sisum" !important;
    font-size: 19px !important;
    line-height: 32px;
}

.font5, .font5 p, .font5 div, .font5 table, .font5 span {
    font-family: "sisum" !important;
    font-size: 20px !important;
	 line-height: 32px;
}

.font6, .font6 p, .font6 div, .font6 table, .font6 span {
    font-family: "sisum" !important;
    font-size: 21px !important;
	 line-height: 32px;
}

.font7, .font7 p, .font7 div, .font7 table, .font7 span {
    font-family: "sisum" !important;
    font-size: 22px !important;
	 line-height: 32px;
}

.font8, .font8 p, .font8 div, .font8 table, .font8 span {
    font-family: "sisum" !important;
    font-size: 23px !important;
	 line-height: 32px;
}

/* 适老版字体放大 */
.SLB .font0, .SLB .font0 p, .SLB .font0 div, .SLB .font0 table, .SLB .font0 span {
    font-size: 27px !important;
}

.SLB .font1, .SLB .font1 p, .SLB .font1 div, .SLB .font1 table, .SLB .font1 span {
    font-size: 28px !important;
}

.SLB .font2, .SLB .font2 p, .SLB .font2 div, .SLB .font2 table, .SLB .font2 span {
    font-size: 29px !important;
}

.SLB .font3, .SLB .font3 p, .SLB .font3 div, .SLB .font3 table, .SLB .font3 span {
    font-size: 30px !important;
}

.SLB .font4, .SLB .font4 p, .SLB .font4 div, .SLB .font4 table, .SLB .font4 span {
    font-size: 31px !important;
}

.SLB .font5, .SLB .font5 p, .SLB .font5 div, .SLB .font5 table, .SLB .font5 span {
    font-size: 32px !important;
}

.SLB .font6, .SLB .font6 p, .SLB .font6 div, .SLB .font6 table, .SLB .font6 span {
    font-size: 33px !important;
}

.SLB .font7, .SLB .font7 p, .SLB .font7 div, .SLB .font7 table, .SLB .font7 span {
    font-size: 34px !important;
}

.SLB .font8, .SLB .font8 p, .SLB .font8 div, .SLB .font8 table, .SLB .font8 span {
    font-size: 35px !important;
}

/* 通用样式 */
body * {
    outline-style: none !important;
    -moz-outline-style: none !important;
}

input[type="submit"] {
    cursor: pointer;
}

/* 响应式隐藏类 */
.list_no_6, .list_no_7, .list_no_8, .list_no_9, 
.list_no_10, .shortdate2, .shortdate, .zt_none, 
.phone_none {
    display: none;
}

/* 微信弹窗样式 */
.wx_dialog {
    background: #fff;
    border: 1px solid #ccc;
    position: fixed;
    left: 40%;
    top: 30%;
    padding: 5px;
}

.wx_dialog .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.wx_dialog .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.wx_dialog .wx_erm {
    padding: 20px;
}

.wx_dialog .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

/* 智能推荐栏样式 */
.zntj_bar {
    position: absolute;
    width: 44px;
    top: 0;
    left: -50px;
    z-index: 99;
    border-radius: 15px 0 0 15px;
}

.zntj_bar>ul>li>p {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #1658A0;
    border-radius: 15px 0 0 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
    padding-bottom: 30px;
    position: relative;
    z-index: 101;
}

.zntj_bar>ul>li>p>i {
    display: block;
    height: 26px;
    width: 44px;
    text-align: center;
    background: url(221026xm_more.png) no-repeat center;
}

.zntj_bar>ul>li {
    position: relative;
    z-index: 2;
}

.zntj_bar>ul>li>p.on>i {
    transform: rotateY(180deg);
}

.zntj_bar>ul>li>p>span {
    padding: 10px 10px 0 10px;
    display: block;
}

.zntj_bar>ul>li.on {
    position: relative;
    z-index: 1;
    margin-top: -50px;
}

.zntj_bar>ul>li.on>p {
    background: linear-gradient(156.86deg, rgba(55, 123, 196, 0.8) 0%, rgba(153, 200, 242, 0.8) 100%);
    background: #99C8F2\0;
    padding-top: 40px;
}
.zntj_bar>ul>li p:hover .ztfw_con {
	display: block;
}

.ztfw_con {
	position: absolute;
	left: 44px;
	top: 0;
	width: 192px;
	background-color: #E8F5FF;
	box-shadow: 2px 1px 6px 0px rgba(80, 128, 179, 0.4);
	display: none;
}

.ztfw_con>li {
	position: relative;
}

.ztfw_con>li>a {
	display: block;
	line-height: 38px;
	padding-right: 20px;
	padding-left: 22px;
	font-size: 16px;
}

.ztfw_con>li>a i {
	width: 20px;
	margin-right: 16px;
}

.ztfw_con>li>a em {
	position: absolute;
	right: 14px;
	width: 16px;
	height: 16px;
	top: 11px;
	background: url(220928szf_ztfw_icon_r.png) no-repeat center;
}

.ztfw_con>li>a:hover,
.ztfw_con>li.on>a {
	background-color: #C4DBF2;
	color: #1658A0;
	font-weight: bold;
}

.ztfw_con>li>a:hover em,
.ztfw_con>li.on>a em {
	background-image: url(220928szf_ztfw_icon_r1.png);
}

.ztfw_con>li>ul {
	position: absolute;
	display: none;
	left: 100%;
	background-color: #E8F5FF;
	padding: 15px 15px 15px 25px;
	top: 0;
	width: 210px;
	box-shadow: 2px 1px 6px 0px rgba(80, 128, 179, 0.4);
	z-index: 100;
}

.ztfw_con>li>ul li {
	line-height: 30px;
	font-size: 16px;
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ztfw_con>li>ul li.qykb {
	width: 100%;
}

.ztfw_con>li>ul li.w100 {
	width: 100%;
}
/* 网格系统 */
.trt-row {
    position: relative;
    margin: 0 -.1px;
    box-sizing: border-box;
    overflow: hidden;
}

.trt-row::after, .trt-row::before {
    content: "";
    display: table;
}

.trt-row::after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.trt-row [class*=trt-col-] {
    float: left;
    box-sizing: border-box;
    padding: 0 .1px;
}

/* 响应式网格系统 - 完整版请根据需要保留 */
.trt-col-24 { width: 100%; }
.trt-col-18 { width: 75%; }
.trt-col-16 { width: 66.66667%; }
.trt-col-12 { width: 50%; }
.trt-col-8 { width: 33.33333%; }
.trt-col-6 { width: 25%; }
.trt-col-4 { width: 16.66667%; }
.trt-col-3 { width: 12.5%; }

/* 响应式断点 */
@media only screen and (max-width: 992px) {
    .trt-col-sm-24 { width: 100%; }
    .trt-col-sm-12 { width: 50%; }
    .trt-col-sm-8 { width: 33.33333%; }
}

@media only screen and (max-width: 768px) {
    .trt-col-xs-24 { width: 100%; }
    .trt-col-xs-12 { width: 50%; }
}

@media only screen and (max-width: 640px) {
    .trt-col-md-24 { width: 100%; }
    .trt-col-md-12 { width: 50%; }
}

@media only screen and (max-width: 375px) {
    .trt-col-xxs-24 { width: 100%; }
    .trt-col-xxs-12 { width: 50%; }
}

/* 头部LOGO样式 */
.logo_2021>img.gh {
    float: left;
    width: auto;
    margin-right: 8px;
    margin-top: 8px;
}

.top-link_2021.fixed .logo_2021 img {
    margin-top: 0;
    max-height: 55px;
}

.top-link_2021.fixed .logo_2021>a {
    margin-top: 3px;
}

.logo_2021>a {
    display: block;
    overflow: hidden;
    margin-top: 8px;
}

/* 地图样式 */
.map1 img {
    max-width: none;
    width: initial;
}

.map1 p {
    width: 340px;
}

/* 响应式调整 */
@media screen and (max-width: 1240px) {
    .logo_2021 {
        width: 395px;
    }
}

@media screen and (max-width: 992px) {
    .logo_2021 {
        width: 100%;
    }
    .logo_2021>img.gh, .slb .logo_2021>img.gh {
        max-height: 40px;
        margin-top: 0;
    }
    .logo_2021>a {
        margin-top: 0;
    }
    .logo_2021>a img, .slb .logo_2021>a img {
        max-width: 100%;
        max-height: 40px;
        width: inherit;
    }
}

@media screen and (max-width: 450px) {
    .SLB .w_1300_2021 .logo_2021>a {
        width: auto;
    }
}

@media screen and (max-width: 374px) {
    .logo_2021>a {
        margin-top: 2px;
    }
    .logo_2021>img.gh, .slb .logo_2021>img.gh {
        max-height: 11vw;
        width: auto;
        max-width: auto;
    }
}

/* 移动端隐藏智能推荐栏 */
@media screen and (max-width: 1000px) {
    .zntj_bar, .nd_pc_ul {
        display: none;
    }
}
/* 智能推荐 */
.znfw {
	width: 375px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
	position: absolute;
}

.zntj_anniu {
	position: relative;
	z-index: 999;
}

.zntj_bar .znfw {
	top: 0px;
	left: 60px;
}

.zntj_anniu .znfw {
	top: -100px;
	left: -400px;
}
.znfw .tabs .tabs_header {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.fw-top {
	height: 45px;
	padding: 0px 15px;
	line-height: 45px;
	color: #FFFFFF;
	background: #1658a0;
}

.fw-top h5 {
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}

.fw-top h1 {
	font-size: 18px;
	margin: 0px;
	color: #FFFFFF;
	float: left;
}

.fw-top i {
	color: #FFFFFF;
}
.znfw .tabs .tabs_header ul {
	white-space: nowrap;
	position: relative;
	transition: transform .3s;
	z-index: 2;
	font-size: 0px;
}

.znfw .tabs .tabs_header:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 1px;
	background-color: #C4C4C4;
}

.znfw .tabs .tabs_header>ul>li {
	float: left;
	position: relative;
	font-size: 20px;
	margin-right: 20px;
	line-height: 56px;
}

.znfw .tabs .tabs_header>ul>li>a {
	display: block;
}

.znfw .tabs .tabs_header>ul>li.on a,
.tabs .tabs_header>ul>li>a:hover {
	color: #1658a0;
	font-weight: bold;
}

.znfw .tabs .tabs_header>ul>li.on:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 4px;
	background-color: #1658a0;
}

.znfw .tabs .tabs_header>ul>li>a>i {
	font-size: 24px;
	margin-right: 6px;
}

.znfw .tabs .tabs_header li:last-child {
	margin-right: 0px;
}

.znfw .tabs .tabs_header {
	position: relative;
}

.znfw .tabs .tabs_header .more {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 16px;
	z-index: 9;
	line-height: 56px;
}

.znfw .tabs .tabs_header .more a {
	color: #999999;
	display: block;
}

.znfw .list_base li {
	line-height: 28px;
	font-size: 16px;
	position: relative;
	padding-left: 16px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	padding-right: 0px;
}

.znfw .list_base li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.znfw .list_base li:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #1658a0;
	border-radius: 50%;
	left: 0px\0;
	top: 12px\0;
	left: 0px;
	top: 12px;
}

.znfw .list_base li:hover:before {
	background-color: #1658a0;
}

.znfw .list_base .trt-row,
.list_base .trt-row-large {
	margin-left: 0px;
	margin-right: -32px;
}

.znfw .list_base .trt-row [class*=trt-col-],
.list_base .trt-row-large [class*=trt-col-] {
	padding: 0px 16px;
}

.znfw .list_base .trt-row li[class*=trt-col-]>span,
.list_base .trt-row-large li[class*=trt-col-]>span {
	right: 32px;
}
.znfw .tabs .tabs_header {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.znfw .tabs .tabs_header ul {
	white-space: nowrap;
	position: relative;
	transition: transform .3s;
	z-index: 2;
	font-size: 0px;
}

.znfw .tabs .tabs_header:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 1px;
	background-color: #C4C4C4;
}

.znfw .tabs .tabs_header>ul>li {
	float: left;
	position: relative;
	font-size: 20px;
	margin-right: 20px;
	line-height: 56px;
}

.znfw .tabs .tabs_header>ul>li>a {
	display: block;
}

.znfw .tabs .tabs_header>ul>li.on a,
.tabs .tabs_header>ul>li>a:hover {
	color: #1658a0;
	font-weight: bold;
}

.znfw .tabs .tabs_header>ul>li.on:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 4px;
	background-color: #1658a0;
}

.znfw .tabs .tabs_header>ul>li>a>i {
	font-size: 24px;
	margin-right: 6px;
}

.znfw .tabs .tabs_header li:last-child {
	margin-right: 0px;
}

.znfw .tabs .tabs_header {
	position: relative;
}

.znfw .tabs .tabs_header .more {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 16px;
	z-index: 9;
	line-height: 56px;
}

.znfw .tabs .tabs_header .more a {
	color: #999999;
	display: block;
}

.znfw .list_base li {
	line-height: 28px;
	font-size: 16px;
	position: relative;
	padding-left: 16px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	padding-right: 0px;
}

.znfw .list_base li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.znfw .list_base li:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #1658a0;
	border-radius: 50%;
	left: 0px\0;
	top: 12px\0;
	left: 0px;
	top: 12px;
}

.znfw .list_base li:hover:before {
	background-color: #1658a0;
}

.znfw .list_base .trt-row,
.list_base .trt-row-large {
	margin-left: 0px;
	margin-right: -32px;
}

.znfw .list_base .trt-row [class*=trt-col-],
.list_base .trt-row-large [class*=trt-col-] {
	padding: 0px 16px;
}

.znfw .list_base .trt-row li[class*=trt-col-]>span,
.list_base .trt-row-large li[class*=trt-col-]>span {
	right: 32px;
}