@media screen and (min-width: 768px) and (max-width: 1199px) {

  /* 弹出导航 */
  .nav-page {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: width 0.2s linear;
  }

  .nav-phone {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  }

  .nav-list {
    padding-top: 2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }


  .nav-list>div {
    width: 80%;
  }

  .nav-list>div>a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #e1e1e1;
  }

  .nav-list>div>div {
    display: none;
    background-color: #f9f9f9;
  }

  .nav-list>div>div>a {
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
    color: #999;
    border-bottom: 1px dashed #e9e9e9;
  }

  .nav-list>div:hover>div {
    display: block;
  }

  .close-phone-nav {
    position: absolute;
    top: 0.31rem;
    left: 0.24rem;
    width: 0.68rem;
    height: 0.68rem;
    z-index: 999;
  }

  .close-phone-nav::before,
  .close-phone-nav::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.68rem;
    height: 0.04rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .close-phone-nav::before {
    top: 0.19rem;
  }

  .close-phone-nav::after {
    top: 0.45rem;
  }

  .close-phone-nav-active::before {
    top: 0.33rem;
    transform: rotate(135deg);
  }

  .close-phone-nav-active::after {
    top: 0.33rem;
    transform: rotate(-135deg);
  }

  /* phone内页头部 */
  .inside-roof {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    z-index: 99;
    padding: 0 0.24rem;
    border-bottom: 1px solid #282828;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .inside-roof-icon {
    position: relative;
    width: 0.68rem;
    height: 0.68rem;
  }

  .inside-roof-icon::before,
  .inside-roof-icon::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.68rem;
    height: 0.04rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .inside-roof-icon::before {
    top: 0.19rem;
  }

  .inside-roof-icon::after {
    top: 0.45rem;
  }

  .inside-roof-icon-active::before {
    top: 0.33rem;
    transform: rotate(135deg);
  }

  .inside-roof-icon-active::after {
    top: 0.33rem;
    transform: rotate(-135deg);
  }

  .inside-roof-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0.9rem;
  }

  .inside-roof-logo img {
    height: 100%;
  }

  .page_search {
    display: none;
  }

  .mobile_header {
    display: block;
    position: absolute;
    top: 0;
  }

  .main_middle {
    width: 100%;
    margin: 0 auto;
  }

  .inside-roof {
    height: 1.3rem;
  }

  /* 头部 */
  .header_wrapper {
    position: relative;
    width: 100%;
   /* height: 100vh;*/
  }

  .page_top_wrapper {
    display: none !important;
  }

  /* banner */
  .swiper-container .swiper-slide .banner_info .big_txt {
    text-align: center;
    font-size: 0.5rem;
    font-weight: bold;
    color: #ffffff;
  }

  .swiper-container .swiper-pagination {
    bottom: 0.5rem !important;
  }

  .swiper-container .swiper-pagination .my-bullet {
    margin: 0 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  /* index_search_wrapper */
  .index_search_wrapper {
    z-index: 100;
  }

  .close_ser {
    position: absolute;
    top: 2rem;
    right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .index_search {
    width: 96vw;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -48vw;
  }

  .index_search input {
    width: 80%;
    height: 100%;
    padding: 0 0.3rem;
    font-size: 0.26rem;
  }

  .index_search button {
    width: 20%;
    height: 100%;
  }

  /* index_app */
  .app_t {
    padding: 0 0.24rem;
    font-size: 0.5rem;
  }

  .app_info {
    width: 100%;
    padding: 0 0.24rem;
    margin: 0.5rem 0;
    font-size: 0.32rem;
  }

  .app_more {
    margin: 0 0.24rem;
    width: 3.6rem;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
  }

  /* product_wrapper */
  .product_wrapper {
    height: auto;
  }

  .pro_item {
    flex-direction: column;
    width: 50%;
    height: auto;
    padding: 0.24rem;
  }

  .pro_left {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .pro_left .pro_t {
    margin-bottom: 0.1rem;
    font-size: 0.4rem;
  }

  .pro_left .pro_explain {
    font-size: 0.44rem;
  }

  .pro_left .pro_info {
    margin: 0.5rem 0;
    font-size: 0.3rem;
  }

  .pro_left .pro_more {
    width: 3.6rem;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
  }

  .pro_img {
    width: 100%;
    margin-left: 0;
  }

  .pro_img img {
    width: 50%;
  }

  /* about_wrapper */
  .about_wrapper {
    height: auto;
  }

  .about_pro {
    width: 100%;
    height: auto;
    padding: 1rem 0.24rem;
  }

  .about_pro .about_pro_t {
    margin-bottom: 0.1rem;
    font-size: 0.4rem;
  }

  .about_pro .about_pro_explain {
    margin-bottom: 0.3rem;
    font-size: 0.44rem;
  }

  .about_pro .about_pro_more {
    width: 3.6rem;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
  }

  .about_main {
    height: auto;
    padding: 0.5rem 0.24rem;
  }

  .about_main>div {
    height: auto;
    flex-direction: column;
  }

  .about_main .about_img {
    margin-bottom: 0.5rem;
  }

  .about_main .about_content {
    width: 100%;
  }

  .about_main .about_content .about_t {
    font-size: 0.44rem;
  }

  .about_main .about_content .about_info {
    margin: 0.5rem 0;
    font-size: 0.3rem;
  }

  .about_main .about_content .about_more {
    width: 3.6rem;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
  }

  /* page_bottom */
  .page_bottom {
    height: auto;
  }

  .page_b_banner {
    height: auto;
  }

  .page_b_banner>div {
    padding: 0.24rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .b_b_left {
    margin-bottom: 0.2rem;
  }

  .b_b_left h2 {
    font-size: 0.5rem;
  }

  .b_b_left h6 {
    font-size: 0.34rem;
  }

  .b_b_right {
    font-size: 0.4rem;
    line-height: 1.3em;
    text-align: left;
  }

  .partner_wrapper {
    height: auto;
  }

  .pw_t {
    padding: 0.5rem;
  }

  .pw_t h4 {
    margin-bottom: 0.1rem;
    font-size: 0.6rem;
  }

  .pw_t h6 {
    font-size: 0.4rem;
  }

  .pw_content {
    justify-content: space-between;
    padding: 0 0.24rem;
  }

  .pw_content .pw_item {
    width: 24%;
    margin: 0 0 0.3rem 0;
  }

  .pw_content .pw_item img {
    width: 100%;
  }

  .bottom {
    height: auto;
  }

  .bottoms {
    padding: 0.24rem;
    flex-wrap: wrap;
    height: auto;
  }

  .blogo {
    width: 100%;
    padding: 0;
  }

  .blist {
    width: 25%;
    padding-top: 0.5rem;
  }

  .blisttitle {
    font-size: 0.3rem;
  }

  .bline {
    width: 0.15rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .blist ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
  }

  .contact {
    width: 100%;
    padding-top: 0.5rem;
  }

  .adress {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }

  .tel {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin: 0.1rem;
  }

  .tel img {
    margin-right: 0.1rem;
  }

  .contacts a {
    width: auto;
  }

  .foot {
    padding: 0.24rem;
    height: auto;
    line-height: 2em;
  }

  .foot>div {
    flex-direction: column;
  }

  .left_foot {
    width: 100%;
  }

  .right_foot {
    width: 100%;
    text-align: left;
  }

  .foot,
  .foot a {
    font-size: 0.3rem;
  }

  /* 内页开始 */
  .header_wrapper_inner {
    height: auto;
    margin-top: 1.3rem;
  }

  /* in_about_list */
  .in_about_list_wrapper {
    height: 1rem;
  }

  .in_about_list {
    font-size: 0.3rem;
  }

  .in_about_list a {
    width: 33.33%;
    height: 1rem;
    line-height: 1rem;
  }

  /* in_about_main */
  .in_about_main {
    width: 100%;
    padding: 0.5rem 0.24rem;
  }

  .in_about_main_left {
    width: 48%;
    margin-bottom: 0.5rem;
  }

  .in_about_main_left .iaml_t {
    font-size: 0.44rem;
  }

  .in_about_main_left .iaml_content {
    margin: 0.5rem 0;
    font-size: 0.3rem;
    line-height: 2em;
  }

  .in_about_main_left .iaml_more {
    width: 3.2rem;
    height: 0.9rem;
    font-size: 0.3rem;
    line-height: 0.9rem;
  }

  .in_about_main_right {
    width: 48%;
    height: auto;
  }

  /* in_about_cooperation_wrapper */
  .in_about_cooperation_wrapper {
    padding: 0.5rem 0.24rem;
  }

  .in_about_cooperation {
    padding: 0;
  }

  .in_about_cooperation_left {
    width: 30%;
    height: auto;
    margin-bottom: 0.5rem;
  }

  .in_about_cooperation_right {
    width: 62%;
  }

  .in_about_cooperation_right .ibcr_t {
    margin: 0.3rem 0;
    font-size: 0.34rem;
    line-height: 1.1em;
  }

  .in_about_cooperation_right .ibcr_info {
    margin-bottom: 0.4rem;
    font-size: 0.3rem;
    line-height: 2em;
  }

  .in_about_cooperation_right .ibcr_more {
    margin-bottom: 0.3rem;
    width: 100%;
    height: 1rem;
    font-size: 0.3rem;
    line-height: 1rem;
  }

  .in_about_cooperation_right .ibcr_img {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .in_about_cooperation_right .ibcr_img img {
    width: 30%;
    height: auto;
  }

  /* in_about_history_wrapper */
  .in_about_history_wrapper {
    height: 6rem;
  }

  .history_item {
    width: 33.33vw;
    height: 50%;
    margin-top: 0.5rem;
    justify-content: flex-start;
  }

  .history_item:nth-of-type(odd) {
    margin-top: 2.58rem;
  }

  .history_item .his_content {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .history_item .his_year {
    font-size: 0.6rem;
  }

  .history_item .his_line {
    height: 0.6rem;
  }

  .history_item .his_point {
    width: 0.3rem;
    height: 0.3rem;
    border: 0.1rem solid #2f318b;
  }

  /* in_about_culture_wrapper */
  .in_about_culture_wrapper {
    padding: 0.5rem 0.24rem;
    height: auto;
  }

  .in_about_culture {
    padding-top: 0;
  }

  .in_about_culture .ibcm_t {
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
  }

  .in_about_culture .ibcm_list {
    flex-wrap: wrap;
  }

  .in_about_culture .ibcm_list .ibcm_item {
    width: 47%;
    margin-bottom: 0.3rem;
  }

  .in_about_culture .ibcm_list .ibcm_item .ibcmi_t {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3rem;
    font-size: 0.34rem;
  }

  .in_about_culture .ibcm_list .ibcm_item .ibcmi_t img {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .in_about_culture .ibcm_list .ibcm_item .ibcmi_t span {
    font-weight: bold;
  }

  .in_about_culture .ibcm_list .ibcm_item .ibcmi_c {
    font-size: 18px;
    color: #23006e;
    line-height: 32px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  /* inner_title */
  .inner_title {
    text-align: center;
    padding: 0.5rem;
  }

  .inner_title h4 {
    margin-bottom: 0.3rem;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }

  .inner_title i {
    width: 0.8rem;
    height: 0.06rem;
  }

  /* inner_pic_show_wrapper */
  .inner_pic_show_wrapper {
    flex-wrap: wrap;
    padding: 0 0.24rem;
  }

  .inner_pic_show_wrapper .ipsw_item {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .inner_pic_show_wrapper .ipsw_item a {
    flex-direction: column;
  }

  .inner_pic_show_wrapper .ipsw_item .ipsw_item_img {
    width: 100%;
    height: auto;
    padding: 0.4rem;
  }

  .inner_pic_show_wrapper .ipsw_item .ipsw_item_img img {
    width: 100%;
    height: 100%;
  }

  .inner_pic_show_wrapper .ipsw_item .ipsw_item_text {
    padding: 0.3rem 0;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .header_wrapper_inner_full {
    height: 100vh;
  }

  /* in_product_one_wrapper */
  .in_product_one_wrapper {
    padding: 0.5rem 0.24rem;
    height: auto;
    flex-direction: column;
  }

  .in_product_one_left {
    width: 100%;
    height: auto;
  }

  .in_product_one_left .ipol_item {
    margin-bottom: 0.5rem;
  }

  .in_product_one_left .ipol_item .ipol_t {
    margin-bottom: 0.3rem;
    font-size: 0.5rem;
  }

  .in_product_one_left .ipol_item .ipol_t img {
    margin-right: 0.3rem;
  }

  .in_product_one_left .ipol_item .ipol_info {
    font-size: 0.34rem;
  }

  .in_product_one_right {
    width: 100%;
  }

  .in_product_one_right .ipor_item {
    width: 50%;
    margin-bottom: 0.5rem;
  }

  .in_product_one_right .ipor_item .ipor_img {
    width: 30%;
  }

  .in_product_one_right .ipor_item .ipor_info h6 {
    font-size: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }

  .in_product_one_right .ipor_item .ipor_info p {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  /* in_product_two_wrapper */
  .in_product_two_wrapper {
    height: auto;
    padding: 0.5rem 0.24rem;
  }

  .in_product_two_wrapper .ipt_title {
    width: 80%;
    height: 1rem;
    margin-bottom: 0.3rem;
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .in_product_two_wrapper .ipt_title img {
    margin: 0 0.3rem;
  }

  .in_product_two_wrapper .ipt_text {
    width: 100%;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .in_product_two_wrapper .ipt_content {
    flex-direction: column;
  }

  .in_product_two_wrapper .ipt_lz {
    width: 100%;
    height: auto;
    padding: 0.24rem;
    text-align: left;
    font-size: 0.46rem;
    line-height: 1.8em;
  }

  .ipt_pic {
    margin: 0.5rem 0;
    height: auto;
    flex-wrap: wrap;
  }

  .ipt_pic .ipt_item {
    width: 33%;
    height: auto;
    margin-bottom: 0.3rem;
  }

  .ipt_pic .ipt_item .ipt_item_img {
    height: auto;
    padding: 0.3rem;
  }

  /* in_product_three_wrapper */
  .in_product_three_wrapper {
    padding: 0.24rem 0 0;
    height: auto;
  }

  .iphr_wrapper .iphr_item {
    width: 49%;
    height: auto;
    margin-bottom: 0.24rem;
    padding: 0.5rem 0.24rem;
  }

  .iphr_wrapper .iphr_item .iphr_t {
    margin-bottom: 0.3rem;
    font-size: 0.54rem;
  }

  .iphr_wrapper .iphr_item .iphr_t img {
    margin-right: 0.3rem;
  }

  .iphr_wrapper .iphr_item .iphr_info {
    font-size: 0.34rem;
    line-height: 1.8em;
  }

  /* in_product_four_wrapper */
  .in_product_four_wrapper {
    flex-direction: column;
    height: auto;
    padding: 0.5rem 0.24rem;
  }

  .ipfw_left {
    width: 100%;
    margin-right: 0;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ipfw_left .ipfwl_item {
    width: 48%;
    height: 0.8rem;
    padding: 0 0.2rem;
    margin-bottom: 0.3rem;
    font-size: 0.34rem;
    line-height: 0.8rem;
  }

  .ipfw_right {
    flex: 1;
    flex-direction: column;
  }

  .ipfw_right .ipfwr_img {
    width: 50%;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .ipfw_right .ipfwr_img img {
    width: 100%;
  }

  .ipfw_right .ipfwr_table {
    width: 100%;
  }

  .ipfw_right .ipfwr_table .ipfwr_t {
    height: auto;
  }

  .ipfw_right .ipfwr_table .ipfwr_t p {
    width: 100%;
    font-size: 0.5rem;
    line-height: 1.4rem;
  }

  .ipfw_right .ipfwr_table .ipfwr_info .ipfwr_info_item {
    height: 1.4rem;
  }

  .ipfw_right .ipfwr_table .ipfwr_info .ipfwr_info_item p {
    width: 50%;
    font-size: 0.36rem;
    line-height: 1.4rem;
    border-right: 2px solid #fff;
  }

  /* in_server_t*/
  .in_server_t {
    padding: 0.5rem 0.24rem;
    font-size: 0.54rem;
    flex-direction: column;
  }

  .in_server_t p {
    text-align: center;
    font-weight: bold;
  }

  .in_server_t p.in_server_t_point {
    margin: 0;
    line-height: 0.3rem;
  }

  /* in_server_sq_list */
  .in_server_sq_list {
    flex-wrap: wrap;
  }

  .in_server_sq_list .in_server_sq_item {
    width: 33%;
    margin-bottom: 0.5rem;
  }

  .in_server_sq_list .in_server_sq_item img {
    margin-bottom: 0.4rem;
  }

  .in_server_sq_list .in_server_sq_item span {
    font-size: 0.42rem;
  }

  /* in_server_sh_list_wrapper */
  .in_server_sh_list_wrapper {
    height: auto;
  }

  /* in_server_sh_list */
  .in_server_sh_list {
    flex-wrap: wrap;
  }

  /* in_server_sh_list */
  .in_server_sh_list .in_server_sh_item {
    width: 33%;
    margin-bottom: 0.4rem;
  }

  .in_server_sh_list .in_server_sh_item .in_server_sh_item_img {
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 0.4rem;
    line-height: 2.8rem;
  }

  .in_server_sh_list .in_server_sh_item span {
    font-size: 0.4rem;
  }

  /* in_server_bottom */
  .in_server_bottom {
    width: 100%;
    padding: 0;
  }

  .in_server_bottom_item .isbi_left {
    width: 50%;
    padding: 0.5rem 0.24rem;
    flex-direction: column;
  }

  .in_server_bottom_item .isbi_left .isbi_l_t {
    font-size: 0.44rem;
  }

  .in_server_bottom_item .isbi_left .isbi_l_t_apply {
    margin-bottom: 0.4rem;
    height: 1rem;
  }

  .in_server_bottom_item .isbi_left .isbi_l_t_apply span {
    padding: 0 0.5rem;
    font-size: 0.44rem;
    line-height: 1rem;
  }

  .in_server_bottom_item .isbi_left .isbi_l_line {
    width: 1rem;
    height: 0.04rem;
    margin: 0.2rem 0;
  }

  .in_server_bottom_item .isbi_left .isbi_l_info {
    font-size: 0.3rem;
  }

  .in_server_bottom_item .isbi_right {
    width: 50%;
  }

  /* inner_down_wrapper */
  .inner_down_wrapper {
    padding: 0 0.24rem 1rem;
  }

  .idw_item {
    margin-bottom: 0.5rem;
  }

  .idw_item .idw_item_img {
    width: 30%;
    margin-right: 5%;
  }

  .idw_item .idw_item_img img {
    width: 100%;
    height: auto;
  }

  .idw_item .idw_item_main p.idw_item_main_t {
    margin-bottom: 0.1rem;
    font-size: 0.44rem;
  }

  .idw_item .idw_item_main p.idw_item_main_time {
    font-size: 0.24rem;
  }

  .idw_item .idw_item_main p.idw_item_main_time img {
    margin-right: 0.1rem;
  }

  .idw_item .idw_item_handler {
    width: 10%;
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
  }

  .idw_item .idw_item_handler img {
    margin-bottom: 0.2rem;
  }

  .idw_item .idw_item_line {
    height: 1rem;
  }

  /* inner_news_class_list */
  .inner_news_class_list {
    width: 100%;
    margin: 0;
    padding: 0.5rem 0.24rem;
  }

  .inner_news_class_list a {
    width: 48%;
    height: 1rem;
    font-size: 0.3rem;
    line-height: 1rem;
  }

  .inner_news_class_list a:hover {
    border-bottom: 0.05rem solid #00ffff;
  }

  /* inner_news_top */
  .inner_news_top {
    margin-bottom: 0.1rem;
  }

  .inner_news_top .int_item {
    width: 32%;
    margin-bottom: 0.2rem;
  }

  .inner_news_top .int_item .int_item_img {
    width: 100%;
    height: auto;
  }

  .inner_news_top .int_item .int_item_main {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.24rem;
  }

  .inner_news_top .int_item .int_item_main .intim_t {
    font-size: 0.34rem;
  }

  .inner_news_top .int_item .int_item_main .intim_info {
    margin: 0.3rem 0;
    font-size: 0.3rem;
    line-height: 1.8em;
    -webkit-line-clamp: 3;
  }

  .inner_news_top .int_item .int_item_main .intim_time {
    font-size: 0.26rem;
    line-height: 1em;
  }

  /* inner_news_bottom */
  .inner_news_bottom {
    margin-bottom: 1rem;
  }

  .inner_news_bottom .inb_item {
    padding: 0 0.24rem;
    height: 3rem;
  }

  .inner_news_bottom .inb_item .inbt_time {
    font-size: 0.44rem;
    line-height: 1em;
  }

  .inner_news_bottom .inb_item .inbt_t {
    margin: 0.3rem 0;
    font-size: 0.34rem;
    line-height: 1em;
  }

  .inner_news_bottom .inb_item .inbt_info {
    font-size: 0.3rem;
    line-height: 1em;
  }

  /* inner_contact_message */
  .inner_contact_message {
    padding: 0 0.24rem 0.7rem;
    margin-bottom: 0;
  }

  .inner_contact_message .icm_t {
    margin-bottom: 1rem;
    font-size: 0.34rem;
    line-height: 1.5em;
  }

  .inner_contact_message .icm_form {
    width: 100%;
  }

  .inner_contact_message .icm_form input {
    width: 100%;
    height: 1rem;
    padding: 0 0.5rem;
    font-size: 0.3rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
  }

  .inner_contact_message .icm_form textarea {
    width: 100%;
    height: 3rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .inner_contact_message .icm_form button {
    width: 100%;
    height: 1rem;
    font-size: 0.34rem;
    line-height: 1rem;
    border-radius: 0.1rem;
  }

  /* inner_contact_bottom */
  .inner_contact_bottom {
    margin-bottom: 1rem;
    flex-direction: column;
  }

  .inner_contact_bottom .icb_left {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.24rem;
  }

  .inner_contact_bottom .icb_left .icb_left_t {
    font-size: 0.6rem;
    line-height: 1em;
    margin-bottom: 0.4rem;
  }

  .inner_contact_bottom .icb_left .icb_left_name {
    border-bottom: #d9d9d9;
    margin-bottom: 0.4rem;
    padding-bottom: 0.5rem;
  }

  .inner_contact_bottom .icb_left .icb_left_name p {
    margin-bottom: 0.1rem;
    font-size: 0.5rem;
    line-height: 1.7em;
  }

  .inner_contact_bottom .icb_left .icb_left_name span {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .inner_contact_bottom .icb_left .icb_left_info {
    font-size: 0.3rem;
    line-height: 1.8em;
    margin-bottom: 0.5rem;
  }

  .inner_contact_bottom .icb_left .icb_left_cion {
    font-size: 0.3rem;
  }

  .inner_contact_bottom .icb_right {
    width: 100%;
    height: auto;
  }

  /* inner_apply_banner */
  .inner_apply_banner {
    height: auto;
    padding: 0.5rem 0.24rem;
  }

  .inner_apply_banner .iab_t {
    margin-bottom: 0.4rem;
    font-size: 0.44rem;
  }

  .inner_apply_banner .iab_info {
    padding-right: 0;
    font-size: 0.38rem;
    line-height: 1.8em;
  }

  /* inner_apply_case */
  .inner_apply_case {
    padding: 0 0.24rem 0.5rem;
  }

  .inner_apply_case .iac_t {
    margin: 0.5rem 0;
    font-size: 0.56rem;
  }

  .inner_apply_case .iac_list {
    flex-wrap: wrap;
  }

  .inner_apply_case .iac_list .iac_item {
    margin-bottom: 0.3rem;
  }

  /* inner_apply_blue_area */
  .inner_apply_blue_area {
    padding: 0.5rem 0.24rem;
    height: auto;
    flex-direction: column;
  }

  .iaba_left {
    width: 100%;
  }

  .iaba_left .iaba_left_t {
    margin-bottom: 0.1rem;
    font-size: 0.44rem;
  }

  .iaba_left .iaba_left_info {
    margin-bottom: 0.5rem;
    font-size: 0.34rem;
  }

  .iaba_right {
    width: 100%;
    margin-left: 0;
  }

  /* apply_product_wrapper */
  .apply_product_wrapper {
    width: 100%;
  }

  .float_contact {
    display: none;
  }

  /* inside_news_detail */

  .inside_news_detail {
    margin-bottom: 1rem;
  }

  .inside_news_detail .ind_title_wrapper {
    margin-bottom: 0.5rem;
    padding: 0 0.3rem 0.3rem;
  }

  .inside_news_detail .ind_title_wrapper .ind_title {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
  }

  .inside_news_detail .ind_title_wrapper .ind_info {
    font-size: 0.26rem;
  }

  .inside_news_detail .ind_title_wrapper .ind_info span {
    margin: 0 0.1rem;
  }

  .inside_news_detail .ind_main {
    font-size: 0.3rem;
    padding: 0 0.6rem;
  }
}