ul,
ol {
    list-style: none;
}

a{text-decoration:none !important;}
.main {
    margin: 0 auto;
}


   /* 隐藏导航下拉箭头 */
   @media (min-width: 1200px) {
    .navbar-default .nav>li.dropdown>a:after {
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar-default .nav>li.dropdown>a:after {
        opacity: 1;
    }
}



.tooltips-item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    color: #33333c;
    font-size: 10px;
    width: 120px;
}

.green {
    color: #009933
}

.red {
    color: #E24528
}


/* 消除列间距 */

.no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* 消除间距 */

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.no-gutter-left {
    padding-left: 0;
}

.no-gutter-right {
    padding-right: 0;
}


/* 弹性盒子 */

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-col-between {
    flex-direction: column;
    align-content: space-between;
}

.col-center {
    align-items: center;
}

.row-center {
    justify-content: center;
}

.row-aroud {
    justify-content: space-around;
}

.row-evenly {
    justify-content: space-evenly;
}

.row-between {
    justify-content: space-between;
}

.row-end {
    justify-content: flex-end;
}

.d-flex-1 {
    flex: 1;
}

.navbar-collapse.collapse {
    display: flex !important;
    overflow: hidden;
}

.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 97px;
}

.navbar-default .nav>li {
    padding: 0 0;
    margin: 0;
}

.navbar-default .nav>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.navbar-default .collapse {
    height: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.open>a {
    color: var(--cus-main-color) !important;
    border-bottom-color: var(--cus-main-color) !important;
    font-weight: 600;
}

.dropdown-menu>li>a {
    background: #fff;
    color: #333;
    border-top: none;
}

.dropdown-menu>li>a:hover {
    animation-duration: 1s;
    animation-name: slidein;
}

@keyframes slidein {
    from {}
    to {
        color: #fff;
        background-color: var(--cus-main-color);
    }
}


.header-pd{
    padding: 35px 0px;
    width: 170px;
}

.navbar-header {
    position: relative;
}

#showHeaderSearch {
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.fa-search:before {
    color: var(--cus-main-color);
}

.switch {
    width: 64px;
    height: 26px;
    background: #bfbfc3;
    border-radius: 13px;
    font-size: 12px;
}

.switch .cur {
    color: #fff;
}


/* 省略号 */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 标题 */

.withAnimation .title {
    width: 100%;
    height: 50px;
    font-size: 24px;
    color: var(--cus-main-color);
    /* padding-left: 40px; */
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 50px;
}

.withAnimation .title h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--cus-main-color);
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

.withAnimation .title h2 span {
    padding-left: 20px;
    font-size: 14px;
}

.withAnimation .title h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 26px;
    height: 24px;
}

.moreCus {
    width: 140px;
    height: 50px;
    background: var(--cus-main-color);
    border: 1px solid var(--cus-main-color);
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    padding: 0 10px;
    display: block;
}



.moreCus:hover {
   color: #fff;
}



.moreCus .el-icon-right {
    margin-left: 30px;
}

.swiper {
    margin-bottom: 50px;
}


/* 公司简介 */

.Company {
    margin-bottom: 50px;
}


/* .Company .title h2:before {
    background: url("../images/icon-ompany.png") no-repeat center;
} */

.Company .chairmanImgBox img {
    width: 100%;
    /* border-radius: 10px; */
    object-fit: cover;
}

.Company .thumb {
    width: 100%;
    /* border-radius: 8px; */
    box-shadow: 0 0 40px #dbdbdb;
    margin-bottom: 40px;
}

.Company .thumb img {
    width: 100%;
}

.Company p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.Company .companyInfo {
    box-sizing: border-box;
}


/* .Company .chairman {
    border-left: 1px solid #d9d9d9;
} */

.Company .chairman h3 {
    font-size: 18px;
    font-weight: bold;
    color: #425383;
    height: 40px;
}


/* 实时股价 */

.gushi {
    background: url("../images/gushiBg.png") no-repeat center;
    margin-bottom: 50px;
}

.gushiH5 {
    display: none;
}


/* .gushi .title h2:before {
    background: url("../images/icon-gushi.png") no-repeat center;
} */

.gushi .conShow {
    margin-right: 50px;
}

.gushi .gushiShow {
    width: 212px;
    height: 450px;
}

.gushi .gushiShow ul li {
    margin: 10px 0;
}

.gushi h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

/* .gushi p {
    line-height: 100px;
    font-size: 18px;
    margin: 0;
} */

/* .gushi p>span {
    padding-right: 14px;
    font-weight: bold;
} */

.gushi p .latest {
    font-weight: bold;
    color: #425383;
}

.gushi p .font40 {
    font-size: 40px;
    font-weight: bold;
}

.gushi p .font18 {
    font-size: 18px;
}


/* 首页股市 */

.gushi .gushi2List .gushiDetail {
    line-height: 38px;
    font-size: 20px;
    font-weight: bold;
    color: #fff
}


/* 股市页面白色 */

.gushi .gushiDetail {
    line-height: 70px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.gushi .gushiDetail span {
    font-size: 20px;
    font-weight: bold;
    /* color: #425383; */
}

.gushi.stockMarket {
    background: none;
    padding: 0;
}

.gushi.stockMarket .gushiCon>div {
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
    box-shadow: 0 0 40px #ddd;
    margin-bottom: 50px;
}

.gushi.stockMarket .gushiCon>div .gushiDetail>div {
    width: 35%;
}

.swiper.mySwiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide .swiperTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide .swiperTitle h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}

