body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    /* position:relative */
}

a {
    color: #0150d3;
}

.btn-round {
    border-radius: 30px !important;
}

.btn {
    padding: .375rem 1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-search {
    padding: 0px 7px !important;
    position: relative;
    z-index: 9;
    background: #c00;
    border-color: #fff;
}

.btn-search i {
    font-size: 25px;
    font-weight: bold;
}

.lug-bt {
    padding: 0px 20px;
    height: 40px;
}

.index-nav-block {
    background: #001268;
    margin-bottom: -28px;
    z-index: 8;
}

#search-block {
    margin: 0 10px;
    display: none;
}

#search-block input {
    border-radius: 30px 30px;
    padding: 19px;
    margin-right: -38px;
    z-index: 0;
}

.index-nav .nav-link {
    color: #fff;
    padding: 1.2rem 1.7rem;
    font-size: 16px;
}

.nav-link.active::after {
    border-bottom: 1px solid #fff;
}


.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
    position: relative;
}

.title h2::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background: #b30404;
    bottom: -10px;
    left: 0;
}

.title a {
    font-size: 14px;
    color: #b30404;
    position: relative;
}

.title2 {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.title2 h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
}

.title2 h2::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background: #b30404;
    bottom: -20px;
    left: 27%;
}

.title2 a {
    font-size: 16px;
    color: #b30404;
}

.title2 a span {
    padding-left: 8px;
}

.title-white {
    margin: 0 0 2rem;
}

.title-white h2 {
    color: #fff;
}

.title-white h2::after {
    background: #fff;
}

.title-white a {
    color: #fff;
}

/* 首页通知公告 */

.index-box01 {
    margin: 20px 0 60px;
}


.index-box03 {
    background: rgba(255, 255, 255, .4);
    padding: 20px 0 60px;
}

.news-list-block {
    border-top: 1px solid #ddd;
}

.news-list-block ul {
    padding: 0;
    margin: 0;
}

.list-block-icon {
    margin: 10px 0 0;
    padding: 0;
}

.list-block-icon li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 10px 2rem;
    background: url(../img/icon-li.png) left center no-repeat;
    list-style-type: none;
}

.list-block-icon li a {
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list-block-icon li span {
    color: #999;
    white-space: nowrap;
}

.hot-block {
    display: flex;   
    align-items: center;
    border-bottom: 1px dashed #bfcae1;
    padding-bottom: 25px;
}

.hot-block .date {
    background: #b30404;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
}

.hot-block .date b {
    font-size: 30px;
    display: block;
    line-height: 1.2;
}

.hot-block .content {
    margin-left: 2rem;
}

.hot-block .content h3 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    line-height: 1.8;
}

.hot-block:hover h3,
.hot-block:hover a {
    color: #b30404;
    text-decoration: none;
}



.index-news .carousel-control-next,
.index-news .carousel-control-prev {
    top: 60%;
}

.news-right-block {
    display: flex;
    background: #f8f8f8;
    margin: 10px 0;
}

.news-right-block .text-box {
    padding: 20px;
}

.news-right-block .text-box h3 {
    font-size: 16px;
    font-weight: bold;
}

.news-right-block:hover {
    box-shadow: 2px 2px 5px 2px #ddd;
}

.news-right-block:hover .date {
    background: #b30404;
    color: #fff;
}

.news-right-block:hover a {
    color: #b30404;
    text-decoration: none;
}

.news-right-block .date {
    color: #b30404;
    white-space: nowrap;
    font-size: 14px;
    border-right: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.news-right-block .date b {
    font-size: 30px;
    display: block;
    line-height: 1.2;
}

.news-right-block p {
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
}

.news-right-block a {
    color: #333;
}


.hot:hover img {
    transform: scale(1.1)
}

.notice-index {
    background: url(../img/bg-notice.jpg) center/cover no-repeat;
    padding: 0 0 40px;
}

.index-notice-block {
    background: #fff;
    padding: 20px;
    line-height: 1.6;
    color: #333;
    margin: 20px 0;
    border-top: 3px solid #539f1b;
    border-radius: 8px;
    min-height: 220px;
}

.index-notice-block .date {
    color: #b30404;
    font-size: 16px;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 20px;
}

.index-notice-block .date b {
    color: #b30404;
    font-size: 30px;
    position: relative;
    display: block;
    line-height: 1.2;
}

.index-notice-block .date b::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #b30404;
    bottom: -10px;
    left: 0;
}

