﻿body{
  margin:0;
  padding:0;
}

input::-webkit-input-placeholder {
  color: #999999;
}

a{
  cursor: pointer;
}

*{
  box-sizing: border-box;   
  font-family:fzlantinghei-db-gbk;
}

.mldy-header{
  border: none;
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: rgba(255,255,255,1);
  padding: 12px 20px;
}

.mldy-header-logo {
  float: left;
  height: 26px;
}

.mldy-header-nav {
  float: right;
  margin-top: 8px;
  height: 16px;
}

.mldy-nav-li a{
  font-size:15px;
  text-align:center;
  color:rgba(245,245,245,1);
  background:rgba(39,39,39,1);
  opacity:0.94;
}

.mldy-nav-li-this a{
  color:#00b383;
}

.mldy-nav-li a:hover{
  color:#00b383;
  background:rgba(39,39,39,1) !important;
}

.mldy-banner-bg-1{
  background:  no-repeat;
  background-size:100%;
}

.mldy-banner-bg-2{
  background:  no-repeat;
  background-size:100%;
}

.mldy-banner-bg-3{
  background:  no-repeat;
  background-size:100%;
}

.mldy-banner-bg-4{
  background:  no-repeat;
  background-size:100%;
}

.mldy-banner-bg-5{
  background:  no-repeat;
  background-size:100%;
}

.mldy-banner-text{
  padding:30px 0 0 30px;
}

.mldy-banner-text img{
  max-width:70%;
  max-height:54%;
}

.mldy-banner-bth{
  height: 28px;
  background: rgba(255,255,255,1);
  width: 100px;
  text-align: center;
  line-height: 28px;
  margin-top: 30px;
  font-size: 14px;
}

.mldy-banner-bth a{
  color: #00b383;
}

.mldy-banner-pagination{
  
}

.mldy-banner-pagination .swiper-pagination-bullet{
  width:10px;
  height:10px;
  opacity:1;
  border:1px solid #fff;
  background: rgba(0,0,0,0);
  border-radius:50%;
}

.mldy-banner-pagination .swiper-pagination-bullets{
  bottom:20px;
}

.mldy-banner-pagination .swiper-pagination-bullet-active{
  background:#fff;
}

.mldy-panel-1{
  margin:20px 15px;
  overflow: auto;
}

.mldy-panel-1 .mldy-home-item{
  float:left;
  
  display: inline-block;
  margin-left:20px;
  margin-bottom:20px;
  width:28%;
}

.mldy-panel-1 .mldy-home-item:nth-child(3n 1){
  width: calc(44% - 40px);
  margin-left:0px;
}

.mldy-panel-1 .mldy-home-item div,
.mldy-panel-1 .mldy-home-item span
{
  font-size:18px;
  color:rgba(0,159,245,1);
  display:inline-block;
  font-weight:600;
}

.mldy-panel-1 .mldy-home-item .item-title{
  padding-bottom:5px;
  border-bottom:1px solid #666666;
}

.mldy-panel-1 .mldy-home-item p{
  margin-top:5px;
  font-size:12px;
  color:rgba(153,153,153,1);
}

.mldy-section-1{
  padding:50px 15px;
  overflow: auto;
}

.blue-bg{
  background:rgba(0,179,131,1);
}

.mldy-section-hd{
  text-align:center;
  margin-bottom:25px;
}

.mldy-section-title1{
  font-size:5vw;
  font-family:microsoft yahei;
  font-weight:bold;
  color:rgba(255,255,255,1);
  margin-bottom:10px;
}

.mldy-section-title2{
  font-size:3.6vw;
  font-family:microsoft yahei;
  color:rgba(255,254,254,1);
}

.mldy-home-1-item{
  float:left;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 20px 0px rgba(6,124,215,0.07);
  border-radius:12px;
  width:calc((100% - 10px)/ 2);
  height:200px;
  margin-right:10px;
  padding:16px 10px;
}

.mldy-home-1-item:nth-child(2n){
  margin-right:0px;
}

.mldy-home-1-item div{
  font-size:16px;
  font-family:microsoft yahei;
  color:rgba(51,51,51,1);
  font-weight:600;
  margin-bottom:10px;
}

.mldy-home-1-item p{
  font-size:12px;
  font-family:microsoft yahei;
  color:#666666;
  line-height:20px;
}

