@media (min-width: 1200px) {
  .smHeader {
    width: 100%;
    height: 80px;
    box-shadow: 8px 11px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .smHeader .headerBox {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .smHeader .headerBox .logoArea {
    height: 100%;
  }
  .smHeader .headerBox .logoArea .logo {
    width: 125px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
  }
  .smHeader .headerBox .logoArea .logo img {
    width: 100%;
  }
  .smHeader .headerBox .logoArea .line {
    float: left;
    width: 1px;
    height: 40px;
    background: #000;
    margin: 20px;
    display: block;
  }
  .smHeader .headerBox .logoArea .logoTitle {
    float: left;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    display: block;
  }
  .smHeader .headerBox .functionalArea {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .smHeader .headerBox .functionalArea ul {
    margin: 0;
  }
  .smHeader .headerBox .functionalArea ul li {
    float: left;
    padding: 32px 15px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
  }
  .smHeader .headerBox .functionalArea ul li .twoList {
    width: 140px;
    position: absolute;
    left: -47px;
    top: 80px;
    z-index: 100;
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    text-align: center;
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .smHeader .headerBox .functionalArea ul li .twoList .active {
    color: #36c69c;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent ;
    cursor: pointer;
    position: relative;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two .threeList {
    width: 100px;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 100;
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    text-align: center;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two .threeList .three {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent ;
    cursor: pointer;
  }
  .smHeader .headerBox .functionalArea ul li .items .activeItem {
    border-bottom: 1px solid #36c69c;
  }
  .smHeader .headerBox .functionalArea ul .active {
    color: #36c69c;
    box-sizing: border-box;
  }
  .smHeader .headerBox .functionalArea .goOthers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
  }
  .smHeader .headerBox .functionalArea .goOthers .free {
    width: 100px;
    height: 40px;
    background-color: #ffce2e;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .smHeader .headerBox .functionalArea .goOthers .login {
    width: 100px;
    height: 40px;
    background-color: #2caa85;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
  }
  .contactPhone {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .contactPhone img {
    height: 20px;
    margin-right: 5px;
  }
  .example {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  .example .example_title {
    width: 100%;
    height: 40px;
    font-size: 40px;
    position: relative;
    text-align: center;
  }
  .example .example_title .example_more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 48px;
    display: flex;
    align-items: center;
  }
  .example .example_title .example_more img {
    width: 16px;
    margin-left: 5px;
  }
  .example h1 {
    width: 100%;
    font-size: 40px;
    line-height: 1.5;
    color: #333333;
  }
  .example .content {
    margin-top: 80px;
  }
  .example .content .swiper-container1 {
    width: 100%;
    overflow: hidden;
  }
  .example .content .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .example .content .swiper-slide .oneExample {
    width: 360px;
    border: solid 1px #cccccc;
    border-radius: 10px;
  }
  .example .content .swiper-slide .oneExample .name {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
  }
  .example .content .swiper-slide .oneExample .ownerImg {
    width: 100%;
  }
  .example .content .swiper-slide .oneExample h3 {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
  }
  .example .content .swiper-slide .oneExample .text {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .example .content .swiper-slide .oneExample .text .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #2caa85;
    margin: 10px;
  }
  .example .content .swiper-slide .oneExample .text p {
    width: calc(74%);
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .example .content .swiper-slide .oneExample .knowMore {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .example .content .swiper-slide .oneExample .knowMore p {
    float: right;
    font-size: 12px;
    color: #999999;
  }
  .customer {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  .customer h1 {
    width: 100%;
    font-size: 40px;
    line-height: 1.5;
    color: #333333;
    text-align: center;
  }
  .customer .content {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .customer .content li {
    width: 18%;
    margin: 1%;
  }
  .customer .content li img {
    width: 100%;
  }
  footer {
    font-size: 16px;
  }
  footer .top {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3c3d3f;
    color: #ffffff;
  }
  footer .top .box {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .top .product {
    width: 300px;
    margin-top: 50px;
  }
  footer .top .product h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  footer .top .product ul {
    margin-top: 20px;
    width: 100%;
    height: 175px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .top .product ul a {
    display: block;
    width: 50%;
  }
  footer .top .product ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .top .footer_function {
    width: 150px;
    margin-top: 50px;
    height: 175px;
  }
  footer .top .footer_function h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  footer .top .footer_function ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .top .footer_function ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
    padding-left: 38px;
    box-sizing: border-box;
    cursor: pointer;
  }
  footer .top .support {
    width: 150px;
    margin-top: 50px;
  }
  footer .top .support h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  footer .top .support ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .support ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .boyang {
    width: 150px;
    margin-top: 50px;
  }
  footer .top .boyang h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  footer .top .boyang ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .boyang ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .contactUs {
    width: 425px;
    margin-top: 50px;
  }
  footer .top .contactUs h5 {
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  footer .top .contactUs .content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .top .contactUs .content .code {
    width: 100px;
    height: auto;
    padding: 20px;
  }
  footer .top .contactUs .content ul {
    width: 65%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  footer .top .contactUs .content ul li {
    width: 100%;
    margin: 20px none;
    cursor: pointer;
  }
  footer .top .lineBox {
    width: 2px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  footer .top .lineBox .line {
    width: 1px;
    height: 175px;
    background: #aaaaaa;
  }
  footer .bottom {
    background-color: #2e2f31;
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .bottom div {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  .servicePhone {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
    position: relative;
  }
  .servicePhone .serviceBgPhone {
    display: none;
  }
  .servicePhone .serviceBgPc {
    width: 100%;
  }
  .servicePhone .serviceText {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .servicePhone .serviceText h3 {
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
  }
  .servicePhone .serviceText h5 {
    width: 90%;
    margin: 18px auto;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  .servicePhone .serviceText p {
    width: 70%;
    margin: 18px auto;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
  }
  .footerApply {
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  .footerApply .footerApplyBg {
    width: 100%;
    display: block;
  }
  .footerApply .footerApplyContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerApply .footerApplyContent input {
    outline: none;
    width: 450px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    border: 0 none;
  }
  .footerApply .footerApplyContent button {
    outline: none;
    width: 200px;
    height: 50px;
    border: 0 none;
    background: #2caa84;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 3px;
    cursor: pointer;
  }
  .referralsContent {
    width: 1200px;
    margin: 50px auto;
  }
  .referralsContent .referralsContent_title {
    width: 100%;
    height: 40px;
    font-size: 40px;
    position: relative;
    text-align: center;
  }
  .referralsContent .referralsContent_title .referralsContent_more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 48px;
  }
  .referralsContent ul {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
  }
  .referralsContent ul li {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
  .referralsContent ul li .referralsContent_headimg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 50px auto 30px;
  }
  .referralsContent ul li .referralsContent_text {
    width: 90%;
    height: 200px;
    margin: 0 auto;
  }
  .referralsContent ul li .referralsContent_text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .referralsContent ul li .referralsContent_company {
    text-align: center;
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 10px auto;
    color: #999999;
  }
  .referralsContent ul li .referralsContent_name {
    text-align: center;
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 10px auto;
    color: #999999;
  }
  .marketingColumnContent {
    width: 1200px;
    margin: 100px auto;
  }
  .marketingColumnContent .marketingColumnContent_title {
    width: 100%;
    height: 40px;
    font-size: 40px;
    position: relative;
    text-align: center;
  }
  .marketingColumnContent .marketingColumnContent_title .marketingColumnContent_more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 48px;
    display: flex;
    align-items: center;
  }
  .marketingColumnContent .marketingColumnContent_title .marketingColumnContent_more img {
    width: 16px;
    margin-left: 5px;
  }
  .marketingColumnContent ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }
  .marketingColumnContent ul li {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
  .marketingColumnContent ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .marketingColumnContent ul li .marketingColumnContent_headimg {
    width: 90%;
    border-radius: 5px;
    margin: 30px auto 0;
    display: block;
  }
  .marketingColumnContent ul li .marketingColumnContent_text {
    width: 90%;
    height: 50px;
    margin: 30px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
  }
  .marketingColumnContent ul li .marketingColumnContent_company {
    text-align: center;
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 10px auto;
  }
  .marketingColumnContent ul li .marketingColumnContent_name {
    text-align: center;
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 10px auto;
  }
  .industrySolutionContentPh {
    display: none;
  }
  .industrySolutionContent {
    max-width: 1200px;
    margin: 80px auto 0;
  }
  .industrySolutionContent .industrySolutionContent_title {
    width: 100%;
    height: 40px;
    font-size: 40px;
    position: relative;
    text-align: center;
  }
  .industrySolutionContent .industrySolutionContent_title .industrySolutionContent_more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 48px;
    display: flex;
    align-items: center;
  }
  .industrySolutionContent .industrySolutionContent_title .industrySolutionContent_more img {
    width: 16px;
    margin-left: 5px;
  }
  .industrySolutionContent .content {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .industrySolutionContent .content li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .industrySolutionContent .content li .oneExample {
    width: 360px;
    border: solid 1px #cccccc;
    border-radius: 10px;
  }
  .industrySolutionContent .content li .oneExample .name {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
  }
  .industrySolutionContent .content li .oneExample .ownerImg {
    width: 100%;
  }
  .industrySolutionContent .content li .oneExample h3 {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
  }
  .industrySolutionContent .content li .oneExample .text {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .industrySolutionContent .content li .oneExample .text .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #2caa85;
    margin: 10px;
  }
  .industrySolutionContent .content li .oneExample .text p {
    width: calc(74%);
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .industrySolutionContent .content li .oneExample .knowMore {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .industrySolutionContent .content li .oneExample .knowMore p {
    float: right;
    font-size: 12px;
    color: #999999;
  }
  .moreFunction {
    max-width: 1200px;
    margin: 60px auto;
  }
  .moreFunction h1 {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .moreFunction ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .moreFunction ul li {
    width: 20%;
    margin-top: 30px;
  }
  .moreFunction ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .moreFunction ul li img {
    width: 30%;
  }
  .moreFunction ul li div {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
  }
}
.nb-icon-wrap {
  left: unset !important;
  right: 0px!important;
  top: 300px!important;
}
@media (min-width: 1400px) {
  .smHeader .headerBox {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
