@charset "UTF-8";
@media (min-width: 1100px) {
  body {
    width: 100%;
    background-image: url(../images/Q25_home.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fff;
  }
  .Q25_head {
    width: 100%;
    height: auto;
    padding-top: 25px;
  }
  .Q25_head .Q25_headIP {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: right;
  }
  .Q25_head .Q25_headIP a {
    display: inline-block;
    background-color: #1b4789;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    width: 110px;
    text-align: center;
  }
  .Q25_head .Q25_headlogo {
    margin-top: 50px;
    width: 100%;
    height: auto;
  }
  .Q25_head .Q25_headlogo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_head .Q25_headlogo a img {
    margin: 0 auto;
    width: auto;
    height: 74px;
    display: block;
  }
  .Q25_head .Q25_headsearch {
    width: 636px;
    height: 46px;
    display: block;
    margin: 25px auto 0;
  }
  .Q25_head .Q25_headsearch .Q25_headsearchf {
    width: 636px;
    height: 46px;
    display: flex;
    flex-direction: row;
    background-color: #f9fcfd;
    border: 1px solid #d3d6d7;
  }
  .Q25_head .Q25_headsearch .Q25_headsearchf button {
    display: block;
    width: 63px;
    height: 100%;
    background-image: url(../images/Q25_searchicon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    border: none;
  }
  .Q25_head .Q25_headsearch .Q25_headsearchf input {
    flex: 1;
    height: 100%;
    padding-left: 20px;
    color: #999999;
    font-size: 15px;
    border: none;
    background-image: url(../images/Q25_searchline.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1px auto;
  }
  .Q25_location {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ededed;
    margin-top: 3px;
  }
  .Q25_location .container {
    width: 1100px !important;
  }
  .Q25_location .Q25_locationlist {
    color: #454545;
    background-image: url(../images/Q25_location.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 1px center;
    padding-left: 20px;
    font-size: 13px;
  }
  .Q25_location .Q25_locationlist a {
    color: #454545;
    font-size: 13px;
  }
  .Q25_ListC {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin: 20px auto 25px;
  }
  .Q25_ListC .container {
    height: auto;
    display: flex;
    width: 1100px !important;
    justify-content: space-between;
  }
  .Q25_ListC .container .Q25_Listnav {
    width: 210px;
    height: auto;
    background: #ebebeb;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavh1 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #FFFFFF;
    background: #2471cb;
    width: 100%;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li {
    width: 100%;
    height: 46px;
    line-height: 46px;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url(../images/Q25_pic.png);
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 25px center;
    padding-left: 45px;
    border-bottom: 1px solid #e3e3e3;
    color: #333333;
    font-size: 17px;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li.current a,
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li:hover a {
    color: #2471cb;
    background-image: url(../images/Q25_pic2.png);
  }
  .Q25_ListC .container .Q25_ListCont {
    width: 870px;
    height: auto;
    /*max-height: 1200px;*/
    border: 1px solid #dedede;
    background: #f9f9f9;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListConttitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #606060;
    background: #e9e9e9;
    margin: 0;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListConttitle span {
    padding: 0 20px;
    display: inline-block;
    background: #fff;
    border-top: 2px solid #1d79cc;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist {
    margin: 0;
    padding: 0 24px;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/Q25_point.png);
    background-size: 3px 3px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 13px;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a span:nth-child(1) {
    width: 70%;
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a span:nth-child(2) {
    width: 30%;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: right;
    color: #999999;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li:hover a span {
    color: #1d79cc;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_page {
    width: 100%;
    height: 50px;
    padding: 10px 0 20px;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_page img {
    display: block;
    width: 100%;
    height: 20px;
  }
  .Q25_article {
    width: 100%;
    height: auto;
    margin: 5px auto;
  }
  .Q25_article .container {
    width: 1100px !important;
  }
  .Q25_article .container .Q25_articlecont {
    padding: 40px 100px;
    border: 1px solid #dedede;
  }
  .Q25_article .container .Q25_articlecont .Q25_articleconttitle {
    width: 100%;
    height: auto;
    font-size: 25px;
    line-height: 45px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    border-bottom: 2px solid #717171;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate {
    width: 100%;
    height: 53px;
    line-height: 53px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontdateleft {
    flex: 1;
    padding-left: 100px;
    text-align: center;
    color: #333333;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontdateleft span {
    margin: 0 20px;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontweichat {
    width: 100px;
    background-image: url(../images/Q25_Toweichat.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right center;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont {
    width: 100%;
    height: auto;
    font-size: 15px !important;
    line-height: 30px !important;
    color: #333333 !important;
    font-family: '宋体';
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont table,.Q25_article .container .Q25_articlecont .Q25_artcont tr,.Q25_article .container .Q25_articlecont .Q25_artcont td{
      border:1px solid #000!important;
  }
   .Q25_article .container .Q25_articlecont .Q25_artcont table{
       margin:0 auto;
   }
  .Q25_article .container .Q25_articlecont .Q25_artcont div {
    text-indent: 2em;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont img {
    display: block;
    margin: 10px auto;
    max-width: 90%;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
    background: #f1f1f1;
    font-size: 15px;
    margin-top: 32px;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin a {
    display: block;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 center;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #333;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin .Q25_print {
    padding: 0 22px;
    background-image: url(../images/Q25_print.png);
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin .Q25_close {
    padding: 0 22px;
    background-image: url(../images/Q25_close.png);
  }
  .Q25_article .container .Q25_articlecont .Q25_next {
    width: 100%;
    height: auto;
    padding-top: 13px;
    border-top: 1px dotted #c5c5c5;
    margin-top: 16px;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li a {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li:hover a {
    color: #0c55b1;
  }
  .Q25_Map {
    width: 100%;
    height: auto;
  }
  .Q25_Map .container {
    width: 1100px !important;
    background: #fff;
  }
  .Q25_Map .Q25_MapList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    background-color: #fbfbfb;
  }
  .Q25_Map .Q25_MapList li {
    width: 20%;
    height: 35px;
    line-height: 35px;
  }
  .Q25_Map .Q25_MapList li a {
    line-height: 35px;
    font-size: 14px;
    color: #2d374b;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    background-image: url(../images/Q25_mapicon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    display: block;
  }
  .Q25_Map .Q25_MapList li:hover a {
    color: #0c55b1;
  }
  .Q25_Map .Q25_Maptitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: url(../images/Q25title-qz.jpg) 10px center no-repeat;
    font-weight: bold;
    padding-left: 30px;
  }
  .Q25_navbox {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .Q25_navbox .Q25_nav {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
  }
  .Q25_navbox .Q25_nav li {
    flex: 1;
    height: 60px;
    border-right: 1px solid #fff;
  }
  .Q25_navbox .Q25_nav li a {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    background: #1b4789;
    color: #ffffff !important;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;
  }
  .Q25_navbox .Q25_nav li a .Q25_navhide {
    width: 0;
    height: 0;
    line-height: 0;
    border-style: solid dashed dashed dashed;
    border-width: 5px;
    border-color: transparent;
    border-top-color: #245399;
    position: absolute;
    left: 45%;
    display: none;
  }
  .Q25_navbox .Q25_nav li:hover a .Q25_navhide {
    display: block;
  }
  .Q25_navbox .Q25_nav li:last-child {
    border-right: 0;
  }
  .Q25_main {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .Q25_main .Q25_headLine {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px #dddddd solid;
  }
  .Q25_main .Q25_headLine .Q25_headLinetitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 116px;
    text-align: center;
    color: #1b4789;
  }
  .Q25_main .Q25_headLine .Q25_headLinelink {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
  }
  .Q25_main .Q25_headLine .Q25_headLinelink .Q25_headLinelinka1 {
    display: block;
    max-width: 90%;
    height: 50px;
    line-height: 50px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_headLine .Q25_headLinelink .Q25_headLinelinka2 {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
  }
  .Q25_main .Q25_headLine .Q25_headLinelink:hover a {
    color: #1d79cc;
  }
  .Q25_main .Q25_main_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 281px;
    margin-top: 20px;
  }
  .Q25_main .Q25_main_top .Q25_mySwiper {
    width: 347px;
    height: 281px;
    margin: 0;
  }
  .Q25_main .Q25_main_top .Q25_mySwiper img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_main_top .Q25_mySwiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    margin-bottom: 0;
    color: #fff;
    line-height: 37px;
    background-color: rgba(0, 0, 0, 0.65);
    padding-right: 45%;
    font-size: 16px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_main_top .swiper-horizontal > .swiper-pagination-bullets,
  .Q25_main .Q25_main_top .swiper-pagination-bullets.swiper-pagination-horizontal,
  .Q25_main .Q25_main_top .swiper-pagination-custom,
  .Q25_main .Q25_main_top .swiper-pagination-fraction {
    width: auto;
    position: absolute;
    right: 5px;
    bottom: 10px;
    text-align: right;
  }
  .Q25_main .Q25_main_top .swiper-pagination-bullet {
    width: 18px;
    height: 15px;
    border-radius: 0;
    background: #827b68;
    opacity: 1;
    line-height: 15px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .Q25_main .Q25_main_top .swiper-pagination-bullet-active {
    background: #ff7e00;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab1 {
    width: 409px;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab2 {
    width: 310px;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab {
    height: 100%;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabtitle {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #1e4a8d;
    font-size: 17px;
    font-weight: bold;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li {
    width: 100%;
    background: url(../images/Q25_point.png) 0px center no-repeat;
    line-height: 29px;
    height: 29px;
    justify-content: space-between;
    display: flex;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li a {
    display: block;
    font-size: 17px;
    line-height: 29px;
    height: 29px;
    color: #333333;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li span {
    color: #999999;
    line-height: 29px;
    height: 29px;
    display: block;
    width: 100px;
    font-size: 17px;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li:hover a,
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li:hover span {
    color: #1d79cc;
  }
  .Q25_main .Q25_section1 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 10px 25px;
    background: #fff;
    border: 1px #dddddd solid;
  }
  .Q25_main .Q25_section1 .Q25_section1list {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_section1 .Q25_section1list li {
    background: #edf6f9;
    width: 248px;
    height: 36px;
    line-height: 36px;
  }
  .Q25_main .Q25_section1 .Q25_section1list li a {
    display: block;
    padding-left: 100px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 60px center;
  }
  .Q25_main .Q25_section1 .Q25_section1list li a span {
    width: auto;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(1) a {
    background-image: url(../images/Q25_secicon1.png);
    background-size: 23px 23px;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(2) a {
    background-image: url(../images/Q25_secicon2.png);
    background-size: 23px 23px;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(3) a {
    background-image: url(../images/Q25_secicon3.png);
    background-size: 23px auto;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(4) a {
    background-image: url(../images/Q25_secicon4.png);
    background-size: 16px auto;
  }
  .Q25_main .Q25_section2 {
    width: 100%;
    height: 120px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_section2 li {
    width: 360px;
    height: 120px;
  }
  .Q25_main .Q25_section2 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_section2 li a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_section3 {
    width: 100%;
    height: 92px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }
  .Q25_main .Q25_section3 li {
    width: 143px;
    height: 87px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .Q25_main .Q25_section3 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 58px;
  }
  .Q25_main .Q25_section3 li a p {
    display: block;
    width: 100%;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: #1d4a8d;
    color: #ffffff !important;
    text-align: center;
  }
  .Q25_main .Q25_section3 li:nth-child(1) {
    background-image: url(../images/Q25_section3img1.jpg);
  }
  .Q25_main .Q25_section3 li:nth-child(2) {
    background-image: url(../images/Q25_section3img2.jpg);
  }
  .Q25_main .Q25_section3 li:nth-child(3) {
    background-image: url(../images/Q25_section3img3.jpg);
  }
  .Q25_main .Q25_section3 li:nth-child(4) {
    background-image: url(../images/Q25_section3img4.jpg);
  }
  .Q25_main .Q25_section3 li:nth-child(5) {
    background-image: url(../images/Q25_section3img5.jpg);
  }
  .Q25_main .Q25_banner2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .Q25_main .Q25_banner2 a,
  .Q25_main .Q25_banner2 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .Q25_main .Q25_section4 {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_section4 .Q25_section4title {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .Q25_main .Q25_section4 .Q25_section4title a {
    color: #1d4a8d;
    font-weight: bold;
    font-size: 17px;
  }
  .Q25_main .Q25_section4 .Q25_section41 {
    width: 337px;
    height: 100%;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li {
    width: 49%;
    height: auto;
    margin: 0 2% 10px 0;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li a s img {
    width: 100%;
    height: 75px;
    display: block;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li a p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f0f0f0;
    color: #333333;
    font-size: 18px;
    margin-top: 5px;
    border-radius: 5px;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_main .Q25_section4 .Q25_section42list2 {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .Q25_main .Q25_section4 .Q25_section42list2 li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/Q25_point.png);
    background-repeat: no-repeat;
    background-size: 3px 3px;
    background-position: 0 center;
  }
  .Q25_main .Q25_section4 .Q25_section42list2 li a {
    color: #333333;
    font-size: 17px;
    padding-left: 10px;
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_section4 .Q25_section42list2 li span {
    color: #999999;
    text-align: right;
  }
  .Q25_main .Q25_section4 .Q25_section42 {
    width: 355px;
    height: 100%;
  }
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section4title2 {
    border-bottom: 1px solid #e5e3e3;
  }
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section42list {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
  }
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section42list a {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background: #d1d1d1;
    color: #fff;
  }
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section42list a::after,
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section42list a:hover {
    background-color: #1d4a8d;
    color: #fff;
  }
  .Q25_main .Q25_section4 .Q25_section43 {
    width: 337px;
    height: 100%;
  }
  .Q25_main .Q25_section4 .Q25_section43 .Q25_section43a {
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #e5e3e3;
    padding-top: 20px;
  }
  .Q25_main .Q25_section4 .Q25_section43 .Q25_section43a a,
  .Q25_main .Q25_section4 .Q25_section43 .Q25_section43a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_autoroll {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e3e3;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname span {
    color: #1d4a8d;
    font-weight: bold;
    font-size: 17px;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname a {
    color: #666666;
    font-size: 17px;
  }
  .Q25_main .Q25_autoroll .Q25_autorollbox {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .Q25_main .Q25_autoroll .slides {
    display: flex;
    transition: transform 10s ease-in-out;
  }
  .Q25_main .Q25_autoroll .marquee-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    /* Optional: for visualization purposes */
  }
  .Q25_main .Q25_autoroll .marquee-content {
    display: inline-block;
    animation: marquee 50s linear infinite;
    /* Adjust duration as needed */
  }
  .Q25_main .Q25_autoroll .marquee-content a {
    width: 391px;
    height: 220px;
    margin-right: 20px;
    display: inline-block;
  }
  .Q25_main .Q25_autoroll .marquee-content a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  
  
  .Q25_Frilink {
    width: 100%;
    height: 67px;
    line-height: 57px;
    border-top: 10px solid #2e66a1;
    font-size: 17px;
  }
  .Q25_Frilink .container {
    display: flex;
    justify-content: space-between;
  }
  
  
  .Q25_Frilink .container .Q25_frilinkL span {
    color: #1d4a8d;
    font-weight: bold;
    font-size: 17px;
  }
  .Q25_Frilink .container .Q25_frilinkL a {
    margin-left: 20px;
    color: #333;
  }
  .Q25_Frilink .container .Q25_frilinkR a {
    width: 150px;
    height: 34px;
    line-height: 34px;
    background: #1b75ce;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    float: right;
    border-radius: 5px;
  }
  
  
  /*.Q25_Frilink span {*/
  /*  color: #1d4a8d;*/
  /*  font-weight: bold;*/
  /*  font-size: 17px;*/
  /*}*/
  /*.Q25_Frilink a {*/
  /*  margin-left: 20px;*/
  /*  color: #333;*/
  /*}*/
  
  
  
  .Q25_footer {
    width: 100%;
    height: auto;
    border-top: 1px solid #c1cae0;
    padding: 30px 0;
  }
  
  
  
  .Q25_footer .Q25_footerlinkpbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 10px 0;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink2 img {
    display: block;
    width: 107px;
    margin-left: 30px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp {
    flex: 1;
    line-height: 26px;
    color: #333;
    font-size: 17px;
    padding-left: 92px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp a,
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp span {
    margin-right: 26px;
    color: #333;
    font-size: 17px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp2 {
    font-size: 14px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp2 a,
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp2 span {
    font-size: 14px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink img {
    margin-left: 30px;
  }
}

@media (max-width: 1100px) {
  .Q25_location {
    width: 100%;
    height: auto;
    line-height: 2rem;
    background: #ededed;
    margin-top: .1rem;
    padding: 0 0.5rem 0;
  }
  .Q25_location .container .Q25_locationlist {
    background-image: url(../images/Q25_location.png);
    line-height: 2rem;
    background-repeat: no-repeat;
    background-size: 1rem auto;
    background-position: .2rem center;
    padding-left: 1.2rem;
    font-size: .8rem;
    color: #454545;
  }
  .Q25_location .container .Q25_locationlist a {
    color: #454545;
  }
  .Q25_ListC {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 1rem .5rem;
  }
  .Q25_ListC .container {
    height: auto;
  }
  .Q25_ListC .container .Q25_Listnav {
    width: 100%;
    height: auto;
    background: #ebebeb;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavh1 {
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    color: #FFFFFF;
    background: #2471cb;
    width: 100%;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist {
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li a {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url(../images/Q25_pic.png);
    background-repeat: no-repeat;
    background-size: .4rem auto;
    background-position: 1.5rem center;
    padding-left: 3rem;
    border-bottom: 1px solid #e3e3e3;
    color: #333333;
    font-size: 1rem;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li.current a,
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li:hover a {
    color: #2471cb;
    background-image: url(../images/Q25_pic2.png);
  }
  .Q25_ListC .container .Q25_ListCont {
    width: 100%;
    height: auto;
    border: 1px solid #dedede;
    background: #f9f9f9;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListConttitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: bold;
    color: #606060;
    background: #e9e9e9;
    margin: 0;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListConttitle span {
    padding: 0 1rem;
    display: inline-block;
    background: #fff;
    border-top: 2px solid #1d79cc;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist {
    margin: 0;
    padding: 0 1rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/Q25_point.png);
    background-size: 3px 3px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 13px;
    font-size: .9rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a span:nth-child(1) {
    flex: 1;
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    padding-right: 1rem;
    font-size: .9rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a span:nth-child(2) {
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    text-align: right;
    color: #999999;
    font-size: .9rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li:hover a span {
    color: #1d79cc;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_page {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_page img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_article {
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }
  .Q25_article .container .Q25_articlecont {
    padding: 1rem 0.5rem;
    border: 1px solid #dedede;
  }
  .Q25_article .container .Q25_articlecont .Q25_articleconttitle {
    width: 100%;
    height: auto;
    font-size: 1.3rem;
    line-height: 3rem;
    color: #000000;
    text-align: center;
    font-weight: normal;
    border-bottom: 2px solid #717171;
    padding-bottom: .6rem;
    margin-bottom: 0;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontdateleft {
    flex: 1;
    text-align: center;
    color: #333333;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontdateleft span {
    margin: 0 .5rem;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontweichat {
    width: 1.5rem;
    background-image: url(../images/Q25_Toweichat.png);
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: center center;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont {
    width: 100%;
    height: auto;
    font-size: .9rem !important;
    line-height: 1.8rem !important;
    color: #333333 !important;
    font-family: '宋体';
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont div {
    text-indent: 2em;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont img {
    display: block;
    margin: .8rem auto;
    max-width: 90%;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: flex-end;
    background: #f1f1f1;
    font-size: .9rem;
    margin-top: 2rem;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin a {
    display: block;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 0 center;
    font-size: .9rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #333;
    padding: 0 1.5rem;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin .Q25_print {
    background-image: url(../images/Q25_print.png);
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin .Q25_close {
    background-image: url(../images/Q25_close.png);
  }
  .Q25_article .container .Q25_articlecont .Q25_next {
    width: 100%;
    height: auto;
    padding-top: .8rem;
    border-top: 1px dotted #c5c5c5;
    margin-top: 1rem;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li a {
    color: #333333;
    font-size: .9rem;
    line-height: 2rem;
    color: #333333;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li:hover a {
    color: #0c55b1;
  }
  .Q25_Map {
    width: 100%;
    height: auto;
    padding: .5rem;
  }
  .Q25_Map .container {
    background: #fff;
  }
  .Q25_Map .Q25_MapList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    background-color: #fbfbfb;
  }
  .Q25_Map .Q25_MapList li {
    width: 50%;
    height: 2rem;
    line-height: 2rem;
  }
  .Q25_Map .Q25_MapList li a {
    line-height: 2rem;
    font-size: .9rem;
    color: #2d374b;
    width: 100%;
    height: 100%;
    padding-left: 1.5rem;
    background-image: url(../images/Q25_mapicon.png);
    background-position: .9rem center;
    background-repeat: no-repeat;
    display: block;
  }
  .Q25_Map .Q25_MapList li:hover a {
    color: #0c55b1;
  }
  .Q25_Map .Q25_Maptitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    background: url(../images/Q25title-qz.jpg) 0.6rem center no-repeat;
    font-weight: bold;
    padding-left: 2rem;
  }
  body {
    width: 100%;
    background-image: url(../images/Q25_home.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .Q25_head {
    width: 100%;
    height: auto;
    padding: 1.5rem .5rem;
  }
  .Q25_head .Q25_headIP {
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    text-align: right;
  }
  .Q25_head .Q25_headIP a {
    display: inline-block;
    background-color: #1b4789;
    color: #fff;
    font-size: .8rem;
    border-radius: .3rem;
    width: auto;
    padding: 0 1rem;
    text-align: center;
  }
  .Q25_head .Q25_headlogo {
    margin-top: 3rem;
    width: 100%;
    height: auto;
  }
  .Q25_head .Q25_headlogo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_head .Q25_headlogo a img {
    margin-left: 5%;
    width: 80%;
    height: auto;
    display: block;
  }
  .Q25_head .Q25_headsearch {
    width: 80%;
    height: 3rem;
    display: block;
    margin: 1.5rem auto 0;
  }
  .Q25_head .Q25_headsearch .Q25_headsearchf {
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    background-color: #f9fcfd;
    border: .01rem solid #d3d6d7;
  }
  .Q25_head .Q25_headsearch .Q25_headsearchf button {
    display: block;
    width: 4rem;
    height: 100%;
    background-image: url(../images/Q25_searchicon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    border: none;
  }
  .Q25_head .Q25_headsearch .Q25_headsearchf input {
    flex: 1;
    height: 100%;
    padding-left: 1rem;
    color: #999999;
    font-size: .9rem;
    border: none;
    background-image: url(../images/Q25_searchline.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .1rem 70%;
  }
  .Q25_navbox {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .Q25_navbox .Q25_nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .Q25_navbox .Q25_nav li {
    width: 50%;
    height: 3rem;
    border-right: .1rem solid #fff;
    border-left: .1rem solid #fff;
    margin-bottom: .1rem;
  }
  .Q25_navbox .Q25_nav li a {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    background: #1b4789;
    color: #ffffff !important;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    position: relative;
  }
  .Q25_navbox .Q25_nav li a .Q25_navhide {
    width: 0;
    height: 0;
    line-height: 0;
    border-style: solid dashed dashed dashed;
    border-width: 5px;
    border-color: transparent;
    border-top-color: #245399;
    position: absolute;
    left: 45%;
    display: none;
  }
  .Q25_navbox .Q25_nav li:hover a .Q25_navhide {
    display: block;
  }
  .Q25_navbox .Q25_nav li:last-child {
    border-right: 0;
  }
  .Q25_main {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: 0 .5rem;
  }
  .Q25_main .Q25_headLine {
    width: 100%;
    height: auto;
    padding-bottom: .6rem;
    border-bottom: .1rem #dddddd solid;
  }
  .Q25_main .Q25_headLine .Q25_headLinetitle {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .5rem;
    text-align: center;
    color: #1b4789;
  }
  .Q25_main .Q25_headLine .Q25_headLinelink {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    justify-content: center;
  }
  .Q25_main .Q25_headLine .Q25_headLinelink .Q25_headLinelinka1 {
    display: block;
    max-width: 70%;
    height: 3rem;
    line-height: 3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_headLine .Q25_headLinelink .Q25_headLinelinka2 {
    display: block;
    height: 3rem;
    line-height: 3rem;
    color: #333;
  }
  .Q25_main .Q25_headLine .Q25_headLinelink:hover a {
    color: #1d79cc;
  }
  .Q25_main .Q25_main_top {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .Q25_main .Q25_main_top .Q25_mySwiper {
    width: 100%;
    height: 15rem;
    margin: 0;
  }
  .Q25_main .Q25_main_top .Q25_mySwiper img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_main_top .Q25_mySwiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    margin-bottom: 0;
    color: #fff;
    line-height: 2rem;
    background-color: rgba(0, 0, 0, 0.65);
    padding-right: 45%;
    font-size: 1rem;
    padding-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_main_top .swiper-horizontal > .swiper-pagination-bullets,
  .Q25_main .Q25_main_top .swiper-pagination-bullets.swiper-pagination-horizontal,
  .Q25_main .Q25_main_top .swiper-pagination-custom,
  .Q25_main .Q25_main_top .swiper-pagination-fraction {
    width: auto;
    position: absolute;
    right: .4rem;
    bottom: .4rem;
    text-align: right;
  }
  .Q25_main .Q25_main_top .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 0;
    background: #827b68;
    opacity: 1;
    line-height: 1rem;
    color: #fff;
    font-size: .8rem;
    text-align: center;
  }
  .Q25_main .Q25_main_top .swiper-pagination-bullet-active {
    background: #ff7e00;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab {
    height: 100%;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabtitle {
    width: 100%;
    height: 2.8rem;
    line-height: 2.8rem;
    color: #1e4a8d;
    font-size: 1rem;
    font-weight: bold;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li {
    width: 100%;
    background: url(../images/Q25_point.png) 0px center no-repeat;
    line-height: 1.8rem;
    height: 1.8rem;
    justify-content: space-between;
    display: flex;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li a {
    display: block;
    font-size: 1rem;
    line-height: 1.8rem;
    height: 1.8rem;
    color: #333333;
    flex: 1;
    padding: 0 .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li span {
    color: #999999;
    line-height: 1.8rem;
    height: 1.8rem;
    display: block;
    width: 100px;
    font-size: 17px;
  }
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li:hover a,
  .Q25_main .Q25_main_top .Q25_mainToptab .Q25_mainToptabList li:hover span {
    color: #1d79cc;
  }
  .Q25_main .Q25_section1 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: .5rem .5rem 0;
    background: #fff;
    border: 1px #dddddd solid;
  }
  .Q25_main .Q25_section1 .Q25_section1list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .Q25_main .Q25_section1 .Q25_section1list li {
    background: #edf6f9;
    width: 49%;
    height: 5rem;
    line-height: 2rem;
    margin-right: 2%;
    margin-bottom: .5rem;
  }
  .Q25_main .Q25_section1 .Q25_section1list li a {
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    padding-top: 3rem;
    color: #333;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 1rem;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(1) a {
    background-image: url(../images/Q25_secicon1.png);
    background-size: 1.7rem auto;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(2) a {
    background-image: url(../images/Q25_secicon2.png);
    background-size: 1.8rem auto;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(3) a {
    background-image: url(../images/Q25_secicon3.png);
    background-size: 1.7rem auto;
  }
  .Q25_main .Q25_section1 .Q25_section1list li:nth-child(4) a {
    background-image: url(../images/Q25_secicon4.png);
    background-size: 1.2rem auto;
  }
  .Q25_main .Q25_section2 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .Q25_main .Q25_section2 li {
    width: 100%;
    height: 7rem;
    margin-bottom: .6rem;
  }
  .Q25_main .Q25_section2 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_section2 li a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_section3 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Q25_main .Q25_section3 li {
    width: 32%;
    height: 5rem;
    margin-bottom: .5rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .Q25_main .Q25_section3 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3rem;
  }
  .Q25_main .Q25_section3 li a p {
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    text-align: center;
    background: #1d4a8d;
    color: #ffffff !important;
    text-align: center;
  }
  .Q25_main .Q25_section3 li:nth-child(1) {
    background-image: url(../images/Q25_section3img1.jpg);
  }
  .Q25_main .Q25_section3 li:nth-child(2) {
    background-image: url(../images/Q25_section3img2.jpg);
  }
  .Q25_main .Q25_section3 li:nth-child(3) {
    background-image: url(../images/Q25_section3img3.jpg);
  }
  .Q25_main .Q25_section3 li:nth-child(4) {
    background-image: url(../images/Q25_section3img4.jpg);
  }
  .Q25_main .Q25_section3 li:nth-child(5) {
    background-image: url(../images/Q25_section3img5.jpg);
  }
  .Q25_main .Q25_banner2 {
    width: 100%;
    height: auto;
    margin-top: .5rem;
  }
  .Q25_main .Q25_banner2 a,
  .Q25_main .Q25_banner2 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .Q25_main .Q25_section4 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .Q25_main .Q25_section4 .Q25_section4title {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
  }
  .Q25_main .Q25_section4 .Q25_section4title a {
    color: #1d4a8d;
    font-weight: bold;
    font-size: 1rem;
  }
  .Q25_main .Q25_section4 .Q25_section41 {
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list {
    width: 100%;
    height: auto;
    margin-top: .8rem;
    display: flex;
    flex-wrap: wrap;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li {
    width: 49%;
    height: auto;
    margin: 0 2% .8rem 0;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li a img {
    width: 100%;
    height: 6rem;
    display: block;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li a p {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #f0f0f0;
    color: #333333;
    font-size: 1rem;
    margin-top: .4rem;
    border-radius: .4rem;
  }
  .Q25_main .Q25_section4 .Q25_section41 .Q25_section41list li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_main .Q25_section4 .Q25_section42list2 {
    width: 100%;
    height: auto;
    margin-top: .8rem;
  }
  .Q25_main .Q25_section4 .Q25_section42list2 li {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/Q25_point.png);
    background-repeat: no-repeat;
    background-size: .2rem .2rem;
    background-position: 0 center;
  }
  .Q25_main .Q25_section4 .Q25_section42list2 li a {
    color: #333333;
    font-size: 1rem;
    padding-left: .6rem;
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_section4 .Q25_section42list2 li span {
    color: #999999;
    text-align: right;
  }
  .Q25_main .Q25_section4 .Q25_section42 {
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section4title2 {
    border-bottom: .1rem solid #e5e3e3;
  }
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section42list {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section42list a {
    display: block;
    width: 48%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    background: #d1d1d1;
    color: #fff;
  }
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section42list a::after,
  .Q25_main .Q25_section4 .Q25_section42 .Q25_section42list a:hover {
    background-color: #1d4a8d;
    color: #fff;
  }
  .Q25_main .Q25_section4 .Q25_section43 {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_section4 .Q25_section43 .Q25_section43a {
    width: 100%;
    height: auto;
    margin-top: .5rem;
    text-align: center;
    border-top: 1px solid #e5e3e3;
    padding-top: 1rem;
  }
  .Q25_main .Q25_section4 .Q25_section43 .Q25_section43a a,
  .Q25_main .Q25_section4 .Q25_section43 .Q25_section43a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_autoroll {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1rem;
    background: #fff;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
    border-bottom: .1rem solid #e5e3e3;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname span {
    color: #1d4a8d;
    font-weight: bold;
    font-size: 1rem;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname a {
    color: #666666;
    font-size: 1rem;
  }
  .Q25_main .Q25_autoroll .Q25_autorollbox {
    width: 100%;
    height: auto;
    margin-top: .5rem;
  }
  .Q25_main .Q25_autoroll .slides {
    display: flex;
    transition: transform 10s ease-in-out;
  }
  .Q25_main .Q25_autoroll .marquee-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    /* Optional: for visualization purposes */
  }
  .Q25_main .Q25_autoroll .marquee-content {
    display: inline-block;
    animation: marquee 50s linear infinite;
    /* Adjust duration as needed */
  }
  .Q25_main .Q25_autoroll .marquee-content a {
    width: 10rem;
    height: 5rem;
    margin-right: .5rem;
    display: inline-block;
  }
  .Q25_main .Q25_autoroll .marquee-content a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  
  
  .Q25_Frilink {
    width: 100%;
    height: auto;
    line-height: 2.5rem;
    border-top: .5rem solid #2e66a1;
    font-size: 1rem;
    padding: 0 .5rem;
  }
  
  
  /*.Q25_frilink {*/
  /*  width: 100%;*/
  /*  height: auto;*/
  /*  line-height: 3rem;*/
  /*  background: #e1e1e1;*/
  /*  padding: 0 .5rem;*/
  /*}*/
  
  
  .Q25_Frilink .container .Q25_frilinkL span {
    color: #1d4a8d;
    font-weight: bold;
    font-size: 1rem;
    display: block;
  }
  .Q25_Frilink .container .Q25_frilinkL a {
    margin-right: 1rem;
    color: #333;
  }
  .Q25_Frilink .container .Q25_frilinkR {
    width: 100%;
    height: auto;
  }
  .Q25_Frilink .container .Q25_frilinkR a {
    width: auto;
    padding: .5rem;
    background: #1b75ce;
    color: #fff;
    text-align: center;
    border-radius: .3rem;
  }
  
  
  
  
  
  
  /*.Q25_Frilink span {*/
  /*  color: #1d4a8d;*/
  /*  font-weight: bold;*/
  /*  font-size: 1rem;*/
  /*  display: block;*/
  /*}*/
  /*.Q25_Frilink a {*/
  /*  margin-right: 1rem;*/
  /*  color: #333;*/
  /*}*/
  
  
  
  .Q25_footer {
    width: 100%;
    height: auto;
    border-top: .1rem solid #c1cae0;
    padding-top: 2rem;
  }
  .Q25_footer .Q25_footerlinkpbox {
    width: 100%;
    height: auto;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink2 img {
    display: block;
    width: 107px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp {
    margin-top: 1rem;
    line-height: 1.8rem;
    color: #333;
    font-size: 1rem;
    padding-left: 1rem;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp a,
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp span {
    color: #333;
    font-size: 1rem;
    display: block;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink img {
    margin: 0 .9rem;
  }
}