.swiper-slide .swiperTitle p {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.red {
    color: var(--cus-main-color) !important;
}

.green {
    color: #07ab4b !important;
}


/* 实时股票 */

.gushi2 {
    background: none;
}

.gushi2 .title {
    padding: 0;
    line-height: 60px;
    height: 60px;
}

.gushi2 .title h2::before {
    background: none;
}

.gushi2List {
    width: 100%;
}

.gushi2List>ul {
    width: 60%;
    margin: 0 auto;
}

.gushi2List>ul>li {
    position: relative;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.gushi2List>ul>li.cur {
    color: var(--cus-main-color);
}

.gushi2List>ul>li.cur:after {
    content: "";
    display: block;
    position: absolute;
    width: 76px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 6px;
    border-radius: 3px;
    background-color: var(--cus-main-color);
}

.chartsCon {
    height: 610px;
    /* overflow: hidden; */
    position: relative;
}

.gushiInfoCur {
    position: absolute;
    margin-top: 50px;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gushiInfoCur:nth-child(1) {
    /* background: url("../images/hyzsImgCur.png") no-repeat center/cover; */
}

.gushiInfoCur:nth-child(2) {
    /* background: url("../images/hyzsBg.png") no-repeat center/cover; */
}

.gushiInfoCur:nth-child(3) {
    /* background: url("../images/dzhqImgCur.png") no-repeat center/cover; */
}

.gushiInfoCur::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, .7); */
}

.gushiInfoCur ol {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.gushiInfoCur ol li {
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
}

.gushiInfoCur ol li.cur {
    color: var(--cus-main-color);
}

.gushi2 .gushiCon {
    position: relative;
}

.gushi2 .gushiCon>div {
    color: #fff;
    width: 100%;
}

.gushi2 .gushiCon>div h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.gushi2 .gushiCon>div p {
    font-size: 36px;
    line-height: 60px;
    color: #fff;
}

.gushi2 .gushiDetail>div {
    width: 25%;
}


/* 新闻动态 */

.news {
    margin-bottom: 50px;
}

.news .el-image {
    width: 100%;
    height: 360px;
}


/* .news .title h2:before {
    background: url("../images/icon-news.png") no-repeat center;
} */

.news .tuijian img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    max-width: none;
}

.news .newsCon h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.news .newsCon .time {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.news .newsCon p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.news .newsCon .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news .newsCon ul li,
.tuijian .hvr-fade {
    height: 80px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 8px 24px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important;
}

.news .newsCon ul li {
    height: 80px;
    line-height: 22px;
    padding: 12px 24px;
    position: relative;
}

.news .newsCon .cusUl {
    margin-top: -6px;
}

.news .newsCon .cusUl li {}

.news .posTag {
    /* position: absolute;
    right: 0;
    top: 0; */
    width: 50px;
    font-size: 12px;
    height: 25px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: var(--cus-main-color);
    display: inline-block;
    margin-right: 5px;
}


.news .newsCon ul li .timeBox {
    margin-right: 10px;
    border-right: 2px solid var(--cus-main-color);
    padding-right: 10px;
}

.news .newsCon ul li .timeBox time {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.news .newsCon ul li .timeBox .year {
    border-bottom: 1px solid #666;
    font-size: 16px;
}

.news .newsCon ul li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 56px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.news .newsCon ul li:hover .posTag {
    color: #333;
    background-color: #fff;
}

.news .newsCon ul li:hover .timeBox {
    border-right: 2px solid #fff;
}

.news .newsCon ul li:hover h3 {
    color: #ffff;
}

.news .newsCon ul li:hover .year {
    border-bottom: 1px solid #fff !important;
}

.news .newsCon ul li:hover,
.tuijian .hvr-fade:hover {
    box-shadow: 0px 0px 6px 0px #dbdbdb;
    background-color: #E60012;
    color: #fff !important;
}

.news .newsCon ul li>div:first-child,
.tuijian .hvr-fade>div:first-child {
    border-right: 1px solid #E60012;
    padding-right: 24px;
}

.news .newsCon ul li>div:last-child,
.tuijian .hvr-fade>div:last-child {
    padding-left: 24px;
    text-align: left;
}

.news .newsCon ul li:hover>div:first-child,
.tuijian .hvr-fade:hover>div:first-child {
    border-right: 1px solid #fff;
}

.news .newsCon ul li>div:first-child span,
.tuijian .hvr-fade>div:first-child span {
    display: block;
    text-align: center;
    line-height: 20px;
}

.news .newsCon ul li>div:first-child span:first-child {
    border-bottom: 1px solid #6f6f6f;
}

.news .newsCon ul li:hover span:first-child {
    border-bottom: 1px solid #fff !important;
}

.news .newsCon ul li:hover,
.tuijian .hvr-fade:hover {
    color: #fff;
}

.news .newsCon ul li:hover a,
.tuijian .hvr-fade:hover a {
    color: #fff;
}

.news .col-md-6.tuijian {
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
}

.news .col-md-6.newsCon {
    padding-right: 0;
    font-size: 16px;
    font-weight: bold;
}


/* 业态分布 */


/* .business .title h2:before {
    background: url("../images/icon-business.png") no-repeat center;
} */

@keyframes cusScale {
    from {}
    to {
        transform: scale(1.01);
    }
}

/* 动画 */
/* .business .container:hover {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: cusScale;
} */

.map {
    overflow: hidden;
}

.mapOutBox {
    box-shadow: 0 0 40px #d7d7d7;
}


/* 底部 */

.footer {
    padding: 50px 0 0px;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
    background: url("../images/footBg.png") no-repeat center/cover;
}

.footer .row {
    padding: 0px 0 30px 0px;
}

.footer .footIcon {
    box-sizing: border-box;
    width: 58px;
    height: 58px;
    padding-top: 17px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #D9D9D9;
    position: relative;
}

.footer .footIcon .qrCode {
    /* opacity: 0; */
    display: none;
    position: absolute;
    left: 50%;
    top: -270%;
    width: 150px;
    height: 150px;
    transform: translateX(-50%);
    z-index: 5;
    box-shadow: 0 0 20px #ddd;
}

.footer .footIcon .qrCode img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .footIcon:hover .qrCode {
    /* opacity: 1; */
    display: block;
}

.footer .footIcon>img {
    display: block;
    margin: auto;
}

.footer h3 {
    font-size: 30px;
    color: #333;
    line-height: 45px;
    margin-bottom: 0px;
}

.footer ul {
    margin-top: 0px;
}

.footer ul li {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    /* font-weight: bold; */
}

.footer ul li a {
    color: #333;
}

.footer .firendLink {
    margin-top: 60px;
}

.footer .firendLink .form-control {
    border-color: #E60012;
}

.footer .copy {
    height: 78px;
    line-height: 78px;
    font-size: 16px;
    color: #fff;
    background-color: #E60012;
}

.footer .footLink {
    word-spacing: 10px;
    font-size: 18px;
    font-weight: bold;
}

.footer .form-control {
    border-radius: 10px;
}

.channelBanner {
    margin-bottom: 25px;
}


/* 关于我们 */

.navChannel ul li {
    position: relative;
    /* font-weight: bold; */
    font-size: 18px;
}

.navChannel ul li.cur a {
    color: var(--cus-main-color);
    font-weight: bold;
}

.navChannel ul li.cur:after {
    position: absolute;
    display: block;
    bottom: 0;
    content: "";
    width: 100%;
    height: 5px;
    background-color: var(--cus-main-color);
}

.aboutCon h2 {
    color: #333;
    position: relative;
    height: 50px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 26px;
    font-weight: bold;
    margin-top: 50px;
}

.aboutCon h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 5px;
    width: 80px;
    background-color: var(--cus-main-color);
}

.aboutCon .infoCon {
    box-shadow: 0 0 15px #ccc;
}

.aboutCon .infoCon p {
    font-size: 28px;
    color: var(--cus-main-color);
    line-height: 60px;
    padding: 138px;
    font-weight: bold;
}

.aboutCon .chairman img {
    float: left;
    margin-right: 80px;
}

.aboutCon .aboutUs img {
    float: right;
    margin-left: 80px;
    width: 100%;
    /* height: 290px; */
    /* object-fit: cover; */
}

.aboutCon .aboutUs p {
    padding-right: 30px;
}

.aboutCon .infoCon p:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 28px;
    height: 20px;
    background: url("../images/icon-yinhao1.png") no-repeat center/100%;
}

.aboutCon .infoCon p:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 28px;
    height: 20px;
    background: url("../images/icon-yinhao2.png") no-repeat center/100%;
}

