<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: #fff;
    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 {
    margin-bottom: 40px;
    padding: 50px 0 10px;
    text-align: center;
}

.title h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px;
}

.title a {
    font-size: 16px;
    text-transform: uppercase;
    color: #b48950;
    position: relative;
    padding-top: 10px;
    font-weight: bold;
}

.title a::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background: #ba2d35;
    top: 0px;
    left: 20%;
}

.title2 {
    position: relative;
    margin: 40px 0 2rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.title2 b {
    font-size: 36px;
}

.title2::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -8px;
    background: #ae2126;
}

.title2 a {
    font-size: 16px;
    text-transform: uppercase;
    color: #b48950;
    font-weight: bold;
}

.title-white-border {
    border-bottom: 1px solid #fff;
}

.title-white {
    border-bottom: 1px solid #fff;
}

.title-white h2 {
    color: #fff;
    background: url(../img/bg-title02.png) no-repeat left bottom;
}

.title-white a {
    color: #fff;
}

.picMarquee-left{
    overflow: hidden;
}
.picMarquee-left ul{
    list-style-type: none;
}
.picMarquee-left ul li{
    margin-right: 40px;
    width: 300px!important;
}

.news-list-block {
    border-top: 1px solid #ddd;
}

.news-list-block ul {
    padding: 0;
    margin: 0;
}

.news-list-block li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 10px 2rem;
    background: url(../img/icon-li.jpg) left center no-repeat;
    list-style-type: none;
}

.news-list-block li a {
    color: #222;
}

.news-list-block li span {
    color: #999;
}

.index-news .carousel-control-next,
.index-news .carousel-control-prev {
    top: 60%;
}

.news-right-block {
    display: flex;
    padding: 15px 0 23px;
    border-bottom: 1px solid #ddd;
}

.news-right-block:first-child {
    padding-top: 0;
}

.news-right-block .date {
    color: #ae2126;
    white-space: nowrap;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
}

.news-right-block .date::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background: #c59a58;
    bottom: -8px;
    left: 0;
}

.news-right-block .date b {
    font-size: 36px;
    display: block;
    line-height: 1;
}

.news-right-block p {
    font-size: 18px;
    font-weight: bold;
    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;
}

.notice-block {
    background: #fff;
    padding: 20px;
    line-height: 1.6;
    color: #333;
    margin: 20px 0;
    border-top: 3px solid #b48950;
}

.notice-block .date {
    color: #ba2d35;
    font-size: 14px;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid #ddd;
}

.notice-block .date b {
    color: #b3121b;
    font-size: 24px;
    position: relative;
}

.notice-block .date b::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background: #b48950;
    bottom: -2px;
    left: 0;
}

.notice-block .date:hover {
    background: #b3121b;
    color: #fff;
}

.notice-block .date:hover b {
    color: #fff;
}

.notice-block .news-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
}

.notice-block a {
    color: #333;
    font-size: 16px;
}

.notice-block a:hover {
    text-decoration: none;
    color: #c00;
}

.notice-block:hover {
    box-shadow: 1px 1px 3px 1px #b48950;
}

.engineer {
    background: #fff;
    padding: 0 0 3rem;
}

.title-noborder {
    border: none;
    margin-bottom: 0;
}



.footer {
    background: #ae2126;
    color: #fff;
    padding: 20px 0;
    font-size: 16px;
    position: relative;
}

.footer a {
    color: #fff;
    padding: 8px;
}

address {
    text-align: left;
    margin: 20px 0 0;
}

address span {
    font-size: 16px;
}

address label {
    font-size: 14px;
    color: #661013;
}

.address-block {
    background: #ba2d35;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    margin: 0;
    line-height: 1.8;
}

.codeimg img {
    margin-left: 20px;
}

.back-top {
    align-items: center;
    background: #c00;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    right: 1vw;
    text-align: center;
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    width: 50px;
    height: 50px;
    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: #ca232b;
    color: #ba2d35;

    width: 100%;
    z-index: 44;
}

.header&gt;.w {
    height: 160px;
    transition: height .3s
}