.index-notice-block:hover {
    box-shadow: 2px 2px 5px 2px #539f1b;
}

.index-notice-block:hover a {
    color: #b30404;
}

.index-notice-block a {
    color: #333;
    font-size: 16px;
}

.index-notice-block img {
    margin-top: 1rem;
}

.index-notice {
    background: url(../img/bg-home-notice.jpg) center/cover no-repeat;
    padding: 3rem 0;
}

.title-noborder {
    border: none;
    margin-bottom: 0;
}

address {
    margin: 20px 0;
}

address span {
    font-size: 16px;
}

.address-block {
    background: #b30404;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    line-height: 1.8;
}

.codeimg img {
    margin-left: 20px;
}

.footer .top {
    padding: 20px 0;
    background-color: #8f0303;
}

.footer .top .box4 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer .top .box4 .input {
    font-size: 16px;
    flex: 1;
    color: #666;
    position: relative;
    margin-right: 40px;
    display: flex;
}

.footer .top .box4 .input select {
    width: 100%;
    height: 41px;
    box-sizing: border-box;
    padding: 0 20px;
appearance:none;
    background-image: url(../img/icon5.png);
    background-repeat: no-repeat;
    background-position: right center;
border: none;
}

.footer .top .box4 .input img {
    position: absolute;
    right: 0;
    top: 0;
}

.back-top {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #999;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    justify-content: center;
    opacity: 0;
    padding: 10px;
    right: 1vw;
    text-align: center;
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 3rem;
}

.back-top:hover {
    font-weight: bold;
}

.back-top-show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
    z-index: 2
}

.back-top-show:hover {
    text-decoration: none;
}

.back-foot {
    background: #0150d3;
    color: #fff;
    position: fixed;
    right: 0;
    top: 45%;
    writing-mode: vertical-lr;
    padding: 15px 7px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
    z-index: 888;
}

.back-foot a {
    color: #fff;
}

.back-foot:hover {
    background: #5488df;
    color: #fff;
    text-decoration: none;
}

.header {
     background: transparent;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-size: cover;
    transition: all 0.3s ease 0s;
}

.header>.w {
    height: 160px;
    transition: height .3s
}

.header .right {
    flex-direction: column;
    flex-wrap: wrap;
align-items: flex-end;
    display: flex;
    justify-content: space-between;
}


.header>.w {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header_fixed {
    background: #fff;
    box-shadow: 0 3px 7px #666
}

.header_fixed>.w {
    height: 80px
}

.header_fixed .logo {
    height: 40px
}

.head-link {
    display: flex;
    align-items: center;
}

.head-link,
.head-link a {
    color: #fff;
}

.head-link span {
    padding: 0 8px;
}

.navi {
    background: #b30404;
    position: relative;
    z-index: 9;
}

.navi ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navi ul li {
    position: relative;
    width: 50%;
    padding: 15px 0px;
    list-style-type: none;
    z-index: 8;
}

.navi ul li:last-of-type {
    margin-right: 0
}

.navi ul li:last-of-type:after {
    display: none
}

.navi ul li>a {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 18px;
    border-right: 1px solid #fff;
}

.navi ul li>a:hover {
    text-decoration: none;
}

.navi ul li.selected,
.navi ul li:hover {
    background-color: #418f38;
    border: none;
}

.navi ul li.selected a,
.navi ul li:hover a {
    border: none;
}

.navi ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2;
}

.navi ul li.selected>a:after {
    opacity: 1
}

.navbox {
    background: rgba(65, 143, 56, .8);
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 80%);
    visibility: hidden;
    z-index: -1
}

.navbox,
.navbox>a {
    box-sizing: border-box;
    transition: all .3s
}

.navbox>a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.navbox>a:hover {
    background: #418f38;
    color: #fff
}

.navbox>a:last-of-type {
    border-bottom: none
}

.head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0 30px;
}

.logo {
    transition: height .3s;
    margin-top: 20px;
}

.logotext {
    border-left: 1px solid #ae2126;
    font-size: 36px;
    color: #ae2126;
    padding-left: 15px;
    vertical-align: middle;
    margin-left: 15px;
}