.mldy-home-1-item-icon{
  width:48px;
  height:48px;
  background:rgba(0,138,235,1);
  border:2px solid rgba(255,255,255,1);
  border-radius:50%;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 34px;
  font-size:20px;
  font-family:microsoft yahei;
  color:rgba(255,255,255,1);
  text-align:center;
  line-height:40px;
}

.font-color-999999{
  color:#999999;
}

.font-blue{
  color:#000000
}

.font-black{
  color:#4d4d4d;
}


.font-color-cyan{
  color:#cdedff;
}

.mldy-btn-experience:hover {
  background: #fff;
  color: #00b383;
}

.mldy-btn-experience {
  border: 1px solid rgba(255,255,255,1);
  border-radius: 2px;
  padding: 5px 16px;
  display: inline-block;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  font-size: 12px;
}

.mldy-server-2-item{
  width:100%;
  background:rgba(255,255,255,1);
  box-shadow:0px 4px 28px 0px rgba(123,122,145,0.1);
  border-radius:12px;
  padding:10px 20px;
  margin-bottom:20px;
}

.mldy-server-2-item div{
  font-size:14px;
  color:rgba(0,179,131,1);
  margin-bottom:10px;
  font-weight:600;
}

.mldy-server-2-item ul{
  padding-left:20px;
  margin:0;
}

.mldy-server-2-item ul li{
  font-size:12px;
  color:rgba(0,159,245,1);
  padding-bottom:5px;
}


.mldy-server-2-item ul li span{
  font-size:12px;
  font-family:microsoft yahei;
  color:rgba(102,102,102,1);
}

.font-color-666666{
  color:#666666;
}

.mldy-btn-experience2{
  border:1px solid rgba(0,159,245,1);
  border-radius: 2px;
  padding: 4px 12px;
  display: inline-block;
  color: #009ff5;
  margin-top: 20px;
  cursor: pointer;
  font-size: 12px;
}

.mldy-btn-experience2:hover{
  color:#fff;
  background:#009ff5;
}

.mldy-service-4-item{
  width:calc((100% - 10px)/2);
  height:180px;
  background:rgba(255,255,255,1);
  box-shadow:0px 4px 28px 0px rgba(123,122,145,0.2);
  border-radius:8px;
  text-align:center;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  padding:10px;
}

.mldy-service-4-item:nth-child(2n){
  margin-right:0px;
}

.mldy-service-4-item img{
  max-width:95px;
  max-height:95px;
  margin-bottom:5px;
}

.mldy-service-4-item div{
  font-size:15px;
  color:rgba(0,179,131,1);
  margin-bottom:10px;
}

.mldy-service-4-item ul{
  padding-left:20px;
}

.mldy-service-4-item ul li{
  font-size:12px;
  font-family:microsoft yahei;
  color:rgba(102,102,102,1);
  line-height:20px;
  text-align:left;
  list-style: disc;
}

.blue-bg-2{
  background:  no-repeat center;
}

.mldy-case-bg{
  background:  no-repeat;
  background-size: 100%;
}

.mldy-case-item{
  width:100%;
  height:550px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 20px 0px rgba(0,69,122,0.1);
  border-radius:12px;
  margin-bottom:40px;
}

.mldy-case-item>img{
  width:100%;
  height:260px;
  border-radius:12px 12px 0px 0px;
}

.mldy-case-item-content{
  text-align:center; 
  padding-bottom: 20px;
}

.mldy-case-item-content>img{
  max-width:200px;
  max-height:70px;
  margin:15px 0;
}

