.navMobile{
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.mobileLogo{
    width: 10rem;
    margin-top: 10px;
}
.navMobileBox{
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
}

.navMobileList{
    position: absolute;
    right: -100%;
    width: 100%;
    top: 60px;
    height: 850px;
    font-size: 14px;
    line-height: 50px;
    background: #F1F1F1;
    overflow-y: scroll;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
    background: url('../static/navBg.png') no-repeat center center;
    background-size: cover;
}
.navMobileList div{
    height: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 2.3;
    padding: 20px 0;
}
.navMobileListSmall div{
    height: 1200px;
}
.navMobileList div dt a{
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff!important;
}
.navMobileList div dd{
    display: flex;
    flex-wrap: wrap;
}
.navMobileList div dd a{
   padding-left: 15px;
   color: #b0afaf;
}
.navListOpen{
    right: 0;
}
.navMobileMenu{
    display: block;
    position: relative;
    width: 24px;
    height: 22px;
    cursor: pointer;
}
.navMobileMenu i{
    background: #333;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navMobileMenu i:nth-child(1){
    top: 0;
}
.navMobileMenu i:nth-child(2){
    width: 18px;
    top: 50%;
}
.navMobileMenu i:nth-child(3){
    bottom: 0;
}
.navMobileOpen i:nth-child(1){
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navMobileOpen i:nth-child(2){
    opacity: 0;
}
.navMobileOpen i:nth-child(3){
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bannerPicMobile{
    margin-top: 60px;
    height: 30vh;
} 
.bannerPicMobile .productDescribe1,.bannerPicMobile .productDescribe2,.bannerPicMobile .productDescribe3{
    width: 100%;
    top: 45%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
}
.bannerPicMobile .productTitle1{
    width: 80%;
    font-size: 1.5rem;
    margin: 0 auto;
    font-weight: 700;
    text-shadow: none;
    margin-bottom: 20px;
}
.bannerPicMobile .productTitle2{
   font-size: 1rem;
   font-weight: 500;
   text-align: center;
   width: 70%;
   margin: 0 auto;
}

.aboutUsMobile{
    height: 400px!important;
}
.aboutUsMobile .aboutUsNumber{
    width: 65%;
}
.aboutUsMobile .aboutUsTitle h1:nth-child(1){
    width: 100%;
    font-size: 1.5rem;
    color: #bde9f6;
    font-family: "Impact";
    position: absolute;
    top: 10%;
    left: 0;
    transform: translate(0,0);
    z-index: 3;
    text-align: center;
}
.aboutUsMobile .aboutUsTitle h1:nth-child(2){
    font-size: 1.4rem;
    font-weight: 700;
    color: #474747;
    font-family: "Impact";
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
    width: 100%;
    text-align: center;
}
.aboutUsMobile .aboutUsTitle div:nth-child(3){
    width: 80%;
    font-size: 0.8rem;
    color: #292222;
    font-family: "Impact";
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
}
.aboutUsMobile .aboutUsMore .check{
    font-size: 0.8rem;
}
.aboutUsMobile .numberBoxTitle{
    font-size: 1.2rem!important;
    left: 12%!important;
    top: 30%;
    transform: translate(0,0)!important;
    width: 85%!important;
}

.aboutUsMobile .numberBox:nth-child(3) .numberBoxInner,.aboutUsMobile .numberBox:nth-child(4) .numberBoxInner{
    top: 26%;
    left: 46%;
}

.aboutUsMobile .numberBox:nth-child(4) .numberBoxInner{
    left: 50%;
}

.aboutUsMobile .numberBoxTitle span:nth-child(2){
    font-size: 0.8rem;
}
.aboutUsMobile .numberBoxInner{
    font-size: 0.8rem!important;
    top: 50%;
    width: 80%;
}
.advantageMobile{
    height: 400px!important;
}
.advantageMobile .advantageTitle{
    height: 400px!important;
    display: block;
    width: 100%;
}
.advantageMobile .advantageTitle h1:nth-child(1){
    font-size: 1.5rem;
  
}
.advantageMobile .advantageTitle h1:nth-child(2){
    font-size: 1.4rem;
}
.advantageMobile .advantageList{
    display: block;
}
.advantageMobile .advantageBoxInner{
    height: 240px;
    top: 32%;
    width: 90%;
    padding: 20px 10px;
}
.advantageMobile .advantageBox {
    width: 100%;
}
.advantageMobile .advantageBox div{
    width: 60px;
    height: 60px;
}
.advantageMobile .advantageBox div img{
    margin: 3px auto;
}
.advantageMobile .advantageBox h4{
    font-size: 1rem;
}
.advantageMobile .advantageBox p{
    font-size: 0.8rem;
    margin-left: 5px;
}
.centerBannerMobile{
    height: 55vw!important;
    background-position:62% 90%
}
.productIntroduceMobile .productIntroduceTitle{
    height: 150px;
}

.productIntroduceMobile .productIntroduceTitle h1:nth-child(1){
    font-size: 1.5rem;
}
.productIntroduceMobile .productIntroduceTitle h1:nth-child(2){
   font-size: 1.4rem;
}

#certify2 .certifyInner1 div h1,#certify2 .certifyInner2 div h1,#certify2 .certifyInner3 div h1,#certify2 .certifyInner4 div h1,#certify2 .certifyInner5 div h1{
    font-size: 1rem;
    margin-bottom: 10px;
}
#certify2 .certifyInner1 div p,#certify2 .certifyInner2 div p,#certify2 .certifyInner3 div p,#certify2 .certifyInner4 div p,#certify2 .certifyInner5 div p{
    font-size: 0.6rem;
}
#certify2 .certifyInner1 img,#certify2 .certifyInner2 img,#certify2 .certifyInner4 img{
    right: 0;
}
#certify2 .certifyInner3 img,#certify2 .certifyInner5 img{
    left: 0;
}