.search-box {
    z-index: 3;
    width: 260px;
    display: none;
}

.search {
    display: flex
}

.search input {
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 19px 10px;
    margin-right: -22px;
    background: rgba(255, 255, 255, .4);
}

.memu-btn {
    display: none;
    height: 35px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    font-style: normal;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.memu-btn .memu {
    opacity: 1;
    visibility: visible
}

.memu-btn .close,
.memu-btn.active .memu {
    opacity: 0;
    visibility: hidden
}

.memu-btn.active .close {
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}

.banner-index {
    z-index: 5;
    display: flex;
}

.banner-index .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-index .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.banner-index .carousel-indicators {
    bottom: 15px;
}

.banner-index .carousel-item {
    display: block;
    overflow: hidden;
    padding-bottom: 43%;
    flex-shrink: 0;
}

.banner-index .carousel-caption {
    top: 14%;
    left: 30%;
    text-align: left;
    width: 450px;
    z-index: 2;
}

.banner-index .carousel-caption h3 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
}

.banner-index .carousel-caption button {
    margin-top: 2rem;
    min-width: 130px;
}

.banner-index .carousel-caption .line {
    margin-top: 2rem;
    font-weight: bold;
}

.banner-index .carousel-control-prev,
.banner-index .carousel-control-next {
    bottom: 40%;
    height: 50px;
    top: auto;
    z-index: 5;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, .4);
}

.banner-index .carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 10px;
    border: none;
}

.banner-index .carousel-indicators .active {
    background-color: #004ccb;
    border: 1px solid #fff;
}

.banner-index .carousel-control-prev {
    left: 10%;
    opacity: 1;
}

.banner-index .carousel-control-next {
    right: 10%;
    opacity: 1;
}

.banner-index .carousel-control-prev-icon {
    background-image: url(../img/icon-left.png);
    width: 23px;
    height: 43px;
}

.banner-index .carousel-control-next-icon {
    background-image: url(../img/icon-right.png);
    width: 23px;
    height: 43px;
}

.banner-index .carousel-control-prev-icon i,
.banner-index .carousel-control-next-icon i {
    font-size: 3rem;
}


.footer a.down.collapsed,
.footer a.down {
    float: right;
    padding: 0;
}

.footer a.down.collapsed img {
    transform: rotate(0deg);
}

.footer a.down img {
    transform: rotate(180deg);
}

.footer .container span:last-child,
.footer .container span:nth-child(13) {
    display: none;
}

.news-img-block {
    position: relative;
    overflow: hidden;
}

.news-img-block .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 72%;
}

.news-img-block .img-box {
    bottom: 0px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.news-img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.news-img-block .swiper-pagination {
    color: #fff;
    left: auto;
    right: 0;
    width: 137px;
    bottom: 36px;
    z-index: 1;
    font-size: 16px;
}

.news-img-block .text-box {
    background: rgba(0, 0, 0, .5);
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
    color: #FFF;
    position: absolute;
    text-align: center;
}

.news-img-block .text-box a {
    color: #fff;
}

.news-img-block .text-box img {
    width: auto;
    height: auto;
    margin-left: 8px;
}

.news-mini {
    margin: 0 0 0 30px;
    background: #f8f7fd;
    padding: 18px 20px;
    border-bottom: 2px solid #004ccb;
}

.news-mini:nth-child(2) {
    margin: 20px 0 20px 30px;
}

.news-mini a {
    color: #222;
}

.news-mini p {
    font-size: 16px;
    line-height: 1.8;
}

.news-mini .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.news-mini .date .detail {
    display: none;
}

.news-mini:hover {
    background: #004ccb;
    color: #fff;
    border-bottom: 2px solid #004ccb;
}

.news-mini:hover .detail {
    display: block;
}

.news-mini:hover a,
.news-mini:hover span {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.news-mini span {
    color: #999;
    display: block;
    margin-top: 15px;
}

.news-mini .text {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 12px;
    bottom: 0;
    font-size: 16px;
}

.news-img-block .swiper-button-next,
.news-img-block .swiper-button-prev {
    top: 40%;
    color: #ddd;
    background: rgba(179, 4, 4, .9);
    width: 60px;
    height: 60px;
}

.news-img-block .swiper-button-next:hover,
.news-img-block .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 1);
}

