/* header */

.logo1,
.logo2 {
    padding-left: 15px;
}

.carousel {
    overflow: hidden;
}

.nav-link {
    padding: 1.8rem 1.5rem !important;
    display: inline-block !important;
}

#indexReport {
    width: 100%;
}

#indexBanner {
    height: 772px;
    /*height: auto;*/
    margin-top: 74px;
    margin-bottom: 24px;
}

#indexBanner .banner-swiper-pagination {
    width: 100%;
    padding: 0 20px;
    max-width: 1600px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

#indexBanner .banner-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px #fff solid;
    background: none;
    opacity: 1;
}

#indexBanner .banner-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.sm-search .search-icon2,
.sm-search .search-icon {
    display: none;
}

.banner_tit {
    top: 30%;
    text-align: left;
    left: 16%;
    opacity: 1;
    animation: bantit 3s linear 1;
    height: 10rem;
    z-index: 2;
    position: absolute;
    z-index: 99;
    color: #ffffff;
}

.banner_tit>h2 {
    font-size: 3.125rem;
    letter-spacing: 10px;
    font-family: 'syhtr';
}

.banner_tit>h2 span {
    padding-right: 15px;
}

.banner_tit>p {
    font-size: 1rem;
    letter-spacing: 5.2px;
    font-family: 'syhtr';
}

.lr_btn {
    position: absolute;
    bottom: 30%;
}

.lb_pageBtn {
    height: 50px;
    position: relative;
    z-index: 2;
    font-family: 'publicr';
    font-size: 1.125rem;
    flex-direction: row;
    padding: 0;
    animation: left 1s ease-in-out 1;
    overflow: hidden;
}

.lb_pageBtn ul {
    display: inline-flex;
}

.lb_pageBtn li {
    position: absolute;
    z-index: 2;
    left: 8%;
    top: 49%;
    width: 2.5rem;
    border: none;
}

.lb_pageBtn li.active {
    z-index: 5;
}


/*.bannerTab .nav-tabs .nav-items .nav-link.active*/

.lb_pageBtn li span {
    width: 2.5rem;
    height: 3px;
    z-index: 888;
    display: block;
}

.lb_pageBtn li.active span {
    animation: colorSlide 6s linear infinite;
    background-color: #bf1927;
    display: block;
    height: 3px;
}

.input-div {
    border-right: 1px solid #eaeaea;
    background-color: #ffffff;
    animation: right .9s ease-in-out 1;
    overflow: hidden;
    font-family: 'syhtn';
    display: flex;
    overflow: hidden;
}

.right-report {
    animation: left 1s ease-in-out 1;
}

.dhBox {
    width: 30px;
    height: 3px;
    z-index: 888;
    display: inline-block;
    background: #fff;
}

.left-btn {
    color: #bf1927;
    /* position: absolute; */
    left: 0;
    display: inline-block;
    font-size: 14px;
}

.left-btn:hover {
    color: #bf1927;
}

.right-btn {
    animation: colorA 6s linear 1;
    animation-play-state: running;
    left: -15%;
    position: relative;
    color: #bf1927 !important;
    font-size: 14px;
}

.banner-lists {
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0.1, 0.1, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.1, 0, 1);
    height: 100vh;
    position: relative;
}

.banner-lists img {
    width: 100%;
    height: 772px;
}


/*.tabLb img{display:none;}*/

.tabLb {
    height: 12.125rem;
    overflow: hidden;
    min-height: 165px;
}

.carousel-item .tab-con {
    height: 3em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    min-height: 0;
}

.tab-con {
    height: 4.25rem;
    overflow: hidden;
    min-height: 72px;
}

.tab-con>p {
    display: none;
    margin-bottom: 0;
}

.tab-con>p:first-child {
    display: block !important;
    font-size: 12px !important;
}

.tab-con>p:first-child span {
    font-size: 12px !important;
}

.tab-con>div,
.tab-con>span,
.tab-con img,
.repCon>div,
.repCon>span,
.repCon img {
    display: none;
}

@keyframes right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }
}


/* banner???¨¦?¡§ */

.bannerBot {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    animation: bottom 1s ease-in-out 1;
    overflow: hidden;
    z-index: 99;
}

.bannerTab {
    display: none;
    background-color: #fff;
    border-right: 1px solid #e9e8e3;
    padding: 0;
    height: 16.25rem;
    min-height: 215px;
}

.bannerTab>.nav-tabs {
    border: none;
    padding: 0 15px;
}