.mldy-case-item-content>div{
  font-size: 14px;
  color: rgba(102,102,102,1);
  line-height: 20px;
  padding: 0 15px;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

.gray-bg{
  background:rgba(245,245,245,1);
}

.mldy-caselogo-item{
  float:left;
  height:45px;
  margin: 0 10px 10px 0;
  width:calc((100% - 30px)/4);
}

.mldy-caselogo-item:nth-child(4n){
  margin-right: 0;
}

.mldy-caselogo-item img{
  height:45px;
  width:100%;
  background:#fff;
}

.mldy-news-bg{
  background:  no-repeat;
  background-size: 100%;
}

.mdly-news-section{
  padding:20px 10px 40px;
  overflow:auto;
}

.mldy-news-item{
  width:100%;
  height:360px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 20px 0px rgba(0,69,122,0.1);
  border-radius:12px;
  margin-bottom:40px;
}

.mldy-news-item img{
  width:100%;
  height:186px;
  border-radius:12px 12px 0px 0px;
}

.mldy-news-item .item-title{
  font-size:15px;
  color:rgba(51,51,51,1);
  line-height:18px;
  font-weight:600;
  margin-bottom:10px;
}

.mldy-news-item .item-time{
  font-size:12px;
  color:rgba(153,153,153,1);
  line-height:16px;
  margin-bottom:10px;
}

.mldy-news-item .item-text{
  font-size:12px;
  color:rgba(102,102,102,1);
  line-height:20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mldy-pc-pagination{ 
  text-align: center;
  width:100%;
  font-size: 12px;
  padding: 10px 0;
  display:inline-block
}

.mldy-pc-pagination a,.mldy-pc-pagination span{
  display: inline-block;
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #999;
  cursor: pointer;
}

.mldy-pc-pagination a:hover:not(.disabled):not(.active),.mldy-pc-pagination span:hover:not(.disabled):not(.active){
  color:#008cd6
}

.mldy-pc-pagination a.disabled,.mldy-pc-pagination span.disabled{
  color: #bfbfbf;
  background: #f5f5f5;
  cursor: no-drop;
  border: 1px solid #ddd;
}

.mldy-pc-pagination a.active,.mldy-pc-pagination span.active{
  color: #fff;
  background: #008cd6;
  border: 1px solid #008cd6;
}

.mdly-news-section a:hover{
  text-decoration: none;
}

.mldy-newsdetail-banner{
  width:100%;
  height:140px;
  background:  no-repeat center;
  text-align:center;
  background-size: cover;
}

.mldy-newsdetail-title{
  font-size:18px;
  font-weight:600;
  color:rgba(255,255,255,1);
  padding:40px 0 10px 0;
}

.mldy-newsdetail-text{
  font-size:14px;
  color:rgba(255,255,255,1);
}

.mldy-newsdetail-panel{
  margin:10px;
  padding:30px 15px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 20px 0px rgba(0,69,122,0.1);
  border-radius:12px;
}

.mldy-newsdetail-panel-title{
  font-size:16px;
  font-weight:600;
  color:rgba(51,51,51,1);
  margin-bottom:10px;
}

.mldy-newsdetail-panel-time{
  font-size:13px;
  color:rgba(153,153,153,1);
  margin-bottom:30px;
}

.mldy-newsdetail-panel-content{
  width:100%;
}

.mldy-newsdetail-panel-content p{
  text-indent: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  width: 100%;
}

.mldy-newsdetail-panel-content img{
  width: auto;
  height: auto;
  max-width: 100%;
}

.mldy-newsdetail-footer{
  margin-top:50px;
}

.mldy-newsdetail-footer span{
  font-size: 14px;
  color: rgba(102,102,102,1);
  float: left;
}

.mldy-newsdetail-footer a{
  font-size: 14px;
  color: #009ff5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.mldy-aboutus-banner{
  width:100%;
  height:160px;
  background:  no-repeat center;
  text-align:center;
  background-size: cover;
}

.mldy-aboutus-title{
  font-size:22px;
  font-weight:600;
  color:rgba(255,255,255,1);
  padding:40px 0 10px 0;
}

.mldy-aboutus-text{
  font-size:14px;
  color:rgba(255,255,255,1);
}

.mldy-aboutus-panel1{
  margin:10px; 
  overflow: auto;
}

.mldy-aboutus-panel1-item{
  padding:0 2px;
  width: calc(100%/5);
  text-align: center;
  float:left;
}

.mldy-aboutus-panel1-item div{
  font-size:16px;
  font-weight:600;
  color:rgba(0,179,131,1);
  display:inline-block;
  padding-bottom:2px;
  border-bottom:1px solid #333333;
  margin-bottom:5px;
}

.mldy-aboutus-panel1-item p{
  font-size:12px;
  font-family:microsoft yahei;
  color:rgba(102,102,102,1);
  line-height:18px;
}

.mldy-aboutus-section-1{
  padding:40px 0 20px 0;
  overflow:auto;
  margin:0 15px;
}

.mldy-aboutus-section-1 img{
  width:100%;
  margin:20px 0;
}

.mldy-aboutus-section-1 p{
  padding:5px 15px;
  font-size:14px;
  color:rgba(255,255,255,1);
  line-height:20px;
}

.mldy-aboutus-section1-item{
  width: calc((100% - 10px)/2);
  height:200px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 20px 0px rgba(0,69,122,0.2);
  border-radius:12px;
  text-align: center;
  padding:15px;
  margin-right:10px;
  margin-bottom:10px;
  float:left
}

.mldy-aboutus-section1-item:nth-child(2n){
  margin-right:0;
}

.mldy-aboutus-section1-item img{
  width:80px;
  height:80px;
  margin-bottom:10px;
}

.mldy-aboutus-section1-item div{
  font-size:18px;
  color:rgba(0,179,131,1);
  margin-bottom:10px;
}

.mldy-aboutus-section1-item p{
  font-size:14px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:18px;
}

.mldy-aboutus-certificate{
  margin: 0 15px;
  position: relative;
  height:250px;
}

.mldy-aboutus-certificate img{
  max-width:60%;
}

.about-history-list{
  margin-top:60px;
  position: relative;
  padding-top:10px;
}

.about-history-list:before{
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  position: absolute;
  width: 1px;
  background: #bfbfbf;
}

.about-history-list:after{
  content: "";
  left: 50%;
  top: 0;
  margin-left: -6px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #bfbfbf;
}


.about-history-item{
  margin:0;
}

.about-history-blank {
  display: inline-block;
  width: 43%;
  vertical-align: middle;
}

.about-history-point {
  display: inline-block;
  width: 36px;
  height: 20px;
  vertical-align: middle;
}

.about-history-point span {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.about-history-point span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 22px;
  width: 22px;
  border-radius: 11px;
  margin-left: -11px;
  margin-top: -11px;
  background: #9fe3d0;
}

.about-history-point span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  border-radius: 6px;
  margin-left: -4px;
  margin-top: -4px;
  background: #02ba88;
}

.about-history-item:nth-child(4n 1) .about-history-point span:before {
  background: #9fe3d0;
}

.about-history-item:nth-child(4n 1) .about-history-point span:after {
  background: #02ba88;
}

.about-history-detail {
  display: inline-block;
  vertical-align: middle;
  width: 43%;
  font-size: 12px;
  cursor: default;
  position: relative;
}

.about-part3-content{
  font-size:16px;
  text-align:right;
  padding:5px 10px;
}

.about-part3-content2{
  position:relative;
  font-size:16px;
  text-align:left;
  padding:5px 10px;
}

.about-part3-content:hover,.about-part3-content2:hover{
  background:rgba(198,235,255,1);
  box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius:0px 16px 0px 16px;
}


.about-part3-content2:hover:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: rgba(198,235,255,1);
  position: absolute;
  left: -20px;
  top: 56%;
  margin-top: -18px;
}