.news-img-block .swiper-button-next:after,
.news-img-block .swiper-button-prev:after {
    font-size: 20px;
}

.news-img-block .swiper-button-next i,
.news-img-block .swiper-button-prev i {
    font-size: 35px;
}

.news-img-block .swiper-button-next {
    right: 0;
}

.news-img-block .swiper-button-prev {
    left: 0;
}

.head-search {
    display: flex;
}

.page-banner .text-block {
    background-color: #0150d3;
    color: #fff;
    padding: 1.5rem;
}

.page-banner .text-block .active {
    border-bottom: 2px solid #fff;
}

.page-banner .text-block {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.page-banner .text-block h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.page-banner .text-block span {
    font-size: 1.4rem;
    margin-right: 3rem;
    line-height: 4;
    padding-bottom: 1rem;
}

.page-banner .text-block span a {
    color: #fff;
    text-decoration: none;
}

.page-banner .text-block span:hover {
    border-bottom: 2px solid #fff;
}

.title-innerPage {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.title-innerPage h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #b3121b;
}

.title-innerPage a {
    padding: 0;
    font-size: 16px;
}

.title-innerPage .breadcrumb {
    margin: 0;
    background: #fff;
    font-size: 16px;
    padding-left: 0;
}

.title-innerPage .breadcrumb a {
    color: #666;
}

.title-innerPage .breadcrumb li.active a {
    color: #0150d3;
}

.user-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 6px;
    background-color: #f1f7ff;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #b4cff4;
}

.page-left-block .tab-title {
    display: block;
    background:  #b30404;
    color: #fff;
    background-size: 50px 50px;
    font-size: 24px;
    text-indent: 30px;
    font-weight: 700;
    line-height: 62px;
}

.page-left-block .nav {
    flex-direction: column;
    margin: 1rem 0;
}

.page-left-block .nav-tabs {
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.page-left-block .nav li {
    border-bottom: 1px solid #ddd;
}
.page-left-block .nav li .subNav a{
    font-size: 16px;
    padding-left: 3rem;
}
 

.page-left-block .nav li a {
    color: #545454;
    font-size: 18px;
    padding: 1rem 0 1rem 2rem;
    display: block;
    text-decoration: none;
    font-weight: 700;
}

.page-left-block .nav li a.active {
    color: #b30404;
    border-bottom: 1px solid #b30404;
}

.page-news {
    margin: 1rem auto 0;
    min-height: 600px;
}

.news-list {
    min-height: 500px;
}

.news-list ul {
    margin: 0;
    padding: 0;
}

.news-list li {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list li p {
    margin: 0;
}

.news-list li span {
    color: #999;
    white-space: nowrap;
}

.news-list a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
}

.news-list a:hover {
    color: #b30404;
}

.news-detail-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.news-detail-title h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
}

.news-detail-title span {
    color: #999;
    padding: 0 2rem;
    line-height: 3;
}

.news-detail-title .time {
    background-color: #e8ecf6;
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    padding: .8rem;
    margin-top: 2.5rem;
}

.news-detail .content {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 2rem 0 6rem;
    color: #5b5b5b;
}
.news-detail .content p{
   font-size: 18px;
  line-height: 1.8;
 text-indent: 2em;
    font-family: 宋体, SimSun;
}

.news-detail .content img {
    margin: 1rem auto;
    display: inherit;
    max-width: 100%;
}

.news-detail .news-link {
    background-color: #e8ecf6;
    padding: 1rem 3rem;
}

.news-detail .news-link p {
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #666;
    margin: 0;
}

.news-detail .news-link a {
    color: #666;
}

.news-detail .news-link hr {
    border: none;
    border-bottom: 1px solid #ddd;
}

.page-fenye {
    margin: 2rem 0 3rem;
    font-size: 1.2rem;
    color: #666;
}

.page-fenye .pagination {
    align-items: center;
}

.page-fenye .form-control {
    width: 70px;
    margin-left: 1rem;
}

.index-news {
    padding-bottom: 50px;
}

.index-news .text-block {
    background: rgba(19, 90, 206, .8);
    width: 80%;
    padding: 1rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 17px;
}

