/*top_nav*/
.top_nav{
    width:100%;
    height: 40px;
    background-color: #005BAC;
    display: block;
}
.top_nav .iconfont_nav{
    max-width: 1400px;
    margin:auto;
}
.top_nav .iconfont_nav p{
    float: right;
    height: 40px;
    line-height: 40px;
}
.top_nav .iconfont_nav p span{
    position: relative;
}
.top_nav .iconfont_nav p a{
    margin:0px 30px;
    color:#fff;
    font-size: 16px;
}
.icon_nav{
    font-size: 22px!important;
    position: absolute;
    right: 100px;
}
.icon_nav1{
    font-size: 28px!important;
    right: 100px;
    position: absolute;
}
.icon_nav2{
    font-size: 22px!important;
    right: 220px;
    position: absolute;
}
.fa-zt{
    background-color: #005BAC;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
/*PC顶部导航条*/
body{
    font-size: 16px;
}

.containerlfx {
    width: 100% !important;
    max-width: 100% !important;
}
.h100 {
    height: 100%;
}
.layout .container {
    max-width: 1200px;
}
.flex-items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.widthqk {
    width: 100%;
}
.lfxleft {
    float: left;
    margin-left: 20px;
}
.img-auto1 {
    /*width: 50px;*/
    height: 50px;
}
img {
    border: 0;
    border-style: none;
    vertical-align: middle;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lfxright {
    float: right;
}
.flex-grow {
    flex-grow: 1;
}
.nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mainhead .mainnav .nav li {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #666666;
    font-size: 20px;
    text-align: center;
}
.nav>li {
    display: list-item;
    position: relative;
}
.mainhead .mainnav .nav>li.active>a, .mainhead .mainnav .nav>li>a:hover, .mainhead .mainnav .nav>li>a:active {
    color: #005BAC;
}
.nav>li:first-child, .nav>li:first-child>a {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.nav>li>a {
    padding: .5em 1em;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    /*color: #fff;*/
    outline: 0;
    transition: all .5s ease;
}
.mainhead .mainnav .nav li.active::after {
    position: absolute;
    content: "";
    height: 3.75px;
    width: 33.75px;
    background-color: #005BAC;
    bottom: 0;
    left: 50%;
    margin-left: -17px;
}
.drop {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
li {
    list-style: none !important;
}
.nav>li.drop>a::after {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    border: solid 5px transparent;
    border-top-color: currentColor;
}
.drop>.dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: -40px;
    z-index: 0;
    /*width: 100%;*/
    min-width: 10rem;
    margin-top: 1rem;
    transition: all .5s ease .2s;
    max-height: 600px;
    overflow-y: auto;
}
.dropdown {
    z-index: 9 !important;
}
.nav>li>.dropdown>.nav-menu {
    width: 100%;
}
.nav.nav-menu {
    flex-direction: column !important;
}
.bg-light, .button[class*='-light']:hover, .button[class*='-light'].active {
    background-color: #fff !important;
}
.badge-cornerlfx {
    margin: 6px 30px 0px 0px;
}
.badge-corner {
    position: relative;
    outline: 0;
}
.img-auto {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.radius-circle {
    border-radius: 50%;
    border: 2px solid #ebebeb;
}
.align-center {
    text-align: center !important;
}
.padding-mini {
    font-size: 16px;
    font-weight: 400;
}
.padding-mini a{
    padding:10px;
    display: block;
}
.padding-mini a:hover{
    background-color: #005BAC;
    color:#fff;
}
.mainhead {
    height: 80px;
    /*box-shadow: 14px 10px 44px -13px rgb(221 221 221 / 75%);*/
    /*-webkit-box-shadow: 14px 10px 44px -13px rgb(221 221 221 / 75%);*/
    /*-moz-box-shadow: 14px 10px 44px -13px rgba(0,0,0,0.75);*/
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
    /*background-color: #fff;*/
}
a:active, a:hover {
    outline: 0;
    color: #0a8;
    text-decoration: none;
}
a, a:link {
    text-decoration: none;
    color: #333;
    transition: all .5s ease;
}
.drop:not(.drop-toggle):hover>.dropdown, .drop.drop-open>.dropdown {
    visibility: visible;
    margin-top: 2px;
    opacity: 1;
    z-index: 1;
}
.layout_sousuo{
    width:35px;
    margin:12px 10px 0px 0px; 
    float:left;
}
.layout_sousuo:hover a i{
    color:#005bac;
}
.layout_sousuo a i{
    font-size: 1.4rem;
}
/* logo 基础 */
.lfxleft img{
    transition: opacity 0.4s ease;
}

/* 默认状态：透明底 */
.logo-transparent{
    opacity: 1;
}

.logo-white{
    opacity: 0;
    position: absolute;
    left: 20px;
    /*top: 0;*/
}

/* 滚动后：白底 */
.header-fixed.header-white .logo-transparent{
    opacity: 0;
}

.header-fixed.header-white .logo-white{
    opacity: 1;
}

/* 头部基础状态（默认：透明 + 白字） */
.header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: 
        background-color 0.6s ease,
        box-shadow 0.6s ease,
        color 0.4s ease;
}

/* 默认文字白色 */
.header-fixed a,
.header-fixed .nav > li > a{
    color: #fff;
    transition: color 0.4s ease;
}

/* 滚动后：白底 + 深色字 */
.header-fixed.header-white{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

/* 滚动后文字颜色 */
.header-fixed.header-white a,
.header-fixed.header-white .nav > li > a{
    color: #333;
}
.nav_ej a{
    color:#333!important;
}
.nav_ej a:hover{
    color:#005bac!important;
}

/*PC顶部导航条结束*/
/*PC端foot*/
.body_foot_ls{
    width:100%;
    height: 420px;
    display: block;
    background: #f9f9f9;
    padding:60px 0px 30px 0px;
}

.body_foot_ls .foot_content{
    max-width:85%;
    margin:auto;
    display: flow-root;
}
.body_foot_ls .foot_content .list_w5{
    width:30%;
    margin-right: 8%;
    float:left;
}
.list_w5 img{
    margin-bottom: 40px;
}
.body_foot_ls .foot_content .list_w5 .list_w5_p1{
    color:#333;
    font-size: 18px;
    margin-bottom: 20px;
}
.body_foot_ls .foot_content .list_w5 .list_w5_p2{
    color:#555;
    line-height: 24px;
    font-size: 14px;
}
.body_foot_ls .foot_content .list_w4{
    width:35%;
    /*margin-right: 8%;*/
    float:left;
}
.list_p1{
    color:#333;
    margin-bottom:10px;
    font-size: 20px;
}
.body_foot_ls .foot_content .list_w4 .list_p2{
    color:#555;
    font-size: 14px;
}
.body_foot_ls .foot_content .list_w4 .list_p3{
    margin:20px 0px;
}
.body_foot_ls .foot_content .list_w4 a{
    color:#fff;
    display: block;
    line-height: 32px;
    font-size: 16px;
}
.foot_hr{
    margin-bottom: 40px;
    width:30px;
    background-color: #999;
}
.body_foot_ls .foot_content .list_w4 a:hover{
    color:#00913A;
}
.body_foot_ls .foot_content .list_lxma{
    float:right;
    width:20%;
}
.foot_ewm{
    width:100%;
}
.foot_ewm img{
    width:50%;
}

.body_foot_ls .foot_baxx{
    max-width:85%;
    margin:auto;
    border-top: 1px solid #E7E7E7;
    margin-top: 30px;
    padding-top: 20px;
}
.body_foot_ls .foot_baxx .foot_miit{
    text-align: center;
}
.body_foot_ls .foot_baxx .foot_miit span img{
    margin-right: 10px;
}
.body_foot_ls .foot_baxx .foot_miit span a{
    color:#fff;
    font-size: 16px;
}
.body_foot_ls .foot_baxx .foot_miit span a:hover{
    color:#00913A;
}
.body_foot_ls .foot_baxx .foot_Copyright{
    margin:10px 0px;
}
.body_foot_ls .foot_baxx .foot_Copyright span{
    color:#999;
    font-size: 14px;
}
/*PC端foot结束*/
/*顶部消息通知*/
.badge {
    display: inline-block;
    padding: .25em .5em;
    line-height: 1;
    font-size: .75rem;
    font-style: normal;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f00;
    border-radius: 2em;
    white-space: nowrap;
    vertical-align: baseline;
}
.badge-corner>.badge {
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    font-weight: normal;
    cursor: pointer;
    z-index: 3;
}
/*未登陆状态*/
.padding {
    padding: 1rem!important;
}
.flex-items-center {
    align-items: center;
}
.flex-between {
    justify-content: space-between;
}
.flex {
    display: flex;
}
.button:link {
    text-decoration: none;
    color: #333;
}
.bg-sub {
    background-color: #009688 !important;
}
.radius-big {
    border-radius: .5rem!important;
}
.button-icon {
    padding: .5em!important;
    line-height: 1;
    border-radius: 100%!important;
}
.button {
    position: relative;
    border: solid 1px #ddd!important;
    border-radius: .25rem!important;
    background: transparent;
    display: inline-block;
    line-height: 1.5;
    padding: .375em 1em;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.button-mini {
    padding: .1em .5em;
    font-size: 14px;
}
.button-block {
    display: block;
    width: 100%;
}
.button[class*='text']:hover, .button[class*='text'].active, .button[class*='bg-'], .button[class*='border']:hover, .button[class*='border'].active, .button.bg:hover, .button.text-light {
    color: #fff!important;
}
.bg-sub:hover{
    background-color: #0ae!important;
}
.bg-success, .button[class*='-success']:hover, .button[class*='-success'].active, .validate-tips .input-valid>.input-validate {
    background-color: #2c7!important;
}
/*新增index*/
/* 容器 */
.leisure-container {
    max-width: 85%;
    margin: 80px auto;
}

.leisure-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* 卡片 */
.leisure-item {
    position: relative;
    height: 320px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

/* 背景层 */
.leisure-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transition: transform 1.5s ease;   /* 放慢动画 */
    transform: scale(1);
}

/* hover 放大 */
.leisure-item:hover::before {
    transform: scale(1.12);
}

/* 半透明遮罩 */
.leisure-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

/* 内容 */
.leisure-content {
    position: absolute;
    z-index: 2;
    padding-left: 12%;
    padding-top: 16%;
}

.leisure-content h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color:#fff;
}

.leisure-content p {
    font-size: 14px;
    opacity: .9;
    margin-bottom: 40px;
    color:#ddd;
}

.more {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 30px;
}
.more:hover{
    background-color: #fff;
    color:#333;
}
.more i{
    margin-left: 8px;
}
/*end*/
body table td {
    border: 1px solid;
    padding: 5px;
}
body table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 0 auto;
}
/*head*/
/*导航栏*/
.Logo_Menu{
    width: 100%;
    background-color: #E4F2FD;
}
.Logo_Menu .menu_nav{
	width: 100%;
	background-color: #0071D4;
    position: relative;
    z-index: 99999;
}
.Logo_Menu .menu_nav ul{
    width:80%;
    margin:auto;
}

.Logo_Menu ul ol,.Logo_Menu ul li{
	display: table-cell;
	vertical-align: middle;
}
.Logo_Menu ul ol{
	padding: 10px 0;
}
.Logo_Menu ul li{
	text-align: right;
}
.Logo_Menu ul li dl{
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
.Logo_Menu ul li dl dt a{
	display: block;
	line-height: 50px;
	padding: 0 30px;
	font-size: 18px;
	color:#fff;
}
.Logo_Menu ul li dl dd{
	position: absolute;
	width: 180%;
	left: 0;
	top:50px;
	display: none;
}
.Logo_Menu ul li dl span{
	content:'';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	right:8px;
	top:22px;
	border:6px solid transparent;
	border-top: 6px solid #666;
	border-bottom:0;
}
.Logo_Menu ul li dl dd a{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	height: 40px;
	padding: 0 10px;
	overflow: hidden;
	/*border-top:#EEE solid 1px;*/
}
.Logo_Menu ul li dl.ck a,.Logo_Menu ul li dl:hover a{
	background: #005DC0;
	color: #fff;
	cursor: pointer;
}
.color_a{
    /*color: #333!important;*/
}
.Logo_Menu ul li dl dd a:hover{
	background: #0071D4;
	color:#fff;
}
.logo_zu{
    padding:30px 0px;
    width:80%;
    margin: auto;
}
.menu_title{
    width:60%;
    display: inline-block;
}
.menu_title h2{
    font-size: 1.6rem;
}
.menu_title p{
    font-size: 13px;
    padding: 10px 0px;
}
.menu_title .menu_span span{
    background-color: #fff;
    padding:5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
}
.menu_title .menu_span span img{
    width:16px;
    margin-right: 5px;
}
.logo_nav{
    width:18%;
    float: left;
}
.logo_nav img{
    max-height: 100px;
}
.search_nav{
    display: inline-block;
    /*width: 25%;*/
    text-align: right;
    float: right;
    padding-top: 2%;
}
.search_nav form{
    border: 1px solid #999;
}
.search_nav button{
    height: 44px;
    width:50px;
    border: 0;
    background-color: #0071D4;
    margin-left: -4px;
    
}
.search_nav button i{
    font-size: 20px;
    color:#fff;
}
.search_nav input{
    font-size: 14px;
    color:#666;
    padding-left: 10px;
    height: 40px;
    width:150px;
    outline: none;
    border-style:none;
}
/*end*/