@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */
@media screen and (max-width: 3800px) {
}
@media screen and (max-width: 1926px) {
  .TZHI {
    width: 35%;
  }
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1399px) {
  .inner {
    width: 100%;
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }
  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
  .main0 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header {
    position: static;
    background: linear-gradient(135deg, #5991e9 0%, #3073e3 100%);
  }
  .head-top {
    padding-bottom: 10px;
  }
  .sitelogo .logo img {
    width: 85%;
  }
  .mySwiper1 .swiper-button-prev {
    left: 60% !important;
  }
  .mySwiper1 .swiper-button-next {
    right: 10% !important;
  }
  .swimgbox {
    padding-left: 20px;
  }
  .nav .wp-menu .menu-item > a {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sitelogo .logo img {
    width: 70%;
  }
  .head-left {
    width: 50%;
  }
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {

.T1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.m3 {
    display: flex;
    flex-direction: column;
}
.m3-left {
    width: 100%;

}
.m3-right {
    width: 100%;
}



  .head-top {
    padding: 20px 0;
    height: auto;
  }
  .header .head-left {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .header .sitelogo {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    float: none;
  }
  .header .head-right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .navi-aside-toggle,
  .navi-aside-search {
    display: block;
  }
  /*导航样式：后台绑定时也可以定义配置*/
  .wp-navi .wp-menu {
    display: none;
  }
  .wp-navi-slide .navi-slide-head {
    display: block;
    padding: 0 10px;
    height: 40px;
  }
  .wp-navi-slide .wp-menu {
    background: #fff;
  }
  .wp-navi-slide .wp-menu .menu-item {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 100;
    width: 100%;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: 1px;
    background: url(css/img/icons.png) no-repeat 10px -116px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #343434;
    font-size: 14px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
  .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
  .wp-navi-slide .sub-menu .sub-item.hover > a,
  .wp-navi-slide .sub-menu .sub-item a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
  }
  .wp-navi-slide .sub-menu {
    display: none;
    position: relative;
    left: 0;
    bottom: 0px;
    top: 0px;
    min-width: 0px;
    z-index: 100;
    background: #fff;
    opacity: 0.8;
  }
  .wp-navi-slide .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: auto;
    line-height: 40px;
    padding: 0 36px;
    font-size: 14px;
    background: none;
  }
  .wp-navi-slide .sub-menu .sub-item a:hover {
    color: #000;
    background-color: #eee;
    display: block;
  }
  .wp-navi-slide .sub-menu .sub-menu {
    left: 0;
    top: 0;
  }
  .wp-navi-slide .sub-menu .sub-menu .sub-item a {
    padding: 0 52px;
  }

  .head-left {
    padding-left: 30px;
  }
  .sitelogo .logo img {
    width: 86%;
  }
  #header {
    height: auto;
    padding-top: 20px;
  }
  .newspart {
    flex-direction: column;
  }
  .new0 {
    width: 100%;
height:auto;
  }
  .new1 {
    width: 100%;
  }
  .m5 {
    flex-direction: column;
  }
  .m6 {
    flex-direction: column;
  }
  .m5-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .m5-2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .newsbox1 {
    width: 100%;
  }
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */

@media screen and (max-width: 860px) {
  .header .sitelogo .logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .main2 .inner {
    display: flex;
    flex-direction: column;
  }
  .main2 {
  }
  .newspart {
    width: 100%;
    margin-bottom: 50px;
  }
  .noticepart {
    width: 100%;
  }
  .main3 .inner {
    display: flex;
    flex-direction: column;
  }
  .work {
    width: 100%;
  }
  .text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /*内页*/
  #l-container .inner,
  #d-container .inner {
    padding: 0px 0px;
  }
  #l-container.wrapper .inner .mod,
  #d-container.wrapper .inner .mod {
    padding: 0;
  }

  .column-switch {
    display: block;
  }

  .col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 40px;
    padding: 0px 5px 0px 12px;
    font-size: 17px;
  } /**栏目名称图标**/
  .col_menu {
    width: 100%;
    float: none;
    margin-right: 0px;
    position: relative;
  }
  .col_menu .col_menu_con {
    display: none;
    border: 0px solid #e4e4e4;
  }
  .col_metas .col_title h2 {
    font-size: 18px;
  } /**当前栏目名称**/

  .col_news {
    width: 100%;
    min-height: 0px;
    float: none;
  } /**栏目新闻**/
  .col_news .col_news_box {
    margin-left: 10px;
    margin-right: 10px;
  }
  .col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
  }
  .col_news_con .news_list li.news {
    line-height: 24px;
    padding: 4px 0px;
  }
  .col_news_con .news_list li.news span.news_title {
    line-height: 24px;
    margin-right: 0px;
  } /*标题*/
  .col_news_con .news_list li.news span.news_meta {
    margin-left: 0px;
  } /*属性*/

  .wp_paging li.pages_count,
  .wp_paging li.page_jump {
    display: none;
  }

  .infobox {
    width: auto;
    padding: 0px;
    margin: 0 10px;
  }

  .col_news_list .wp_entry img,
  .article .entry .read img {
    max-width: 100%;
    height: auto !important;
    width: 100%;
  } /**文章阅读部分图片大小限制**/

  /*图列表*/
  .news_tu .news_list li.news {
    width: 50%;
  }
  /*组织机构*/
  .inss .part_xy .sub-list .sub-item {
    width: 50%;
  }
  .mySwiper1 .swiper-button-next {
    display: none;
  }
  .mySwiper1 .swiper-button-prev {
    display: none;
  }

  .swiper-container .swiper-slide {
    /* box-shadow: none; */
  }
  .swiper-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 720px) {
  .header .sitelogo .logo {
    width: 360px;
  }
  .header .head-right {
    font-size: 20px;
  }
}

