.technical-service-wrap{
    font-family: Microsoft YaHei;
    background: #FFFFFF;
    box-sizing: border-box;
    
    /* 顶部banner */
}
.technical-service-wrap .technical-service-top{
    width: 100%;
    height: 552px;
    background: url('https://res.mutouyun.com/res/images/top-banner-new.png') no-repeat;
    background-size: 100% 100%;
}

.technical-service-wrap .top-content{
    position: relative;
}

.technical-service-wrap .top-content-desc{
    position: absolute;
    left: 0;
    top: 180px;
}

.technical-service-wrap .top-content-desc .title-img{
    width: 158px;
    height: 38px;
    margin-bottom: 20px;
}

.technical-service-wrap .top-content-desc h3{
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 58px;
    margin-bottom: 20px;
}

.technical-service-wrap .top-content-desc .title-line{
    width: 60px;
    height: 6px;
    background: linear-gradient(90deg, #49B2FB 0%, #25BDCF 100%);
    margin: 16px 0 19px;
}

.technical-service-wrap .top-content-desc .description{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

/* 中间内容box */
.technical-service-wrap .technical-service-box{
    padding-top: 88px;
    background-color: #F9FAFB;
}

.technical-service-wrap .box-title{ 
    font-size: 40px;
    line-height: 34px;
    color:#000000;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

.technical-service-wrap .can-furnish{
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.technical-service-wrap .can-furnish-item{
    padding-left: 30px;
    padding-top: 30px;
}

.technical-service-wrap .can-furnish-item-icon{
    margin-bottom: 24px;
}

.technical-service-wrap .can-furnish-item-icon img{
    width: 56px;
    height: 56px;
}

.technical-service-wrap .can-furnish-item-content{  
    width: 300px;
    font-size: 20px;
    color: #404040;
}

.technical-service-wrap .can-furnish-item.center .can-furnish-item-content{
    width: 326px;
}

.technical-service-wrap .can-furnish-line{
    width: 1px;
    height: 208px;
    background: #EDEDED;
    margin: 0 30px 0 60px;
}

.technical-service-wrap .professional-team{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 56px;
}

.technical-service-wrap .professional-team-desc{
    width: 1067px;
    margin: 32px auto 42px;
    text-align: center;
    color: #666666;
    font-size: 20px;
    line-height: 34px;
}

.technical-service-wrap .professional-team-icon-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1088px;
    margin: 0 auto;
}

.technical-service-wrap .professional-team-icon-item{
    position: relative;
}

.technical-service-wrap .professional-team-icon img{
    width: 136px;
    height: 142px;
}

.technical-service-wrap .professional-team-icon-title{
    position: relative;
    top: -18px;
    text-align: center;
    font-size: 20px;
    color: #101112;
}

/* 产品展示 */
.technical-service-wrap .prod-logo-list{
    display: flex;
    align-items: center;
    margin-top: 56px;
    margin-left: 50px;
}

.technical-service-wrap .prod-logo-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.technical-service-wrap .prod-logo-item-img{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    /* width: 86px; */
}
.technical-service-wrap .prod-logo-item-img.mp{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.technical-service-wrap .prod-logo-item-img.mp img{
    width: 86px;
}
.technical-service-wrap .prod-logo-item-img.web{
    width: 100px;
    height: 52px;
    margin-bottom: 34px;
    margin: 14px 0px;
}

.technical-service-wrap .prod-logo-item-title{
    text-align: center;
    font-size: 16px;
    color: #404040;
    margin-top: 15px;
    padding-bottom: 17px;
}

.technical-service-wrap .prod-logo-item{
}
.technical-service-wrap .prod-logo-item-title .prod-logo-item-title-span{
    position: relative;
}
.technical-service-wrap .prod-logo-item-title .prod-logo-item-title-span::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #006666;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: all .3s;
    transform: scale(0);
    transform-origin: center;
}

.technical-service-wrap .prod-logo-item:hover .prod-logo-item-img,
.technical-service-wrap .prod-logo-item.active .prod-logo-item-img{
    box-shadow: 0px 4px 20px 0px rgba(55,99,170,0.15);
}

.technical-service-wrap .prod-logo-item:hover .prod-logo-item-title .prod-logo-item-title-span,
.technical-service-wrap .prod-logo-item.active .prod-logo-item-title .prod-logo-item-title-span{
    color: #006666;
}

.technical-service-wrap .prod-logo-item:hover .prod-logo-item-title .prod-logo-item-title-span::before,
.technical-service-wrap .prod-logo-item.active .prod-logo-item-title .prod-logo-item-title-span::before{
    width: 100%;
    transform: scale(1);
}


.technical-service-wrap .prod-logo-item.mtys{
    margin-right: 73px;
}
.technical-service-wrap .prod-logo-item.mtyj{
    margin-right: 72px;
}
.technical-service-wrap .prod-logo-item.ymzx{
    margin-right: 71px;
}
.technical-service-wrap .prod-logo-item.mtyc{
    margin-right: 91px;
}
.technical-service-wrap .prod-logo-item.mcbk{
    margin-right: 102px;
}
.technical-service-wrap .prod-logo-item.mcbj{
    margin-right: 82px;
}

.technical-service-wrap .show-prod-box{
    width: 100%;
    height: 610px;
    background: url('/images/three-services/technical-service/prod-bg.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.technical-service-wrap .prod-box{
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 1200px;
    height: 450px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF 0%, #F3F5F8 100%);
    box-shadow: 0px 10px 30px 0px rgba(55,99,170,0.12);
    border-radius: 8px;
    box-sizing: border-box;
}

.technical-service-wrap .prod-img{
    position: absolute;
    left: -26px;
    top: -16px;
    z-index: 3;
}

.technical-service-wrap .prod-img.mp img{
    width: 448px;
    height: 498px;
}

.technical-service-wrap .prod-img.web img{
    width: 774px;
    height: 498px;
}

.technical-service-wrap .prod-content{
    position: relative;
    width: 776px;
}

.technical-service-wrap .prod-content.web{
    width: 450px;
}

.technical-service-wrap .prod-content-bg-img{
    position: absolute;
    width: 532px;
    height: 219px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.technical-service-wrap .prod-content-bg-img img{
    width: 100%;
    height: 100%;
}

.technical-service-wrap .prod-content-box{
    position: absolute;
    margin-top: 54px;
    margin-left: 16px;
    z-index: 4;
}

.technical-service-wrap .prod-content-title{  
    font-size: 30px;
    line-height: 38px;
    color: #111111;
    margin-bottom: 13px;
}


.technical-service-wrap .prod-content-desc{
    width: 700px;
    font-size: 20px;
    line-height: 34px;
    color: #666666;
}

.technical-service-wrap .prod-content.web .prod-content-desc{
    width: 380px;
}

.technical-service-wrap .prod-qrcode{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 300px;
    bottom: -2px;
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 10px 30px 0px rgba(55,99,170,0.1);
    border-radius: 8px;
    z-index: 4;
}

.technical-service-wrap .prod-qrcode.web{
    display: none;
}

.technical-service-wrap .prod-qrcode img{
    width: 180px;
    height: 180px;
}

.technical-service-wrap .prod-btn-wrap{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 4;
    width: 620px;
    height: 80px;
    border-top: 1px solid #EDEDED;
}

.technical-service-wrap .prod-btn-wrap.web {
    width: 394px;
}

.technical-service-wrap .prod-btn{
    display: flex;
    align-items: center;
    /* cursor: pointer; */
}

.technical-service-wrap .prod-btn img{
    width: 6px;
    height: 11px;
}

.technical-service-wrap .prod-btn-text{
    font-size: 18px;
    color: #006666;
    line-height: 30px;
    margin-left: 8px;
}

.technical-service-wrap .cup{
    cursor: pointer;
}

.technical-service-wrap .call-us-iframe{
    width: 100%;
    height: 107px;
}
.technical-service-wrap .technical-service-box .experiencing-box{
    margin-top: 40px;
    padding-bottom: 54px;
    display: flex;
    justify-content: space-between;
}
.technical-service-wrap .technical-service-box .experiencing-box .experiencing-box-item {
    width: 386px;
    height: 398px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(142,146,159,0.2);
    border-radius: 16px 16px 16px 16px;
    /* margin-right: 21px; */
    overflow: hidden;
}
.technical-service-wrap .technical-service-box .experiencing-box .box-item-img {
    height: 220px;
    transition: all 0.3s;
}
.technical-service-wrap .technical-service-box .experiencing-box .box-item-img:hover {
    transform: scale(1.1);
}
.technical-service-wrap .technical-service-box .experiencing-box .box-item-text {
    margin-top: 40px;
    margin-bottom: 14px;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    padding-left: 20px;
}
.technical-service-wrap .technical-service-box .experiencing-box .box-item-footer-left {
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-right: 20px;
}
.technical-service-wrap .box-content{
    height: 460px;
    /* background: #FFFFFF; */
    box-shadow: 0px 4px 20px 0px rgba(142,146,159,0.2);
    border-radius: 16px 16px 16px 16px;
    display: flex;
}
.technical-service-wrap .box-content .box-content-left{
    width: 212px;
    background-color: #FBFBFB;
    height: 100%;
    text-align: center;
}
.technical-service-wrap .box-content .box-content-left .left-item-hover{
    width: 212px;
    background-color: #fff;
    height: 154px;
}
.technical-service-wrap .box-content .box-content-left .border-radius-left-top{
    border-top-left-radius: 16px;
}
.technical-service-wrap .box-content .box-content-left .border-radius-left-top{
    border-radius: 0px 0px 0px 16px;
}
.technical-service-wrap .box-content .box-content-left .box-contetn-left-item{
    width: 212px;
    height: 154px;
    text-align: center;
}
.technical-service-wrap .box-content .box-content-left .box-contetn-left-item:hover{
    cursor: pointer;  
}
.technical-service-wrap .box-content .box-content-left .box-contetn-left-item .item-img{
    width: 48px;
    height: 48px;
    margin: 40px 0 3px;
}
.technical-service-wrap .box-content .box-content-left .box-contetn-left-item .item-text{
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    line-height: 24px;
}
.technical-service-wrap .box-content .box-content-left .box-contetn-left-item .item-text-hover{
    color: #006666;
}
.technical-service-wrap .box-content .box-content-left .box-contetn-left-item .item-img-none{
    display: none;
}
.technical-service-wrap .box-content .box-content-left .box-contetn-left-item .item-img-block{
    display: block;
}
.technical-service-wrap .box-content .box-content-right{
    display: flex;
    height: 100%;
    position: relative;
}
.technical-service-wrap .box-content .box-content-right .box-content-right-text{
    padding: 80px 74px 0 58px;
    height: 100%;
    width: 630px;
    /* background-color: #ccc; */
}
.technical-service-wrap .box-content .box-content-right .box-content-right-img{
    width: 358px;
    height: 491px;
    margin-top: -30px;
    z-index: 5;
}
.technical-service-wrap .box-content .box-content-right .box-content-right-bgc{
    width: 358px;
    height: 491px;
    background-color: #fff;
    position: absolute;
    right: -20px;
    z-index: 4;
}
.technical-service-wrap .box-content .box-content-right .box-content-right-text .content-right-text-title p{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}
.technical-service-wrap .box-content .box-content-right .box-content-right-text .content-right-text-title {
    margin-bottom: 40px;
}
.technical-service-wrap .box-content .box-content-right .box-content-right-text .content-right-text-content p{
    font-size: 14px;
    color: #404040;
    line-height: 21px;
}
.technical-service-wrap .box-content .box-content-right .box-content-right-text .content-right-text-content .text-content-bottom{
    margin-bottom: 20px;
}
.technical-service-wrap .box-content .service1{
    animation: myTap 2s;
}
.technical-service-wrap .box-content .service2{
    animation: myTap 2s;
    display: none;
}
.technical-service-wrap .professional-technology{
    width: 100%;
    box-sizing: border-box;
    background-color: #F9FAFB;
    /* padding-bottom: 56px; */
    padding: 88px 0px 56px;
    height: 724px;
}
/* .technical-service-wrap .technical-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
} */
.technical-service-wrap .swiper-pagination{
    transform: scale(1);
}
/* .technical-service-wrap .technical-container .container-swiper-div{
    width: 25%;
    text-align: center;
    transition: 300ms;
	 transform: scale(0.8);
} */
.technical-service-wrap .swiper-wrapper {
    align-items: center;
    height: 475px;
    line-height: 475px;
}
.technical-service-wrap .swiper-slide {
    text-align: center;
}
.technical-service-wrap .swiper-wrapper .swiper-img{
    width: 264px;
    height: 370px;
    transition: 0.5; /* 设置过渡效果 */
    /* border: 1px solid #E5E7EB; */
    border: 1px solid #E5E7EB;
    border-radius: 6px 6px 6px 6px;
    padding: 10px;
    background-color: #fff;
}
.technical-service-wrap .swiper-wrapper .active{
    width: 336px;
    height: 470px;
    border: 1px solid #E5E7EB;
    border-radius: 6px 6px 6px 6px;
}
