body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    min-width: 1200px;
    width: 100%;
    overflow: auto;
}

html {
    font-size: 62.5%;
    scroll-padding-top: 6rem;
    scroll-behavior: smooth;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    cursor: pointer;
    border: 0;
    color: #222;
}

a:hover {
    color: #1c5bb8;
}


.header {
    width: 100%;
    height: auto;
    background: #fff url("../images/sy_top_b.png") no-repeat top center;
    display: inline-block;
    min-width: 1200px;
}


.bigContainer {
    background: #014a8f;
    width: 100%;
    height: 45px;
    font-size: 16px;
}

.bigContainer .top_part {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    margin: auto;
}

.bigContainer .top_part .time {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigContainer .top_part .time img {
    height: 21px;
    width: 21px;
    margin: auto 10px;
}

.bigContainer .top_part .manager {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigContainer .top_part .manager .favorite {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bigContainer .top_part .manager img {
    margin: auto 5px;
}


.bigContainer .top_part .manager .back {
    margin: auto 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.midContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}

.jddh {
    display: none;

}

.search input {
    width: 235px;
    border: none;
    outline: none;
    color: #aaa;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.search form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.search form img {
    cursor: pointer;
}

.nav {
    height: 46px;
    margin: 60px 0 0 0;
    background: #014a8f;
}

.nav_container {
    width: 1200px;
    height: 100%;
    margin: auto;
    background: #014a8f;
}

ul,
ol,
li,
dt,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav_container li {
    width: 170px;
    height: 100%;
    float: left;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
}

.nav_container li img {
    margin: 0 5px;
}

.nav_container li:hover {
    background: #005699;
}

.nav_container li.active {
    background: #005699;
}

.nav_container li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.menu {
    background: rgba(9, 80, 169, 0.8);
    border-top: 1px solid #6b95c8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* padding-bottom: 10px; */
    z-index: 9999;
    position: absolute;
    width: 171px;
}

.nav_container ul li .menu a {
    color: #a1c6f3;
    line-height: 46px;
    height: 46px;
    font-weight: normal;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #6b95c8;
    background: none;
    padding: 0;
}

.nav_container ul li .menu a:hover {
    color: #fff;
}

.nav_container ul li .menu a:last-child {
    border-bottom: none;
}

.footer {
    background-color: #014a8f;
    text-align: center;
    margin: 0;
    width: 100%;
    bottom: 0;
    font-size: 16px;
    height: 138px;
    color: #fff;
}

.footer_nav_container ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_nav_container li {
    width: 7%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}


.footer_nav_container li:nth-child(even) {
    width: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/* .footer_nav_container li:last-child {
  border-right: 0px;
} */

.footer_nav_container li a {
    color: #000;
}

.footer_nav_container li a:hover {
    color: #fff;
}

.footer-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.footer-img {
    margin-left: 70px;
}

.footer-copyright {
    margin-left: 20px;
    color: #fff;
    font-family: '黑体';
    font-size: 12px;
}

.footer-copyright .copy {
    text-align: left;
}

.main {
    width: 1200px;
    height: auto;
    margin: 0 auto 10px auto;
    background: #fff;
    display: block;
}

.content_two_con {
    width: auto;
    background: url("../images/guanzhu_new2.png") no-repeat 0 0px;
}

.circleDivF {
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.circleDivF .article-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.circleDivF .article-title2 {
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.circleDiv {
    width: 6px;
    height: 6px;
    background: rgba(24, 109, 194, 0.39);
    border-radius: 50%;
    opacity: 1;
    margin: 0 10px;
}

.top_news {
    width: 100%;
    height: 94px;
}

.top_news_title {
    width: auto;
    height: auto;
}

.top_news_title a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.top_news_title em {
    width: 70px;
    height: 70px;
    background: url("../images/guanzhu.png") no-repeat;
    position: relative;
    display: inline-block;
    left: -20px;
    top: -10px;
}

.top_news_list {
    width: 1200px;
    margin: auto;
    font-size: 36px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}

.top_news_list li {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.top_news_list a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #014a8f;
}

.top_news_list a:hover {
    color: #005699;
}

.sy-szy {
    width: 100%;
    display: flex;
    margin: 10px 0;
}
.sy-szy2 {
    width: 100%;
    height:290px;
    display: flex;
    margin: 10px 0;
}

.sy-szy-left {
    width: 390px;
    margin-right: 15px;
}

.sy-szy-right {
    width: 795px;
}

.sy-picnews {
    width: 100%;
}

.sy-picnews .circular_box {
    width: 100%;
    height: 535px;
}

.sy-picnews .circular_box1 ul li {
    height: 535px;
}

.sy-picnews .circular_box1 ul li img {
    height: 535px;
}

.szy-article-left-index {
    margin-right: 1%;
    width: 49%;
    height: 100%;
    display: inline-block;
}

.szy-article-center-index {
    width: 49%;
    display: inline-block;
}

.szy-article-right-index {
    margin-left: 1%;
    width: 49%;
    height: 100%;
    display: inline-block;
}

.szy-article-left {
    width: 56%;
    height: 100%;
    display: inline-block;
}

.szy-article-right {
    width: 48%;
    height: 100%;
    display: inline-block;
}

.sy-gis {
    width: 100%;
    position: relative;
}

.gis-left {
    position: relative;
    width: 594px;
}

.gis-left-img {
    position: absolute;
    left: 0;
    width: 300px;
    top: 0;
    height: 460px;
    overflow: hidden;
}

.gis-center {
    position: absolute;
    left: 395px;
    width: 196px;
    top: 174px;
    height: 250px;
    overflow: hidden;
}

.gis-center .sqkbbox {
    display: flex;
    height: 70px;
    justify-content: center;
}

.gis-center .sqkbbox>div {
    height: 70px;
    width: 50px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}

.gis-center .sqkbbox>div>.img {
    width: 100%;
    height: 52px;
    background-image: url("../images/ind-icon.png");
    background-repeat: no-repeat;
}

.gis-center .sqkbbox>div.hdsq>.img {
    background-position: -150px -68px;
}

.gis-center .sqkbbox>div.dzxsksq>.img {
    background-position: -100px -68px;
}

.gis-center .sqkbbox>div.wxyt>.img {
    background-position: -50px -68px;
}

.gis-center .sqkbbox>div.yqfx>.img {
    background-position: -0px -68px;
}

.gis-center .sqkbbox>div>.title {}

.gis-right {
    width: 294px;
    position: absolute;
    top: 0;
    right: 300px;
}

.gis-rightList {
    width: 294px;
    position: absolute;
    right: 0;
    top: 0;
}

.gis-right-top {
    width: 100%;
    height: 174px;
}

.gis-right-bottom {
    width: 100%;
    height: 290px;
}

.gis-center .sqkb_title,
.gis-rightList .sqkb_title {
    padding: 5px;
    position: relative;
    font-size: 20px;
    height: 42px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #E6EEF8;
    color: #0E2D5F;
    background-color: #E0ECFF;
    background: -webkit-linear-gradient(top, #EFF5FF 0, #E0ECFF 100%);
    background: -moz-linear-gradient(top, #EFF5FF 0, #E0ECFF 100%);
    background: -o-linear-gradient(top, #EFF5FF 0, #E0ECFF 100%);
    background: linear-gradient(to bottom, #EFF5FF 0, #E0ECFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF, endColorstr=#E0ECFF, GradientType=0);
}

.gis-right .sqkb,
.gis-rightList .sqkb {
    position: relative;
    overflow-Y: auto;
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    background: rgba(248, 248, 248, 0.39);
}

.gis-right .sqkb {
    height: 174px;
}

.gis-rightList .sqkb {
    height: 201px;
}

.sqkb-box-list li {
    line-height: 35px;
    height: 35px;
}

.sqkb-box-list li a:hover {
    color: #02579a;
    /* transform: translateX(15px); */
}

.sqkb-box-list li:nth-child(1) {
    background: url("../images/new4.png") no-repeat center right;
}

.sqkb-circleDiv {
    margin: 0 10px;
}

.sqkb-title {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gis-right .cardG {
    background: #7ccf7c;
    margin: 20px;
    height: 65px;
    padding: 10px;
    border-radius: 49px;
}

.cardG {
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cardG img {
    width: 20%;
    transition: all 0.5s;
}

.gis-right .cardG:hover img {
    transform: scale(1.25);
}

.cardG .card_text {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular;
    color: #FFFFFF;
}

.gis-right .boxG {
    margin: 50px 20px;
    height: 50px;
    padding: 10px;
    border-radius: 49px;
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: rgb(146 220 242 / 30%);
}

.gis-right .boxG .boxG_img {
    width: 20%;
    height: 32px;
}

.gis-right .boxG .boxG_text {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular;
    color: #20b7e4;
}

.gis-right .boxG.qxyt .boxG_img {
    background: url("../images/box_qxyt.png") no-repeat center center;
    background-size: contain;
}

.gis-right .boxG.qxyt:hover .boxG_img {
    background: url("../images/box_qxyt.png") no-repeat center center;
    background-size: contain;
    /* animation: stepAnimate1 3s steps(5) both infinite; */
    animation: rotate1 3s infinite;
}

.gis-right .boxG.yqfx .boxG_img {
    background: url("../images/box_yqfx3.png") no-repeat center center;
    background-size: contain;
}

.gis-right .boxG.yqfx:hover .boxG_img {
    background: url("../images/box_yqfx3.png") no-repeat center center;
    background-size: contain;
    /* animation: stepAnimate1 3s steps(5) both infinite; */
    animation: rotate1 3s infinite;
}

.gis-right .boxG.sksq .boxG_img {
    background: url("../images/box_sksq2.png") no-repeat center center;
    background-size: contain;
}

.gis-right .boxG.sksq:hover .boxG_img {
    background: url("../images/box_sksq2.png") no-repeat center center;
    background-size: contain;
    /* animation: stepAnimate2 3s steps(5) both infinite; */
    animation: rotate1 3s infinite;
}

.gis-right .boxG.hdsq .boxG_img {
    /* width: 56px;
    height: 56px; */
    background: url("../images/box_hdsq3.png") no-repeat center center;
    background-size: contain;
    /* background: url("../images/box_hdsq1.png") no-repeat 0% 0%,url("../images/box_hdsq2.png") no-repeat 100% 100%;
    transform: scale(0.6); */
}

.gis-right .boxG.hdsq:hover .boxG_img {
    /* background: url("../images/box_hdsq1.png") no-repeat 0% 0%,url("../images/box_hdsq2.png") no-repeat 100% 100%;
    transform: scale(0.6); */
    /* animation: stepAnimate3 12s steps(12) both infinite; */
    animation: rotate1 3s infinite;
}

@keyframes rotate1 {
    0% {
        transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
    }
}

@keyframes stepAnimate1 {
    0% {
        background-image: url("../images/box_yqfx1.png") no-repeat center center;
        background-size: contain;
    }

    25% {
        background: url("../images/box_yqfx2.png") no-repeat center center;
        background-size: contain;
    }

    50% {
        background: url("../images/box_yqfx3.png") no-repeat center center;
        background-size: contain;
    }

    75% {
        background: url("../images/box_yqfx2.png") no-repeat center center;
        background-size: contain;
    }

    100% {
        background: url("../images/box_yqfx1.png") no-repeat center center;
        background-size: contain;
    }
}

@keyframes stepAnimate2 {
    0% {
        background-image: url("../images/box_sksq3.png") no-repeat center center;
        background-size: contain;
    }

    25% {
        background: url("../images/box_sksq2.png") no-repeat center center;
        background-size: contain;
    }

    50% {
        background: url("../images/box_sksq1.png") no-repeat center center;
        background-size: contain;
    }

    75% {
        background: url("../images/box_sksq2.png") no-repeat center center;
        background-size: contain;
    }

    100% {
        background: url("../images/box_sksq3.png") no-repeat center center;
        background-size: contain;
    }
}


@keyframes stepAnimate3 {
    0% {
        width: 56px;
        height: 56px;
        background: url("../images/box_hdsq1.png") no-repeat 0% 0%, url("../images/box_hdsq2.png") no-repeat 120% 100%;
        transform: scale(0.6);
    }

    25% {
        width: 56px;
        height: 56px;
        background: url("../images/box_hdsq1.png") no-repeat 0% 0%, url("../images/box_hdsq2.png") no-repeat 200% 100%;
        transform: scale(0.6);
    }

    50% {
        width: 56px;
        height: 56px;
        background: url("../images/box_hdsq1.png") no-repeat 0% 0%, url("../images/box_hdsq2.png") no-repeat 100% 100%;
        transform: scale(0.6);
    }

    75% {
        width: 56px;
        height: 56px;
        background: url("../images/box_hdsq1.png") no-repeat 0% 0%, url("../images/box_hdsq2.png") no-repeat 0% 100%;
        transform: scale(0.6);
    }

    100% {
        width: 56px;
        height: 56px;
        background: url("../images/box_hdsq1.png") no-repeat 0% 0%, url("../images/box_hdsq2.png") no-repeat 100% 100%;
        transform: scale(0.6);
    }
}

.tab-menu {
    height: 60px;
    line-height: 50px;
    background: url("../images/tabBg.png") no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.tab-menu.swcb {
    background: none;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right, rgb(14 80 174 / 20%), transparent);
}

.tab-menu.dflz {
    background: none;
    height: 40px;
    line-height: 40px;
    background: url("../images/djBg.jpg") no-repeat;
    ;
}

.tab-menu.swcb.tzgg {
    background: linear-gradient(to right, rgb(255 0 0 / 20%), transparent);
}

.bg {
    background: url("../images/ulBg.png") no-repeat;
}

.tab-menu li {
    display: block;
    border: 1px solid blue;
    display: inline-block;
    font-weight: normal;
    background: #fcfcfc;
    background: rgba(238, 247, 254, 0.39);
    bottom: auto;
    border: none;
    font-size: 20px;
    line-height: 57px;
    height: 59px;
    color: #000000;
    opacity: 1;
    padding: 0;
    cursor: pointer;
    transition: all 0.5s;
}

.tab-menu.threeTabSwcb li {
    background: transparent;
}

.new {
    border-bottom: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    opacity: 1;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.new ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new li {
    background: rgba(238, 238, 238, 0.39);
    margin: 0 1px 0 0;
    width: 120px;
    font-size: 20px;
    font-weight: bold;
}

.new li.active {
    background: #186DC2;
    color: #fff;
}

.swfc {
    background: rgba(238, 247, 254, 0.39);
    border-bottom: 1px solid #4A8DD0;
    opacity: 1;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.swfc li {
    width: 150px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    height: 60px;
    color: #073B80;
    border-bottom: 3px solid;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tab-menu li.active {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #073B80;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.tab-menu li span {
    margin: 0 20px;
}

.tab-menu.threeTabSwcb li.active,
.tab-menu.threeTabSwcb li:hover {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #073B80;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
}

.tab-menu.threeTabSwcb li span {
    margin: 0 5px;
}


.tabSwcb {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #073B80;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
}

.tabSwcb.wswinfo {
    border-left: 5px solid #073B80;
}

.tab-menu.tzgg>.tabSwcb {
    border-left: 5px solid #f00;
    color: #f00;
}

.tabSwcb span {
    margin: 0 20px;
}

.tab-menu li a {
    display: block;
    min-width: 60px;
    padding: 0 15px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}



.new li a {
    display: block;
    min-width: 60px;
    padding: 0 15px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}


.szy-more-articles {
    font-size: 14px;
    cursor: pointer;
}



/* .tab-box{
  width: 1180px;
  height: 315px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}

.hb_list{
  width: 595px;
} */

.tab-box-list .tab-box-list-info {
    width: 100%;
    height: 110px;
    display: flex;
    position: relative;
}

.tab-box-list .tab-box-list-info ul {
    padding-top: 12px;
}

.tab-box-list .tab-box-list-info li .circleDivF {
    height: 33px;
    line-height: 33px;
}

.tab-box-list .tab-box-list-info li .circleDiv {
    display: block;
}

.tab-box-list .tab-box-list-info .gwyxx {
    width: 34px;
    height: 100%;
    background: url("../images/gwy_info.png") no-repeat center center;
    background-size: contain;
}

.tab-box-list .tab-box-list-info .szfxx {
    width: 34px;
    height: 100%;
    background: url("../images/szf_info.png") no-repeat center center;
    background-size: contain;
}

.tab-box-list .tab-box-list-info .immore {
    position: absolute;
    top: 10px;
    right: 0;
    width: 46px;
    background: #ececec;
    height: 90px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #1c5bb8;
    overflow: hidden;
}

.tab-box-list .tab-box-list-info .immore a {
    display: block;
    color: inherit;
    height: 100%;
    padding-top: 35px;
    box-sizing: border-box;
}

.tab-box-list li {
    /*background: url(../images/news_icon_grap.png) no-repeat 2px 20px;*/
    /*padding:  0 20px;*/
    position: relative;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    display: flex;
    justify-content: space-between;
}

.tab-box-list li a {
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
}

.tab-box-list li span {
    width: 125px;
    color: #B0B0B0;
}

.gis-center .tab-box-list li a {
    margin-left: 0;
}

.tab-box-list li div.circleDivImg {
    display: none;
    width: 100%;
    height: 120px;
    transition: all 0.5s;
}

.tab-box-list li.showImg {
    margin-top: 21px;
    height: 120px;
}

.tab-box-list li.hideImg {
    height: 36px;
}

.tab-box-list li.hideImg span {
    width: 80px;
}

.tab-box-list li.showImg div.circleDivImg {
    display: flex;
    height: 120px;
    padding-left: 10px;
}

.tab-box-list li.showImg div.circleDivImg a {
    padding: 10px;
    text-overflow: unset;
    white-space: unset;
    color: #073b80;
}

.fast-nav {
    height: 98px;
    width: 98%;
    background: #E0F2FF;
    margin: 10px;
    display: flex;
    justify-content: space-around;
}

.sy-center-lbt {
    width: 100%;
    margin: 20px auto;
}

.sy-center-lbt div {
    margin: 10px auto;
}

.sy-center-lbt.halflbt div:first-child {
    margin-right: 10px;
}

.sy-center-lbt.halflbt div:last-child {
    margin-left: 10px;
}

.sy-szy-swfc {
    width: 96%;
    margin: 0px 28px;
}

.sy-flinks {
    background: #c9e1f1;
}

.sy-flinks .links {
    height: 48px;
    line-height: 48px;
    width: 1100px;
    margin: 0 auto;
}

.sy-flinks .links li {
    color: #0069ae;
    float: left;
    font-size: 15px;
}

.sy-flinks .links li.aboutUs {
    text-align: right;
    float: right;
}

.sy-flinks .links li a {
    color: #0069ae;
    margin-left: 18px;
}

.sy-szy-link {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy-szy-link h2 {
    width: 100px;
    font-size: 18px;
    color: rgb(102, 102, 102);
    font-weight: bold;
}

.Relevant_links {
    width: 100%;
    margin: auto;
    text-align: center;
}

.index-clj-tit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-clj-tit li {
    line-height: 30px;
    font-size: 14px;
    width: 30%;
    color: #A6707B;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 5px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #c2c2c2;
}

.triangle_border_right {
    position: relative;
    top: 7px;
    left: 5px;
    background: url("../images/open_link_icon.png") no-repeat;
    width: 16px;
    height: 26px;
}

.link_list ul {
    height: 200px;
    padding: 5px;
    margin: -245px 0 0 3px;
    position: absolute;
    width: 205px;
    background: #fff;
    overflow-x: hidden;
    z-index: 9999999;
}

.link_list ul li {
    margin: 5px auto;
}

.link_list ul li a {
    font-size: 16px;
    color: #333;
}

.sy-szy-bottom {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sy-szy-bottom img {
    width: 100%;
    margin: 10px;
}

.sy-right {
    position: fixed;
    top: 24%;
    right: 23px;
    z-index: 25;
}

.list_nav_fixed {
    margin: 5px auto;
    text-align: center;
    /* position: relative; */
}

.list_nav_fixed img {
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.list_nav_fixed.backtop {
    background: url("../images/backtop.png") no-repeat center center;
}

.con_nav_fixed {
    position: absolute;
    left: -110px;
    top: -24px;
    background: #eeeeee;
    display: none;
}

.sy-bottom {
    display: none;
}

.sy-legends {
    position: relative;
    display: flex;
    height: 123px;
}

.sy-legend {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #0E2D5F;
    font-weight: bold;
    width: 594px;
    height: 116px;
}

.sy-legend.sy-legend1 {
    margin-right: 6px;
    background: url("../images/tag_01.png") no-repeat center center;
}

.sy-legend.sy-legend2 {
    margin-left: 6px;
    background: url("../images/tag_02.png") no-repeat center center;
}

.footer-images {
    display: flex;
    margin-left: 50px;
}

.footer-images .footer_fixed {
    height: 60px;
    line-height: 60px;
    width: 60px;
    margin: 0 5px;
    text-align: center;
    position: relative;
}

@media (max-width:1280px) {
    .sy-right {
        display: none;
    }

    .sy-bottom {
        display: flex;
        margin-left: 25px;
    }

    .sy-bottom img {
        width: 50%;
    }

    .sy-bottom .xcxDiv {
        margin-left: 10px;
    }

    .sy-bottom .xcxDiv img {
        width: 27%;
    }
}

.sy-dwinfo {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
}

.sy-dwinfo>div {
    position: relative;
    width: 49%;
    height: 100%;
}

.sy-dwinfo>div.sy-dwinfo-center {
    /*margin: 0 15px;*/
}

.sy-dwinfo>div>.sy-dwinfo-tab {
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.sy-dwinfo>div>.sy-dwinfo-tab:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 17px;
    height: 2px;
    width: 65%;
    background: #DBDBDB;
}

.sy-dwinfo>div>.sy-dwinfo-content {
    width: 100%;
    height: 80%;
}

.sy-dwinfo>div>.sy-dwinfo-content ul li {
    font-size: 16px;
}

.sy-dwinfo>div>.sy-dwinfo-content .sy-dwinfo-content-dzdg {
    display: flex;
    flex-direction: column;
    color: red;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
}

.sy-dwinfo>div>.sy-dwinfo-content .sy-dwinfo-content-dzdg2 {
    width: 90px;
    margin: 5px auto;
    background: url('../images/dflz_xxyd_right.png') no-repeat center;
    background-size: 63%;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-rl;
    justify-content: center;
    align-items: center;
    letter-spacing: 15px;
    text-indent: 45px;
    font-family: Slideqiuhong;
    cursor: pointer;
}

.sy-dwinfo>div>.sy-dwinfo-content2 {
    display: flex;
    height: 110px;
    justify-content: space-around;
}

.sy-dwinfo>div>.sy-dwinfo-content2>div {
    width: 60px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.sy-dwinfo>div>.sy-dwinfo-content2>div>.title {
    margin-top: 70px;
    font-size: 12px;
}

.sy-dwinfo>div>.sy-dwinfo-content2>div.dwinfo1 {
    background: url("../images/img_07.png") no-repeat center top;
}

.sy-dwinfo>div>.sy-dwinfo-content2>div.dwinfo2 {
    background: url("../images/img_08.png") no-repeat center top;
}

.sy-dwinfo>div>.sy-dwinfo-content2>div.dwinfo3 {
    background: url("../images/img_09.png") no-repeat center top;
}

.sy-dwinfo>div>.sy-dwinfo-content2>div.dwinfo4 {
    background: url("../images/img_10.png") no-repeat center top;
}

.gis-right .tab-box-list li,
.gis-rightList .tab-box-list li {
    line-height: 36px;
}

.gis-right .tab-box-list li .circleDivF,
.gis-rightList .tab-box-list li .circleDivF {
    height: 36px;
    line-height: 36px;
}

.fixed_inf_iframe {
    display: none;
    width: 750px;
    max-height: 600px;
    position: absolute;
    top: 0;
    right: 100px;
    border: 1px solid #ccc;
    background: #fff;
}

.fixed_inf_iframe .newTitle {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background: #014a8f;
    color: #fff;
}

.fixed_inf .closeBtn {
    display: none;
    color: rgba(255,255,255,0.7) !important;
    position: absolute;
    right: 110px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
}

.fixed_inf_iframe .newscontain {
    max-height: 500px;
    overflow: hidden;
    background: #fff;
    min-height: 460px;
    height: auto;
    width: 86%;
    padding: 0px 20px 0 20px;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 0 7px #ccc;
    -ms-box-shadow: 0 0 7px #ccc;
    -o-box-shadow: 0 0 7px #ccc;
}

.fixed_inf_iframe .newscontain .article-tag-list {
    height: 35px;
    line-height: 35px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    background: rgba(236, 247, 252, 0.39);
    margin: 10px auto;
    list-style: none;
}

.fixed_inf_iframe .newscontain .article-tag-list .circleDivF {
    display: flex;
    align-items: center;
}

.fixed_inf_iframe .tab-box a {
    font-size: 14px;
}

.divpage .page {
    list-style: none;
    display: flex;
    margin: 15px auto;
    justify-content: center;
}

.fixed_inf_iframe .newscontain .article-tag-list .article-time {
    margin-right: 10px;
    width: 110px;
}

.sy-jlcltl {
    position: fixed;
    top: 450px;
    left: 40px;
    z-index: 1;
}