.bannerTab>.nav-tabs .nav-items {
    margin: 0 15px;
}

.bannerTab>.nav-tabs .nav-items .nav-link p {
    margin-bottom: 0;
    font-size: 1.4rem;
}

.bannerTab>.nav-tabs .nav-items .nav-link {
    padding: 1.5rem 0 0 0 !important;
    color: #454545;
    font-size: 0.875rem;
    border: none;
    border-top: 4px solid #ffffff;
    font-family: 'Î¢ÈíÑÅºÚ';
    /*font-family: 'syhtb';*/
}

.bannerTab>.nav-tabs .nav-items .nav-link.active {
    border: none;
    border-top: 4px solid #bf1927;
    color: #bf1927 !important;
    border-radius: 0;
}

.tab-content {
    margin-top: 1rem;
}

.tab-box {
    margin: 0 30px;
    border: none;
}

.tabLb h3 {
    color: #bf1927;
    font-family: 'publicr';
    font-size: 1.625rem;
}

.eyebox {
    display: inline-block;
    line-height: 40px;
    margin-top: 10px;
    position: absolute;
    bottom: 18px;
}

.eyebox .eyeNum {
    padding-left: .7rem;
    font-size: 14px;
    color: #cccccc;
    font-family: 'publicr';
}

.tabLbBtn {
    position: absolute;
    width: 100px;
    height: 40px;
    bottom: 18px;
    right: 0;
}

.tabLbtn {
    background: url(/static/home/images/leftJticon.png) no-repeat center center;
    opacity: 1;
    width: 20%;
}

.tabRbtn {
    background: url(/static/home/images/rightJticon.png) no-repeat center center;
    opacity: 1;
    width: 20%;
}

.tab-title {
    color: #323232;
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 1rem;
    display: block;
}

.tab-title:hover {
    color: #bf1927;
}

.tab-con {
    font-size: 0.8125rem;
    color: #999999;
    margin-bottom: 0;
}

.numBox {
    display: block;
    line-height: 40px;
    height: 40px;
    width: 60%;
    margin: auto;
    text-align: center;
    font-family: 'publicr';
    color: #cccccc;
    font-size: 15px;
}

.firstNum {
    color: #bf1927;
}

.none-jt {
    position: absolute;
    bottom: 30px;
    display: none;
    transition: scale(1.2);
}

.sectionTop-sw {
    display: none;
}

.none-jt {
    animation: right 2s ease infinite;
}