.aboutCon p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: justify;
}

.aboutCon h3 {
    color: var(--cus-main-color);
}

.aboutCon>div {
    padding-bottom: 30px;
}

.bannerName {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    text-align: left;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 31px #333;
}

.aboutCon .gushiBianhao {
    color: #E60012;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}

.aboutUs .videoTitle {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.aboutUs .col-md-7 {
    flex-direction: column;
    /* height: 340px; */
}

.course {
    margin-top: 20px;
    padding: 0 0 40px 0;
    background: url("../images/commayInfoBg.png") no-repeat center;
    background-size:cover
}

.courseCon {
    position: relative;
    width: 100%;
}

.courseCon .textInfo {
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 45%;
    color: #fff;
    background-color: rgba(230, 0, 18, .7);
}

.courseCon .textInfo div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    display: none;
}

.courseCon .textInfo h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.courseCon .textInfo p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.aboutUsType {
    margin-top: 30px;
    padding: 0 15px;
}

.aboutUsType>div {
    position: relative;
    transition: 0.5s;
}

.aboutUsType .aboutUsDesc {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .4);
}

/* .aboutUsType>div:hover {
    transform: scale(1.1);
    z-index: 1;
} */

.aboutUsType>div:hover .aboutUsDesc {
    background-color: rgba(230, 0, 18, 0.5);
}

.timeList {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    line-height: 40px;
    margin-top: 40px;
}

.timeList>div {
    padding: 0 10px;
}

.timeList .cur {
    background-color: #E60012;
    color: #fff;
    font-size: 24px;
}


/* 股市行情 */


/* 新闻发布 */

.item-bigger .thumb {
    width: 30%;
    margin-right: 30px;
    box-shadow: 0 0 20px #ddd;
}

.item-bigger .d-flex img {
    object-fit: cover;
    width: 100%;
    height: 226px;
    max-height: none;
}

.item-bigger.d-flex p {
    font-size: 16px;
}

.entry-date {
    font-size: 22px;
    margin: 20px 0 10px 0;
}


/* 中间图距离顶部 */

.banner {
    position: relative;
}

#boxedWrapper>.banner:nth-of-type(1) {
    margin-top: 97px;
}

#boxedWrapper>.banner:nth-of-type(1)>img {
    width: 100%;
    object-fit: cover;
}

.banner .newsInfo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 42%;
    height: 100%;
    background-color: rgba(230, 0, 18, .6);
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.banner .newsInfo h4 {
    font-size: 24px;
    color: #fff;
}

.banner .newsInfo p {
    color: #fff;
    text-align: left;
    line-height: 22px;
}

.banner .newsInfo.infoRight {
    right: 0;
    display: block;
    text-align: left;
    left: auto;
}

.imgRight,
.imgLeft {
    margin-bottom: 100px;
}

.imgRight h2,
.imgLeft h2 {
    display: none;
}

.imgRight h3,
.imgLeft h3 {
    font-size: 24px;
    color: #E60012;
    margin-bottom: 20px;
}

.imgRight .thumb,
.imgLeft .thumb {
    width: 40%;
    position: relative;
}

.imgRight .thumb {
    margin-left: 120px;
    width: 40%;
}

.imgLeft .thumb img,
.imgRight .thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.imgLeft .thumb {
    margin-right: 120px;
}

