@charset "utf-8";@font-face {
    font-family: 'SHSCN-Bold';
    font-display: swap
}

:before,:after {
    font-family: 'iconfont'
}

@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.woff2?t=1690881425318") format("woff2"), url("../fonts/iconfont.woff?t=1690881425318") format("woff"), url("../fonts/iconfont.ttf?t=1690881425318") format("truetype")
}

.SCHeavy {
    font-family: "SHSCN-Bold" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconfont {
    font-family: 'iconfont'
}

.home-banner {
    position: relative;
    height: 100VH;
    transition: .8s ease-in-out;
    -webkit-transition: .8s ease-in-out
}

.home-banner .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.home-banner .slide1 {
    background-image: url(../banner/1.jpg)
}

.home-banner .slide2 {
    background-image: url(../banner/2.jpg)
}

.home-banner .slide3 {
    background-image: url(../banner/3.jpg)
}

.home-banner .slide4 {
    background-image: url(../banner/4.jpg)
}

.home-banner .slide5 {
    background-image: url(../banner/5.jpg)
}

.home-banner .slide6 {
    background-image: url(../banner/1.jpg)
}

.home-banner .swiper-extends {
    position: absolute;
    bottom: 105px;
    z-index: 10;
    left: 0;
    right: 0;
    text-align: center
}

.home-banner .btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: .3s all
}

.home-banner .btn:after {
    content: '';
    display: block;
    width: 32px;
    height: 27px;
    margin: 9px auto;
    background: url(../images/home_banner_arrow.jpg) no-repeat
}

.home-banner .button-next:after {
    background-position: -32px 0
}

.home-banner .button-prev {
    margin-right: 10px
}

.home-banner .button-next {
    margin-left: 10px
}

.home-banner .swiper-extends {
    line-height: 0
}

.home-banner .swiper-extends>div {
    display: inline-block;
    vertical-align: middle
}

.home-banner .swiper-button-disabled {
    opacity: .2
}

.home-banner .pagination-num,.home-banner .total {
    color: #fff;
    line-height: 40px;
    font-family: Arial;
    font-size: 30px
}

.home-banner .total {
    padding: 0 10px;
    opacity: 1
}

.home-banner .pagination-num {
    position: relative;
    height: 50px;
    width: 50px;
    margin-right: 8px
}

.home-banner .pagination-num li {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 0px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 30px
}

.home-banner .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    width: 50px;
    height: 5px;
    position: relative;
    outline: none;
    vertical-align: middle
}

.home-banner .swiper-pagination-bullet span {
    width: 50px;
    height: 5px;
    background: #fff;
    display: block;
    opacity: .6
}

.home-banner .swiper-pagination-bullet i {
    background: #3a95f2;
    height: 10px;
    width: 50px;
    border-radius: 10px;
    position: absolute;
    top: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear
}

.home-banner .swiper-pagination-bullet-active i {
    animation: middle 6s
}

@keyframes middle {
    0% {
        transform: scaleX(0)
    }

    20% {
        transform: scaleX(0.5)
    }

    100% {
        transform: scaleX(1)
    }
}

.home-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 669px;
    background: url(../images/home_ban_shade.jpg) repeat-x center top;
    z-index: 2
}

.home-banner2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 669px;
    background: url(../images/home_ban_shade.jpg) repeat-x center top;
    z-index: 2
}

.home-banner2 {
    height: 100vh !important
}

.home-banner2 .swiper-slide {
    overflow: hidden;
    width: 100vw !important;
    position: relative
}

.home-banner2 .swiper-slide dl {
    display: block;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.home-banner2 .swiper-slide dl::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/b-mask.jpg) center bottom no-repeat;
    background-size: 100% auto
}

.home-banner2 .swiper-slide img {
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    object-fit: cover;
    transform: scale(1.175);
    transition: 6s
}

.home-banner2 .swiper-slide video {
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%
}

.home-banner2 .swiper-slide dl .h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.6rem;
    line-height: 1;
    padding-left: .6rem;
    font-size: .5rem;
    color: #fff;
    z-index: 999;
    max-width: 80%;
    padding-right: 0.2rem
}

.home-banner2 .swiper-slide dl .h3 a {
    font-family: "SHSCN-Bold" !important;
    color: #fff
}

.home-banner2 .swiper-slide.swiper-slide-active img {
    transform: scale(1)
}

.home-banner2 .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}

.home-banner2 .btnBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .32rem;
    z-index: 3;
    padding-right: .42rem;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.home-banner2 .btnBox .paga {
    position: static;
    width: auto;
    font-size: .3rem;
    color: #fff;
    line-height: .32rem;
    font-weight: 100
}

.home-banner2 .btnBox .paga .swiper-pagination-current {
    font-size: .3rem;
    font-family: Impact
}

.home-banner2 .btnBox .paga .swiper-pagination-total {
    font-size: .24rem;
    font-family: Impact
}

.home-banner2 .btnBox .btn {
    position: static;
    width: .36rem;
    height: .36rem;
    margin-top: 0;
    background-size: 100% 100%
}

.home-banner2 .btnBox .prev {
    background-image: url(../images/b-prev.jpg)
}

.home-banner2 .btnBox .next {
    margin-left: .16rem;
    background-image: url(../images/b-next.jpg)
}

.home-banner2 .btnBox i {
    display: block;
    width: 1.08rem;
    height: 1px;
    background: #fff;
    margin: 0 0.12rem
}

.miso_scorll {
    position: absolute;
    bottom: .26rem;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.miso_scorll .ico img {
    display: block;
    width: .6rem
}

.miso_scorll .ico {
    animation: index_tips_scroll 2s linear infinite
}

@keyframes index_tips_scroll {
    0% {
        cy: 4;
        opacity: 0;
        transform: translateY(0)
    }

    45%,55% {
        opacity: 1;
        cy: 9;
        transform: translateY(4px)
    }

    to {
        cy: 14;
        opacity: 0;
        transform: translateY(0)
    }
}

.newsList-dotLine li h4:before,.home-newsBox,.home-newsBox:after,.home-zwgk-navlink li a,.fws-list .card,.home-hdjl-iconlink li a,.home-zwgk-scroll .item a img {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

.home-search {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20
}

.home-search .box {
    width: 1150px;
    height: 140px;
    margin: 0 auto;
    background: url(../images/home_search_bg.jpg) no-repeat center bottom
}

.home-search .inPad {
    padding: 0 5%
}

.home-search .ss {
    position: relative;
    padding: 4px 60px 0 122px;
    height: 78px;
    margin-bottom: 18px;
    border-bottom: 3px solid #df1e14
}

.home-search label {
    position: absolute;
    left: 0;
    line-height: 75px;
    color: #ed2c25;
    font-size: 1.75em
}

.home-search .s-btn {
    position: absolute;
    right: -7px;
    top: 13px;
    width: 59px;
    height: 60px;
    background: url(../images/home_search_btn.jpg) no-repeat;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all .3s
}

.home-search .s-btn:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85
}

.home-search .s-txt {
    width: 100%;
    height: 78px;
    line-height: 78px;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.125em;
    background: none
}

.home-search .s-txt::-webkit-input-placeholder {
    color: #f2807a
}

.home-search dl {
    position: relative;
    font-size: 0.9375em
}

.home-search dl dt {
    position: absolute;
    left: 0;
    color: #a1a1a1
}

.home-search dl dd {
    margin-left: 100px
}

.home-search dl dd a {
    margin-right: 22px;
    cursor: pointer
}

.bgnew-flower {
    background: url(../images/bg-new.jpg) no-repeat top center #fff;
    background-size: 100% auto
}

.home-zwdt .hd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.home-zwdt .bd .newsList {
    margin-top: -22px
}

.bg-flower {
    background: url(../images/bg_flower.jpg) no-repeat center center #fff;
    background-size: 100% auto
}

.bg-gray-flower {
    background: url(../images/bg_flower2.jpg) repeat-x center center #f5f7fa;
    background-size: auto 100%
}

.home-xxgk-l {
    width: 66.1%
}

.home-xxgk-r {
    width: 33.9%
}

.home-zfwj {
    background: url(../images/bg_mountain.jpg) no-repeat right top #fff;
    height: 280px;
    padding: 0 40px
}

.home-zwgk-navlink {
    margin: 0 -10px 10px
}

.home-zwgk-navlink li {
    float: left;
    width: 50%;
    margin-bottom: 20px
}

.home-zwgk-navlink li a {
    display: block;
    position: relative;
    margin: 0 10px 20px;
    height: 98px;
    line-height: 24px;
    background: #ffffff;
    color: #333333;
    border-radius: 5px;
    border: #c3d9ee 1px solid
}

.home-zwgk-navlink li a:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/home_zwgk_icons.png) no-repeat
}