@media screen and (max-width: 676px) {
  .f3 {
    width: 100% !important;
  }
  .mlink {
    width: 100% !important;
  }
  .ewm {
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
.mySwiper3{
margin-top:30px;
}

.title_03{
margin-bottom:0px;
}
.sw4 .swiper-pagination{
display:none;
}
.sw4 .swiper-button-next{
display:none;
}
.sw4 .swiper-button-prev{
display:none;
}


.minfo {
    width: 70%;
}
.main2{
padding-bottom:0px;
}
.s1 {
    width: 68%;
}
.m5-2 li{
width:100%;
margin-top:20px;}
.m5-2{
flex-direction: column;}
.m5-1 li img{
height:auto;
}
    .head-left {
        width: 100%;
    }
    .sitelogo .logo img {
        width: 96%;
    }
  .header .sitelogo .logo {
    width: 320px;
  }
  .header .head-right {
    font-size: 16px;
    margin-top: 10px;
  }
  .tucon .swiper-slide .botbox {
    right: 66px;
  }
  .news_tu li {
    width: 45%;
    margin-top: 40px;
  }
  .news_tu li:first-child,
  .news_tu li:nth-child(2) {
    margin-top: 0;
  }
  .logo img {
    width: 80%;
  }
  .logo {
    margin-bottom: 20px;
  }
  #header {
    position: static;
  }
  .head-right {
    width: 100%;
  }
  .newspart2 {
    display: flex;
    flex-direction: column;
  }
  .newspart2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .newspart2 li img {
    height: auto;
  }
  .work2 {
    display: flex;
    flex-direction: column;
  }
  .work2 li {
    width: 100%;
  }
  .f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #container-1 {
    min-height: 150px !important;
  }
  .column-switch {
    position: absolute;
    right: 10px;
    top: 37px;
    width: 30px;
    height: 24px;
    float: right;
    background: url(css/img/menu-dot-w.png) no-repeat center;
  }
  .col_menu {
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 490px) {

.m3-right  .Title{
margin-top:20px;
}



  .sitelogo .logo img {
    width: 96%;
  }
  .head-left {
    width: 100%;
  }
  .head-right {
    padding-right: 20px;
  }
  .wp-search {
    width: auto;
  }
  .swimgbox {
    font-size: 18px;
  }
  .XINWENT {
    font-size: 22px;
 
  }

  .s2box {
    font-size: 18px;
  }
  .tab button.active .XINWENT{
    font-size: 22px;
  }
  .tab button .XINWENT2{
    font-size: 20px;
  }
  .tab button.active .XINWENT2{
    font-size: 22px;
  }
  .tab button .XINWENT{
    font-size: 20px;
  }
  .Ttitle2{
    font-size: 18px;
  }
  .Ttitle{
    font-size: 18px;
  }
}
/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 430px) {
  .mySwiper2 .swiper-button-next {
    display: none;
  }
  .mySwiper2 .swiper-button-prev {
    display: none;
  }
  .header .head-left2 {
    width: 100%;
  }
  .head-top {
    padding: 10px 0;
    height: auto;
  }
  .header .head-left3 {
    width: 100%;
    margin-top: 10px;
  }
  .XF li a img {
    height: 136px;
  }
  .XF .info {
    padding: 13px;
  }
  .news_list li .news_date {
    width: 28%;
  }
  .news_list2 li .news_date {
    width: 32%;
  }
  .news_list2 li a .info {
    width: 62%;
  }
  .XSDTBOX {
    flex-direction: column;
  }
  .XSDTBOX li {
    width: 100%;
  }
  .XSDT {
    padding-left: 0px;
  }
  .news_list3 li .news_date {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
}
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 350px) {
}
