/* banner */

.banner{
    background-image: url("../images/banner.png");
    background-size: cover;
    height: 594px !important;
    background-position: center;
}
.bannerValue{
    display: flex;
    align-items: center;
    height: 100%;
}
.bannerValue h1{
    font-family: MicrosoftYaHei,
    MicrosoftYaHei;
    font-weight: bold;
    font-size: 42px;
    color: #1C1D1F;
    line-height: 24px;
}
.bannerValue p{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #323235ad;
    line-height: 24px;
    text-align: left;
    margin: 40px 0;
    width: 55%;
}
.bannerValue a{
    width: 172px;
    height: 44px;
    background: #2981FF;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    text-decoration: none;
}

/* 一站式等保合规解决方案 */
section.Solution{
    margin-bottom: 24px !important;
}
.contentTitle{
    font-weight: bold;
    font-size: 28px;
    color: #1C1D1F;
    line-height: 24px;
    text-align: center;
    padding:77px 0 57px ;
    margin: 0 auto;
}
.Solutiontp{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 500px;
}
.Solutiontp>div{
    position: relative;
}
.Solutiontp>div:nth-child(1) img{
    width: 165px;
}
.Solutiontp>div:nth-child(2) img {
    width: 515px;
}
.Solutiontp>div:nth-child(3) img {
    width: 186px;
}
.Solutiontp>div:nth-child(4) img {
    width: 183px;
}
.Solutiontp>div span{
  position: absolute;
  left: 44%;
  line-height: 54px;
  font-size: 16px;
  color: #FFFFFF;
}
.liuchenimg{
    margin: 45px auto 25px;
    width: 1049px;
}
.liuchenimg img{
    width:1049px;
}
.SolutionR{
    padding: 19px;
    margin-left: 25px;
    border-top: 4px solid #272727;
    width: 340px;
    height: 474px;
    background: #F5F7FA;
}
.SolutionR ul{
    margin: 0;
    padding: 0;
}
.SolutionR ul li{
    margin-bottom: 10px;
}
.Licon{
   position: relative;
   margin-right: 25px;
}
.Licon span{
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
position: absolute;
left: 23%;
top: 13%;
}
.Rvalue h4{
    font-weight: bold;
    font-size: 16px;
    color: #1C1D1F;
    line-height: 24px;
    margin-bottom: 10px;
}
.Rvalue p{
    font-size: 14px;
    color: #626266;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3; /* 超出几行省略 */
    overflow: hidden;
  
}
.SolutionWb{
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wbtop{
    background-color: #F5F7FA;
    height: 6rem;
    display: block;
    padding: 15px 15px 0;
    position: relative;
  }
  .SolutionWb .swiper-backface-hidden .swiper-slide{
    background-color: transparent;
  }
  .SolutionWb .Rvalue p{
    margin-bottom: 0 !important;
  }

  /* 等保安全服务内容 */
  .secure{
    background-color: #F5F7FA;
    padding-bottom: 50px;
  }
  .secureContent ul{
    position: relative;
    margin: 0;
    padding: 0;
  }
  .secureContent ul li{
    padding: 35px;
    background-color: #fff;
    margin: 10px ;
    text-align: center;
    border: 1px solid #EBEDF0;
    position: inherit;
    bottom: 0;
    transition-duration: .25s, 1s;
    flex: 1;
    /* background-image: url("../images/mbgdb.png");
    background-size: 100% 100%; */

  }
  .secureContent ul li.active{
    background-image: url("../images/pcbhtc.png");
    background-size: 100% 100%;
    position: inherit;
    bottom: 25px;
  }
  .secureContent ul li img{
    width: 38px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .secureContent ul li h4{
    font-size: 18px;
    color: #1C1D1F;
    margin: 20px 0 10px;
  }
  .secureContent ul li p{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #626266;
  }

/* 等级保护安全合规套餐 */
.Package{
    background-image: url("../images/bg1.png");
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.Package .contentTitle{
    color: #fff;
}
.PackageRight{
    width: 870px;
    height: 390px;
    background-image: url(../images/mlhdt.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 45px;
}
.PackageLeft ul li>p{
    width: 5px;
height: 18px;
background: #2981FF;
margin-right: 15px;
}
.PackageLeft ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.PackageLeft  ul li{
    width: 49%;
    background-image: url("../images/pcbhtc.png");
    background-size: 100% 100%;
    margin: 0 1% 1% 0;
    padding:20px;
}
.PackageLeft ul li>div h4{
    font-weight: bold;
font-size: 18px;
color: #1C1D1F;
line-height: 18px;
}
.PackageLeft ul li>div p{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.PackageLeft ul li>div p.span3 span{
    width:30%;
}
.PackageLeft ul li>div p span{
    width: 50%;
    display: block;
    font-size: 14px;
    color: #626266;
    line-height: 34px;
}
.PackageRight h4{
    font-size: 36px;
    text-align: left;
    font-weight: bold;
}
.PackageRight p{
    font-size: 16px;
    margin: 25px auto 65px;
}
.PackageRight a{
    width: 172px;
    height: 44px;
    background: #2981FF;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 44px;
    text-decoration: none;
}
.PackageContent{
    position: relative;
}
.PackageGenduo{
    text-align: center;
    text-align: center;
    color: #fff;
    font-size: .5rem;
    padding: 0.5rem;
    display: none;
}
.PackageGenduo img{
    width: 0.7rem;
    transform: rotate(
180deg
);
}

/* 什么是等级保护 */
.protect{
    padding-bottom: 50px;
}
.protectContent ul{
    position: relative;
    margin: 0;
    padding: 0;
  }
.protectContent ul li{
    padding: 5px 45px;
    margin: 10px ;
    text-align: left;
    position: inherit;
    bottom: 0;
    transition-duration: .25s, 1s;

  }
.protectContent ul li img{
    width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
.protectContent ul li h4{
    font-size: 18px;
color: #1C1D1F;
margin: 20px 0 15px;
text-align: center;
  }
.protectContent ul li p{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #626266;
    line-height: 24px;
}

/* 快速过保 */
.Overinsured{
    background-color: #F5F7FA;
    padding-bottom: 50px;
}
.OverinsuredContent ul{
    position: relative;
    margin: 0;
    padding: 0;
  }
  .OverinsuredContent ul li{
    padding:25px 30px;
    background-color: #fff;
    margin: 10px ;
    text-align: center;
    border: 1px solid #EBEDF0;
    position: inherit;
    bottom: 0;
    transition-duration: .25s, 1s;
    text-align: left;
    flex: 1;
    height: 168px;

  }
  .OverinsuredContent ul li>div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .OverinsuredContent ul li.active{
    background-image: url("../images/pcbhtc.png");
    background-size: 100% 100%;
    position: inherit;
    /* bottom: 25px; */
  }
  .OverinsuredContent ul li img{
    width: 38px;
    height: auto;
    display: block;
    margin: 0 15px 0 0;
  }
  .OverinsuredContent ul li h4{
    font-size: 18px;
    color: #1C1D1F;
    margin: 20px 0 10px;
  }
  .OverinsuredContent ul li p{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #626266;
  }
  /* 等保服务流程 */
  .service{
    padding-bottom: 50px;
  }
  .serviceContent ul{
    position: relative;
    margin: 0;
    padding: 0;
    align-items: baseline;
  }
  .serviceContent ul li{
    margin: 10px 0;
    text-align: center;
    transition-duration: .25s, 1s;
    text-align: center;
    width: 35%;
  }
  .serviceContent ul li.serverborder{
    width: 20%;
    height: 1px;
background: #DEE1E8;
  }
  .serviceContent ul li img{
    width: 71px;
  }
  .serviceContent ul li h4{
    font-weight: bold;
    font-size: 16px;
    color: #323235;
    margin: 15px 5px;
  }
  .serviceContent ul li p{
    font-family: MicrosoftYaHei;
font-size: 13px;
color: #626266;
line-height: 24px;
  }
  .serverRstylewb,.serverLstylewb{
    display: none;
  }
/* 关于我们 */
.AboutUs{
    padding-bottom: 50px;
}
.AboutUsContent{
    align-items: flex-end;
}
.AboutUsLeftul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 400px;
    margin: 100px 0 80px;
    padding: 0;

}
.AboutUsLeftul li {
    width: 50%;
    position: relative;
}
.AboutUsLeftul li:nth-child(2),.AboutUsLeftul li img{
    width: 200px;
height: 162px;
display: block;
}
.AboutUsLeftul li:nth-child(2) span{
    display: none;
}
.AboutUsLeftul li div{
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 46px 30px 25px;
}
.AboutUsLeftul li div h4{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 15px 0;
}
.AboutUsLeftul li div p{
    font-family: MicrosoftYaHei;
font-size: 14px;
color: #FFFFFF;
line-height: 24px;
}
.AboutUsRight{
    flex:1
}
.AboutUsTitle{
    align-items: flex-end;
    /* width: 986px; */
height: 143px;
background: #F5F7FA;
font-family: MicrosoftYaHei, MicrosoftYaHei;
font-weight: bold;
font-size: 28px;
padding: 25px;
color: #1C1D1F;
}
.AboutUsTitle span:nth-child(2){
    font-family: Arial, Arial;
font-weight: normal;
font-size: 69px;
color: #bdc8dd38;
line-height: 24px;
}
.AboutUsRightC p{
    font-family: MicrosoftYaHei;
font-size: 14px;
color: #323235;
padding:45px;
width: calc( 100% - 170px);
}
.AboutUsRightC p span{
    margin-bottom: 20px;
    text-indent: 35px;
    display: block;
    line-height: 30px;
    text-align: left;
}
.AboutUsRightC>span{
    width:25%;
height: 289px;
background: #F5F7FA;
display: block;
margin-top: 45px;
}

/* 咨询 */
.guidance{
    padding-bottom: 50px;
    background-image: url("../images/pcbhzd.png");
    background-size: 100% 100%;
}
.guidance .contentTitle{
    color: #fff;
}
.guidance .guidanceBtn{
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    width: 172px;
    height: 44px;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 44px;
    text-decoration: none;
    margin: 0 auto;
}
/* 合作伙伴 */
.Partners{
    background-color: #FBFCFD;
    padding-bottom: 50px;
    position: relative;
}
.Partners .contentTitle{
 position: absolute;
left: 0;
top: -9px;
width: 100%;
text-align: center;
}
.PartnersContent img{
    width: 100%;
    padding-top: 25px;
}
.PartnersContent img.partnerspc{
    display: block;
}
.PartnersContent img.partnerswb{
    display: none;
}
/* 等保最新文章 */
.article{
    background-color: #F5F7FA;
    padding-bottom: 50px;
}
.articleContentul {
    align-items: flex-end;
    position: relative;
    bottom: 0;
    padding: 0;
}
.articleContent ul li{
    padding: 0;
    margin: 0;
    text-align: center;
    transition-duration: .25s, 1s;
    text-align: left;
    flex: 1;

  }
  .articleContent ul li>div:nth-child(2){
    display: none;
  }
  .articleContent ul li>div:nth-child(2)>div{
    transition-duration: .25s, 1s;
    flex: 1;
  }
  .articleContent ul li>div:nth-child(2)>div a{
    line-height: 50px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #323235;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .articleContent ul li>div:nth-child(2)>div a i{
    content: ".";
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    margin-right: 15px;
  }
  .articleContent ul li>div:nth-child(1) {
    width:100%;
    color: #fff;
background: linear-gradient(to right,#2D3645,#2d3645f0);
padding: 15px;
/* height: 175px; */
border-top: 25px solid #F5F7FA;
transition-duration: .25s, 1s;
  }
  .articleContent ul li>div:nth-child(1) h4{
    font-weight: bold;
font-size: 20px;
color: #FFFFFF;
line-height: 42px;
  }
  .articleContent ul li.active>div:nth-child(1){
    background-image: url("../images/xzsk.png");
    padding: 25px 15px;
    border-top: none;
    /* height: 150px; */
  }
  .articleContent ul li.active>div:nth-child(2){
    position: absolute;
    background: #fff;
    flex: 1;
    width: 1400px;
    left: 0;
    display: flex;
    padding: 30px;
    height: 300px;
  }
  div.zlpfooterContent{
    margin-top:300px;
  }
  #tool{
    display: none;
}
@media screen and (max-width: 992px) {
    #tool{
        display: block;
    }
main {
    margin:50px 0 0;
}
section.secure {
    margin-top: 15px;
    /* margin-bottom: 15px; */
}
.banner {
    background-image: url("../images/mbanner.png");
    height: calc( 100vh - 320px) !important;
    background-size:cover;
    background-repeat: no-repeat;
}
.bannerValue,
.SolutionWb,
.secureContent,
.PackageContent,
.protectContent,
.OverinsuredContent,
.service,
.AboutUsContent,
.articleContent {
    width: calc(100vw - 30px);
    margin: 0 auto;
    text-align: center;
}
.secure,
.Package,
.Overinsured,
.service,
.guidance,
.Partners {
    padding-bottom: 20px;
}
.bannerValue h1{
    font-size: 1rem;
    margin-top: 6.5rem;
}
.bannerValue p{
    width: 100%;
    font-size: 0.6rem;
    line-height: 26px;
    text-align: center;
    margin: 1rem 0;
}
.bannerValue a{
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    margin: 0 auto;
    font-size: 0.74rem;
    letter-spacing: 1px;
}
.Solution{
    margin-bottom:2rem;
}
.SolutionPc{
    display: none !important;
}
.SolutionWb{
    display: block;
}
.SolutionWb .Rvalue{
    text-align: left;
}
.Rvalue h4{
    font-size: 0.79rem;
    margin-bottom: 0.15rem;
}
.Licon{
    margin-right: 0.7rem;
}
.SolutionWb .Rvalue p{
    font-size: 0.63rem;
color: #626266;
}
.Licon span{
    left: 17%;
    top: 13%;
    font-size: 0.25rem;
    font-weight: normal;
}
.SolutionWb .swiper-pagination{
    top: var(--swiper-pagination-top,4rem) ;
}
.SolutionWb .swiper{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
  }
 .SolutionWb .swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,0.25rem)) ;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,0.25rem)) ;
  }
 .SolutionWb .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .SolutionWb .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,2px);
}
.SolutionWb .swiper-pagination-bullet-active{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,0.8rem)) ;
    border-radius: var(--swiper-pagination-bullet-border-radius,25%);
}
.swiper-slide img{
    width: 1.4rem;
}
.SolutionWbLeftz ul{
    margin: 0;
    padding: 0;
}
.SolutionWbLeftz ul li{
    position: relative;
}
.SolutionWbLeftz ul li img{
    width: 100%;
    margin: 0 0 1rem;
}
.SolutionWbLeftz ul li:last-child img{
    width:100%;
}
.SolutionWbLeftz ul li.active img.pc{
    display: none;
}
.SolutionWbLeftz ul li img.active{
    display: none;
}
.SolutionWbLeftz ul li.active img.active{
    display: block;
} 
.SolutionWbLeftz ul li span{
    position: absolute;
    color: #fff;
    display: block;
    top: 13%;
    font-size: 0.56rem;
    text-align: center;
    width: 100%;
}
.SolutionWbimgzul li img{
    display: none;
}
.SolutionWbimgzul li.active img{
    display: block;
}
.contentTitle{
    font-size: 0.9rem;
    padding: 2rem 0 1.58rem;
    margin: 0 auto;
}
.secureContentul{
    flex-wrap: wrap;
}
.secureContent ul li{
    text-align: left;
    padding: 0.5rem;
    background: transparent;
    border: none;
    margin-top: 0;
    flex:auto;
}
.secureContent ul li.active{
   background-color: #fff;
    position: inherit;
    bottom: 0;
}
.secureContent ul li>div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.secureContent ul li img{
    width: 1.2rem;
    margin: 0 10px 0 0;
}
.secureContent ul li h4{
    font-size: 0.79rem;
    margin: 0px 0 10px;
    font-weight: bold;
}
.secureContent ul li p{
    margin-bottom: 0.5rem;
    font-size:0.56rem;
    letter-spacing: 1px;
}
.Package{
    background-image: url(../images/mbgtc.png);
}
.PackageContent{
    flex-wrap: wrap;
    height: 24rem;
    overflow: hidden;
    transition-property: height;
    transition-duration:0.8s, 1000ms;
}
.PackageContentActive{
    height: 40rem !important;
}
.PackageLeft{
    margin-top: 8rem;
}
.PackageLeft ul{
    margin: 0 ;
    padding: 0;
}
.PackageLeft ul li{
    width: 100%;
    margin:0 0 0.5rem 0;
    padding:1rem 1rem 0 ;
}
.PackageLeft ul li>div h4,.PackageLeft ul li>div p span{
    text-align: left;
}
.PackageLeft ul li>div p span{
    line-height: 1.5rem;
    font-size: 0.56rem;
}
.PackageRight{
    width: 100%;
    height: 7.5rem;
    padding: 1rem 1rem;
    position: absolute;
    top: 0;
}
.PackageRight h4{
    font-size: 1rem;
}
.PackageRight p{
    margin: 5px auto 15px;
    color: #626266;
    font-size:0.56rem ;
    text-align: left;
}
.PackageRight a{
    width: 7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.55rem;
}
.PackageLeft ul li>div p{
    margin: 0.6rem 0;
}
.PackageGenduo{
    display: block;
}
.PackageGenduo.active img{
    transform: rotate(0deg);
}
.protect{
    padding-bottom: 40px;
}
.protectContent ul{
    flex-wrap: wrap;
}
.protectContent ul li{
    text-align: left;
    padding: 0 0;
    background: transparent;
    border: none;
    margin-top: 0;
    
    margin-bottom: 0;
}
.protectContent ul li>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    border-bottom: 1px solid #e1e3eb;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: 1px -2px 13px #e1e3eb;
}
.protectContent ul li:nth-child(3)>div{
    border: none;
}
.protectContent ul li img{
    margin: 0 0.8rem 0 0;
    width: 1.5rem;
    height: 1.5rem;
}
.protectContent ul li h4{
    font-size: 0.8rem;
}
.protectContent ul li p{
    background-image: url("../images/mtc.png");
    background-size: 100% 100%;
    padding: 0 .5rem;
    font-size: 0.6rem;
    line-height: 1.1rem;
    margin-bottom: 0;
    height: 0; 
    overflow: hidden;
    transition-property: height;
    transition-duration:0.8s, 1000ms;
}
.protectContentulopen{
    width:0.8rem;
    height: 0.5rem;
    background-image: url("../images/openbt.png");
    background-size: 100% 100%;
}
.protectContent ul li.active .protectContentulopen{
    background-image: url("../images/opentp.png");
}
.protectContent ul li.active{
    background-image: url("../images/pcbhtc.png");
    background-size: 100% 100%;
    position: inherit;
    bottom: 0;
}
.protectContent ul li.active>div{
    background: linear-gradient(to top,#ffff,#e1e3eb);
    box-shadow: 1px -2px 13px #e1e3eb;
}
.protectContent ul li.active p{
    height: 6rem;
    margin-top: 1rem;
}
.protectContentstartflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .Overinsured{
    padding-bottom: 20px;
} */
.OverinsuredContent ul{
    flex-wrap: wrap;
}
.OverinsuredContent ul li{
    flex: auto;
    padding: 1rem;
    height: auto;
    margin: 0 0 0.8rem;
    background-image: url("../images/mbgdb.png");
    background-size: cover;
    background-position: center;
}
.OverinsuredContent ul li img{
    width: 1.2rem;
}
.OverinsuredContent ul li>div{
    align-items: flex-start;
}
.OverinsuredContent ul li h4{
    font-size: .8rem;
    font-weight: bold;
    margin: 0 0 0.5rem;
}
.OverinsuredContent ul li p{
    margin: 0;
    font-size: 0.7rem;
}
.serviceContent ul{
    flex-wrap: wrap;
}
.serviceContent ul li.serverRstyle{
    /* width: 10%;
    transform: rotate(90deg);
    margin-left: 14rem;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem; */
    display: none;
}
.serviceContent ul li.serverRstylewb{
    display: block;
    width: 1px;
    height: 41px;
    position: relative;
    top: 9rem;
    left: -18%;
    margin: 0rem 0;
}
.serviceContent ul li.serverRstylewbli{
    margin-top: 3rem;
}
.serviceContent ul li.serverLstylewb{
    display: block;
    width: 1px;
    height: 41px;
    position: relative;
    top: 9rem;
    left: -84%;
    margin: 0rem 0;
}
.serviceContent ul li.serverRight{
    /* width: 10%;
    transform: rotate( 90deg);
    margin-left: 11rem;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    position: relative;
    left: -9rem; */
    display: none;
}
.service .contentTitle{
    padding: 2rem 0 0.5rem;
}
.serviceContent ul li{
    margin: 0;
}
.serviceContent ul li img{
    width: 3rem;
}
.serviceContent ul li h4{
    font-size: 0.78rem;
    margin: 0.5rem;
}
.serviceContent ul li p{
    font-size: 0.56rem;
    line-height: 20px;
}
.serve3{
    position: relative;
    left: 62%
}
.serve4{
    position: relative;
    right: 62%
}
.AboutUs{
    padding-bottom: 40px;
}
.AboutUsContent {
    display: flex;
    flex-direction: column-reverse;
}
.AboutUsTitle span:nth-child(2){
    display: none;
}
.AboutUsTitle{
    height: 50px;
    background: #F5F7FA;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    color: #1C1D1F;
    text-align: left;
display: flex !important;
align-items: center !important;
}
.AboutUsTitle span:nth-child(1){
    display: inline-block;
    background-color: white;
    width: 60%;
    font-size: 0.89rem;
    margin-left: 29%;
    padding-left: 20px;
}
.AboutUsRightC>span{
    display: none;
}
.AboutUsRightC p{
    width: 100%;
    padding: 0.5rem 0;
}
.AboutUsRightC p span{
    font-size: 0.66rem;
    margin-bottom: 0.56rem;
}
.AboutUsLeftul{
    margin: 0;
    width: auto;
    align-items: flex-end;
    justify-content: flex-start;
}
.AboutUsLeftul li:nth-child(2){
    text-align: right;
    height: 7rem;
    width: 50%;
}
.AboutUsLeftul li:nth-child(2) span{
    font-size: 1.4rem;
    color: #bdc8dd38;
    text-align: left;
    text-indent: 1rem;
    background-color: #F5F7FA;
    width: 95%;
    height: 6rem;
    display: inline-block;
    line-height: 130px;
    font-weight: bold;
    margin-right: -6px;
}
.AboutUsLeftul li div{
    padding: 1rem;
}
 .AboutUsLeftul li img{
    width:100%;
    height: 7rem;
}
.AboutUsLeftul li div h4{
    font-size: 1rem;
    text-align: left;
    margin: 0.5rem 0;
}
.AboutUsLeftul li div p{
    font-size: 0.56rem;
    text-align: left;
}
.guidance {
    background-image: url(../images/mbgzd.png);
}
.guidance .contentTitle{
    font-weight: normal;
    padding: 1.2rem 0 1rem;
}
.guidance .guidanceBtn{
    width: 6rem;
    height: 1.5rem;
    font-size: 0.76rem;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
}
.Partners{
    background-color: #fff;
}
.PartnersContent img.partnerspc{
    display: none;
}
.PartnersContent img.partnerswb{
    display: block;
}
.Partners .contentTitle{
    position: relative;
    left: 0;
    top: 0;
    padding: 2.5rem 0 0rem;
}
.article{
    /* background-color: #000; */
}
.articleContentul{
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background-color: #fff;
    width: 100%;
}
.articleContent ul li {
    flex:auto;
    width: 100%;
}
.articleContent ul li>div:nth-child(1){
    border:none;
    display: flex;
    padding: 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
        background: linear-gradient(to bottom, #2D3645, #2d3645f0);
}
.articleContent ul li.active>div:nth-child(1){
     border:none;
     display: flex;
     padding: 1rem;
}
.articleContent ul li>div:nth-child(1) h4{
    font-size: 0.86rem;
    line-height: 1rem;
    margin: 0;
}
.articleContent ul li>div:nth-child(1) p{
        font-size: 0.5rem;
        letter-spacing: 1px;
        margin: 0 1rem 0 1rem;
}
div.articleContent ul li>div:nth-child(2),
div.articleContent ul li.active>div:nth-child(2) {
    position: inherit !important;
    flex: auto !important;
    left: 0 !important;
    flex-wrap: wrap !important;
    display: flex !important;
    padding: 0;
    width: auto;
    margin-bottom: 0;
}
div.articleContent ul li>div:nth-child(2){
    height: 0 !important;
    overflow: hidden;
    transition-property: height;
    transition-duration:0.8s,1000ms;
}

div.articleContent ul li>div:nth-child(2) a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.66rem !important;
    width: calc(100vw - 2rem);
    margin: 0.5rem auto 0;
    line-height: 1.5rem;
    position: relative;
    display: block;
    color: #1C1D1F;
    text-decoration: none;
}
.articleContent ul li>div:nth-child(2)>div a i{
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0;
    position: relative;
    left: 0;
    bottom: -0.85rem;
    background-color: #9d9595;
}
div.articleContent ul li>div:nth-child(2) a span{
    padding-left:0.5rem;
}
.articleContentstartflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .articleContentulopen {
    width: 0.8rem;
    height: 0.5rem;
    background-image: url("../images/icon_sanjiao.png");
    background-size: 100% 100%;
    transform: rotate(180deg);
}
div.articleContent ul li.active>div:nth-child(2) {
    height: auto !important;
    padding-bottom: 1rem;
}
div.articleContent ul li.active .articleContentulopen{
     transform: rotate(0deg);
}
.articleContent ul li>div:nth-child(2)>div {
    flex: auto;
}
/*
.articleContent ul li.active .articleContentulopen {
    background-image: url("../images/opentp.png");
}

.articleContent ul li.active {
    background-image: url("../images/pcbhtc.png");
    background-size: 100% 100%;
    position: inherit;
    bottom: 0;
}

.articleContent ul li.active>div {
    background: linear-gradient(to top, #ffff, #e1e3eb);
    box-shadow: 1px -2px 13px #e1e3eb;
}

.articleContent ul li.active p {
    height: 6rem;
    margin-top: 1rem;
} */
header .navbar-light .navbar-toggler{
    padding: 0 !important;
}
}
@media only screen and (max-width: 992px) and (min-width: 768px){
    .Rvalue h4{
        margin-bottom: 1.15rem;
    }
    .wbtop{
        padding: 1.5rem 1rem 0;
    }
    .Licon span{
        font-size: 0.5rem;
        left: 23%;
    top: 17%;
    }
    .secureContent ul li p{
        font-size: 0.68rem;
        margin-top: 0.5rem;
    }

    .Solution{
        margin-bottom: 2rem;
    }
    .SolutionWbLeftz ul li{
        width: 100%;
    }
    .SolutionWbLeftz ul li img{
        width: 100%;
    }
    .SolutionWbLeftz ul li:last-child img{
        width: 95%;
    }
    .SolutionWbLeftz ul li span{
        position: absolute;
        color: #fff;
        display: block;
        top: 18%;
        font-size: 0.56rem;
        text-align: center;
        width: 100%;
    }
    .PackageContentActive{
        height: 40rem  !important;
    }
    .PackageContent{
        height: 23.5rem;
        transition-property: height;
        transition-duration: 2s, 1000ms;
    }
    .protectContent ul li>div{
        padding: .5rem;
    }
    .serviceContent ul li.serverRstyle{
        margin-left: 18rem;
    }
    .serviceContent ul li.serverRight {
        width: 10%;
        transform: rotate( 
    90deg
    );
        margin-left: 13rem;
        margin-bottom: 1.5rem;
        margin-top: 0.5rem;
        position: relative;
        left: -10rem;
    }
    .serviceContent ul li.serverRstylewb{
        width: 1px;
        height: 41px;
        position: relative;
        top: 6.5rem;
        left: -18%;
        margin: 0rem 0;
    }
    .serviceContent ul li.serverRstylewbli{
        margin-top: 2rem;
    }
    .serviceContent ul li.serverLstylewb{
        width: 1px;
        height: 41px;
        position: relative;
        top: 6.5rem;
        left: -84%;
        margin: 0rem 0;
    }
    .AboutUsLeftul li:nth-child(2) span{
        margin-right: -6px;
    }
    .articleContent ul li>div:nth-child(2)>div a i{
        bottom: -0.8rem;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 992px){
    .contentTitle{
        padding: 57px 0 37px;
    }
    .SolutionR ul li{
        margin-bottom: 5px;
    }
    .Solutiontp>div span{
        left: 38%;
        line-height: 34px;
    }
    .Solutiontp>div:nth-child(1) img {
        width: 105px !important;
    }

    .Solutiontp>div:nth-child(2) img {
           width: 346px !important;
    }

    .Solutiontp>div:nth-child(3) img {
        width: 126px !important;
    }

    .Solutiontp>div:nth-child(4) img {
        width: 123px !important;
    }
    .liuchenimg {
        margin: 45px auto 25px;
        width: 700px;
    }
    .Rvalue h4{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .Rvalue p{
        font-size: 12px;
    }
    .liuchenimg img {
        width:700px;
    }
    .SolutionR{
        height: auto;
            padding:19px  10px;
            margin-left: 15px;
    }
    .Licon{
        margin-right: 5%;
    }
    .PackageRight{
        padding: 45px 25px;
        height: 360px;
    }
    .PackageRight h4{
        font-size: 24px;
    }
    .PackageLeft ul li{
        padding: 13px 10px;
    }
    .PackageLeft ul li>p{
        margin-right: 10px;
    }
    .PackageLeft ul li>div p span{
        font-size: 12px;
    }
    .OverinsuredContent ul li{
        padding: 10px 25px;
    }
    .AboutUsTitle span:nth-child(2){
        font-size:60px;
    }
    .AboutUsRightC>span{
        display: none;
        /* width: 10%; */
    }
    .AboutUsRightC p{
        width:100%;
    }
    .articleContent ul li.active>div:nth-child(2) {
        width: calc(100vw - 15%);
        left: 2% !important;
        padding: 2%;
    }
}
/*底部固定工具条*/
#tool {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.toollist {
	position: fixed;
	z-index: 900;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 48px;
}
.toollist li {
	float: left;
	width: auto;
	height: 100%;
	width: 25%;
	position: static!important;
	margin: 0;
	border-radius: 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none!important;
	background: none;
	overflow: hidden;
}
.toollist li a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	position: relative;
}
.toollist li a img {
	width: 24px;
	height: 24px;
}
.toollist li a p {
	margin: 1px 0 1px 0;
	font-size: 14px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}
/*绿色主题*/
.toollist {
	background: #3b9ef3;
}
.toollist li {
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li a {
	color: #fff;
}
.toollist li:hover {
	background: #09F;
	overflow: visible;
}
.zcd3 {
	margin-top: -300px !important;
	width: 100%;
}
#zcd ul, #zcd ul li {
	width: 100%;
	height: 50px;
	overflow: visible;
	background: #09C;
}
ul.toollist{
    padding: 0;
}