.index-news .text-block b {
    font-size: 24px;
}

.search-btn-box {
    display: none;
    position: relative
}

.search-btn {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.search-btn i {
    font-size: 25px;
    color: #fff;
}

.text-over1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-over2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}

.text-over3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 19%;
}

.img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.center-block {
    margin: 0 30px;
}


.index-list02 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.index-list02 li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.index-list02 li:first-child {
    padding-top: 0;
}

.index-list02 .date {
    color: #004ccb;
    padding: 6px 13px 6px 0;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 2rem;
    border-right: 1px solid #ddd;
}

.index-list02 .date b {
    font-size: 30px;
    display: block;
    font-weight: normal;
    line-height: 1.2;
}

.index-list02 a {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-weight: bold;
}

.index-list02 li:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #004ccb;
}


.index-list02 li:hover a {
    color: #004ccb;
    text-decoration: none;
}

.report-block {
    background-color: #fff;
    padding: 0 20px 20px;
    box-shadow: 2px 2px 3px 3px #eee;
    margin-top: 20px;
}

.report-block .top {
    display: flex;
    justify-content: space-between;
}

.report-block .top p a {
    font-size: 18px;
    color: #222;
    margin-top: 1rem;
    display: block;
}

.report-block .top .date {
    background: #004ccb;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-right: 2rem;
    border-radius: 0 0 10px 10px;
}

.report-block .top .date b {
    font-size: 24px;
    display: block;
    line-height: 1.4;
}

.report-block .bottom {
    margin-top: 25px;
    font-size: 16px;
}

.report-block .bottom a {
    color: #999;
}

.report-block .bottom img {
    margin-right: 1rem;
}

.report-block a:hover {
    cursor: pointer;
}

.report-block:hover {
    cursor: pointer;
    box-shadow: #86aef2 0px 0px 8px 1px;
}

.topic-block {
    position: relative;
}

.topic-block .swiper-button-prev,
.topic-block .swiper-button-next,
.model-block .swiper-button-prev,
.model-block .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    top: 50%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.topic-block .swiper-button-prev,
.model-block .swiper-button-prev {
    left: -70px;
}

.topic-block .swiper-button-next,
.model-block .swiper-button-next {
    right: -70px;
}

.topic-block .swiper-button-prev:after,
.topic-block .swiper-button-next:after,
.model-block .swiper-button-prev:after,
.model-block .swiper-button-next:after {
    color: #444;
    font-size: 24px;
}

/* 首页tab切换 */
.tab-content {
    position: relative;
    padding: 29px 0 0;
}

.home-tab {
    position: relative;
    margin-top: 15px;
    border-radius: 8px;
}

.home-tab a {
    color: #fff;
    padding: 16px 1.5rem;
    margin-right: 1rem;
    font-size: 30px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    position: relative;
    text-decoration: none;
}

.home-tab li a.active {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #b30404;

}

.home-tab a.active::after {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 71px solid #b30404;
    border-left: 10px solid transparent;
    border-right: 21px solid transparent;
    position: absolute;
    bottom: 0;
    right: -21px;
}

.home-tab01 {
    background: url(../img/bg-tab01.jpg) no-repeat center / cover;
}

.home-tab02 {
    background: url(../img/bg-tab02.jpg) no-repeat center / cover;
}

.tab-content .more {
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: -48px;
    color: #fff;
}

.topicSwiper .swiper-slide {
    text-align: center;
}

.banner-page .carousel-item {
    padding-bottom: 24%;
}

.pic-block {
    margin-bottom: 30px;
}

.pic-block .img-block {
    display: block;
    height: 260px;
    overflow: hidden;
}

.pic-block .img-block img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.pic-block:hover {
    box-shadow: 4px 4px 4px #ccc;
}

.pic-block .img-block:hover img {
    transform: scale(1.05);
    transition: all .4s;
}

.pic-block p {
    background: #f8fafd;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-block a {
    color: #666;
}

.index-box04 {
    margin: 4rem 0;
}

.index-model {
    background: url(../img/bg-home-model.jpg) center /cover no-repeat;
    padding: 4rem 0;
}

.model-block {
    position: relative;
    z-index: 11;
}

.index-model .swiper-wrapper {
    padding-top: 3rem;
}

