@media (max-width: 1000px) {
  div, a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  img {
    max-width: initial;
  }
  html, body {
    position: static;
    height: auto;
  }
  .padd {
    padding-top: 0;
    padding-bottom: 0;
  }
  .indexbody {
    height: auto;
    position: static;
  }
  .index-container, .indexbody .index-container > .swiper-wrapper {
    position: static;
    height: auto;
  }
  .indexbody .banner-container {
    height: 100%;
    display: block;
  }
  .indexbody .pcbanner-container {
    height: 100%;
    display: none;
  }
  .indexbody .mbanner-container {
    display: block;
  }
  .indexbody .index-container > .swiper-wrapper {
    height: auto;
    transform: none;
    display: block;
    position: static;
  }
  .mbanner-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: rgb(255, 255, 255);
    outline: none;
    border-radius: initial;
  }
  .menubtn {
    position: absolute;
    top: 0;
    left: auto;
    right: 20px;
    width: 25px;
    padding: 10px 0px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
    z-index: 2;
    display: block;
    z-index: 4;
    margin-top: 10px;
  }
  .menubtn .bar {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    margin: 7px auto;
    background-color: #397DDE;
    border-radius: 10px;
    transition: 0.3s;
  }
  .menubtn .bar:nth-of-type(1) {
    margin-top: 0px;
  }
  .menubtn .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .menubtn_close {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 5px 0px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
    display: block;
  }
  .menubtn_close .bar {
    background: #397DDE;
  }
  .menubtn_close .bar:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .menubtn_close .bar:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn_close .bar:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .indexcon {
    position: static;
    transform: none;
  }
  .content, .in_content {
    padding: 0 15px;
    width: 100%;
    min-width: initial;
    box-sizing: border-box;
  }
  header {
    z-index: 6;
    padding-top: 0.1rem;
  }
  header .nav {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 0.8rem;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
  }
  header .nav > li {
    line-height: 40px;
  }
  header .nav > li > a {
    color: #333;
  }
  .nav > li {
    padding: 0;
  }
  .nav > li ul {
    position: static;
    background: none;
    width: 100%;
    transform: none;
    box-shadow: none;
    box-sizing: border-box;
  }
  .nav > li ul:before {
    display: none;
  }
  .navsecend {
    position: relative;
  }
  .navsecend:before {
    content: "";
    display: block;
    border: 0 none;
    width: 13px;
    height: 7px;
    background: url(../images/navbg.png) no-repeat;
    position: absolute;
    right: 0;
    top: -23px;
  }
  .search {
    background: rgba(255, 255, 255, 0.8);
  }
  .search input::-moz-placeholder {
    color: #333;
  }
  .search input, .search input::placeholder {
    color: #333;
  }
  .searchbox {
    right: 1rem;
    top: .32rem;
    position: absolute;
  }
  .searchbox span {
    width: 0.35rem;
    height: 0.35rem;
  }
  .search {
    top: 0.4rem;
  }
  header .nav {
    top: 0.65rem;
  }
  .footnav {
    display: none;
  }
  .footleft {
    width: 100%;
  }
  .share {
    display: none;
  }
  .foottxt {
    padding: 15px 0;
  }
  .foottop {
    padding: 0.3rem 0;
  }
  .chattxt li {
    margin-bottom: 10px;
  }
  .code {
    width: 50%;
  }
  .footlogo {
    margin-bottom: 0.4rem;
  }
  .totop {
    width: 45px;
    height: 45px;
    right: 15px;
    z-index: 99;
  }
  .indexbody .totop {
    display: none;
    position: fixed;
  }
  .padd {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .enbox {
    position:absolute;right:1.6rem;top:.31rem;
  }
  .enbox p{width:.26rem;height:.26rem;padding-left:.26rem;font-size:.14rem;}
  .enbox p span{display:none;}
  .enbox:hover ul{display:none;}
  .enbox.active ul{display:block;width:1rem;left:-.4rem;}
  
  .bantxt {
    padding-left: 0;
  }
  .bantxt h2 {
    font-size: 0.24rem;
  }
  .bantxt p {
    font-size: 16px;
    width: 100%;
    letter-spacing: 1px;
    margin-top: 0.1rem;
  }
  .morebtn {
    margin-top: 0.4rem;
    font-size: 16px;
    height: 0.35rem;
    line-height: 0.35rem;
    margin-right: 0.1rem;
  }
  .morebtn i {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 10px;
  }
  .scroll {
    font-size: 16px;
  }
  .foottop {
    padding: 0.3rem 15px;
  }
  .footleft h4 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .foottop::before {
    display: none;
  }
  .chattxt li {
    font-size: 16px;
  }
  .chattxt li a b {
    font-size: 0.2rem;
  }
  .chattxt li img {
    width: 0.22rem;
    margin-right: 7px;
  }
  .banbtn .in_content {
    padding: 0.2rem 15px;
  }


  .indexswiper2 .in_content, .indexswiper3 .in_content, .indexswiper4 .in_content {
    position: static;
    transform: none;
  }
  .indexswiper2,.indexswiper3,.indexswiper4 {
    padding: 0.5rem 0;
    position: relative;
  }
  .videobox {top:0;}
}
  @media (max-width: 768px) {
   
  .abouttxt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .videobox span {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    margin-left: -0.25rem;
  }
  .titbox {
    margin-bottom: 0.4rem;
  }
  .titbox p {
    font-size: 0.2rem;
    letter-spacing: 2px;
  }
  .titbox h2 {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .abouttxt > h4 {
    margin-top: 0.4rem;
    font-size: 18px;
  }
  .about-read {
    margin-top: 0.3rem;
  }
  .about-read p {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 16px;
  }
  .aboutlist li {
    width: 50%;
    padding: 0.1rem 0;
  }
  .aboutlist li span {
    font-size: 16px;
  }
  .aboutlist {
    margin-top: 0.4rem;
  }
  .aboutlist li span font {
    font-size: 0.26rem;
    letter-spacing: 1px;
  }
  .aboutlist li h4 {
    font-size: 16px;
  }
  .videobox {
    position: relative;
    width: 100%;
    height: 2.2rem;
  }
  .videobox img {
    width: 100%;
  }
  .indexswiper3 {
    padding: 0.5rem 0;
  }
  .probox .swiper-pagination li {
    font-size: 16px;
    padding: 0 0.2rem;
    height: 0.35rem;
    line-height: 0.35rem;
    margin-bottom: 10px;
  }
  .indexswiper3::before {
    display: none;
  }
  .probox .swiper-slide {
    width: 100%;
  }
  .indexswiper3::after {
    width: 3.27rem;
    height: 3.17rem;
  }
  .proacttxt {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .proacttxt .morebtn {
    margin-top: 0.2rem;
  }
  .proactpic {
    width: 100%;
    border-radius: 20px;
  }
  .proacttxt h3 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .proacttxt p {
    font-size: 16px;
  }
  .proactlist {
    margin-top: 0.3rem;
  }
  .proactlist li {
    font-size: 16px;
    background-size: 0.2rem 0.2rem;
    padding-left: 0.3rem;
    margin-bottom: 5px;
  }
  .proact-item li {
    margin-top: 1em;
    padding-right: 0;
  }
  .probox .swiper-slide-active .proact {
    padding-right: 0;
  }
  .probox .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    right: 0;
    display: none;
  }
  .indexswiper4 {
    padding: 0.5rem 0;
  }
  .arealist li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .arealist li .arealisttxt {
    padding: 0.3rem;
  }
  .arealist li .arealisttxt h4 {
    font-size: 0.2rem;
    margin-top: 0.15rem;
  }
  .arealist .arealistact {
    width: 100%;
  }
  .arealist .arealistact .arealisttxt {
    padding: 0.3rem;
  }
  .arealist .arealistact .arealisttxt h4 {
    font-size: 0.22rem;
  }
  .arealist .arealistact .arealisttxt p {
    font-size: 16px;
  }
  .arealisttxt img {
    width: 0.5rem;
  }
  .arealist .arealistact .arealisttxt img {
    margin-bottom: 1rem;
  }
  .arealist li > img {
    width: 100%;
    height: auto;
  }
  .arealisttxt {
    bottom: 0.9rem;
  }
  .listbantxt h2 {
    font-size: 0.26rem;
  }
  .listbantxt p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5em;
    margin-top: 0.1rem;
  }
  .sheshilist li h4 {
    font-size: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }
  .ban-scoll {
    display: none;
  }
  .listnav ul {
    padding: 0.2rem 0;
  }
  .listnav ul li {
    font-size: 16px;
    padding: 0 0.1rem;
  }
  .aboutrow > img {
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    position: static;
  }
  .aboutrowtxt-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  .aboutrowtxt-box h3 {
    margin-bottom: 0.3rem;
    font-size: 20px;
  }
  .about-tit {
    font-size: 0.26rem;
    margin-bottom: 0.4rem;
  }
  .aboutrowtxt-box .about-tit, .lxfsbox .about-tit {
    margin-bottom: 0.2rem;
  }
  .aboutrowtxt p {
    font-size: 16px;
  }
  .aboutrow .aboutlist li {
    width: 47%;
    padding-bottom: 0.15rem;
  }
  .company li {
    width: 100%;
  }
  .companytxt {
    bottom: 0.4rem;
  }
  .companytxt img {
    margin-bottom: 0.2rem;
    width: 0.5rem;
  }
  .companytxt h4 {
    font-size: 0.2rem;
  }
  .company-act .companytxt p {
    font-size: 18px;
    margin-top: 0.6rem;
  }
  .companytxt p::before {
    height: 0.35rem;
    top: -0.4rem;
  }
  .aboutrow {
    padding-bottom: 0.5rem;
  }
  .fzlcrow {
    margin-top: 0.4rem;
  }
  .fzlcrowpic {
    width: 100%;
    border-top-right-radius: 0.4rem;
  }
  .fzlcrowtxt {
    width: 100%;
    margin-top: 0.3rem;
    padding-left: 0.6rem;
    height: 5rem;
  }
  .fzlcrowbtn .swiper-button-next, .fzlcrowbtn .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
  }
  .fzlcrowtxt li h3 {
    font-size: 0.3rem;
  }
  .fzlcrowtxt li p {
    font-size: 16px;
  }
  .lxfslist li {
    border: 0 none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    padding: 0.2rem 0;
  }
  .lxfslist li:last-child {
    border: 0 none;
  }
  .lxfslist li i {
    width: 0.45rem;
    height: 0.45rem;
    margin-bottom: 0.15rem;
  }
  .lxfslist li span {
    margin-bottom: 0.05rem;
    font-size: 18px;
  }
  .lxfslist li a b {
    font-size: 0.26rem;
    letter-spacing: 1px;
  }
  .jishutxt {
    width: 100%;
  }
  .jishutxt h4 {
    font-size: 18px;
  }
  .jishutxt h5 {
    font-size: 18px;
    margin-top: 0.3rem;
  }
  .jishutxt p {
    font-size: 16px;
  }
  .jishupic {
    width: 100%;
    margin-top: 0.3rem;
    border-top-left-radius: 0.3rem;
  }
  .sheshilist .swiper-slide-active {
    border-top-left-radius: 0.3rem;
  }
  .sheshilist li {
    width: 85%;
  }
  .sheshilist .swiper-slide-next {
    opacity: 0.6;
  }
  .sheshilist {
    margin-top: 0.3rem;
    padding-bottom: 0.7rem;
  }
  .sheshilistbtn .swiper-button-next, .sheshilistbtn .swiper-button-prev, .honorlistbtn .swiper-button-next, .honorlistbtn .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
  }
  .sheshilistbtn, .honorlistbtn {
    width: 1rem;
  }
  .honorbox h4 {
    font-size: 18px;
    margin-bottom: 0.3rem;
  }
  .honorlist li {
    padding: 0 0.15rem;
  }
  .honorlist {
    padding-left: 0;
    padding-right: 0;
  }
  .honorlist::before {
    width: 10rem;
    height: 0.4rem;
  }
  .honorlist {
    padding-bottom: 0.9rem;
  }
  .honorlist::before {
    bottom: 0.55rem;
  }
  .propagenav {
    display: none;
  }
  .propagelist {
    padding-top: 0;
  }
  .propagepic {
    width: 100%;
  }
  .propagelist .swiper-slide {
    border-bottom-right-radius: 0.4rem;
  }
  .propagetxt {
    padding: 0.3rem 0.2rem;
    width: 100%;
    position: static;
  }
  .propagetxt-con {
    padding-right: 0;
  }
  .propagetxt h4 {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
  .propagetxt p {
    font-size: 16px;
  }
  .propagetxt h5 {
    margin-top: 0.2rem;
    font-size: 18px;
  }
  .propagelist .swiper-slide > span {
    font-size: 1rem;
    right: 0.2rem;
  }
  .teamlistbox {
    position: static;
  }
  .teamlist li {
    position: static;
    width: 100%;
    padding-left: 0;
    margin: 0.3rem 0;
  }
  .teamlist .teamlist-2 {
    padding-right: 0;
  }
  .teambox .teamcon {
    display: none;
  }
  .teamlist .teamlist-3 {
    width: 100%;
  }
  .teamlist li::before {
    display: none;
  }
  .teamlist li h4 {
    font-size: 0.2rem;
  }
  .teamlist li p {
    font-size: 16px;
  }
  .teambox {
    height: auto;
  }
  .jiancelist li {
    width: 49%;
    font-size: 16px;
    height: 0.7rem;
  }
  .fazhanban {
    width: 100%;
  }
  .fazhanlist li {
    padding: 0;
  }
  .fazhanlist .ygfllistact {
    padding: 0;
  }
  .ygfllistpic {
    display: none;
  }
  .ygfllistcon {
    position: static;
  }
  .ygfllistcon li {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    padding: 0.3rem 0.2rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
  }
  .ygfllistcon li:last-child {
    margin-bottom: 0;
  }
  .ygfllistcon li p {
    display: block;
    font-size: 16px;
    margin-top: 0.2rem;
  }
  .ygfllistcon li i {
    width: 0.5rem;
    height: 0.5rem;
  }
  .ygfllistcon li h4 {
    font-size: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .ygfllistcon li > img {
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
  }
  .bghjbox li {
    width: 70%;
  }
  .bghjbox .swiper-button-next, .bghjbox .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
  }
  .bghjbox .swiper-button-next {
    right: 0.15rem;
  }
  .bghjbox .swiper-button-prev {
    left: 0.15rem;
  }
  .zptab li {
    font-size: 18px;
  }
  .ygfllistcon .ygfllistact {
    padding: 0.3rem 0.2rem;
  }
  .zptab {
    width: 1.6rem;
  }
  .jrwmtit {
    margin-bottom: 0.4rem;
  }
  .zprowitem-head, .zprowitem ul {
    padding: 0 0.3rem;
  }
  .zprowitem-head ul {
    padding: 0;
  }
  .zprowitem-head ul li {
    font-size: 18px;
  }
  .zprowitem ul li {
    font-size: 16px;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .zprowitem-more {
    padding: 0.3rem;
  }
  .zprowitem-more dl dd {
    font-size: 16px;
  }
  .zprowitem-btn {
    margin-top: 0.2rem;
    width: 1.6rem;
    font-size: 16px;
  }
  .pagebox {
    min-width: 800px;
    margin-top: 0.2rem;
  }
  .pagebox a {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 16px;
    line-height: 0.4rem;
    margin: 0 3px;
  }
  .zprowitem-top {
    padding-bottom: 0.3rem;
  }
  .zprow {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    padding-bottom: 0.3rem;
    min-width: 800px;
  }
  .zprowitem ul::after {
    left: 0.3rem;
    right: 0.3rem;
  }
  .zprow-list {
    width: 100%;
    overflow: auto;
    padding-bottom: 0.2rem;
  }
  .rclnlist li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .rclnlist li:last-child {
    margin-bottom: 0;
  }
  .rclnlisttxt {
    padding: 0 0.3rem;
    top: auto;
    bottom: 0.3rem;
  }
  .rclnlisttxt h4 {
    font-size: 0.2rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .rclnlisttxt p {
    font-size: 16px;
  }
  .listnav ul li:hover a:after, .listnav ul li.listnavact a:after {
    bottom: -0.2rem;
  }
  .newspic {
    width: 100%;
  }
  .newstxt {
    width: 100%;
    padding: 0.3rem 0.2rem;
    margin-bottom: 0.6rem;
  }
  .newstxt h4 {
    font-size: 0.2rem;
  }
  .newstxt span {
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
  }
  .newstxt img {
    margin-top: 0.3rem;
  }
  .newstopbtn {
    width: auto;
    left: 15px;
    right: 15px;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.2rem;
  }
  .hbdtrow-top {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .hbdtrow-search {
    width: 100%;
    line-height: 0.5rem;
    height: 0.5rem;
    padding-left: 0.2rem;
  }
  .hbdtrow-search input[type=text] {
    line-height: 0.5rem;
    font-size: 16px;
    height: 0.5rem;
  }
  .hbdtrow-topyears {
    padding: 0 0.2rem;
    width: 100%;
    margin-bottom: 0.2rem;
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .hbdtrow-topyears ul {
    top: 0.5rem;
  }
  .hbdtrow-topyears ul li {
    padding: 0 0.2rem;
    line-height: 0.4rem;
  }
  .hbdtrow-topyears p {
    line-height: 0.5rem;
    font-size: 16px;
  }
  .newsitem li {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .newsitempic {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .newsitemtxt {
    width: 100%;
  }
  .newsitemtxt h4 {
    font-size: 18px;
  }
  .newsitemtxt span {
    margin: 0.15rem 0;
  }
  .newsitemtxt i {
    margin-top: 0.2rem;
    height: 0.35rem;
    line-height: 0.35rem;
  }
  .newspage a {
    height: 0.4rem;
    font-size: 16px;
    margin: 0 5px;
    line-height: 0.4rem;
  }
  .newspage span {
    font-size: 16px;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .newspage span input {
    line-height: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    font-size: 16px;
  }
  .newspage .newspage-prev {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 3px;
    line-height: 0.4rem;
  }
  .newspage .newspage-next {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 3px;
    line-height: 0.4rem;
  }
  .hyzxtop-txt {
    display: none;
  }
  .hyzxtop-pic {
    width: 100%;
  }
  .hyzxtop-pictxt {
    display: block;
    padding: 0.2rem;
  }
  .hyzxtop-pictxt h4 {
    font-size: 18px;
  }
  .hyzxtop-pictxt p {
    color: #666;
    margin-top: 0.2rem;
  }
  .hyzxtop {
    margin-bottom: 0.3rem;
  }
  .hyzxlist li {
    padding: 0.2rem 0;
  }
  .hyzxlisttxt {
    width: 100%;
    padding-right: 0;
    border-right: 0 none;
  }
  .hyzxlisttxt h4 {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
  .hyzxlistdate b {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .hyzxlistdate {
    width: 100%;
    margin-top: 0.2rem;
  }
  .hyzxlistdate span {
    font-size: 16px;
  }
  .hyzxlist {
    margin-bottom: 0.4rem;
  }
  .yghdlist li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .yghdlisttxt {
    padding: 0.2rem;
  }
  .yghdlisttxt h4 {
    font-size: 0.2rem;
    width: 100%;
  }
  .yghdlisttxt span {
    line-height: 0.4rem;
    height: 0.4rem;
    width: 1.3rem;
    margin-top: 0.3rem;
  }
  .pxdttop-left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .pxdtlist {
    width: 100%;
    padding: 0.3rem 0.2rem;
  }
  .pxdtlist span {
    margin-bottom: 0.2rem;
  }
  .pxdtlist h4 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .pxdtlist i {
    margin-top: 0.2rem;
  }
  .pxdtitembox li {
    margin-right: 0;
  }
  .pxdtitembox {
    margin-bottom: 0.4rem;
  }
  .pxdttoptxt {
    padding: 0.2rem;
  }
  .pxdttoptxt i {
    left: 0.2rem;
    bottom: 0.2rem;
  }
  .pxdttoptxt span {
    margin-bottom: 0.1rem;
  }
  .pxdttoptxt h4 {
    font-size: 18px;
  }
  .fazhanbox .ygfllist > img {
    display: none;
  }
  .fazhanbox .ygfllistcon {
    position: static;
  }
  .fazhanbox .ygfllistcon li {
    background: url(../images/fazhan1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0.2rem;
    margin-bottom: 0.3rem;
    z-index: 1;
    position: relative;
  }
  .fazhanbox .ygfllistcon li::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fazhanbox .ygfllistcon li p {
    display: block;
    font-size: 16px;
  }
  .fazhanbox .ygfllistcon li i {
    width: 0.45rem;
    height: 0.45rem;
  }
  .fazhanbox .ygfllistcon li h4 {
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .fazhanbox .ygfllistcon li p {
    margin-top: 0.1rem;
  }
  .fazhanlist .ygfllistact {
    padding: 0.3rem 0.2rem;
  }
  .fazhanlist .ygfllistact::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    position: absolute;
  }
  .hyzxtop-pictxt {
    padding-bottom: 0.5rem;
  }
  .hyzxtop-pic .swiper-pagination {
    bottom: 15px;
  }
  .hyzxtop-pic .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #ccc;
  }
  .hyzxtop-pic .swiper-pagination .swiper-pagination-bullet-active {
    background: #397DDE;
  }
  /*add---pro*/
  .pronavbar li {
    padding: 0 0.1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    margin: 0 0.1rem;
  }
  .padds {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .show-pepic {
    width: 100%;
  }
  .show-petxt {
    width: 100%;
    margin-top: 0.5rem;
  }
  .show-petxt h4 {
    font-size: 0.24rem;
  }
  .showline {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .show-pe:before {
    display: none;
  }
  .show-pe {
    padding-bottom: 0;
  }
  .show-tit {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .show-prolist .swiper-pagination {
    bottom: -0.2rem;
  }
  .show-classlist li {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.4rem;
  }
  .show-classlist li i {
    width: 0.48rem;
  }
  .show-classlist li h4 {
    margin-top: 0.2rem;
    font-size: 0.2rem;
  }
  .show-specialtxt {
    width: 100%;
  }
  .show-specialtxt h4 {
    font-size: 0.24rem;
  }
  .show-specialpic {
    margin: 0.3rem auto 0;
  }
  .proxl-top h2 {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .proxl-listtxt {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .proxl-listtxt h3 {
    font-size: 20px;
  }
  .proxl-listtxt h4 {
    margin-top: 0.2rem;
    font-size: 18px;
  }
  .proxl-item {
    width: 100%;
  }
  .proxl-item li .aniimg h4 span {
    font-size: 16px;
  }
  .proxl-item li .aniimg h4 {
    padding: 0 0.2rem;
    width: 90%;
    height: 0.5rem;
  }
  .proxl-item li p {
    margin-top: 0.2rem;
  }
  .proxl-list .swiper-pagination {
    top: auto;
    bottom: 0.1rem;
    left: auto;
    right: 0.15rem;
    font-size: 18px;
  }
  .proxl-list .swiper-pagination span {
    font-weight: normal;
  }
  .proxl-list .swiper-pagination b {
    font-size: 26px;
  }
  .proxl-list {
    padding-bottom: 0.6rem;
  }
  .proxl-listbtn {
    bottom: 0;
    width: 1rem;
    left: 0.15rem;
  }
  .proxl-listbtn .swiper-button-next, .proxl-listbtn .swiper-button-prev {
    width: 0.45rem;
    height: 0.45rem;
  }
  .proxl-item li .morebtn2 {
    margin-top: 0.2rem;
  }
  .profffbg .proxl-listbtn {
    right: auto;
    left: 0.15rem;
  }
  .profffbg .swiper-pagination {
    right: 0.15rem;
  }
  .proxl-listtxt {
    position: static;
  }
  .proxl-item {
    margin-left: 0;
    margin-right: 0;
  }
  .profffbg .proxl-listtxt {
    text-align: left;
  }
  .profffbg .proxl-item {
    margin-left: 0;
    margin-right: 0;
  }
  
  .about-read .p{width:100%;}
  .about-read p span{font-size:16px !important;}
  .about-read p{line-height:1.6 !important;}
  .videobox img{object-fit:cover;}
  .probox .swiper-pagination li{width:100%;margin:0px 0px 10px 0px;}
  .probox{padding-top:1.8rem;}
  
  .probox .swiper-container{width:100% !important;}
  .proactpic{aspect-ratio:inherit}
  .arealist li{height:auto;}
  .chattxt li{font-size:14px;}
  .foottxt p{font-size:14px;}
  .chattxt li{margin-top:.1rem;}
  .aboutrowtxt p span{font-size:15rempx !important;}
  .fzlcrowtxt li p span{font-size:15px !important;}
  .fzlcrowtxt li h3{margin-bottom:.1rem;}
  
  .lxfslist li p{font-size:.26rem;}
  .lxfslist li.li1{display:none;}
  .jishutxt p span{font-size:15px !important;}
  .about-tit{margin-bottom:.2rem;}
  
  .cprdone_t .p3 span{font-size:15px !important;}
  
  .nxq_banner h2{font-size:.26rem !important;}
  
  .menubtn{margin-top:.12rem;}
  
  .enbox{right:1.2rem;top:.15rem;}
  
}
@media (max-width: 750px) {
  .searchbox {
    right: 0.65rem;
    top: 0.15rem;
    position: absolute;
  }
  .show-prolist li {
    height: 1.2rem;
  }
  .show-specialpic {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  .show-specialpic::before {
    left: 0.3rem;
    right: 0.3rem;
    top: 0.3rem;
    bottom: 0.3rem;
  }
  .show-specialpic h3 {
    left: 0.6rem;
    right: 0.6rem;
    top: 0.6rem;
    font-size: 0.22rem;
    bottom: 0.6rem;
  }
  .show-specialpic h3:after {
    left: 0.3rem;
    right: 0.3rem;
    top: 0.3rem;
    bottom: 0.3rem;
  }
  .show-speciallist li {
    width: 0.9rem;
    height: 0.9rem;
    box-shadow: 0px 0.03rem 0.1rem 0px rgba(25, 130, 236, 0.63);
  }
  .show-speciallist .show-speciallist1 {
    top: 0.05rem;
    margin-left: -0.45rem;
  }
  .show-speciallist .show-speciallist2 {
    left: 0.2rem;
    bottom: 0.45rem;
  }
  .show-speciallist .show-speciallist3 {
    right: 0.2rem;
    bottom: 0.45rem;
  }
}
@media (max-width: 650px) {
  .show-prolist li {
    height: 1.6rem;
  }
}
@media (max-width: 500px) {
  .logo {
    width: 28%;
  }
  .indexbody {
    height: auto;
  }
  .indexbody .banner {
    height: 550px;
    display: block;
  }
  .indexbody .banner li > img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
    animation: scaleaa 6s infinite;
  }
  @keyframes scaleaa {
    0% {
      transform: translate(-50%) scale(1);
    }
    50% {
      transform: translate(-50%) scale(1.08);
    }
    100% {
      transform: translate(-50%) scale(1);
    }
  }
  .listban {
    height: 350px;
    overflow: hidden;
    display: block;
  }
  .listban > img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  .show-prolist li {
    height: 1.7rem;
  }
}/*# sourceMappingURL=mobile.css.map */