/*320px<=pad<767px phone的尺寸*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
  .page-title-box {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .page-title-box .title {
    font-size: 3.5rem;
  }
  .page-title-box .link {
    width: 4.69rem;
    height: 6px;
    background-color: #071f7c;
    border-radius: 4px;
    margin: 1rem 0;
  }
  .page-title-box .text {
    font-size: 2rem;
    color: #666666;
  }
  .btn-box {
    width: 18rem;
    height: 5rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background-color: #071f7c;
    cursor: pointer;
  }
  .banner-box {
    position: relative;
    height: 28.75rem;
  }
  .banner-box .banner-text-box {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    display: flex;
  }
  .banner-box .banner-text-box .wrap {
    width: 1200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .banner-box .banner-text-box .title {
    font-size: 4rem;
    text-shadow: 2px 3px 2px #071f7c;
    margin-bottom: 1.25rem;
  }
  .banner-box .banner-text-box .text {
    font-size: 2.25rem;
    text-shadow: 2px 3px 1px #071f7c;
  }
  .banner-box .bgimg {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .home .page-title-box {
    align-items: flex-start;
  }
  .home .home-banner {
    position: relative;
    z-index: 0;
  }
  .home .home-banner .swiper-slide-box {
    position: relative;
    height: 32.5rem;
  }
  .home .home-banner .bgimg {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .home .home-banner .swiper-pagination {
    bottom: 1.13rem;
  }
  .home .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.88rem;
    height: 0.88rem;
    background-color: transparent;
    border: solid 2px #ffffff;
    opacity: 0.55;
  }
  .home .home-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #071f7c;
  }
  .home .about-us {
    min-height: 640px;
    padding: 5rem 0 5rem;
  }
  .home .about-us a {
    width: auto;
    height: auto;
  }
  .home .about-us .wrap {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .home .about-us .about-info {
    width: 100%;
    margin-bottom: 2.25rem;
  }
  .home .about-us .about-info p {
    margin: 16px 0;
  }
  .home .about-us .about-info .about-us-text {
    width: 50%;
    margin-bottom: 2.25rem;
  }
  .home .about-us .about-info .btn-box {
    margin-top: 2.25rem;
    margin: 0 auto;
  }
  .home .about-us .about-img {
    width: 100%;
    margin: 0 auto;
  }
  .home .sustainable-development {
    width: 100vw;
    min-height: 640px;
    padding: 4rem 0;
    background-color: #f5f5f5;
  }
  .home .sustainable-development .sustainable-development-info {
    margin-bottom: 2.25rem;
  }
  .home .sustainable-development .graphic {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
  }
  .home .sustainable-development .graphic .graphic-item {
    background-color: #f5f5f5;
    position: relative;
  }
  .home .sustainable-development .graphic .graphic-item img {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .home .sustainable-development .graphic .graphic-item .graphic-item-text {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home .sustainable-development .graphic .graphic-item .graphic-item-text .iconfont {
    font-size: 3.13rem;
  }
  .home .sustainable-development .graphic .graphic-item .graphic-item-text .title {
    font-size: 2rem;
    margin: 1.5rem 0 0.75rem;
  }
  .home .sustainable-development .graphic .graphic-item .graphic-item-text .text {
    width: 75%;
    line-height: 1.5;
    text-align: center;
    font-size: 1rem;
  }
  .home .product-center {
    min-height: 640px;
    padding: 5rem 0;
  }
  .home .product-center .wrap {
    overflow: hidden;
  }
  .home .product-center .product-center-wrapper {
    padding: 0 0 30px;
  }
  .home .product-center .product-center-wrapper .product-item {
    width: 100%;
    flex-direction: column;
  }
  .home .product-center .product-center-wrapper .product-item .item-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .product-center .product-center-wrapper .product-item .item-info .title {
    color: #071f7c;
    font-size: 24px;
  }
  .home .product-center .product-center-wrapper .product-item .item-info .text {
    line-height: 1.7;
    margin: 1.5rem 0;
  }
  .home .product-center .product-center-wrapper .product-item .item-info .btn-box {
    margin: 0 auto;
  }
  .home .product-center .product-center-wrapper .product-item .item-img {
    width: 100%;
  }
  .home .product-center .swiper-pagination {
    bottom: 0;
  }
  .home .product-center .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    background-color: transparent;
    opacity: 0.5;
    background-color: #999;
    border-radius: 8px;
  }
  .home .product-center .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #071f7c;
  }
  .home .scientific-research {
    height: 460px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  .home .scientific-research .left {
    width: 100%;
    height: 100%;
    background-color: #071f7c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.6;
  }
  .home .scientific-research .right {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .home .scientific-research .right img {
    width: 100%;
  }
  .home .scientific-research .wrap {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .home .scientific-research .scientific-info {
    width: 100%;
    color: #fff;
  }
  .home .scientific-research .scientific-info .page-title-box .title,
  .home .scientific-research .scientific-info .page-title-box .text {
    color: #fff;
  }
  .home .scientific-research .scientific-info .page-title-box .link {
    background-color: #fff;
  }
  .home .scientific-research .scientific-info .scientific-text {
    line-height: 1.7;
    margin-bottom: 36px;
  }
  .home .scientific-research .scientific-info .btn-box {
    border: 1px solid #fff;
  }
  .home .news-center .wrap {
    align-items: flex-start;
  }
  .home .news-center .news-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home .news-center .news-left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .home .news-center .news-left .news-item-2 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .home .news-center .news-left .news-item-2 .news-img {
    flex-shrink: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .home .news-center .news-left .news-item-2 .news-info {
    padding: 0;
    margin-top: 20px;
  }
  .home .news-center .news-left .news-item-2 .news-info .title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .home .news-center .news-left .news-item-2 .news-info .time {
    font-size: 14px;
    margin: 12px 0 18px;
  }
  .home .news-center .news-left .news-item-2 .news-info .text {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home .news-center .news-right {
    width: 100%;
  }
  .home .news-center .news-right .news-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .home .news-center .news-right .news-item .news-img {
    flex-shrink: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .home .news-center .news-right .news-item .news-info {
    padding: 0;
    margin-top: 20px;
  }
  .home .news-center .news-right .news-item .news-info .title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .home .news-center .news-right .news-item .news-info .time {
    font-size: 14px;
    margin: 12px 0 18px;
  }
  .home .news-center .news-right .news-item .news-info .text {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .about-us .about-us-box {
    min-height: 360px;
    padding: 3.13rem 0 3.13rem;
  }
  .about-us .about-us-box .about-info {
    width: 100%;
  }
  .about-us .about-us-box .about-info p {
    margin: 16px 0;
  }
  .about-us .about-us-box .about-info .about-us-text {
    width: 100%;
    margin-bottom: 36px;
  }
  .about-us .about-us-box .about-info .btn-box {
    margin-top: 36px;
  }
  .about-us .history-box {
    min-height: 640px;
    padding: 3.13rem 0 3.13rem;
    background-color: #f5f5f5;
  }
  .about-us .history-box .history-list {
    width: 100%;
    position: relative;
  }
  .about-us .history-box .history-list .history-link {
    width: 2px;
    min-height: 400px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .about-us .history-box .history-list .history-item {
    width: 100%;
    min-height: 100px;
    position: relative;
  }
  .about-us .history-box .history-list .history-left {
    width: 50%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .about-us .history-box .history-list .history-left .info {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 8px;
  }
  .about-us .history-box .history-list .history-left .info .time {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .about-us .history-box .history-list .history-left .info .text {
    font-size: 16px;
  }
  .about-us .history-box .history-list .history-left .dian {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    top: 50%;
    left: 8px;
    margin-top: -8px;
    border: #f5f5f5 3px solid;
    position: relative;
  }
  .about-us .history-box .history-list .history-left:hover .info {
    background-color: #071f7c;
    color: #fff;
  }
  .about-us .history-box .history-list .history-left:hover .dian {
    background-color: #071f7c;
  }
  .about-us .history-box .history-list .history-right {
    width: 50%;
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .about-us .history-box .history-list .history-right .info {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
  }
  .about-us .history-box .history-list .history-right .info .time {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .about-us .history-box .history-list .history-right .info .text {
    font-size: 16px;
  }
  .about-us .history-box .history-list .history-right .dian {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    top: 50%;
    right: 8px;
    margin-top: -8px;
    border: #f5f5f5 3px solid;
    position: relative;
  }
  .about-us .history-box .history-list .history-right:hover .info {
    background-color: #071f7c;
    color: #fff;
  }
  .about-us .history-box .history-list .history-right:hover .dian {
    background-color: #071f7c;
  }
  .about-us .sustainable-development {
    width: 100vw;
    min-height: 640px;
    padding: 80px 0;
  }
  .about-us .sustainable-development .sustainable-development-info {
    margin-bottom: 36px;
  }
  .about-us .sustainable-development .graphic {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
  }
  .about-us .sustainable-development .graphic .graphic-item {
    background-color: #f5f5f5;
  }
  .about-us .sustainable-development .graphic .graphic-item img {
    width: 100%;
  }
  .about-us .certification-box {
    width: 100vw;
    min-height: 640px;
    padding: 3.13rem 0;
  }
  .about-us .certification-box .graphic {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
  }
  .about-us .contact-us {
    width: 100vw;
    min-height: 360px;
    padding: 80px 0;
  }
  .about-us .contact-us .contact-us-box .title {
    font-size: 24px;
    color: #071f7c;
    margin-bottom: 16px;
  }
  .about-us .contact-us .contact-us-box .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .about-us .contact-us .contact-us-box .contact-us-rqimg {
    width: 110px;
  }
  .about-us .contact-us .contact-us-box .contact-us-rqimg img {
    width: 110px;
    margin-bottom: 16px;
    border: #ccc 1px solid;
  }
  .about-us .contact-us .contact-us-box .contact-us-rqimg .rqimg-text {
    text-align: center;
  }
  .product-center .product-item {
    margin: 50px 0;
  }
  .product-center .product-item .product-item-title .info {
    display: flex;
    align-items: baseline;
  }
  .product-center .product-item .product-item-title .info .title {
    margin-right: 1.25rem;
    font-size: 2.5rem;
  }
  .product-center .product-item .product-item-title .info .text {
    font-size: 1.5rem;
  }
  .product-center .product-item .product-item-title .link {
    width: 4.5rem;
    height: 6px;
    border-radius: 8px;
    margin: 12px 0 20px;
    background-color: #071f7c;
  }
  .product-center .product-item .product-item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .product-center .product-item .product-item-text .text {
    margin-right: 0;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .product-center .product-item .product-item-text .img {
    width: 100%;
    flex-shrink: 0;
  }
  .product-center .graphic {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 1.88rem;
  }
  .product-center .graphic .graphic-item {
    background-color: #f5f5f5;
  }
  .product-center .graphic .graphic-item img {
    width: 100%;
  }
  .news-center .news-list {
    min-height: 640px;
    padding: 5rem 0;
  }
  .news-center .news-list .news-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .news-center .news-list .news-item .news-img {
    flex-shrink: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .news-center .news-list .news-item .news-info {
    padding: 0;
    margin-top: 20px;
  }
  .news-center .news-list .news-item .news-info .title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .news-center .news-list .news-item .news-info .time {
    font-size: 14px;
    margin: 12px 0 18px;
  }
  .news-center .news-list .news-item .news-info .text {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .news-center .pagination {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .news-center .jump-item {
    width: 75px;
    text-align: center;
  }
  .scientific .graphic {
    width: 100%;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
  }
  .scientific .graphic .graphic-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .scientific .graphic .graphic-item img {
    width: 100%;
  }
  .scientific .graphic .graphic-item .graphic-item-text {
    height: 2.8rem;
    line-height: 2.8rem;
  }
  .scientific .research-institute {
    min-height: 640px;
    padding: 3rem 0;
  }
  .scientific .facility {
    min-height: 640px;
    padding: 3rem 0;
  }
  .scientific .innovative-mechanisms {
    min-height: 640px;
    padding: 3rem 0;
  }
  .scientific .innovative-mechanisms .innovative-mechanisms-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.25rem;
  }
  .scientific .innovative-mechanisms .innovative-mechanisms-img img {
    margin: 0 auto;
    display: block;
  }
  .scientific .technological-innovation {
    min-height: 640px;
    padding: 3rem 0;
  }
  .scientific .technological-innovation .technological-innovation-text .left-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .scientific .technological-innovation .technological-innovation-text .left-item .img {
    width: 100%;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
  }
  .scientific .technological-innovation .technological-innovation-text .left-item .info {
    flex: 1;
  }
  .scientific .technological-innovation .technological-innovation-text .left-item .info .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .scientific .technological-innovation .technological-innovation-text .right-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
  .scientific .technological-innovation .technological-innovation-text .right-item .img {
    width: 100%;
    margin-left: 0;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
  }
  .scientific .technological-innovation .technological-innovation-text .right-item .info {
    flex: 1;
  }
  .scientific .technological-innovation .technological-innovation-text .right-item .info .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .contact-us .graphic {
    width: 100%;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .contact-us .graphic .graphic-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-us .graphic .graphic-item img {
    width: 100%;
  }
  .contact-us .talent-concept {
    padding: 5rem 0;
  }
  .contact-us .talent-concept .talent-concept-img {
    width: 100%;
  }
  .contact-us .talent-concept .talent-concept-img img {
    margin: 0 auto;
    display: block;
  }
  .contact-us .compensation-benefits {
    padding: 5rem 0;
    background-color: #f5f5f5;
  }
  .contact-us .recruitment {
    padding: 3rem 0;
  }
  .contact-us .recruitment .table-box .table-box-top {
    height: 50px;
    background-color: #071f7c;
    display: flex;
  }
  .contact-us .recruitment .table-box .table-box-top .col-itme {
    width: 25%;
    color: #fff;
  }
  .contact-us .recruitment .table-box .table-box-con .table-box-row {
    height: 50px;
    background-color: #f5f5f5;
    display: flex;
    border-bottom: #ccc 1px solid;
    cursor: pointer;
  }
  .contact-us .recruitment .table-box .table-box-con .table-box-row .col-itme {
    width: 25%;
    color: #333;
  }
  .contact-us .recruitment .table-box .table-box-con .table-box-text {
    padding: 20px;
    color: #333;
    background-color: #e6e6e6;
    border-bottom: #ccc 1px solid;
  }
  .contact-us .recruitment .table-box .table-box-con .table-box-text .text-item {
    margin-bottom: 16px;
  }
  .contact-us .recruitment .table-box .table-box-con .table-box-text .title {
    margin-bottom: 12px;
  }
  .contact-us .recruitment .table-box .table-box-con .table-box-text .text {
    line-height: 1.5;
  }
  .contact-us .staff-demeanor {
    padding: 5rem 0;
  }
  .contact-us .staff-demeanor .graphic {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 1.25rem;
  }
  .contact-us .staff-demeanor .graphic .graphic-item {
    position: relative;
  }
  .contact-us .staff-demeanor .graphic .graphic-item .bgimg {
    width: 100%;
  }
  .contact-us .staff-demeanor .graphic .graphic-item .graphic-item-text {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 31, 124, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .contact-us .staff-demeanor .graphic .graphic-item .graphic-item-text .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .contact-us .staff-demeanor .graphic .graphic-item .graphic-item-text .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .contact-us .staff-demeanor .graphic .graphic-item:hover .graphic-item-text {
    opacity: 1;
  }
  .news-detail {
    background-color: #f5f5f5;
  }
  .news-detail .wrap {
    padding: 0 1.5rem;
  }
  .news-detail .news-detail-top {
    padding: 1.5rem 0 0;
    border-bottom: #ccc 1px solid;
  }
  .news-detail .news-detail-top .title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
  }
  .news-detail .news-detail-top .news-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }
  .news-detail .news-detail-top .news-info .news-info-left {
    display: flex;
    flex-direction: column;
    margin: 1.25rem 0;
  }
  .news-detail .news-detail-top .news-info .news-info-left .left-item {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .news-detail .news-detail-com {
    padding: 50px 0;
  }
  .news-detail .news-detail-btm {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .news-detail .news-detail-btm .text {
    max-width: 100%;
    height: auto;
    padding: 1rem 0;
    line-height: 1.3;
  }
}
