@media (max-width:750px) {
    .smBox {
        display: block !important;
    }

    .baseContentBox {
        width: 100%;
        max-width: 100%;
    }

    .allBoxWidth {
        width: 100%;
        max-width: 750px;
        min-width: unset;
    }

    .topWelcomeBox {
        display: none;
    }

    .topContactInfo {
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
        width: 100%;
        position: fixed;
        background-color: #fff;
        z-index: 9999;
    }

    .topContactInfo .topInfoBox {
        height: 60px;
    }

    .topContactInfo .topInfoBox img {
        height: 60px;
        width: auto;
    }

    .topContactInfo .topInfoBox .topInfo {
        display: none;
    }

    .topContactInfo .topInfoBox .iconSmBox {
        width: 48px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .topContactInfo .topInfoBox .iconSmBox i {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }

    .headerNavigation {
        display: none;
    }

    .smNavList {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 60px;
    }

    .smNavList a {
        width: 25%;
        box-sizing: border-box;
        border-right: 1px solid #3071a9;
        border-bottom: 1px solid #3071a9;
        height: 40px;
        line-height: 40px;
        background-color: #005197;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }


    .navs-sm {
        display: block;
        width: 100%;
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: #fff;
        min-height: 500px;
        height: 100%;
        z-index: 9998;
    }

    .navs-sm .nav-list-sm {
        padding: 0 60px;
        padding-top: 20px;
    }

    .navs-sm .nav-list-sm a {
        display: block;
        text-align: center;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #f0efef;
    }

    .homeBanner {
        height: 230px;
    }

    .homeBanner .homeBannerImg {
        height: 230px;
    }

    .homeBanner .homeBannerImg .bigImg {
        display: none;
    }

    .homeBanner .homeBannerImg img {
        width: auto;
        height: 230px;
    }

    .homeBanner .imgChangeBox {
        bottom: 24px;
    }

    .ctaFormBox {
        margin-top: 12px;
    }

    .ctaFormBox .ctaForm {
        display: block;
    }

    .ctaFormBox .formBox .ctaInputBox input {
        width: 72%;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .ctaFormBox .formBox .ctaInputBox input.btn {
        width: 26%;
        font-size: 12px;
        line-height: 1;
        padding: 0;
    }

    .ctaFormBox .ctaForm {
        height: 120px;
        padding: 12px;
        box-sizing: border-box;
        background-position: right 0 top;
    }

    .ctaFormBox .ctaCont {
        width: 100%;
    }

    .ctaFormBox .ctaCont p {
        font-size: 12px;
        font-weight: 300;
        margin: 5px 0;
    }

    .ctaFormBox .formBox p {
        font-size: 12px;
        margin-top: 5px;
    }

    .allPlateTit {
        margin-top: 12px;
    }

    .allPlateTit .tit {
        height: 60px;
        line-height: 60px;
    }

    .allPlateTit .tit h3 {
        font-size: 18px;
    }

    .allPlateTit .iconPlate {
        width: 40px;
        height: 40px;
        bottom: -20px;
        line-height: 60px;

    }

    .allPlateTit .iconPlate span {
        top: 10px;
        height: 2px;
        width: 80px;
        left: -20px;
    }

    .allPlateTit .iconPlate i {
        font-size: 14px;
    }

    .productListBox {
        width: 100%;
        max-width: 100%;
    }

    .productListBox .productList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 16px;
    }

    .productItem .productForm {
        display: none;
    }

    .productItem .productTag {
        display: none;
    }

    .productItem .productTit h3 {
        display: none;
    }

    .productItem .productTit img {
        width: 160px;
    }

    .productListBox .smProductBtn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
    }

    .productListBox .smProductBtn span:first-child {
        width: calc(60% - 2px);
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 12px;
        background-color: #3BA86F;
        border-radius: 4px 0 0 4px;
        text-align: center;
    }

    .productListBox .smProductBtn span:last-child {
        width: 40%;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 12px;
        background-color: #146DB9;
        border-radius: 0 4px 4px 0;
        text-align: center;
    }

    .productListBox {
        margin-top: 36px;
    }

    .productBtmFormBox {
        width: 100%;
        margin: 12px 0;
        box-sizing: border-box;
        background: #e6e6e6;
        padding: 12px;
    }

    .productBtmFormBox .productTag {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .productBtmFormBox .productTag p {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .productBtmFormBox .productTag span {
        line-height: 1;
        font-size: 14px;
        padding: 3px 6px;
        margin-right: 10px;
        margin-bottom: 10px;
        background: #fff;
        color: #999;
    }

    .productBtmFormBox .productTag span.chooseTag {
        background-color: #3BA86F;
        color: #fff;
    }

    .productBtmFormBox .productForm .productInputBox input {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .productBtmFormBox .productForm .productInputBox input.btn {
        max-width: 100px;
    }



    .ctaOnlineService .ctaOnlineCont .ctaCont h3 {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }

    .ctaOnlineService .ctaOnlineCont .ctaCont p,
    .ctaOnlineService .ctaOnlineCont .ctaBtn h3,
    .ctaOnlineService .ctaOnlineCont .ctaBtn p {
        display: none;
    }

    .ctaOnlineService {
        height: 80px;
        background-size: auto 300%;
    }

    .ctaOnlineService .ctaOnlineCont {
        height: 80px;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .ctaOnlineService .ctaOnlineCont .ctaBtn div {
        display: none;
    }

    .ctaOnlineService .ctaOnlineCont .ctaBtn a {
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        background: linear-gradient(180deg, #76b494 0%, #3ba86f 49%, #137542 100%);
        border-radius: 4px;
        text-align: center;
        color: #fff;
    }

    .ctaOnlineService .ctaOnlineCont .ctaBtn {
        width: 100px;
    }


    .caseListBox {
        margin-top: 36px;
    }

    .caseListBox .caseList {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 6px;
        grid-row-gap: 8px;
    }

    .caseListBox .caseList .caseItem h3 {
        font-size: 14px;
        padding: 6px;
    }

    .caseListBox .caseBtmBtn .caseBtmBtnL a {
        font-size: 14px;
    }

    .caseListBox .caseBtmBtn .caseBtmBtnL {
        width: calc(50% - 6px);
        height: 36px;
        line-height: 36px;
    }

    .caseListBox .caseBtmBtn .caseBtmBtnR {
        display: none;
        font-size: 14px;
        width: calc(50% - 6px);
        height: 36px;
        line-height: 36px;
    }

    .smP12 {
        padding: 0 12px;
        box-sizing: border-box;
    }


    .peopleBox .peopleContBox {
        background-size: 140% auto;
        box-sizing: border-box;
        background-position: center;
        margin: 0 12px;
        height: 280px;
    }

    .peopleBox .peopleContBox .peopleCont p {
        font-size: 10px;
        max-width: 100px;
        color: #3BA86F;
    }

    .peopleBox .peopleContBox .peopleCont {
        padding-bottom: 36px;
    }

    .peopleBox {
        margin-top: 12px;
    }

    .peopleBox .peopleContBox .peopleCont:first-child {
        padding-bottom: 0;
        padding-top: 24px;
    }

    .peopleBox .peopleContBox .peopleCont:last-child {
        padding: 0;
        padding-bottom: 12px;
    }

    .reasonBox {
        margin-top: 36px;
    }

    .reasonBox .reasonList {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }

    .reasonBox .reasonList img {
        width: 60px;
    }

    .reasonBox .reasonList .reasonItem {
        padding: 6px;
        height: 200px;
        box-sizing: border-box;
        background-color: #f5f5f5;
    }

    .reasonBox .reasonList .reasonItem p {
        font-size: 14px;
    }


    .annoyanceBox .annoyanceCont {
        padding: 0 12px;
        height: 60px;
        margin-left: 12px;
        margin-right: 12px;
        box-sizing: border-box;
    }

    .annoyanceBox .annoyanceCont img {
        width: 60px;
        margin: 0;
    }

    .annoyanceBox .annoyanceCont p {
        font-size: 12px;
        width: 160px;
    }

    .annoyanceBox .annoyanceCont div {
        width: 80px;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }

    .technologyPatentBox .technologyPatentList {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 6px;
        grid-row-gap: 8px;
    }

    .technologyPatentBox .technologyPatentItem .imgBox img {
        display: none;
    }

    .technologyPatentBox .technologyPatentItem .imgBox h3 {
        position: unset;
        font-size: 16px;
        background-color: unset;
        color: #3BA86F;
        line-height: 1.5;
        padding-top: 12px;
    }

    .technologyPatentBox .technologyPatentItem p {
        padding: 0 12px;
        margin-top: 12px;
        font-size: 12px;
        line-height: 1.5;
        -webkit-line-clamp: 6;
    }

    .technologyPatentForm {
        padding: 0;
        height: 80px;
        background-position: right center;
        align-items: center;
    }

    .technologyPatentForm .productImg {
        display: none;
    }

    .technologyPatentForm .inputBox {
        display: flex;
        width: 100%;
    }

    .technologyPatentForm .inputBox input {
        width: 260px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .technologyPatentForm .inputBox input.btn {
        width: calc(100% - 200px);
        font-size: 14px;
        padding: 0;

    }

    .technologyPatentForm .formBox {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .technologyPatentForm .formBox p {
        font-size: 14px;
    }

    .certificateBox {
        margin-top: 36px;
    }

    .certificateBox .certificateListBox {
        height: 120px;
    }

    .certificateBox .certificateList img {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }

    .companyStrengthBox {
        margin-top: 36px;
    }

    .companyStrengthBox p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .companyStrengthBox .companyStrengthList {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 6px;
        grid-row-gap: 12px;
    }

    .companyStrengthBox .companyStrengthList img {
        height: 70px;
    }

    .companyStrengthBox .companyStrengthList .companyStrengthItem h3 {
        position: unset;
        font-size: 14px;
        line-height: 1.2;
        background-color: unset;
        color: #333;
        margin-top: 6px;
    }

    .companyStrengthBox .caseBtmBtn .caseBtmBtnL a {
        font-size: 14px;
    }

    .companyStrengthBox .caseBtmBtn .caseBtmBtnL {
        width: calc(50% - 6px);
        height: 36px;
        line-height: 36px;
    }

    .companyStrengthBox .caseBtmBtn .caseBtmBtnR {
        display: none;
        font-size: 14px;
        width: calc(50% - 6px);
        height: 36px;
        line-height: 36px;
    }

    .areaFormBox {
        margin-top: 36px;
    }

    .areaFormBox p.tit {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .areaFormBox .areaFormCont {
        display: block;
    }

    .areaFormBox .areaFormCont .inputName {
        display: none;
    }


    .areaFormBox .areaFormCont .inputItemBox .inputItem {
        display: flex;
        flex-wrap: wrap;
        height: unset;
        padding-bottom: 12px;
    }

    .areaFormBox .areaFormCont .inputItemBox span {
        font-size: 12px;
        padding: 6px;
        margin-right: 6px;
        margin-top: 12px;
    }

    .areaFormBox .areaFormCont .inputItemBox .inputItem p {
        padding: 6px;
        background-color: #3071a9;
        color: #fff;
        margin-right: 8px;
        margin-top: 12px;
    }

    .areaFormBox .areaSelectBox .seleName {
        display: none;
    }

    .areaFormBox .areaSelectBox {
        margin: 0;
    }

    .areaFormBox .areaList .selectBox {
        margin: 0;

    }

    .areaFormBox .areaList input {
        width: 200px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin: 0;
    }

    .areaFormBox .areaList input.btn {
        font-size: 12px;
        flex: 1;
        width: unset;
        height: 36px;
        line-height: 36px;
    }

    .areaFormBox .areaList .inputPhoneBox {
        box-sizing: border-box;
        padding: 12px;
    }

    .areaList .areaListTit {
        background: rgb(230, 230, 230);
    }

    .areaSelectBox .areaList div.areaListTit {
        margin: 0;
        padding: 0 12px;
        border-top: 1px dotted #FFFFFF;
    }

    .areaSelectBox .areaList div.areaListTit p {
        display: inline-block;
        padding: 6px;
        background-color: #3071a9;
        color: #fff;
        margin-right: 8px;
        margin-top: 12px;
    }

    .areaSelectBox .areaList div {
        padding: 12px;
    }

    .areaFormBox .areaList select {
        height: 36px;
    }

    .casesListBox{
        margin-top: 36px;
    }

    .casesListBox .casesList {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 6px;
        grid-row-gap: 8px;
    }

    .casesListBox .casesList .casesItem{
        height: unset;
    }

    .casesListBox .casesList h3{
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .casesCta img{
        display: none;
    }
    .casesCta .casesCtaBtn{
        position: unset;
        width: 60px;
        height: 60px;
    }
    .casesCta .casesCtaBtn p{
        font-size: 16px;
    }

    .serviceListBox .serviceList{
        display: block;
    }
    .serviceListBox .serviceList .serviceItem{
        width: 100%;
        height: unset;
        margin-top: 12px;
    }

    .serviceListBox .serviceList .serviceItem img{
        width: 60px;
        min-width: 60px;
    }
    .serviceListBox .serviceList .serviceItem h3{
        font-size: 16px;
    }

    .serviceListBox .serviceList .serviceItem p{
        font-size: 12px;
    }
    .serviceListBox .serviceList .serviceText{
        width: unset;
        margin-left: 12px;
    }

    .telFormBox .telFormInfo .telInfo{
        display: none;
    }
    .telFormBox .telFormInfo .telForm .inputBoxFlex{
        display: none;
    }


    .telFormBox .telFormTitBox{
        display: block;
        text-align: center;
        height: unset;
    }
    .telFormBox .telFormTitBox h3{
        font-size: 18px;
    }
    .telFormBox .telFormTitBox span{
        height: 2px;
        width: 40px;
        margin-bottom: 12px;
    }
    .telFormBox .telFormTitBox p{
        font-size: 12px;
    }
    .telFormBox .telFormTitBox p.titNotes{
        font-size: 12px;
    }

    .telFormBox .telFormInfo{
        padding: 12px;
    }
    .telFormBox .telFormInfo .telForm{
        width: 100%;
    }
    .telFormBox .telForm .inputSelectParam .selectItem{
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .telFormBox .telForm .selectItem span{
        margin-top: 12px;
        font-size: 12px;
        margin-right: 6px;
    }
    .telFormBox .telForm .formCont{
        margin-bottom: 12px;
    }
    .telFormBox .telForm .formCont textarea{
        height: 120px;
    }
    .telFormBox .telForm .btn{
        width: 100%;
        margin-top: 0;
    }

    .telFormBox .smPhoneBox{
        display: flex;
        margin-top: 12px;
    }
    .telFormBox .smPhoneBox input{
        flex: 1;
    }
    .allBottomBox{
        display: none;
    }
    .allBottomNum .textBox{
        display: block;
        text-align: center;
    }
    .allBottomNum{
        margin-bottom: 60px;
        padding-top: 24px;
        background-color: unset;
    }
    .allBottomNum .textBox p{
        color: #333;
    }
    .allBottomNum .textBox a{
        color: #333;
    }


    .pageBtmBtn{
        position: fixed;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        z-index: 99999;
        padding: 12px 0;
    }
    .pageBtmBtn .btnBox{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pageBtmBtn .btmBtn{
        display: block;
        width: 160px;
        background-color: #005197;
        font-size:16px ;
        padding: 12px;
        box-sizing: border-box;
        margin: 0 2px;
        text-align: center;
        color: #fff;
    }
    .pageBtmBtn a{
        border-radius: 30px 0 0 30px;
    }
    .pageBtmBtn div{
        border-radius: 0 30px 30px 0;
    }

    .popUpBox .popForm{
        display: none;
    }
    .popUpBox .smPopUpBox{
        position: relative;
        width: 300px;
        margin: auto;
        background-color: #fff;
        border-radius: 6px;
        overflow: hidden;
    }
    .popUpBox .smPopUpBox .closePop{
        right: 6px;
        top: 6px;
    }
    .popUpBox .smPopUpBox p{
        font-size: 14px;
        margin:12px;
    }
    .popUpBox .smPopUpBox input{
        width: calc(100% - 24px);
        margin:6px 12px;
        height: 36px;
        font-size: 14px;
        border: 1px solid #3BA86F;
    }
    .popUpBox .smPopUpBox input.btn{
        background-color: #3BA86F;
        color: #fff;
        margin-bottom: 24px;
    }

    .pageBannerBox{
        display: none;
    }


    .navBreadcrumbs .navBreadList{
        display: none;
    }
    .listPageBox{
        margin-top: 0;
    }
    .listPageBox .pageTit .titBorder{
        display: none;
    }
    .listPageBox .pageTit h3{
        font-size: 18px;
        flex: 1;
        text-align: center;
        padding-left: 38px;
    }
    .listPageBox .pageTit{
        margin: 12px 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .listPageBox .pageTit i{
        font-size: 14px;
        color: #3BA86F;
        padding: 12px;
    }
    .listPageBox .navListBox{
        display: none;
    }
    .listPageBox .pageNavList{
        flex-wrap: wrap;
        justify-content: unset;
    }
    .listPageBox .pageNavList a{
        font-size: 14px;
        width: calc(33.3% - 8px);
        padding: 0;
        margin: 0;
        text-align: center;
        margin-right: 12px;
        margin-bottom: 8px;
        box-sizing: border-box;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
    }
    .listPageBox .pageNavList a:nth-child(3n){
        margin-right: 0;
    }

    .listPageBox .itemListBox{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 8px;
        grid-row-gap: 12px;
        margin-top: 24px;
    }
    .listPageBox .itemBox {
        display: block;
        border: 1px solid #E1E1E1;
    }
    .listPageBox .itemBox .itemImgBox{
        border: none;
    }
    .listPageBox .itemBox .titBox{
        border: none;
        height: 24px;
        padding-bottom: 12px;
    }
    .listPageBox .itemBox .titBox i{
        display: none;
    }
	.listPageBox .itemBox .titBox h3{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
    .listPageBox .itemBox .itemImgBox{
        padding:0;
		padding-bottom: 12px;
    }
	.listPageBox .itemBox .itemImgBox img{
		width: 100%;
		height: 113px;
	}
    .pageContList .pageTit{
        display: flex;
    }

    .productPageContBox .productPageCont{
        display: block;
    }
    .productPageContBox .productImg{
        width: 100%;
    }
    .productPageContBox .productPageForm{
        padding: 0;
    }
    .productPageContBox .productPageForm .buyBox{
        display: none;
    }
    .productPageContBox .productPageForm .productPageFormItem{
        flex-wrap: wrap;
        margin: 0;
    }
    .productPageContBox .productPageForm .productPageFormItem p{
        margin-top: 12px;
    }
    .productPageContBox .productPageForm .productPageFormItem span{
        margin-top: 12px;
        font-size: 14px;
        background-color: #fff;
    }
    .productPageContBox .productPageForm h3{
        font-size: 18px;
    }
    .productPageContBox .productPageForm form{
        padding: 12px;
        background-color: #E1E1E1;
    }
    .productPageContBox .productPageForm .productPageInputBox input{
        height: 36px;
        font-size: 14px;
    }
    .productPageContBox .productPageForm .productPageInputBox .btn{
        width: 100px;
    }

    .productPageTextBox h3{
        font-size: 18px;
        margin-top: 18px;
    }
    .productPageTextBox .titLine{
        width: 36px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
    .productPageTextBox .productTextTit p{
        font-size: 14px;
    }
    
    .productPageTextBox .technicalList{
        display: block;
    }

    .productPageTextBox .technicalList .technicalItem{
        width: 100%;
    }

    .productPageTextBox .technicalList .technicalItem span{
        font-size: 16px;
    }
    .productPageTextBox .technicalList .technicalItem p{
        font-size: 14px;
        margin-top: 6px;
    }
    

    .listPageBox .serviceContBox{
        display: block;
    }
    .listPageBox .serviceContBox .serviceCont{
        width: 100%;
        margin-bottom: 12px;
    }
    .listPageBox .serviceContBox .serviceCont img{
        width: 100px;
    }
    .listPageBox .serviceContBox .serviceCont .contBox{
        padding: 6px;
    }
    .listPageBox .serviceContBox .tit{
        font-size: 12px;
        margin-bottom: 6px;
    }
    .listPageBox .serviceContBox p{
        font-size: 9px;
    }
    .listPageBox.servicePage .pageTit{
        display: none;
    }


    .listPageBox .contactUsContList{
        display: block;
    }
    .listPageBox .contactUsContList .contactContItem div{
        padding:0 24px;
        bottom: 10px;
        z-index: 2;
    }

    .listPageBox .contactUsContList .contactContItem{
        height: 80px;
        overflow: hidden;
        margin: 12px 0;
    }
    .listPageBox .contactUsContList .contactContItem span{
        font-size: 14px;
    }
    .listPageBox .contactUsContList .contactContItem p{
        font-size: 10px;
    }
    .listPageBox .contactUsContList .contactContItem img{
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
    .listPageBox .contactInfoBox .contactText{
        display: none;
    }
    .listPageBox .contactInfoBox .contactInfo{
        display: block;
        margin: 24px 0;
    }
    .listPageBox .contactInfoBox .contactInfoItem{
        width: 80%;
        padding: 12px;
        margin: auto;
        border-radius: 6px;
        margin-bottom: 12px;
        height: unset;
    }
    .listPageBox .contactInfoBox .contactInfoItem i{
        font-size: 24px;
        margin-right: 12px;
    }

    .listPageBox .contactInfoBox .contactInfoItem .numBox{
        display: flex;
        align-items: center;
    }
    .listPageBox .contactInfoBox .contactInfoItem .numBox span{
        font-size: 18px;
    }
    .listPageBox .contactInfoBox .contactInfoItem p{
        font-size: 16px;
        margin-left: 12px;
    }

    .listPageBox .contactInfoBox .contactTextTwo{
        background-size: cover;
        height: 80px;
        
    }
    .listPageBox .contactInfoBox .clickShowForm {
        align-items: stretch;
    }
    .listPageBox .contactInfoBox .clickShowForm .clickItem{
        width: 32% ;
        padding: 12px;
    }
    .listPageBox .contactInfoBox .clickShowForm .clickItem .infoBtn{
        display: none;
    }
    .listPageBox .contactInfoBox .clickShowForm p{
        padding: 6px 0;
    }
    .listPageBox .contactInfoBox .clickShowForm p:nth-child(2){
        color: #3BA86F;
    }

    .cebian{
        display: none;
    }
}