
.mm_index_about{
    width: 100%;
    height: 400px;
    background: #333;
    
}
.mm_index_wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mm_index_left{
    width: 280px;
    height: auto;
}
.mm_index_left img{
    width: 100%;
    height: auto;
}
.mm_index_left p{
    width: 150px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-top: 30px;
}
.mm_index_right{
    width: 63%;
    height: auto;
    color: #FEFEFF;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
    font-size: 18px;
}
.mm_index_service{
    width: 100%;
    height: 740px;
    background: #F3F3F3;
    position: relative;
    z-index: -2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mm_index_service img{
    width: 1200px;
    height: auto;
}
.mm_service_block1{
    width: 50%;
    height: 50%;
    background: #BB1B23;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.mm_service_wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.mm_service_tag{
    width: 50%;
    height: 205px;
    padding-top: 90px;
}
.mm_service_tag p{
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}
.mm_service_tag p:first-child{
    font-size: 23px;
    font-weight: bold;
}
.mm_service_block2{
    width: 50%;
    height: 185px;
    padding-top: 110px;
    font-size: 12px;
    color: #373838;
}
.mm_service_block2 p{
    width: 105px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #9F9F9F;
    float: right;
}
.mm_service_block3{
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 265px;
    left: 0;
}
.mm_service_block3 li{
    width: calc(25% - 15px);
    height: 100%;
    background: #fff;
}
.mm_service_icon{
    width: 40px;
    height: auto;
    margin: 30px auto 0;
}
.mm_service_title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.mm_service_sign{
    width: 15px;
    height: 5px;
    background: #E0E0E0;
    margin: 15px auto;
}
.mm_service_content{
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    color: #8D8D8D;
}
.mm_service_add{
    width: 35px;
    height: 35px;
    margin: 10px auto 0;
    display: none;
}
.mm_index_programme{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.mm_programme_wrap{
    width: 1200px;
    height: 640px;
    margin: 0 auto;
}
.mm_programme_block1{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.mm_block1_left{
    width: 155px;
    margin-top: 65px;
    font-size: 23px;
    font-weight: bold;
}
.mm_block1_left p:last-child{
    font-size: 16px;
    color: #777;
    font-weight: normal;
}
.mm_block1_right{
    width: calc(100% - 156px);
    height: auto;
}
.swiper-container{
    margin-top: 78px;
}
.swiper-slide{
    width: 100%;
    height: auto;
}
.mm_swiper_img{
    width: calc(100% - 17px);
    height: 248px;
    border: 1px solid #BA1B23;
}
.mm_swiper_img img{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-left: 15px;
}
.mm_programme_title{
    font-size: 14px;
    margin-top: 45px;
}
.mm_programme_content{
    font-size: 12px;
    color: #8D8D8D;
    margin-top: 15px;
    text-align: justify;
    line-height: 1.5;
}
.swiper-pagination{
    width: 160px !important;
    margin: 30px auto 35px;
    display: flex;
    justify-content: space-between;
    position: unset !important;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    background: #BFBFBF;
    border-radius: unset !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background: #BA1B23 !important;
}
.mm_programme_block2{
    width: 570px;
    height: 640px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.mm_programme_block2 img{
    width: 570px;
}
.mm_product_wrap{
    width: 100%;
    height: auto;
    background: #F3F3F3;
    padding-bottom: 110px;
}
.mm_product_top{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 105px 0 90px;
    font-size: 23px;
    font-weight: bold;
}
.mm_product_en{
    font-size: 16px;
    color: #777;
}
.mm_product_list{
    width: 1200px; 
    margin: 0 auto;
    display: flex;
}
.mm_product_list li{
    width: 25%;
    height: auto;
    margin-right: 19px;
    position: relative;
}
.mm_product_list li:last-child{
    margin-right: 0;
    width: 25%;
}
.mm_product_list li img{
    width: 100%;
    height: auto;
}
.mm_product_list li p{
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    font-size: 12px;
}
.mm_news_wrap{
    width: 1200px;
    height: auto;
    padding: 60px 0;
    margin: 0 auto;
}
.mm_news_title{
    font-size: 23px;
}
.mm_news_title p:first-child{
    font-weight: bold;
}
.mm_title_en{
    font-size: 16px;
    color: #777;
}
.mm_new_content{
    width: 1200px;
    height: auto;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
.mm_content_left{
    width: 53%;
}
.mm_content_left li{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 20px;
}
.mm_content_left li:last-child{
    margin-bottom: 0;
}
.mm_content_title{
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.mm_content_title span:first-child{
    font-size: 16px;
}
.mm_content_title span:last-child{
    font-size: 14px;
    color: #8D8D8D;
}
.mm_content_details{
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0;
}
.mm_news_sign{
    font-size: 14px;
    color: #666;
    padding: 2px 5px;
    border: 1px solid #DFDFDF;
    display: inline-block;
}
.mm_content_right{
    width: 45%;
    height: auto;
}
.mm_content_right img{
    width: 100%;
    height: auto;
}
.mm_right_title{
    font-size: 14px;
    margin-top: 15px;
}
.mm_right_time{
    font-size: 12px;
    margin-top: 10px;
    color: #8D8D8D;
}
.mm_join_wrap{
    width: 100%;
    height: 225px;
    background: url(../images/public/16.png);
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    display: inline-block; 
}
.mm_join_title{
    font-size: 23px;
    margin-top: 40px;
}
.mm_join_content{
    margin-top: 30px;
}
.mm_join_btn{
    width: 105px;
    height: 30px;
    background: #fff;
    margin: 30px auto 0;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.mm_join_btn a{
    color: #BA1B23;
}
.mm_upload_wrap{
    width: 100%;
    height: 460px;
    background: #000;
    display: inline-block;
}
.mm_upload_top{
    width: 1200px;
    height: 150px;
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
}
.mm_upload_top li{
    width: 30%;
    height: 150px;
    background: rgba(84,85,87,.85);
}
.mm_upload_top li img{
    width: 50px;
    height: 50px;
    margin: 20px auto 0;
}
.mm_upload_top p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.mm_upload_input{
    width: 1200px;
    height: auto;
    margin: 20px auto 0;
}
input{
    outline: none;
    background: none;
}
.input1{
    width: calc(100% - 12px);
    height: 40px;
    border: 1px solid #6A6A6C;
    padding-left: 10px;
    color: #fff;
}
input::placeholder,textarea::placeholder{
    color: #fff;
}
textarea{
    width: calc(100% - 12px);
    height: 80px;
    outline: none;
    background: none;
    border: 1px solid #6A6A6C;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 10px;
    color: #fff;
}
.mm_upload_block{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.input2{
    width:50%;
    height: 40px;
    border: 1px solid #6A6A6C;
    padding-left: 10px;
    color: #fff;
}
.mm_upload_block img{
    width: 15%;
    height: 42px;
}
.input3{
    width: 30%;
    height: 40px;
    border: 1px solid #6A6A6C;
    padding-left: 10px;
    color: #fff;
}
.mm_upload_btn{
    width: 105px;
    height: 30px;
    background: #BB1B23;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    line-height: 30px;
}

/*20230609新增*/
.mm_index_service_new{
	height:auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.mm_index_service_new_main{
	width:1200px;
	margin:auto;
	background-color:#fff;
}
.mm_index_service_new_title{
	padding-top: 3%;
	padding-left: 5%;
}
.mm_index_service_new_content{
    color: #0e0e0e;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
    font-size: 22px;
	padding: 2% 5%;
	font-weight: 500;
}
.content_div{
	font-size: 15px;
	width: 370px;
	display: inline-block;
	text-indent:0em;
}
.content_div_div{
	width: 320px;
}
.content_left{
	float: left;
}
.content_left .content_div_icon{
	width: 50px;
	float: right;
}
.content_right{
	float: right;
	right: 0px;
}
.content_right .content_div_icon{
	width: 50px;
	float: left;
}
.content_div_icon img{
	width: 80%;
	margin:auto;
}
.content_middle{
	width: 330px;
	margin-top: -30px;
	float: left;
}
.content_left .content_div_span_title{
	text-align: right;
}
.content_div_span_title{
	font-size: 20px;
	font-weight: bolder;
}
.mmmf_span{
	width: 180px;
    position: absolute;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
}
.mmmf_span_1{
	top: 110px;
    left: 40px
}
.mmmf_span_2{
	top: 340px;
    left: 180px;
}
.mmmf_span_3{
	top: 110px;
    left: 590px;
    width: 170px;
}
.mmmf_span_4{
	top: 340px;
    left: 480px;
    width: 120px
}
.mmmf_span_5{
	top: 130px;
    left: 855px
}
.mmmf_span_6{
	top: 340px;
    left: 985px;
}
.clear{
    clear:both;
}