.about-part3-content:hover:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: rgba(198,235,255,1);
  position: absolute;
  left: 100%;
  top: 56%;
  margin-top: -20px;
}

.about-part3-content h4,.about-part3-content2 h4{
  font-weight:bold;
  font-size:14px;
}

.about-part3-content p,.about-part3-content2 p{
  font-size:12px;
  color:#666666;
}

.mldy-experience{
  width:100%;
  height: 450px;
}

.mldy-experience-header{
  height:68px;
  padding:13px 20px;
  background:rgba(0,179,131,1);
  border-radius:6px 6px 0px 0px;
}

.mldy-experience-header img{
  width:66%;
}

.layui-layer-setwin .layui-layer-close2{
  right: 0 !important;
  top: 0 !important;
  width: 15px !important;
  height: 15px !important;
  background-size: cover;
  background-position: center !important;
  background: ;
}

.layui-layer-iframe{
  border-radius:6px !important;
  background: transparent !important;
}

.mldy-experience-content{
  padding:30px;
  text-align: center;
  background: #fff;
  height: 412px;
}

.mldy-experience-content h3{
  font-size:16px;
  font-weight:bold;
  color:rgba(0,179,131,1);
  margin-bottom:5px;
}

.mldy-experience-content p{
  font-size:12px;
  color:rgba(102,102,102,1);
  line-height:18px;
  margin-bottom:30px;
}