.index_news {
    padding: 1.5rem;
    background: url(/static/home/images/index_news_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.index_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px rgba(255, 255, 255, .1) solid;
}

.index_title h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.index_title a {
    color: #fff;
    font-size: 12px;
    opacity: 0.7;
}

.news_slide a {
    display: flex;
    justify-content: space-between;
    padding: 1.75rem 0;
}

.index_news_img {
    width: 30%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.index_news_img:after {
    display: block;
    content: '';
    margin-top: 70%;
}

.index_news_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
}

.index_news_img:hover img {
    transform: scale(1.1);
}

.index_news_img span {
    display: none;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.index_news_info {
    width: 66%;
}

.index_news_link {
    font-size: 1.2rem;
    color: #fff;
}

.index_news_time {
    margin: 1rem 0;
    font-size: 1rem;
    color: #fff;
    opacity: .6;
}

.index_news_con {
    max-height: 46px;
    line-height: 23px;
    font-size: 12px;
    color: #fff;
    opacity: .7;
}

.news_slide .swiper-pagination {
    text-align: right;
    bottom: 0 !important;
}

.news_slide .swiper-pagination-bullet {
    background-color: #fff;
}

.index_notice {
    padding: 1.5rem;
}

.index_notice h3 {
    color: #333;
}

.index_notice .index_title {
    border-bottom: 1px #eaeced solid;
}

.index_notice .index_title a {
    color: #333;
}

.index_notice ul {
    padding-top: 0.5rem;
}

.index_notice li {
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_notice_link {
    max-width: 330px;
    font-size: 15px;
    color: #333;
}

.index_notice_link a {
    color: #333;
}

.index_notice_link a:hover {
    color: #b31d29;
}

.index_notice li span {
    font-family: 'publicr';
}

.index_videos {
    padding: 0;
    position: relative;
}

.videos_poster {
    width: 100%;
    height: 100%;
}

.index_videos_box {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.index_play_icon {
    display: block;
    width: 49px;
    height: 49px;
    background: url(/static/home/images/play_icon.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes bhbg {
    0% {
        width: 34%;
    }
    100% {
        width: 46%;
    }
}

@keyframes bhbgs {
    0% {
        width: 46%;
    }
    100% {
        width: 34%;
    }
}

@keyframes bhbgss {
    0% {
        width: 29%;
    }
    100% {
        width: 46%;
    }
}

@keyframes bhbgsss {
    0% {
        width: 46%;
    }
    100% {
        width: 29%;
    }
}

@keyframes bantit {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }
}

@keyframes bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }
}

@keyframes right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }
}

@keyframes colorSlide {
    0% {
        background-color: #c90001;
        width: 0px;
    }
    100% {
        background-color: #c90001;
        width: 2.5rem;
    }
}

@keyframes colorA {
    0% {
        color: white;
    }
    50% {
        color: white;
    }
    80% {
        color: white;
    }
    95% {
        color: white;
    }
    100% {
        color: #c90001;
    }
}

@keyframes qhLb {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .bannerSwiper .swiper-button-prev,
    .bannerSwiper .swiper-button-next {
        display: none;
    }
    .shan ul {
        display: none;
    }
    .shan_slide {
        display: block;
    }
    .shan_item {
        height: 14.375rem;
        margin-bottom: 50px;
    }
    .bannerBot {
        box-shadow: none;
    }
}


/* .sectionTops:nth-child(1),.sectionTops:nth-child(2){animation: left ease-in-out 1s 1;}

.sectionTops:nth-child(3),.sectionTops:nth-child(4){animation: right ease-in-out 1s 1;} */

@media (max-width:1800px) {}

@media (max-width:1760px) {}

@media (max-width:1700px) {
    .bottom-icon {
        margin-left: .5rem;
    }
}

@media (max-width:1650px) {}

@media (max-width:1600px) {
    .banner-lists {
        /* height: 100%; */
    }
}

@media (max-width:1550px) {
    .fTopRight span {
        margin-right: 0rem !important;
    }
    .briefCon {
        width: 70%;
    }
}

@media (max-width:1500px) {
    .sectionTop,
    .sectionBot,
    .fTopBox,
    .fBotBox {
        width: 80%;
    }
    .sybanner-bot {
        width: 80%;
        margin: 0 10%;
    }
    .banner_tit {
        left: 10%;
    }
    .tab-title,
    .cnTit,
    .briefLb-item a,
    .jjCon,
    .zzwy.active .cnTit {
        font-size: 16px;
    }
    .bzTitle,
    .gsTitle,
    .con-top p,
    .shzr-a {
        font-size: 22px;
    }
    .bzP,
    .gsP,
    .enTit span,
    .bannerTab>.nav-tabs .nav-items .nav-link p,
    .shzr-enTit span,
    .report-list li a {
        font-size: 14px;
    }
    .bzMore,
    .briefLb-item p {
        font-size: 12px;
    }
    .tabLb h3 {
        font-size: 18px;
    }
    #search,
    .right-report>.title,
    .none-con,
    .zzwy>.none-con {
        font-size: 12px;
    }
    .enTit span {
        line-height: 18px;
    }
}

@media (max-width:1450px) {
    .fTopRight span {
        margin-right: 0rem !important;
    }
    .briefCon {
        width: 90%;
    }
    .logo1 {
        display: none;
    }
    .logo2 {
        display: block;
        width: 80%;
    }
}

@media (max-width:1400px) {
    /* .reportBox img{display: none;} */
    .eyebox {
        margin-top: 0;
    }
}

@media (max-width:1350px) {
    .gsStandard {
        background-position-x: 0px;
    }
    .fTopRight span {
        /* margin-right: .6rem !important; */
    }
}

@media (max-width:1300px) {
    .reportBan_tit .reptitle {
        font-size: 12px;
    }
}

@media (max-width:1250px) {
    .gsStandard {
        background-position-x: 0px;
    }
}

@media (max-width:1210px) {
    /* .sybanner-bot{position: relative;} */
    .bannerTab .nav-tabs .nav-items .nav-link {
        /* margin: 0 .5rem; */
    }
}

@media (max-width:1200px) {
    .banner_tit>p {
        letter-spacing: 2.5px;
    }
    #indexBanner {
        height: 100%;
    }
    .banner-lists img {
        height:32vh;
        /* height:100vh; */
        width: 100%;
        min-height: auto;
    }
    .banner_tit {
        top: 35%;
    }
    .banner_tit>h2 {
        font-size: 36px;
    }
    .lb_pageBtn {
        top: -25%;
        left: 2%;
    }
    .sybanner-bot {
        width: 90%;
        margin: 0 5%;
    }
    .sectionTop,
    .sectionBot,
    .fTopBox,
    .fBotBox {
        width: 90% !important;
        margin: 15px auto;
    }
    .reportBox img {
        display: block;
    }
    .right-btn {
        left: -15%;
    }
    .bannerTab {
        border: 1px solid #e9e8e3;
    }
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {}
    .bannerTab .nav-tabs .nav-items .nav-link {
        padding-top: 1rem;
    }
    .sybanner-bot {
        position: relative;
    }
    .lb_search {
        position: relative;
        border: 1px solid #e8e8e8;
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width:1190px) {}

@media (max-width:1150px) {
    .video-all {
        width: 100% !important;
        margin: 2rem 0 !important;
    }
    .gsStandard {
        background-position-x: -15px;
    }
    .wybq {
        padding: 0 24px;
    }
}

@media (max-width:1100px) {}

@media (max-width:1040px) {
    /* .bannerTab .nav-tabs .nav-items{margin: 0 .3rem;} */
}

@media (max-width: 974px) {
    #indexBanner {
        height: auto;
        margin-top: 45px;
    }
}