.imgRight .thumb .thumbTitle,
.imgLeft .thumb .thumbTitle {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.imgRight a img,
.imgLeft a img {
    width: 140px;
}

.imgRight p,
.imgLeft p {
    font-size: 14px;
    line-height: 30px;
}


/* 产业投资 */

.invest {
    width: 100%;
    padding: 50px 0;
    background: url("../images/chanyetouzhiBg.png") no-repeat center top;
    background-size: cover;
}


/* 政策报告 */

.policyReport {
    margin-top: 20px;
    padding: 40px;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
    background: url(../images/chanyetouzhiBg.png) no-repeat center top;
}

.policyReport .swiper-slide {
    background-color: transparent;
    font-size: 14px;
}

.blog-item {
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}

.blog-item .date {
    background-color: var(--cus-main-color);
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    flex-shrink: 0;
}

.innerMargin1 {
    position: relative;
    border: 1px solid var(--cus-main-color);
    height: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    width: 100%;
}

.innerMargin1:hover {
    background-color: var(--cus-main-color);
}

.innerMargin1:hover a {
    color: #FFFFFF !important;
}

.innerMargin1 h4 {
    font-weight: normal;
    font-size: 16px;
    color: #666666;
}

.innerMargin1 h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.innerMargin1 .iconBtn {
    width: 80px;
    flex-shrink: 0;
}

.page {
    width: 100%;
    margin: 20px;
    /* justify-content: flex-end; */
    justify-content: center;
}


/* 投资者保护 */

.hotList {
    width: 399px;
    margin-left: 100px;
}

.hotList .item {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.hotList .item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.hotList .item>div {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
}


/* 团队管理 */

.curChannel>div {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    position: relative;
    line-height: 45px;
}

.curChannel>div.cur {
    font-size: 20px;
    color: #E60012;
}

.curChannel>div.cur:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #E60012;
}

.team ul li {
    width: 42%;
    font-size: 14px;
    color: #666;
    box-shadow: 0 0 20px #ccc;
    margin-bottom: 50px;
}

.team ul li>div {
    height: 240px;
    width: 35%;
}

.team ul li>div:nth-child(2) {
    padding: 35px;
}

.team ul li>div:nth-child(2) .name,
.team ul li>div:nth-child(2) .tel {
    height: 35px;
    font-size: 16px;
    color: #333;
}

.team ul li>div:nth-child(2) .tel {
    color: #666;
    font-size: 14px;
}

.team ul li>div:nth-child(2) p {
    font-size: 14px;
    line-height: 20px;
}

.team ul li>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team ul li a {
    display: block;
    height: 100%;
}


/* 价值理念 */

.linian {
    background: url("../images/linianBg1.png") no-repeat center/cover;
    text-align: center;
}

.linian>div {
    height: 100%;
}

.linian .item {
    margin: 0 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.linian .item.cur {
    background-color: #E60012;
}

.linian .item:before {
    content: "";
    display: block;
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    margin: 0 auto;
    object-fit: contain;
}

.linian .item:nth-child(1)::before {
    background: url("../images/icon-linian51.png") no-repeat center/100%;
}

.linian .item:nth-child(2)::before {
    background: url("../images/icon-linian53.png") no-repeat center/100%;
}

.linian .item:nth-child(3)::before {
    background: url("../images/icon-linian55.png") no-repeat center/100%;
}

.linian .item:nth-child(1).cur::before {
    background: url("../images/icon-linian52.png") no-repeat center/100%;
}

.linian .item:nth-child(2).cur::before {
    background: url("../images/icon-linian54.png") no-repeat center/100%;
}

.linian .item:nth-child(3).cur::before {
    background: url("../images/icon-linian56.png") no-repeat center/100%;
}

.linian .item h3 {
    margin-bottom: 0;
    line-height: 30px;
    padding: 20px;
}

.linian .item p {
    line-height: 22px;
    padding: 7px 20px
}

.linian .item.cur h3,
.linian .item.cur p {
    color: #fff;
}

.jiazhi {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    height: 420px;
}

.jiazhi ul {
    width: 15%;
    position: relative;
    z-index: 2;
    margin: 0;
}

.jiazhi ul li {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 0.8s;
    box-shadow: 0 -5px 20px #e8e6e699 inset;
}

.jiazhi ul li:nth-child(1) {
    top: 0;
}

.jiazhi ul li:nth-child(2) {
    top: 100px;
}

.jiazhi ul li:nth-child(3) {
    top: 200px;
}

.jiazhi ul li:nth-child(4) {
    top: 300px;
}

.jiazhi ul li h3 {
    font-size: 18px;
    line-height: 100px;
    margin-bottom: 0;
}

.jiazhi ul li p {
    display: none;
}

.jiazhi ul li.cur {
    z-index: 2;
    display: flex;
    align-items: center;
    text-align: left;
    /* top: -5px; */
    background-color: #E60012;
    color: #fff;
    padding: 20px 20px;
    width: 220%;
    height: 80px;
    box-sizing: content-box;
    box-shadow: none;
}

.jiazhi ul li.cur h3,
.jiazhi ul li.cur p {
    color: #fff;
    display: block;
    line-height: 24px;
}

.conImgText {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.conImgText .itemCon {
    position: absolute;
    width: 100%;
    height: 100%;
}

.conImgText .itemCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conImgText .itemCon.cur {
    z-index: 1;
}

.conImgText .itemCon .textCon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.conImgText .itemCon .textCon p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    width: 45%;
    padding-right: 30px;
}

.aritcle {
    width: 100%;
    padding: 50px 0;
    background: url("../images/linianBg2.png") no-repeat center;
}

.aritcle .iconItem {
    margin-top: 70px;
    align-items: baseline;
}

.aritcle .iconItem p {
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}


/* 新闻内页 */

.con-title {
    text-align: center;
    padding-top: 60px;
    font-size: 28px;
    line-height: 56px;
    color: #333;
}

.date-channel {
    text-align: center;
    margin-bottom: 50px;
}

.date-channel span {
    margin: 0 30px;
    color: #666;
    font-size: 20px;
}

.CompanyCon {
    position: relative;
}


.reportYear div {
    padding: 0 50px;
}

.reportYear div img {
    width: 100%;
    height: 320px;
    /* object-fit: cover; */
    object-fit: contain;
}

.reportYear div>h4 {
    padding: 10px 0;
    line-height: 25px;
    margin-bottom: 0;
}

.pageCon {
    height: 80px;
}

.pageCon>div {
    flex: 1;
    font-weight: bold;
    font-size: 40px;
    color: #666;
}

.pageCon>div>div {
    margin: 0 5px;
}

.pageCon>div>span {
    color: var(--cus-main-color);
}

.pageCon>div:nth-child(1) {
    text-align: left;
}


/* 航运 */

#eachartBox,
#eachartBoxDZHQ,
#echartBoxA {
    width: 100%;
    margin-top: 30px;
}

#echartBoxA {
    margin-top: 0;
}

#eachartBox {
    height: 500px;
}

#eachartBoxDZHQ {
    height: 400px;
}


/* 产业投资 */

.GlobalBusiness {
    font-size: 24px;
    color: var(--cus-main-color);
    font-weight: bold;
    margin: 50px 0;
}

.map {
    box-shadow: 0px 1px 16px 6px #8483838f;
    margin-bottom: 50px
}

.aboutUsType>div {
    flex: 1;
}

.innerMarginNews {
    border: 1px solid var(--cus-main-color);
    height: 100px;
    padding-left: 20px;
}