.header .right,
.header&gt;.w {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header_fixed {
    background: #fff;
    box-shadow: 0 3px 7px #666
}

.header_fixed&gt;.w {
    height: 80px
}

.header_fixed .logo {
    height: 40px
}


.navi {
    background: #ba1e27;
    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&gt;a {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 18px;
    border-right: 1px solid #cf6c72;
}

.navi ul li&gt;a:hover {
    text-decoration: none;
}

.navi ul li.selected,
.navi ul li:hover {
    background-color: #ae2126;
    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&gt;a:after {
    opacity: 1
}

.navbox {
    background: rgba(186, 30, 39, .7);
    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&gt;a {
    box-sizing: border-box;
    transition: all .3s
}

.navbox&gt;a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.navbox&gt;a:hover {
    background: #b3121b;
    color: #fff
}

.navbox&gt;a:last-of-type {
    border-bottom: none
}

.head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
}
.head a{
    text-decoration: none;
}
.logo {
    height: 80px;
    transition: height .3s
}

.logotext {
    border-left: 1px solid #ffff;
    font-size: 36px;
    color: #ffff;
    padding-left: 15px;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: bold;
}

.gd-link {
    color: #ffff;
    font-size: 16px;
}

.search-box {
    margin: 0 10px;
    z-index: 3;
    width: 260px;
}

.search {
    display: flex
}

.search input {
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 19px 10px;
    margin-right: -22px;
    background: #ffff;
}

.memu-btn {
    display: none;
    height: 35px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #333;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    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: 20%;
    height: 50px;
    top: auto;
    z-index: 5;
}

#banner-index .carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 10px;
    border: none;
}

#banner-index .carousel-indicators .active {
    background-color: #fff;
    width: 40px;

}

#banner-index .carousel-control-prev {
    left: 5%;
    opacity: 1;
}

#banner-index .carousel-control-next {
    left: 13%;
    opacity: 1;
}

#banner-index .carousel-control-prev-icon {
    background: none;
}

#banner-index .carousel-control-next-icon {
    background: none;
}

#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 {
    max-width: 600px;
    position: relative;
    overflow: hidden;
}

.news-img-block .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 72.5%;
}

.news-img-block .img-box {
    bottom: 0;
    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 .date {
    white-space: nowrap;
    border-right: 1px solid #fff;
    padding-right: 10px;
    font-size: 14px;
}

.news-img-block .text-box .date b {
    font-size: 30px;
    display: block;
}

.news-img-block .text-box {
    background: rgba(0, 0, 0, .7);
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 20px;
    text-align: left;
    padding: 10px 20px;
    color: #FFF;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-img-block .text-box a {
    color: #fff;
}

.news-mini {
    position: relative;
    max-width: 285px;
    margin: 0 auto 20px;
}
.news-mini img{
    max-width: 100%;
    height: 190px;
}

.news-mini a {
    color: #fff;
}

.news-mini .text {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 0 12px;
    bottom: 0;
    font-size: 16px;
    line-height: 40px;
}

.news-img-block .swiper-button-next,
.news-img-block .swiper-button-prev {
    top: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    width: 50px;
}

.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;
}

.page-left-block .tab-title {
    display: block;
    line-height: 2;
    font-size: 1.8rem;
    border-left: 3px solid #b3121b;
    padding-left: 2rem;
}

.page-left-block .nav {
    flex-direction: column;
    margin: 1rem 0;
}

.page-left-block .nav-tabs {
    border: none;
}

.page-left-block .nav li {
    border-bottom: 1px solid #ddd;
}

.page-left-block .nav li a {
    color: #7d7d7d;
    font-size: 20px;
    padding: 1rem 0 1rem 2rem;
    display: block;
    text-decoration: none;
}

.page-left-block .nav li a.active {
    color: #b3121b;
    border: 1px solid #b3121b;
    border-left: none;
    border-right: none;
}

.page-news {
    margin: 3rem auto 0;
}

.news-list a {
    color: #222;
    text-decoration: none;
}

.news-list .media {
    padding: 10px;
    border-radius: 0.6rem;
    box-shadow: 0px 0px 3px 1px #eee;
    margin-top: 1rem;
}

.news-list .media a {
    color: #222;
}

.news-list .media:hover {
    background: #b3121b;
    color: #fff;
}

.news-list .media:hover .date {
    background: #fff;
    color: #b3121b;
}

.news-list .media:hover .news-text,
.news-list .media:hover a {
    color: #fff;
}

.news-list .media .date {
    background: #b3121b;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
    border-radius: 6px;
    margin-right: 2rem;
}

.news-list .media .date b {
    font-size: 1.2rem;
}

.news-list .media-body h5 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0.5rem !important;
}

.news-list .news-text {
    color: #666;
    font-size: 1.15rem;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-list .news-text a {
    color: #666;
}

.news-list .news-text a:hover {
    text-decoration: none;
}

.news-detail-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.news-detail-title h3 {
    font-size: 2rem;
    font-weight: normal;
    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;
    color: #5b5b5b;
    min-height: 400px;
}

.news-detail .content img {
    margin: 3rem 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 span{
    padding: 8px 10px!important;
    font-size: 1.2rem;
    height: auto!important;
}

.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: #333;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.search-btn i {
    font-size: 30px;
}

.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;
}

.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%;
}

.engineer-block {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    min-height: 382px;
}
.engineer-block img{
    height: 205px;
    max-width: 100%;    
    object-fit: cover;     
}

.engineer-block .text {
    position: relative;
}