@media (max-width:991px) {
    .index-item>.nav-link {
        font-size: 14px;
        padding: 12px 10px !important;
    }
    .banner_tit>p {
        letter-spacing: 1px;
    }
    .banner_tit>h2 {
        font-size: 30px;
    }
    .lb_pageBtn,
    .gsStandard,
    .shzr {
        display: none;
    }
    .sybanner-bot {
        max-height: 100%;
    }
    .sectionTop {
        display: block;
    }
    .eyebox {
        margin-top: 10px;
    }
    .bannerBot {
        margin-top: 30px;
    }
    .sectionBot {
        height: 100%;
    }
    .briefCon {
        width: 80%;
    }
    .wybq {
        padding: 0 20px;
    }
    .enTit,
    .cnTit,
    .none-jt {
        padding-left: 15px !important;
    }
    .none-con {
        width: 98%;
        padding-left: 15px !important;
    }
    .sectionTops:hover {
        width: 50% !important;
    }
    .xzlwy,
    .sywy,
    .gyjd,
    .zzwy {
        width: 50%;
        float: left;
    }
    .zzwy.active {
        width: 50%;
        position: relative;
        background: url(/static/home/img/zzwy-act.jpg) no-repeat;
        background-size: 100% 100%;
        animation: none;
    }
    .zzwy {
        width: 50%;
        background: url(/static/home/img/zzwy-act.jpg) no-repeat;
        position: relative;
        z-index: 99;
        background-size: 100% 100%;
        height: 14.375rem;
        min-height: 200px;
    }
    .xzlwy {
        background: url(/static/home/img/xzlwy-act.png) no-repeat;
        background-size: 100% 100%;
        animation: none;
        width: 50%;
    }
    .xzlwy:hover {
        width: 50%;
        position: relative;
        z-index: 999;
        background: url(/static/home/img/xzlwy-act.png) no-repeat;
        background-size: 100% 100%;
        animation: none;
    }
    .sywy {
        background: url(/static/home/img/sywy-act.jpg) no-repeat;
        background-size: 100% 100%;
        animation: none;
        width: 50%;
    }
    .sywy:hover {
        width: 50%;
        position: relative;
        z-index: 999;
        background: url(/static/home/img/sywy-act.jpg) no-repeat;
        background-size: 100% 100%;
        animation: none;
    }
    .gyjd {
        background: url(/static/home/img/gyjd-act.png) no-repeat;
        background-size: 100% 100%;
        animation: none;
        width: 50%;
    }
    .gyjd:hover {
        width: 50%;
        position: relative;
        z-index: 999;
        background: url(/static/home/img/gyjd-act.png) no-repeat;
        background-size: 100% 100%;
        animation: none;
    }
}

@media (max-width:900px) {
    /*.nav-item{padding: 0 .6rem;}*/
    .two_nav {
        left: -20px;
    }
}

@media (max-width:850px) {
    .tab-con {
        margin-bottom: .6rem;
    }
}