.mldy-experience-row{
  margin-bottom:10px;
  overflow: auto;
}

.mldy-experience-row .layui-input{
  height:30px;
}

.mldy-experience-input2{
  width: 140px;
  display: inline-block;
  float: left;
}

.mldy-experience-btn2{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  border-color: #e6e6e6;
  float: right;
}

.mldy-experience-btn1{
  height: 30px;
  line-height: 30px;
  width:100%;
  background-color: #00b383;
}

.mldy-experience-content-footer{
  font-size:12px;
  color:rgba(153,153,153,1);
  text-align:center;
  margin-top: 40px;
}

.mldy-costview-content img{
  width:100%;
  margin-bottom:20px;
}

.mldy-costview-block{
  width:100%;
  background:rgba(0,159,245,0.05);
  border:1px solid rgba(255,255,255,1);
  border-radius:8px;
  padding:10px 20px;
}

.mldy-costview-block div{
  font-size:16px;
  color:rgba(0,159,245,1);
  text-align:center;
  margin-bottom:10px;
}

.mldy-costview-block p{
  font-size:13px;
  color:rgba(102,102,102,1);
  line-height:18px;
}

.mldy-home-4 img{
  width:100%;
}

.mldy-home-panel5-item{
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 20px 0px rgba(0,69,122,0.1);
  border-radius:8px;
  padding:15px;
  overflow: auto;
  margin-bottom:20px;
}

.mldy-home-panel5-item:last-child{
  margin-bottom:0;
}

.mdly-home-panel5-left{
  width:100%;
}

.costview-bg{
  background: ;
}

.mdly-home-panel5-left div{
  font-size:16px;
  font-weight:600;
  color:rgba(0,179,131,1);
  margin-bottom:5px;
}

.mdly-home-panel5-left p{
  font-size:12px;
  color:rgba(102,102,102,1);
  line-height:20px;
  float:left;
  width:calc(100% - 100px);
}

.mdly-home-panel5-left img{
  width: 60px;
  height: 60px;
  float:right;
}

.mldy-nav-li{
  border-bottom: 1px solid gray;
}

.ldyswiper2 .swiper-pagination-bullet{
  width:10px;
  height:10px;
  background:#fff;
  opacity:1;
  border:1px solid #00b383;
  border-radius:50%;
}

.ldyswiper2 .swiper-pagination-bullet-active{
  background:#00b383;
}

.ldyswiper2 .swiper-pagination-bullets{
  top:0px;
}

.ldyswiper2 .swiper-wrapper{
  padding-top:30px;
}

.mldy-case-item-home{
  width: 100%;
  height: 530px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 2px 20px 0px rgba(0,69,122,0.1);
  border-radius: 12px;
}

.mldy-home-section-6{
  background:  no-repeat center;
  width: 100%;
  overflow: auto;
  background-size: cover;
  padding:30px 10px;
}

.mdly-home-8-item{
  width:calc(100%/3);
  height:120px;
  padding:10px;
  margin-bottom:10px;
  text-align:center;
  float:left;
}

.mdly-home-8-item h4{
  font-size: 26px;
  font-weight: bold;
  color:#fff;
}

.mdly-home-8-item h4 span{
  line-height: 18px;
  font-size: 18px;
  position: absolute;
}

.mdly-home-8-item p{
  font-size: 12px;
  color:#fff;
}

.mdly-home-section-9{
  padding:10px;
}

.mdly-home-section-9 img{
  width:100%;
}

.mldy-product-bg{
  padding-top:50px;
  background:  no-repeat;
  background-size: 100%;
}

.mldy-product-banner-text{
  padding: 40px 0 0 30px;
}

.mldy-product-banner-text img{
  max-width: 60%;
  max-height: 54%;
}

.mldy-product-banner-bth{
  height: 28px;
  width: 100px;
  text-align: center;
  line-height: 28px;
  margin-top: 30px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #fff;
}

.mldy-product-banner-bth a{
  color:#fff;
}

.mldy-product-1-text{
  padding: 0 10px;
  font-size: 13px;
  color: rgba(102,102,102,1);
  line-height: 20px;
}

.mldy-product-1-content{
  margin-top:20px;
  width:100%;
  height:360px;
}

