@media (max-width: 1680px) {
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 34px;
  }
  h3,h4 {
    font-size: 20px;
  }
  h5,h6 {
    font-size: 16px;
  }
  span {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .adv_item .wrap {
    width: 66%;
  } 
  .about_con b {
    font-size: 34px;
  }
  .adv_con .adv_l .txt {
    width: 80%;
  }
  .news_con .text_l .lg {
    font-size: 30px;
  }
  .news_con .text_l .sm {
    font-size: 18px;
  }
  .cate_con .cate_r span {
    font-size: 18px;
  }
  .contact_list .title {
    display: none;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 1440px) {
  
  .side_bar .title i {
    width: 38%;
    height: 39%;
  }
  .about .about_l p {
    line-height: 24px;
  }
  .appl_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .adv_item {
    padding: 0.3rem 0.4rem 0.2rem 0.5rem;
  }
  .container {
    width: 88%;
  }
  .about_list {
    display: none;
  }
  .adv_con .adv_hon p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .navigation > ul > li > .nav_wrap > a {
    margin: 0 13px;
  }
  .news_list .text_r {
    width: 80%;
  }
  .news_con .news_recommended {
    height: auto;
  }
  .foot_item b {
    font-size: 22px;
  }
  .adv_con .adv_hon {
    padding:15px;
  }
  .adv_con .adv_hon p {
    font-size: 14px;
    line-height:24px
  }
  .main_l {
    width: 25%;
  }
}
@media (min-width: 1025px) {
  /* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
  .page_top_index {
    position: relative;
  }
  .page_top_index.scroll-down #header{
    top: -148px;
  }
  .page_top_index #header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
  }

  .page_top_index #header {
    background: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .page_top_index #header:hover {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .page_top_index #header:hover .logo2 {
    opacity: 1;
  }
  .page_top_index #header:hover .primary-nav a, .page_top_index #header:hover .logo h3 {
    color: #222;
  }
  .navigation > ul > li > .nav_wrap > a:before {
    width: 0;
    height: 4px;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    border-radius: 2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #04a0d9;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .navigation > ul > li.active > .nav_wrap > a:before {
    width: 30px;
  }
 
  .page_top_index .primary-nav > li > a {
    color: #fff;
  }
  /* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

  .ban_index h2 {
    margin: 20px 0 16px 0;
  }

  /* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/


  .cate_pic .content {
    display: flex !important;
    justify-content: space-around;
  }

  .cate_item .txt h4 {
    width: 80%;
  }

  .page_top_index .sticky .navigation > ul > li > a {
    color: #333;
  }
  .navigation > ul > li {
    display: inline-block;
    position: relative;
  }
  .navigation > ul > li a {
    position: relative;
  }

  .navigation > ul > li .sub_menu {
    position: absolute;
    left: 15px;
    /* margin-left: -1.625rem; */
    top: 60px;
    width: 100px;
    -webkit-box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.1);
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border-radius: 6px;
    transition: all 0.3s;
    z-index: 1000;
    behavior: url(ie-css3.htc);
    border: 1px solid #e5e5e5;
  }
  .navigation > ul > li.on .sub_menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .navigation > ul > li .sub_menu li {
    border-bottom: 1px solid #e5e5e5;
  }
  .navigation > ul > li .sub_menu li a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    /* padding: 0 0.6rem; */
    text-align: center;
    transition: all 0.3s;
  }

  .navigation > ul > li .sub_menu li:first-child {
    border-radius: 6px 6px 0 0;
  }
  .navigation > ul > li .sub_menu li:last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
  }

  #header .header_r .navigation {
    height: 150px;
    line-height: 150px;
  }
  .appl_con .appl_sm {
    display: none;
  }
  .news_con .col-md-5 {
    width: 38%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about_ti h2 {
    margin: 10px 0;
  }
  .about1_b .about1_l {
    width: 849px;
  }
  .about1_b .about1_r {
    width: 577px;
  }
  .header_m .logo_ti {
    letter-spacing: 3px;
  }
  .header_m .logo_ti {
    margin-bottom: 16px;
  }
  .pro_sub_ti {
    margin-bottom: 20px;
  }
  .about1 .col-lg-5 {
    width: 45%;
  }
  .about1 .col-lg-7 {
    width: 55%;
    padding: 50px 30px;
  }

  .adv_con .col-lg-3 {
    width: 20%;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  p {
    font-size: 14px;
    line-height:25px;
  }
  
  h3,
  h4 {
    font-size: 18px;
  }
  span {
    font-size: 14px;
  }
  .adv_item .wrap {
    width: 62%;
  }
  .advantage .adv_ti {
    display: none;
  }
  .advantage .adv_con {
    width: 100%;
  }
  .advantage .sec_con {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .about_con_t {
    height: auto;
}
.banner .banner-txt {
  padding-top: 0;
}
  .inner_cont_con .top .contact_list, .inner_cont_con .top .contact_form {
    width: 100%;
}
.header_top .logo h3 {
  color: #333;
}
.foot_about 
{
  width: auto;
}
.arti_con .top {
  height: 2rem;;
}
.inner .side_bar {
  margin-bottom: .3rem;
}
.inner_cont_con {
  height: auto;
}
.header_top .logo h3 {
  font-size: .2rem;
}
.inner_cont_con .contact_list {
  margin-bottom: .2rem;
}
.deve_con .item {
  height: 3.4rem;
  padding-top: .4rem;
}
.deve_con .date {
  font-size: .5rem;
  padding-top: .2rem;
}

.related .txt {
  height: .6rem;
}
.inner_cont_con .contact_list, .inner_cont_con .contact_form {
  height: 4rem;
}
.org_con .pic img {
  width: 12rem;
}
.org_con .pic {
  margin-right: .2rem;
}
.org_con .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.adv_con .location .suqian {
  left: 63%;
  top: 33%;
}
.adv_con .location .xiamen {
  left: 62%;
  top: 60%;
}
.adv_con .location a i {
  margin-right: 8px;
}
.inner_cont_con .top .contact_form {
  margin-bottom: .3rem;
}
.inner_cont_con .top .contact_list li {
  width: 100%;
}
.arti_con .top .more {
  width: 28%;
  height: 40px;
  line-height: 40px;
}
.rec_con li .txt {
  height: 1.6rem;
}
.inner_cont_con .top .contact_list {
  margin-left: 0;
}
.foot_contact img {
  width:5rem;
}
.category .sec_ti {
  margin-top: 0;
}
.about_icon_list ul li {
  height: 2.4rem;
}
.show {
  width: 100%;
  height: 270px;
}
.appl_list .txt_l h3 {
  line-height: .5rem;
}
.cate_con .cate_item {
  height: 3.4rem;
}
.about_icon_list ul li {
  width: 47%;
  margin: 0;
}
.cate_list .cate_item .pic {
  margin-right: 0;
  margin-bottom: .2rem;
}
.cate_list .cate_item .wrap {
  padding: .2rem;
}

.about_icon_list ul li:nth-child(1),.about_icon_list ul li:nth-child(2) {
  margin-bottom: .3rem;
}

.cate_list .cate_item .wrap {
  flex-direction: column;
}
.about_icon_list ul {
  flex-wrap: wrap;
}
.bg_left, .bg_right {
  width: 100%;
}
.about .about_icon_list {
  position: static;
}

  .header_top .logo .logo2 {
    opacity: 1;
  }
  .header_top .logo img {
    width: 5rem;
  }
  .pro_side .prolist .current a {
    border: none;
    color: #fff;
    background-color: #d10926;
  }
  .adv_con{
    height: auto;
    background-image: url(../images/adv_con_mob_bg.png);
  }
  .adv_con .adv_hon {
    display: block;
  }
  .adv_con .adv_l .txt {
    width: 100%;
}
  .category .cate_list .more {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }
  .category .cate_list ul {
    justify-content: space-between;
  }
  .about .about_con {
    height: auto;
  }
  .about_l p {
    margin-bottom: .2rem;
  }
  .page_top_index .primary-nav > li > .nav_wrap > a {
    color: #333;
  }
  .appl_list .appl_item {
    width: 50%;
  }
  .appl_list .item_03 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .appl_item .item_wrap {
    margin-bottom: 20px;
  }
  .appl_list .item_02 .item_wrap,
  .appl_list .item_03 .item_wrap {
    height: 1.8rem;
  }

  .appl_list .appl_item .item_wrap:nth-child(2) {
    margin-top: 0;
  }
  .sec_ti {
    margin-bottom: 0.3rem;
  }
  .main {
    display: block;
  }
  .main_news .main_l {
    display: none;
  }
  .main_l {
    display: none;
  }

  .pro_side {
    display: block;
    width: 100%;
  }
  .pro_side .newslist,
  .pro_side .keywords,
  .pro_side .contlist {
    display: none;
  }
  .main_l .prolist_ti {
    display: none;
  }
  .pro_side ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pro_side ul > li {
    width: 31%;
    margin-bottom: 20px;
  }
  .pro_side .prolist ul li a {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    background: none;
    border: 1px solid #cecece;
  }
  .pro_side .prolist ul li > i {
    display: none;
  }

  .ban_cp,
  .ban_yx {
    padding-left: 5%;
  }
  /* .main_l .prolist > ul > li > a {
    display: none;
  } */
  .prolist .menu_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prolist .menu_body a {
    width: 46%;
    margin-bottom: 4%;
  }
  .main_l .prolist ul {
    border-left: none;
    border-right: none;
  }
  .main_l .prolist .menu_body a {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #ccc;
    text-align: center;
  }
  .main_l .prolist .menu_body a:after {
    content: none;
  }
  .grid {
    margin-right: -15px !important;
  }
  .grid .grid_item {
    padding: 0;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .header_nav {
    background: none;
    height: auto;
  }
  /* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
  .navigation > ul > li > .nav_wrap > a {
    padding: 0.1rem 0.4rem;
  }
  .navigation .primary-nav {
    position: absolute;
    left: 0;
    top: 1.4rem;
    display: none;
    width: 100%;
    height: auto;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  }

  .navigation > ul > li .icon_wrap {
    float: right;
  }
  .navigation > ul > li .icon_wrap > i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/nav-jia.png);
    transition: all 0.3s;
  }
  .navigation > ul > li.on .icon_wrap > i {
    background-image: url(../images/nav-jian.png);
  }
  .navigation a {
    display: block;
  }
  .navigation .i {
    position: relative;
  }
  .navigation .i::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    transition: all 0.3s ease 0s;
  }
  .navigation .i.active::after {
    transform: rotate(135deg);
    background-color: #f5f5f5;
  }
  .navigation > ul > li {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
  }
  .navigation li:last-child {
    border-bottom: none;
  }
  .navigation .sub_menu {
    display: none;
    background-color: #f5f5f5;
  }
  .navigation .sub_menu > li > a {
    padding: 0 0.6rem;
  }
  .navigation .sub_menu a {
    font-size: 0.28rem;
  }
  .navigation > ul > li > .nav_wrap > a {
    float: left;
    display: block;
    width: 80%;
    font-size: 0.3rem;
    line-height: 0.79rem;
    margin: 0;
    text-align: left;
    color: #333;
  }
  .navigation > ul > li .icon_wrap {
    position: relative;
    display: block;
    width: 20%;
    height: 0.99rem;
  }
  .nav-toggle {
    display: block;
  }
  .nav-toggle {
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    width: 0.54rem;
    height: 0.54rem;
    z-index: 1000;
  }
  .nav-toggle p {
    width: 0.54rem;
    height: 3px;
    background-color: #333;
    border-radius: 0.5rem;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
  }
  .nav-toggle p:nth-child(1) {
    top: 0.02rem;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav-toggle p:nth-child(2) {
    top: 0.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav-toggle p:nth-child(3) {
    top: 0.38rem;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav-toggle p:nth-child(1).cur {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .nav-toggle p:nth-child(2).cur {
    opacity: 0;
  }
  .nav-toggle p:nth-child(3).cur {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  /* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
  .ban_index .pic {
    height: 100%;
  }
  /* ------------------------------------------------------------------------------
	Advantage
-------------------------------------------------------------------------------*/
  .adv_inner_item img {
    height: 3rem;
  }
  .cul_con .cul_list .item_wrap {
    width: 70%;
  }
  .cul_con .cul_list .item_wrap img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  /* ------------------------------------------------------------------------------
	Culture
-------------------------------------------------------------------------------*/
  .cul_con .cul_list {
    position: static;
    width: 100%;
  }

  /* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
  .foot_item ul {
    display: flex;
    flex-wrap: wrap;
  }

  .primary-nav li {
    width: inherit;
  }
  .ban_index {
    background-position: center top;
    background-size: 150%;
  }
  .adv_con .adv_l,
  .adv_con .adv_r {
    width: 100%;
  }
  .adv_con .adv_l   {
    height: 4rem;
  }
  .adv_con .adv_r {
    height: 3rem;
  }
  .adv_list .item h4 {
    line-height: 28px;
  }
  .adv_list .item_wrap {
    width: 70%;
  }
  .appl_inner_con {
    height: 3.2rem;
  }
  .adv_list .item {
    width: 50%;
  }
  .news_list .text_l span {
    width: 70px;
  }
  .power_list .item_r {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .news_list .text_r {
    width: 78%;
  }
  .news_con .news_list li:last-child {
    margin-bottom: 0;
  }
  .power_list .pic,
  .power_list .txt {
    height: 2rem;
  }
  .pow_icon_list .item {
    padding: 0 0.4rem;
    margin-bottom: 0.3rem;
  }
  .pow_icon_list .item img {
    width: 60%;
  }
  .pow_icon_list span {
    margin-left: 0.2rem;
  }
  .appl_list .swiper-button-prev {
    left: 5rem;
  }
  .sec_ti h2:before {
    left: 20%;
    width: 0.6rem;
  }
  .sec_ti h2:after {
    right: 20%;
    width: 0.6rem;
  }
  .about_txt .more {
    margin-top: 0.2rem;
  }
  .about_l_item b {
    font-size: 0.5rem;
  }
  .about_l_item .odometer span {
    font-size: 0.5rem;
  }
  .about_l_item dt i {
    right: 0.2rem;
    top: 0rem;
    font-size: 0.3rem;
  }
  .cont_con .cont_form {
    margin-bottom: 0.4rem;
  }
  .about_r .about_txt .more {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  .about_r .about_txt p {
    line-height: 26px;
  }
  .appl_inner_con {
    margin: 0;
  }
  .appl_inner_con .row {
    margin-left: 0;
  }
  .news_con .txt {
    font-size: 0.26rem;
  }
  .equ_con {
    height: auto;
  }
  .equ_l .txt {
    width: 5rem;
    height: 4rem;
    margin-left: -2.5rem;
    margin-top: -2rem;
  }
  .equ_l .txt .en {
    font-size: 32px;
  }
  .adv_icon_item {
    height: auto;
  }
  .about_con .about_txt {
    padding: 0;
  }
  .zeromodal-container {
    position: fixed !important;
    width: 80% !important;
    height: 5rem !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  #header {
    width: 100%;
    height: 1.4rem;
    z-index: 20;
  }
  #header .header-content > a {
    display: block;
  }
  #header.fixed a {
    color: #353535;
  }
  #header .header-content {
    width: 90%;
    display: flex;
    align-items: center;
  }
  .foot_con_wrap .qrCode {
    padding-left: 0;
  }

  .page_top .sec_nav,  .page_top_index .sec_nav {
    display: block;
  }

  .ban_index h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .banner {
    background-size: cover;
  }
  .ban_cp {
    background-position: 68% 0;
  }
  .about_r .about_txt p {
    margin-bottom: 10px;
  }
  .about_inner_con .about_txt_wrap {
    padding: 0;
    background: none;
  }
  .about_inner_con .about_r {
    padding-left: 0;
    padding-right: 0;
  }
  .about_con .about_b {
    height: 3rem;
  }
  .about_b_l .about_txt span {
    font-size: 0.3rem;
  }
  .about_b_l .about_txt h2 {
    font-size: 0.4rem;
    margin-bottom: 0;
  }
  .about_b_l .about_txt p {
    font-size: 0.3rem;
    margin-bottom: 0;
  }
  .about_b_l .about_txt {
    text-align: center;
    padding: 0.2rem 0;
  }
  .about_b .about_b_l {
    height: 2rem;
  }
  .about_b .about_b_l,
  .about_b .about_b_r {
    height: auto;
  }
  .about_b_r .item {
    padding: 0.15rem 0;
  }
  .about_b .about_b_r {
    padding: 0.2rem 0;
  }
  .about_b_r .item span {
    font-size: 18px;
  }

  .cate_con .title_wrap p {
    line-height: 17px;
  }

  .pow_con .title_t {
    text-align: center;
  }
  .power .title_b {
    margin: 0 auto;
  }
  .power .title {
    background: none;
  }
  .power .title_b {
    margin-top: 0.3rem;
  }
  .power .content {
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  .pow_con .item {
    width: 30%;
  }
  .pow_con .item img {
    width: 100%;
  }
  .power .item_01,
  .power .item_02 {
    padding-right: 0;
  }
  .power .item_01:after,
  .power .item_02:after {
    content: none;
  }

  .cate_pic .title span {
    font-size: 20px;
    line-height: 20px;
  }

  .par_con .item_01,
  .par_con .item_02 {
    margin-bottom: 0.1rem;
  }
  .par_con .item:after {
    content: none;
  }
  .customer {
    background: url(../images/cus_mob_bg.jpg) no-repeat center top;
    background-size: 100%;
    height: 4rem;
  }

  .market {
    background: url(../images/mar_mob_bg.jpg) no-repeat center top;
    background-size: 100%;
    height: 4.2rem;
  }

  .cus_inner {
    background: url(../images/cus_inner_mob_bg.jpg) no-repeat center top;
    background-size: 100%;
    height: 4.2rem;
  }

  .team_l_wrap {
    width: 88%;
  }
  .team_con .team_l {
    height: 5rem;
  }
  .team_con .team_r {
    padding-top: 0;
    padding-right: 0;
  }

  .mar_01 {
    background: url(../images/mar_01_mob_bg.jpg) no-repeat center top;
    background-size: 100%;
    height: 5.2rem;
  }

  .pro_cate_list ul li {
    width: 50%;
  }

  .news {
    padding-top: 0.4rem;
  }
  .news .container {
    background: none;
  }
  .news_con .cont_con {
    height: 1.8rem;
  }
  .news_con .cont_con img {
    height: 100%;
  }

  .foot_con_t .list {
    display: inherit;
  }
  .foot_about ul li {
    width: 50%;
  }
  .foot_about ul {
    display: flex;
  }
  .foot_con_t .foot_item b {
    font-size: 18px;
  }

  .ban_index .ban_item_01 {
    margin-bottom: 0.2rem;
  }
  .ban_index .ban_item .bold_cn {
    margin-bottom: 0.1rem;
  }
  .ban_index .ban_item {
    height: auto;
  }
  .ban_index .ban_item .en_ti {
    width: 88%;
    height: 0.6rem;
    margin-bottom: 0;
  }
  .ban_index .ban_item .more {
    width: 60%;
  }
  .ban_index .ban_item a {
    font-size: 0.3rem;
    line-height: 0.6rem;
    width: 2rem;
    height: 0.6rem;
  }
  .ban_index .ban_item .more {
    margin-top: 0.2rem;
  }
  .ban_index .ban_item .cn_ti {
    width: 70%;
    height: 0.4rem;
  }
  .ban_index .ban_item .ti_item {
    background-size: 100%;
  }
  .banner-txt {
    margin-top: 0;
  }
  .mob_cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 999;
    top: 1.4rem;
    left: 0;
    display: none;
  }
  .main_r {
    width: 100%;
  }
  .pro_item dt {
    height: 2.2rem;
  }
  .index_wrap {
    background: none;
  }
  .about_con .about_l_txt h3 {
    display: none;
  }
  .news_con .txt li {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .news_con .txt {
    padding: 0;
  }
  .news_con .news_recommended {
    padding: 0.3rem;
    height: auto;
  }
  .news_list .text_l {
    padding-right: 0;
  }
  .solution .sol_con {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .about_l_txt h2 {
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    margin: 0.1rem 0 0.2rem 0;
  }
  .about_l_txt .txt p {
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .about_r .pic {
    width: 100%;
  }
  .about_l_txt ul {
    width: 20%;
  }
  .about_l_txt .txt {
    width: 76%;
  }
  .sol_inner_con .sol_item .pic {
    height: 2.2rem;
  }
  .about_inner_con {
    height: auto;
  }
  .about_inner_con .about_l {
    position: inherit;
    padding: 0;
    height: 100%;
  }
  .about_inner_con .col-md-7 {
    width: 100%;
  }
  .about_inner_txt {
    padding-left: 0;
    padding-right: 0;
  }
  .news_list .ellipsis {
    margin-bottom: 0;
  }
  .news_list .ellipsis {
    width: 100%;
  }
  .infoList img {
    width: 100%;
  }
  .news_con .news_date .day {
    font-size: 0.4rem;
  }
  .news_con .news_date .month {
    font-size: 0.24rem;
  }
  .news_con .news_date {
    width: 1.6rem;
    margin-right: 0.2rem;
  }
  .news_con a .txt {
    margin-bottom: 0.1rem;
  }
  .news_con a .content {
    font-size: 0.24rem;
  }
  .inner_equ {
    padding-top: 0;
    padding-bottom: 0;
  }
  .culture .cul_l {
    padding-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .cul_l .title {
    width: 5rem;
    height: 3.26rem;
    margin: 0 auto;
    background-size: cover;
  }
  .cul_l .title span,
  .cul_l .title h3 {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .cul_l .title p {
    font-size: 0.24rem;
  }
  .cul_r .cul_r_wrap {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    background-size: cover;
  }
  .foot_link {
    display: none;
  }
  .foot_con {
    padding-top: 0.4rem;
    background-size: cover;
  }
  .foot_con_t h4 {
    margin-bottom: 0.1rem;
  }
  .foot_con_wrap .qrCode {
    text-align: left;
  }
  .foot_con_t .foot_item {
    margin-bottom: 0.3rem;
  }
  .foot_con_t .foot_about {
    margin-bottom: 0;
  }
  .foot_cont dd.add {
    width: 100%;
  }
  .foot_ti_item dt {
    margin-bottom: 0.2rem;
  }
  .foot_ti_item {
    margin-right: 0;
  }
  .foot_con_wrap {
    flex-wrap: wrap;
  }
  .foot_con_wrap .qrCode {
    margin-top: 0.2rem;
  }
  .PageV {
    margin-top: 0.4rem;
    margin-bottom: 0;
  }
  .page_item {
    font-size: 0.24rem;
    line-height: 24px;
    padding: 0.1rem;
    margin-right: 0.06rem;
  }

  .news_lists .item_ti {
    font-size: 0.26rem;
  }
  .news_lists dl dt {
    line-height: 0.5rem;
  }
  .news_lists dl dd {
    line-height: 0.4rem;
    text-align: left;
    padding-bottom: 15px;
  }
  .server_info p img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .about_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about_con .about_l {
    width: 48%;
  }
  .about_con .about_r {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .sec_ti h2,.banner h2 {
    font-size: 20px;
  }
  .sec_ti span,.banner span {
    font-size: 18px;
    margin-bottom: 0;
  }
  .cust_con .txt>span {
    font-size: 18px;
    margin-bottom: 0;
  }
  .about .about_l {
    margin-bottom: .3rem;
  }
  .cust_con .txt>h2 {
    font-size: 20px;
  }
  .about_ti h1, .about_ti h2 {
    text-align: center;
  }
  .about_ti h1, .about_ti h1 a {
    font-size: 21px;
  }
  .about_ti h2 {
    font-size: 22px;
  }
  .about_con .about_r h2 {
    margin-top: .1rem;
    margin-bottom: .3rem;
  }
  .about_num li {
    height: 2rem;
  }
  .about_num i {
    font-size: .5rem;
  }
  .more {
    width: 130px;
    padding: 0 .3rem;
    height: 40px;
  }
  .more i {
    font-size: .2rem;
  }
  .cate_con .txt h4 {
    margin-bottom: .2rem;
  }
  .cate_more {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  .cate_con .txt i {
    width: 32px;
    height: 2px;
  }
  .cate_con .txt {
    width: 40%;
    position: absolute;
    left: 6%;
    top: 25%;
  }
  .cust_list .item {
    height: 3.84rem;
  }
  .cust_list .item:nth-child(1), .cust_list .item:nth-child(2),.cust_list .item:nth-child(3) {
    margin-bottom: .2rem;
  }
  .news_con .news_pic {
    margin-bottom: .2rem;
  }
  .news_con_b .news_item a {
    height: 3rem;
  }
  .ringEffect:after {
    width: 2rem;
    height: 2rem;
    border: 16px solid #04a0d9;
  }
  .news_reco_item {
    margin-bottom: .2rem;
  }
  .cust_list .tel i, .cust_list .tel span {
    font-size: 18px;
  }
  .foot_con_t .foot_item {
    width: 100%;
  }
  .foot_contact h1 {
    font-size: 18px;
  }
  .about_inner .about_con .about_l, .about_inner .about_con .about_r {
    width: 100%;
  }
  .cul_con .cul_list i {
    margin-bottom: 10px;
  }
  .coop_list .txt {
    height: auto;
    padding: 0.3rem;
    padding-right: 1.6rem
  }
  .coop_list .txt i {
    font-size: 18px;
  }
  .coop_con li:nth-child(1), .coop_con li:nth-child(2) {
    margin-bottom: .2rem;
  }
  .coop_con .ringEffect:after {
    right: -10%;
  }
  .sec_nav ul li a {
    font-size: 16px;
  }
  .about_inner .about_con .about_r {
    padding: .3rem;
  }
  .proNavBox ul li a {
    height: .6rem;
    font-size: 16px;
    line-height: .6rem;
  }
  .proNavBox ul li {
    margin-bottom: .2rem;
  }
  .proNavBox ul li:last-child {
    margin-bottom: 0;
  }
  .prolist .pro_item {
    margin-bottom: 15px;
  }
  .pro_item dd h4 {
    padding-bottom: 10px;
  }
  .pro_item dd h5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .PageV {
    margin-top: 0;
  }
  .ban_cp {
    background: url(../images/ban_cp_mob.jpg) no-repeat center;
    background-size: cover;
  }
  .foot_con_t {
    flex-wrap: wrap;
  }
  .cust_list .txt {
    left: 5%;
    top: 7%;
    width: 88%;
  }
  .contact_list .item i {
    font-size: .3rem;
    width: 0.52rem;
    height: .52rem;
    line-height: .52rem;
  }
  .inner .inner_item {
    margin-top: .3rem;
    margin-bottom: .3rem;
  }
  .cul_con .cul_list {
    flex-wrap: wrap;
  }
  .cul_con .cul_list li {
    width: 100%;
  }
  .cul_list .item:nth-child(1), .cul_list .item:nth-child(2){
    margin-bottom: .2rem;
  }
  .proBox .prolist {
    padding-top: .3rem;
  }
  .wap {
    padding: .3rem 0;
  }
  .about_con .item {
    padding: .2rem;
  }
  .cate_con .cate_item h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .cust_list .item:nth-child(1){
    height: 4rem;
  }
  .cust_list .item:nth-child(1) .pic , .cust_list .item:nth-child(1) img {
    height: 100%;
  }

}
@media (min-width: 768px) {
  .header_m .logo_ti {
    line-height: 36px;
  }
  .appl_con .col-sm-7 {
    width: 70%;
  }
  .appl_con .col-sm-3 {
    width: 30%;
  }
  .news_l_con .news_list {
    width: 60%;
    float: left;
  }
  .news_l_con .news_l_pic {
    width: 40%;
    float: right;
  }
  .news_l_con .news_list {
    height: 150px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .news_l_con .news_list_01 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col-xs-6 {
    padding: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .appl_con .item_01, .appl_con .item_03 {
    padding-top: 5px;
  }
  .news .news_con {
    height: 3.6rem;
  }
  .news .news_con {
    height: auto;
  }
  .news_con .content h4 {
    margin-bottom: 0;
  }
  .news_con a .date {
    width: 22%;
  }
  .news_con .date span.lg {
    font-size: 0.4rem;
  }
  .news_con .date span.sm {
    font-size: 0.24rem;
  }
  .cul_con .cul_big {
    height: 5.2rem;
  }
  .appl_inner_item .pic {
    height: 2.8rem;
  }
  .cont_list_wrap .list {
    width: 100%;
  }
  .cont_list_wrap .pic {
    width: 40%;
  }
  .why_con .pic,
  .why_con .txt {
    height: 2.6rem;
  }
  #header.fixed a {
    color: #fff;
  }
  #header.fixed a.logo {
    color: #000;
  }
  .banner-text {
    padding-top: 30%;
  }
  .banner-text h1 {
    font-size: 42px;
  }
  .banner-text p {
    font-size: 18px;
  }
  .about1_wrap {
    height: auto;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  h3, h4 {
    font-size: 16px;
  }
  h5,h6 {
    font-size: 16px;
  }
  p, span {
    font-size: 14px;
    line-height: 1.5;
  }
  .col-xs-12 {
    padding: 0;
  }
  .banner h2 {
    margin-bottom: 0;
  }
  .sp-wrap {
    margin: 0;
  }
  .arti_con .txt_wrap {
    padding: .2rem;
  }
  .arti_con .top {
    margin-bottom: .2rem;
  }
  .foot_cont ul li {
    width: 100%;
  }
  .swiper-container,.swiper-wrapper {
    position: relative;
  }
  .swiper-button-white {
    position: absolute;
  }
  .swiper-button-next {
    top: 50%;
    right: -14%;
    left: auto;
    background: url(../images/event_next.png) no-repeat center !important;
  }
  .swiper-button-prev {
    top: 50%;
    left: -14%;
    right: auto;
    background: url(../images/event_prev.png) no-repeat center !important;
  }
  .swiper-slide-active {
    opacity: 1;
  }
  .event .event_con {
    overflow:visible;
  }
  .cate_con .title h3:after {
    right: 0;
    top: 6px;
    width: 8px;
    height: 16px;
  }
  .event .sec_con {
    display: block;
    overflow: hidden;
  }
  .event .sec_ti {
    width: 100%;
  }
  .event .sec_ti h2 {
    margin: 6px 0;
  }
  .event .txt {
    line-height: .4rem;
  }
  .event .sec_ti {
    text-align: center;
  }
  .appl_con .item:hover .icon {
    top: 30%;
  }
  .appl_con .item:hover .txt {
    bottom: 30%;
  }
  .cate_con .title {
    height: 1rem;
  }
 .cate_con>div:nth-child(1) .title i {
    height: 38%;
  }
  .cate_con>div:nth-child(2) .title i {
    height: 31%;
  }
  .adv_con .txt .title {
    display: block;
  }
  .cul_con .pic img {
    object-fit: cover;
  }
  .adv_con .item .logo {
    top: -33%;
  }
  .news_list .item {
    height: 3.3rem;
  }
  .inner .side_bar_con h4 {
    font-size: 16px;
  }
  .inner_pro_con .more i {
    width: 14px;
    height: 14px;
    opacity: .8;
  }
  .inner_hon_con .item a {
    height: 2.4rem;
  }
  .inner_hon_con .item .txt {
    height: .8rem;
  }
  .inner_pro_con .item .pic, .inner_pro_con .item .txt {
    width: 100%;
}
.inner_pro_con .item a {
  flex-wrap: wrap;
}
.inner_pro_con .item .pic {
  margin-bottom: .2rem;
}
.inner_pro_con .item .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner_pro_con .item a {
  padding: .2rem;
}
  .infoTitle {
    font-size: 16px;
  }
  .sp-thumbs a:link, .sp-thumbs a:visited {
    height: .6rem;
  }
  .sp-thumbs {
    height: .6rem;
  }
  .proNews {
    padding: 0.1rem 0;
}
.foot_con_b div {
  text-align: left;
}
  .inner_news_con .txt {
    padding: .2rem;
  }
  .contact_list .item img {
    width: .8rem;
    height: .8rem;
    margin-right: 10px;
  }
  .inner_cont_con .contact_list, .inner_cont_con .contact_form {
    height: 6rem;
}
.inner_cate_nav .list h3 {
  font-size: 14px;
  line-height: 1.5;
}
.inner_cate_nav li {
  line-height: 1.5;
}
.cate_con {
  height: auto;
}
.adv_con .adv_l {
  height: auto;
}
.inner_news_con .pic {
  height: 2rem;
}
.inner_cate_nav li {
  width: 50%;
  flex: auto;
  padding: 10px;
}
.rec_con li .txt {
  height: 3.6rem;
}
.rec_con li .more {
  height: .7rem;
}
.inner_cate_nav .list {
  padding: .2rem 0;
}
  .adv_inner_con .item .icon{
      width: 30%;
  }
  .adv_inner_con .item .arrow {
    width: 15%;
  }
  .side_bar .title {
    height: 1rem;
  }
  .side_bar .list .item {
    height: 1rem;
  }
  .arti_con .top {
    height: auto;
  }
  .side_bar .title i {
    width: 40%;
    height: 68%;
  }
  .equ_con .item {
    height: 2.8rem;
  }
  .inner_cate_con .pic {
    height: 3.5rem;
  }
  .inner_cate_con .list h3:after {
    left: -11%;
    width: 12px;
}
  .header_top .logo h3 {
    font-size: 14px;
  }
  .header_top .logo i {
    letter-spacing: 5px;
  }
  .foot_code .pic {
    width: 30%;
  }
  .foot_con_b .cont_list {
    display: block;
  }
  .adv_con {
    height: auto;
  }
  .adv_inner .item {
    border-right: none;
  }
  .adv_con .adv_l .txt {
    width: 90%;
  }
  .adv_con .adv_l .item_2 {
    padding: 0.3rem 0;
  }
  .adv_con .adv_l .item_1 {
    height: 3rem;
}
  .sec_ti img {
    width: 0.3rem;
  }
  .cate_con .cate_r span {
    font-size: 14px;
}
  .about_inner_title h2 {
    margin: 8px 0;
  }
  .news_con .text_l .lg {
    font-size: 20px;
  }
 .news_con .text_l .sm {
    font-size: 14px;
  }
  .sec_ti span::before,.sec_ti span::after {
    content: none;
  }
  .sec_ti h2 {
    margin-bottom: 0;
  }
  .appl_list .item {
    height: 45%;
  }
  .cate_item h3 {
    line-height: 24px;
  }
  .pro_side ul > li {
    width: 48%;
  }
  .about_icon_list dl {
    font-size: 16px;
  }
  
.foot_contact li {
  width: 100%;
}
  .about_icon_list dt b, .odometer span {
    font-size: 24px;
  }
  

.about_icon_list ul li:nth-child(2) {
  margin-right: 0;
}

.cate_item p {
  line-height: .3rem;
}
.cate_item .txt {
  flex: inherit;
}

.adv_item .wrap {
  width: 60%;
}
.adv_item h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.appl_list .txt_l h3 {
  line-height: 40px;
  font-size: 14px;
}
.appl_list .txt_r {
  display: none;
}
.appl_list .txt {
  justify-content: center;
}
.appl_con {
  height: auto;
}
.appl_list .pic img {
  height: auto;
}
.news_con .text .text_l {
  border-right: none;
}

.news_con .news_item p {
  margin-bottom: 0;
}
.appl_list .txt_l img {
  display: none;
}


.equ_con .equ_list .item {
  width: 48.5%;
}
  .inner_cont_con .top .contact_list {
    padding: .3rem;
  }
.single-input input {
    height: 42px;
  }
  .cate_list .more i {
    display: none;
  }
  .contact_list p {
    margin-bottom: 8px;
  }
  .contact_list span {
    font-size: 18px;
  }
  .news_list .news_item a {
    padding: 10px 30px;
  }
  .foot_contact img {
    max-width: 80%;
  }
  .foot_pro {
    margin-bottom: 0;
  }
  .hon_list li:nth-child(5),.hon_list li:nth-child(6) {
    margin-bottom: 0;
  }
  .hon_list .pic {
    padding: .2rem 0;
  }
  .hon_list .txt {
    padding: 0 .3rem;
    text-align: center;
  }
  .hon_list li:nth-child(1), .hon_list li:nth-child(2), .hon_list li:nth-child(3),
  .hon_list li:nth-child(4), .hon_list li:nth-child(5), .hon_list li:nth-child(6) {
    margin-bottom: .3rem;
}
.vis_list .pic {
  margin-bottom: .2rem;
}
.vis_list .txt h3 {
  margin-bottom: .2rem;
}
.about_title span {
  font-size: 16px;
}
  .hon_list .txt h3 {
    width: 100%;
  }
  .hon_list .txt i {
    display: none;
  }
  .category .container {
    padding-top: 0;
  }
  .foot_con_t h1 {
    margin-bottom: .2rem;
  }
  .news_item h3 {
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .adv_hon .list img {
    height: 2.4rem;
  }
  .adv_hon .list li {
    width: 30%;
  }
  .adv_list li span {
    text-align: center;
    display: none;
  }
  .adv_list li h3 {
    margin-top: .1rem;
  }
  .about_list .item {
    width:48%;
  }
  .about_list span, .about_list dd {
    font-size: 18px;
  }
  .about .more {
    margin-top: .3rem;
  }
  .about .more span, .about .more i {
    font-size: 16px;
  }
  .news .about_title .more {
    padding: 6px 18px;
  }
  .category .cate_list .more {
    width: 140px;
    height: 44px;
    line-height: 44px;
  }
  .adv_con .adv_list li {
    width: 50%;
    flex: auto;
  }
  .adv_list li .txt, .adv_list li .pic {
    height: 3rem;
  }
  .about_r .item h4 {
    font-size: 15px;
  }
.about_con .item h5{
  font-size: 14px;
}

  .foot_con_b .copyright,.foot_con_b .copyright span {
    display: block;
  }
  .proNavBox li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .prolist .menu_body a {
    width: 100%;
  }

  .inner_nav {
    background: #e4e4e4;
  }
  .inner_nav ul {
    flex-wrap: wrap;
  }
  .inner_nav ul li {
    flex: auto;
    height: 38px;
    line-height: 38px;
    border-right: none;
    background: none;
  }
  .inner_nav ul li a {
    font-size: 14px;
    color: inherit;
  }
  .adv_con .adv_item .item_l {
    font-size: 40px;
    height: 48px;
    line-height: 48px;
  }
  .inner_nav ul li {
    width: 33.33%;
  }
  .power_list .txt_wrap {
    width: 90%;
  }
  .appl_inner_con .appl_l {
    margin-bottom: 15px;
  }
  .appl_inner_con .appl_r .item {
    height: 3rem;
  }
  .appl_inner_con {
    height: auto;
  }
  .news_pic .cont_con {
    height: auto;
  }
  .news_pic .cont_con li {
    width: 100%;
  }
  .appl_list .swiper-button-prev {
    left: 25%;
  }
  .appl_list .swiper-button-next {
    right: 25%;
  }
  .pow_icon_list span {
    font-size: 18px;
  }
  .adv_list .num {
    font-size: 42px;
  }
  .foot_con_t .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .appl_con .col-sm-6 {
    width: 50%;
    float: left;
  }
  .foot_pro li {
    width: 100%;
  }
  #header .header-content .logo_ti {
    font-size: 16px;
  }
  .header_m {
    margin-left: 10px;
    margin-right: 10px;
  }
  #header .header-content {
    width: 92%;
  }
  .banner {
    height: 3rem;
  }
  .about_con .about_list ul {
    width: 100%;
    margin: 0 auto;
  }
  .about_list .item_icon {
    width: 79px;
    height: 79px;
    padding: 0;
  }
  .about_list .item_txt {
    font-size: 0.3rem;
  }
  .about_list .icon_01 {
    background: url(../images/Sprite.png) no-repeat 0px -156px;
    background-size: 442px;
  }
  .about_list .icon_02 {
    background: url(../images/Sprite.png) no-repeat -79px -156px;
    background-size: 442px;
  }
  .about_list .icon_03 {
    background: url(../images/Sprite.png) no-repeat -158px -156px;
    background-size: 442px;
  }
  .news_con .news_ti .time {
    width: 28%;
  }
  .news_con .news_ti .txt {
    width: 72%;
  }
  .cate_con .cate_item .cate_list .long {
    width: 60%;
  }
  .cate_con .cate_item .cate_list .short {
    width: 40%;
  }
  .cate_con .cate_item .cate_ti {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .ban_swiper {
    height: 200px;
  }
  .bdsharebuttonbox {
    display: none;
  }
  .imgdet .imgpart {
    width: 100%;
    height: auto;
  }
  .proDe ul li {
    margin-bottom: 10px;
  }
  .cate_item .cate_txt {
    font-size: 16px;
  }
  .appl_topcen label,
  .appl_topcen2 label,
  .appl_topcen1 label {
    width: 26%;
  }
  .appl_message .btn_ss,
  .appl_message .btn_ss1,
  .appl_message .btn_ssss {
    width: 74%;
  }
  .inner_map {
    height: 300px;
  }
  .about1_l span {
    font-size: 40px;
  }
  .prolist .view {
    display: none;
  }
  .proPage {
    display: none;
  }
  .appl1_wrap .col-xs-6,
  .appl1_wrap .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .about .about_r ul li b,.about_inner .about_l .item b {
    font-size: 22px;
  }
  .video_txt {
    top: 30%;
    left: 8%;
    width: 84%;
    padding-left: 18px;
  }
  .video_txt span {
    letter-spacing: 1.2px;
    font-size: 18px;
  }
  .news_con .news_l {
    margin-bottom: 18px;
  }
  .con_t_wrap .r {
    display: none;
  }
  .foot_con_t .mgr {
    display: none;
  }
  .form-wrap {
    margin-bottom: 28px;
  }
  .contact .cont_news {
    margin-bottom: 0;
  }
  .contact .footer {
    margin-bottom: 0;
  }
  .cate_con .txt img {
    width: .9rem;
  }
  .cate_con .item_wrap {
    border-radius: 20px;
  }
  .gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gallery-thumbs .swiper-slide {
    width: 49.5% !important;
    margin-right: 0 !important;
  }
  .gallery-thumbs .swiper-slide {
    height: 2rem;
  }
  .gallery-thumbs .swiper-slide:nth-child(1),.gallery-thumbs .swiper-slide:nth-child(2) {
    margin-bottom: 1%;
  }
  .gallery-thumbs {
    top: 0;
  }
  .gallery-thumbs .txt span {
    display: none;
  }
  .gallery-thumbs .num {
    font-size: 1rem;
  }
}