@media (max-width:767.5px) {
    #indexBanner {
        margin-top: 55px;
    }
    .banner_tit>h2 {
        font-size: 26px;
    }
    .fTopRight,
    .fTopLeft,
    .fBotLeft,
    .fBotRight {
        padding: 20px 0;
    }
    /*.banner-lists img{height:100vh;position:relative;width: initial;}*/
    .navbar {
        position: fixed !important;
        left: 0;
        top: 0;
        z-index: 999999;
        padding-left: 0;
        padding-right: 0;
    }
    .twonavs-t {
        background: rgba(0, 0, 0, .7);
        animation: navdh 1s linear 1;
    }
    .navbar.fixed {
        background: #ffffff;
        box-shadow: 0 5px 5px 1px rgba(213, 213, 213, .6);
        transition-duration: 1s;
        -webkit-transition-duration: 1s;
    }
    .navbar-nav {
        height: 100vh;
    }
    /*.index-item{background: url(/static/home/img/index-nav-bg.png) no-repeat right 15px center;background-size: 3%;}*/
    /*.index-item:hover{background: url(/static/home/img/index-nav-bg.png) no-repeat right 15px top 15px;background-size: 3%;}*/
    .index-item a {
        color: #ffffff !important;
    }
    .logo1,
    .logo2 {
        padding-left: 15px;
    }
    .lb_search {
        margin-top: 1rem;
        /* overflow: hidden; */
    }
    .last-nav-item {
        display: none;
    }
    .wybq p {
        font-size: 1.6rem;
    }
    .input-div {
        border-right: none;
    }
    .sybanner-bot {
        bottom: 0;
    }
    .none-con,
    .none-jt {
        display: block !important;
    }
    .briefCon {
        margin: 30px 15px;
    }
    .zzwy.active .none-con,
    .zzwy.active .none-jt {
        display: block !important;
    }
    .report-info {
        display: none !important;
    }
    .navbar.fixed .nav-item>a {
        color: #ffffff !important;
    }
    .nav-item {
        text-align: left !important;
    }
    .nav-item:last-child {
        padding-right: 0rem !important;
    }
    .navbar.fixed .navbar-collapse {
        background: #000000;
    }
    /* .nav-link{width: 40%;} */
    .none-item {
        display: block;
        text-align: left !important;
    }
    .navbar.fixed>.navbar-brand>.logo2 {
        display: block;
    }
    .navbar.fixed>.navbar-brand>.logo1 {
        display: none;
    }
    .nav-item {
        border-bottom: 1px solid rgba(225, 225, 225, 0.7);
    }
    .navbar-nav .nav-item:last-child {
        /* padding-right:1rem; */
    }
    .two_nav.show {
        background: rgba(0, 0, 0, .4);
        transition-duration: 1s;
        -webkit-transition-duration: 1s;
    }
    .two_nav.show a {
        border-top: 1px solid rgba(225, 225, 225, 0.7);
        border-bottom: none;
    }
    .two_nav.show a:hover {
        background: rgba(0, 0, 0, .4);
        color: #fff !important;
    }
    @keyframes navdh {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            transition: 0.5s;
            -webkit-transition: 0.5s;
            transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            transition: 0.5s;
            -webkit-transition: 0.5s;
            transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
        }
    }
}

@media (max-width:540px) {
    .fTopRight,
    .fBotRight {
        border-right: 1px solid #ebeae9;
    }
    .fBotLeft,
    .fTopLeft {
        padding: 1rem 0 !important;
    }
    .fTopBox,
    .fBotBox {
        display: block !important;
    }
    .banner_tit>p {
        font-size: 14px;
    }
    .banner_tit>h2 {
        font-size: 22px;
    }
    .navbar {
        padding: 10px 0;
    }
    .bannerBot {
        margin-top: -3px;
        /*margin-top: -32px;*/
    }
    .index_news_img {
        width: 100%;
    }
    .index_news_info {
        display: none;
    }
}