.innerMarginNews:hover {
    background-color: var(--cus-main-color);
}

.innerMarginNews:hover .title a {
    color: #fff;
}

.innerMarginNews:hover .iconfont {
    color: #fff;
}

.innerMarginNews .iconfont {
    width: 20px;
}

.innerMarginNews .title {
    font-weight: bold;
    font-size: 16px;
}

.innerMarginNews .iconBtn {
    width: 80px;
}

.summary {
    line-height: 30px;
}
@media (min-width: 1200px){
    /* 定制修改bootstarp */
    .container {
        width: 90%;
        max-width: 1400px;
    }
    .main .container{
        width: 100%;
        max-width: 1400px;
    }
}


@media (min-width: 1200px) {
    .main {
        width: 90%;
        max-width: 1400px;
    }
    .aboutBanner {
        display: block;
    }
    .channelBannerH5 {
        display: none;
    }
    .gushiBianhao {
        display: block;
    }
    .gushiBianhaoH5 {
        display: none;
    }
    .navbar-default .nav {
        margin-left: 30px;
        display: flex;
        justify-content: space-between;
        width: calc(100% - 170px);
        /* 右侧检索宽度 */
    }
  
    .navbar-default .nav>li {
           /* width: 168px; */
        text-align: center;
    }
    .news .newsCon>div {
        width: 500px;
    }
   
   
    
    .Company .chairman div:first-child {
        width: 60%;
        padding-top: 17px;
    }
    .Company .chairman div:last-child {
        padding-left: 50px;
        width: 40%;
    }
    .gushi .gushiCon>div {
        /* width: 330px; */
    }
    .news .newsCon>div:last-child {
        width: 40%;
    }
    .navbar-nav>li {
        margin: 0 10px;
    }
    /* 关于我们 */
    .navChannel {
        box-shadow: 0 0 20px #d8d8d8;
        line-height: 60px;
        padding: 40px 0;
        margin-bottom: 4px;
    }
    .infoCon {
        height: 500px;
    }
    .dangjianImg img {
        height: 500px;
    }
    .aritcle .iconItem {
        width: 80%;
        margin: 50px auto 0;
    }
    .linian {
        height: 430px;
    }


   
}
.searchInput {
    width: 140px !important ;
}
.chartsCon .dateFont{
    font-size: 20px !important;
  }
/* 定制响应式修改导航 */
@media (min-width: 1200px){

     .navbar-default .nav>li>a {
        padding: 39px 20px;
    }
}
    @media (min-width: 1360px){
      
         
    }
 
    @media (min-width: 1440px){
        
      
       
    }
    @media (min-width: 1600px){

   
    }
@media (min-width: 772px) and (max-width: 1200px) {
    .main {
        margin: 0 10px;
        box-sizing: border-box;
    }
   
    .aboutBanner {
        display: block;
    }
    .channelBannerH5 {
        display: none;
    }
    .gushiBianhao {
        display: block;
    }
    .gushiBianhaoH5 {
        display: none;
    }
    .bannerName {
        font-size: 36px;
    }
    #boxedWrapper>.banner:nth-of-type(1)>img {
        width: 100%;
        object-fit: cover;
    }
    .Company .companyInfo {
        padding: 30px;
    }
    .Company .chairman {
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }
    .Company .chairman div:first-child {
        width: 60%;
    }
    .Company .chairman div:last-child {
        margin-left: 10%;
        width: 30%;
    }
    .Company .chairman h3 {
        text-align: right;
    }


    .gushiShow {
        display: none;
    }
    .gushi .gushiCon>div {
        width: 100%;
    }
    .news .newsCon>div {
        width: 100%;
    }
    .news .newsCon>div:last-child {
        margin-left: 0;
    }
    .news .newsCon h2 {
        margin-top: 10px;
    }
    .logolBottom img {
        width: 220px;
    }
    /* 关于我们 */
    .navChannel {
        box-shadow: 0 0 20px #d8d8d8;
        line-height: 60px;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .infoCon {
        height: 420px;
    }
    .dangjianImg img {
        height: 420px;
    }
    .aboutCon .infoCon p {
        padding: 60px;
    }
    .reportYear div>h4 {
        font-size: 14px;
    }
    /* 航运 */
    .gushi2 .gushiCon>div h4 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .gushi2 .gushiCon>div p {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .gushi .gushi2List .gushiDetail {
        line-height: 35px;
        font-size: 14px;
    }
    .gushiInfoCur ol li {
        font-size: 16px;
        line-height: 30px;
    }
    .gushi2List>ul>li.cur .gushiInfo .gushiInfoCur {
        padding: 20px;
    }
    .gushi2List>ul>li.cur .gushiInfo .gushiInfoCur img {
        width: 40px;
        margin-bottom: 10px;
    }
    #eachartBox {
        width: 100%;
        height: 190px;
        margin-top: 10px;
    }
    .aritcle .iconItem>div {
        width: 14%;
    }
    /* .row>[class^="col-md-"] {
        margin-top: 10px;
    } */
    .footer .row {
        padding: 0px 0 10px 0px;
    }
    .footer .firendLink {
        margin-top: 20px;
    }
    .imgRight .thumb {
        margin-left: 50px;
        width: 30%;
    }
    .imgLeft .thumb {
        margin-right: 50px;
        width: 30%;
    }
    .imgRight .textCon p,
    .imgLeft .textCon p {
        display: -webkit-box;
        /*将对象作为弹性伸缩盒子模型显示*/
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 5;
        /*限制在一个块元素显示的文本的行数*/
        -webkit-box-orient: vertical;
    }
    .hotList {
        display: none;
    }
    /* 团队管理 */
    .team ul li {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
    }
    .team ul li>div:nth-child(2) {
        padding: 15px;
    }
    /* 信息披露 */
    .innerMarginNews .title {
        width: 60vw;
    }
}

