@media screen and (max-width: 765px) {
  .hotline {
    display: none;
  }
  .bannerMain {
    height: 232px;
    position: relative;
  }
  .bannerMain .swiper-container {
    width: 100%;
    height: 232px;
    margin: 0;
  }
  .bannerMain .swiper-container .swiper-wrapper {
    transition-delay: 0.3s;
  }
  .bannerMain .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 232px;
    position: relative;
  }
  .bannerMain .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 232px;
  }
  .bannerMain .swiper-container .swiper-wrapper .swiper-slide div {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 75px;
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.4s;
  }
  .bannerMain .swiper-container .swiper-wrapper .swiper-slide div p {
    font-size: 16px;
    color: #FFFFFF;
    width: 70%;
  }
  .bannerMain .swiper-container .swiper-wrapper .swiper-slide div p:first-child {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .bannerMain .swiper-container .swiper-wrapper .swiper-slide div button {
    display: block;
    width: 150px;
    height: 27px;
    background: #FFFFFF;
    border-radius: 27px;
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
    border: none;
  }
  .bannerMain .swiper-container .swiper-wrapper .swiper-slide div .buttonTab {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .bannerMain .swiper-container .swiper-wrapper .swiper-slide div .buttonTab button {
    width: 43%;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 10px;
  }
  .bannerMain .swiper-container .swiper-wrapper .ani-slide div {
    transform: translateX(20px);
    opacity: 1;
  }
  .bannerMain .swiper-container .bannerTwo {
    width: 100%;
    box-sizing: border-box;
    margin-right: 20px !important;
    top: 65px !important;
  }
  .bannerMain .swiper-container .bannerTwo p:first-child {
    width: 80% !important;
    text-align: center;
    margin: 0 auto;
    font-size: 23px !important;
  }
  .bannerMain .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    margin-bottom: 13px;
  }
  .bannerMain .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    margin-left: -2px;
  }
  .bannerMain nav {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 0;
    z-index: 999;
  }
  .bannerMain nav div {
    width: 100%;
    margin: 0;
  }
  .bannerMain nav div .imgIphone {
    display: block;
    width: 60px;
    height: 17px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .bannerMain nav div .imgMenu {
    width: 15px;
    height: 13px;
    position: absolute;
    left: 20px;
    display: block;
  }
  .bannerMain nav div .imgPc {
    display: none;
  }
  .bannerMain nav div p {
    display: none;
  }
  .bannerMain nav ul {
    display: none;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    position: fixed;
    height: 100vh;
    border-top: none;
  }
  .bannerMain nav ul a {
    width: 128px;
    display: block;
    margin: 0;
    background: #fff;
    color: #333333;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    border-bottom: 1px solid #DBD6D6;
    border-radius: 0;
    border-top: none;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .bannerMain nav ul a.active,
  .bannerMain nav ul a:hover {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
    visibility: visible;
    font-weight: 600;
    background-color: #233876;
    color: #fff;
    border-top: none;
  }
  .bannerMain .navFixedTab {
    z-index: 999;
  }
  .bannerMain .navFixedTab > div {
    display: block;
  }
  .bannerMain .navFixedTab > div .imgMenu {
    width: 15px;
    height: 13px;
    position: absolute;
    left: 20px;
    top: 12px;
    display: block;
  }
  .bannerMain .navFixedTab ul {
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .bannerMain .navFixedTab ul a {
    width: 128px;
    display: block;
    margin: 0;
    background: #fff;
    color: #333333;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    border-bottom: 1px solid #DBD6D6;
    border-radius: 0;
    border-top: none;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .bannerMain .navFixedTab ul a.active,
  .bannerMain .navFixedTab ul a:hover {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
    visibility: visible;
    font-weight: 600;
    background-color: #233876;
    color: #fff;
    border-top: none;
  }
  .about {
    width: 100%;
    height: 740px;
    padding-top: 20px;
  }
  .about .aboutMain {
    width: 90%;
    margin: 20px auto 0;
  }
  .about .aboutMain section {
    width: 100%;
  }
  .about .aboutMain section p {
    font-size: 16px;
    margin: 15px 0 10px;
    text-align: center;
  }
  .about .aboutMain img {
    width: 95%;
    height: 208px;
    margin: 0 auto;
    order: -1;
  }
  .titleText {
    width: 90%;
    margin: 0 auto;
  }
  .titleText p {
    font-size: 40px;
  }
  .titleText text {
    font-size: 16px;
  }
  .certificate {
    width: 100%;
    background: #F5F7FA;
    height: 400px;
    box-sizing: border-box;
    padding-top: 40px;
  }
  .certificate .containerTab {
    width: 100%;
    display: flex;
    margin: 30px 0 0;
    box-sizing: border-box;
    justify-content: end;
    float: none;
  }
  .certificate .containerTab li {
    width: 220px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #000000;
    margin-right: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-align: center;
  }
  .certificate .containerTab li.active,
  .certificate .containerTab li:hover {
    color: #FFFFFF;
    background: #233876;
    animation-delay: 0.1s;
    visibility: visible;
    animation-name: fadeInUp;
  }
  .certificate .certificateMian {
    width: 95%;
    margin: 20px auto 0;
    box-sizing: border-box;
  }
  .certificate .certificateMian .swiper-container {
    width: 100%;
    height: 180px;
    padding: 10px 0;
  }
  .certificate .certificateMian .swiper-container .swiper-slide {
    height: 180px;
    display: flex;
    justify-content: space-between;
  }
  .certificate .certificateMian .swiper-container .swiper-slide img {
    display: block;
    width: 48%;
    height: 150px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
  }
  .certificate .certificateMian .swiper-container .swiper-slide img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
  }
  .certificate .certificateMian .swiper-container .acrossImg {
    width: 400px;
    height: 283px;
  }
  .certificate .certificateMian .swiper-container .swiper-pagination {
    display: none;
  }
  .certificate .certificateMian .swiper-container .swiper-button-next {
    width: 80px;
    height: 100px;
    background-color: #233876;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    right: 0px;
    font-size: 16px;
    color: #fff;
  }
  .certificate .certificateMian .swiper-container .swiper-button-next:after {
    font-size: 14px;
  }
  .certificate .certificateMian .swiper-container .swiper-button-prev {
    width: 80px;
    height: 100px;
    background-color: #233876;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    left: 86.7%;
    font-size: 16px;
    color: #fff;
  }
  .certificate .certificateMian .swiper-container .swiper-button-prev:after {
    font-size: 14px;
  }
  .certificate .certificateMian .swiper-container .swiper-button-prev::before {
    content: "";
    display: block;
    width: 2px;
    height: 13px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
  }
  .certificate .certificateMian .swiper-container .swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.3);
  }
  .range {
    width: 100%;
    background: #F5F7FA;
    height: auto;
    box-sizing: border-box;
    padding-top: 20px;
  }
  .range .rangeMain {
    width: 90%;
    margin: 20px auto 0;
  }
  .range .rangeMain section {
    width: 48%;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  .video {
    width: 100%;
    min-height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .video .videoMain {
    width: 90%;
    margin: 20px auto 0;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .video .videoMain .videoSwiper {
    width: 100%;
    position: relative;
  }
  .video .videoMain .videoSwiper .swiper-slide {
    width: 100% !important;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .video .videoMain .videoSwiper .swiper-slide dl {
    width: 100%;
  }
  .video .videoMain .videoSwiper .swiper-slide dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .video .videoMain .videoSwiper .swiper-slide dl dd {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 29px;
  }
  .video .videoMain .videoSwiper .swiper-slide .video-container {
    width: 100%;
    margin-right: 0;
    order: -1;
    margin-bottom: 20px;
  }
  .video .videoMain .videoSwiper .swiper-slide .video-container video {
    width: 100%;
    height: 237px;
    display: block;
    background-color: #000;
  }
  .video .videoMain .videoSwiper .swiper-slide .video-container .yourDiv {
    display: none;
  }
  .video .videoMain .videoSwiper .swiper-slide ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 126px;
    flex-wrap: wrap;
  }
  .video .videoMain .videoSwiper .swiper-slide ul img {
    display: block;
    width: 100%;
    height: 200px;
    margin-left: 0;
    order: -1;
  }
  .video .videoMain .videoSwiper .swiper-slide ul li {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .video .videoMain .videoSwiper .swiper-slide ul li p {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .video .videoMain .videoSwiper .swiper-slide ul li text {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 35px;
  }
  .video .videoMain .videoSwiper .swiper-pagination {
    display: block;
  }
  .video .videoMain .videoSwiper .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    background-color: #333333;
    border: 1px solid transparent;
    opacity: 0.6;
  }
  .video .videoMain .videoSwiper .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid #333333;
  }
  .video .videoMain .videoSwiper .swiper-button-next,
  .video .videoMain .videoSwiper .swiper-button-prev {
    display: none;
  }
  .project {
    width: 100%;
    height: auto;
    background: #F5F7FA;
    box-sizing: border-box;
    min-height: 400px;
    padding-top: 20px;
  }
  .project .projectMain {
    width: 100%;
  }
  .project .projectMain .containerTab,
  .project .projectMain .arrows,
  .project .projectMain .container {
    display: none;
  }
  .project .projectMain .projectMobile {
    display: block;
    width: 90%;
    margin: 20px auto 0;
    position: relative;
  }
  .project .projectMain .projectMobile .swiper-container {
    width: 100%;
    height: 100%;
  }
  .project .projectMain .projectMobile .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 318px;
    height: 460px;
  }
  .project .projectMain .projectMobile .swiper-container .swiper-slide dl {
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  .project .projectMain .projectMobile .swiper-container .swiper-slide dl p {
    width: 100%;
    background-color: #233876;
    height: 138px;
  }
  .project .projectMain .projectMobile .swiper-container .swiper-slide dl img {
    width: 100%;
    height: 138px;
  }
  .project .projectMain .projectMobile .swiper-container .swiper-slide dl dt {
    font-size: 16px;
    color: #333333;
    margin: 15px 0;
    font-weight: 600;
  }
  .project .projectMain .projectMobile .swiper-container .swiper-slide dl dd {
    font-size: 14px;
    line-height: 29px;
  }
  .project .projectMain .projectMobile .swiper-container .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    background-color: #333333;
    border: 1px solid transparent;
    opacity: 0.6;
  }
  .project .projectMain .projectMobile .swiper-container .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid #333333;
  }
  .fotter {
    width: 100%;
    height: 294px;
    box-sizing: border-box;
    background: #FFFFFF;
    position: relative;
  }
  .fotter .fotterBox {
    width: 100%;
    margin: 0 auto;
    padding: 37px 0;
  }
  .fotter .fotterBox .fotterTopBox {
    display: none;
  }
  .fotter .fotterBox .fotterFlex {
    width: 95%;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
  }
  .fotter .fotterBox .fotterFlex dl {
    width: 100%;
    box-sizing: border-box;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #979797;
    padding: 10px;
  }
  .fotter .fotterBox .fotterFlex section {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .fotter .fotterBox .fotterFlex section img {
    width: 117px;
    height: 117px;
    display: block;
  }
  .fotter .fotterBox .fotterFlex section span {
    font-size: 14px;
    color: #666666;
  }
  .fotter .fotterText {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px 0;
    height: 65px;
  }
  .fotter .fotterText a {
    color: #fff;
    line-height: 20px;
  }
  .fotter .svgImg {
    bottom: -320px;
    left: 37%;
  }
  .map {
    width: 100%;
    height: 231px;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .swiper-container {
    padding: 0 15px;
  }
  .swiper-slide {
    width: 85%;
  }
  .swiper-slide dl img {
    height: 150px;
  }
  .swiper-slide dl dt {
    font-size: 15px;
  }
  .swiper-slide dl dd {
    font-size: 13px;
  }
  .swiper-slide-active {
    width: 90%;
  }
}
