@media screen and (max-width:640px ) {
.wrap {
    width: auto;
    max-width: 100%;
    min-height: 100vh;
}
.w1600 {
    width: 100%;
}
.MobMeduBtn {
    position: absolute;
    top: 23px;
    right: 5px;
    display: flex !important;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.MobMeduBtn em {
    position: relative;
    width: 28px;
    height: 3px;
    background-color: #FFF;
}

.MobMeduBtn em::before, .MobMeduBtn em::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: calc(50% - 14px);
    top: calc(50% - 1.5px);
    background-color: #FFF;
    transition: all 0.4s;
}

.MobMeduBtn em::before {
    transform: translateY(-9.5px);
}

.MobMeduBtn em::after {
    transform: translateY(9.5px);
}

.MobMeduBtn.open em {
    background-color: transparent;
}

.MobMeduBtn.open em::before {
    transform: translateY(0px) rotateZ(45deg);
}

.MobMeduBtn.open em::after {
    transform: translateY(0px) rotateZ(-45deg);
}

.index-header {
    background-size: cover;
}
.index-header .top {
    height: 150px;
    padding-top: 15px;
}
.index-header .top .logo {
    text-align: center;
    margin-bottom: 20px;
    width: calc(100vw - 35px);
}
.index-header .top .logo img {
    width: 96%;
}
.index-header .top .slogan {
    text-align: center;
}
.index-header .top .slogan img {
    width: 50%;
}
.index-header .nav {
    position: absolute !important;
    width: 100vw;
    z-index: 99;
    top: 80px;
    left: 100vw;
    height: calc(100vh - 80px);
    display: block;
    background-color: rgba(0,0,0,0.8);
    box-sizing: border-box;
    padding: 15px 4vw;
}
.index-header .nav>.w1600{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.index-header .nav .nav-list{
    display: block;
    flex-wrap: nowrap;
    float: none;
    padding-top: 15px;
}
.index-header .nav li {
    width: 100%;
    padding: 0 5px;
    float: none;
    text-align: center;
    box-sizing: border-box;
}
.index-header .nav li + li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.5), #FFF, rgba(255,255,255,0.5), transparent);
}
.index-header .nav li:last-child {
    width: 100%;
}
.index-header .nav li.link::before{
    display:none;
}
.index-header .nav li.link::after{
    display: none;
}
.index-header .nav li a {
    font-size: 18px;
    line-height: 50px;
}
.index-header .search-box {
    margin-top: 5px;
    width: 100%;
    float: none;
    height: auto;
}