.mldy-product-1-content h4{
  font-size:15px;
  margin-bottom:20px;
  font-weight:600;
  color:rgba(51,51,51,1);
  text-align:center;
}

.mldy-product-1-content img{
  width:100%;
}

.mdly-mldyproduct.swiper-pagination-bullets {
  top: 10px;
}

.mldy-product-2-item{
  width:100%;
  padding:15px;
  margin-bottom:10px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 20px 0px rgba(6,124,215,0.07);
  border-radius:8px;
  overflow: auto;
}

.mldy-product-2-item:last-child{
  margin-bottom:0;
}

.mldy-product-2-item .item-img{
  float:left;
  margin-right:10px;
  width:60px;
  margin-top: 25px;
}

.mldy-product-2-item .item-img img{
  width:60px;
  height:60px;
}

.mldy-product-2-item-content{
  float:right;
  width:calc(100% - 70px);
}

.mldy-product-2-item-content h4{
  font-size:15px;
  font-weight:600;
  color:#000;
  margin-top: 0px;
  margin-bottom:8px;
}

.mldy-product-2-item-content p{
  font-size:12px;
  color:#666666;
  line-height:20px;
}


.mldy-product-4-content{
  margin-top:20px;
  width:100%;
  height:420px;
}

.mldy-product-4-content h4{
  font-size:15px;
  margin-bottom:20px;
  font-weight:600;
  color:rgba(51,51,51,1);
  text-align:center;
}

.mldy-product-4-content img{
  width:100%;
}

.mldy-product-4-item{
  margin-top: 20px;
  background:rgba(247,253,255,1);
  border-radius:12px;
  padding:10px 10px 10px 30px;
  
}

.mldy-product-4-item li{
  list-style: disc;
  font-size:12px;
  color:rgba(102,102,102,1);
  line-height:28px;
}

.blue-bg-product{
  background:  no-repeat center;
}

.mldy-product-5-item{
  width:100%;
}

.mldy-product-5-content h4{
  font-size:15px;
  margin-bottom:20px;
  font-weight:600;
  color:rgba(51,51,51,1);
  text-align:center;
  color:#fff;
}

.mldy-product-5-content img{
  width:100%;
}

.mldy-product-5-item{
  width:100%;
  padding-left:20px;
}

.mldy-product-5-item li{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  list-style: disc;
}

.mldy-product-5-item li p{
  font-size: 12px;
  color: rgba(205,237,255,1);
  line-height: 15px;
  padding-top: 5px;
}

.mldy-yp-5-item2{
  line-height: 32px;
}

.ldyswiper2 .mldy-pagination .swiper-pagination-bullet-active{
  background:#fff !important;
}

.ldyswiper2 .mldy-pagination .swiper-pagination-bullet{
  border:1px solid #fff;
  background:#2390e3;
}

.mdly-yp-6-item{
  background:rgba(255,255,255,1);
  box-shadow:0px 7px 28px 0px rgba(123,122,145,0.1);
  border-radius:8px;
  width:100%;
  padding:10px;
  margin-bottom:15px;
}

.mdly-yp-6-item:last-child{
  margin-bottom:0;
}

.mdly-yp-6-item .item-title{
  font-size:14px;
  color:#000000;
  font-weight: 600;
  line-height: 40px;
}

.mdly-yp-6-item .item-title img{
  float:right;
  max-width:48px;
}

.mdly-yp-6-item ul{
  padding-left:20px;
  width: calc(100% - 40px);
}

.mdly-yp-6-item ul li{
  font-size:12px;
  font-family:microsoft yahei;
  color:rgba(102,102,102,1);
  line-height:22px;
  list-style:disc;
}

.mdly-yp-7-item1{
  background:rgba(255,255,255,1);
  border-radius:8px;
  padding:10px;
}

.mdly-yp-7-item1 ul{
  padding-left:20px;
}

.mdly-yp-7-item1 ul li{
  font-size:12px;
  color:rgba(102,102,102,1);
  line-height:20px;
  list-style:disc;
}

.mdly-yp-7-img img{
  width:100%;
  margin:40px 0;
}

.mldy-yp-7-item2{
  background:rgba(255,255,255,0.1);
  border:1px solid rgba(223,235,255,1);
  box-shadow:0px 2px 20px 0px rgba(6,124,215,0.07);
  border-radius:8px;
  padding:10px;
  margin-bottom:10px;
}

