/*@+leo-ver=5-thin*/
/*@+node:swot.20231216153816.1: * @file css/style.css*/
/*@@language css*/
/*@+others*/
/*@+node:swot.20231216165046.1: ** 1. common 共用*/
/*@+node:swot.20231216170016.1: *3* 1.1 pathnav 路径导航*/
.pathnav {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 20px;
    background-color: #ffffff;
}

.pathnav .pathnav__list {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.pathnav .pathnav__link {
    display: block;
    color: #666;
}

.pathnav .pathnav__link:hover {
    color: #00338C;
}

.pathnav .pathnav__arrow {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

/*@+node:swot.20231216165154.1: *3* 1.2 article 详情页*/
.article {
    padding-bottom: 130px;
}

.article .article-hd {
    text-align: center;
}

.article .article-hd__title {
    font-size: 30px;
    font-weight: bold;
}

.article .article-hd__desc {
    margin: 25px;
}

.article .article-hd__data {}

.article .article-hd__author {}

.article .article-hd__view {}

.article .article-bd {
    margin-top: 50px;
}

/*@+node:swot.20231216165832.1: *3* 1.3 subbanner 轮播图*/
.subbanner {
    position: relative;
    margin-top: 0;
    background-color: #282627;
}

.subbanner .subbanner__info {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;

}

.subbanner .subbanner__title {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.subbanner .subbanner__desc {
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.subbanner .subbanner__item {}

.subbanner .subbanner__img {
    display: block;
    width: 100%;
}

/*@+node:swot.20231216170041.1: *3* 1.4 tagnav 分类*/
.tagnav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tagnav .tagnav__link {
    display: flex;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    min-width: 60px;
    font-size: 16px;
    color: #333333;
    background-color: #f4f6f9;
}

.tagnav .tagnav__link:hover {
    color: #ffffff;
    background-color: #00338C;
}

.tagnav .tagnav__link--on {
    color: #ffffff;
    background-color: #00338C;
}

/*@+node:swot.20231216170123.1: *3* 1.5 pagination 分页*/
.pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    text-align: center;
}

.pagination li {
    display: block;
    color: #ba0000;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #f4f6f9;
    background-color: #f4f6f9;
}

.pagination li a {
    display: block;
    padding: 8px 20px;
    color: #333;
}

.pagination li span {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
}

.pagination li:hover {
    color: #fff;
    border: 1px solid #00338C;
    background-color: #00338C;
}

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

.pagination .disabled {
    border: 1px solid #f4f6f9;
    background-color: #f4f6f9;
}

.pagination .disabled span {
    color: #333;
}

.pagination .disabled:hover {
    border: 1px solid #f4f6f9;
    background-color: #f4f6f9;
}

.pagination li:hover.disabled span {
    color: #333;
}

.pagination .active {
    color: #fff;
    border: 1px solid #00338C;
    background-color: #00338C;
}

/*@+node:swot.20231216165618.1: *3* 1.6 friendlink 友情链接*/
.friendlink {
    padding-top: 30px;
    border-top: 1px solid #dcdddf;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.friendlink .friendlink__list {
    font-size: 14px;
    color: #999999;
}

.friendlink .friendlink__item {
    margin-left: 6px;
    font-size: 14px;
    color: #999999;
}

.friendlink .friendlink__item:hover {
    color: #00338C;
}

/*@+node:swot.20231216165659.1: *3* 1.7 copyright 版权信息*/
.copyright {
    margin-top: 10px;
    text-align: center;
}

.copyright .copyright__icp {
    font-size: 14px;
    color: #999999;
}

.copyright .copyright__num {
    font-size: 14px;
    color: #999999;
}

/*@+node:swot.20231216165733.1: *3* 1.8 visit 访问量*/
.visit {
    margin-top: 10px;
    text-align: center;
}

.visit .visit__item {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #999999;
}

/*@+node:swot.20231216164616.1: ** 2. index.html -- use*/
/*@+node:swot.20231216154407.1: *3* 2.1 warp 两种居中宽度 1320 和 1200*/
/* 居中显示宽度1320px */
.warp-header {
    margin: 0 auto;
    width: 1320px;
}

/* 居中显示宽度1200px */
.warp {
    margin: 0 auto;
    width: 1200px;
}

/*@+node:swot.20231216154646.1: *3* 2.2 bgcolor 背景颜色*/
.bgcolor {
    background-color: #f4f6f9;
}

/*@+node:swot.20231216154751.1: *3* 2.3 header 头部区域*/
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 75px;
    z-index: 100;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .header__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}

.header .header__hd {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 75px;
    /*垂直居中*/
}

.header .header__ft {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

/* 移动端头部 */
.m-header {
    display: none;
}

.m-nav {
    display: none;
}

/*@+node:swot.20231216155116.1: *4* 2.3.1 logo*/
.logo {
    display: flex;
    align-items: center;
    /*垂直居中*/
    height: 75px;
    width: 230px;
}

.logo .logo_link {
    display: block;
    height: 40px;
}

.logo .logo__img {
    display: none;
    height: 35px;
}

.logo .logo__imgw {
    display: block;
    height: 40px;
    transition: all .3s;
}

/*@+node:swot.20231216155248.1: *4* 2.3.2 nav 导航栏目*/
.nav {
    padding-left: 80px;
}

.nav .nav__list {
    display: flex;
}

.nav .nav__item {
    position: relative;
}

.nav .nav__link {
    display: block;
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 4px;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    font-size: 14px;
    color: white;
    /* font-weight: bold; */
    line-height: 40px;
}

.nav .nav__item:hover .nav__link {
    color: white;
    border-bottom: 4px solid white;
}

.nav .nav__link--on {
    color: white;
    /* border-bottom: 4px solid #00338C; */
}

/*@+node:swot.20231216155419.1: *4* 2.3.3 subnav 二级导航*/
.header__all--down .header,
.header:hover {
    background-color: rgba(0, 51, 136, 0.8);
}

.header__all--down .logo .logo__imgw {
    height: 35px;
}

.subnav {
    position: absolute;
    display: none;
    left: 0;
    top: 77px;
    z-index: 2;
}

.subnav .subnav__list {}

.subnav .subnav__item {
    display: block;
    width: 160px;
    height: 40px;
    background-color: rgba(0, 51, 136, 0.8);
    color: white;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    /* border-top: 1px solid #cccccc; */
}

.subnav .subnav__item:hover {
    background-color: #ffffff;
    color: #00338C;
}

.nav .nav__item:hover .subnav {
    display: block;
}

/*@+node:swot.20231216155523.1: *4* 2.3.4 search 搜索*/
.search {
    border: 1px solid #ededed;
    border-radius: 4px;
    height: 30px;
}

.search .search__form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search .search__input {
    padding-left: 8px;
    /* border-radius: 4px; */
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: transparent;
}

.search .search__img {
    padding: 3px 4px 5px 4px;
    width: 16px;
    height: 16px;
}

.search .search__imgw {
    display: none;
    padding: 5px;
    width: 20px;
    height: 20px;
}

/*@+node:swot.20231216155605.1: *4* 2.3.5 热线电话*/
.tel {
    padding-right: 30px;
}

.tel .tel__link {
    display: block;
    color: #00338C;
    font-size: 18px;
    font-weight: bold;
}

/*@+node:swot.20231216155624.1: *4* 2.3.6 咨询客服*/

.server .server__link {
    display: block;
    width: 90px;
    height: 34px;
    background-color: #00338C;
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
}

/*@+node:swot.20231216155730.1: *3* 2.4 轮播图的开始*/
/*@+node:swot.20231216155847.1: *4* 2.4.1 banner*/
.banner {
    position: relative;
    /* 居中*/
    display: flex;
    justify-content: center;
    background-color: #f4f6f9;
}

.banner .banner__list {
    position: relative;
    overflow: hidden;
}

.banner .banner__video {
    display: block;
}

.banner .banner__link {
    display: block;
}

.banner .banner__img {
    display: block;
    width: 100%;
}

.banner .banner__video {
    display: block;
    width: 100%;
}

.banner .banner__box {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    color: #ffffff;
}

.banner .banner__title {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    letter-spacing: 8px;
    line-height: 50px;
}

.banner .banner__dec {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 6px;
    line-height: 30px;
    margin-top: 20px;
}

.banner .banner__film {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 6px;
    line-height: 30px;
    margin-top: 50px;
}


.banner .banner__film-img {
    display: block;
    font-size: 36px;
    color: #fdd000;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 30px;
}

.banner .banner__bottom {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -1px;
    z-index: 9;
    left: 0;
}

/*@+node:swot.20231216155835.1: *4* 2.4.2 swiper*/
.swiper {
    width: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/cursor_right.png');
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url('../img/cursor_left.png');
}

.swiper-pagination-bullet {
    background: #ffffff;
}

.swiper-pagination-bullet-active {
    background: #00338C;
}

/*@+node:swot.20231216171029.1: *3* 2.5 主体区域*/
.contenter {}

/*@+node:swot.20231216161305.1: *3* 2.6 floor 楼层*/
.floor {
    padding-top: 50px;
    padding-bottom: 50px;
}

.floor__pt0 {
    padding-top: 0;
}

.floor__pb0 {
    padding-bottom: 0;
}

.floor__p0 {
    padding-top: 0;
    padding-bottom: 0;
}


.floor .floor__hd {
    text-align: center;
    padding-bottom: 40px;
}

.floor .floor__title {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.floor__desc {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

.floor .floor__bd {
    /* margin-top: 20px; */
}

.floor .floor__ft {
    display: flex;
    margin: 50px auto 0;
    justify-content: center;
}

.floor .floor__more {
    display: block;
    width: 270px;
    height: 56px;
    border: 2px solid #00338C;
    text-align: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.floor .floor__more--default {
    display: block;
    line-height: 56px;
    font-size: 18px;
    color: #00338C;
    letter-spacing: 2px;
    position: relative;
    z-index: 3;
}

.floor__more--pointer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #00338C;
    z-index: 1;
    transition: all .5s;
}

.floor .floor__ft:hover .floor__more--default {
    color: #ffffff;
}

.floor .floor__ft:hover .floor__more--pointer {
    left: 0;
}

/*@+node:swot.20231216161437.1: *3* 2.7 index-news 集团动态*/
.index-news {}

.index-news .index-news__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.index-news .index-news__item {
    overflow: hidden;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    width: 390px;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.index-news .index-news__item:nth-child(3n) {
    margin-right: 0;
}

.index-news .index-news__hd {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.index-news .index-news__bd {
    padding: 20px;
}

.index-news .index-news__img {
    width: 390px;
    height: 260px;
    /* width: 100%; */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: 0.3s;
}

.index-news .index-news__date {
    font-size: 12px;
    color: #999999;
}

.index-news .index-news__title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #525252;
}

.index-news .index-news__desc {
    font-size: 14px;
    color: #999999;
}

.index-news .index-news__item .index-news__bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -100%;
    height: 8px;
    /* background-color: rgba(0, 51, 136, 0.8); */
    background-color: rgb(78, 172, 209);
    z-index: 1;
    transition: all 0.8s;
}

.index-news .index-news__item:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}


.index-news .index-news__item:hover .index-news__bar {
    left: 0;
}

.index-news .index-news__item:hover .index-news__img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.index-news .index-news__item:hover .index-news__bd {
    background: #ffffff;
}

.index-news .index-news__item:hover .index-news__date {
    /* color: #ffffff; */
    color: #5b5b5b;
}

.index-news .index-news__item:hover .index-news__title {
    /* color: #ffffff; */
    color: #5b5b5b;
}

.index-news .index-news__item:hover .index-news__desc {
    /* color: #ffffff; */
    color: #5b5b5b;
}



/* 搜索结果 */
.index-search {}

.index-search .index-search__list {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
}

.index-search .index-search__item {
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;

    background-color: #ffffff;
    box-shadow: 0px 0px 14px #94b8ea;
}

.index-search .index-search__hd {}

.index-search .index-search__bd {
    padding: 20px;
}

/* .index-search .index-search__img{
    width: 390px;
    height: 260px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
} */
.index-search .index-search__date {
    font-size: 12px;
    color: #999999;
}

.index-search .index-search__title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #525252;
}

.index-search .index-search__desc {
    font-size: 14px;
    color: #999999;
}

.index-search .index-search__item:hover {
    display: block;
    border-radius: 4px;
    background-color: #00338C;
    color: #ffffff;
    box-shadow: 0px 0px 14px #94b8ea;
}

.index-search .index-search__item:hover .index-search__date {
    color: #ffffff;
}

.index-search .index-search__item:hover .index-search__title {
    color: #ffffff;
}

.index-search .index-search__item:hover .index-search__desc {
    color: #ffffff;
}

/*@+node:swot.20231216161544.1: *3* 2.8 index-brand 品牌*/
.index-brand {
    /* display: block; */
    /* overflow: hidden; */
}

.index-brand .index-brand__nav {
    display: flex;
    justify-content: center;
}

.index-brand .index-brand__nav-item {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.index-brand .index-brand__nav-item:hover {
    color: #ffffff;
    background-color: #00338C;
}

.index-brand .index-brand__nav-item--on {
    color: #ffffff;
    background-color: #00338C;
}


.index-brand .index-brand__content {
    margin-top: 50px;
    box-shadow: 0px 0px 14px #94b8ea;
}

.index-brand .index-brand__content-item {
    position: relative;
    overflow: hidden;
    display: none;
}

.index-brand .index-brand__content-item:hover .index-brand__content-box {
    width: 40%;
}

.index-brand .index-brand__content-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.index-brand .index-brand__content-item:first-child {
    display: block;
}

.index-brand .index-brand__content-img {
    display: block;
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.index-brand .index-brand__content-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background-color: rgba(65, 117, 193, 0.8);
    transition: all .6s;
}

.index-brand .index-brand__content-word {
    position: absolute;
    top: 20%;
    left: 70px;
}

.index-brand .index-brand__content-title {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

.index-brand .index-brand__content-desc {
    margin-top: 30px;
    font-size: 24px;
    color: #ffffff;
}

.index-brand .index-brand__more {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0;
    width: 270px;
    height: 56px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
}

.index-brand .index-brand__more:hover .index-brand__more--default {
    left: 0;
}

.index-brand .index-brand__content-btn {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    position: relative;
    z-index: 3;
}

.index-brand__more--default {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -100%;
    background-color: #00338C;
    z-index: 1;
    transition: all .5s;
}

/*@+node:swot.20231216161626.1: *3* 2.9 index-base 生产研发基地*/
.index-base {
    position: relative;
    display: flex;
    justify-content: center;
}

.index-base .index-base__earth {
    display: flex;
    justify-content: center;
    width: 1400px;
}

.index-base .index-base__base {
    position: absolute;
    width: 1400px;
}

/*@+node:swot.20231216161826.1: *3* 2.10 index-research 融合创新*/
.index-research {}

.index-research .index-research__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.index-research .index-research__item {
    position: relative;
    margin-right: 13px;
    margin-bottom: 13px;
}

.index-research .index-research__item:nth-child(4n) {
    margin-right: 0;
}

.index-research .index-research__img {
    width: 290px;
    height: 290px;
}

.index-research .index-research__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 290px;
    transition: 0.6s ease-in-out;
    cursor: pointer;
}

.index-research .index-research__box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 107, 204, 0.6);
    transition: 0.6s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.index-research .index-research__box:hover::before {
    height: 50px;
}

.index-research .index-research__box:hover .index-research__tag {
    display: none;
}

.index-research .index-research__box:hover .index-research__title {
    margin-top: 245px;
}

.index-research .index-research__title {
    position: relative;
    margin-top: 120px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    transition: 0.6s ease-in-out;
    z-index: 2;
}

.index-research .index-research__tag {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    transition: 0.6s ease-in-out;
    z-index: 2;
}

/*@+node:swot.20231216162405.1: *3* 2.11 index-slogan 口号*/
.index-slogan {
    position: relative;
    display: flex;
    justify-content: center;
}

.index-slogan .index-slogan__img {
    width: 100%;
    height: 300px;
}

.index-slogan .index-slogan__title {
    position: absolute;
    margin-top: 100px;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    width: 1200px;
    text-align: center;
}

/*@+node:swot.20231216162501.1: *3* 2.12 index-activity 集团活动*/
.index-activity {}

.index-activity .index-activity__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.index-activity .index-activity__item {
    display: block;
    margin-right: 13px;
    margin-bottom: 13px;
    border-radius: 4px;
    width: 290px;
    height: 120px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px #94b8ea;
    overflow: hidden;
}

.index-activity .index-activity__item:nth-child(4n) {
    margin-right: 0;
}

.index-activity .index-activity__hd {
    position: relative;
    overflow: hidden;
}

.index-activity .index-activity__bd {
    padding: 16px;
}

.index-activity .index-activity__img {
    display: block;
    width: 290px;
    height: 180px;
    transition: 0.3s;
}

.index-activity .index-activity__date {
    font-size: 12px;
    color: #999999;
}

.index-activity .index-activity__title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.index-activity .index-activity__desc {
    margin-top: 6px;
    font-size: 14px;
    color: #999999;
}

.index-activity .index-activity__item:hover {
    /* background-color: #00338C; */
}

.index-activity .index-activity__item .index-activity__bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -100%;
    height: 8px;
    /* background-color: rgba(0, 51, 136, 0.8); */
    background-color: rgb(78, 172, 209);
    z-index: 1;
    transition: all 0.8s;
}

.index-activity__item:hover .index-activity__bar {
    left: 0;
}

.index-activity__item:hover .index-activity__img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.index-activity__item:hover .index-activity__bd {
    /* background: #f5f5f5; */
}

.index-activity .index-activity__item:hover .index-activity__date {
    /* color: #ffffff; */
    color: #5b5b5b;
}

.index-activity .index-activity__item:hover .index-activity__title {
    /* color: #ffffff; */
    color: #5b5b5b;
}

.index-activity .index-activity__item:hover .index-activity__desc {
    /* color: #ffffff; */
    color: #5b5b5b;
}

/*@+node:swot.20231216163543.1: *3* 2.13 footer 底部*/
.footer {
    margin-bottom: 40px;
    background-color: #fff;
}

.footer .footer__bd {}

.footer .footer__ft {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #666666;
}

/*@+node:swot.20231216163657.1: *4* 2.13.1 bottomlogo 底部logo*/
.bottomlogo {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;

}

.bottomlogo .bottomlogo__img {
    display: block;
    height: 35px;
}

/*@+node:swot.20231216163857.1: *4* 2.13.2 bottomnav 底部导航*/
.bottomnav {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #dcdddf;
}

.bottomnav .bottomnav__list {
    display: flex;
    justify-content: space-between;
}

.bottomnav .bottomnav__item {}

.bottomnav .bottomnav__link {
    font-size: 16px;
    font-weight: bold;
}

.bottomnav .bottomnav__link:hover {
    color: #00338C;
}

.bottomsubnav {}

.bottomsubnav .bottomsubnav__list {}

.bottomsubnav .bottomsubnav__item {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
}

.bottomsubnav .bottomsubnav__item:hover {
    color: #00338C;
}

/*@+node:swot.20231216164646.1: ** 3. contact_page.html -- use*/
/*@+node:swot.20231216164829.1: *3* 3.1 info*/
.info {
    display: flex;
    flex-direction: row;
}

/*@+node:swot.20231216164952.1: *3* 3.2 company 公司信息*/
.company {
    width: 300px;
    font-size: 16px;
    line-height: 24px;
    color: #f5f5f5;
}

.company .company__logo {
    display: block;
    width: 160px;
    height: 45px;
}

.company .company__hotline {
    margin-top: 20px;
}

.company .company__num {
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
}

.company .company__name {
    margin-top: 8px;
}

.company .company__tel {
    margin-top: 8px;

}

.company .company__address {
    margin-top: 8px;
}

/*@+node:swot.20231216165410.1: *3* 3.3 botton-nav 底部导航*/
.botton-nav {
    padding-left: 60px;
    color: #ffffff;
}

.botton-nav .botton-nav__list {
    display: flex;
    flex-direction: row;
}

.botton-nav .botton-nav__item {
    margin-right: 30px;
}

.botton-nav .botton-nav__title {
    font-size: 18px;
}

.botton-subnav .botton-subnav__list {}

.botton-subnav .botton-subnav__item {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #999999;
}

.botton-subnav .botton-subnav__item:hover {
    color: #00338C;
}

/*@+node:swot.20231216165534.1: *3* 3.4 qrcode 二维码*/
.qrcode {
    display: flex;
    flex-direction: row;
}

.qrcode .qrcode__item {
    margin-left: 30px;
    text-align: center;
}

.qrcode .qrcode__img {
    width: 120px;
    height: 120px;
    border: 1px solid #ffffff;
}

.qrcode .qrcode__title {
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
}

/*@+node:swot.20231217200834.1: ** 4. brand_list.html --use*/
/*@+node:swot.20231216162815.1: *3* 4.1 brand 品牌*/
.brand {}

.brand .brand__nav {
    /* display: flex;
    justify-content: center; */
}

.brand .brand__nav-item {
    /* margin-left: 10px;
    margin-right: 10px;
    padding: 6px 20px;
    font-size: 18px;
    cursor: pointer; */
}

.brand .brand__nav-item:hover {
    /* color: #ffffff;
    background-color: #00338C; */
}

.brand .brand__nav-item--on {
    /* color: #ffffff;
    background-color: #00338C; */
}

.brand .brand__content {
    /* margin-top: 0; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.brand .brand__content-item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 590px;
}

.brand .brand__content-item:nth-child(2n) {
    margin-right: 0;
}

.brand .brand__content-item:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.brand .brand__content-item:hover img {
    /* -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1); */
}

.brand .brand__content-img {
    display: block;
    width: 590px;
    height: 260px;
    /* -webkit-transition:0.6s;
    -moz-transition:0.6s;
    transition:0.6s; */
}

.brand .brand__content-box {
    padding: 20px;
    background-color: #4075cc;
    /* position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background-color: #4075cc;
    transition: all .6s; */
}

.brand .brand__content-word {
    /* position: absolute;
    top: 20%;
    left: 30px; */
}

.brand .brand__content-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.brand .brand__content-desc {
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
}

.brand__more {
    /* display: block;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0;
    width: 270px;
    height: 56px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1); */
}

.brand .brand__more:hover .brand__more--default {
    /* left: 0; */
}

.brand .brand__content-btn {
    /* display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    z-index: 3;
    cursor: pointer; */
}

.brand .brand__more--default {
    /* position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -100%;
    background-color: #00338C;
    z-index: 1;
    transition: all .5s; */
}

/*@+node:swot.20231216170213.1: ** 5. 404.html -- use*/
/*@+node:swot.20231216170236.1: *3* 5.1 error 404页面*/
.error {
    padding-bottom: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.error .error__code {
    padding-top: 100px;
    font-size: 120px;
    font-weight: bold;
    color: #00338C;
}

.error .error__txt {
    padding-top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.error .error__btn {
    padding-top: 30px;
    display: block;
    text-align: center;
    /* width: 260px;
	margin: 0 auto; */
}

.error .error__btn-home {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #00338C;
    background-color: #00338C;
    text-align: center;
}

.error .error__btn-back {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    font-size: 16px;
    color: #00338C;
    border: 1px solid #00338C;
    background-color: #fff;
    text-align: center;
}

.error .error__btn-home:hover {
    box-shadow: 2px 2px 2px #ccc;
}

.error .error__btn-back:hover {
    color: #fff;
    border: 1px solid #00338C;
    background-color: #00338C;
    box-shadow: 2px 2px 2px #ccc;
}

/*@+node:swot.20231216170445.1: ** 6. 响应式设计移动端*/
@media screen and (max-width:1280px) {

    /*@+others*/
    /*@+node:swot.20231216170643.1: *3* 6.1 warp*/
    .warp {
        width: 94%;
        margin: 0 auto;
    }

    /*@+node:swot.20231216170703.1: *3* 6.2 m-header 移动端头部*/
    /* pc端头部 */
    .header {
        display: none;
    }

    /* 移动端头部 */
    .m-header {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: -1px;
        height: 54px;
        background-color: #ffffff;
        z-index: 100;
        border-bottom: 1px solid #cccccc;
    }

    .m-header .m-header__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 54px;

    }

    .m-header .m-header__hd {}

    .m-logo {
        padding: 12px;
    }

    .m-logo .m-logo__link {
        display: block;
        width: 185px;
        height: 32px;
    }

    .m-logo .m-logo__img {
        display: block;
        width: 185px;
        height: 32px;
    }

    .m-header .m-header__ft {
        display: flex;
        align-items: center;

    }

    .m-tel {
        margin-right: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #00338C;
    }

    .m-navbtn {
        width: 54px;
        height: 54px;
    }

    .m-navbtn .m-navbtn__img {
        padding: 10px;
        width: 34px;
        height: 34px;
    }

    .m-navbtn .m-navbtn__img-close {
        display: none;
        padding: 10px;
        width: 34px;
        height: 34px;
    }

    /*@+node:swot.20231216170745.1: *3* 6.3 m-nav 移动端导航*/
    .m-nav {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 54px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 100;
        overflow-y: auto;

    }

    .m-nav .m-nav__bd {
        padding-bottom: 80px;
    }

    .m-nav .m-nav__list {
        display: flex;
        flex-direction: column;

    }

    .m-nav .m-nav__item {}

    .m-nav .m-nav__link {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        /* padding-left: 10px;
        padding-right: 10px;
        height: 50px; */
        border-bottom: 1px solid #cccccc;
    }

    .m-nav .m-nav__title {
        font-size: 18px;
        color: #333333;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
        width: 100%;
    }

    .m-nav .m-nav__icon {
        height: 50px;
    }

    .m-nav .m-nav__icon-down {
        padding: 15px;
        width: 20px;
        height: 20px;
    }

    .m-nav .m-nav__icon-up {
        display: none;
        padding: 15px;
        width: 20px;
        height: 20px;
    }

    .m-subnav {
        display: none;
    }

    .m-subnav .m-subnav__list {}

    .m-subnav .m-subnav__item {
        margin-left: 20px;
    }

    .m-subnav .m-subnav__link {
        display: block;
        font-size: 14px;
        color: #333;
        line-height: 40px;
        border-bottom: 1px solid #cccccc;
    }

    /*@+node:swot.20231216170829.1: *3* 6.4 轮播图*/
    /* 轮播图的开始*/
    .banner {
        margin-top: 54px;
        position: relative;
        /* 居中*/
        display: flex;
        justify-content: center;
        background-color: #f4f6f9;
    }

    .banner .banner__list {
        position: relative;
        overflow: hidden;
    }

    .banner .banner__video {
        display: block;
    }

    .banner .banner__link {
        display: block;
    }

    .banner .banner__img {
        display: block;
        width: 100%;
    }

    .banner .banner__video {
        display: block;
        width: 100%;
    }

    .banner .banner__box {
        position: absolute;
        top: 35%;
        width: 100%;
        left: 0;
        color: #ffffff;
    }

    .banner .banner__title {
        display: block;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 32px;
        letter-spacing: 4px;
        line-height: 30px;
    }

    .banner .banner__dec {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 20px;
        margin-top: 30px;
    }

    .banner .banner__film {
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 20px;
        margin-top: 40px;
    }


    .banner .banner__film-img {
        display: block;
        font-size: 36px;
        color: #fdd000;
        vertical-align: top;
        margin: 0 10px 0 0;
        width: 20px;
        height: 20px;
    }

    .banner .banner__bottom {
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: -1px;
        z-index: 9;
        left: 0;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-size: 12px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-size: 12px;
    }

    /*@+node:swot.20231216171133.1: *3* 6.5 floor 楼层*/
    .floor {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .floor__pt0 {
        padding-top: 0;
    }

    .floor__pb0 {
        padding-bottom: 0;
    }

    .floor__p0 {
        padding-top: 0;
        padding-bottom: 0;
    }


    .floor .floor__hd {
        text-align: center;
        padding-bottom: 30px;
    }

    .floor .floor__title {
        position: relative;
        font-size: 32px;
        font-weight: bold;
        color: #333333;
    }


    .floor__desc {
        margin-top: 20px;
        font-size: 14px;
        color: #999999;
    }

    .floor .floor__bd {
        /* margin-top: 20px; */
    }

    .floor .floor__ft {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    /*@+node:swot.20231216171940.1: *3* 6.6 contact 免费咨询*/
    .contact {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #00338C;
    }

    .contact .contact__hd {}

    .contact .contact__title {
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
    }

    .contact .contact__bd {}

    .contact .contact__link {
        margin-top: 10px;
        display: block;
        width: 90px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        border: 1px solid #ffffff;
    }

    .index-news {}

    .index-news .index-news__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-news .index-news__item {
        overflow: hidden;
        display: block;
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        width: 32%;
        background-color: #ffffff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    }

    .index-news .index-news__item:nth-child(1n) {
        /* margin-right: 0; */
    }

    .index-news .index-news__hd {
        position: relative;
        overflow: hidden;
        height: 240px;
    }

    .index-news .index-news__bd {
        padding: 20px;
    }

    .index-news .index-news__img {
        width: 390px;
        height: 240px;
        width: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        transition: 0.3s;
    }

    .index-news .index-news__date {
        font-size: 12px;
        color: #999999;
    }

    .index-news .index-news__title {
        margin-top: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #525252;
    }

    .index-news .index-news__desc {
        font-size: 14px;
        color: #999999;
    }

    .index-news .index-news__item .index-news__bar {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: -100%;
        height: 8px;
        /* background-color: rgba(0, 51, 136, 0.8); */
        background-color: rgb(78, 172, 209);
        z-index: 1;
        transition: all 0.8s;
    }

    .index-news .index-news__item:hover {
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    }


    .index-news .index-news__item:hover .index-news__bar {
        left: 0;
    }

    .index-news .index-news__item:hover .index-news__img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index-news .index-news__item:hover .index-news__bd {
        background: #ffffff;
    }

    .index-news .index-news__item:hover .index-news__date {
        /* color: #ffffff; */
        color: #5b5b5b;
    }

    .index-news .index-news__item:hover .index-news__title {
        /* color: #ffffff; */
        color: #5b5b5b;
    }

    .index-news .index-news__item:hover .index-news__desc {
        /* color: #ffffff; */
        color: #5b5b5b;
    }


    /*@+node:swot.20231216172055.1: *3* 6.7 index-brand 品牌*/
    .index-brand {}

    .index-brand .index-brand__nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .index-brand .index-brand__nav-item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px 15px;
        font-size: 18px;
        cursor: pointer;
    }

    .index-brand .index-brand__nav-item:hover {
        color: #ffffff;
        background-color: #00338C;
    }

    .index-brand .index-brand__nav-item--on {
        color: #ffffff;
        background-color: #00338C;
    }

    .index-brand .index-brand__content {
        margin-top: 30px;
        box-shadow: 0px 0px 14px #94b8ea;
    }

    .index-brand .index-brand__content-item {
        position: relative;
        display: none;
    }

    .index-brand .index-brand__content-item:first-child {
        display: block;
    }

    .index-brand .index-brand__content-img {
        display: block;
        width: 100%;
    }

    .index-brand .index-brand__content-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background-color: rgba(65, 117, 193, 0.8);
    }

    .index-brand .index-brand__content-word {
        position: absolute;
        top: 10%;
        left: 10px;
        width: 90%;
    }

    .index-brand .index-brand__content-title {
        font-size: 28px;
        font-weight: bold;
        color: #ffffff;
    }

    .index-brand .index-brand__content-desc {
        margin-top: 6px;
        font-size: 24px;
        color: #ffffff;
    }

    .index-brand .index-brand__more {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 20px auto 0;
        width: 100%;
        height: 100%;
        border: 2px solid #ffffff;
        border-radius: 4px;
        cursor: pointer;
        text-align: center;
        box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
    }

    .index-brand .index-brand__more:hover .index-brand__more--default {
        left: 0;
    }

    .index-brand .index-brand__content-btn {
        display: block;
        margin-top: 0;
        /* width: 120px;
        height: 26px; */
        line-height: 26px;
        /* border: 2px solid #ffffff; */
        border-radius: 4px;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

    /*@+node:swot.20231216172157.1: *3* 6.8 index-base 生产研发基地*/
    .index-base {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .index-base .index-base__earth {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .index-base .index-base__base {
        position: absolute;
        width: 100%;
    }

    /*@+node:swot.20231216172344.1: *3* 6.9 index-research 融合创新*/
    .index-research {}

    .index-research .index-research__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-research .index-research__item {
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .index-research .index-research__item:nth-child(4n) {
        margin-right: 0;
    }

    .index-research .index-research__item:nth-child(2n) {
        /* margin-right: 0; */
    }

    .index-research .index-research__img {
        width: 230px;
        height: 230px;
    }

    .index-research .index-research__box {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(56, 107, 204, 0.8);
        width: 230px;
        height: 230px;
    }


    .index-research .index-research__box::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(56, 107, 204, 0.6);
        transition: 0.6s ease-in-out;
        cursor: pointer;
        z-index: 1;
    }

    .index-research .index-research__box:hover::before {
        height: 50px;
    }

    .index-research .index-research__box:hover .index-research__tag {
        display: block;
    }

    .index-research .index-research__box:hover .index-research__title {
        margin-top: 120px;
    }

    .index-research .index-research__title {
        margin-top: 60px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
    }

    .index-research .index-research__tag {
        margin-top: 6px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

    /*@+node:swot.20231216172403.1: *3* 6.10 index-slogan 口号*/
    .index-slogan {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .index-slogan .index-slogan__img {
        width: 100%;
        height: 150px;
    }

    .index-slogan .index-slogan__title {
        position: absolute;
        margin-top: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        width: 100%;
        text-align: center;
    }

    /*@+node:swot.20231216172511.1: *3* 6.11 index-activity 集团活动*/
    .index-activity {}

    .index-activity .index-activity__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-activity .index-activity__item {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 48%;
        background-color: #ffffff;
        box-shadow: 0px 0px 14px #94b8ea;
    }

    .index-activity .index-activity__item:nth-child(4n) {
        margin-right: 0;
    }

    .index-activity .index-activity__item:nth-child(2n) {
        margin-right: 0;
    }

    .index-activity .index-activity__hd {}

    .index-activity .index-activity__bd {
        padding: 16px;
    }

    .index-activity .index-activity__img {
        display: block;
        width: 100%;
        height: 160px;
    }

    .index-activity .index-activity__date {
        font-size: 12px;
        color: #999999;
    }

    .index-activity .index-activity__title {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #666666;
    }

    .index-activity .index-activity__desc {
        display: none;
        margin-top: 6px;
        font-size: 14px;
        color: #999999;
    }

    .index-activity .index-activity__item:hover {
        /* background-color: #00338C; */
    }

    .index-activity .index-activity__item:hover .index-activity__date {
        /* color: #ffffff; */
    }

    .index-activity .index-activity__item:hover .index-activity__title {
        /* color: #ffffff; */
    }

    .index-activity .index-activity__item:hover .index-activity__desc {
        /* color: #ffffff; */
    }

    /*@+node:swot.20231216171003.1: *3* 6.12 主体区域*/
    .contenter {}

    /*@+node:swot.20231216172617.1: *3* 6.13 底部*/
    .footer {}

    .footer .footer__bd {}

    .bottomnav {
        /* display: none; */
    }

    .info {
        display: none;
    }

    .qrcode .qrcode__img {
        width: 90px;
        height: 90px;
        border: 1px solid #ffffff;
    }

    .qrcode .qrcode__item {
        margin-left: 16px;
        text-align: center;
    }

    .qrcode .qrcode__item:first-child {
        margin-left: 0;
    }

    .qrcode .qrcode__title {
        margin-top: 10px;
        font-size: 14px;
        color: #999999;
    }

    .footer .footer__ft {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #666666;
    }

    .friendlink {
        display: block;
    }

    .friendlink .friendlink__list {
        font-size: 12px;
        color: #999999;
    }

    .friendlink .friendlink__item {
        margin-left: 2px;
        font-size: 12px;
        color: #999999;
    }

    .copyright {
        margin-top: 4px;
        text-align: center;
    }

    .copyright .copyright__icp {
        font-size: 12px;
        color: #999999;
    }

    .copyright .copyright__num {
        font-size: 12px;
    }

    /*@+node:swot.20231216172638.1: *3* 6.14 visit 访问量*/
    .visit {
        margin-top: 10px;
        text-align: center;
    }

    .visit .visit__item {
        display: flex;
        justify-content: center;
        font-size: 12px;
        color: #999999;
    }

    /*@+node:swot.20231216172919.1: *3* 6.15 subbanner 内页banner*/
    .subbanner {
        margin-top: 54px;
        /* display: flex;
        justify-content: center;
        position: relative;
        background-color: #282627; */
    }

    .subbanner .subbanner__info {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
    }

    .subbanner .subbanner__title {
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }

    .subbanner .subbanner__desc {
        margin-top: 10px;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }

    .subbanner .subbanner__item {}

    .subbanner__img {}

    /*@+node:swot.20231216172953.1: *3* 6.16 pathnav 路径导航*/
    .pathnav {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 20px;
        background-color: #ffffff;
    }

    .pathnav .pathnav__list {
        display: flex;
        font-size: 11px;
        line-height: 20px;
    }

    .pathnav .pathnav__link {
        display: block;
        /* width: ; */
    }

    .pathnav .pathnav__link:last-child {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100px;
    }

    .pathnav .pathnav__arrow {
        display: block;
        padding-left: 4px;
        padding-right: 4px;
    }

    /*@+node:swot.20231216162815.1: *3* 4.1 brand 品牌*/
    .brand {}

    .brand .brand__nav {
        /* display: flex;
    justify-content: center; */
    }

    .brand .brand__nav-item {
        /* margin-left: 10px;
    margin-right: 10px;
    padding: 6px 20px;
    font-size: 18px;
    cursor: pointer; */
    }

    .brand .brand__nav-item:hover {
        /* color: #ffffff;
    background-color: #00338C; */
    }

    .brand .brand__nav-item--on {
        /* color: #ffffff;
    background-color: #00338C; */
    }

    .brand .brand__content {
        /* margin-top: 0; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .brand .brand__content-item {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .brand .brand__content-item:nth-child(2n) {
        margin-right: 0;
    }

    .brand .brand__content-item:hover {
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    }

    .brand .brand__content-item:hover img {
        /* -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1); */
    }

    .brand .brand__content-img {
        display: block;
        width: 100%;
        height: 160px;
        /* -webkit-transition:0.6s;
    -moz-transition:0.6s;
    transition:0.6s; */
    }

    .brand .brand__content-box {
        padding: 20px;
        background-color: #4075cc;
        /* position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background-color: #4075cc;
    transition: all .6s; */
    }

    .brand .brand__content-word {
        /* position: absolute;
    top: 20%;
    left: 30px; */
    }

    .brand .brand__content-title {
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
    }

    .brand .brand__content-desc {
        margin-top: 10px;
        font-size: 16px;
        color: #ffffff;
    }

    .brand__more {
        /* display: block;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0;
    width: 270px;
    height: 56px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1); */
    }

    .brand .brand__more:hover .brand__more--default {
        /* left: 0; */
    }

    .brand .brand__content-btn {
        /* display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    z-index: 3;
    cursor: pointer; */
    }

    .brand .brand__more--default {
        /* position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -100%;
    background-color: #00338C;
    z-index: 1;
    transition: all .5s; */
    }

    /*@+node:swot.20231216173011.1: *3* 6.17 article 详情页-开始*/
    .article {
        padding-bottom: 60px;
    }

    .article .article-hd {
        text-align: center;
    }

    .article .article-hd__title {
        font-size: 20px;
        font-weight: bold;
    }

    .article .article-hd__desc {
        margin: 10px 0;

        font-size: 11px;
    }

    .article .article-hd__data {}

    .article .article-hd__author {}

    .article .article-hd__view {}

    .article .article-bd {}

    .article img {
        width: 100%;
    }

    /*详情页-结束*/
    /*@+node:swot.20231216173027.1: *3* 6.18 tagnav 分类*/
    .tagnav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tagnav .tagnav__link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px 10px;
        min-width: 60px;
        font-size: 16px;
        color: #333333;
        background-color: #f4f6f9;
    }

    .tagnav .tagnav__link:hover {
        color: #ffffff;
        background-color: #00338C;
    }

    .tagnav .tagnav__link--on {
        color: #ffffff;
        background-color: #00338C;
    }

    /*@+node:swot.20231216173048.1: *3* 6.19 pagination 分页*/
    .pagination {
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
        text-align: center;
    }

    .pagination li {
        display: block;
        color: #ba0000;
        margin-left: 4px;
        margin-right: 4px;
        border: 1px solid #ffffff;
        background-color: #ffffff;
    }

    .pagination li a {
        display: block;
        padding: 5px 11px;
        color: #333;
    }

    .pagination li span {
        display: inline-block;
        padding: 5px 11px;
        color: #fff;
    }

    .pagination li:hover {
        color: #fff;
        border: 1px solid #00338C;
        background-color: #00338C;
    }

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

    .pagination .disabled {
        border: 1px solid #ffffff;
        background-color: #f4f6f9;
    }

    .pagination .disabled span {
        color: #333;
    }

    .pagination .disabled:hover {
        border: 1px solid #ffffff;
        background-color: #ffffff;
    }

    .pagination li:hover.disabled span {
        color: #333;
    }

    .pagination .active {
        color: #fff;
        border: 1px solid #00338C;
        background-color: #00338C;
    }

    /*@-others*/
}

/*@+node:swot.20231216170445.1: ** 6. 响应式设计移动端*/
@media screen and (max-width:768px) {

    /*@+others*/
    /*@+node:swot.20231216170643.1: *3* 6.1 warp*/
    .warp {
        width: 94%;
        margin: 0 auto;
    }

    /*@+node:swot.20231216170703.1: *3* 6.2 m-header 移动端头部*/
    /* pc端头部 */
    .header {
        display: none;
    }

    /* 移动端头部 */
    .m-header {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: -1px;
        height: 54px;
        background-color: #ffffff;
        z-index: 100;
        border-bottom: 1px solid #cccccc;
    }

    .m-header .m-header__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 54px;

    }

    .m-header .m-header__hd {}

    .m-logo {
        padding: 12px;
    }

    .m-logo .m-logo__link {
        display: block;
        width: 185px;
        height: 32px;
    }

    .m-logo .m-logo__img {
        display: block;
        width: 185px;
        height: 32px;
    }

    .m-header .m-header__ft {
        display: flex;
        align-items: center;

    }

    .m-tel {
        margin-right: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #00338C;
    }

    .m-navbtn {
        width: 54px;
        height: 54px;
    }

    .m-navbtn .m-navbtn__img {
        padding: 10px;
        width: 34px;
        height: 34px;
    }

    .m-navbtn .m-navbtn__img-close {
        display: none;
        padding: 10px;
        width: 34px;
        height: 34px;
    }

    /*@+node:swot.20231216170745.1: *3* 6.3 m-nav 移动端导航*/
    .m-nav {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 54px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 100;
        overflow-y: auto;

    }

    .m-nav .m-nav__bd {
        padding-bottom: 80px;
    }

    .m-nav .m-nav__list {
        display: flex;
        flex-direction: column;

    }

    .m-nav .m-nav__item {}

    .m-nav .m-nav__link {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        /* padding-left: 10px;
        padding-right: 10px;
        height: 50px; */
        border-bottom: 1px solid #cccccc;
    }

    .m-nav .m-nav__title {
        font-size: 18px;
        color: #333333;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
        width: 100%;
    }

    .m-nav .m-nav__icon {
        height: 50px;
    }

    .m-nav .m-nav__icon-down {
        padding: 15px;
        width: 20px;
        height: 20px;
    }

    .m-nav .m-nav__icon-up {
        display: none;
        padding: 15px;
        width: 20px;
        height: 20px;
    }

    .m-subnav {
        display: none;
    }

    .m-subnav .m-subnav__list {}

    .m-subnav .m-subnav__item {
        margin-left: 20px;
    }

    .m-subnav .m-subnav__link {
        display: block;
        font-size: 14px;
        color: #333;
        line-height: 40px;
        border-bottom: 1px solid #cccccc;
    }

    /*@+node:swot.20231216170829.1: *3* 6.4 轮播图*/
    /* 轮播图的开始*/
    .banner {
        margin-top: 54px;
        position: relative;
        /* 居中*/
        display: flex;
        justify-content: center;
        background-color: #f4f6f9;
    }

    .banner .banner__list {
        position: relative;
        overflow: hidden;
    }

    .banner .banner__video {
        display: block;
    }

    .banner .banner__link {
        display: block;
    }

    .banner .banner__img {
        display: block;
        width: 100%;
    }

    .banner .banner__video {
        display: block;
        width: 100%;
    }

    .banner .banner__box {
        position: absolute;
        top: 20%;
        width: 100%;
        left: 0;
        color: #ffffff;
    }

    .banner .banner__title {
        display: block;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 22px;
        letter-spacing: 4px;
        line-height: 30px;
    }

    .banner .banner__dec {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 20px;
        margin-top: 10px;
    }

    .banner .banner__film {
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 20px;
        margin-top: 20px;
    }


    .banner .banner__film-img {
        display: block;
        font-size: 36px;
        color: #fdd000;
        vertical-align: top;
        margin: 0 10px 0 0;
        width: 20px;
        height: 20px;
    }

    .banner .banner__bottom {
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: -1px;
        z-index: 9;
        left: 0;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-size: 12px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-size: 12px;
    }

    /*@+node:swot.20231216171133.1: *3* 6.5 floor 楼层*/
    .floor {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .floor__pt0 {
        padding-top: 0;
    }

    .floor__pb0 {
        padding-bottom: 0;
    }

    .floor__p0 {
        padding-top: 0;
        padding-bottom: 0;
    }


    .floor .floor__hd {
        text-align: center;
        padding-bottom: 30px;
    }

    .floor .floor__title {
        position: relative;
        font-size: 22px;
        font-weight: bold;
        color: #333333;
    }


    .floor__desc {
        margin-top: 20px;
        font-size: 14px;
        color: #999999;
    }

    .floor .floor__bd {
        /* margin-top: 20px; */
    }

    .floor .floor__ft {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    /*@+node:swot.20231216171940.1: *3* 6.6 contact 免费咨询*/
    .contact {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #00338C;
    }

    .contact .contact__hd {}

    .contact .contact__title {
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
    }

    .contact .contact__bd {}

    .contact .contact__link {
        margin-top: 10px;
        display: block;
        width: 90px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        border: 1px solid #ffffff;
    }

    .index-news {}

    .index-news .index-news__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-news .index-news__item {
        overflow: hidden;
        display: block;
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        width: 390px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    }

    .index-news .index-news__item:nth-child(1n) {
        margin-right: 0;
    }

    .index-news .index-news__hd {
        position: relative;
        overflow: hidden;
        height: 260px;
    }

    .index-news .index-news__bd {
        padding: 20px;
    }

    .index-news .index-news__img {
        width: 390px;
        height: 260px;
        width: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        transition: 0.3s;
    }

    .index-news .index-news__date {
        font-size: 12px;
        color: #999999;
    }

    .index-news .index-news__title {
        margin-top: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #525252;
    }

    .index-news .index-news__desc {
        font-size: 14px;
        color: #999999;
    }

    .index-news .index-news__item .index-news__bar {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: -100%;
        height: 8px;
        /* background-color: rgba(0, 51, 136, 0.8); */
        background-color: rgb(78, 172, 209);
        z-index: 1;
        transition: all 0.8s;
    }

    .index-news .index-news__item:hover {
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    }


    .index-news .index-news__item:hover .index-news__bar {
        left: 0;
    }

    .index-news .index-news__item:hover .index-news__img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index-news .index-news__item:hover .index-news__bd {
        background: #ffffff;
    }

    .index-news .index-news__item:hover .index-news__date {
        /* color: #ffffff; */
        color: #5b5b5b;
    }

    .index-news .index-news__item:hover .index-news__title {
        /* color: #ffffff; */
        color: #5b5b5b;
    }

    .index-news .index-news__item:hover .index-news__desc {
        /* color: #ffffff; */
        color: #5b5b5b;
    }


    /*@+node:swot.20231216172055.1: *3* 6.7 index-brand 品牌*/
    .index-brand {}

    .index-brand .index-brand__nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .index-brand .index-brand__nav-item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 6px 10px;
        font-size: 18px;
        cursor: pointer;
    }

    .index-brand .index-brand__nav-item:hover {
        color: #ffffff;
        background-color: #00338C;
    }

    .index-brand .index-brand__nav-item--on {
        color: #ffffff;
        background-color: #00338C;
    }

    .index-brand .index-brand__content {
        margin-top: 30px;
        box-shadow: 0px 0px 14px #94b8ea;
    }

    .index-brand .index-brand__content-item {
        position: relative;
        display: none;
    }

    .index-brand .index-brand__content-item:first-child {
        display: block;
    }

    .index-brand .index-brand__content-img {
        display: block;
        width: 100%;
    }

    .index-brand .index-brand__content-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background-color: rgba(65, 117, 193, 0.8);
    }

    .index-brand .index-brand__content-word {
        position: absolute;
        top: 20%;
        left: 10px;
        width: 80%;
    }

    .index-brand .index-brand__content-title {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }

    .index-brand .index-brand__content-desc {
        margin-top: 10px;
        font-size: 14px;
        color: #ffffff;
    }

    .index-brand .index-brand__more {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 20px auto 0;
        width: 100%;
        height: 100%;
        border: 2px solid #ffffff;
        border-radius: 4px;
        cursor: pointer;
        text-align: center;
        box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
    }

    .index-brand .index-brand__more:hover .index-brand__more--default {
        left: 0;
    }

    .index-brand .index-brand__content-btn {
        display: block;
        margin-top: 0;
        /* width: 120px;
        height: 26px; */
        line-height: 26px;
        /* border: 2px solid #ffffff; */
        border-radius: 4px;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

    /*@+node:swot.20231216172157.1: *3* 6.8 index-base 生产研发基地*/
    .index-base {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .index-base .index-base__earth {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .index-base .index-base__base {
        position: absolute;
        width: 100%;
    }

    /*@+node:swot.20231216172344.1: *3* 6.9 index-research 融合创新*/
    .index-research {}

    .index-research .index-research__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-research .index-research__item {
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .index-research .index-research__item:nth-child(4n) {
        margin-right: 0;
    }

    .index-research .index-research__item:nth-child(2n) {
        margin-right: 0;
    }

    .index-research .index-research__img {
        width: 170px;
        height: 170px;
    }

    .index-research .index-research__box {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(56, 107, 204, 0.8);
        width: 170px;
        height: 170px;
    }

    .index-research .index-research__title {
        margin-top: 60px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
    }

    .index-research .index-research__tag {
        margin-top: 6px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

    /*@+node:swot.20231216172403.1: *3* 6.10 index-slogan 口号*/
    .index-slogan {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .index-slogan .index-slogan__img {
        width: 100%;
        height: 150px;
    }

    .index-slogan .index-slogan__title {
        position: absolute;
        margin-top: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        width: 100%;
        text-align: center;
    }

    /*@+node:swot.20231216172511.1: *3* 6.11 index-activity 集团活动*/
    .index-activity {}

    .index-activity .index-activity__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-activity .index-activity__item {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 48%;
        background-color: #ffffff;
        box-shadow: 0px 0px 14px #94b8ea;
    }

    .index-activity .index-activity__item:nth-child(4n) {
        margin-right: 0;
    }

    .index-activity .index-activity__item:nth-child(2n) {
        margin-right: 0;
    }

    .index-activity .index-activity__hd {}

    .index-activity .index-activity__bd {
        padding: 16px;
    }

    .index-activity .index-activity__img {
        display: block;
        width: 100%;
        height: 140px;
    }

    .index-activity .index-activity__date {
        font-size: 12px;
        color: #999999;
    }

    .index-activity .index-activity__title {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #666666;
    }

    .index-activity .index-activity__desc {
        display: none;
        margin-top: 6px;
        font-size: 14px;
        color: #999999;
    }

    .index-activity .index-activity__item:hover {
        /* background-color: #00338C; */
    }

    .index-activity .index-activity__item:hover .index-activity__date {
        /* color: #ffffff; */
    }

    .index-activity .index-activity__item:hover .index-activity__title {
        /* color: #ffffff; */
    }

    .index-activity .index-activity__item:hover .index-activity__desc {
        /* color: #ffffff; */
    }

    /*@+node:swot.20231216171003.1: *3* 6.12 主体区域*/
    .contenter {}

    /*@+node:swot.20231216172617.1: *3* 6.13 底部*/
    .footer {}

    .footer .footer__bd {}

    .bottomnav {
        display: none;
    }

    .info {
        display: none;
    }

    .qrcode .qrcode__img {
        width: 90px;
        height: 90px;
        border: 1px solid #ffffff;
    }

    .qrcode .qrcode__item {
        margin-left: 16px;
        text-align: center;
    }

    .qrcode .qrcode__item:first-child {
        margin-left: 0;
    }

    .qrcode .qrcode__title {
        margin-top: 10px;
        font-size: 14px;
        color: #999999;
    }

    .footer .footer__ft {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #666666;
    }

    .friendlink {
        display: block;
    }

    .friendlink .friendlink__list {
        font-size: 12px;
        color: #999999;
    }

    .friendlink .friendlink__item {
        margin-left: 2px;
        font-size: 12px;
        color: #999999;
    }

    .copyright {
        margin-top: 4px;
        text-align: center;
    }

    .copyright .copyright__icp {
        font-size: 12px;
        color: #999999;
    }

    .copyright .copyright__num {
        font-size: 12px;
    }

    /*@+node:swot.20231216172638.1: *3* 6.14 visit 访问量*/
    .visit {
        margin-top: 10px;
        text-align: center;
    }

    .visit .visit__item {
        display: flex;
        justify-content: center;
        font-size: 12px;
        color: #999999;
    }

    /*@+node:swot.20231216172919.1: *3* 6.15 subbanner 内页banner*/
    .subbanner {
        margin-top: 54px;
        /* display: flex;
        justify-content: center;
        position: relative;
        background-color: #282627; */
    }

    .subbanner .subbanner__info {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
    }

    .subbanner .subbanner__title {
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }

    .subbanner .subbanner__desc {
        margin-top: 10px;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }

    .subbanner .subbanner__item {}

    .subbanner__img {}

    /*@+node:swot.20231216172953.1: *3* 6.16 pathnav 路径导航*/
    .pathnav {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 20px;
        background-color: #ffffff;
    }

    .pathnav .pathnav__list {
        display: flex;
        font-size: 11px;
        line-height: 20px;
    }

    .pathnav .pathnav__link {
        display: block;
        /* width: ; */
    }

    .pathnav .pathnav__link:last-child {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100px;
    }

    .pathnav .pathnav__arrow {
        display: block;
        padding-left: 4px;
        padding-right: 4px;
    }

    /*@+node:swot.20231216162815.1: *3* 4.1 brand 品牌*/
    .brand {}

    .brand .brand__nav {
        /* display: flex;
    justify-content: center; */
    }

    .brand .brand__nav-item {
        /* margin-left: 10px;
    margin-right: 10px;
    padding: 6px 20px;
    font-size: 18px;
    cursor: pointer; */
    }

    .brand .brand__nav-item:hover {
        /* color: #ffffff;
    background-color: #00338C; */
    }

    .brand .brand__nav-item--on {
        /* color: #ffffff;
    background-color: #00338C; */
    }

    .brand .brand__content {
        /* margin-top: 0; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .brand .brand__content-item {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .brand .brand__content-item:nth-child(2n) {
        margin-right: 0;
    }

    .brand .brand__content-item:hover {
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    }

    .brand .brand__content-item:hover img {
        /* -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1); */
    }

    .brand .brand__content-img {
        display: block;
        width: 100%;
        height: 160px;
        /* -webkit-transition:0.6s;
    -moz-transition:0.6s;
    transition:0.6s; */
    }

    .brand .brand__content-box {
        padding: 20px;
        background-color: #4075cc;
        /* position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background-color: #4075cc;
    transition: all .6s; */
    }

    .brand .brand__content-word {
        /* position: absolute;
    top: 20%;
    left: 30px; */
    }

    .brand .brand__content-title {
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
    }

    .brand .brand__content-desc {
        margin-top: 10px;
        font-size: 16px;
        color: #ffffff;
    }

    .brand__more {
        /* display: block;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0;
    width: 270px;
    height: 56px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1); */
    }

    .brand .brand__more:hover .brand__more--default {
        /* left: 0; */
    }

    .brand .brand__content-btn {
        /* display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    z-index: 3;
    cursor: pointer; */
    }

    .brand .brand__more--default {
        /* position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -100%;
    background-color: #00338C;
    z-index: 1;
    transition: all .5s; */
    }

    /*@+node:swot.20231216173011.1: *3* 6.17 article 详情页-开始*/
    .article {
        padding-bottom: 60px;
    }

    .article .article-hd {
        text-align: center;
    }

    .article .article-hd__title {
        font-size: 20px;
        font-weight: bold;
    }

    .article .article-hd__desc {
        margin: 10px 0;

        font-size: 11px;
    }

    .article .article-hd__data {}

    .article .article-hd__author {}

    .article .article-hd__view {}

    .article .article-bd {}

    .article img {
        width: 100%;
    }

    /*详情页-结束*/
    /*@+node:swot.20231216173027.1: *3* 6.18 tagnav 分类*/
    .tagnav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tagnav .tagnav__link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px 10px;
        min-width: 60px;
        font-size: 16px;
        color: #333333;
        background-color: #f4f6f9;
    }

    .tagnav .tagnav__link:hover {
        color: #ffffff;
        background-color: #00338C;
    }

    .tagnav .tagnav__link--on {
        color: #ffffff;
        background-color: #00338C;
    }

    /*@+node:swot.20231216173048.1: *3* 6.19 pagination 分页*/
    .pagination {
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
        text-align: center;
    }

    .pagination li {
        display: block;
        color: #ba0000;
        margin-left: 4px;
        margin-right: 4px;
        border: 1px solid #ffffff;
        background-color: #ffffff;
    }

    .pagination li a {
        display: block;
        padding: 5px 11px;
        color: #333;
    }

    .pagination li span {
        display: inline-block;
        padding: 5px 11px;
        color: #fff;
    }

    .pagination li:hover {
        color: #fff;
        border: 1px solid #00338C;
        background-color: #00338C;
    }

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

    .pagination .disabled {
        border: 1px solid #ffffff;
        background-color: #f4f6f9;
    }

    .pagination .disabled span {
        color: #333;
    }

    .pagination .disabled:hover {
        border: 1px solid #ffffff;
        background-color: #ffffff;
    }

    .pagination li:hover.disabled span {
        color: #333;
    }

    .pagination .active {
        color: #fff;
        border: 1px solid #00338C;
        background-color: #00338C;
    }

    /*@-others*/
}

/*@+node:swot.20231216162759.1: ** 7. 未使用 -- 这是红枫视觉网站的css作为参考*/
/*@+node:swot.20231216171421.1: *3* 7.1 PC端*/
/*@+node:swot.20231216160040.1: *4* 7.1.1 column 栏目直达开始*/
.column {
    height: 120px;
    background-color: #ffffff;
}

.column .column__list {
    display: flex;
    flex-direction: row;
}

.column .column__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    width: 400px;
}

.column .column__img {
    display: block;
    width: 42px;
    height: 42px;
}

.column .column__imgw {
    display: none;
    width: 42px;
    height: 42px;
}

.column .column__info {
    padding-left: 20px;
}

.column .column__title {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
}

.column .column__desc {
    padding-top: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.column .column__item:hover {
    background-color: #00338C;
}

.column .column__item:hover .column__img {
    display: none;
}

.column .column__item:hover .column__imgw {
    display: block;
}

.column .column__item:hover .column__title {
    color: #ffffff;
}

.column .column__item:hover .column__desc {
    color: #ffffff;
}

/*@+node:swot.20231216162918.1: *4* 7.1.2 solve 解决方案*/
.solve {
    display: flex;
    padding-bottom: 40px;
}

.solve .solve__hd {
    cursor: pointer;
}

.solve .solve__list {}

.solve .solve__link {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 20px;
    width: 140px;
    height: 40px;
    background-color: #ffffff;
    font-size: 16px;
    color: #282627;
}


.solve .solve__link:last-child {
    margin-bottom: 0;
}

.solve .solve__icon {
    width: 32px;
    height: 32px;
}

.solve .solve__iconw {
    display: none;
    width: 32px;
    height: 32px;
}

.solve .solve__name {
    padding-left: 16px;
}

/* .solve .solve__link:hover{
    background-color: #00338C;
    color: #ffffff;
}
.solve .solve__link:hover .solve__icon{
    display: none;
}
.solve .solve__link:hover .solve__iconw{
    display: block;
} */
.solve .solve__link--on {
    background-color: #00338C;
    color: #ffffff;
}

.solve .solve__link--on .solve__icon {
    display: none;
}

.solve .solve__link--on .solve__iconw {
    display: block;
}

.solve .solve__bd {
    margin-left: 20px;
}

.solve .solve__item {
    display: none;
}

.solve .solve__item:first-child {
    display: block;
}

.solve .solve__title {
    font-size: 20px;
    font-weight: bold;
}

.solve .solve__desc {
    margin-top: 10px;
    font-size: 16px;
}

.solve .solve__img {
    display: block;
    margin-top: 20px;
    width: 998px;
    height: 562px;
    border: 1px solid #666666;
    background-color: #999999;
}

/*@+node:swot.20231216162948.1: *4* 7.1.3 cooperate 合作优势*/
.cooperate {
    padding-bottom: 40px;
}

.cooperate .cooperate__list {
    display: flex;
    justify-content: space-between;
}

.cooperate .cooperate__item {
    width: 280px;
    text-align: center;
    background-color: #f4f6f9;
    box-shadow: 0px 19px 29px 0px rgba(204, 204, 204, 0.10);
}

.cooperate .cooperate__item:hover {
    box-shadow: 0px 19px 29px 0px rgba(204, 204, 204, 0.40);
}


.cooperate .cooperate__img {
    display: block;
}

.cooperate .cooperate__info {
    padding: 30px 50px;
}

.cooperate .cooperate__title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.cooperate .cooperate__desc {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}

/*@+node:swot.20231216163036.1: *4* 7.1.4 case 成功案例*/
.case {
    padding-bottom: 10px;
}

.case .case__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.case .case__item {
    display: block;
    transition: all .2s;
    position: relative;
    top: 0;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 380px;
    background-color: #ffffff;
}

.case .case__item:nth-child(3n) {
    margin-right: 0;
}

.case .case__img {
    display: block;
    width: 380px;
}

.case .case__info {
    padding: 10px 20px;
}

.case .case__title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.case .case__tag {
    margin-top: 6px;
    font-size: 14px;
    color: #666666;
}

.case .case__item:hover {
    position: relative;
    top: -10px;
    background-color: #00338C;
}

.case .case__item:hover .case__title {
    color: #ffffff;
}

.case .case__item:hover .case__tag {
    color: #ffffff;
}

/*@+node:swot.20231216163055.1: *4* 7.1.5 model 模型资源*/
.model {
    padding-bottom: 30px;
}

.model .model__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.model .model__item {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 288px;
    border: 1px solid #cccccc;
}

.model .model__item:nth-child(4n) {
    margin-right: 0;
}

.model .model__img {
    display: block;
    width: 288px;
    height: 190px;
}

.model .model__info {
    padding: 20px;
}

.model .model__title {
    font-size: 16px;
}

.model .model__item:hover {
    background-color: #00338C;
    border: 1px solid #00338C;
}

.model .model__item:hover .model__title {
    color: #ffffff;
}

/*@+node:swot.20231216163157.1: *4* 7.1.6 news 红枫动态*/
.news {
    padding-bottom: 20px;
}

.news .news__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news .news__item {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    width: 550px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 4px;
}

.news .news__item:nth-child(2n) {
    margin-right: 0;
}

.news .news__date {
    padding-top: 10px;
    padding-right: 20px;
    border-right: 2px solid #cccccc;
}

.news .news__d {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}

.news .news__ym {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
}

.news .news__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}

.news .news__info {}

.news .news__title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.news .news__desc {
    font-size: 14px;
    color: #333333;
}

.news .news__other {
    font-size: 12px;
    color: #999999;
}

.news .news__author {
    margin-right: 10px;
    font-size: 12px;
}

.news .news__view {
    font-size: 12px;
}

.news .news__item:hover {
    background-color: #00338C;
    box-shadow: 0px 19px 29px 0px #cccccc;
}

.news .news__item:hover .news__d {
    color: #ffffff;
}

.news .news__item:hover .news__ym {
    color: #ffffff;
}

.news .news__item:hover .news__title {
    color: #ffffff;
}

.news .news__item:hover .news__desc {
    color: #ffffff;
}

.news .news__item:hover .news__author {
    color: #ffffff;
}

.news .news__item:hover .news__view {
    color: #ffffff;
}

/* 搜索结果 */
.index-search {}

.index-search .index-search__list {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
}

.index-search .index-search__item {
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;

    background-color: #ffffff;
    box-shadow: 0px 0px 14px #94b8ea;
}

.index-search .index-search__hd {}

.index-search .index-search__bd {
    padding: 10px;
}

/* .index-search .index-search__img{
    width: 390px;
    height: 260px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
} */
.index-search .index-search__date {
    font-size: 12px;
    color: #999999;
}

.index-search .index-search__title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #525252;
}

.index-search .index-search__desc {
    font-size: 14px;
    color: #999999;
}

.index-search .index-search__item:hover {
    display: block;
    border-radius: 4px;
    background-color: #00338C;
    color: #ffffff;
    box-shadow: 0px 0px 14px #94b8ea;
}

.index-search .index-search__item:hover .index-search__date {
    color: #ffffff;
}

.index-search .index-search__item:hover .index-search__title {
    color: #ffffff;
}

.index-search .index-search__item:hover .index-search__desc {
    color: #ffffff;
}

/*@+node:swot.20231216163228.1: *4* 7.1.7 partner 合作伙伴*/
.partner {
    padding-bottom: 20px;
}

.partner .partner__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.partner .partner__item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 179px;
    height: 60px;
    border: 1px solid #cccccc;
}

.partner .partner__item:nth-child(6n) {
    margin-right: 0;
}

.partner .partner__img {
    display: block;
    width: 179px;
    height: 60px;
}

/*@+node:swot.20231216163328.1: *4* 7.1.8 contact 免费咨询*/
.contact {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #00338C;
}

.contact .contact__hd {
    text-align: center;
}

.contact .contact__title {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.contact .contact__bd {
    display: flex;
    justify-content: center;
}

.contact .contact__link {
    margin-top: 20px;
    display: block;
    width: 180px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.contact .contact__link:hover {
    background-color: #ffffff;
    color: #00338C
}

/*@+node:swot.20231216165319.1: *4* 7.1.9 message 留言信息*/
.message {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4f6f9;
}

.message .message__hd {
    text-align: center;
}

.message .message__title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.message .message__bd {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.message .message__form {}

.message .message__info {
    margin-right: 20px;
}

.message .message__other {}

.message .message__name {
    display: block;
    padding: 10px;
    width: 200px;
    height: 20px;
    background: #f4f6f9;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333;
}

.message .message__phone {
    display: block;
    margin-top: 20px;
    padding: 10px;
    width: 200px;
    height: 20px;
    background: #f4f6f9;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333;
}

.message .message__desc {
    display: block;
    padding: 10px;
    width: 200px;
    height: 82px;
    background: #f4f6f9;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333;
}

.message .message__ft {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.message .message__btn {
    display: block;
    cursor: pointer;
    width: 466px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    background-color: #00338C;
}

/*@+node:swot.20231216171432.1: *3* 7.2 移动端*/
/*@+node:swot.20231216170916.1: *4* 7.2.1 移动端栏目直达*/
.column {
    height: 80px;
}

.column .column__list {
    display: flex;
    flex-direction: row;
    align-items: normal;
}

.column .column__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
}

.column .column__img {
    display: block;
    width: 32px;
    height: 32px;
}

.column .column__imgw {
    display: none;
    width: 32px;
    height: 32px;
}

.column .column__info {
    margin-top: 6px;
    padding-left: 0;
}

.column .column__title {
    font-size: 14px;
}

.column .column__desc {
    display: none;
}

.column .column__item:hover {
    background-color: #00338C;
}

.column .column__item:hover .column__img {
    display: none;
}

.column .column__item:hover .column__imgw {
    display: block;
}

.column .column__item:hover .column__title {
    color: #ffffff;
}

.column .column__item:hover .column__desc {
    color: #ffffff;
}

/*@+node:swot.20231216171358.1: *4* 7.2.2 solve 解决方案*/
.solve {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.solve .solve__hd {}

.solve .solve__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.solve .solve__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 2%;
    padding: 8px 0;
    width: 18.4%;
    height: 20px;
    background-color: #ffffff;
    font-size: 14px;
    color: #282627;
}

.solve .solve__link:nth-child(5n) {
    margin-right: 0;
}

.solve .solve__link--on {}

.solve .solve__icon {
    display: none;
}

.solve .solve__iconw {
    display: none;
}

.solve .solve__name {
    padding-left: 0;
}

.solve .solve__link--on {
    background-color: #00338C;
    color: #ffffff;
}

.solve .solve__link--on .solve__icon {
    display: none;
}

.solve .solve__link--on .solve__iconw {
    display: none;
}

.solve .solve__bd {
    margin-top: 10px;
    margin-left: 0;
}

.solve .solve__item {}

.solve .solve__title {
    font-size: 16px;
}

.solve .solve__desc {
    margin-top: 6px;
    font-size: 12px;
}

.solve .solve__img {
    margin-top: 10px;
    width: 100%;
    height: auto;
    border: none;
}

/*@+node:swot.20231216171536.1: *4* 7.2.3 cooperate 合作优势*/
.cooperate {
    padding-bottom: 20px;
}

.cooperate .cooperate__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.cooperate .cooperate__item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 48%;
}

.cooperate .cooperate__item:nth-child(2n) {
    margin-right: 0;
}

.cooperate .cooperate__img {
    width: 100%;
    height: auto;
}

.cooperate .cooperate__info {
    padding: 10px 0px;
}

.cooperate .cooperate__title {
    font-size: 14px;
}

.cooperate .cooperate__desc {
    display: none;
}

/*@+node:swot.20231216171609.1: *4* 7.2.4 case 成功案例*/
.case {}

.case .case__list {}

.case .case__item {
    margin-right: 0;
    margin-bottom: 14px;
    width: 100%;
}

.case .case__img {
    width: 100%;

}

.case .case__info {
    padding: 6px 10px;
}

.case .case__title {
    font-size: 14px;
}

.case .case__tag {
    margin-top: 4px;
    font-size: 12px;
}

.case .case__item:hover {
    position: relative;
    top: 0;
    background-color: #00338C;
}

.case .case__item:hover .case__title {
    color: #ffffff;
}

.case .case__item:hover .case__tag {
    color: #ffffff;
}

/*@+node:swot.20231216171654.1: *4* 7.2.5 model 模型资源*/
.model {}

.model .model__list {}

.model .model__item {
    margin-right: 2%;
    width: 48%;
}

.model .model__item:nth-child(2n) {
    margin-right: 0px;
}

.model .model__img {
    width: 100%;
    height: auto;
}

.model .model__info {
    padding: 10px;
}

.model .model__title {
    font-size: 14px;
}

/*@+node:swot.20231216171730.1: *4* 7.2.6 news 红枫动态*/
.news {
    padding-bottom: 10px;
}

.news .news__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news .news__item {
    display: flex;
    flex-direction: row;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.news .news__date {
    padding-top: 4px;
    padding-right: 10px;
    border-right: 1px solid #cccccc;
}

.news .news__d {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.news .news__ym {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
}

.news .news__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

.news .news__info {}

.news .news__title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.news .news__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #333333;
}

.news .news__other {
    display: none;
}

.news .news__author {
    margin-right: 4px;
    font-size: 12px;
}

.news .news__view {
    font-size: 12px;
}

/*@+node:swot.20231216171748.1: *4* 7.2.7 partner 合作伙伴*/
.partner {}

.partner .partner__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.partner .partner__item {
    margin-right: 3%;
    margin-bottom: 10px;
    width: 22%;
    height: 30px;
    border: 1px solid #cccccc;
}

.partner .partner__item:nth-child(6n) {
    margin-right: 10px;
}

.partner .partner__item:nth-child(4n) {
    margin-right: 0;
}

.partner .partner__img {
    display: block;
    width: 100%;
    height: 30px;
}

/*@+node:swot.20231216171857.1: *4* 7.2.8 message 留言信息*/
.message {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f6f9;
}

.message .message__hd {
    text-align: center;
}

.message .message__title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.message .message__bd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
}

.message .message__form {}

.message .message__info {
    margin-right: 0;
    text-align: center;
}

.message .message__other {}

.message .message__name {
    display: block;
    margin-right: 0;
    padding: 10px;
    width: 240px;
    height: 20px;
    background: #f4f6f9;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333;
}

.message .message__phone {
    display: block;
    margin-top: 10px;
    margin-right: 0;
    padding: 10px;
    width: 240px;
    height: 20px;
    background: #f4f6f9;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333;
}

.message .message__desc {
    display: block;
    margin-top: 10px;
    margin-right: 0;
    padding: 10px;
    width: 240px;
    height: 74px;
    background: #f4f6f9;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333;
}

.message .message__ft {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.message .message__btn {
    display: block;
    cursor: pointer;
    width: 262px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    background-color: #00338C;
}

/*@-others*/
/*@-leo*/