@media (max-width:500px) {
    .shzr-img {
        display: block;
        max-width: 100%;
    }
    .banner-lists {
        /* height: 100%; */
    }
    /* .big-banner{display: none;} */
    /* .sm-banner{display: block;width: 100%;height: 100%;} */
    .sm-search .search-icon {
        display: inline-block;
        position: fixed;
        top: 25px;
        right: 64px;
    }
    /* .sm-search .search-icon2,.sm-search .search-icon{display: none;} */
    .navbar.fixed .sm-search .search-icon2 {
        display: inline-block;
        position: fixed;
        top: 25px;
        right: 64px;
    }
    .navbar.fixed .sm-search .search-icon {
        display: none;
    }
    .lb_search {
        position: relative;
        border: none;
    }
    #search {
        font-size: .875rem;
        height: 2.25rem;
    }
    .lb_pageBtn {
        display: block;
        left: 0;
        position: relative;
        /* top: 0; */
        margin-top: -75px;
    }
    .input-div {
        position: fixed;
        top: 10%;
        width: 90%;
        border: 1px solid #e8e8e8;
        display: none;
    }
    .left-btn {
        left: 33%;
        position: absolute;
    }
    .right-btn {
        left: 54%;
        position: absolute;
    }
    .gsStandard {
        display: block;
        background-position-x: 0;
        margin-bottom: 10px;
    }
    .xzlwy,
    .sywy,
    .gyjd,
    .zzwy {
        width: 100%;
    }
    .sectionTops {
        display: none;
    }
    .sectionTop-sw {
        display: block;
        animation: left 1s ease 1;
    }
    .sectionTop-sw .swiper-pagination-bullet-active {
        background: #bf1927;
    }
    .sectionSw:hover {
        width: 100% !important;
    }
    .sectionSw {
        margin-bottom: 50px;
    }
    .sectionTop {
        margin: 1rem auto;
    }
    .logo1,
    .logo2 {
        width: 60%;
    }
    .logo1 {
        display: none;
    }
    .logo2 {
        display: block;
    }
    #briefLb .carousel-indicators {
        display: flex;
        bottom: -20px;
    }
    .briefBtnbox {
        /* display: none; */
    }
    .briefLb-item {
        width: 100%;
    }
    .sectionBotbox {
        padding: 0 0;
    }
    .sectionBot {
        width: 100% !important;
        margin: 0;
    }
    .briefLb-box {
        padding: 30px 15px 40px 15px;
        background: #f5f5f5;
    }
    #briefLb .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none;
        margin: 0 4px;
        background: #cccccc;
    }
    #briefLb .carousel-indicators li.active {
        background: #bf1927;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    .briefCon {
        margin: 0;
        width: 100%;
        padding: 20px 0;
    }
    .shzr {
        display: block;
        background: none;
        background-color: #ffffff;
        padding: 15px;
    }
    .shzr div {
        display: none;
    }
    .footerTop {
        border-bottom: none;
    }
    .fTopRight,
    .fBotRight,
    .fBotLeft,
    .fTopLeft {
        border-right: none;
        border-left: none;
        padding: 1rem 0;
    }
    .fTopLeft {
        background: url(/static/home/img/logo-fixed.png) no-repeat right center;
        background-size: 18%;
    }
    .gzzh {
        padding-left: 0;
    }
    .fBotRight .float-right,
    .fTopRight .float-right {
        /* float: left !important; */
    }
    .bzTitle,
    .bzP,
    .gsTitle,
    .gsP {
        padding-left: 0px;
    }
    .bzMore,
    .gsMore {
        left: 15px;
    }
    .lb_pageBtn li {
        left: 40%;
    }
    .fTopRight,
    .fBotRight {
        border-bottom: 1px solid #e8e8e8;
    }
    .big-block {
        display: none;
    }
    .sm-block {
        display: block;
    }
    .bannerTab {
        display: block;
        height: auto;
        border-top: 0;
        margin-bottom: 10px;
    }
    .bannerTab>.nav-tabs .nav-items .nav-link p {
        font-size: 1.4rem;
    }
    .index_news {
        margin-bottom: 10px;
    }
    .index_notice {
        display: none;
    }
    .footer_wechat_p {
        display: none;
    }
    .footer_contact {
        width: 100%;
        justify-content: space-between;
    }
    .footer_contact .qr {
        max-width: 100px;
    }
    .noguilty {
        padding: 20px 30px;
    }
    .noguilty_title {
        margin-bottom: 15px;
        font-size: 1.2rem;
    }
    .noguilty_dec {
        margin-bottom: 15px;
    }
    .noguilty_btn button {
        width: 60%;
        height: 40px;
        font-size: 16px;
    }
    .noguilty_close {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .index_news_img span {
        display: block;
    }
}

@media (max-width:380px) {
    .lb_pageBtn {
        display: none;
    }
}

@media (max-height:900px) {
    /* .sybanner-bot{position: relative !important;bottom: 4.5% !important;} */
    .banner-lists {
        height: 100% !important;
    }
    .bannerTab .nav-tabs .nav-items .nav-link {
        padding: 1rem 0 0 0;
    }
    .tab-title {
        margin-bottom: .5rem;
    }
    .reportBox img {
        display: block !important;
    }
    #indexBanner .banner-swiper-pagination {
        bottom: 15px;
        text-align: center;
    }
}<!--ºÄÊ±1755831586.565Ãë-->