.successCaseMobile{
    height: 400px!important;
}
.successCaseMobile .successCaseTitle h1:nth-child(1){
    font-size: 1.5rem;
}
.successCaseMobile .successCaseTitle h1:nth-child(2){
   font-size: 1.4rem;
}
.successCaseMobile .successCaseMore .check{
    font-size: 0.8rem;
}
.successCaseMobile .successCaseList{
    flex-direction: column;
}
.successCaseMobile .successCaseList .successCaseMain{
    width: 90%;
    margin-left: 10px;
    height: 45%;
}
.successCaseMobile .successCaseMain .case1 div,.successCaseMobile .successCaseMain .case2 div,.successCaseMobile .successCaseMain .case3 div,.successCaseMobile .successCaseMain .case4 div,.successCaseMobile .successCaseMain .case5 div{
    height: 56px;
    padding: 5px 10px;
}
.successCaseMobile .successCaseMain div p:nth-child(1){
   font-size: 0.8rem;
   margin-bottom: 0;
}
.successCaseMobile .successCaseMain div p:nth-child(2){
   font-size: 0.4rem;
}

.successCaseMobile .successCaseList .successCaseChoose{
    position: absolute;
    left:0;
    bottom:25px;
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}
.successCaseMobile .successCaseList .successCaseChoose .chooseItem{
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 46%;
    padding-left: 10px;
}
.successCaseMobile .successCaseList .successCaseChoose .chooseItem p{
    font-size: 0.5rem
}
.successCaseMobile .successCaseList .successCaseChoose .chooseItem img{
    display: block;
    right: 2px;
}

.newsMobile{
    height: 450px!important;
    padding: 20px!important;
}
.newsMobile .newsTitle{
    height: 110px;
}
.newsMobile .newsTitle h1:nth-child(1){
    font-size: 1.5rem;
}
.newsMobile .newsTitle h1:nth-child(2){
   font-size: 1.4rem;
}

.newsMobile .newsTitle .successCaseMore{
    transform: translate(-50%, -40px);
}
.newsMobile .newsTitle .successCaseMore .check{
    padding-top: 37px;
    font-size: 0.8rem;
}
.newsMobile .newsList{
    flex-wrap: wrap;
}
.newsMobile .news1,.newsMobile .news2{
   height: 150px;
   width: 49%;
}
.newsMobile .news1 img,.newsMobile .news2 img{
   height: 90px;
}

.newsMobile .newsInner div{
    height: 20px;
}
.newsMobile .newsInner div h1:nth-child(1){
    font-size: 0.4rem;
}
.newsMobile .newsInner div p:nth-child(2){
    display: none;
}
.newsMobile .newsInner .newsDetail{
    font-size: 0.3rem;
}
.newsMobile .news3{
    margin-top: 5px;
    flex-direction: row;
    height:150px;
    width:100%
}
.newsMobile .news3 .news3Inner{
    height: 100%;
    width: 49%;
    display: block;
}
.newsMobile .news3 .news3Inner img{
    width: 100%;
    height: 90px;
}
.newsMobile .news3 .news3Inner div{
    width: 100%;
}
.newsMobile .news3 .news3Inner div h5{
    margin-top: 5px;
    font-size: 0.4rem;
    margin-bottom: 11px;
}
.newsMobile .news3 .news3Inner div p{
    font-size: 0.3rem;
}
.friendShipLinkMobile{
    padding: 20px 15px 5px 15px!important;
}
.friendShipLinkMobile .fastLink{
    height: 270px;
}
.friendShipLinkMobile .fastLink .fastLinkLogo{
    width: 100%!important;
}
.friendShipLinkMobile .fastLink .fastLinkLogo:before{
   display: none;
}

.friendShipLinkMobile .fastLink .fastLinkLogo img{
    width: 50%;
} 
.friendShipLinkMobile .fastLink .fastLinkLogo p{
    font-size: 0.8rem!important;
}  
.friendShipLinkMobile .fastLink .fastLinkLogo p img{
    width: 20px;
}   
.friendShipLinkMobile .fastLink .fastLinkList{
    display: none;
}

.friendShipLinkMobile .registration{
    height: 65px;
    line-height: 18px;
    font-size: 0.7rem;
}
.friendShipLinkMobile .registration p{
    margin-top: 10px;
}
