@charset "utf-8";
.flexbox{display: flex;display: -webkit-flex;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
.flex-left{display: flex;display: -webkit-flex;justify-content: flex-start;}
.flex-center{display: flex;display: -webkit-flex;justify-content: center;}
.flex-right{display: flex;display: -webkit-flex;justify-content: flex-end;}
.flex-column{flex-direction: column;}
.flex-c-center{align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.pic-box{width:100%;position:relative;overflow:hidden;}
.image{width: 100%;height: 100%;position: absolute;left: 0;top:0;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.nav-menu{width:35px;height:30px;cursor:pointer;display:none;position: relative;}
.nav-menu div{position:absolute;right:0;display:block;height:2px;background:#0b2a58;transform-origin:50% 50%;}
.nav-menu div:nth-child(1){top:0;width:100%;transition:.8s;transform:rotate(0);}
.nav-menu div:nth-child(2){top:calc(50% - 1px);width:24px;transition:.6s;}
.nav-menu div:nth-child(3){top:calc(100% - 2px);width:100%;transition:.6s;transform:rotate(0);}
.hd1-aon1 div:nth-child(1){top:50%;transition:.6s;transform:rotate(45deg);}
.hd1-aon1 div:nth-child(2){width:0;transition:.6s;}
.hd1-aon1 div:nth-child(3){top:50%;transition:.6s;transform:rotate(-45deg);}

body.navShow{overflow: hidden;}
.navm-box{position:fixed;top:0;right:-100%;z-index:3;box-sizing:border-box;margin:auto;width:100%;height:100vh;background:#ffffff;padding-top:90px;padding-bottom:20px;transition: 0.6s all;visibility: hidden;opacity: 0;display: flex;flex-direction: column;}
.navm-box.act{visibility: inherit;opacity: 1;right: 0;}
.navm-box .link{width: 100%;padding: 0 5%;margin: 10px 0;box-sizing:border-box;}
.navm-box .link ul{border: 1px solid #0b2a58;padding: 0 15px;box-sizing:border-box;}
.navm-box .link ul li{font-size: 14px;line-height: 36px;margin-right: 20px;}
.navm-box .link ul li:last-of-type{margin-right: 0;}
.navm-box .link ul li a{color: #0b2a58;padding-right: 20px;position: relative;}
.navm-box .link ul li a::after{content: "";width: 1px;height: 16px;display: block;background: #0b2a58;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.navm-box .link ul li:last-of-type a{padding-right: 0;}
.navm-box .link ul li:last-of-type a::after{content: none;}
.nav-wrap{padding:0 5%;text-align:left;overflow-y: auto;}
.nav-wrap li{position:relative;width:100%;border-bottom:1px solid #eeeeee;font-size:18px;line-height:60px;}
.nav-wrap li div.icon-jia{position:absolute;top:0;right:0;margin:auto;width:60px;height:60px;font-size: 18px;background:url(../images/down.svg) no-repeat center center;background-size:22px 22px;transition: 0.3s all;}
.nav-wrap li a{display:block;color:#333333;}
.nav-wrap dl{display:none;}
.nav-wrap dt{text-indent:2rem;font-size:16px;line-height: 50px;}
.nav-wrap dt a{color:#434343;}
.search_m{width: 90%;margin: 20px auto;border-bottom: none;position: relative;}
.search_m .searchbox{border: 1px solid #0b2a58;width: 100%;border-radius: 0;color: #333333;height: 40px;padding: 0 40px 0 10px;box-sizing:border-box;}
.search_m .button{background: #0b2a58 url(../images/search.svg) no-repeat center center;background-size: 18px auto;width: 40px;height: 40px;position: absolute;right:0;top:0;z-index: 1;cursor: pointer;margin-right:0;}
.search_m .searchbutton{width: 40px;height: 40px;position: absolute;right:0;top:0;z-index: 2;background:none;border:none;outline:none;}

.main{flex:1;}
.m-ejnav{width:100%;display: none;}
.lm-title{width: 100%;background: #0b2a58;padding: 12px 20px;position: relative;box-sizing:border-box;}
.lm-title h2{font-size: 20px;color: #ffffff;}
.nav_menu{width: 25px;height: 25px;background: url(../images/m_nav.svg) no-repeat center center;background-size: auto 100%;transition: 0.2s all;}
.nav_menu.on{transform: rotate(90deg);}
.m-ejnav>ul{width: 100%;padding: 10px;display:none;background:#f1f1f1;box-sizing:border-box;}
.m-ejnav>ul>li{line-height:45px;border-bottom:1px dashed #ccc;position:relative;border-left: 2px solid #0b2a58;}
.m-ejnav>ul>li:last-child{border-bottom:none;}
.m-ejnav>ul>li>a{background: #ffffff;position: relative;transition: 0.3s all;padding-left:20px;display:block;padding-right:45px;}
.m-ejnav>ul>li>a span{position: relative;z-index: 1;font-size: 16px;color:#333;}
.m-ejnav>ul>li>a::after{content: "";width: 0;height: 100%;display: block;background: #0b2a58;position: absolute;left: 0;top: 0;transition: 0.3s all;z-index: 0;}
.m-ejnav>ul>li.cur>a span,.m-ejnav>ul>li:hover>a span{color: #ffffff;}
.m-ejnav>ul>li:hover>a::after,.m-ejnav>ul>li.cur>a::after{width: 100%;}
.li_xlz{position:absolute;right:0;top:0;cursor:pointer;width: 45px;height: 45px;background: url(../images/right-blue.svg) no-repeat center center;background-size: auto 0.13px;z-index: 1;transition: 0.3s all;}
.navContent{display:none;background: #ffffff;padding: 10px 0;}
.navContent li{padding-left:20px;line-height: 40px;}
.navContent li a{font-size: 14px;color: #333333;padding-left:20px;display:block;}
.li_xlz.on{transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.m-ejnav>ul>li.cur .li_xlz,.m-ejnav>ul>li:hover .li_xlz{background: url(../images/right.svg) no-repeat center center;background-size: auto 13px;}
.navContent li.cur a{color:#0b2a58;}
.m-ejnav li.cur .navContent{display:block;}
.navContent li:hover a{color:#0b2a58;}
.content .Information table{margin:0 auto !important;max-width: 900px;min-width: 500px;}
.content .Information  table p{text-indent: 0;margin: 0;}
.content .Information  video{display: block;width: 100%;margin: 0 auto;height: auto;}
.content .Information iframe{display: block;width: 100%;margin: 0 auto;}
.content .Information img{max-width: 100%;height: auto !important;}
.content .Information p.con-img{text-align: center;text-indent: 0 !important;}

@media only screen and (max-width:1024px){
body{min-height:100vh;display: flex;flex-direction: column;}
.footer{margin-top:auto;}
.header{width:100%;position:fixed;left:0;top:0;z-index:5;background:#fff;box-shadow:0 0 15px 0 rgba(0,0,0,0.15);}
.container{width:100% !important;}
.navwc{display:none;}
.top{width:100%;padding:0 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;height:auto;}
.topR{display:none;}
.top .logo{margin-right:0;height:auto;width:auto;padding:15px 0;}
.top .logo a{display:block;}
.top .logo img{height:50px;padding-top:0;width:auto;}
.nav-menu{display:block;}
.banner_list{margin-top:80px;width:100%;min-width:0;height:auto;}
.banner_list img{width:100% !important;height:160px !important;object-fit:cover;}
.footer{min-width:0;height:auto;background-size:auto 100%;background:url(jxgc_59.png) repeat-x left top;margin-top:0;padding:20px;box-sizing:border-box;}
.footer p{line-height:28px !important;}
.list_nav{display:none;}
.content{width:100%;padding:0 20px;box-sizing:border-box;}
.list_lmmc{width:100%;padding:0 20px;box-sizing:border-box;font-size:18px;margin:0;font-weight:bold;height:50px;line-height:50px;}
.m-ejnav{display:block;}
.group-box .item{width:100%;}
#dituContent{width:100% !important;height:420px !important;}
.list ul{padding:0 20px;}
.list ul li a{max-width:calc(100% - 90px);display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.jxml_list{width:100%;}
.jxml_list .con ul li{width:70px;}
#index_b_hero,#index_b_hero .heros,#index_b_hero img{width:100%;height:auto;}
.banner{width:100%;margin-top:80px;}
.banner .swiper-slide img{height:auto;}
.news .tit,.news .news_list,.news .pic,.djzs,.tzgg,.xsyd .pic,.xsyd .news_list,.xkjs .pic,.xkjs .news_list{width:100%;float:none;}
.news,.tzgg,.djzs,.xsyd,.xkjs{width:100%;padding:0 20px;box-sizing:border-box;}
.news .news_list ul li,.djzs ul li,.xkjs .news_list ul li{width:100%;}
.news .news_list ul li p,.xkjs .news_list ul li p{padding:3px 0;}
.news .news_list{margin-top:20px;}
.tzgg ul li,.xsyd .news_list ul li{width:100%;box-sizing:border-box;}
.xkjs .pic ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.xkjs .pic ul li{width:calc(50% - 10px);}
.xkjs .pic ul li a{height:0;padding-bottom:33.96%;}
.xkjs .news_list{margin-top:10px;}
.xsyd .pic ul li{width:calc(50% - 10px);}
.xsyd .pic ul li:first-of-type{margin-right:20px !important;}
.xsyd .pic ul li a{height:0;padding-bottom:76.24%;}
.news .news-box ul li .pic-box{height:0;padding-bottom:67.24%;}
}
@media only screen and (max-width:680px){
.group-box .item img{float:none;margin-right:0;display:block;margin:0 auto;}
.xkjs .pic ul li{width:100%;}
}
@media only screen and (max-width:620px){
.jxml_list .tit .menuOn,.jxml_list .tit .menuNo{width:100px;font-size:14px;}
.jxml_list .con{padding:20px;}
}
@media only screen and (max-width:480px){
.xsyd .pic ul li{width:100%;float:none;}
.xsyd .pic ul li:first-of-type{margin-right:0 !important;margin-bottom:20px;}
}
@media only screen and (max-width:380px){
.jxml_list .tit .menuOn,.jxml_list .tit .menuNo{width:90px;}
}