.engineer-block .text span {
    position: absolute;
    top: -33px;
    left: 20px;
    color: #fff;
    background: #ae2126;
    padding: 5px 20px;
}

.engineer-block .text h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    padding-top: 15px;
}
.engineer-block .text h3 a{
 color: #333;
}

.engineer-block .text p a {
    color: #666;
}

.engineer-block:hover {
    border-bottom: 1px solid #ae2126;
}

.engineer-block:hover a {
    text-decoration: none;
}

.engineer-block:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.aceg_video-dimensions {
    width: 820px;
    height: 460px;
}

.partner {
    background: url(../img/bg-partner.jpg) center/cover no-repeat;
    padding: 40px 0;
}

.video-block {
    background: url(../img/bg-video.png) center no-repeat;
    text-align: center;
    padding: 25px 0;
    position: relative;
}
.video-block .img{
    max-width: 100%;
}
.video-block .bt{
    position: absolute;
    left: 45%;
    top: 37%;
}
.video-block .bt:hover{
    opacity: .8;
}

.pic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pic-list ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pic-list a {
    flex-basis: 48%;
    margin: 8px 0 17px;
}

.pic-list img {
    max-width: 100%;    
    object-fit: cover;    
    height: 110px;
}

.pic-list img:hover {
    box-shadow: 2px 3px 5px 2px #ccc;
}

.partner-block {
    border: 1px solid #eee;
    margin: 15px 0;
    text-align: center;
}
.partner-block img{
    max-width: 100%;
    object-fit: cover;
    height: 260px;
}
.partner-block p{
 margin: 10px 0;
}

.partner-block:hover img {
    transform: scale(1.1);
    transition: all .3s;
}
.partner-block:hover{
    overflow: hidden;
    box-shadow: 2px 3px 5px 2px #eee;
}

.case-block {
    overflow: hidden;
    position: relative;
}

.case-block .swiper-button-next,
.case-block .swiper-button-prev {
    background: rgba(0, 0, 0, .4);
}
.case-block .swiper-button-next::after,
.case-block .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}

@media (min-width: 1900px) {
    .container {
        max-width: 1390px;
    }
}

@media (max-width: 1900px) {
    .container {
        max-width: 1200px;
    }

    .index-nav {
        justify-content: flex-end !important;
    }
}

@media (max-width: 1440px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@media(min-width: 1200px) and (max-width: 1440px) {

    #banner-index .carousel-control-prev,
    #banner-index .carousel-control-next {
        bottom: 10%;
    }

    #banner-index .carousel-indicators {
        bottom: 8%;
        left: 0;
        margin-left: 11%;
    }

    .container {
        max-width: 1360px;
    }

    #banner-index .carousel-caption {
        left: 22%;
        width: 420px;
    }

    #banner-index .carousel-control-prev {
        left: 2%;

    }

    #banner-index .carousel-control-next {
        left: 10%;
    }

    .back-foot {
        top: 40%;
    }


}

@media (max-width:1366px) {
    .navi ul li {
        padding: 10px 18px;
    }

    .news-list .news-text {
        max-width: 600px;
    }
}

@media(max-width:1024px) {
   .video-block .bt {    
        left: 43%;   
    }
    .video-block .bt img{
        width:60px; 
    }
    .title2 {
        margin: 1rem 0;
    }

    .title2 b {
        font-size: 30px;
    }

    .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: 67px;
        transition: all .3s;
        visibility: hidden;
        width: 100%;
        z-index: -1
    }

    .navi ul,
    .navi ul li {
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li&gt;a {
        font-size: 16px;
        text-align: left;
        color: #fff;
        padding: 1rem 0;
        border: none;
    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        visibility: visible;
        z-index: 18
    }

    .navi ul li:after {
        display: none
    }

    .navi ul li.selected,
    .navi ul li:hover {
        background: #b3121b;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1;
        padding: 0;
    }

    .navbox&gt;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: 67px;
        width: 100%;
        z-index: 9;
        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;
    }

    .title h2 {
        font-size: 24px;
    }

    .footer {
        padding: 20px 0;
        font-size: 15px;
    }

    .footer ul {
        min-height: 180px;
        padding: 0 10px;
        margin: 0;
    }

    .twocode {
        border: none;
    }

    .page-banner .text-block span {
        line-height: 2;
        font-size: 1.2rem;
        margin-right: 1rem;
    }

    .news-list .media .date {
        margin-right: 1rem;
    }

    .news-list .news-text {
        white-space: inherit;
    }

    .news-list .media-body h5 {
        font-size: 1.2rem;
    }

    .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-img-block .text-box {
        font-size: 15px;
    }

    .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;
    }

    .news-list-block li {
        display: inline-grid;
    }

    .title2::before,
    .title2::after {
        display: none;
    }

    .back-top {
        display: none;
    }

    .gd-link {
        display: none;
    }

}</pre></body></html>