@charset "UTF-8";
@media (min-width: 1200px) {
  .nav_topmain {
    width: 100%;
    height: auto;
    background-image: url(../images/Q25_body.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
  }
  .nav_topmain .Q25_top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.25);
  }
  .nav_topmain .Q25_top .container {
    display: flex;
    font-size: 14px;
    color: #fff;
    justify-content: space-between;
  }
  .nav_topmain .Q25_top .container a {
    font-size: 14px;
    color: #fff;
  }
  .nav_topmain .Q25_top .container span {
    margin: 0 10px;
  }
  .nav_topmain .Q25_top .container .Q25_topright a {
    margin-left: 10px;
  }
  .nav_topmain .Q25_banner {
    width: 100%;
    height: auto;
    margin-top: 45px;
  }
  .nav_topmain .Q25_banner .Q25_logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .nav_topmain .Q25_banner .Q25_logo img {
    display: block;
    height: auto;
    width: 72%;
    margin: 0 auto;
  }
  .nav_topmain .Q25_banner .Q25_search {
    width: 574px;
    height: 40px;
    margin: 25px auto 0;
    border: 1px solid #d61618;
  }
  .nav_topmain .Q25_banner .Q25_search form {
    display: block;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
  }
  .nav_topmain .Q25_banner .Q25_search form button {
    width: 61px;
    height: 100%;
    background-image: url(../images/Q25_searchicon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    border: 0;
  }
  .nav_topmain .Q25_banner .Q25_search form input {
    flex: 1;
    height: 95%;
    color: #333;
    border: 0;
    padding-left: 15px;
    line-height: 40px;
    font-size: 14px;
  }
  .nav_topmain .Q25_nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #015293;
    margin-top: 110px;
  }
  .nav_topmain .Q25_nav .container {
    display: flex;
    flex-direction: row;
  }
  .nav_topmain .Q25_nav .container li {
    flex: 1;
    height: 60px;
    text-align: center;
  }
  .nav_topmain .Q25_nav .container li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .nav_topmain .Q25_nav .container li:hover {
    background-color: #003f71;
  }
  .Q25_main {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .Q25_main .Q25_mainhead {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 25px 30px 20px;
  }
  .Q25_main .Q25_mainhead .Q25_headline {
    width: 100%;
    height: 120px;
    background-color: #f6f6f6;
    background-image: url(../images/Q25_headline.png);
    background-repeat: no-repeat;
    background-size: 68px 68px;
    background-position: 0 0;
    padding: 20px 80px;
  }
  .Q25_main .Q25_mainhead .Q25_headline .Q25_headlinetitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #d61618;
  }
  .Q25_main .Q25_mainhead .Q25_headline .Q25_headlinecont {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
  }
  .Q25_main .Q25_mainhead .Q25_headline .Q25_headlinecont span {
    display: block;
    width: 90%;
    height: 30px;
    font-size: 15px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainhead .Q25_headline .Q25_headlinecont a {
    color: #d71018;
    font-size: 15px;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl {
    width: 100%;
    height: 478px;
    padding: 20px;
    background-color: #eee;
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mySwiper {
    width: 650px;
    height: 100%;
    background-color: #ecf5f8;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mySwiper img {
    display: block;
    width: 100%;
    height: 366px;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mySwiper p {
    border-top: 5px solid #506483;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    height: 72px;
    text-align: left;
    background: rgba(34, 133, 210, 0.6);
    padding: 0 25px;
    font-size: 16px;
    padding-top: 15px;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-horizontal > .swiper-pagination-bullets,
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-bullets.swiper-pagination-horizontal,
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-custom,
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-fraction {
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-bullet-active {
    background: #d81e05;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab {
    width: 435px;
    height: 100%;
    margin-left: 15px;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    background: #fff;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list li {
    flex: 1;
    height: 50px;
    text-align: center;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #404040;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list li.current {
    background-image: url(../images/tab_listcurrent.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    height: 57px;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list li.current a {
    color: #fff;
    font-weight: bold;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con {
    margin-top: 7px;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item {
    display: none;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    background-image: url(../images/Q25_point.png);
    background-repeat: no-repeat;
    background-size: 3px 3px;
    background-position: 0 center;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li a {
    display: block;
    margin-left: 5px;
    width: 320px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li span {
    color: #999;
    flex: 1;
    text-align: right;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li:hover a {
    color: #d61618;
  }
  .Q25_main .Q25_mainhead .Q25_banner2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .Q25_main .Q25_mainhead .Q25_banner2 a {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainhead .Q25_banner2 a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_main2 {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top: 20px;
  }
  .Q25_main .Q25_main2 .Q25_main2box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_dtyW {
    width: 82px;
    height: 106px;
    background-image: url(../images/Q25_dtyw_img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list {
    width: 1040px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li {
    width: 50%;
    height: 33px;
    line-height: 22px;
    padding: 0 35px 0 10px;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-image: url(../images/Q25_point2.png);
    background-size: 4px 4px;
    background-position: 0 center;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li a {
    width: 385px;
    height: 100%;
    line-height: 33px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #313131;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li span {
    flex: 1;
    line-height: 33px;
    display: block;
    text-align: right;
    font-size: 16px;
    color: #ff7d05;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li:hover a {
    color: #ff7d05;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li:nth-child(2n) {
    padding-right: 0;
  }
  .Q25_main .Q25_main3 {
    width: 100%;
    height: 365px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_main3 .Q25_mainleft {
    width: 460px;
    height: 100%;
    padding: 20px 30px 30px;
    background: #fff;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainlefttitle {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #d3d3d3;
    background-image: url(../images/Q25_jgsz.png);
    background-repeat: no-repeat;
    background-position: 0 center;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 17px;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li {
    width: 90px;
    height: auto;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 17px;
    padding-bottom: 10px;
    border-radius: 10px;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 45px;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 30px 30px;
    font-size: 14px;
    line-height: 36px;
    color: #545454;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:hover {
    background-color: #468dc4;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:hover a {
    color: #fff;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList .Q25_mainleftListli a {
    line-height: 18px;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(1) a {
    background-image: url(../images/Q25_jgszicon01.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(1):hover a {
    background-image: url(../images/Q25_jgszicon1.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(2) a {
    background-image: url(../images/Q25_jgszicon02.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(2):hover a {
    background-image: url(../images/Q25_jgszicon2.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(3) a {
    background-image: url(../images/Q25_jgszicon03.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(3):hover a {
    background-image: url(../images/Q25_jgszicon3.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(4) a {
    background-image: url(../images/Q25_jgszicon04.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(4):hover a {
    background-image: url(../images/Q25_jgszicon4.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(5) a {
    background-image: url(../images/Q25_jgszicon05.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(5):hover a {
    background-image: url(../images/Q25_jgszicon5.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(6) a {
    background-image: url(../images/Q25_jgszicon06.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(6):hover a {
    background-image: url(../images/Q25_jgszicon6.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(7) a {
    background-image: url(../images/Q25_jgszicon07.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(7):hover a {
    background-image: url(../images/Q25_jgszicon7.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(8) a {
    background-image: url(../images/Q25_jgszicon08.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(8):hover a {
    background-image: url(../images/Q25_jgszicon8.png);
  }
  .Q25_main .Q25_main3 .Q25_mainright {
    width: 722px;
    height: 100%;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop {
    width: 100%;
    height: 235px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 {
    width: 335px;
    height: 225px;
    background: #fff;
    padding: 20px;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1title {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #d3d3d3;
    background-image: url(../images/Q25_kjcx.png);
    background-repeat: no-repeat;
    background-position: 0 center;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li {
    width: 48%;
    height: 50px;
    margin-right: 4%;
    margin-top: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #474747;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li a img {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li a:hover {
    color: #468dc4;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT2 {
    width: 372px;
    height: 225px;
    background: #fff;
    padding: 10px 30px 15px;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT2 .Q25_mainrightT2title {
    width: 100%;
    height: 20px;
    background-image: url(../images/Q25_yxgx.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT2 video {
    display: block;
    width: 100%;
    height: 171px;
    margin-top: 15px;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrightun {
    height: 115px;
    background: #fff;
    width: 100%;
    margin-top: 15px;
    padding: 15px 30px 15px 20px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrightun a {
    display: block;
    width: 214px;
    height: 85px;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrightun a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_yqjj {
    width: 100%;
    height: 260px;
    padding: 20px 30px 30px;
    background: #fff;
    margin-top: 20px;
  }
  .Q25_main .Q25_yqjj .Q25_yqjjtitle {
    width: 100%;
    height: 37px;
    background-image: url(../images/Q25_yqjs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
  }
  .Q25_main .Q25_yqjj .Q25_yqjjbox {
    width: 100%;
    height: 163px;
    margin-top: 10px;
    background-image: url(../images/Q25_yqjsbox.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    padding: 20px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    text-indent: 2em;
  }
  .Q25_main .Q25_yqjj .Q25_yqjjbox a {
    font-size: 18px;
    color: #ffbf12;
  }
  .Q25_main .Q25_autoroll {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
    padding: 30px;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname {
    width: 100%;
    height: 47px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 37px;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname a {
    font-size: 14px;
    color: #015293;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname span {
    display: inline-block;
    width: auto;
    height: 37px;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname span img {
    display: block;
    width: auto;
    height: 37px;
  }
  .Q25_main .Q25_autoroll .Q25_autorollbox {
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid #ccc;
  }
  .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: 260px;
    height: 208px;
    margin-right: 20px;
    display: inline-block;
  }
  .Q25_main .Q25_autoroll .marquee-content a img {
    display: block;
    width: 100%;
    height: 158px;
  }
  .Q25_main .Q25_autoroll .marquee-content a p {
    width: 100%;
    margin-top: 5px;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #393939;
    text-align: center;
    background-color: #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .Q25_main .Q25_hdjl {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    background: #fff;
  }
  .Q25_main .Q25_hdjl a {
    display: block;
    width: 368px;
    height: 83px;
  }
  .Q25_main .Q25_hdjl a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_footer {
    width: 100%;
    height: auto;
    background: #015293;
    padding: 20px 0 40px;
    color: #cde4f9;
  }
  .Q25_footer .Q25_frilink {
    width: 100%;
    height: auto;
  }
  .Q25_footer .Q25_frilink .Q25_frilinkp {
    width: 100%;
    height: auto;
    line-height: 18px;
    font-size: 14px;
  }
  .Q25_footer .Q25_frilink .Q25_frilinklist {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }
  .Q25_footer .Q25_frilink .Q25_frilinklist select {
    width: 160px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #003f71;
    font-size: 14px;
    color: #cde4f9;
    background-color: #0e64b1;
    margin-right: 10px;
    padding-left: 25px;
    border: 0;
  }
  .Q25_footer .Q25_footerbox {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_footer .Q25_footerbox .Q25_footerleft {
    width: auto;
    line-height: 18px;
  }
  .Q25_footer .Q25_footerbox .Q25_footerleft p {
    margin-bottom: 18px;
  }
  .Q25_footer .Q25_footerbox .Q25_footerleft p a,
  .Q25_footer .Q25_footerbox .Q25_footerleft p span {
    font-size: 14px;
    color: #cde4f9;
    margin-right: 20px;
  }
  .Q25_footer .Q25_footerbox .Q25_footerleft p:last-child {
    margin-bottom: 0;
  }
  .Q25_footer .Q25_footerbox .Q25_footerright {
    display: flex;
    flex-direction: row;
    justify-self: center;
    align-self: center;
  }
  .Q25_footer .Q25_footerbox .Q25_footerright a,
  .Q25_footer .Q25_footerbox .Q25_footerright span {
    line-height: 64px;
    color: #cde4f9;
    font-size: 14px;
    margin-right: 10px;
  }
  .Q25_footer .Q25_footerbox .Q25_footerright .Q25_footerrightimg1 {
    margin-left: 30px;
    height: 64px;
    display: inline-block;
    width: auto;
  }
  .Q25_footer .Q25_footerbox .Q25_footerright .Q25_footerrightimg2 {
    margin-left: 10px;
    height: 55px;
    display: inline-block;
    width: auto;
  }
  .Q25_mainList {
    padding: 0 20px;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .Q25_mainList .Q25_location {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background-image: url(../images/Q25_loctionicon.png);
    background-repeat: no-repeat;
    background-size: 10px 14px;
    background-position: 0 center;
    color: #888;
    font-size: 14px;
  }
  .Q25_mainList .Q25_location a,
  .Q25_mainList .Q25_location span {
    color: #888;
    font-size: 14px;
  }
  .Q25_mainList .Q25_NewsList {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL {
    width: 285px;
    height: 830px;
    background-color: #efefef;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListLtitle {
    width: 100%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: #015293;
    position: relative;
    font-weight: bold;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListLtitle .Q25_imgg {
    display: block;
    width: 14px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList {
    width: 100%;
    height: auto;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background-image: url(../images/Q25_leftnav.png);
    background-repeat: no-repeat;
    background-size: 7px 17px;
    background-position: 250px center;
    border-bottom: 1px solid #fff;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 18px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li:hover, .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li.current {
    background-image: url(../images/Q25_leftnav2.png);
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li:hover a, .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li.current a {
    color: #177ccd;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR {
    width: 855px;
    height: 100%;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRtitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c5c5c5;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRtitle span {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #177ccd;
    border-bottom: 2px solid #177ccd;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList {
    width: 100%;
    height: auto;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    padding-left: 12px;
    border-bottom: 1px solid #ededed;
    background-image: url(../images/Q25_point3.png);
    background-repeat: no-repeat;
    background-size: 4px 4px;
    background-position: 0 center;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li a {
    width: 70%;
    display: block;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
    font-size: 16px;
    color: #393939;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li span {
    width: 30%;
    height: 45px;
    line-height: 45px;
    text-align: right;
    display: block;
    font-size: 14px;
    color: #999;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li:hover {
    background-image: url(../images/Q25_point4.png);
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li:hover a,
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li:hover span {
    color: #177ccd;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_page {
    width: 100%;
    height: 30px;
    margin-top: 40px;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_page img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_mainList .Q25_NewsArt {
    width: 100%;
    height: auto;
    padding: 0 45px;
    margin-top: 10px;
  }
  .Q25_mainList .Q25_NewsArt .Q25_articleconttitle {
    width: 100%;
    height: auto;
    font-size: 30px;
    padding: 15px 0 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .Q25_mainList .Q25_NewsArt .Q25_articlecontdate {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
  }
  .Q25_mainList .Q25_NewsArt .Q25_articlecontdate .Q25_articlecontdateleft {
    flex: 1;
    padding-left: 100px;
    text-align: center;
    font-size: 14px;
    color: #5e5e5e;
  }
  .Q25_mainList .Q25_NewsArt .Q25_articlecontdate .Q25_articlecontdateleft span {
    margin: 0 20px;
  }
  .Q25_mainList .Q25_NewsArt .Q25_articlecontdate .Q25_articlecontweichat {
    width: 100px;
    background-image: url(../images/Q25_Toweichat.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 40px center;
  }
  .Q25_mainList .Q25_NewsArt .Q25_artcont {
    width: 100%;
    height: auto;
    padding: 20px 0;
    font-size: 15px !important;
    line-height: 30px !important;
    color: #393939 !important;
    font-family: '微软雅黑';
  }
  .Q25_mainList .Q25_NewsArt .Q25_artcont div {
    text-indent: 2em;
  }
  .Q25_mainList .Q25_NewsArt .Q25_artcont img {
    display: block;
    margin: 10px auto;
    max-width: 90%;
  }
  .Q25_mainList .Q25_NewsArt .Q25_dayin {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
    background: #f1f1f1;
    font-size: 15px;
    margin-top: 32px;
  }
  .Q25_mainList .Q25_NewsArt .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_mainList .Q25_NewsArt .Q25_dayin .Q25_print {
    padding: 0 22px;
    background-image: url(../images/Q25_print.png);
  }
  .Q25_mainList .Q25_NewsArt .Q25_dayin .Q25_close {
    padding: 0 22px;
    background-image: url(../images/Q25_close.png);
  }
  .Q25_mainList .Q25_NewsArt .Q25_next {
    width: 100%;
    height: auto;
    padding-top: 13px;
    border-top: 1px dotted #c5c5c5;
    margin-top: 16px;
  }
  .Q25_mainList .Q25_NewsArt .Q25_next li {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_mainList .Q25_NewsArt .Q25_next li a {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
  }
  .Q25_mainList .Q25_NewsArt .Q25_next li:hover a {
    color: #0c55b1;
  }
  .Q25_mainList .Q25_map {
    width: 100%;
    height: auto;
  }
  .Q25_mainList .Q25_map .Q25_mapBox {
    margin: 20px 0;
    width: 100%;
    height: auto;
  }
  .Q25_mainList .Q25_map .Q25_mapBox a {
    display: block;
    margin-bottom: 15px;
    margin-right: 1%;
    width: 24%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f2f4f7;
    font-size: 16px;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
  }
  .Q25_mainList .Q25_map .Q25_mapBox a:hover {
    background-color: #0c55b1;
    color: #fff;
  }
  .Q25_mainList .Q25_map .Q25_mapBox a:nth-child(4n) {
    margin-right: 0;
  }
  .Q25_mainList .Q25_map .Q25_maptitle {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #eaeaea;
  }
  .Q25_mainList .Q25_map .Q25_maptitle a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 23px;
    background-image: url(../images/Q25_mapline.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 6px auto;
    color: #484848;
  }
  .Q25_mainList .Q25_map .Q25_maptitle:hover a {
    color: #0c55b1;
  }
  .Q25_mainList2 {
    padding: 0 50px;
  }
}

@media (max-width: 1200px) {
  .nav_topmain {
    width: 100%;
    height: auto;
    background-image: url(../images/Q25_body.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: 0 0;
  }
  .nav_topmain .Q25_top {
    width: 100%;
    height: auto;
    line-height: 2rem;
    background: rgba(0, 0, 0, 0.25);
    padding: 0 0.5rem;
  }
  .nav_topmain .Q25_top .container {
    display: flex;
    font-size: 0.8rem;
    color: #fff;
    justify-content: space-between;
  }
  .nav_topmain .Q25_top .container a {
    font-size: 0.8rem;
    color: #fff;
  }
  .nav_topmain .Q25_top .container span {
    margin: 0 0.5rem;
  }
  .nav_topmain .Q25_top .container .Q25_topright a {
    margin-left: 0.5rem;
  }
  .nav_topmain .Q25_banner {
    width: 100%;
    height: auto;
    margin-top: 3rem;
  }
  .nav_topmain .Q25_banner .Q25_logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .nav_topmain .Q25_banner .Q25_logo img {
    display: block;
    height: auto;
    width: 98%;
    margin: 0 auto;
  }
  .nav_topmain .Q25_banner .Q25_search {
    width: 80%;
    height: 2rem;
    margin: 1.5rem auto 0;
    border: 0.01rem solid #d61618;
  }
  .nav_topmain .Q25_banner .Q25_search form {
    display: block;
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: row;
  }
  .nav_topmain .Q25_banner .Q25_search form button {
    width: 3.5rem;
    height: 100%;
    background-image: url(../images/Q25_searchicon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    border: 0;
  }
  .nav_topmain .Q25_banner .Q25_search form input {
    flex: 1;
    height: 95%;
    color: #333;
    border: 0;
    padding-left: 1rem;
    line-height: 2rem;
    font-size: 0.8rem;
  }
  .nav_topmain .Q25_nav {
    width: 100%;
    height: auto;
    line-height: 3rem;
    background-color: #015293;
    margin-top: 4rem;
  }
  .nav_topmain .Q25_nav .container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .nav_topmain .Q25_nav .container li {
    width: 33%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
  }
  .nav_topmain .Q25_nav .container li a {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
  }
  .nav_topmain .Q25_nav .container li:hover {
    background-color: #003f71;
  }
  .Q25_main {
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }
  .Q25_main .Q25_mainhead {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0.5rem 0.5rem 1rem;
  }
  .Q25_main .Q25_mainhead .Q25_headline {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    background-image: url(../images/Q25_headline.png);
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    background-position: 0 0;
    padding: 1rem 3rem;
  }
  .Q25_main .Q25_mainhead .Q25_headline .Q25_headlinetitle {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #d61618;
    overflow: hidden;
  }
  .Q25_main .Q25_mainhead .Q25_headline .Q25_headlinecont {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
    margin-top: 0.8rem;
  }
  .Q25_main .Q25_mainhead .Q25_headline .Q25_headlinecont span {
    display: block;
    width: 70%;
    height: 1.5rem;
    font-size: 0.9rem;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainhead .Q25_headline .Q25_headlinecont a {
    color: #d71018;
    font-size: 0.9rem;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    background-color: #eee;
    margin-top: 1rem;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mySwiper {
    width: 100%;
    height: 18.8rem;
    background-color: #ecf5f8;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mySwiper img {
    display: block;
    width: 100%;
    height: 15rem;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mySwiper p {
    border-top: 0.05rem solid #506483;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    height: 3.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    background: rgba(34, 133, 210, 0.6);
    padding: 0.5rem 5rem 1rem 1rem;
    font-size: 1rem;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-horizontal > .swiper-pagination-bullets,
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-bullets.swiper-pagination-horizontal,
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-custom,
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-fraction {
    width: auto;
    position: absolute;
    right: 0.5rem;
    bottom: 0rem;
    text-align: right;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .swiper-pagination-bullet-active {
    background: #d81e05;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    background: #fff;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list li {
    flex: 1;
    height: 3rem;
    text-align: center;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #404040;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list li.current {
    background-image: url(../images/tab_listcurrent.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    height: 3.5rem;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_list li.current a {
    color: #fff;
    font-weight: bold;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con {
    margin-top: 0.3rem;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item {
    display: none;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding-left: 0.3rem;
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    background-image: url(../images/Q25_point.png);
    background-repeat: no-repeat;
    background-size: 0.2rem auto;
    background-position: 0 center;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li a {
    display: block;
    margin-left: 5px;
    width: 65%;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li span {
    color: #999;
    flex: 1;
    text-align: right;
  }
  .Q25_main .Q25_mainhead .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li:hover a {
    color: #d61618;
  }
  .Q25_main .Q25_mainhead .Q25_banner2 {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .Q25_main .Q25_mainhead .Q25_banner2 a {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainhead .Q25_banner2 a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_main2 {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    background: #fff;
    margin-top: 0.5rem;
  }
  .Q25_main .Q25_main2 .Q25_main2box {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_dtyW {
    width: 20%;
    height: auto;
    background-image: url(../images/Q25_dtyw_img.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list {
    width: 80%;
    height: auto;
    padding-left: 0.5rem;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    display: flex;
    flex-direction: row;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li a {
    width: 60%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    color: #313131;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li span {
    flex: 1;
    text-align: right;
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: #ff7d05;
  }
  .Q25_main .Q25_main2 .Q25_main2box .Q25_main2list li:hover a {
    color: #ff7d05;
  }
  .Q25_main .Q25_main3 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .Q25_main .Q25_main3 .Q25_mainleft {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.5rem 0;
    background: #fff;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainlefttitle {
    width: 100%;
    height: 3rem;
    border-bottom: 0.01rem solid #d3d3d3;
    background-image: url(../images/Q25_jgsz.png);
    background-repeat: no-repeat;
    background-position: 0 center;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li {
    width: 32%;
    height: auto;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-radius: 0.5rem;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 2.5rem;
    background-repeat: no-repeat;
    background-position: center 0.6rem;
    background-size: 1.8rem 1.8rem;
    font-size: 0.8rem;
    line-height: 2rem;
    color: #545454;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:hover {
    background-color: #468dc4;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:hover a {
    color: #fff;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList .Q25_mainleftListli a {
    line-height: 1rem;
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(1) a {
    background-image: url(../images/Q25_jgszicon01.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(1):hover a {
    background-image: url(../images/Q25_jgszicon1.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(2) a {
    background-image: url(../images/Q25_jgszicon02.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(2):hover a {
    background-image: url(../images/Q25_jgszicon2.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(3) a {
    background-image: url(../images/Q25_jgszicon03.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(3):hover a {
    background-image: url(../images/Q25_jgszicon3.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(4) a {
    background-image: url(../images/Q25_jgszicon04.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(4):hover a {
    background-image: url(../images/Q25_jgszicon4.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(5) a {
    background-image: url(../images/Q25_jgszicon05.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(5):hover a {
    background-image: url(../images/Q25_jgszicon5.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(6) a {
    background-image: url(../images/Q25_jgszicon06.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(6):hover a {
    background-image: url(../images/Q25_jgszicon6.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(7) a {
    background-image: url(../images/Q25_jgszicon07.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(7):hover a {
    background-image: url(../images/Q25_jgszicon7.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(8) a {
    background-image: url(../images/Q25_jgszicon08.png);
  }
  .Q25_main .Q25_main3 .Q25_mainleft .Q25_mainleftList li:nth-child(8):hover a {
    background-image: url(../images/Q25_jgszicon8.png);
  }
  .Q25_main .Q25_main3 .Q25_mainright {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0.5rem 0.5rem 0;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1title {
    width: 100%;
    height: 3rem;
    border-bottom: 0.01rem solid #d3d3d3;
    background-image: url(../images/Q25_kjcx.png);
    background-repeat: no-repeat;
    background-position: 0 center;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li {
    width: 48%;
    height: 3rem;
    margin-right: 4%;
    margin-top: 0.5rem;
    border: 0.01rem solid #cfcfcf;
    border-radius: 0.3rem;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #474747;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li a img {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li a:hover {
    color: #468dc4;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT1 .Q25_mainrightT1list li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT2 {
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 0.5rem;
    padding: 0.5rem;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT2 .Q25_mainrightT2title {
    width: 100%;
    height: 20px;
    background-image: url(../images/Q25_yxgx.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrighttop .Q25_mainrightT2 video {
    display: block;
    width: 100%;
    height: 10.7;
    margin-top: 0.5rem;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrightun {
    height: auto;
    background: #fff;
    width: 100%;
    margin-top: 1rem;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrightun a {
    display: block;
    width: 32%;
    height: 4rem;
  }
  .Q25_main .Q25_main3 .Q25_mainright .Q25_mainrightun a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_yqjj {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    background: #fff;
    margin-top: 1rem;
  }
  .Q25_main .Q25_yqjj .Q25_yqjjtitle {
    width: 100%;
    height: 2rem;
    background-image: url(../images/Q25_yqjs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .Q25_main .Q25_yqjj .Q25_yqjjbox {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    background: #689ed5;
    padding: 0.5rem 0.8rem;
    line-height: 1.8rem;
    color: #fff;
    font-size: 1rem;
    text-indent: 2em;
    outline: 0.1rem inset #fff;
    /* 轮廓线不占用布局空间 */
    outline-offset: -0.3rem;
    border-radius: 0.5rem;
    /* 负偏移使轮廓向内缩进 */
  }
  .Q25_main .Q25_yqjj .Q25_yqjjbox a {
    font-size: 1rem;
    color: #ffbf12;
  }
  .Q25_main .Q25_autoroll {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1rem;
    background: #fff;
    padding: 1rem 0.5rem;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname {
    width: 100%;
    height: 3rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    line-height: 2rem;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname a {
    font-size: 0.8rem;
    color: #015293;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname span {
    display: inline-block;
    width: auto;
    height: 2rem;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname span img {
    display: block;
    width: auto;
    height: 2rem;
  }
  .Q25_main .Q25_autoroll .Q25_autorollbox {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    border: 1px solid #ccc;
  }
  .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: 8rem;
    height: auto;
    margin-right: 0.5rem;
    display: inline-block;
  }
  .Q25_main .Q25_autoroll .marquee-content a img {
    display: block;
    width: 100%;
    height: 6rem;
  }
  .Q25_main .Q25_autoroll .marquee-content a p {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    color: #393939;
    text-align: center;
    background-color: #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .Q25_main .Q25_hdjl {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: 1rem 0.5rem;
    background: #fff;
  }
  .Q25_main .Q25_hdjl a {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    height: auto;
  }
  .Q25_main .Q25_hdjl a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_footer {
    width: 100%;
    height: auto;
    background: #015293;
    padding: 1rem 0.5rem 2rem;
    color: #cde4f9;
  }
  .Q25_footer .Q25_frilink {
    width: 100%;
    height: auto;
  }
  .Q25_footer .Q25_frilink .Q25_frilinkp {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 0.8rem;
  }
  .Q25_footer .Q25_frilink .Q25_frilinklist {
    width: 100%;
    height: 2.4rem;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }
  .Q25_footer .Q25_frilink .Q25_frilinklist select {
    width: 10rem;
    outline: none;
    display: block;
    height: 2.4rem;
    line-height: 2.4rem;
    color: #003f71;
    font-size: 14px;
    color: #cde4f9;
    background-color: #0e64b1;
    margin-right: 10px;
    padding-left: 25px;
    border: 0;
  }
  .Q25_footer .Q25_footerbox {
    margin-top: 18px;
  }
  .Q25_footer .Q25_footerbox .Q25_footerleft {
    width: auto;
    line-height: 18px;
  }
  .Q25_footer .Q25_footerbox .Q25_footerleft p a,
  .Q25_footer .Q25_footerbox .Q25_footerleft p span {
    font-size: 0.8rem;
    color: #cde4f9;
    display: block;
    margin-bottom: 0.5rem;
  }
  .Q25_footer .Q25_footerbox .Q25_footerleft p:last-child {
    margin-bottom: 0;
  }
  .Q25_footer .Q25_footerbox .Q25_footerright div {
    text-align: center;
  }
  .Q25_footer .Q25_footerbox .Q25_footerright a,
  .Q25_footer .Q25_footerbox .Q25_footerright span {
    line-height: 3rem;
    color: #cde4f9;
    font-size: 0.8rem;
    margin-right: 0.5rem;
  }
  .Q25_footer .Q25_footerbox .Q25_footerright .Q25_footerrightimg1 {
    margin-left: 30px;
    height: 64px;
    display: inline-block;
    width: auto;
  }
  .Q25_footer .Q25_footerbox .Q25_footerright .Q25_footerrightimg2 {
    margin-left: 10px;
    height: 55px;
    display: inline-block;
    width: auto;
  }
  .Q25_mainList {
    padding: 0 0.5rem 1rem;
    background-color: #fff;
    width: 100%;
    height: auto;
  }
  .Q25_mainList .Q25_location {
    width: 100%;
    height: auto;
    line-height: 2rem;
    padding-left: 1rem;
    background-image: url(../images/Q25_loctionicon.png);
    background-repeat: no-repeat;
    background-size: 0.6rem auto;
    background-position: 0 0.55rem;
    color: #888;
    font-size: 0.8rem;
  }
  .Q25_mainList .Q25_location a,
  .Q25_mainList .Q25_location span {
    color: #888;
    font-size: 0.8rem;
  }
  .Q25_mainList .Q25_NewsList {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL {
    width: 100%;
    height: auto;
    background-color: #efefef;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListLtitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    background-color: #015293;
    position: relative;
    font-weight: bold;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListLtitle .Q25_imgg {
    display: block;
    width: 14px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList {
    width: 100%;
    height: auto;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background-image: url(../images/Q25_leftnav.png);
    background-repeat: no-repeat;
    background-size: 0.5rem auto;
    background-position: 95% center;
    border-bottom: 0.01rem solid #fff;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 2rem 0 1rem;
    font-size: 1rem;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li:hover, .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li.current {
    background-image: url(../images/Q25_leftnav2.png);
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li:hover a, .Q25_mainList .Q25_NewsList .Q25_NewsListL .Q25_NewsListList li.current a {
    color: #177ccd;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR {
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRtitle {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 0.01rem solid #c5c5c5;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRtitle span {
    display: inline-block;
    padding: 0 0.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #177ccd;
    border-bottom: 0.2rem solid #177ccd;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList {
    width: 100%;
    height: auto;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: space-between;
    padding-left: 0.8rem;
    border-bottom: 0.01rem solid #ededed;
    background-image: url(../images/Q25_point3.png);
    background-repeat: no-repeat;
    background-size: 0.2rem auto;
    background-position: 0 center;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li a {
    width: 70%;
    display: block;
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5rem;
    font-size: .9rem;
    color: #393939;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li span {
    width: 30%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: right;
    display: block;
    font-size: 0.8rem;
    color: #999;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li:hover {
    background-image: url(../images/Q25_point4.png);
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li:hover a,
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_NewsListRList li:hover span {
    color: #177ccd;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_page {
    width: 100%;
    height: 1rem;
    margin-top: 1rem;
  }
  .Q25_mainList .Q25_NewsList .Q25_NewsListR .Q25_page img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_NewsArt {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .Q25_NewsArt .Q25_articleconttitle {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 0.5rem 0 1rem;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .Q25_NewsArt .Q25_articlecontdate {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
  }
  .Q25_NewsArt .Q25_articlecontdate .Q25_articlecontdateleft {
    flex: 1;
    text-align: center;
    font-size: 0.8rem;
    color: #5e5e5e;
  }
  .Q25_NewsArt .Q25_articlecontdate .Q25_articlecontdateleft span {
    margin: 0 1rem;
  }
  .Q25_NewsArt .Q25_articlecontdate .Q25_articlecontweichat {
    width: 2rem;
    background-image: url(../images/Q25_Toweichat.png);
    background-repeat: no-repeat;
    background-size: 1.2rem 1.2rem;
    background-position: 0 center;
  }
  .Q25_NewsArt .Q25_artcont {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    font-size: 0.9rem !important;
    line-height: 1.8rem !important;
    color: #393939 !important;
    font-family: '微软雅黑';
  }
  .Q25_NewsArt .Q25_artcont div {
    text-indent: 2em;
  }
  .Q25_NewsArt .Q25_artcont img {
    display: block;
    margin: 0.5rem auto;
    max-width: 90%;
  }
  .Q25_NewsArt .Q25_dayin {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: flex-end;
    background: #f1f1f1;
    font-size: 0.9rem;
    margin-top: 2rem;
  }
  .Q25_NewsArt .Q25_dayin a {
    display: block;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 0 center;
    font-size: 0.9rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #333;
  }
  .Q25_NewsArt .Q25_dayin .Q25_print {
    padding: 0 1.5rem;
    background-image: url(../images/Q25_print.png);
  }
  .Q25_NewsArt .Q25_dayin .Q25_close {
    padding: 0 1.5rem;
    background-image: url(../images/Q25_close.png);
  }
  .Q25_NewsArt .Q25_next {
    width: 100%;
    height: auto;
    padding-top: 0.7rem;
    border-top: 0.01rem dotted #c5c5c5;
    margin-top: 1rem;
  }
  .Q25_NewsArt .Q25_next li {
    width: 100%;
    height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_NewsArt .Q25_next li a {
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #333333;
  }
  .Q25_NewsArt .Q25_next li:hover a {
    color: #0c55b1;
  }
  .Q25_map {
    width: 100%;
    height: auto;
  }
  .Q25_map .Q25_mapBox {
    margin: 0.5rem 0;
    width: 100%;
    height: auto;
  }
  .Q25_map .Q25_mapBox a {
    display: block;
    margin-bottom: 0.8rem;
    margin-right: 1%;
    width: 49%;
    float: left;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    background-color: #f2f4f7;
    font-size: 1rem;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 1rem;
  }
  .Q25_map .Q25_mapBox a:hover {
    background-color: #0c55b1;
    color: #fff;
  }
  .Q25_map .Q25_mapBox a:nth-child(4n) {
    margin-right: 0;
  }
  .Q25_map .Q25_maptitle {
    width: 100%;
    height: 2.5rem;
    border-bottom: 0.01rem solid #eaeaea;
  }
  .Q25_map .Q25_maptitle a {
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding-left: 1rem;
    font-size: 1.2rem;
    background-image: url(../images/Q25_mapline.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 0.3rem auto;
    color: #484848;
  }
  .Q25_map .Q25_maptitle:hover a {
    color: #0c55b1;
  }
}