.mldy-yp-7-item2:last-child{
  margin-bottom:0;
}

.mldy-yp-7-item2 div{
  font-size:16px;
  color:rgba(255,255,255,1);
  margin-bottom:10px;
}

.mldy-yp-7-item2 p{
  font-size:12px;
  color:rgba(219,242,255,1);
  line-height:18px;
}

.mldy-homev2-bg-2 {
  background: ;
  height:234px;
  background-position: center;
  background-size: 100% 100%;
}

.mldy-homev2-2-text{
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #ffed55;
  text-align:center;
  letter-spacing: 2px;
  padding-top: 116px;
}

.mldy-productcenter-func{
  background:#25b5fa;
  padding:20px 15px;
  margin-top:30px;
}

.mldy-productcenter-func .mdly-pc-title{
  font-size:20px;
  font-family:microsoft yahei;
  font-weight:bold;
  color:#ffffff;
  text-align: center;
  margin: 30px 0 50px 0;
}

.ldy-m-lj li{
  margin:0;
  color:black;
  font-size:14px;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title.ldy-m-lj  .layui-this:after {
    border: none;
    border-radius: 0;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: #ffffff;
  font-weight:bold;
  background-image:linear-gradient(90deg, #ff8b39 0%, #ffa629 100%), linear-gradient( #ffa200, #ffa200);
}

.mldy-productcenter-func .mldy-pc-block1{
  background:rgba(255,255,255,1);
  border-radius:16px;
  padding-top:30px;
}

.mldy-productcenter-func .mldy-pc-block1 h3{
  font-size:16px;
  font-family:microsoft yahei;
  font-weight:bold;
  color:rgba(0,179,131,1);
  margin-top: 0;
  padding:0 20px;
  text-align: left;
}

.mldy-productcenter-func .mldy-pc-block1 img{
  width:100%;
  padding:0 20px;
}

.mldy-productcenter-func .mldy-pc-block1 ul{
  margin-top:20px;
  border-radius:0px 0px 16px 16px;
  padding:20px 10px 20px 28px;
}

.mldy-productcenter-func .mldy-pc-block1 ul li{
  list-style:disc;
  color:#66a0ff;
  margin-bottom: 10px;
}

.mldy-productcenter-func .mldy-pc-block1 ul li p{
  color:#000000;
  text-align:left;
  font-size:14px;
}

.mldy-pc-section2-block2{
  background:rgba(255,255,255,1);
  border-radius:16px;
  margin-top:30px;
  padding:20px;
}

.mldy-pc-section2-block2 h3{
  font-size:16px;
  font-family:microsoft yahei;
  font-weight:bold;
  color:rgba(0,179,131,1);
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}

.mldy-pc-section2-block2 .block2-text{
  margin-bottom:10px;
  text-align:left;
  overflow: auto;
  font-size: 12px;
}

.mldy-pc-section2-block2 .block2-text span{
  color:#ff9f15;
  line-height: 26px;
}

.mldy-pc-section2-block2 .block2-text p{
  display:inline-block;
  margin:0;
  background:rgba(252,233,209,1);
  border-radius:2px;
  line-height:26px;
  padding:0 10px;
  width:calc(100% - 24px);
  float: right;
}

.mldy-pc-section2-block3{
  background-color:rgba(25,171,180,1);
  border-radius:16px;
  margin-top:30px;
  padding:20px 10px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.mldy-pc-section2-block3 h3,
.mldy-pc-section2-block4 h3{
  font-size:16px;
  padding-left:10px;
  font-family:microsoft yahei;
  font-weight:bold;
  color:#000000;
  padding: 10px 0;
  margin-top: 0;
  text-align: left;
}

.mldy-pc-section2-block3 .block3-text{
  margin-bottom:10px;
  text-align:left;
  overflow: auto;
  padding-bottom:10px;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.mldy-pc-section2-block3 .block3-text:last-child{
  border-bottom: none;
}

.mldy-pc-section2-block3 .block3-text div{
  display:inline-block;
  line-height:30px;
  padding:0 8px;
  background:rgba(255,217,127,1);
  font-size:18px;
  color: #fff;
}

.mldy-pc-section2-block3 .block3-text p{
  display:inline-block;
  font-size:12px;
  width:calc(100% - 34px);
  float: right;
  color:#fff;
  margin:0;
}

.mldy-pc-section2-block4{
  background-color:#ffffff;
  border-radius:16px;
  margin-top:30px;
  padding:20px 10px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height:520px;
}

.mldy-pc-content-5s{
  height:400px;
}

.mldy-pc-content-5s h4{
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  color: rgba(51,51,51,1);
  text-align: center;
  color: #000000;
}

.mldy-pc-content-5s img{
 width:100%;
}

.mldy-pc-content-5s ul{
  text-align:left;
  padding-left: 30px;
  margin-top:20px;
  height:150px;
}

.mldy-pc-content-5s ul li{
  list-style:disc;
  font-size: 14px;
  line-height:30px;
  color:#000000;
}

.mldy-pagination-3 .mldy-pagination{
  bottom: 40px;
}

.mldy-pagination-3 .mldy-pagination .swiper-pagination-bullet{
  width:10px;
  height:10px;
  background:rgb(37,181,250);
}

.plm-pc-block .block2-text span{
 color:#999999;
}

.plm-pc-block .block2-text p{
  background:rgba(209,244,231,1);
}

.mldy-pc-section2-block4 .swiper-container{
 height:460px;
}

.mldy-pc-section2-block4 .block4-item{
  float:left;
  margin-bottom:20px;
  margin-right:20px;
  width: calc((100% - 20px)/2);
  overflow:auto;
}

.mldy-pc-section2-block4 .block4-item:nth-child(2n-1){
 margin-right:0px;
}

.mldy-pc-section2-block4 .block4-item img{
  width:100%;
}

.mldy-pc-section2-block4 .block4-item div{
  font-size:14px;
  font-family:microsoft yahei;
  font-weight:bold;
  color:#000000;
  line-height:30px;
}

.mldy-pc-section2-block4 .block4-item p{
  font-size:12px;
  font-family:microsoft yahei;
  color:#000000;
}

.scm-pc-block .block2-text span{
 color:#999999;
}

.scm-pc-block .block2-text p{
  background:#e9f7ff;
}

.mldy-pc-block4 {
  background:rgba(255,255,255,1);
  border-radius:16px;
  padding:30px 20px;
}

.mldy-pc-block4 div{
  font-size:14px;
  font-family:microsoft yahei;
  font-weight:bold;
  color:rgba(0,0,0,1);
  line-height:30px;
  text-align:left;
}

.mldy-pc-block4 p{
  font-size:12px;
  font-family:microsoft yahei;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:20px;
  text-align:left;
}
.mldy-pc-block4 img{
 width:100%;
}


.mdly-section2-v3-item{
  padding:20px;
  box-shadow:0px 2px 20px 0px rgba(0,69,122,0.2);
  border-radius:8px;
  margin-bottom:20px;
}

.mdly-section2-v3-item .head img{
  width:95px;
  height:95px;
  margin-right:20px;
}

.mdly-section2-v3-item .head h4{
  font-size:18px;
  font-family:fzlantinghei-eb-gbk;
  font-weight:bold;
}

.mdly-section2-v3-item .content{
 padding-left:20px;
}

.mdly-section2-v3-item .content li{
  list-style:disc;
  color:#00b383;
  font-size:18px;
}

.mdly-section2-v3-item .content li span{
  color:#000000;
  font-size:15px;
}

.mdly-section2-v3-item .content li p{
  color:#808080;
  font-size:14px;
  margin-top:5px;
}

/*****ldy1010-start*******/

.mldy-v10-item1{
  padding:10px;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  margin-bottom:10px;
}

.mldy-v10-item1 .mdly-v10-item1-title{
  margin-bottom:10px;
  font-family: microsoftyahei;
  font-size: 16px;
  color: #010101;
  font-weight:600;
}

.mldy-v10-item1 .mldy-v10-item1-text{
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}

.mldy-v10-item5{
 padding:20px 10px;
}

.mldy-v10-item5 img{
  width:100%;
}

.mldy-v10-btn>div{
  width: 130px;
  height: 35px;
  font-family: "pingfang-sc-regular";
  background:rgb(255,139,57);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  margin: 0 auto;
  margin-top:20px;
}

/*****ldy1010-end*******/