    .ml_app {background:#0076c0; color:#fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ml_app_left {
        width: 50%;padding-top:30px;padding-bottom:30px;
    }
    .ml_app_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ml_app_right {
        width: 50%;
        display: flex;
        padding: 50px 50px 0px 50px;
        flex-direction: column;
        justify-content: left;
    }
    .ml_app_right .title strong {
      font-size:28px; line-height:1.8em; margin:.5em 0;color:#fff; font-family: "PingFang SC", "Microsoft YaHei UI", sans-serif;  letter-spacing: 4px;
    }
   .ml_app_right .title p {width: 70%;
     font-weight:normal; font-size:16px; line-height:1.9em; margin:.5em 0;color:#fff; font-family: "PingFang SC", "Microsoft YaHei UI", sans-serif;  letter-spacing: 2px;
    }

	  .ml_app_right .title h1 {width: 70%;
     font-weight:bold; font-size:18px; line-height:1.9em; margin:.5em 0;color:#fff; font-family: "PingFang SC", "Microsoft YaHei UI", sans-serif;  letter-spacing: 2px;
    }
    .ml_app_right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
.more11{ margin-top:20px;width: 80%;}
.more11 a{  display:inline-block; text-align:center; width:118px; height:38px;  line-height:38px; border:1px solid #fff; color:#ffffff; border-radius:5px; transition:all .3s ease; font-size:14px;float:right;}
.more11 a:hover{ background:#fff; color:#000; transition:all .3s ease;}

.con3 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con3con {
        max-width: 1300px;
        margin: 0 auto;
    }
   
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 25px;
        cursor: pointer;
    }
    .con3con ul li:hover img {
        transform: scale(1.05);
    }
    .con3con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con3con ul li img {
           color: #ffffff;
        display: block;
        width: 330px;
        
        object-fit: cover;
        margin: 0 auto;
    }
    .con3con ul li p {
           color: #ffffff;
        text-align: center;
        padding: 15px 0;
        font-size: 20px;
    }
    .con3con ul li span {
        color: #ffffff;
        display: block;padding: 15px 0;
        text-align: center;
        font-size: 20px;
    }
	        .aboutus2 {
            width: 100%;
            padding: 20px 0;
        }
        .aboutus2con {
            max-width: 100%;
            margin: 0 auto;
        }

	   .aboutus2con p { 
            text-align: left;background: url(hezuo01bg.png) no-repeat left center;
            color: #000;
            font-size: 16px;height:35px;
            line-height:35px;
            margin-bottom: 30px;
        }
        .aboutus2con span { 
            text-align: left;
            color: #ffffff;
            font-size: 16px; padding-left:15px;padding-right:15px;
            margin-bottom: 30px;
        }
        .aboutus2con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .aboutus2con ul li {
            width: calc((100% - 150px) / 6);
            margin-right: 30px;
            margin-bottom: 30px;
        }
        .aboutus2con ul li:nth-child(6n) {
            margin-right: 0;
        }
        .aboutus2con ul li img {
            width: 100%;
            height: 110px;
            object-fit: contain;
            border: 1px solid #cccccc;
            transition: var(--main-transition);
        }
        .aboutus2con ul li:hover img {
            transform: scale(1.1);
        }


.aboutus2con11 {
            max-width: 100%;
            margin: 0 auto;
        }

	   .aboutus2con11 p { 
            text-align: left;background: url(hezuo02bg.png) no-repeat left center;
            color: #000;
            font-size: 16px;height:35px;
            line-height:35px;
            margin-bottom: 30px;
        }
        .aboutus2con11 span { 
            text-align: left;
            color: #ffffff;
            font-size: 16px; padding-left:15px;padding-right:15px;
            margin-bottom: 30px;
        }
        .aboutus2con11 ul {
            display: flex;
            flex-wrap: wrap;
        }
        .aboutus2con11 ul li {
            width: calc((100% - 150px) / 6);
            margin-right: 30px;
            margin-bottom: 30px;
        }
        .aboutus2con11 ul li:nth-child(6n) {
            margin-right: 0;
        }
        .aboutus2con11 ul li img {
            width: 100%;
            height: 110px;
            object-fit: contain;
            border: 1px solid #cccccc;
            transition: var(--main-transition);
        }
        .aboutus2con11 ul li:hover img {
            transform: scale(1.1);
        }



@media only screen and (max-width: 768px) {
 .aboutus2 {
            width: 100%;
            padding: 10px 15px;
        }
        .aboutus2con {
            margin: 0 auto;
        }

   .aboutus2con p { 
            text-align: left; background: url(00hezuo01bg.png) no-repeat left center;
            color: #000;
            font-size: 16px;height:35px;
            line-height:35px;
            margin-bottom: 30px;
        }
        .aboutus2con span { 
            text-align: left;
            color: #003685;padding-left:0px;padding-right:0px;
            font-size: 16px; 
            margin-bottom: 30px;
        }

        .aboutus2con strong {
            display: block;
            text-align: center;
            color: var(--main-color-222);
            font-size: 25px;
            font-weight: 100;
            margin-bottom: 30px;
        }
        .aboutus2con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .aboutus2con ul li {
            width: calc((100% - 40px) / 3);
            margin-right: 20px;
            margin-bottom: 20px;
        }
        .aboutus2con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .aboutus2con ul li img {
            width: 100%;
            height: 100px;
            object-fit: contain;
            border: 1px solid #cccccc;
            transition: var(--main-transition);
        }
        .aboutus2con ul li:hover img {
            transform: scale(1.1);
        }



 .aboutus2con11 {
            margin: 0 auto;
        }

   .aboutus2con11 p { 
            text-align: left; background: url(00hezuo01bg.png) no-repeat left center;
            color: #000;
            font-size: 16px;height:35px;
            line-height:35px;
            margin-bottom: 30px;
        }
        .aboutus2con11 span { 
            text-align: left;
            color: #003685;padding-left:0px;padding-right:0px;
            font-size: 16px; 
            margin-bottom: 30px;
        }

        .aboutus2con11 strong {
            display: block;
            text-align: center;
            color: var(--main-color-222);
            font-size: 25px;
            font-weight: 100;
            margin-bottom: 30px;
        }
        .aboutus2con11 ul {
            display: flex;
            flex-wrap: wrap;
        }
        .aboutus2con11 ul li {
            width: calc((100% - 40px) / 3);
            margin-right: 20px;
            margin-bottom: 20px;
        }
        .aboutus2con11 ul li:nth-child(3n) {
            margin-right: 0;
        }
        .aboutus2con11 ul li img {
            width: 100%;
            height: 100px;
            object-fit: contain;
            border: 1px solid #cccccc;
            transition: var(--main-transition);
        }
        .aboutus2con11 ul li:hover img {
            transform: scale(1.1);
        }




  .con3 {
        width: 100%;
        padding: 30px 15px 10px 15px;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
.con3con {
        margin: 0 auto;
    }

 .con3con ul {
            display: flex;
            flex-wrap: wrap;
        }
  .con3con ul li {
            width: calc((100% - 40px) / 3);
            margin-right: 20px;
            margin-bottom: 20px;
        }
 .con3con ul li:nth-child(3n) {
            margin-right: 0;
        }
 .con3con ul li img {
            width: 100%;
            height: 100px;
            object-fit: contain;
            transition: var(--main-transition);
        }


    .con3con ul li:hover img {
        transform: scale(1.05);
    }

    .con3con ul li p {
  color: #ffffff;
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
    }
    .con3con ul li span {
   color: #ffffff;
        display: block;
        text-align: center;
     font-size: 16px;
    }

.ml_app {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ml_app_left {
        width: 100%;   
        padding-top:0px;padding-bottom:0px;
    }
    
    .ml_app_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ml_app_right {
        width: 100%;
        display: flex;
        padding: 30px 20px 0 20px;
        flex-direction: column;
        justify-content: center;
    }
    .ml_app_right .title strong {font-weight: normal;
        color: #ffffff;
    }
 
  .ml_app_right .title p {width: 100%;
        color:#ffffff !important;text-align:left;font-size:18px;
    }
 .ml_app_right .title h1{width: 100%;
        color:#ffffff !important;text-align:left;font-size:18px;
    }

    .ml_app_right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.more11{ margin-bottom:20px;width: 100%;}
.more11 a{  display:inline-block; text-align:center; width:118px; height:38px;  line-height:38px; border:1px solid #fff; color:#ffffff; border-radius:5px; transition:all .3s ease; font-size:14px;float:right;}
.more11 a:hover{ background:#fff; color:#000; transition:all .3s ease;}


 }

 
.con7 {
        width: 100%;
        padding: 30px 0;
   
    }
    .con7con {
        max-width: 1400px;
        margin: 0 auto;
    }
    .con7con strong {
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 35px;
    }
    .con7con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con7con ul li {
        width: 32%;text-align: center;
        margin-bottom: 35px;height:320px;
        padding: 25px;
        background-color: rgba(255, 255, 255, .15);
    }
	  
    .con7con ul li p {
        font-size: 42px;
        text-align: center;font-family: "ËÎÌå", SimSun, sans-serif;
        color: #ffffff;
        font-weight: bold;  margin-top: 130px; letter-spacing: 2px;
        margin-bottom: 30px;
    }
    .con7con ul li span {
        font-size: 20px;font-family: "ËÎÌå", SimSun, sans-serif;
    color: #ffffff;  
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: block;
    }

	@media only screen and (max-width: 767px) {
    .con7con {
        margin: 0 auto;
    }
    .con7con strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 35px;
    }
    .con7con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con7con ul li {
        width: 100%;
        margin-bottom: 35px;
        padding: 25px;
        background-color: rgba(255, 255, 255, .15);
    }
 
    .con7con ul li p {
         font-size: 42px;
        text-align: center;font-family: "ËÎÌå", SimSun, sans-serif;
        color: #ffffff;
        font-weight: bold;letter-spacing: 2px;
        margin-bottom: 30px; 
    }
    .con7con ul li span {
        font-size: 18px;font-family: "ËÎÌå", SimSun, sans-serif;
    color: #ffffff;  
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: block;
    }
	   }
