.mm_about_wrap{
    width: 1200px;
    height: auto;
    margin: 90px auto 0; 
    display: flex;
    justify-content: space-between;
}
.mm_about_left{
    width: calc(100% - 570px);
    height: auto;
}
.mm_about_right{
    width: 520px;
    height: auto;
    margin-top: 50px;
}
.mm_about_right img{
    width: 100%;
    height: auto;
}
.mm_about_title{
    font-size: 23px;
    font-weight: bold;
}
.mm_about_en{
    font-weight: bold;
    margin-top: 15px;
}
.mm_about_content{
    font-size: 14px;
    color: #666;
    text-align: justify;
    margin-top: 45px;
    line-height: 2;
}
.content1{
    margin-top: 60px;
}
.mm_about_build{
    width: 100%;
    /*height: 415px;*/
    /*background: url(../images/public/8.jpg);*/
    background-size: 100% 100%;
    margin-top: 95px;
    display: flex;
    justify-content: center;
}
.mm_build_wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 85px;
}
.mm_build_top{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #fff;
}
.mm_build_title{
    font-size: 23px;
    margin-bottom: 10px;
}
.mm_build_en{
    font-size: 18px;
}
.mm_build_bottom{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #fff;
    position: relative;
    margin-top: 70px;
}
.mm_build_list{
    width: 825px;
    height: 130px;
    position: absolute;
    left: 250px;
    top: 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.mm_build_list li{
    width: 195px;
    height: 100%;
}
.mm_list_title{
    font-weight: bold;
}
.mm_list_content{
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
}
.mm_list_dot{
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 30px;
    margin-left: 10px;
}
.mm_call_wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0;
}
.mm_call_left{
    width: calc(100% - 560px);
    height: auto;
}
.mm_call_title{
    font-size: 23px;
    font-weight: bold;
}
.mm_call_right{
    width: 560px;
    height: 405px;
}
.mm_call_right img{
    width: 100%;
    height: auto;
}
.mm_call_en{
    font-size: 18px;
    margin-top: 10px;
}
.mm_call_ul{
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    display: inline-block;
}
.mm_call_ul li{
    margin-top: 35px;
}
#container{
    width: 100%;
    height: 100%;
}
/*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;
	margin-top: 20px;
}
.content_div{
	font-size: 15px;
	width: 330px;
	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: 400px;
	margin-top: -10px;
	float: left;
}
.content_div_bottom{
	margin-top: 20px;
}
.content_left .content_div_span_title{
	text-align: right;
	float: right;
    display: inline-block;
}
.content_right .content_div_span_title{
	float: left;
    display: inline-block;
}
.content_div_span_title{
	font-size: 20px;
	font-weight: bolder;
    border-bottom: 4px solid #d11d1d;
}
.content_left .content_div_span_content{
	display: inline-block;
    text-align: right;
}
.content_right .content_div_span_content{
	display: inline-block;
    text-align: left;
}
.clear{
    clear:both;
}