.home-zwgk-navlink li.li1 a:before {
    background-position: 0 -40px
}

.home-zwgk-navlink li.li2 a:before {
    background-position: 0 -80px
}

.home-zwgk-navlink li.li3 a:before {
    background-position: 0 -120px
}

.home-zwgk-navlink li.li4 a:before {
    background-position: 0 -160px
}

.home-zwgk-navlink li.li5 a:before {
    background-position: 0 -200px
}

.home-zwgk-navlink li a:hover {
    background-image: linear-gradient(#e6f4ff, #f8fcff);
    color: #0053ad
}

.home-zwgk-navlink li span {
    padding: 5px 0 16px 16px
}

.home-zwgk-navlink li a:after {
    content: '';
    width: 0;
    height: 100%
}

.home-zwgk-navlink li span,.home-zwgk-navlink li a:after {
    vertical-align: middle;
    display: inline-block
}

.home-zwgk-navlink li.li4 br {
    display: none
}

.home-zdly li {
    width: 48%
}

.home-zwfw .cont {
    padding-left: 0;
    padding-right: 0
}

.home-fws-list {
    padding-left: 0;
    padding-right: 0
}

.home-fws-list li {
    float: left;
    width: 33.3333%;
    text-align: center;
    line-height: 48px
}

.home-fws-list li a:hover {
    color: #0053ac
}

.quick_bar {
    display: block
}

@media (max-width: 1480px) {
    .home-zwgk-navlink li.li4 br {
        display: block
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .home-zwgk-navlink li a:before {
        left: 15px
    }

    .home-zwgk-navlink li span {
        padding-left: 73px
    }
}

@media (max-width: 1023px) {
    .home-tpxw .owl-carousel .item img {
        height: auto
    }

    .home-xwzx {
        padding-top: 0
    }

    .home-zwdt .hd {
        position: static;
        margin-bottom: 20px
    }

    .home-zfwj {
        padding: 0 20px 30px
    }

    .home-zwgk-navlink li br {
        display: none !important
    }
}

@media (max-width: 580px) {
    .home-zwgk-navlink li br {
        display: block !important
    }
}

@media (max-width: 375px) {
    .home-banner {
        height: 380px
    }

    .home-zwgk-navlink li {
        width: 100%
    }

    .home-zwgk-navlink li br {
        display: none !important
    }

    .home-zwgk-navlink li a {
        height: 80px;
        margin-bottom: 15px
    }
}

.home-xwzx {
    padding-bottom: 20px
}

.home-toutiao {
    padding: 45px 0;
    text-align: center
}

.home-toutiao h3 {
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 2.5em
}

.home-toutiao h3 a {
    color: #005293
}

.home-toutiao ul li {
    display: inline-block;
    position: relative;
    max-width: 33%;
    text-align: center
}

.home-toutiao ul li+li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background: #757576
}

.home-toutiao ul li h4 {
    padding: 0 15px;
    font-size: 1em;
    font-weight: normal
}

.home-toutiao ul li h4 a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

.home-xwzx-l {
    width: 60.6%
}

.home-xwzx-r {
    width: 39.4%
}

.home-tpxw .owl-carousel .item {
    display: block;
    height: 492px;
    overflow: hidden
}

.home-tpxw .owl-carousel .item img {
    display: block;
    max-width: inherit;
    min-height: 100%
}

.home-ycyw {
    height: 492px
}

.home-newsBox {
    height: 300px;
    position: relative;
    padding: 0 22px;
    border: #e3e4e6 1px solid;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: #fff;
    overflow: hidden;
    margin-top: 72px
}

.home-newsBox:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e3e4e6
}

.home-newsBox .hd {
    padding: 23px 0 13px
}

.home-newsBox .hd ul {
    float: left;
    position: relative;
    padding-left: 58px;
    line-height: 44px
}

.home-newsBox .hd ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    background-color: #e9f6ff;
    border-radius: 50%;
    background-image: url(../images/home_icons_news.jpg);
    background-repeat: no-repeat
}

.home-newsBox .hd ul li {
    float: left;
    font-size: 1.25em;
    font-weight: bold
}

.home-newsBox .hd ul li+li {
    margin-left: 28px
}

.home-newsBox .hd ul li a {
    color: #5c5c5c
}

.home-newsBox .hd ul li a:hover,.home-newsBox .hd ul li.on a {
    color: #1a1a1a
}

.home-newsBox .hd .common-more2 {
    margin-top: 9px
}

.home-newsBox.active {
    height: 372px;
    margin-top: 0;
    box-shadow: 0 0 40px 3px rgba(50, 56, 70, .18)
}

.home-newsBox.active:after {
    height: 2px;
    background: #ea2b22
}

.home-newsBox.active .hd ul:before {
    background-color: #ffe8ea
}

.home-newsBox.active .hd ul li.on a {
    color: #ea2b22
}

.home-gwyxx .hd ul:before {
    background-position: 0 0
}

.home-jxszc .hd ul:before {
    background-position: 0 -44px
}

.home-xsqdt .hd ul:before {
    background-position: 0 -88px
}

.home-gwyxx.active .hd ul:before {
    background-position: -44px 0
}

.home-jxszc.active .hd ul:before {
    background-position: -44px -44px
}

.home-xsqdt.active .hd ul:before {
    background-position: -44px -88px
}

.newsList-dotLine {
    margin-left: 18px
}

.newsList-dotLine li {
    position: relative;
    padding: 27px 0 22px;
    clear: both;
    overflow: hidden
}

.newsList-dotLine li:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    background: #ebebeb
}

.newsList-dotLine li h4 {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    font-weight: normal;
    font-size: 1em;
    line-height: 24px
}

.newsList-dotLine li h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background: #cccccc;
    border-radius: 50%;
    z-index: 2
}

