@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem !important;
  }
  .common_banner {
    margin-top: 6rem;
    width: 100%;
    height: 12rem;
  }
  .common_banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_products {
    margin-top: 10rem;
    width: 100%;
    height: 12rem;
  }
  .common_banner_products img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_crumb {
    width: 100%;
  }
  .common_crumb_title {
    width: 100%;
  }
  .common_crumb_title h3 {
    margin-right: 2rem;
  }
  .common_crumb_place {
    display: none;
  }
  .common_navM {
    position: fixed;
    top: 6rem;
    width: 100%;
    display: block;
    background-color: #727272;
    z-index: 23;
  }
  .common_navM span {
    display: flex;
    justify-content: space-between;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    padding: 0 1rem 0 2rem;
    color: #fff;
  }
  .common_navM i {
    display: none;
  }
  .common_navM i.active {
    display: block;
    color: #fff;
  }
  .common_navM_list {
    width: 100%;
    background-color: #e6e6e6;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
  .common_navM_list li a {
    display: flex;
    justify-content: space-between;
    line-height: 4.5rem;
    padding: 0 1rem 0 2rem;
    font-size: 1.25rem;
    color: #333;
    overflow: hidden;
  }
  .common_navM_list li a em {
    display: block;
    transform: rotate(180deg);
  }
  .common_navM_list li a.current {
    color: #d0000d;
  }
  .common_navM_list li a.current em {
    color: #d0000d;
  }
  .common_navM_list li .dropdownlist {
    display: none;
    padding-left: 1.25rem;
    background-color: #f0f1f2;
  }
  .common_navM_list li .dropdownlist li a {
    font-size: 1rem;
  }
  .common_navM_list.show {
    max-height: calc(100vh - 10rem);
    overflow-y: auto;
    opacity: 1;
  }
  .common_pagination_case {
    width: 100%;
    margin: 2rem auto 0;
  }
  .common_pagebtn {
    width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    z-index: 999;
    background-color: #fff;
  }
  .index_header .inner-header-icon {
    display: block;
  }
  .index_header_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    background: #fff;
    padding-top: 6rem;
    display: none;
    z-index: 2;
  }
  .index_header_nav > ul {
    display: block;
  }
  .index_header_nav > ul > li {
    height: auto;
    overflow: hidden;
  }
  .index_header_nav > ul > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .index_header_nav > ul > li a {
    font-size: 1.5rem;
    color: #333;
    line-height: unset;
    text-align: left;
  }
  .index_header_nav > ul > li a::after {
    display: none;
  }
  .index_header_nav > ul > li.active > a,
  .index_header_nav > ul > li:hover > a {
    border-bottom: 0;
  }
  .index_header_nav > ul > li:not(:first-child) {
    margin-left: 0;
  }
  .index_header_nav > ul > li .dropdown {
    display: none;
  }
  .index_common_title h3 {
    font-size: 2.125rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .index_common_title h4 {
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1.75rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1.875rem;
  }
  .index_banner_M .swiper-pagination-bullet {
    background-color: #fff;
  }
  .index_internet {
    width: 100%;
    height: 46rem;
    overflow: hidden;
  }
  .index_internet .internetimg5 {
    top: 53.1%;
    width: 80%;
    height: auto;
    object-fit: contain;
    z-index: 0;
  }
  .index_internet .internetimg4 {
    top: 40.1%;
    width: 80%;
    height: auto;
    object-fit: contain;
    z-index: 1;
  }
  .index_internet .internetimg3 {
    top: 57.9%;
    width: 80%;
    height: auto;
    object-fit: contain;
    z-index: 2;
  }
  .index_internet .internetimg2 {
    top: 46.2%;
    width: 80%;
    height: auto;
    object-fit: contain;
    z-index: 3;
  }
  .index_internet .internetimg1 {
    top: 60.25%;
    width: 80%;
    height: auto;
    object-fit: contain;
    z-index: 4;
  }
  .index_internet_text {
    top: 3%;
    right: 0;
    width: 100%;
    padding: 0 1rem;
  }
  .index_solution {
    width: 100%;
    padding: 3rem 0;
    overflow: hidden;
  }
  .index_solution_content {
    padding-top: 2rem;
  }
  .index_solution_content ul {
    flex-wrap: wrap;
  }
  .index_solution_content ul li {
    width: 48%;
    margin-bottom: 1rem;
  }
  .index_solution_content ul li:last-child {
    width: 100%;
  }
  .index_solution_content_more {
    margin: 2rem auto 0;
  }
  .index_case {
    width: 100%;
    padding: 3rem 0;
    overflow: hidden;
  }
  .index_case_content {
    margin-top: 2rem;
  }
  .index_case_content .swiper-btn {
    display: none;
  }
  .index_case_more {
    margin: 3rem auto 0;
  }
  .index_strength {
    width: 100%;
    padding: 3rem 0;
    overflow: hidden;
  }
  .index_strength .about {
    margin-top: 3rem;
  }
  .index_strength_content {
    padding-top: 3rem;
  }
  .index_strength_content_list {
    flex-wrap: wrap;
  }
  .index_strength_content_list li {
    width: 30%;
  }
  .index_strength_content_list li .num {
    margin-bottom: 2rem;
  }
  .index_strength_content_list li .num span {
    font-size: 2.5rem;
  }
  .index_strength_content_list li p {
    text-align: center;
  }
  .index_product {
    width: 100%;
    padding: 3rem 0;
    background-size: cover;
    overflow: hidden;
  }
  .index_product_content {
    padding-top: 3rem;
    flex-wrap: wrap;
  }
  .index_product_content_item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .index_product_content_item .item_img {
    height: 13rem;
  }
  .index_news {
    width: 100%;
    padding: 3rem 0;
    overflow: hidden;
  }
  .index_news_content {
    flex-wrap: wrap;
  }
  .index_news_content_l {
    width: 100%;
    height: 24rem;
    margin-bottom: 1.5rem;
  }
  .index_news_content_r {
    width: 100%;
  }
  .index_news_content_r .item {
    margin-bottom: 1rem;
  }
  .index_news_content_r .item_img {
    width: 35%;
  }
  .index_news_content_r .item_text {
    width: 65%;
    padding-left: 1rem;
  }
  .index_news_content_r .item_text h4 {
    margin-bottom: 0.5rem;
  }
  .index_footer_content {
    flex-wrap: wrap;
    padding-bottom: 3rem;
  }
  .index_footer_content_left {
    width: 100%;
  }
  .index_footer_content_left .weixin {
    justify-content: flex-start;
  }
  .index_footer_content_left .weixin_item {
    width: 24%;
    margin-right: 2rem;
  }
  .index_footer_content_left .contact ul li {
    justify-content: flex-start;
  }
  .index_footer_content_left .contact ul li p:nth-child(2) {
    margin-left: 2rem;
  }
  .index_footer_content_right {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 1.5rem;
  }
  .index_footer_content_right dl {
    width: 30%;
  }
  .index_footer_content_right dl dt {
    border-bottom: none;
  }
  .index_footer_content_right dl dd {
    display: none;
  }
  .index_footer_copyright {
    flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright p {
    width: 100%;
    text-align: center;
    margin-right: 0;
    line-height: 1.325rem;
  }
  .index_footer_copyright > a {
    display: block;
    width: 100%;
    line-height: 1.325rem;
    text-align: center;
  }
  .product_content_item {
    width: 100%;
    height: 15.5rem;
    margin-bottom: 1.5rem;
  }
  .product_content_item .item_text {
    padding: 0 0.5rem;
  }
  .productdetail_content .container_bd {
    position: relative;
  }
  .productdetail_content .container_bd > .return {
    right: 1rem;
  }
  .productdetail_content_feature {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .productdetail_content_feature_l {
    width: 100%;
    height: 23rem;
  }
  .productdetail_content_feature_r {
    width: 100%;
    padding: 1rem 0;
  }
  .productdetail_content_feature_r .desc_content {
    max-width: 100%;
  }
  .productdetail_content_feature_r .bottom {
    max-width: 100%;
  }
  .productdetail_content_detail .center {
    padding-left: 0;
  }
  .productdetail_content_detail .center_data_content table,
  .productdetail_content_detail .center_use_content table {
    max-width: 100%;
  }
  .productdetail_content_detail .center_data_content p img,
  .productdetail_content_detail .center_use_content p img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .solutiondetail_content {
    padding: 3.125rem 0 3.125rem;
  }
  .solutiondetail_content .content p img {
    max-width: 100%;
  }
  .case_content {
    margin-top: 1rem;
    padding: 0 0 3rem;
  }
  .case_content .container {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .case_content_nav {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .case_content_list {
    width: 100%;
    margin-bottom: 2rem;
    justify-content: space-between;
  }
  .case_content_list_item {
    width: 49%;
    margin-right: 0 !important;
  }
  .case_content_list_item .item_img {
    height: 11rem;
  }
  .news_content_list_item .item_img {
    width: 40%;
    height: 10rem;
  }
  .news_content_list_item .item_text {
    width: 60%;
    padding: 0 1rem;
  }
  .news_content_list_item .item_text h4 {
    margin-bottom: 1rem;
  }
  .news_content_list_item .item_text .bottom {
    margin-top: 1rem;
  }
  .newsdetail_content {
    padding: 1rem 0 3rem;
  }
  .newsdetail_content .container_bd {
    flex-wrap: wrap;
  }
  .newsdetail_content .container_bd > .return {
    display: none;
  }
  .newsdetail_content_desc {
    width: 100%;
  }
  .newsdetail_content_desc_title ul {
    flex-wrap: wrap;
  }
  .newsdetail_content_desc_title ul li:not(:last-child) {
    margin-right: 0.75rem;
  }
  .newsdetail_content_desc_title ul li.nums {
    display: none;
  }
  .newsdetail_content_desc_text p img {
    max-width: 100%;
  }
  .problem_content_list_item {
    margin-bottom: 1.5rem;
  }
  .problem_content_list_item .item_text {
    padding: 1.5rem;
  }
  .feedback_content_list {
    padding: 1rem;
  }
  .feedback_content_list .form form table tbody tr td:first-child {
    padding-right: 0.5rem;
  }
  .feedback_content_list .form form table tbody tr td:first-child label {
    font-size: 0.875rem;
  }
  .feedback_content_list .form form #mess-submit {
    margin: 0;
  }
  .contact_content_list_place {
    flex-wrap: wrap;
  }
  .contact_content_list_place .place_l {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact_content_list_place .place_l_text ul li {
    padding: 0;
  }
  .contact_content_list_place .place_r {
    width: 100%;
    height: 24rem;
  }
  .contact_content_list_regional {
    margin-top: 2rem;
    overflow-x: auto;
  }
  .contact_content_list_regional table thead tr th {
    white-space: nowrap;
  }
  .contact_content_list_regional table tbody tr td {
    white-space: nowrap;
    padding: 0 1rem;
  }
  .cooperation_content_list_img1 {
    margin-bottom: 3rem;
  }
  .cooperation_content_list_require {
    margin-bottom: 1.5rem;
  }
  .cooperation_content_list_require .require_text {
    float: none;
    width: 100%;
    height: auto;
    padding: 1.5rem;
  }
  .cooperation_content_list_require .require_img {
    float: none;
    width: 100%;
    height: auto;
  }
  .cooperation_content_list_require .require_img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .cooperation_content_list_obtain .obtain_text {
    float: none;
    width: 100%;
    height: auto;
    padding: 1.5rem;
  }
  .cooperation_content_list_obtain .obtain_img {
    float: none;
    width: 100%;
    height: auto;
  }
  .cooperation_content_list_obtain .obtain_img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .cooperation_content_list_form form .form_item > label {
    font-size: 0.875rem;
  }
  .cooperation_content_list_form form .form_item input {
    margin-left: 1rem;
  }
  .cooperation_content_list_form form .form_item .radiobox {
    margin-left: 1rem;
    flex-wrap: wrap;
  }
  .cooperation_content_list_form form .form_item .radiobox label {
    font-size: 0.625rem;
  }
  .cooperation_content_list_form form .form_item .radiobox label:first-child {
    margin-right: 1rem;
  }
  .supplier_content_list_img1 {
    margin-bottom: 3rem;
  }
  .supplier_content_list_form p {
    line-height: 1.25rem;
    margin-bottom: 2rem;
  }
  .supplier_content_list_form form .form_item > label {
    font-size: 0.875rem;
  }
  .supplier_content_list_form form .form_item input {
    margin-left: 1rem;
  }
  .demand_content_list_img1 {
    margin-bottom: 3rem;
  }
  .demand_content_list_form p {
    line-height: 1.25rem;
    margin-bottom: 2rem;
  }
  .demand_content_list_form form .form_item > label {
    font-size: 0.875rem;
  }
  .demand_content_list_form form .form_item input {
    margin-left: 1rem;
  }
  .demand_content_list_form form .form_item.upload .upload_input {
    margin-left: 1rem;
  }
  .demand_content_list_form form .form_item.upload .upload_input .userdefined-file #userdefinedFile {
    margin-left: 0;
  }
  .profile_content_list .data {
    flex-wrap: wrap;
    height: auto;
    padding: 1.5rem 1rem;
  }
  .profile_content_list .data li {
    width: 40%;
    height: auto;
    margin-bottom: 1.5rem;
  }
  .profile_content_list .data li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .development_content_list .list_content {
    padding-bottom: 2rem;
  }
  .development_content_list .list_content::after {
    left: 21%;
  }
  .development_content_list .list_content .time {
    width: 21%;
  }
  .development_content_list .list_content .time span {
    font-size: 1.5rem;
    padding-right: 1.2rem;
  }
  .development_content_list .list_content .event_item_time {
    margin: 0 1rem 0 0.625rem;
  }
  .honor_content_list {
    width: 100%;
    padding-bottom: 3rem;
  }
  .honor_content_list_item {
    width: 49%;
  }
  .honor_content_list_item .item_img img {
    height: 18rem;
  }
  .style_content_list {
    width: 100%;
    padding-bottom: 3rem;
  }
  .style_content_list_item {
    width: 100%;
  }
  .style_content_list_item .item_img {
    height: 17.625rem;
  }
  .jobs_content {
    padding-bottom: 3rem;
  }
  .jobs_content_list {
    width: 100%;
  }
  .jobs_content_list_item {
    width: 100%;
  }
  .mission_content_list {
    width: 100%;
  }
  .mission_content_list_top {
    flex-wrap: wrap;
  }
  .mission_content_list_top .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .mission_content_list_values .values_item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    font-size: 12px !important;
  }
  .index_case_content {
    height: 17.25rem;
    margin-top: 2rem;
  }
  .index_strength {
    padding: 3rem 0;
  }
  .index_strength .about {
    margin-top: 3rem;
  }
  .index_strength_content {
    padding-top: 3rem;
  }
  .index_strength_content_list {
    flex-wrap: wrap;
  }
  .index_strength_content_list li {
    width: 30%;
  }
  .index_strength_content_list li .num {
    margin-bottom: 2rem;
    font-size: 1.325rem;
  }
  .index_strength_content_list li .num span {
    font-size: 2.125rem;
  }
  .index_strength_content_list li p {
    text-align: center;
  }
  .index_product {
    padding: 3rem 0;
    background-size: cover;
  }
  .index_product_content {
    padding-top: 3rem;
    flex-wrap: wrap;
  }
  .index_product_content_item {
    width: 49%;
  }
  .index_product_content_item .item_img {
    height: 11rem;
  }
  .index_news {
    padding: 3rem 0;
  }
  .index_news_content {
    flex-wrap: wrap;
  }
  .index_news_content_l {
    width: 100%;
    height: 24rem;
    margin-bottom: 1.5rem;
  }
  .index_news_content_r {
    width: 100%;
  }
  .index_news_content_r .item {
    margin-bottom: 1rem;
  }
  .index_news_content_r .item_img {
    width: 46%;
  }
  .index_news_content_r .item_text {
    width: 54%;
    padding-left: 1rem;
  }
  .index_news_content_r .item_text h4 {
    margin-bottom: 0.5rem;
  }
  .cooperation_content_list_form form .form_item input {
    margin-left: 1rem;
  }
  .cooperation_content_list_form form .form_item .radiobox {
    margin-left: 1rem;
    flex-wrap: wrap;
  }
  .cooperation_content_list_form form .form_item .radiobox label {
    font-size: 0.75rem;
    line-height: 1.875rem;
  }
  .cooperation_content_list_form form .form_item .radiobox label:first-child {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
  .cooperation_content_list_form form .radio_group {
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
  .productdetail_content_feature {
    flex-wrap: wrap;
  }
  .productdetail_content_feature_l {
    width: 100%;
    height: 25rem;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
  .index_internet {
    height: 52rem;
  }
  .index_internet_text {
    top: 5%;
    right: 0;
    width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem !important;
  }
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_internet {
    height: 56rem;
  }
  .index_internet .internetimg5 {
    top: 43.1%;
    left: 5%;
    width: 60%;
    height: auto;
    object-fit: contain;
    z-index: 0;
  }
  .index_internet .internetimg4 {
    top: 30.1%;
    left: 10%;
    width: 60%;
    height: auto;
    object-fit: contain;
    z-index: 1;
  }
  .index_internet .internetimg3 {
    top: 47.9%;
    width: 60%;
    left: 15.6%;
    height: auto;
    object-fit: contain;
    z-index: 2;
  }
  .index_internet .internetimg2 {
    top: 36.2%;
    width: 60%;
    left: 22.14%;
    height: auto;
    object-fit: contain;
    z-index: 3;
  }
  .index_internet .internetimg1 {
    top: 50.25%;
    width: 60%;
    left: 28.43%;
    height: auto;
    object-fit: contain;
    z-index: 4;
  }
  .index_internet_text {
    padding: 0 3rem;
  }
  .index_product {
    padding: 3rem 0;
    background-size: cover;
  }
  .index_product_content {
    padding-top: 3rem;
    flex-wrap: wrap;
  }
  .index_product_content_item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .index_product_content_item .item_img {
    height: 26rem;
  }
  .index_news {
    padding: 3rem 0;
  }
  .index_news_content {
    flex-wrap: wrap;
  }
  .index_news_content_l {
    width: 100%;
    height: 24rem;
    margin-bottom: 1.5rem;
  }
  .index_news_content_r {
    width: 100%;
  }
  .index_news_content_r .item {
    margin-bottom: 1rem;
  }
  .index_news_content_r .item_img {
    width: 21%;
  }
  .index_news_content_r .item_text {
    width: 79%;
    padding-left: 1rem;
  }
  .index_news_content_r .item_text h4 {
    margin-bottom: 0.5rem;
  }
  .index_footer_content_left .weixin_item {
    width: 18%;
  }
  .productdetail_content_feature_l {
    width: 40%;
  }
  .productdetail_content_feature_r {
    width: 58%;
    padding-top: 3rem;
  }
  .productdetail_content_feature_r .bottom {
    margin-top: 1.5rem;
  }
  .solutiondetail_content .content p img {
    max-width: 80%;
  }
  .case_content_list_item .item_img {
    height: 24rem;
  }
  .news_content_list_item .item_img {
    width: 28%;
    height: 14rem;
  }
  .news_content_list_item .item_text {
    width: 72%;
  }
  .newsdetail_content_desc_title ul li {
    width: auto;
  }
  .newsdetail_content_desc_title ul li.nums {
    display: flex;
  }
  .cooperation_content_list_require,
  .cooperation_content_list_obtain {
    width: 100%;
    margin-bottom: 2.25rem;
  }
  .cooperation_content_list_require .require_img,
  .cooperation_content_list_obtain .require_img {
    float: left;
    width: 50%;
    height: 100%;
  }
  .cooperation_content_list_require .require_img img,
  .cooperation_content_list_obtain .require_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cooperation_content_list_require .require_text,
  .cooperation_content_list_obtain .require_text {
    float: right;
    width: 50%;
    height: 100%;
    padding: 2.875rem 2.125rem 0;
    background-color: #efefef;
  }
  .cooperation_content_list_require .require_text h4,
  .cooperation_content_list_obtain .require_text h4 {
    font-size: 1.375rem;
    color: #333333;
    margin-bottom: 1.875rem;
  }
  .cooperation_content_list_require .require_text p,
  .cooperation_content_list_obtain .require_text p {
    position: relative;
    font-size: 1rem;
    color: #666666;
    line-height: 2rem;
    padding-left: 1rem;
  }
  .cooperation_content_list_require .require_text p::before,
  .cooperation_content_list_obtain .require_text p::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 100%;
    background-color: #666666;
  }
  .cooperation_content_list_obtain {
    margin-bottom: 3.375rem;
  }
  .cooperation_content_list_obtain .obtain_text {
    float: left;
  }
  .cooperation_content_list_obtain .obtain_img {
    float: right;
  }
  .profile_content_list .data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 8rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .profile_content_list .data li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
  }
  .profile_content_list .data li .num {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .profile_content_list .data li .num span {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
  }
  .profile_content_list .data li:last-child {
    width: auto;
    margin-bottom: 0;
  }
  .honor_content_list_item {
    width: 30%;
  }
  .style_content_list_item {
    width: 49%;
  }
  .style_content_list_item .item_img {
    height: 20.625rem;
  }
  .mission_content_list_top .item {
    width: 49%;
  }
  .mission_content_list_values .values_item {
    width: 49%;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem !important;
  }
  .index_header_nav_item {
    padding: 0 1.5rem;
  }
  .index_banner {
    height: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem !important;
  }
  .index_internet {
    height: 65rem;
  }
  .index_internet_text {
    top: 5%;
    right: 0;
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem !important;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem !important;
  }
  .index_header_nav_item {
    padding: 0 1.625rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem !important;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