@media (max-width: 771px) {
    .aboutCon .aboutUs img {
        height: auto;
        object-fit: initial;
    }
    .main {
        margin: 0 10px;
        box-sizing: border-box;
    }
    .navbar-nav .open .dropdown-menu {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    }
    .navChannel {
        overflow: hidden;
        height: 50px;
    }
    .navChannel .container {
        overflow: scroll;
        height: 60px;
    }
    .navChannel .container ul {
        width: 200%;
    }
    .aboutBanner {
        display: none;
    }
    .aboutCon .aboutUs p {
        padding-right: 0;
    }
    .aboutUs .col-md-7 {
        display: block;
        height: auto;
    }
    .timeList>div {
        padding: 0 6px;
    }
    .channelBannerH5 {
        display: block;
    }
    .channelBannerH5 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gushiBianhao {
        display: none;
    }
    .gushiBianhaoH5 {
        display: flex;
        font-size: 24px;
        line-height: 50px;
        font-weight: bold;
    }
    .gushiBianhaoH5 p {
        color: var(--cus-main-color);
    }
    .aboutUs .videoTitle {
        text-align: left;
        font-size: 14px;
        line-height: 30px;
    }
    .aboutUsType .aboutUsDesc {
        text-align: center;
        font-size: 14px;
        font-weight: normal;
    }
    .bannerName {
        font-size: 24px;
    }

    #boxedWrapper>.banner:nth-of-type(1)>img {
        width: 100%;
        object-fit: cover;
    }
    .title {
        height: 70px;
    }
    .title h2 {
        font-size: 18px;
    }
  
    .navbar-default .nav {
        margin-left: 0;
        width: 100%;
    }
    .navbar-default .nav>li>a {
        padding: 15px 5px;
        font-size: 14px;
    }
    .navbar-collapse {
        width: 100%;
    }
    .header-search {
        display: none;
        width: 100%;
    }
 
    .Company p {
        line-height: 26px;
        font-size: 14px;
    }
    .Company .chairman {
        width: 100%;
        box-sizing: border-box;
        border-left: none;
    }
    .Company .chairman div:first-child {
        width: 100%;
    }
    .Company .chairman div:last-child {
        margin: 30px;
        width: 100%;
    }
    .Company .chairman h3 {
        text-align: center;
    }
    .gushi2 .gushi2List {
        display: none;
    }
    .news .newsCon>div {
        width: 100%;
    }
    .news .newsCon>div:last-child {
        margin-left: 0;
    }
    /* .news .newsCon ul li {
        padding: 0 5px;
    } */
    .news .newsCon h2 {
        margin-top: 10px;
    }
    .news .newsCon ul li {
        height: auto;
    }
    .news .col-md-6.tuijian {
        padding-left: 0;
        padding-right: 0;
    }
    .news .col-md-6.newsCon {
        padding-right: 0;
        padding-left: 0;
    }
    /* .logolBottom {
        display: none;
    } */
    .logolBottom img {
        width: 180px;
    }
    .footer .main>div:first-child {
        display: none;
    }
    .footer .copy {
        margin-top: 0;
        border-top: none;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
    }
    /* 二级导航 */
    .navChannel {
        display: none;
    }
    .navChannel ul li {
        padding: 10px 0;
        margin: 0 10px;
    }
    .aboutCon .infoCon p {
        font-size: 12px;
        color: #E60012;
        line-height: 18px;
        padding: 0px 10px;
        margin-bottom: 0;
    }
    .aboutCon .infoCon {
        height: 130px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .aboutCon .dangjianImg {
        height: 130px;
    }
    .aboutCon .dangjianImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .aboutCon .infoCon p::before,
    .aboutCon .infoCon p:after {
        width: 10px;
        height: 10px;
    }
    .linian .item {
        padding: 20px 0;
        margin: 0;
    }
    .linian .item h3 {
        margin-bottom: 0;
        line-height: 30px;
        padding: 10px;
        font-size: 16px;
    }
    .linian .item p {
        line-height: 22px;
        padding: 2px 10px
    }
    .jiazhi ul li h3 {
        font-size: 14px;
    }
    .policyReport {
        padding: 0;
    }
    .reportYear div {
        padding: 15px;
    }
    .reportYear div img {
        height: 200px;
        padding: 0 20px;
        object-fit: contain;
    }
    .reportYear div>h4 {
        font-size: 12px;
        line-height: 28px;
        font-weight: normal;
        margin-bottom: 0;
        height: 40px;
    }
    .innerMargin1 {
        padding-left: 5px;
        padding-right: 0px;
        height: 70px;
        box-sizing: border-box;
    }
    .innerMargin1 h4 div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .innerMargin1 .iconBtn {
        width: 70px;
    }
    .innerMargin1>div .iconfont {
        margin-right: 3px;
    }
    .innerMarginNews {
        height: 68px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .innerMarginNews .title {
        line-height: 68px;
        width: 65vw;
    }
    .innerMarginNews .iconBtn {
        width: 60px;
    }
    .innerMarginNews .iconBtn .iconfont {
        margin-right: 2px;
    }
    .banner .newsInfo {
        width: 100%;
    }
    .aboutCon h2 {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 22px;
        height: 40px;
    }
    .invest {
        background: none;
        padding: 15px 0;
    }
    .imgRight,
    .imgLeft {
        margin-bottom: 0px;
    }
    .imgRight>div,
    .imgLeft>div {
        box-shadow: 0 0 15px #ccc;
        border-radius: 10px;
        overflow: hidden;
    }
    .imgRight h2,
    .imgLeft h2 {
        display: none;
        font-size: 20px;
        line-height: 40px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .imgRight .textCon,
    .imgLeft .textCon {
        padding: 10px;
    }
    .imgRight .textCon>div,
    .imgLeft .textCon>div {
        justify-content: flex-end;
    }
    .imgRight .textCon p,
    .imgLeft .textCon p {
        margin-bottom: 0;
    }
    .imgRight .textCon p,
    .imgLeft .textCon p,
    .item-bigger .textCon p {
        display: -webkit-box;
        /*将对象作为弹性伸缩盒子模型显示*/
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 4;
        /*限制在一个块元素显示的文本的行数*/
        -webkit-box-orient: vertical;
        display: none;
    }
    .imgRight>div h3,
    .imgLeft>div h3 {
        display: none;
    }
    .imgRight>div {
        flex-direction: row-reverse;
    }
    .imgRight .thumb,
    .imgLeft .thumb {
        margin-left: 0;
        margin-right: 0;
        width: 40%;
    }
    .imgRight .thumb img,
    .imgLeft .thumb img {
        /* height: 100%; */
        height: 200px;
        object-fit: cover;
    }
    .imgRight .thumb .thumbTitle,
    .imgLeft .thumb .thumbTitle {
        display: none;
    }
    .moreCus {
        width: 70px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .moreCus i {
        display: none;
    }
    .moreCus .el-icon-right {
        margin-left: 10px;
    }
    .GlobalBusiness {
        margin: 10px 0 20px;
    }
    .bannerInner {
        margin-top: 20px;
    }
    .bannerInner img {
        height: 270px;
        object-fit: cover;
    }
    .banner .newsInfo.infoRight {
        right: 0;
    }
    /* 新闻发布 */
    .blog-item.item-bigger {
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .item-bigger {
        box-shadow: 0 0 15px #ccc;
        border-radius: 10px;
    }
    .item-bigger .thumb {
        width: 40%;
        margin-right: 0;
        box-shadow: none;
    }
    .item-bigger .d-flex img {
        border-radius: 10px 0 0 10px;
        /* height: 100%; */
        object-fit: cover;
    }
    .item-bigger .textCon {
        padding: 20px;
    }
    .blog-item.item-bigger .entry-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .entry-date {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .summary {
        line-height: 25px;
    }
    .page {
        justify-content: center;
    }
    /* 董事长专栏 */
    .aboutCon .chairman img {
        width: 100%;
        margin-bottom: 10px;
    }
    /* 关于我们 */
    .aboutUsType>div {
        flex: none;
        width: 44%;
        margin: 3%;
        box-sizing: border-box;
    }
    .course {
        background: none;
        background-color: #F9F9F9;
        margin-bottom:50px !important;
    }
    .course .container {
        display: flex;
        flex-direction: column-reverse;
    }
    .courseCon .picture {
        height: 280px;
    }
    .courseCon .picture img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .courseCon .textInfo {
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .timeList {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .timeList .cur {
        font-size: 14px;
        border-radius: 15px;
    }
    /* 团队管理 */
    .team ul li {
        width: 100%;
        height: 276px;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
    }
    .team ul li>div:nth-child(2) {
        padding: 25px;
    }
    /* 价值理念 */
    .aritcle .iconItem {
        margin-top: 10px;
    }
    .aritcle .iconItem>div {
        width: 14%;
    }
    .aritcle .iconItem p {
        font-size: 16px;
    }
    .jiazhi {
        height: auto;
    }
    .jiazhi>div.d-flex {
        display: block;
    }
    .jiazhi ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .jiazhi ul.d-col-between {
        flex-direction: row;
    }
    .jiazhi ul li {
        position: static;
        flex: 1;
        height: 40px;
        line-height: 40px;
        text-align: center;
        transition: 0s;
    }
    .jiazhi ul li div {
        width: 100%;
    }
    .jiazhi ul li h3 {
        line-height: 40px;
    }
    .jiazhi ul li p {
        display: none;
    }
    .jiazhi ul li.cur {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jiazhi ul li.cur p {
        display: none;
    }
    .conImgText {
        height: 250px;
    }
    .conImgText .itemCon {
        border-radius: 10px;
        overflow: hidden;
    }
    .conImgText .itemCon .textCon p {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        text-align: center;
    }
    .aritcle,
    .linian {
        background: none;
        background-color: #F9F9F9;
    }
    /* 底部 */
    .footer .footIcon {
        width: 40px;
        height: 40px;
        padding-top: 9px;
        margin-right: 6px;
        position: relative;
    }
    .footer .footLink {
        word-spacing: 5px;
    }
    .footer h3 {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        margin-bottom: 5px;
        font-weight: normal;
    }
    .footer ul li {
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
    }
    .row>[class^="col-md-"] {
        margin-top: 0;
    }
    .footer .logolBottom {
        padding: 0;
    }
    .footer .row {
        padding: 20px 0 10px 0px;
    }
    .footer .firendLink {
        margin-top: 20px;
    }
    /* 首页移动端股市 */
    .gushiH5 {
        display: block;
    }
    .gushiH5 ul li {
        position: relative;
        line-height: 40px;
    }
    .gushiH5 ul li::before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: no-repeat center;
    }
    .gushiH5 ul li.cur:after {
        content: "";
        display: block;
        width: 60%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        height: 2px;
        background-color: var(--cus-main-color);
    }
    .gushiH5 ul li:nth-child(1):before {
        background-image: url("../images/iconH5-gray1.png");
    }
    .gushiH5 ul li:nth-child(2):before {
        background-image: url("../images/iconH5-gray2.png");
    }
    .gushiH5 ul li:nth-child(3):before {
        background-image: url("../images/iconH5-gray3.png");
    }
    .gushiH5 ul li.cur:nth-child(1):before {
        background-image: url("../images/iconH5-red1.png");
    }
    .gushiH5 ul li.cur:nth-child(2):before {
        background-image: url("../images/iconH5-red2.png");
    }
    .gushiH5 ul li.cur:nth-child(3):before {
        background-image: url("../images/iconH5-red3.png");
    }
    .gushiH5Con {
        margin-bottom: 50px;
        height: 250px;
        position: relative;
    }
    .gushiH5Con .gushiDetail {
        line-height: 34px;
        font-size: 14px;
        color: #fff;
        font-weight: normal;
    }
    .gushiH5Con .gushiH5ConItem {
        border-radius: 10px;
        color: #fff;
        padding: 20px 10px;
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .gushiH5Con .gushiH5ConItem h4 {
        color: #fff;
        font-weight: normal;
        margin-bottom: 0;
    }
    .gushiH5Con .gushiH5ConItem p {
        line-height: 60px;
        padding-bottom: 10px;
    }
    .gushiH5Con .gushiH5ConItem ol li {
        text-align: center;
        line-height: 28px;
        font-size: 14px;
    }
    .gushiH5Con .gushiH5ConItem:nth-child(1) {
        background: url("../images/H5gphqBg.png") no-repeat center/cover;
    }
    .gushiH5Con .gushiH5ConItem:nth-child(2) {
        background: url("../images/H5hyzsBg.png") no-repeat center/cover;
    }
    .gushiH5Con .gushiH5ConItem:nth-child(3) {
        background: url("../images/H5hyzsBg.png") no-repeat center/cover;
    }
    #eachartBox1 {
        width: 100%;
        height: 210px;
        transform: translateX(120%);
        transition: 0.8s;
    }
    /* 联系我们 */
    .ContactUs .SiteGroup {
        margin-bottom: 0 !important;
    }
    .SiteGroup {
        display: flex;
        justify-content: space-evenly;
        margin-top: 40px;
    }
    .ContactUs .SiteGroup li {
        line-height: 60px !important;
    }
    .ContactUs .SiteGroup .active {
        border-radius: 35px;
    }
    .ContactUs .SiteGroup .active .icon-jiantou_xiangyou_o {
        display: none;
    }
    .ContactUs .infoList li {
        font-weight: normal;
        margin-bottom: 25px;
    }
    /* 信息披露 */
    .blog-item .date {
        width: 60px;
        height: 68px;
        font-size: 14px;
    }
    /* 投资者保护 */
    .hotList {
        display: none;
    }
    .form {
        margin: 20px 0;
        border-radius: 0;
    }
    /* .aboutCon.container {
        padding-left: 5px;
        padding-right: 5px;
    } */
    /* 股市行情 */
    .gushi.stockMarket .gushiCon>div {
        padding: 20px;
        box-shadow: 0 0 20px #ddd;
    }
    .gushi.stockMarket .gushiCon>div .gushiDetail>div {
        width: 50%;
    }
    .gushiH5 .gushiDetail>div {
        width: 50%;
    }
    .gushi .gushiDetail {
        line-height: 35px;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
    }
    /* 内容页 */
    .con-title {
        font-size: 22px;
        line-height: 30px;
    }
    .date-channel span {
        font-size: 14px;
    }
}

#mapBox {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#mapBox .checkList {
    position: absolute;
    z-index: 999;
    top: 26px;
    left: 70px;
    transform: scale(1.1);
}

#mapBox #map {
    background: #f8f8f8;
}

@media screen and (min-width: 772px) {
    .phoneSwitch {
        display: none;
    }
}

@media screen and (max-width: 771px) {
    .phoneSwitch {
        display: none;
        position: absolute;
        right: 70px;
        top: 41px;
    }
    .header-pd {
        display: none;
    }
    .news .el-image {
        width: 100%;
        height: 360px;
    }
    .Company .chairmanImgBox img {
        width: 40%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .navbar-default .nav>li {
        width: 100% !important;
    }
  
}




/* 分页定制 */

.pagination>li>a,
.pagination>li>span {
    line-height: 10px;
    width: 38px;
    height: 27px;
    font-weight: bold;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0 !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0 !important;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 0 !important;
}


/* 轮播箭头特殊处理 */

  /* 首页小屏处理 */
  @media (max-width: 768px) {
    .swiper-button-next{
        transform: scale(0.5);
    }
    .swiper-button-prev{
       transform: scale(0.5);
    }
}

.gushiH5ConItem p img{
    width: 12px;
}


/* 中等屏幕处理 */
@media screen and (min-width: 771px) and (max-width: 1199px) {
    /* 在此添加适用于该屏幕宽度范围的样式规则 */
    .mapOutBox .col-md-4{
      margin-top: 0px;
    }
    .mapOutBox .col-md-8{
      margin-top: 0px;
    }


    .page{
        justify-content: center;
    }

       /* 首页移动端股市 */
       .gushiH5 {
        display: block;
    }
    .gushiH5 ul li {
        position: relative;
        line-height: 40px;
    }
    .gushiH5 ul li::before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: no-repeat center;
    }
    .gushiH5 ul li.cur:after {
        content: "";
        display: block;
        width: 60%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        height: 2px;
        background-color: var(--cus-main-color);
    }
    .gushiH5 ul li:nth-child(1):before {
        background-image: url("../images/iconH5-gray1.png");
    }
    .gushiH5 ul li:nth-child(2):before {
        background-image: url("../images/iconH5-gray2.png");
    }
    .gushiH5 ul li:nth-child(3):before {
        background-image: url("../images/iconH5-gray3.png");
    }
    .gushiH5 ul li.cur:nth-child(1):before {
        background-image: url("../images/iconH5-red1.png");
    }
    .gushiH5 ul li.cur:nth-child(2):before {
        background-image: url("../images/iconH5-red2.png");
    }
    .gushiH5 ul li.cur:nth-child(3):before {
        background-image: url("../images/iconH5-red3.png");
    }
    .gushiH5Con {
        margin-bottom: 50px;
        height: 250px;
        position: relative;
    }
    .gushiH5Con .gushiDetail {
        line-height: 34px;
        font-size: 14px;
        color: #fff;
        font-weight: normal;
    }
    .gushiH5Con .gushiH5ConItem {
        border-radius: 10px;
        color: #fff;
        padding: 20px 10px;
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .gushiH5Con .gushiH5ConItem h4 {
        color: #fff;
        font-weight: normal;
        margin-bottom: 0;
    }
    .gushiH5Con .gushiH5ConItem p {
        line-height: 60px;
        padding-bottom: 10px;
    }
    .gushiH5Con .gushiH5ConItem ol li {
        text-align: center;
        line-height: 28px;
        font-size: 14px;
    }
    .gushiH5Con .gushiH5ConItem:nth-child(1) {
        background: url("../images/H5gphqBg.png") no-repeat center/cover;
    }
    .gushiH5Con .gushiH5ConItem:nth-child(2) {
        background: url("../images/H5hyzsBg.png") no-repeat center/cover;
    }
    .gushiH5Con .gushiH5ConItem:nth-child(3) {
        background: url("../images/H5hyzsBg.png") no-repeat center/cover;
    }
    .gushi2 .gushi2List {
        display: none;
    }



    #map{
      height: 500px;
    }
  }

/* 董事长图片处理 */
  @media screen and (min-width: 970px) and (max-width: 1199px) {
    .Company .chairmanImgBox img {
        width: 100%;
        display: block;
        margin-top: 111px !important;
    }
}
  @media screen and (min-width: 771px) and (max-width: 970px) {
    .Company .chairmanImgBox img{
        display: block;
        width: 40%;
        margin: 0 auto;
      }
}