.newsList-dotLine li a {
    float: left;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

.newsList-dotLine li .time {
    position: absolute;
    top: 0;
    left: 40px;
    color: #6e6e6e
}

.newsList-dotLine li:hover h4:before {
    background: #ea2b22
}

.newsList-dotLine li:hover h4 a {
    color: #e5544d
}

.list6Box {
    width: 110%;
    padding: .15rem;
    margin: -.15rem
}

.list6 li .a {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: .3rem 0 .3rem 0;
    overflow: hidden;
    transition: .5s
}

.list6 li .img .imgLi {
    padding-bottom: 150%
}

.list6 li .txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 0 .4rem .15rem;
    background: url(../images/list6_b1.jpg) center bottom no-repeat;
    background-size: 100% auto;
    transition: .5s;
    transform: translateY(0)
}

.list6 li .txt h4 {
    color: #fff !important;
    font-weight: normal
}

.list6 li .txt1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(101%);
    background: rgba(7, 103, 204, 0.87);
    flex-direction: column;
    justify-content: center;
    padding: 0 .4rem;
    transition: .5s
}

.list6 li .txt1 h4 {
    color: #fff !important
}

.list6 li .txt1 p {
    color: #fff;
    margin: .12rem 0 .18rem
}

.list6 li .txt1 h6 {
    position: relative;
    z-index: 1;
    font-size: .18rem;
    color: #1c4b90;
    font-family: Futura Bk BT;
    line-height: .46rem
}

.list6 li .txt1 h6:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1.86rem;
    background: #f4f4ee;
    top: 0;
    right: 0;
    bottom: 0;
    left: -.4rem;
    z-index: -1;
    border-radius: 0 50vw 50vw 0
}

.list6Box .qhBox {
    position: relative;
    z-index: 1;
    padding: 0 0 0 .45rem;
    margin: .5rem 0 0
}

.list6Box .qhBox:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: #bed2cc;
    margin: -.5px 0 0;
    left: 0;
    right: 0;
    z-index: -1
}

.list6Box .swiper-scrollbar {
    height: .03rem;
    background: none;
    z-index: -1;
    position: absolute;
    top: 50%;
    margin-top: -.015rem;
    left: 1.65rem;
    right: 0
}

.list6Box .swiper-scrollbar .swiper-scrollbar-drag {
    background: #1c4b90
}

.arrow1 {
    display: flex;
    justify-content: center;
    align-items: center
}

.arrow1 .arrow {
    width: .48rem;
    height: .48rem;
    background: #fcfaf4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%
}

.arrow1 .arrow::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 1px solid #c0bfbb;
    border-radius: 50%;
    z-index: -1;
    transition: .5s
}

.arrow1 .arrow::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #1c4b90;
    z-index: -1;
    opacity: 0;
    transform: scale(0.7);
    visibility: hidden;
    transition: .5s
}

