@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;
  }
  .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: 22px;
  }
  .menubtn .bar {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    margin: 7px auto;
    background-color: #fff;
    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: #fff;
  }
  .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);
  }
  .content {
    padding: 0 0.25rem;
    width: 100%;
    min-width: initial;
    box-sizing: border-box;
  }
  .headtxt {
    display: none;
  }
  .mainbox {
    padding-top: 0rem;
  }
  .tophead {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .nav {
    margin-top: 0;
    border: 0 none;
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: 6;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    padding: 0.25rem;
  }
  .nav li {
    width: 100%;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .nav li a {
    padding-bottom: 5px;
  }
  .header ul{
    max-height: 2.65rem;
    overflow-y: auto;
    margin-top: 0.1rem;
    padding-top: 0;
  }
  .header {
    border-bottom: 1px solid rgba(245, 248, 253, 0.5);
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    z-index: 6;
    position: relative;
  }
  .mainrow {
    margin-top: 0;
  }
  .foot-us {
    display: none;
  }
  .foot-tact {
    width: 100%;
  }
  .foot-nav {
    display: none;
  }
  .foottop {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .foottop h3 {
    margin-bottom: 0.2rem;
  }
  .rightbox {
    right: 0.1rem;
  }
  .links {
    justify-content: flex-start;
  }
  .links dd {
    margin-left: 10px;
  }
  .foot-tact li {
    margin-bottom: 10px;
  }
  .footnum {
    margin-top: 0.2rem;
  }
  .footnum span:first-child {
    padding-left: 0;
  }
  .rowtop {
    width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
  }
  .usertop {
    width: 25%;
    margin-right: 0.2rem;
    float: left;
  }
  .usertop:after {
    display: none;
  }
  .userchat {
    margin-top: 1rem;
  }
  .userchat a {
    font-size: 16px;
  }
  .chatbtn a {
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 18px;
  }
  .chatbtn a img {
    margin-top: -0.1rem;
  }
  .userchat a {
    display: block;
    width: 48%;
    text-align: center;
  }
  .rowright {
    margin-top: 0.5rem;
    width: 100%;
  }
  .lsdttop {
    overflow: hidden;
  }
  .lsdttop .aniimg {
    float: left;
    width: 30%;
  }
  .lsdttoptxt {
    float: right;
    width: 67%;
    margin-top: 0.4rem;
  }
  .rowlink-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .rowlink-nav li a {
    font-size: 16px;
  }
  .rowtit h3 {
    font-size: 18px;
  }
  .rowtit {
    max-width: 68%;
  }
  .aitop .aniimg {
    width: 20%;
  }
  .aitop a {
    align-items: center;
  }
  .aitoptxt h4 {
    height: auto;
    -webkit-line-clamp: 2;
  }
  .aitop .aitoptxt {
    width: 76%;
  }
  .ailist li .ailistdate {
    width: 7.3%;
  }
  .ailist li h4 {
    width: 89%;
    height: auto;
  }
  .llqytop .aniimg {
    width: 20%;
  }
  .llqytoptxt {
    width: 76%;
  }
  .llqytoptxt h4 {
    height: auto;
  }
  .wqzllist li {
    padding: 0.3rem;
  }
  .wqzllist li p {
    line-height: 1.5em;
  }
  .wqzllist {
    align-items: initial;
  }
  .zhishilist {
    overflow: hidden;
  }
  .zhishilist li {
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin-right: 4%;
  }
  .zhishilist li:nth-child(2n) {
    margin-right: 0;
  }
  .weblist li span {
    width: 90px;
  }
  .weblist li {
    padding-left: 120px;
  }
  .flbdbtn {
    justify-content: flex-start;
  }
  .flbdbtn a {
    width: 22.5%;
    margin-right: 3.33%;
  }
  .flbdbtn a:nth-child(4n) {
    margin-right: 0;
  }
  .flbdcon li h4 {
    font-size: 16px;
  }
  .mainrow {
    margin-bottom: 0;
  }
  .footbot p a {
    font-size: 14px;
  }
  .pageside {
    display: none;
  }
  .pageright {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  .pageconrow {
    padding: 0.2rem;
  }
  .aboutfwfw-txt p {
    -webkit-line-clamp: 2;
    height: auto;
  }
  .modelcon {
    width: 90%;
    padding: 0.2rem;
    padding-right: 0;
  }
  .modelcon h4 {
    font-size: 18px;
    max-width: 90%;
  }
  .closebtn {
    top: 0.2rem;
    right: 0.15rem;
  }
  .modelcontxt p {
    font-size: 16px;
  }
  .modelcontxt {
    padding-right: 0.2rem;
  }
  .pagezl-nav li {
    font-size: 18px;
    margin-right: 0.2rem;
  }
  .pagezl-nav li a {
    font-size: 18px;
  }
  .pagerow {
    margin-top: 0.3rem;
  }
  .listnav li a {
    padding: 0.2rem 0;
  }
  .pagezl-nav .pagezl-navact {
    font-size: 20px;
  }
  .pagezl-nav .pagezl-navact a {
    font-size: 20px;
  }
  .pagecontit h3 {
    font-size: 18px;
  }
  .pagecontit {
    padding: 0.15rem 0.2rem;
  }
  .aboutfwfw-txt h4 {
    font-size: 18px;
  }
  .itemnavlist {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .second-nav li a {
    font-size: 0.16rem;
    padding: 0.1rem 0;
  }
  .third-nav li a {
    padding: 0.1rem 0;
  }
  .itemnav-fknav {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .logo {
    width: 30%;
  }
  .tophead {
    padding: 0;
  }
  .chat, .search {
    display: none;
  }
  .enbox {
    position: absolute;
    right: 0.65rem;
    padding-right: 0.18rem;
    top: 0.2rem;
  }
  .enbox p {
    color: #FFF;
    font-size: 16px;
  }
  .enbox:hover ul {
    display: none;
  }
  .content {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .topbox{height: 0;}
  .topbox .tophead.content {
    padding:0;
  }
  .header {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top:0;
    left:0;
  }
  .menubtn {
    margin-top: 11px;
  }
  .nav li {
    line-height: 40px;
    margin-bottom: 0;
  }
  .rowtop-user {
    padding: 0.15rem;
  }
  .usertop {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .usertop h4 {
    font-size: 18px;
  }
  .userchat {
    margin-top: 0.2rem;
  }
  /*  .usertop:after {
     display: block;
   } */
  .chatbtn a {
    font-size: 16px;
  }
  .aljjbox .newslist li {
    width: 100%;
  }
  .chatbtn a img {
    width: 0.2rem;
    margin-left: 8px;
    margin-top: -0.05rem;
  }
  .userchat a {
    width: 100%;
    text-align: left;
    height: 0.35rem;
    line-height: 0.35rem;
  }
  .userchat a img {
    width: 0.2rem;
    margin-right: 5px;
  }
  .rowright, .rowtop {
    margin-top: 0.3rem;
  }
  .userchat {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rownav {
    padding: 0.15rem 0.2rem;
  }
  .zcsdbox {
    padding: 0.2rem;
  }
  .zcsdtop .aniimg {
    width: 100%;
  }
  .zcsdtoptxt {
    width: 100%;
    margin-top: 0.2rem;
  }
  .zcsdtop {
    padding-bottom: 0.3rem;
  }
  .zcsdbox .newslist li {
    width: 100%;
  }
  .zcsdbox .newslist {
    margin-top: 0.2rem;
  }
  .zcsdbox .newslist::before {
    display: none;
  }
  .newslist li h4 {
    max-width: 70%;
  }
  .lsdttop {
    padding: 0.2rem;
  }
  .lsdttop .aniimg {
    float: none;
    width: 100%;
  }
  .weblist li {
    padding-left: 1rem;
  }
  .weblist li span {
    min-width: 0.8rem;
    box-sizing: border-box;
  }
  .lsdttoptxt {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .whcynav li a {
    font-size: 18px;
  }
  .rowlink-nav {
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .rownav {
    position: relative;
  }
  .rowlink-nav + .morebtn {
    position: absolute;
    right: 0.2rem;
    top: 0.25rem;
  }
  .rowlink.wap-flex {
    width: 100%;
    text-align: right;
    display: block;
  }
  .rowlink-nav li {
    width: 50%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .rowlink-nav li a {
    font-size: 18px;
  }
  .spdtbox, .zxhcbox, .aljjbox, .aibox, .llqybox, .zhuantilist {
    padding: 0.2rem;
  }
  .spdtbox .newslist {
    width: 100%;
  }
  .spdtlist {
    width: 100%;
    margin-top: 0.2rem;
  }
  .spdtlisttxt h4 {
    font-size: 16px;
  }
  .aljjbox ul {
    width: 100%;
  }
  .aitop .aniimg, .aitop .aitoptxt {
    width: 100%;
  }
  .aitop .aitoptxt {
    margin-top: 0.2rem;
  }
  .llqytop .aniimg {
    width: 100%;
  }
  .llqytoptxt {
    margin-top: 0.2rem;
    width: 100%;
  }
  .wqzllist li {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.2rem;
  }
  .wqzllisttxt h4 {
    font-size: 0.2rem;
  }
  .wqzllisttxt span {
    width: 0.7rem;
    margin-top: -0.35rem;
  }
  .wqzllisttxt span i {
    width: 0.6rem;
    height: 0.6rem;
  }
  .wqzllisttxt span i img {
    width: 0.3rem;
  }
  .wqzllisttxt {
    padding-left: 0.9rem;
  }
  .rownav {
    min-height: 0.8rem;
  }
  .zhuantilist li {
    width: 100%;
    margin-top: 0.2rem;
  }
  .zhuantitxt h4 {
    font-size: 16px;
  }
  .zhuantitxt, .zhishilist {
    padding: 0.2rem;
  }
  .zhishilist li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
  }
  .zhishitxt {
    padding-left: 0.65rem;
  }
  .zhishitxt i {
    width: 0.5rem;
    margin-top: -0.25rem;
  }
  .zhishitxt h4 {
    font-size: 0.2rem;
    margin-bottom: 10px;
  }
  .weblist, .whcylist, .flbdcon {
    padding: 0.2rem;
  }
  .whcynav li {
    font-size: 18px;
    margin-right: 0.15rem;
    margin-bottom: 0.1rem;
  }
  .whcylist li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #E4E8F9;
  }
  .whcylist li:last-child {
    border-bottom: 0 none;
  }
  .cpwsbox .zxhcbox li a {
    padding-right: 0.8rem;
  }
  .qlcxlist {
    padding: 0.2rem;
  }
  .mainbox {
    padding-bottom: 0.4rem;
    margin-top: 0;
    padding-top: .6rem;

  }
  .flbdbtn {
    justify-content: space-between;
  }
  .flbdbtn a {
    width: 47.2%;
    margin-right: 0;
  }
  .flbdcon li h4 {
    margin-bottom: 10px;
  }
  .spdtbox .spdtlist:first-child {
    margin-top: 0;
    margin-bottom: 0.2rem;
  }
  .ailist li .ailistdate {
    width: 19.3%;
  }
  .ailist li h4 {
    width: 77%;
  }
  .links {
    display: none;
  }
  .foottop {
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .footbot {
    padding: 0.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }
  .footnum {
    display: none;
  }
  .foot-tact li img {
    margin-right: 5px;
    width: 16px;
    margin-top: -3px;
  }
  .rightitem {
    width: 0.7rem;
  }
  .rightitem-more {
    right: 0.6rem;
    padding: 0.1rem 0.15rem;
    border-radius: 0.15rem;
  }
  .rightitem-more a {
    font-size: 16px;
  }
  .rightitem-top {
    width: 0.45rem;
    height: 0.45rem;
    margin: 5px 0;
  }
  .listnav {
    margin-bottom: 0;
  }
  .listnav li a {
    font-size: 16px;
  }
  .listnav li {
    width: 32.5%;
    margin-right: 1.25%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  .listnav li a {
    padding: 0.1rem 0;
  }
  .listnav li:nth-child(3n) {
    margin-right: 0;
  }
  .abouttop > img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: -1;
  }
  .abouttoplist {
    position: static;
  }
  .abouttoptxt {
    position: static;
  }
  .abouttoptxt > img {
    width: 0.6rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .abouttop {
    margin-bottom: 0.2rem;
  }
  .abouttoplist {
    background: rgba(0, 0, 0, 0.6);
    padding: 0.1rem;
    box-sizing: border-box;
  }
  .abouttoplist li {
    width: 100%;
    padding: 0.1rem 0;
    border: 0 none;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .abouttoplist li:last-child {
    border-bottom: 0 none;
  }
  .abouttoplist li img {
    width: 0.2rem;
    margin-right: 0.1rem;
  }
  .aboutnews-top .aniimg {
    width: 100%;
  }
  .aboutnews-txt, .aboutfwfw-txt {
    width: 100%;
    margin-top: 0.2rem;
  }
  .pagezl-nav li {
    margin-bottom: 0.1rem;
  }
  .aboutfwfw-txt p {
    margin-top: 0.2rem;
  }
  .aboutfwfwlist li {
    width: 100%;
  }
  .aboutfwfwlist li:nth-child(2) {
    border-top: 1px solid #E4E8F9;
  }
  .pagerow {
    margin-bottom: -0.2rem;
  }
  .grjjpic .swiper-pagination {
    bottom: 0.1rem;
  }
  .teampagetit h4 {
    font-size: 18px;
  }
  .teampagetit {
    margin-bottom: 0.2rem;
    padding-top: 0.2rem;
  }
  .grjjcon {
    padding: 0;
    padding-bottom: 0.2rem;
  }
  .teamyezc {
    padding: 0;
    padding-bottom: 0.2rem;
  }
  .teamzylylist {
    justify-content: space-between;
    padding-bottom: 0.2rem;
  }
  .teamzylylist li {
    margin: 0;
    margin-bottom: 10px;
    width: 48%;
    padding: 10px;
  }
  .teamzylylist li a {
    font-size: 16px;
  }
  .teamzylylist li img {
    width: 20px;
    margin-right: 5px;
  }
  .teambfkh {
    justify-content: space-between;
    padding-bottom: 0;
  }
  .teambfkh li {
    margin: 0;
    margin-bottom: 0.2rem;
    width: 48%;
  }
  .teamlxfs {
    padding: 0;
  }
  .teamlxfs li {
    width: 100%;
    padding-left: 55px;
  }
  .teamlxfs li i {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
  }
  .teamlxfs li:nth-child(2n) {
    width: 100%;
  }
  .teamlxfs li a, .teamlxfs li p {
    font-size: 16px;
  }
  .teamlxfs li span {
    font-size: 16px;
  }
  .teamzjgwlist {
    padding: 0.2rem;
  }
  .teamzjgwlist li {
    width: 100%;
    padding-right: 0;
    padding: 20px 0;
    border-bottom: 1px solid #C5D9EA;
  }
  .teamzjgwlist li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
  }
  .teamzjgwlist li::after {
    display: none;
  }
  .teamzjgwlist li i {
    width: 1rem;
    height: 1rem;
  }
  .teamzjgwlist li h4 {
    margin-top: 10px;
    font-size: 18px;
  }
  .teamzjgwlist li span {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .teamzjgwlist li p {
    font-size: 16px;
  }
  .teamlstdlist:before, .teamlstdlist:after {
    display: none;
  }
  .teamlstdlist li {
    width: 100%;
    padding: 0.2rem;
  }
  .teamlstdlist li h4 {
    font-size: 18px;
  }
  .teamlstdlist li span, .teamlstdlist li p {
    font-size: 16px;
  }
  .itemnav h3 {
    padding: 0.2rem;
    font-size: 18px;
  }
  .route {
    padding-right: 0.2rem;
  }
  .zhuantibox {
    padding: 0.2rem;
    padding-right: 0;
  }
  .zhuanticon {
    padding-right: 0.2rem;
  }
  .zhuantitop .aniimg {
    width: 100%;
  }
  .zhuantitop-txt {
    width: 100%;
  }
  .ztmorebtn {
    margin-top: 0.1rem;
  }
  .route a {
    font-size: 16px;
  }
  .newspage {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .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;
  }
  .itemnavlist li a {
    font-size: 18px;
    padding: 0.1rem 0.15rem;
  }
  .itemnavlist li {
    margin-right: 0;
  }
  .itemnav-fknav li a {
    padding: 0.1rem 0;
  }
  .itemnav-fknav {
    width: 100%;
  }
  .route {
    padding-left: 0.2rem;
    display: none;
  }
  .pageguoji {
    padding: 0.2rem;
  }
  .pageguoji li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  .pageguoji li .aniimg {
    display: none;
  }
  .pageguoji li span {
    margin-top: 0;
  }
  .pagezhuanli .pagecon {
    width: 100%;
  }
  .symmlist {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .symmlist li {
    width: 100%;
    padding: 0.2rem 0;
  }
  .symmlist li:nth-child(2) {
    border-top: 1px solid #E4E8F9;
  }
  .llqytop2 {
    padding-bottom: 0.2rem;
  }
  .symmlisttxt p {
    display: none;
  }
  .symmlisttxt h4 {
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5em;
    height: 3em;
    white-space: normal;
  }
  .symmlisttxt span {
    margin-top: 10px;
  }
  .teamlstdlist li::before {
    top: 0.2rem;
  }
  .lsdtside {
    padding: 0.2rem;
  }
  .whcylist li .aniimg {
    display: none;
  }
  .rightcode {
    width: 0.9rem;
  }
  .page-patentnav .morebtn {
    position: static;
  }
  .pagezl-nav {
    margin-bottom: 0.35rem;
  }
  .pagezl-nav + .morebtn {
    position: absolute;
    right: 0.2rem;
    bottom: 0.15rem;
  }
  .pagecontit {
    position: relative;
  }
  .zcsdbox .newslist li h4 {
    width: 70%;
  }

  /*english*/
  .pageright.en .listnav {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .pageright.en .listnav li {
    width: 48%;
    margin: 0.08rem 0;
  }
  .pageright.en .listnav li a {
    font-size: 0.16rem;
    padding-left: 0.25rem;
  }
  .pageright.en .listnav li a::before {
    width: 0.15rem;
    height: 0.15rem;
    margin-top: -0.08rem;
  }
  .pageright.en .listnav .listnavact a::before {
    border-width: 0.03rem;
  }
  .route {
    display: none;
  }
  .highlist li {
    border-width: 1px;
  }
  .highlist-txt {
    width: 100%;
  }
  .highlist-txt em{
    color: #FF7228;
  }
  .highlist-txt h4 {
    font-size: 0.18rem;
  }
  .highlist-txt p {
    display: -webkit-box;
    font-size: 16px;
    margin: 0.1rem 0;
  }
  .highlist-txt span {
    margin-right: 0.15rem;
    font-size: 0.16rem;
  }
  .highlist-btn {
    display: none;
  }
  .paging {
    margin-top: 0.3rem;
  }
  .paging a {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 0.18rem;
    line-height: 0.36rem;
    font-size: 0.16rem;
    margin: 0 0.04rem;
  }
  .paging .paging-prev {
    width: 0.2rem;
    height: auto;
  }
  .paging .paging-prev::before {
    content: "";
    display: block;
    width: 0.12rem;
    border-top: 2px solid #B4B4B4;
    border-left: 2px solid #B4B4B4;
    height: 0.12rem;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.07rem;
  }
  .paging .paging-prev:hover::before {
    border-color: #0057AF;
  }
  .paging .paging-next {
    width: 0.2rem;
    height: auto;
    position: relative;
  }
  .paging .paging-next::before {
    content: "";
    display: block;
    width: 0.12rem;
    border-bottom: 2px solid #B4B4B4;
    border-right: 2px solid #B4B4B4;
    height: 0.12rem;
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.06rem;
  }
  .paging .paging-next:hover::before {
    border-color: #0057AF;
  }
  .sidemain {
    display: none;
  }
  .pagerow {
    margin-top: 0.8rem;
  }
  .returnbtn {
    font-size: 0.16rem;
    height: 0.4rem;
    line-height: 0.36rem;
    border-width: 1px;
    width: 1.9rem;
  }
  .show-route {
    margin-bottom: 0.3rem;
  }
  .detailtop {
    padding: 0;
    background: none;
  }
  .detailtop h1 {
    font-size: 0.24rem;
  }
  .author {
    margin-top: 0.1rem;
    text-align: center;
  }
  .author span {
    font-size: 0.16rem;
  }
  .showtag {
    margin-top: 0.1rem;
  }
  .showtag span {
    font-size: 0.16rem;
  }
  .showtag a {
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
  }
  .detalbox {
    margin-top: 0.3rem;
  }
  .detalbox p {
    font-size: 0.16rem;
  }
  .pronext {
    padding-top: 0.1rem;
    padding-bottom: 0.15rem;
  }
  .pronext a {
    font-size: 0.18rem;
  }
  .pronext a img {
    margin-right: 0.1rem;
  }
  .pronext a:last-child img {
    margin-left: 0.1rem;
  }
  .commentbox {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .commentbox h3 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .commentitem {
    margin-top: 0.1rem;
    height: 0.4rem;
    width: 48%;
  }
  .commentitem input {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    line-height: 0.4rem;
    height: 0.4rem;
    font-size: 0.16rem;
  }
  .comment-select p {
    font-size: 0.16rem;
    padding-left: 0.1rem;
    line-height: 0.4rem;
  }
  .comment-select ul {
    display: none;
    background: #FFF;
    position: absolute;
    border: 1px solid #BDCBDA;
    width: 100%;
    border-radius: 0.05rem;
    z-index: 6;
  }
  .comment-select ul li {
    line-height: 0.4rem;
    padding: 0 0.1rem;
  }
  .commentform textarea {
    margin-top: 0.1rem;
    padding: 0.1rem;
    font-size: 0.16rem;
  }
  .comment-foot .codeimg {
    height: 0.4rem;
    width: 0.77rem;
  }
  .comment-submit {
    margin-top: 0.1rem;
    height: 0.35rem;
    line-height: 0.35rem;
  }
  .enpingbox {
    padding: 0.25rem 0;
  }
  .enpinglist h4 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .enpinglist p {
    font-size: 0.16rem;
  }
  .enping-date {
    margin-top: 0.1rem;
  }
  .enping-date > span {
    font-size: 0.16rem;
  }
  .reply-con .commentitem {
    margin-top: 0.2rem;
    padding-right: 0.65rem;
  }
  .reply-con .inputcount {
    font-size: 0.16rem;
    line-height: 0.4rem;
    width: 0.65rem;
  }
  .goodbox span {
    font-size: 0.16rem;
  }
  .reply-foot .comment-submit {
    margin-top: 0.1rem;
  }
  .reply-foot .comment-cancel {
    font-size: 0.16rem;
    width: 1.3rem;
    height: 0.35rem;
    margin-top: 0.1rem;
  }
  .replyrow {
    margin-top: 0.2rem;
    padding: 0.1rem 0.2rem 0.1rem;
  }
  .replyrow::before {
    left: 0.3rem;
  }
  .replyrow .enpinglist {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .antitrustbox {
    padding-top: 1px;
  }
  .topicbox {
    margin-top: 0;
  }
  .workpro .swiper-pagination {
    bottom: 0.1rem;
  }

  /*new*/
  .rowtop-user {
    padding: 0.1rem .1rem .05rem;
  }
  .usertop{width: 48%;padding: 0 .2rem 0.35rem 0; }
  .usertop h4{font-size: 16px; bottom: .18rem;}
  .userfr{width: 52%; }
  .chatbtn a{width: 100%;margin-top: 10px; font-size: 14px;height: 35px;
    line-height: 35px;}
  .userchat a{font-size: 14px;}
  .userchat a img {
    width: 0.15rem;}
  .footnum{display: block;}
  .footnum span:last-child {
    padding-left: 0;
  }
  a.wsearch{ width: 18px;
    position: absolute;
    right: 120px;
    height: 18px;
    top: 23px;
    background: url(../images/search.png) no-repeat; background-size: 100%;}

}
@media (max-width: 500px) {
  .logo {
    width: 56%;
  }
}