#header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    height: 10%;
    z-index: 5;
    padding: 0 5%;
    justify-content: space-between;
}
#header .header_menu {
    display: flex;
}
#header .header_menu i {
    cursor: pointer;
    display: inline-block;
    color: #fff;
}
#header .header_menu .iconTxt {
    font-size: 0.94vw;
}
#header .header_menu .iconMenu {
    font-size: 0.94vw;
    margin-left: 1vw;
}
#header .header_menu .iconMenu_mobile {
    font-size: 12px;
}
.header_logo {
    width: 255px;
    height: 25px;
}
.header_logo .img {
    width: 100%;
    height: 100%;
}
.header_logo_mobile {
    width: 180px;
    height: 18px;
}


/* 图片 */

.banner {
    position: fixed;
    top: 0;
    left: 0;
}
.img-bg {
    position: absolute;
    top: 0;
    background: #fff none no-repeat center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}
#carouselExampleCaptions .carousel-inner .carousel-item .bg {
	background: url('https://static-test.mttopgroup.cn/investment.png');
	width: 100%;
	height: 0;
	/* padding-bottom: 759px; */
	overflow: hidden;
	background-position: center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size: cover;
}
#carouselExampleCaptions .carousel-inner .carousel-item .mobile-bg {
    /* background: url('./img/investment.png'); */
	width: 100%;
	height: 5.15rem;
	/* padding-bottom: 515px; */
	overflow: hidden;
	background-position: center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size: cover;
}
.mobile-img {
    width: 100%;
    height: 515px;
}
.cap-title {
    font-size:95px;
    font-family:Alibaba-PuHuiTi-B,Alibaba-PuHuiTi;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:131px;
}
.cap-title-m {
    font-size:40px;
    font-family:Alibaba-PuHuiTi-B,Alibaba-PuHuiTi;
    font-weight:normal;
    color:rgba(255,255,255,1);
}
.cap-tips-m {
    font-size:30px;
    font-family:AlibabaPuHuiTiM;
    color:rgba(255,255,255,1);
}
.cap-tips {
    font-size:68px;
    font-family:AlibabaPuHuiTiM;
    color:rgba(255,255,255,1);
    line-height:93px;
}
.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 676px;
    font-size:90px;
    /* font-size: 6vm; */
    font-family:AlibabaSans-Black,AlibabaSans;
    font-weight:900;
    color:rgba(255,255,255,1);
    line-height:138px;
    letter-spacing:5px;
}
.bg-text-m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 770px; */
    /* font-size:20px; */
    /* font-size: 6vm; */
    font-family:AlibabaSans-Black,AlibabaSans;
    font-weight:900;
    color:rgba(255,255,255,1);
    line-height:138px;
    letter-spacing:5px;
}
.news-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    padding: 42px 100px 10px 72px;
    background:rgba(255,255,255,0.7);
}
.news-box .box-button {
    width: 71px;
    height: 36px;
    border-radius:4px;
    cursor: pointer;
    border:1px solid rgba(24,24,24,1);
}
.news-box .box-button .link-img {
    width: 8px;
    height: 13px;
    margin-left: 5px;
}
.news-box .box-content {
    font-size:18px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(24,24,24,1);
    line-height:34px;
}
/* mobile */
.news-box-m {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    padding: 15px;
    background:rgba(255,255,255,0.7);
}
.news-box-m .box-button {
    width: 50px;
    height: 25px;
    border-radius:4px;
    cursor: pointer;
    font-size: 12px;
    border:1px solid rgba(24,24,24,1);
}
.news-box-m .box-button .link-img {
    width: 5px;
    height: 9px;
    margin-left: 5px;
}
.news-box-m .box-content-m {
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(24,24,24,1);
    line-height:22px;
}

/* 加载 */

.spinner-border {
    width: 40px;
    height: 40px;
}


/* 公共 */

.intro {
    position: relative;
    z-index: 4;
    left: 0;
    right: 0;
}
#cover {
    /* min-height: 960px; */
    background-color: transparent;
}

/* 企业新闻 */

.mcn-row {
    margin-top: 39px;
}
#investment-list .invest-img {
    /* height: 456px; */
    overflow: hidden;
}
#investment-list .invest-img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
#investment-list .invest-img img:hover {
    transform: scale(1.2, 1.2);
}
.invest-row {
    padding: 0 20px 30px;
}

/* modal */

#modal {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    /* overflow-y: scroll; */
    display: none;
    background-color: rgba(255,255,255,1);
}
#modal .close-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 5%;
    background-color: #FAFAFA;
}
#modal .close-div-mobile {
    position: fixed;
    top: -3%;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #FAFAFA;
}
#modal .close-div-mobile .modal-close {
    width: 20px;
    height: 20px;
}
#modal .close-div .modal-close {
    width: 40px;
    height: 40px;
}
#modal .content {
    /* margin-top: 25px; */
    overflow-y: scroll;
    padding-bottom: 80px;
}
#modal .content::-webkit-scrollbar {
    display: none;
}
#modal .content::-moz-scrollbar {
    display: none;
}
#modal .content .pre-icon {
    width: 10px;
    height: 15px;
}
#modal .content .next-icon {
    width: 10px;
    height: 15px;
    transform: rotate(180deg);
}
#modal .content .news-modal-text {
    font-size:28px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:41px;
}
#modal .content .icon-text {
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(140,140,140,1);
    line-height:20px;
}
#modal .content .news-modal-date {
    margin-top: 15px;
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(140,140,140,1);
    line-height:24px;
}
#modal .content .news-moadl-content {
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(140,140,140,1);
    line-height:22px;
}
.card {
    border: none !important;
}
.card-img {
    height: 100%;
}


/* 投资 */

.production .pro_tit{
    font-size:20px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:28px;
}
.production .pro_con{
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin-top: 10px;
}
.production .pro_tit_intro{
    margin-top: 25px;
    font-size:14px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:20px;
}