.arrow1 .arrow .icog {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.arrow1 .arrow svg {
    width: 0.2rem;
    height: 0.2rem;
    fill: #c0bfbb;
    position: relative
}

.arrow1 .arrow.prev .ico .ico2 {
    transform: translateX(0.22rem);
    opacity: 0
}

.arrow1 .arrow.next .ico .ico2 {
    transform: translateX(-0.22rem);
    opacity: 0
}

.index_title {
    margin-bottom: 35px;
    display: block;
    text-align: center;
    padding: 40px 0 0
}

.index_title .title_more {
    display: inline-block;
    *display: inline;
    *zoom: 1;width: 38px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    vertical-align: bottom;
    font-size: 24px;
    color: #ccc;
    font-family: arial;
    line-height: 36px;
    margin: 0 0 0 158px;
    text-align: center;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.index_title .title_more::after {
    content: '';
    display: block;
    height: 1px;
    width: 150px;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: 100%
}

.index_title .title_more:hover {
    background: #1c4b90;
    color: #fff
}

@media(min-width: 1024px) {
    .a:hover .slow .imgLi,a:hover .slow .imgLi,.slow:hover img {
        transform: scale(1.08);
        transition: transform 1s cubic-bezier(0.25, 0, 0, 1)
    }

    .a:hover .h4s2,.a:hover .h4s1 {
        color: #00447e
    }

    .more7 a:hover {
        color: #00447e
    }

    .index_title {
        padding: 18px 0 0;
        text-align: left;
        margin-bottom: 20px
    }

    .index_title .title_more {
        margin: 0 0 0 90px;
        width: 23px;
        height: 23px;
        line-height: 23px
    }

    .index_title .title_more::after {
        width: 88px
    }

    .list4 li .a:hover,.list5 li .a:hover,.list7:hover::before,.list8:hover,.list9 li .a:hover,.list13 li .a:hover .img,.list15 li .a:hover {
        box-shadow: 0px 0px .4rem 0px rgba(44, 99, 247, 0.32)
    }

    .list6 li .a:hover {
        box-shadow: 0px 0px .15rem 0px rgba(3, 63, 50, 0.27)
    }

    .list6 li .a:hover .txt {
        transform: translateY(-60%)
    }

    .list6 li .a:hover .txt1 {
        transform: translateY(0)
    }

    .arrow1 .arrow:hover::before {
        opacity: 0;
        visibility: hidden;
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    .arrow1 .arrow:hover::after {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .arrow1 .arrow.prev:hover .ico .ico1 {
        transform: translateX(-.22rem);
        opacity: 0
    }

    .arrow1 .arrow.prev:hover .ico .ico2 {
        transform: translateX(0);
        opacity: 1
    }

    .arrow1 .arrow.next:hover .ico .ico1 {
        transform: translateX(.22rem);
        opacity: 0
    }

    .arrow1 .arrow.next:hover .ico .ico2 {
        transform: translateX(0);
        opacity: 1
    }

    .arrow1 .arrow:hover svg {
        fill: #fff
    }
}

@media(max-width: 800px) {
    .list6Box .qhBox {
        margin: .3rem 0 0
    }
}

.home-yqk {
    padding-bottom: 20px;
    background: url(../images/home_bg_blue.jpg) repeat-x center top #f7f8fa
}

.home-common-tit {
    text-align: center
}

.home-common-tit h2 {
    padding: 40px 180px;
    position: relative;
    display: inline-block;
    font-size: 0.3rem;
    font-family: 'SHSCN-Bold';
    letter-spacing: 10px
}

.home-common-tit h2:after,.home-common-tit h2:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 179px;
    height: 50px;
    background: url(../images/home_tit_figure.jpg) no-repeat
}

.home-common-tit h2:before {
    left: 0
}

.home-common-tit h2:after {
    right: 0;
    background-position: right 0
}

.home-common-tit h2 strong {
    display: block;
    margin-bottom: 10px;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    color: #1a1a1a;
    letter-spacing: 10px
}

.home-common-tit h2 span {
    display: block;
    color: #1a1a1a;
    font-weight: normal;
    opacity: .5;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: 'SHSCN-Bold'
}

.home-common-tit.white h2 strong {
    color: #fff
}

.home-common-tit.white h2 span {
    color: #fff
}

.home-common-tit.white h2:after,.home-common-tit.white h2:before {
    background-image: url(../images/home_tit_figure2.jpg)
}

.home-yqk .home-common-tit {
    height: 171px;
    padding-top: 0
}

.home-yqk .tab-concise .hd {
    margin-bottom: 20px
}

.home-yqk-radiusBox {
    height: 536px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 3px rgba(50, 56, 70, .18)
}

.home-yqk-radiusBox .newest {
    height: 135px;
    padding: 0 156px 0 35px;
    color: #fff
}

.home-yqk-radiusBox .newest h3 {
    padding: 38px 0 8px;
    opacity: .8;
    font-size: 1.5em
}

.home-yqk-radiusBox .newest ul li a {
    color: #fff
}

.home-yqk-radiusBox .newest ul li .time {
    color: #fff;
    opacity: .6
}

.home-yqk-radiusBox .newsList.dotLine {
    padding: 22px 0
}

.home-yqk-radiusBox .common-more {
    position: absolute;
    bottom: 0;
    right: 35px
}

.home-yqk-radiusBox .bdPad {
    padding: 0 35px
}

.home-zcwj .newest {
    background: url(../images/home_yqk_bg_zcwj.jpg) no-repeat right top #76c3ff
}

.home-xxgk .newest {
    background: url(../images/home_yqk_bg_xxgk.jpg) no-repeat right top #67c7ff
}

.home-zwgk-navlink {
    margin: 0 -10px;
    padding-top: 38px
}

.home-zwgk-navlink li {
    float: left;
    width: 50%
}

.home-zwgk-navlink li a {
    display: block;
    position: relative;
    margin: 0 10px 20px;
    padding: 16px 0 16px 80px;
    line-height: 30px;
    background: #f7f8fa;
    color: #333333;
    border-radius: 2px
}

.home-zwgk-navlink li a:before {
    content: '';
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/home_zwgk_icons.png) no-repeat
}

.home-zwgk-navlink li.li1 a:before {
    background-position: 0 -40px
}

.home-zwgk-navlink li.li2 a:before {
    background-position: 0 -80px
}

.home-zwgk-navlink li.li3 a:before {
    background-position: 0 -120px
}

.home-zwgk-navlink li.li4 a:before {
    background-position: 0 -160px
}

.home-zwgk-navlink li.li5 a:before {
    background-position: 0 -200px
}

.home-zwgk-navlink li a:hover {
    background: #edf7fc
}

.home-zwgk-zt li {
    width: 50%
}

.home-zwgk-zt li a {
    height: 81px;
    margin-bottom: 20px
}

.home-zwgk-zt li.li1 a span {
    color: #cc7110
}

.home-zwgk-scroll {
    height: 205px;
    background: #fff;
    border-radius: 10px
}

.home-zwgk-scroll .item {
    overflow: hidden;
    text-align: center
}

.home-zwgk-scroll .item img {
    width: 80px;
    height: 80px;
    margin: 50px auto 12px
}

.home-zwgk-scroll .item span {
    font-size: 1.125em
}

.home-zwgk-scroll .item a {
    display: block
}

.home-zwgk-scroll .item a:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.home-zwfww img {
    display: block;
    width: 100%;
    border-radius: 5px
}

.home-zwfww .m {
    display: none
}

.home-zwfw-fws .hd {
    padding: 0 0 35px
}

.home-zwfw-fws .bd {
    padding: 60px 0 20px
}

.fws-list {
    margin: 0 -15px;
    padding-bottom: 20px
}

.fws-list .box {
    float: left;
    width: 12.5%
}

.fws-list .card {
    display: block;
    margin: 0 10px 20px;
    text-align: center;
    position: relative;
    padding: 18px 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

.fws-list .icon-service {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 25px;
    left: 30px
}

.fws-list .img {
    margin-bottom: 10px
}

.fws-list .img img {
    height: 35px;
    margin: 0 6px
}

.fws-list .txt h3 {
    font-size: 1.1em;
    font-weight: 400;
    color: rgba(28, 71, 130, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.fws-list .txt h3 a {
    color: #353535
}

.fws-list .txt ul li {
    line-height: 24px;
    font-size: .9375em
}

.fws-list .card:hover {
    box-shadow: 0 0 40px 3px rgba(50, 56, 70, .18)
}

.bmfl-list {
    padding-bottom: 20px
}

.bmfl-list li {
    float: left;
    width: 16.6667%
}

.bmfl-list {
    margin: 0 -6px
}

.bmfl-list li a {
    display: block;
    color: rgba(28, 71, 130, 1);
    height: 66px;
    margin: 0 10px 20px;
    padding: 0 5px;
    line-height: 20px;
    font-size: 1.1em;
    background: #fff;
    border: #fff 1px solid;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    transition: .3s box-shadow
}

.bmfl-list li a:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.bmfl-list li a span {
    display: inline-block;
    vertical-align: middle
}

.bmfl-list li a:hover {
    box-shadow: 0 0 20px 2px rgba(50, 56, 70, .18)
}

.fuwu-list {
    margin: 0 -6px;
    padding-bottom: 20px
}

.fuwu-list li {
    float: left;
    width: 33.333%
}

.fuwu-list li a {
    height: 118px;
    background: rgba(236, 243, 253, 1);
    display: block;
    margin: 0 20px 20px;
    padding-top: 30px;
    padding-left: 30px;
    position: relative;
    border-radius: 6px
}

.fuwu-list li a span {
    color: rgba(28, 71, 130, 1);
    font-size: 1.1em;
    font-weight: bold
}

.fuwu-list li a p {
    color: rgba(153, 153, 153, 1);
    font-size: 15px;
    margin-top: 10px;
    position: relative;
    z-index: 100
}

.fuwu-list li a img {
    position: absolute;
    right: 5px;
    bottom: 0
}

.home-yqw-l {
    width: 26.8%
}

.home-yqw-c {
    width: 25.5%
}

.home-yqw-r {
    width: 47.7%
}

.home-zxft .common-title {
    margin-bottom: 14px
}

.home-zxft .pic {
    height: 121px;
    overflow: hidden
}

.home-zxft .pic img {
    display: block;
    width: 100%
}

.home-zxft .txt {
    height: 157px;
    background: #f7f8fa;
    border: #ebebec 1px solid
}

.home-zxft .txt ul {
    padding: 18px 25px 6px
}

.home-zxft .txt li {
    margin-bottom: 12px;
    line-height: 24px
}

.home-zxft .txt li b {
    color: #1b71ce
}

.home-zxft .txt li.nor {
    font-size: 14px;
    opacity: .8
}

.home-zxft .txt li.zt {
    max-height: 48px;
    overflow: hidden
}

.home-zxft .txt li span {
    display: initial
}

.home-zxft .txt li span:nth-child(3) {
    display: inline-table;
    text-indent: 2em
}

.home-wqhg .bd ul {
    padding-top: 23px
}

.home-hdjl-iconlink {
    padding-top: 20px
}

.home-hdjl-iconlink ul {
    margin: 0 -10px
}

.home-hdjl-iconlink li {
    float: left;
    width: 33.33333%
}

.home-hdjl-iconlink li a {
    display: block;
    height: 130px;
    margin: 20px 10px 0;
    background: #f7f8fa;
    border-radius: 8px;
    text-align: center
}

.home-hdjl-iconlink li a:before {
    content: '';
    display: inline-block;
    width: 62px;
    height: 62px;
    margin: 34px 10px 34px -5px;
    background: url(../images/home_hdjl_icons.jpg) no-repeat;
    vertical-align: middle;
    transition: all 0.43s ease 0s
}

.home-hdjl-iconlink li a span {
    display: inline-block;
    vertical-align: middle
}

.home-hdjl-iconlink li.li1 a:before {
    background-position: 0 -62px
}

.home-hdjl-iconlink li.li2 a:before {
    background-position: 0 -124px
}

.home-hdjl-iconlink li.li3 a:before {
    background-position: 0 -186px
}

.home-hdjl-iconlink li.li4 a:before {
    background-position: 0 -248px
}

.home-hdjl-iconlink li.li4 a:before {
    background-position: 0 -310px
}

.home-hdjl-iconlink li a:hover:before {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.home-hdjl-iconlink li a:hover {
    background: #f1f6fd
}

.home-hdjl-iconlink li a span {
    line-height: 24px;
    font-weight: bold;
    text-align: left
}

.home-ztzl-tit {
    position: relative;
    text-align: center;
    margin-bottom: 28px
}

.home-ztzl-tit:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    margin-top: 3px;
    background: #247be0
}

.home-ztzl-tit h2 {
    position: relative;
    display: inline-block;
    padding: 10px 75px;
    text-align: center;
    font-size: 1.875em;
    background: #fff;
    margin-top: 0.3rem
}

.home-ztzl-tit h2 a {
    color: #1a1a1a
}

.home-ztzl-tit h2:before,.home-ztzl-tit h2:after {
    content: '';
    position: absolute;
    top: 21px;
    width: 11px;
    height: 12px;
    background: url(../images/home_ztzl_halfarrow.jpg) no-repeat
}

.home-ztzl-tit h2:before {
    left: -11px
}

.home-ztzl-tit h2:after {
    right: -11px;
    background-position: -11px 0
}

.home-ztzl-scroll {
    margin-bottom: 60px
}

.yzgov-share {
    max-width: 330px;
    position: fixed;
    bottom: 0;
    z-index: 10000
}

.yzgov-share.left {
    left: 10px
}

.yzgov-share.right {
    right: 10px
}

.yzgov-share-img {
    overflow: hidden
}

.yzgov-share.right .yzgov-share-img {
    text-align: right
}

.yzgov-share-img img {
    max-width: 100%;
    margin-bottom: 4px
}

.yzgov-share-title {
    margin-top: 5px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #ccc
}

.yzgov-share-close {
    cursor: pointer;
    position: absolute;
    width: 23px;
    height: 22px;
    top: -23px;
    right: 0
}

.yzgov-share.right .yzgov-share-close {
    left: inherit;
    left: 0
}

.zdl,.ydl {
    display: none;
    width: 12px;
    height: 20px;
    background: gray;
    bottom: 50px
}

.other-ohter-x {
    background: url(../images/icon_close.jpg) no-repeat right bottom
}

.quick_bar {
    display: block
}

.syxgg {
    height: 628px;
    background: url(../images/sxgg_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    display: none
}

.syxgg .tit {
    padding: 70px 0 20px;
    font-size: 2.8125em;
    text-align: center
}

.syxgg .tit span {
    color: #fff;
    display: none;
    padding: 15px 0 20px;
    text-shadow: -2px -2px 0 #2e50c1, 2px -2px 0 #2e50c1, -2px 2px 0 #2e50c1, 2px 2px 0 #2e50c1, 0px 4px 4px rgba(0, 0, 0, 0.3)
}

.syxgg .tit img {
    display: block;
    margin: 0 auto
}

.syxgg .txt {
    font-size: 1.375em;
    text-indent: 2em;
    line-height: 2.1818;
    opacity: .8;
    color: #fff;
    text-shadow: 0 0 30px rgba(13, 44, 137, .6);
    margin-bottom: 30px;
    text-align: justify
}

.syxgg .lk {
    font-size: 1.375em;
    line-height: 2.1818;
    opacity: .6;
    color: #fff;
    float: right;
    margin-bottom: 40px
}

.syxgg .cr {
    clear: both;
    color: #eff3ff;
    opacity: .4;
    line-height: 2.25;
    text-align: center
}

.syxgg .cr span {
    margin: 0 10px;
    display: inline-block
}

.flex,.g-head .wal>.list ul,.g-head .language,.g-foot .link ul,.g-foot .link a,.g-foot .msg,.g-foot .share ul,.index-flash .list li .title .btn,.index-flash .list li .title .btn a,.index-flash .list li .title .btn a:before,.index-flash .arrow,.index-flash .arrow .num,.index-flash .img-list dl,.index-title .more,.index-news .list ul,.index-news .list a .hd .time,.index-news .list2 li a,.index-news .list2 .more a,.index-news .list2 .more a:before,.index-list ul,.index-service .list ul,.index-ideological .list ul,.index-list a .bd .btn,.index-service .list a .bd .btn,.index-ideological .list a .bd .btn,.index-1,.index-1 .arrow,.index-about .list ul,.index-about .list li,.index-events .list ul,.index-topics .control,.index-topics .control .num,.index-topics .control .arrow,.index-topics .list li a .bd .btn,.index-reports .list a,.index-reports .list a .tag,.page-banner .wal,.page-banner .nav,.page-banner .nav h2 a,.page-banner .nav ul,.teching ul,.teching-news .title,.teching-news .title a.more,.teching-news .list ul,.teching-news .list a .bd,.teching-news .btn,.teching-news .btn a,.about .row,.about .row .col .more a,.about .list ul,.about-foot .list ul,.about-foot .list a,.about-foot .list a:after,.about-foot .more a,.school .wal,.research .dots,.research .btn,.research .btn a,.research .arrow a,.research-imgs .dots,.research-imgs .arrow a,.leader li,.leader li .side .name,.group .item,.news .list a,.page-num,.page-num a,.notice-list ul,.service-1 .row,.service-1 .item .list li,.service-3 .wal,.service-3 .list .li_01,.page-curr,.page-curr .curr,.page-curr .btns,.page-curr .btns dl,.qrid_zz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap,.g-foot .msg,.index-news .list ul,.index-list ul,.index-service .list ul,.index-ideological .list ul,.index-about .list ul,.index-events .list ul,.teching ul,.teching-news .list ul,.about .row,.about .list ul,.school .wal,.leader li,.notice-list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column,.index-flash .arrow,.index-flash .arrow .num,.index-news .list a .hd .time,.page-banner .wal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.align-center,.g-head .language,.g-foot .link a,.index-flash .list li .title .btn a,.index-flash .list li .title .btn a:before,.index-flash .arrow,.index-flash .arrow .num,.index-title .more,.index-news .list2 li a,.index-news .list2 .more a,.index-news .list2 .more a:before,.index-list a .bd .btn,.index-service .list a .bd .btn,.index-ideological .list a .bd .btn,.index-about .list li,.index-topics .control,.index-topics .control .num,.index-topics .list li a .bd .btn,.index-reports .list a,.index-reports .list a .tag,.page-banner .wal,.page-banner .nav h2 a,.teching-news .title,.teching-news .title a.more,.teching-news .list a .bd,.teching-news .btn a,.about .row .col .more a,.about-foot .list a,.about-foot .list a:after,.about-foot .more a,.research .btn a,.research .arrow a,.research-imgs .arrow a,.leader li .side .name,.news .list a,.page-num a,.service-1 .item .list li,.page-curr,.qrid_zz {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content,.g-head .language,.index-flash .list li .title .btn a:before,.index-flash .arrow,.index-flash .arrow .num,.index-title .more,.index-news .list a .hd .time,.index-news .list2 .more a:before,.index-list a .bd .btn,.index-service .list a .bd .btn,.index-ideological .list a .bd .btn,.index-topics .list li a .bd .btn,.page-banner .nav h2 a,.teching-news .btn,.about-foot .list a:after,.research .dots,.research .btn,.research .arrow a,.research-imgs .dots,.research-imgs .arrow a,.page-num,.page-num a,.qrid_zz {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-auto,.index-news .list2 li a .time,.index-topics .control .num,.index-topics .control .arrow,.index-reports .list a .time,.news .list a .time,.service-1 .item .list li .name,.service-3 .list .li_01 .name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.space-between,.g-foot .msg,.index-about .list ul,.index-about .list li,.teching-news .title,.about .row,.about-foot .list ul,.about-foot .list a,.leader li,.group .item,.service-1 .row,.page-curr {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-end,.g-foot .link ul,.page-banner .wal {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-start,.group .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 550px) {
    .wal {
        margin: 0 .38rem
    }
}

@media screen and (max-width: 1080px) and (orientation: landscape) and (pointer: coarse) {
    body:after {
        content: '请竖屏观看';
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

#content {
    padding: 0
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: #f5f5f5
}

.bg-wathet {
    background: #D4E5EF
}

.row-group {
    position: relative
}

#news {
    overflow: hidden
}

.news-swiper .item {
    opacity: 0.1;
    background: #fff;
    padding-bottom: 0.1rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease
}

.news-swiper .item.swiper-slide-prev,.news-swiper .item.swiper-slide-active,.news-swiper .item.swiper-slide-next {
    opacity: 1
}

.news-swiper .item .pic {
    position: relative
}

.news-swiper .item .pic a {
    display: block;
    position: relative;
    padding-bottom: 75.35%;
    overflow: hidden
}

.news-swiper .item .pic img {
    position: absolute;
    left: 0;
    top: 0
}

.news-swiper .item .date {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.1em;
    text-align: center
}

.news-swiper .item .date .dd {
    display: block;
    background: #0c58b0;
    color: #fff;
    line-height: 0.28rem;
    font-size: 0.2rem
}

.news-swiper .item .date .ym {
    display: block;
    background: #3E3A39;
    color: #fff;
    line-height: 0.2rem;
    font-size: 0.15rem
}

.news-swiper .item .con {
    padding: 0.2rem 0.2rem
}

.news-swiper .item .title {
    height: 0.48rem;
    line-height: 0.25rem;
    overflow: hidden;
    font-size: 0.18rem
}

.news-swiper .item .title a {
    display: block;
    color: inherit
}

.news-swiper .item .intro {
    margin-top: 0.1rem;
    font-size: 0.15rem;
    line-height: 0.25rem;
    height: 0.5rem;
    overflow: hidden;
    color: #666
}

.news-swiper .prev,.news-swiper .next {
    position: absolute;
    bottom: 50%;
    width: 0.75rem;
    height: 0.75rem;
    line-height: 0.65rem;
    cursor: pointer;
    font-size: 0.3rem;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    z-index: 10;
    border-radius: 50%
}

.news-swiper .prev {
    left: 1.5%
}

.news-swiper .next {
    right: 1.5%
}

.news-swiper .prev:hover,.news-swiper .next:hover {
    background: #0c58b0
}

.news-swiper .item,.news-swiper .item .con,.news-swiper .item .title a,.news-swiper .item .intro {
    transition: all 1s ease;
    -webkit-transition: all 1s ease
}

.news-swiper .item:hover {
    background: #0c58b0
}

.news-swiper .item:hover .con {
    transform: translateY(10px)
}

.news-swiper .item:hover .title a {
    font-weight: bold;
    color: #fff;
    text-decoration: none
}

.news-swiper .item:hover .intro {
    color: #fff;
    opacity: 0.5
}

.list-txt {
    display: flex;
    flex-wrap: wrap
}

.list-txt li {
    width: 100%;
    padding-top: 10px
}

.list-txt li .con {
    height: 100%;
    padding: 0.11rem 0.125rem;
    background: #fff
}

.list-txt li .title {
    line-height: 0.17rem;
    height: 0.34rem;
    overflow: hidden;
    font-size: 0.1125rem
}

.list-txt li .title a {
    display: block;
    color: inherit
}

.list-txt li .others {
    margin-top: 0.6rem;
    font-size: 0.2rem;
    line-height: 0.16rem;
    color: #999
}

.list-txt li .others span {
    margin-right: 1em
}

.list-txt li .others span .iconfont {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.4rem;
    font-size: 0.3rem;
    color: #CDCDCD
}

.list-txt li .con,.list-txt li .title,.list-txt li .title a,.list-txt li .others,.list-txt li:hover .others span .iconfont {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease
}

.list-txt li:hover .con {
    background: #CD6829
}

.list-txt li:hover .title {
    transform: translateX(12px)
}

.list-txt li:hover .title a {
    color: #fff;
    text-decoration: none
}

.list-txt li:hover .others {
    transform: translateX(10px);
    color: #fff
}

.list-txt li:hover .others span .iconfont {
    color: #fff
}

.tit1c {
    justify-content: center;
    align-items: center
}

.tit1 {
    margin-bottom: .5rem;
    align-items: center
}

.tit1 .llw {
    align-items: center
}

.tit1 .ll {
    font-size: .7rem;
    color: #0c58b0;
    font-family: 'SHSCN-Bold';
    margin-right: .06rem
}

.tit1 .rr span {
    display: inline-block;
    font-size: .13rem;
    color: #0c58b0;
    font-family: 'SHSCN-Bold';
    position: relative
}

.tit1 .rr span:before {
    content: "";
    position: absolute;
    left: 118%;
    top: 50%;
    margin-top: -1px;
    width: 100vw;
    height: 1px;
    background: #0c58b0;
    opacity: .24
}

.tit1 h6 {
    position: relative;
    overflow: hidden;
    margin-bottom: .04rem
}

.tit1 h3 {
    font-size: .36rem;
    color: #0c58b0;
    font-family: 'SHSCN-Bold';
    font-weight: 600
}

.more2_r {
    justify-content: flex-end
}

.more2 .a1 {
    background: url(../images/more2_b1.jpg) center no-repeat;
    background-size: 100% 100% !important;
    width: 1.82rem;
    height: .56rem;
    justify-content: center;
    align-items: center;
    font-size: .16rem;
    color: #333333;
    transition: .5s;
    padding: .05rem 0 0 .15rem
}

.home2 .left {
    width: 56.25%
}

.home2 .right {
    width: calc(100% - 56.25%);
    padding: 0 0 0 6%
}

.home2 .right .tit1 {
    justify-content: space-between
}

.miso_tab .bd>div {
    transition: .5s;
    position: relative
}

.miso_tab1 .hd {
    position: relative;
    z-index: 2;
    display: inline-flex
}

.miso_tab1 .hd::before {
    content: "";
    position: absolute;
    top: -.3rem;
    right: -.3rem;
    bottom: -.3rem;
    left: -100vw;
    background: #0c58b0;
    z-index: -1;
    border-radius: 50vw
}

.miso_tab1 .tit1 {
    margin-bottom: 0
}

.miso_tab1 .tit1 .ll {
    opacity: 0;
    width: 0
}

.miso_tab1 .tit1 .rr h6 {
    opacity: 0
}

.miso_tab1 .tit1 .rr h3 {
    font-size: .32rem
}

.miso_tab1 .tit1 * {
    color: #9ecfd5 !important
}

.miso_tab1 .tit1 .rr span:before {
    background: #fff
}

.miso_tab1 .hd ul li.on .tit1 .ll {
    opacity: 1;
    width: auto
}

.miso_tab1 .hd ul li.on .tit1 .rr h6 {
    opacity: 1
}

.miso_tab1 .hd ul li.on .tit1 .rr h3 {
    font-size: .36rem
}

.miso_tab1 .hd ul li.on .tit1 * {
    color: #fff !important
}

.miso_tab1 .hd ul li {
    margin-right: .6rem;
    position: relative
}

.miso_tab1 .hd ul li::before {
    content: "";
    position: absolute;
    width: .02rem;
    height: .3rem;
    background: rgba(255, 255, 255, .55);
    top: 60%;
    right: -.3rem;
    transform: rotate(30deg) translateY(-50%)
}

.miso_tab1 .hd ul li:last-child::before {
    display: none
}

.list7 {
    position: relative;
    z-index: 1;
    margin: -.35rem 0 0;
    padding: 1.2rem .9rem .65rem 0
}

.list7::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc((100vw - 14.4rem)/2 - 100%);
    background: url(../images/list7_b1.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px .4rem 0px rgba(5, 99, 111, 0.18);
    border-radius: 0 .8rem 0 0;
    transition: .5s
}

.list7 li .a:before {
    content: "";
    position: absolute;
    right: -.2rem;
    bottom: 0;
    left: -.2rem;
    z-index: -1;
    height: 0;
    transition: .5s;
    border-radius: .15rem
}

.list7 li .a {
    align-items: center;
    padding: .19rem 0;
    position: relative;
    z-index: 1
}

.list7 li .time {
    width: 1.7rem;
    display: flex;
    align-items: center;
    position: relative
}

.list7 li .time:before {
    content: "";
    position: absolute;
    width: 1px;
    height: .48rem;
    background: #e1e3e9;
    right: 0;
    top: 50%;
    margin-top: -.24rem;
    transition: .5s
}

.list7 li .time h3 {
    background: url(../images/list7_i1.jpg) center no-repeat;
    width: .5rem;
    height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .3rem;
    color: #0c58b0;
    font-family: Futura Bk BT;
    background-size: 100% 100% !important;
    transition: .5s
}

.list7 li .time h6 {
    font-size: .19rem;
    color: #0c58b0;
    font-family: Futura Bk BT;
    margin: 0 0 0 .15rem;
    transition: .5s
}

.list7 li .rr {
    width: calc(100% - 1.7rem);
    padding: 0 0 0 .3rem
}

.home2 .left .more2 .a1 {
    background: url(../images/more2_b1.jpg) center no-repeat;
    color: #000
}

.more7 {
    position: absolute;
    top: 1rem;
    left: -1.3rem;
    width: .58rem;
    height: 4.7rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.more7 a {
    display: inline-block;
    width: .16rem;
    font-size: .16rem;
    color: #333;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    transition: .5s
}

.more7 a:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    bottom: 130%;
    background: #e1e3e9;
    height: 1.9rem
}

.more7 a:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 130%;
    background: #e1e3e9;
    height: 1.3rem
}

.more7 img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.home2 .left .more2 {
    margin-top: .4rem;
    display: none
}

.home2 {
    padding-bottom: .5rem
}

.list8 {
    background: url(../images/list8_b1.jpg) center no-repeat;
    background-size: cover;
    padding: .3rem .48rem .45rem;
    transition: .5s;
    margin-top: -.15rem
}

.list8 li {
    padding: .12rem 0
}

.list8 li h4 {
    margin-bottom: .12rem
}

.list8 li p {
    font-size: .15rem;
    color: #666666;
    line-height: .3rem;
    padding: 0 0 0 .3rem;
    background-size: .23rem .23rem !important
}

.list8 li p.p1 {
    background: url(../images/list8_i1.jpg) left .02rem no-repeat
}

.list8 li p.p2 {
    background: url(../images/list8_i2.jpg) left .02rem no-repeat
}

.list8 li p.p3 {
    background: url(../images/list8_i3.jpg) left .02rem no-repeat
}

.list10 {
    height: 5.3rem
}

.list10 li * {
    color: #000 !important
}

.list10 li .a {
    height: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
    border-top: rgba(255, 255, 255, .2) 1px dashed
}

.list10 li h4 {
    font-weight: bold;
    margin-bottom: .1rem;
    transform: translateY(.05rem);
    transition: .5s
}

.list10 li h6 {
    margin-top: .15rem;
    transform: translateY(-.05rem);
    transition: .5s
}

.list10 li p {
    height: 0;
    transition: .5s;
    opacity: 0
}

.list10 li.on a {
    height: 1.8rem
}

.list10 li.on p {
    height: .56rem;
    opacity: .78
}

.list10 li.on h4 {
    transform: translateY(0)
}

.list10 li.on h6 {
    transform: translateY(0)
}

@media (max-width: 1480px) {
    .home-hdjl-iconlink li a span {
        font-weight: normal
    }

    .home-tpxw .owl-carousel .item,.home-ycyw {
        height: auto;
        overflow: hidden
    }
}

@media (max-width: 1280px) {
    .fws-list .box {
        width: 25%
    }

    .fws-list .icon-service {
        width: 50px;
        height: 50px
    }

    .home-hdjl-iconlink li a:before {
        position: static;
        margin: 16px auto 8px
    }

    .home-hdjl-iconlink li a span {
        display: block;
        text-align: center
    }

    .home-hdjl-iconlink li a span br {
        display: none
    }

    .home-ztzl-tit:before {
        margin-top: 4px
    }

    .yzgov-share {
        display: none!important
    }
}

@media (max-width: 1150px) {
    .home-search .box {
        width: 100%
    }
}

@media (max-width: 1080px) {
    .home-newsBox .hd ul li+li {
        margin-left: 20px
    }

    .syxgg {
        height: auto;
        background-size: auto 100%;
        padding-bottom: 80px
    }

    .fuwu-list li a img {
        width: 70px
    }

    .fuwu-list li {
        width: 50%
    }
}

@media(min-width: 1024px) {
    .home-xwzx {
        padding-bottom: 0.2rem;
        margin-top: 0.3rem
    }

    .list7 li .a:hover:before {
        height: 100%;
        background: #0c58b0
    }

    .list7 li .a:hover * {
        color: #fff
    }

    .list7 li .a:hover .time h3 {
        background: url(../images/list35_i1_on.jpg) center no-repeat
    }

    .arrow1 .arrow:hover::before {
        opacity: 0;
        visibility: hidden;
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    .arrow1 .arrow:hover::after {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .arrow1 .arrow.prev:hover .ico .ico1 {
        transform: translateX(-.22rem);
        opacity: 0
    }

    .arrow1 .arrow.prev:hover .ico .ico2 {
        transform: translateX(0);
        opacity: 1
    }

    .arrow1 .arrow.next:hover .ico .ico1 {
        transform: translateX(.22rem);
        opacity: 0
    }

    .arrow1 .arrow.next:hover .ico .ico2 {
        transform: translateX(0);
        opacity: 1
    }

    .arrow1 .arrow:hover svg {
        fill: #fff
    }

    .more2 .a1:hover {
        background: url(../images/more2_b1_on.jpg) center no-repeat;
        letter-spacing: .02rem;
        color: #0c58b0
    }

    .a:hover .slow .imgLi,a:hover .slow .imgLi,.slow:hover img {
        transform: scale(1.08);
        transition: transform 1s cubic-bezier(0.25, 0, 0, 1)
    }

    .a:hover .h4s2,.a:hover .h4s1 {
        color: #27818d
    }

    .h4s2 a {
        color: #fff
    }
}

@media(max-width: 1024px) {
    .home2 .left {
        width: 100%
    }

    .home2 .right {
        width: 100%;
        padding: .5rem 0 0
    }

    .home2 .left .more7 {
        display: none
    }

    .home2 .left .more2 {
        display: block;
        position: absolute;
        top: -.4rem;
        right: 10px;
        z-index: 10
    }

    .miso_tab1 .hd ul li {
        margin-right: .3rem
    }

    .miso_tab1 .hd ul li::before {
        height: .22rem;
        right: -.15rem;
        top: 66%
    }
}

@media (max-width: 1023px) {
    .home-tpxw .owl-carousel .item,.home-ycyw {
        height: auto
    }

    .home-newsBox {
        margin-top: 0
    }

    .home-newsBox {
        height: auto !important
    }

    .home-yqk-radiusBox .common-more {
        position: relative;
        right: 0
    }

    .home-zwgk-zt {
        padding-bottom: 18px
    }

    .home-zxft .pic {
        height: auto
    }

    .home-zxft .pic img {
        width: 100%;
        height: auto
    }

    .home-hdjl-iconlink {
        padding-top: 0
    }

    .home-hdjl-iconlink li a:before {
        width: 62px
    }

    .home-hdjl-iconlink {
        margin-top: -20px
    }

    .home-xxgk .hd li a {
        color: #333 !important
    }

    .syxgg .tit {
        font-size: 2.25em
    }

    .syxgg .tit span {
        display: block
    }

    .syxgg .tit img {
        display: none
    }
}

@media (max-width: 992px) {
    .home-toutiao {
        padding: 30px 0 10px
    }

    .home-toutiao h3 {
        text-align: left;
        margin-bottom: 0;
        padding-bottom: 15px;
        padding-left: 0;
        font-size: 2em
    }

    .home-toutiao ul li {
        display: block;
        max-width: none;
        padding: 15px 0;
        text-align: left;
        border-top: 1px solid #e3e3e3
    }

    .home-toutiao ul li h4 {
        padding: 0
    }

    .home-toutiao ul li:after {
        display: none
    }

    .fws-list .box {
        width: 33.3333%
    }

    .fws-list {
        margin: 0 -10px
    }

    .fws-list .card {
        margin: 0 10px 20px;
        padding: 14px 20px
    }

    .fws-list .icon-service {
        width: 45px;
        height: 45px;
        left: 20px
    }

    .bmfl-list li {
        width: 25%
    }

    .tit1 {
        margin-bottom: .3rem
    }

    .tit1 .ll {
        font-size: .4rem;
        transform: translateY(.04rem)
    }

    .tit1 h3,.miso_tab1 .hd ul li.on .tit1 .rr h3 {
        font-size: .24rem
    }

    .miso_tab1 .tit1 .rr h3 {
        font-size: .2rem
    }

    .miso_tab1 .hd::before {
        top: -.2rem;
        bottom: -.2rem;
        right: 0;
        border-radius: 0 .3rem 0 0
    }

    .list7 {
        padding: .7rem .2rem .3rem 0
    }

    .list7 li .time h3 {
        width: .42rem;
        height: .4rem;
        font-size: .24rem
    }

    .list7 li .time h6 {
        font-size: .16rem;
        margin: 0 0 0 .1rem
    }

    .list7 li .time {
        width: 1.3rem
    }

    .list7 li .rr {
        flex: 1;
        padding: 0 0 0 .15rem;
        overflow: hidden
    }

    .list7 li h4 {
        white-space: normal;
        max-height: .6rem\0 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .more2 .a1 {
        width: 1.27rem;
        height: .39rem
    }

    .list8 {
        margin-top: 0;
        padding: .3rem .2rem
    }

    .list10 li.on p {
        height: .52rem
    }
}

@media (max-width: 768px) {
    .home-common-tit h2 strong {
        font-size: 1.2em
    }

    .home-ztzl-scroll {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .home-common-tit h2 {
        padding-left: 0;
        padding-right: 0
    }

    .home-common-tit h2:after,.home-common-tit h2:before {
        display: none
    }

    .fws-list .box {
        width: 50%
    }
}

@media (max-width: 640px) {
    .home-search .box {
        height: auto;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 -5px 10px 2px rgba(50, 56, 70, .2)
    }

    .home-search dl {
        display: none
    }

    .home-search .ss {
        height: 60px;
        padding-right: 49px;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 0
    }

    .home-search .inPad {
        padding: 0 20px
    }

    .home-search label {
        display: none
    }

    .home-search .s-txt {
        height: 60px;
        line-height: 60px;
        font-size: 1em
    }

    .home-search .s-btn {
        height: 50px;
        width: 49px;
        background-size: 100% 100%;
        top: 7px
    }

    .home-zwgk-navlink li,.home-zwgk-zt li {
        width: 100%
    }

    .home-zwgk-zt li a {
        height: auto
    }

    .home-zwfww .pc {
        display: none
    }

    .home-zwfww .m {
        display: block
    }

    .bmfl-list li {
        width: 33.3333%
    }

    .home-hdjl-iconlink li {
        width: 50%
    }

    .home-newsBox .hd .common-more2 {
        display: none
    }

    .home-newsBox .m-common-more {
        margin: 0 0 18px;
        border-radius: 0
    }

    .tab-concise .hd li {
        margin-bottom: 30px
    }

    .fuwu-list li {
        width: 100%
    }

    .syxgg .tit span {
        text-shadow: -1px -1px 0 #2e50c1, 1px -1px 0 #2e50c1, -1px 1px 0 #2e50c1, 1px 1px 0 #2e50c1, 0px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .list7 li .a {
        padding: .12rem 0
    }

    .list8 li p {
        background-size: .2rem .2rem !important
    }

    .list10 li .a {
        height: 1rem
    }
}

@media (max-width: 480px) {
    .home-newsBox {
        padding: 0 20px 0 10px
    }

    .home-yqk-radiusBox .newest {
        padding: 0 20px
    }

    .home-yqk-radiusBox .bdPad {
        padding: 0 20px
    }

    .home-zwgk-scroll .item span {
        font-size: 1em
    }

    .home-zwfw-fws .hd ul {
        text-align: center
    }

    .home-zwfw-fws .hd li {
        float: none;
        display: inline-block
    }

    .bmfl-list li {
        width: 50%
    }
}

@media (max-width: 414px) {
    .bmfl-list li a {
        height: 54px
    }

    .home-ztzl-tit h2 {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (max-width: 370px) {
    .home-zwfw-fws .hd li+li {
        margin-left: 12px;
        padding-left: 13px
    }
}
