<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 1921px) {
    .inq_txt{
      font-size: 0.12rem;
  }
  .inq_txt a{
      font-size: 0.12rem;
  }
}
@media only screen and (max-width: 1920px) {
    .inq_txt{
      font-size: 0.14rem;
  }
  .inq_txt a{
      font-size: 0.14rem;
  }
}
@media only screen and (max-width: 1440px) {
  .inquire_bg{
    padding: 0.12rem 0.1rem;
  }
  .inq_txt{
      font-size: 0.12rem;
  }
  .inq_txt a{
    margin-left: 0.04rem;
  }
  .inq_txt img{
      margin-left: 0.04rem;
  }
  .wx{
      font-size: 0.24rem;
  }
}
@media only screen and (max-width: 1024px) {
  .content {
    width: 95%;
  }

  /*é¦–é¡µ*/
  .header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .en{
    margin: 0.3rem 0.8rem;
  }
  .nav{
    display: none;
  }
  .menu {
	  position: absolute;
	  top: 0.48rem;
	  right: 0.3rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  width: 0.35rem;
	  height: 0.6rem;
	  transition: transform 250ms ease;
	  cursor: pointer;
	  z-index: 200;
		display: block;
	}
	.menu span {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: 3px;
	  background: #fff;
	  border-radius: 10px;
	  transition: transform 250ms ease;
	  z-index: 200;
	}
  .menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(6px);
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span {
    background-color: #fff;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-3px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav02 {
    display: block;
    transition: 500ms ease;
  }
	.nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #134783;
    transition: 500ms ease;
    z-index: 99;
    display: none;
  }
	.nav02 li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-indent: 5%;
    color: #fff;
  }
  .nav02 li a {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 250ms ease;
    z-index: -1;
  }
  .ind_top{
    margin-top: 1rem;
  }
  .banner{
    float: none;
    width: 100%;
    height: 2.2rem;
  }
  .inquire_bg{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
  }
  .inq_bg{
    float: left;
    width: 46%;
    margin: 0 2% 0.16rem;
  }
  .inq_key{
    float: left;
    width: 46%;
    margin: 0 2% 0.16rem;
  }
  .inq_ss{
    float: left;
    width: 46%;
    margin: 0 2% 0.16rem;
  }
  .pro_part{
    display: block;
  }
  .pro_left{
    display: none;
  }
  .pro_right{
    width: 100%;
  }
  .pro_right .pro_left_list{
    display: block;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .pro_left_list ul{
    margin-right: -2%;
  }
  .pro_left_list li{
    width: 23%;
    margin-right: 2%;
  }
  .pro_rbg{
    height: auto;
    padding: 0 0.2rem 0.1rem 0.2rem;
  }
  .pro_rpic{
    height: 1.3rem;
  }
  .about_left{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .about_pic{
    float: none;
    width: 100%;
    height: 5rem;
  }
  .kej_bg{
    height: auto;
  }
  .kej_box{
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .fw_box{
    float: none;
    width: 100%;
    height: auto;
  }
  .kej_pic{
    width: 32%;
    height: 1.7rem;
  }
  .fuwu_con{
    width: 32%;
    height: 1.7rem;
  }
  
  .kej_r{
    width: 65%;
  }
  .kej_txt{
    width: 96%;
  }
  .fw_date{
    width: 15%;
  }
  .fw_r{
    width: 78%;
  }
  .news_w{
    width: 100%;
  }
  .honor_bg{
    width: 100%;
    height: 3rem;
    margin: 1.46rem 0 1rem;
  }
  .news_day{
    float: left;
    width: 10%;
    position: static;
    top: auto;
    left: auto;
    margin-top: 0.15rem;
  }
  .news_r{
    float: right;
    width: 86%;
    margin: 0;
  }
  .news_con{
    width: 100%;
    margin-left: 0;
  }
  .news a{
    display: block;
    height: 100%;
  }
  .news li:hover .news_day{
    background: #f5f5f5;
    box-shadow: none;
  }
  .news li:hover .news_r{
    background: #fff;
  }
  .news li:hover .news_txt{
    color: #333;
  }
  .news li:hover .news_more{
    opacity: 0;
  }
  .shop_bg{
    height: auto;
  }
  .shop_content{
    width: 95%;
  }
  .shop_pic{
    float: none;
    width: 100%;
    height: 5.5rem;
    margin-bottom: 0.4rem;
  }
  .shop_right{
    float: none;
    width: 100%;
  }
  .link_tit{
    float: none;
    width: 100%;
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0.1rem;
  }
  .link_tit span{
    display: none;
  }
  .link{
    float: none;
    width: 100%;
  }
  .foot_content{
    width: 95%;
  }
  .foot_left{
    width: 26%;
  }
  .f_logo{
    width: 90%;
  }
  .foot_r{
    width: 72%;
    height: auto;
    padding: 0.66rem 0 0.66rem 0.4rem;
  }
  .f_nav{
    width: 100%;
  }
  .foot_rb{
    width: 100%;
  }
  .f_con{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .f_code{
    float: none;
    width: 100%;
  }
  .f_code  ul{
    margin-right: -3%;
  }
  .f_code li{
    width: 30.333%;
    margin: 0 3% 0 0;
  }
  .backtop{
    right: right;
    left: 2.5%;
    bottom: 8%;
  }
  .copyright .fr{
    padding-right: 0;
  }


  /* èµ°è¿›é©°é¡º */
  .path{
    background-size: 0.25rem 0.3rem;
    font-size: 0.28rem;
    margin: 0.15rem auto 0.35rem;
  }
  .into_left{
    float: none;
    width: 100%;
  }
  .into_right{
    float: none;
    width: 100%;
  }
  .into_right_bg{
    padding: 0 0.3rem 0.3rem 0.3rem;
  }
  .into_left_tit{
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    padding: 0;
  }
  .into_type{
    padding: 0.5rem 0.3rem 0.3rem;
  }
  .into_type ul{
    margin-right: -2%;
  }
  .into_type li{
    float: left;
    width: 18%;
    text-align: center;
    margin-right: 2%;
    border: solid 0.01rem #ddd;
    border-radius: 0.1rem;
    line-height: 0.6rem;
	  height: 0.6rem;
  }
  .into_type i{
    display: none;
  }
  .into_type li em{
    top: 0.22rem;
    right: 0.1rem;
  }

  .protype-sub{
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .protype-sub li{
    margin: 0 0.5rem 0.05rem 0 !important;
    width: auto !important;
    color: #333 !important;
    font-size: 0.16rem;
    line-height: 1.8 !important;
    height: auto !important;
    border: none !important;
    text-indent: 0;
  }
  .protype-sub li:hover a, .protype-sub li.curr a{
    color: #ff7f05 !important;
  }


  .into_type_list{
    width: 100%;
    background: #fff;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .into_type_list li{
    float: none;
    width: 100%;
    border: none;
    border-bottom: solid 0.01rem #eee;
    margin: 0;
  }
  .into_type_list li:last-child{
    border: none;
  }
  .into_right .about_list i{
    right: -0.5rem;
  }


  /* èµ°è¿›é©°é¡º-åŽ†ç¨‹ */
  .course_type ul{
    margin-right: -2%;
  }
  .course_type li{
    width: 23%;
    margin-right: 2%;
  }
  .course_year{
    display: block;
    width: 100%;
    color: #333;
    line-height: 0.4rem;
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.1rem 0 0 0;
  }
  .course_stage{
    display: block;
    width: 100%;
    color: #333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    position: absolute;
    top: 0.57rem;
    left: 0;
  }
  .course_type li.on .course_year{
    margin: 0.1rem 0 0 0;
  }
  .about2-c1{
    min-height: 5rem;
  }
  .about2-c3{
    width: 3rem;
    height: 2rem;
  }
  .about2-c4{
    width: 5.8rem;
  }
  .about2-c8{
    font-size: 0.6rem;
  }


  /* èµ°è¿›é©°é¡º-è£èª‰ */
  .honor_list ul{
    margin-right: -2%;
  }
  .honor_list li{
    width: 23%;
    margin: 0 2% 0.21rem 0;
  }
  .honor_list img{
    height: 1.8rem;
  }


  /* å…¬å¸æ–°é—» */
  .news_list_r{
    width: 6.2rem;
  }
  .m_news ul{
    margin-right: -2%;
  }
  .m_news li{
    width: 31.33%;
    margin: 0 2% 0.3rem 0;
  }
  .m_news_pic{
    height: 1.8rem;
  }


  /* å…¬å¸æ–°é—»-æ‹›è˜ */
  .join_icon{
    opacity: 1;
  }


  /* é©°é¡ºå®žéªŒå®¤ */
  .sys ul{
    margin-right: 0;
  }
  .sys li{
    float: none;
    width: 100%;
    margin: 0 0 0.22rem 0;
  }
  .sys_txt{
    width: 14%;
  }
  .yuyue_bg{
    width: 86%;
  }
  .yy_inp{
    width: 86%;
  }
  .yy_con{
    width: 86%;
  }
  .yzm{
    width: 70%;
  }
  .yy_bt{
    width: 86%;
    margin: 0.61rem 0 0 14%;
  }


  /* é©°é¡ºå®žéªŒå®¤-è§†é¢‘ */
  .video ul{
    margin-right: -2%;
  }
  .video li{
    width: 23%;
    margin: 0 2% 0.33rem 0;
  }
  .video_pic{
    height: 1.6rem;
  }


  /* é©°é¡ºå®žéªŒå®¤-å›¾åº“ */
  .tuku ul{
    margin-right: -2%;
  }
  .tuku li{
    width: 14.6%;
    margin: 0 2% 0.23rem 0;
  }
  .tuku_pic{
    height: 1.3rem;
  }


  /* æœåŠ¡æ”¯æŒ-æ¡ˆä¾‹ */
  .case ul{
    margin-right: -2%;
  }
  .case li{
    width: 23%;
    margin: 0 2% 0.12rem 0;
  }
  .case_pic{
    height: 1.7rem;
  }


  /* æœåŠ¡æ”¯æŒ-æ–‡ç«&nbsp; */
  .article_r{
    width: 6.2rem;
  }


  /* æœåŠ¡æ”¯æŒ-ä¸‹è½½ */
  .down_txt{
    width: 50%;
  }


  /* ç½‘ä¸Šå•†åŸŽ */
  .shop_list ul{
    margin-right: -3%;
  }
  .shop_list li{
    width: 47%;
    height: 6.2rem;
    padding: 0.3rem;
    margin: 0 3% 0.3rem 0;
  }
  .shop_list_pic{
    float: none;
    width: 100%;
    height: 2.8rem;
  }
  .shop_list_r{
    float: none;
    width: 100%;
    padding-top: 0.14rem;
  }


  /* è”ç³»æˆ‘ä»¬ */
  .white{
    padding: 0.14rem 0.3rem 0.4rem 0.3rem;
  }
  .sales{
    width: 100%;
  }
  .sales ul{
    margin-right: -10%;
  }
  .sales li{
    width: 40%;
    margin: 0 10% 0.3rem 0;
  }
  .sales i{
    right: -0.45rem;
  }
  .sales_right{
    width: 70%;
  }
  .map{
    height: 4rem;
  }
  .mes_box .sys{
    width: 95%;
  }
  .mes_box .sys li{
    float: none;
    width: 100%;
  }
  .mes_box .sys_txt{
    width: 14%;
  }
  .mes_box .yuyue_bg{
    width: 86%;
  }
  .mes_box .yy_inp{
    width: 86%;
  }
  .mes_box .yy_con{
    width: 86%;
  }
  .mes_box .yzm{
    width: 70%;
  }
  .mes_box .yy_bt{
    width: 86%;
    margin: 0.61rem 0 0 14%;
  }


  /* äº§å“ä¸­å¿ƒ */
  .pro_list_top{
    display: none;
  }
  .pro_list_top02{
    display: block;
    position: relative;
    background: #134783;
  }
  .pro_list_top02 ul{
    margin-right: -0.01rem;
  }
  .pro_list_top02 li{
    float: left;
    width: 25%;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    border-right: solid 0.01rem #f5f5f5;
    border-bottom: solid 0.01rem #f5f5f5;
    color: #fff;
    font-size: 0.18rem;
  }
  .pro_list_top02 li:hover{
    background: #ff7f05;
    color: #fff;
  }
  .pro_list_top02 li:hover .pro_listbg{
    display: block;
  }
  .pro_listbg{
    width: 100%;
    background: #edf0f4;
    padding: 0.3rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    display: none;
    z-index: 5;
  }
  .pro_list02{
    width: 100%;
  }
  .pro_list02 ul{
    margin-right: -2%;
  }
  .pro_list02 li{
    float: left;
    width: 31.33%;
    text-align: left;
    line-height: 0.4rem;
    margin-right: 2%;
    border: none;
    color: #333;
    font-size: 0.18rem;
  }
  .pro_list02 li:hover{
    background: none;
    color: #333;
  }
  .product_left{
    float: none;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .product_right{
    float: none;
    width: 100%;
  }
  .protype{
    display: none;
  }
  .product ul{
    margin-right: 0;
  }
  .product li{
    float: none;
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
  .product_r{
    width: 7.2rem;
  }
  .product_bq{
      height: auto;
  }


  /* äº§å“è¯¦æƒ… */
  .lanrenzhijia{
    display: none;
  }
  .proshow_left{
    width: 4rem;
    display: block;
  }
  .proshow_top{
    height: 4rem;
  }
  .proshow_bc{
    width: 78%;
  }
  .proshow_right{
    width: 5.4rem;
    padding-top: 0.2rem;
  }
  .proshow_btn ul{
    margin-right: -2%;
  }
  .proshow_btn li{
    width: 23%;
    margin-right: 2%;
  }
  .xq_pic{
    height: 1.6rem;
  }
  .sycase ul{
    margin-right: -2%;
  }
  .sycase li{
    width: 14.6%;
    margin: 0 2% 0.22rem 0;
  }
  .sycase_pic{
    height: 1.4rem;
  }
  .show_box .article_r{
    width: 6.8rem;
  }
}

@media only screen and (max-width: 1023px) {
  body{
    font-size: 0.26rem;
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }

  /*é¦–é¡µ*/
  .en{
    width: 1.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0.24rem 1rem;
  }
  .menu{
    width: 0.55rem;
    top: 0.4rem;
  }
  .inquire_bg{
    padding: 0.2rem 0.3rem;
  }
  .inquire_tit h1{
    font-size: 0.35rem;
    line-height: 1rem;
  }
  .inq_bg,.inq_key,.inq_ss{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    margin: 0 0 0.2rem;
  }
  .inq{
    background-size: 0.18rem 0.12rem;
    font-size: 0.26rem;
  }
  .inq_txt{
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .inq_txt a{
    font-size: 0.24rem;
  }
  .inq_txt img{
    width: 0.3rem;
    height: 0.26rem;
  }
  .wx_code{
    width: 1.8rem;
    height: 1.8rem;
    top: 0.7rem;
    right: -0.2rem;
  }
  .wx_code img{
    width: 100%;
    height: 100%;
  }
  .pro_rtop{
    height: 0.8rem;
  }
  .pro_rtit{
      width: 3.7rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .pro_left_list li{
    width: 48%;
    font-size: 0.26rem;
  }
  .pro_rpic{
    height: 2.2rem;
  }
  .pro_rtxt{
    font-size: 0.26rem;
    line-height: 0.8rem;
	  height: 0.8rem;
  }
  .about_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
	  height: 1.3rem;
   
  }
  /* .about_list{
    padding-left: 5%;
  } */
  .about_list ul{
    display: block;
  }
  .about_list li{
    float: left;
    width: 60%;
    margin-bottom: 0.3rem;
  }
  .about_list li:nth-child(2n){
    width: 40%;
  }
  .about_list i{
    display: none;
  }
  .about_list h1 b{
    font-size: 0.5rem;
  }
  .about_list h1 span{
    font-size: 0.26rem;
  }
  .about_list h2{
    font-size: 0.26rem;
  }
  .about_pic{
    height: 4rem;
  }
  .kej_more{
    font-size: 0.26rem;
  }
  .kej_type ul{
    margin-right: -2%;
  }
  .kej_type ul{
    margin-right: -2%;
  }
  .kej_type li{
    width: 23%;
    height: 0.7rem;
	  line-height: 0.7rem;
    margin-right: 2%;
    font-size: 0.26rem;
  }
  .ind_sys_box .kej_pic{
    height: 4rem;
    margin-bottom: 0.2rem;
  }
  .ind_sys_box .kej_r{
    padding: 1rem 0.3rem 0.1rem;
  }
  .ind_sys_box .kej_r h1{
    height: 0.42rem;
    margin: 0;
  }
  .kej_pic{
    width: 36%;
  }
  .kej_r{
    width: 60%;
    margin: 0;
  }
  .kej_r h1{
    font-size: 0.28rem;
    line-height: 0.42rem;
    height: 0.84rem;
    margin: 0.1rem 0;
  }
  .kej_date{
    font-size: 0.26rem;
    line-height: 0.62rem;
  }
  .kej li{
    height: 0.81rem;
  }
  .kej i{
    width: 0.12rem;
    height: 0.12rem;
    margin-top: 0.35rem;
  }
  .kej_txt{
    font-size: 0.28rem;
    width:95%;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .fw_date{
    width: 22%;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .fw_date h1{
    font-size: 0.4rem;
  }
  .fw_r{
    width: 72%;
  }
  .fw_tt{
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .fw_txt{
    font-size: 0.26rem;
    line-height: 0.3rem;
    height: 0.3rem;
  }
  .honor_bg{
    height: 7rem;
  }
  .honor{
    width: 90%;
    left: 5%;
  }
  .honor_pic{
    float: none;
    width: 100%;
  	height: 4.5rem;
  }
  .honor_r{
    float: none;
    width: 100%;
    padding-top: 0.4rem;
  }
  .honor_r h1{
    font-size: 0.3rem;
    line-height: 0.7rem;
  }
  .honor_txt{
    font-size: 0.26rem;
    line-height: 0.5rem;
    height: 1rem;
    margin-bottom: 0.2rem;
  }
  .honor_more{
    width: 1rem;
    height: 0.56rem;
  }
  .honor_more img{
    width: 0.2rem;
    height: 0.14rem;
  }
  .news_day{
    width: 15%;
  }
  .news_r{
    width: 80%;
  }
  .news_year{
    font-size: 0.26rem;
  }
  .news_txt{
    font-size: 0.28rem;
  }
  .shop_tit h2{
    font-size: 0.28rem;
  }
  .shop_pic{
    height: 4.5rem;
  }
  .shop_type li{
    width: 31.33%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    margin: 0 2% 0.3rem 0;
  }
  .shop_txt{
    font-size: 0.28rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .shop_more{
    width:2.1rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .shop_more i{
    width: 0.15rem;
    height: 0.15rem;
  }
  .link_tit{
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .link li{
    padding: 0 0.3rem 0 0;
    font-size: 0.26rem;
  }
  .link i{
    display: none;
  }
  .foot_left{
    float: none;
    width: 100%;
    padding: 0.6rem 0 0.3rem;
  }
  .f_logo{
    width: 50%;
    margin: 0 auto 0.3rem;
  }
  .hotline{
    text-align: center;
  }
  .hotline h1{
    line-height: 0.8rem;
    font-size: 0.34rem;
    display: inline-block;
    padding-right: 0.2rem;
  }
  .hotline h2{
    line-height: 0.8rem;
    font-size: 0.5rem;
    display: inline-block;
  }
  .foot_r{
    float: none;
    width: 100%;
    padding: 0 0 0.3rem 0;
    border: none;
  }
  .f_nav{
    display: none;
  }
  .f_con li{
    font-size: 0.26rem;
    padding-left: 0.2rem;
  }
  .f_con img{
    width: 0.25rem;
    height: 0.28rem;
    margin: 0.14rem 0.27rem 0 0;
  }
  .f_code h1{
    font-size: 0.26rem;
    line-height: 0.7rem;
  }
  .copyright{
    text-align: center;
    padding: 0.2rem 0;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  .copyright .fl,.copyright .fr{
    float: none;
  }
  .backtop{
    display: none;
  }


  /* èµ°è¿›é©°é¡º */
  .into_left_tit{
    font-size: 0.32rem;
  }
  .into_type{
    padding: 0.4rem 0.2rem 0.1rem;
  }
  .into_type li{
    width: 31.33%;
    line-height: 0.7rem;
	  height: 0.7rem;
    font-size: 0.26rem;
    margin: 0 2% 0.2rem 0;
  }
  .into_type li h1 {
    font-size: 0.26rem;
  }
  .into_type li em{
    top: 0.28rem;
    right: 0.1rem;
  }
  .into_type_list li{
    float: none;
    width: 100%;
    border: none;
    border-bottom: solid 0.01rem #eee;
    margin: 0;
  }
  .into_right_bg{
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
  .into_tit{
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .into_tit h1{
    font-size: 0.3rem;
  }
  .into{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .into img{
    height: auto;
  }


  /* èµ°è¿›é©°é¡º-åŽ†ç¨‹ */
  .course_type ul{
    margin-right: -3%;
  }
  .course_type li{
    width: 47%;
    height: 1.3rem;
    margin: 0 3% 0.2rem 0;
  }
  .course_year{
    font-size: 0.3rem;
    line-height: 0.62rem;
    margin: 0.1rem 0 0 0;
  }
  .course_stage{
    font-size: 0.28rem;
    line-height: 0.5rem;
    top: 0.7rem;
  }
  .course_type li.on .course_year{
    line-height: 0.62rem;
	  font-size: 0.3rem;
    margin: 0.1rem 0 0 0;
  }
  .course_type li.on .course_stage{
    font-size: 0.28rem;
    line-height: 0.5rem;
    top: 0.7rem;
  }
  .about2-c1{
    min-height: 11rem;
  }
  .about2-c3{
    float: none;
    width: 100%;
    height: 4rem;
  }
  .about2-c4{
    float: none;
    width: 100%;
  }
  .about2-c9{
    width: 70%;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }


  /* èµ°è¿›é©°é¡º-è£èª‰ */
  .honor_list ul{
    margin-right: -3%;
  }
  .honor_list li{
    width: 47%;
    margin: 0 3% 0.21rem 0;
  }
  .honor_list img{
    height: 2.4rem;
  }


  /* å…¬å¸æ–°é—» */
  .news_list_pic{
    width: 38%;
    height: 2rem;
  }
  .news_list li{
    margin-bottom: 0.3rem;
  }
  .news_list_r{
    width: 58%;
    padding: 0;
  }
  .news_list_r h1{
    font-size: 0.28rem;
    height: 0.46rem;
    line-height: 0.46rem;
  }
  .news_list_date{
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .news_list_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .page a{
    width: 1.2rem;
    height: 0.56rem;
	  line-height: 0.56rem;
    font-size: 0.24rem;
  }
  .page span a{
    width: 0.56rem;
  }
  .m_news ul{
    margin-right: -3%;
  }
  .m_news li{
    width: 47%;
    margin: 0 3% 0.3rem 0;
  }
  .m_news_pic{
    height: 2.2rem;
  }
  .m_news_bot{
    padding: 0.14rem;
  }
  .m_news_tt{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .m_news_txt{
    font-size: 0.26rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }
  .m_news_date{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }

  .fanye li{
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
  }


  /* å…¬å¸æ–°é—»-æ‹›è˜ */
  .join li{
    height: 1.82rem;
    font-size: 0.28rem;
  }
  .join_icon{
    width: 0.16rem;
    height: 0.22rem;
    margin: 0.34rem 0.24rem 0 0;
  }
  .join_r{
    width: 92%;
    height: 1.8rem;
    line-height: 0.9rem;
  }
  .jr01{
    float: none;
    width: 100%;
    font-weight: bold;
    line-height: 0.5rem;
    margin-top: 0.2rem;
    font-size: 0.3rem;
  }
  .jr02{
    width: 22%;
  }
  

  /* é©°é¡ºå®žéªŒå®¤ */
  .sys ul{
    margin-right: 0;
  }
  .sys li{
    float: none;
    width: 100%;
    margin: 0 0 0.22rem 0;
  }
  .sys_txt{
    width: 22%;
    line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .sys_txt span{
    font-size: 0.3rem;
  }
  .yuyue_bg{
    width: 78%;
    height: 0.8rem;
	  line-height: 0.8rem;
  }
  .yuyue{
    font-size: 0.26rem;
  }
  .yy_inp{
    width: 78%;
    height: 0.8rem;
	  line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .yy_con{
    width: 78%;
    font-size: 0.26rem;
    padding:0.2rem 0.3rem;
  }
  .yzm{
    width:58%;
    height: 0.8rem;
	  line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .yzm_img{
    margin-top: 0.16rem;
  }
  .yy_bt{
    width: 78%;
    height: 1rem;
    font-size: 0.3rem;
    margin: 0.61rem 0 0 22%;
  }


  /* é©°é¡ºå®žéªŒå®¤-è§†é¢‘ */
  .ss_bg{
    width: 55%;
    height: 0.6rem;
  }
  .ss_bg img{
    width: 0.25rem;
    height: 0.26rem;
    margin: 0.15rem 0.2rem 0 0.2rem;
  }
  .ss_inp{
    width: 80%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .video ul{
    margin-right: -3%;
  }
  .video li{
    width: 47%;
    margin: 0 3% 0.33rem 0;
  }
  .video_pic{
    height: 2.2rem;
  }
  .video_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }


  /* é©°é¡ºå®žéªŒå®¤-å›¾åº“ */
  .tuku ul{
    margin-right: -3%;
  }
  .tuku li{
    width: 47%;
    margin: 0 3% 0.23rem 0;
  }
  .tuku_pic{
    height: 2.8rem;
  }


  /* æœåŠ¡æ”¯æŒ-æ¡ˆä¾‹ */
  .case ul{
    margin-right: -3%;
  }
  .case li{
    width: 47%;
    margin: 0 3% 0.12rem 0;
  }
  .case_pic{
    height: 2.4rem;
  }
  .case_txt{
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }


  /* æœåŠ¡æ”¯æŒ-æ–‡ç«&nbsp; */
  .article_pic{
    width: 38%;
    height: 1.8rem;
  }
  .article_r{
    width: 58%;
  }
  .article_r h1{
    font-size: 0.28rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .article_txt{
    font-size: 0.26rem;
    line-height: 0.34rem;
    height: 0.68rem;
    -webkit-line-clamp: 2;
  }
  .article_date{
    font-size: 0.28rem;
  }


  /* æœåŠ¡æ”¯æŒ-ä¸‹è½½ */
  .down_txt{
    width: 85%;
    font-size: 0.28rem;
  }
  .down_right{
    float: left;
    padding: 0 0.16rem 0 0.84rem;
  }
  .down{
    font-size: 0.28rem;
  }
  .down i{
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    margin: 0.1rem 0 0 0.2rem;
  }


  /* ç½‘ä¸Šå•†åŸŽ */
  .shop_list ul{
    margin-right: 0;
  }
  .shop_list li{
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.4rem 0.3rem;
    margin: 0 0 0.3rem 0;
  }
  .shop_list_pic{
    height: 3.5rem;
  }
  .shop_list_r h1{
    font-size: 0.32rem;
  }
  .shop_list_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }


  /* è”ç³»æˆ‘ä»¬ */
  .contact_tit{
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .sales_tit{
    font-size: 0.3rem;
  }
  .sales ul{
    margin-right: 0;
  }
  .sales li{
    float: none;
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  .sales h1{
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .sales_code{
    width: 26%;
  }
  .sales_code_pic{
    padding: 0.12rem;
  }
  .sales_code_pic img{
    width: 100%;
    height: auto;
  }
  .sales_right{
    width: 69%;
  }
  .sales_tel{
    font-size: 0.28rem;
    line-height: 0.54rem;
  }
  .sales_tel img{
    width: 0.24rem;
    height: 0.27rem;
    margin: 0.15rem 0.09rem 0 0;
  }
  .sales_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .map{
    height: 5rem;
  }
  .mes_box .sys{
    width: 90%;
  }
  .mes_box .sys_txt{
    width: 22%;
  }
  .mes_box .yuyue_bg{
    width: 78%;
  }
  .mes_box .yy_inp{
    width: 78%;
  }
  .mes_box .yy_con{
    width: 78%;
  }
  .mes_box .yzm{
    width: 58%;
  }
  .mes_box .yzm_img{
    margin: 0.16rem 0 0 0;
  }


  /* äº§å“ä¸­å¿ƒ */
  .pro_list_top02 li{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .pro_listbg{
    top: 1.6rem;
  }
  .pro_list02 li{
    width: 48%;
    line-height: 0.5rem;
    font-size: 0.28rem;
  }
  .path_bg{
    height: auto;
    line-height: 0.4rem;
    padding: 0.2rem 0.3rem;
    margin-bottom: 0.3rem;
  }
  .path_bg .path{
    line-height: 0.4rem;
    background: url(../images/into_01.png) no-repeat left 0.05rem;
    background-size: 0.25rem 0.3rem;
  }
  .product_r{
    width: 64%;
    font-size: 0.26rem;
    padding: 0;
  }
  .product_txt{
    line-height: 0.4rem;
    margin-bottom: 0.12rem;
  }
  .product_txt02{
    line-height: 0.4rem;
    height: 0.8rem;
  }
  
  .product_bq span{
    line-height: 0.5rem;
    font-size: 0.24rem;
    margin-right: 0.1rem;
  }

  .proclass{
    width: 70%;
  }
.proclass_box{
	right: 75%;
}

  /* äº§å“è¯¦æƒ… */
  .proshow_left{
    float: none;
    width: 100%;
  }
  .proshow_top{
    height: 6rem;
  }
  .proshow_bot .swiper-button-prev,.proshow_bot .swiper-button-next{
    width: 0.4rem;
    height: 0.7rem;
  }
  .proshow_bc{
    width: 82%;
    padding-right: 0.02rem;
  }
  .proshow_bc .swiper-slide{
    height: 1.5rem;
  }
  .proshow_right{
    float: none;
    width: 100%;
    padding-top: 0.5rem;
  }
  .proshow_rtxt{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .proshow_btn ul{
    margin-right: -3%;
  }
  .proshow_btn li{
    width: 47%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.08rem;
    font-size: 0.26rem;
    margin: 0 3% 0.2rem 0;
  }
  .proshow_btn img{
    width: 0.32rem;
    height: 0.31rem;
    margin-right: 0.2rem;
  }
  .share li{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
  .showtab ul{
    margin-right: -2%;
  }
  .showtab li{
    width: 31.33%;
    line-height: 0.8rem;
    font-size: 0.28rem;
    margin: 0 2% 0.2rem 0;
  }
  .show_tit{
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
  .show_tit img{
    width: 0.21rem;
    height: 0.22rem;
    margin-left: 0.17rem;
  }
  .show_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .show_txt table{
    width: 100% !important;
  }
  .show_txt table img{
    height: auto;
  }
  .table_jscs td{
    line-height: 0.36rem;
    font-size: 0.26rem;
    padding: 1%;
  }
  .t01{
    width: 22%;
  }
  .t02{
    width: 50%;
  }
  .img_modal{
    width: 95%;
  }
  .img_modal_header img{
    width: 0.5rem;
    height: 0.5rem;
  }
  .img_modal_header img:nth-last-child(1){
    width: 0.5rem;
  }
  .xg_tit{
    line-height: 1.2rem;
    font-size: 0.32rem;
  }
  .xg_tit img{
    width: 0.46rem;
    height: 0.42rem;
    margin: 0.4rem 0.16rem 0 0;
  }
  .xq_pic{
    height: 2.8rem;
  }
  .xg_txt{
    font-size: 0.26rem;
    line-height: 0.8rem;
    height: 0.8rem;
  }
  .mianze{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }


  /* äº§å“è¯¦æƒ… */
  .sycase ul{
    margin-right: -3%;
  }
  .sycase li{
    width: 47%;
    margin: 0 3% 0.22rem 0;
  }
  .sycase_pic{
    height: 2.9rem;
  }
  .show_box .article_r{
    width: 58%;
  }

  .fujia_bg{
    width: 80%;
    height: 4.4rem;
  }
  .fujia_close{
    width: 0.24rem;
    height: 0.24rem;
    top: 0.4rem;
  }
  .fujia_tit{
    font-size: 0.3rem;
    line-height: 0.9rem;
  }
  .fujia_mima{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .fujia_txt{
    font-size: 0.26rem;
    line-height: 0.5rem;
    margin: 0.2rem 0 0.3rem;
  }
  .fujia_btn{
    width: 2.4rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }
  
  .into_type li.on em,.into_type li.defalut em{
      display: none;
  }
}

  </pre></body></html>