.index-model .swiper-slide {
    background: #fff;
    display: flex;
    padding: 0rem 3rem 3rem;
}
.index-model .swiper-slide .img-block{
 position: relative;
flex:1;
    min-height: 100px;
}

.index-model .swiper-slide .img {
    margin-top: -2rem;
    max-width:100%;
}

.index-model .swiper-slide .text {
    margin: 5rem 0 0 3rem;
    font-size: 16px;
    line-height: 2;
    background: #fff;
flex:1;
}

.index-model .swiper-slide .text h4 {
    font-size: 24px;
    font-weight: bold;
}

.index-model .swiper-slide .text h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.index-model .swiper-slide .text a {
    display: inline-block;
    margin-top: 1.5rem;
}

.index-model .swiper-pagination {
    text-align: right;
    padding-right: 4rem;
    bottom: 5rem;
    left: auto;
    right: 0;
    width: 300px;
}


.index-model .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.index-model .swiper-pagination-bullet-active {
    background: #b30404;
}

.Headlines {
    background: #f8f8f8;
    padding: 2rem 4rem;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin: 3rem 0;
    border-radius: 10px;
    text-align: center;
}

.Headlines .bage {
    background: #b30404;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: normal;
    border-radius: 10px 0 20px 0;

}

.Headlines .bage::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 29px solid #b30404;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    right: -8px;
}

.Headlines a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-trends {
    margin-left: 10px;
}
#banner-index {
    z-index: 5;
    display: flex;
}

#banner-index .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#banner-index .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

#banner-index .carousel-item {
    display: block;
    overflow: hidden;
    padding-bottom: 20%;
    flex-shrink: 0;
}

@media (min-width: 1200px){
    .container {
        max-width: 1360px;
    }

    .banner-index .carousel-control-prev {
        left: 4%;
        width: 70px;
        height: 70px;
        bottom: 30%;
    }

    .banner-index .carousel-control-next {
        right: 4%;
        width: 70px;
        height: 70px;
        bottom: 30%;
    }

    .topic-block .swiper-button-next {
        right: -80px;
    }

    .topic-block .swiper-button-prev {
        left: -80px;
    }
}
@media (min-width: 1900px) {
    .container {
        max-width: 1390px;
    }
}
@media (min-width: 2000px) {
    .container {
        max-width: 1600px;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1360px;
    }
    .topic-block .swiper-button-next, .model-block .swiper-button-next {
        right: -38px;
    }
    .topic-block .swiper-button-prev, .model-block .swiper-button-prev {
        left: -38px;
    }
}