.index-banner {
    height: 170px;
}
.index-banner .bd ul li {
    height: 160px;
}
.index-banner .bd ul li a {
    height: 100%;
}
.index-banner .hd ul li {
    width: 40px;
    height: 40px;
    border: 1px dashed #FFF;
    margin: 0 5px;
    font-size: 16px;
}
.index-banner .hd ul li a {
    margin: 5px auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.index-banner .hd ul li::before {
  display: none;
}
.index-box02 {
    padding-bottom: 80px;
    padding-top: 30px;
}
.index-box02 .xlzf-box {
    width: 100%;
    margin-bottom: 50px;
}
.index-box02 .xlzf-box .header {
    margin: 0 10px 35px;
}
.index-box02 .xlzf-box .header h3 {
    background-size: 14%;
}
.index-box02 .xlzf-box .header h3 img{
    width: 40%;
}
.index-box02 .xlzf-box .xlzf-item {
    padding: 10px;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .time {
    width: 80px;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .time span {
    font-size: 30px;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .time p {
    font-size: 16px;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .title h4 {
    font-size: 20px;
}
.index-box02 .xlzf-box .xlzf-item ul li .fold a {
    width: calc(100vw - 130px);
    font-size: 18px;
}
.index-box02 .xlzf-box .xlzf-item ul li .fold span {
    font-size: 18px;
}
.index-box02 .qlsd-box {
    width: 100%;
}
.index-box02 .qlsd-box .header {
    margin: 0 10px 35px;
}
.index-box02 .qlsd-box .header h3 {
    background-size: 14%;
}
.index-box02 .qlsd-box .header h3 img{
    width: 40%;
}
.index-box02 .qlsd-box .qlsd-item .bd .pic {
    width: 100% !important;
    height: 270px;
    padding: 0 10px;
    box-sizing: border-box;
}
.index-box02 .qlsd-box .qlsd-item .bd .pic img {
    width: 100%;
    height: 270px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .fold {
    margin: 5px 10px;
    line-height: 45px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold {
    margin: 0 10px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold .txt {
    padding: 13px 0 10px 0;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .fold a {
    width: calc(100vw - 120px);
    font-size: 18px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .fold span {
    font-size: 18px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold .txt h4 a {
    font-size: 18px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold .txt p {
    font-size: 18px;
}
.index-box03 {
    padding-bottom: 0;
    padding-top: 0;
}
.index-box03 .lrxz-box {
    width: 100%;
    margin-bottom: 50px;
}
.index-box03 .lrxz-box .header{
    margin: 0 10px 35px;
}
.index-box03 .lrxz-box ul li {
    width: 100%;
    height: 420px;
    margin-left: 0;
}
.index-box03 .lrxz-box ul li .pic {
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    padding: 0 10px;
}
.index-box03 .lrxz-box ul li .pic img {
    width: 100%;
    height: 270px;
}
.index-box03 .lrxz-box ul li .txt {
    padding: 20px;
}
.index-box03 .lrxz-box ul li .txt h4 {
    font-size: 20px;
    line-height: 31px;
    height: 60px;
    margin-bottom: 10px;
}
.index-box03 .qfjj-box {
    width: 100%;
}
.index-box03 .qfjj-box .header {
    margin: 0 10px 35px;
}
.index-box03 .qfjj-box .header h3 {
    background-size: 14%;
}
.index-box03 .qfjj-box .header h3 img{
    width: 40%;
}
.index-box03 .qfjj-box .list {
    padding: 10px;
}
.index-box03 .qfjj-box .list ul li .fold a {
    font-size: 18px;
}
.index-box03 .qfjj-box .list ul li .unfold {
    padding-left: 0;
    padding-top: 10px;
}
.index-box03 .qfjj-box .list ul li .unfold .time {
    width: 80px;
}
.index-box03 .qfjj-box .list ul li .unfold .time span {
    font-size: 30px;
}
.index-box03 .qfjj-box .list ul li .unfold .time p {
    font-size: 16px;
}
.index-box03 .qfjj-box .list ul li .unfold .title h4 {
    font-size: 20px;
}
.index-box04{
    padding-top: 0;
    margin-bottom: 30px;
}
.index-box04 .jdjb-box {
    width: 100%;
    padding: 0 10px;
    height: 210px;
    background-position: right top;
    background-size: 97.6% 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.index-box04 .jdjb-box .header {
    position: absolute;
    right: -8px;
    top: 37px;
}
.index-box04 .jdjb-box .header img {
    width: 74%;
}
.index-box04 .jdjb-box .info {
    padding: 100px 0 0 10px;
}
.index-box04 .jdjb-box .info p {
    font-size: 18px;
    line-height: 35px;
}
.index-box04 .jdjb-box .wyjb {
    bottom: 13px;
    left: 270px;
    font-size: 16px;
}
.index-box04 .djfg-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.index-box04 .djfg-box .djfg-top {
    height: auto;
    margin-bottom: 10px;
}
.index-box04 .djfg-box .djfg-top a {
    width: 100%;
    height: auto;
}
.index-box04 .djfg-box .djfg-top a img {
    width: 100%;
}
.index-box04 .djfg-box .djfg-bottom a {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.index-box04 .djfg-box .djfg-bottom a img {
    width: 100%;
    transition: all 0.3s ease;
}

.index-fixed-weixin {
    position: fixed;
    top: auto;
    bottom: 0;
    transform: none;
    left: auto;
    right: 0;
    margin-left: 0;
    background: #FFF;
    z-index: 999;
}
.index-wyjb-layer .index-wyjb-con {
    width: 96%;
    height: 285px;
}
.index-wyjb-layer .index-wyjb-con .desc {
    width: 100%;
    padding: 0 20px;
}

.index-footer {
    height: 234px;
    background-size: cover;
}
.index-footer>.w1600 {
    padding-top: 15px;
}
.index-footer p:first-child span:nth-child(2){
    display: block;
}

/* 列表页 */
.main {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 10px 10px 26px;
    margin: 25px auto;
}
.position {
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 16px;
    text-indent: 30px;
}
.NewsList li a {
    width: calc(100% - 100px);
    font-size: 16px;
}
.NewsList li span {
    font-size: 16px;
}
/* 内容页 */
.article {
    margin-top: 20px;
}
.pages span {
    font-size: 16px;
}
.pages a {
    width: calc(100% - 120px);
    font-size: 16px;
}
} 