@media(max-width:1024px) {
    .index-notice-block {
        margin: 10px 0;
    }

    .topic-block .swiper-button-next,
    .model-block .swiper-button-next {
        right: 0;
    }

    .topic-block .swiper-button-prev,
    .model-block .swiper-button-prev {
        left: 0;
    }

    .index-box04 {
        padding: 20px 0;
        margin: 0;
    }

    .index-box01 {
        margin: 20px 0 30px;
    }

    .index-box03 {
        padding: 20px 0 30px;
    }

    .center-block {
        margin: 10px 0;
    }

    .header .right {
        flex-direction: row;
        flex-wrap: nowrap;
    align-items: center;
    }

    .topic-block .swiper-button-next {
        right: 0;
        width: 40px;
        height: 40px;
    }

    .topic-block .swiper-button-prev {
        left: 0;
        width: 40px;
        height: 40px;
    }

    .news-mini:nth-child(2) {
        margin: 20px 0 20px 0px;
    }

    .banner-index .carousel-control-prev {
        left: 0;
    }

    .banner-index .carousel-control-next {
        right: 0;
    }

    .banner-index .carousel-control-prev,
    .banner-index .carousel-control-next {
        width: 50px;
        height: 50px;
    }

    .banner-index .carousel-control-prev-icon,
    .banner-index .carousel-control-next-icon {
        width: 13px;
        height: 22px;
    }

    .head {
        padding: 10px 0;
    }

    .notice-block {
        margin: 10px 0;
    }

    .news-mini {
        margin: 10px auto;
    }

    .banner-index .carousel-item {
        padding-bottom: 66%;
    }

    .aceg_video-dimensions {
        width: 100%;
        height: auto;
    }

    .logo {
        max-height: 40px
    }

    .logotext {
        font-size: 14px;
        padding-left: 5px;
        margin-left: 5px;
    }

    .page-news {
        margin: 1rem auto 0;
    }

    .navi {
        bottom: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 60px;
        transition: all .3s;
        display: none;
        width: 100%;
        z-index: -1;
        background: #b30404;
        overflow-y: auto;
    }


    .navi ul,
    .navi ul li {
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li>a {
        font-size: 18px;
        text-align: left;
        color: #fff;
        padding: 1rem;
        border: none;
    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        display: block;
        z-index: 18
    }

    .navi ul li:after {
        display: none
    }

    .navi ul li.selected,
    .navi ul li:hover {
        background: #418f38;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1;
        padding: 0;
    }

    .navbox>a {
        padding: 0 10px;
    }

    .memu-btn,
    .search-btn-box {
        display: block
    }

    .search-box {
        background: #fff;
        box-sizing: border-box;
        display: none;
        left: 0;
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 99;
        padding: 5px;
        margin: 0;
    }

    .search-item {
        display: flex;
        justify-content: space-between;
    }

    .search-box input {
        flex: 1;
        border-radius: 30px;
        border-color: #ddd;
    }

    .notice-index {
        margin: 20px 0 0;
        padding: 0;
    }

    .title {
        padding: 20px 0 0;
        margin: 0 0 10px;
    }


    .footer ul {
        min-height: 180px;
        padding: 0 10px;
        margin: 0;
    }


    .page-banner .text-block span {
        line-height: 2;
        font-size: 1.2rem;
        margin-right: 1rem;
    }


    .page-banner .text-block {
        padding: .8rem;
    }

    .page-banner .text-block h3 {
        font-size: 1.5rem;
    }

    .news-detail .news-link {
        padding: 1rem;
    }

    .news-detail h3 {
        font-size: 1.5rem;
    }

    .news-detail .content img {
        margin: 1rem auto;
    }

    .page-banner .text-block .active {
        font-size: 1.2rem;
    }

    .news-right-block {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
.news-detail-title span {    
    padding: 0 ;
    
}
#banner-index .carousel-item{
padding-bottom:15%;
}    
.index-notice {
        padding: 2rem 0;
    }

    .title2 p {
        display: none;
    }

    .index-trends {
        margin-left: 0;
    }

    .home-tab a {
        font-size: 24px;
    }

    .index-model {
        padding: 3rem 0;
    }

    .header {
        min-height: 62px;
        position: fixed;
        top: 0;
        z-index: 77;
background:rgba(179, 4, 4, .9);
    }

    .Headlines {
        padding: 3rem 1rem 1rem;
        font-size: 22px;
        margin: 1rem 0 0;
    }

    .index-model .swiper-pagination {
        bottom: 1rem;
    }

    .index-model .swiper-slide .text a {
        margin: 0;
    }

    .index-model .swiper-slide .text {
        margin: 2rem 0 0 0rem;
    }

    .index-model .swiper-slide .img {    
        margin: auto;
    }

    .index-model .swiper-slide {
        flex-direction: column;
        padding: 1rem;
    }

    .index-model .swiper-slide .text p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .news-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .top .box4 {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .footer .top .box4 .input {
        margin: 10px 0;
    }


    .logo {
        max-height: 29px;
        margin: 5px 0 0;
    }

    .head-link {
        display: none;
    }

    .picMarquee-left {
        height: 100px;
    }

    .news-img-block .text-box {
        font-size: 15px;
       padding:1rem;
    }

    .title h2 small {
        display: none;
    }

    .title-innerPage {
        display: block;
    }

    .banner-index .carousel-caption {
        left: 1rem;
    }

    .banner-index .carousel-caption .line {
        display: none;
    }

    .banner-index .carousel-caption {
        width: 150px;
        top: 0;
    }

    .banner-index .carousel-caption h3 {
        font-size: 14px;
        line-height: 1.2;
    }

    .banner-index .carousel-caption button {
        display: none;
    }

    .index-news .carousel-caption {
        padding-right: 80px;
    }

    .list-block-icon li {
        display: inline-grid;
    }

    .title2::before,
    .title2::after {
        display: none;
    }

    .back-top {
        display: none;
    }



}