@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/*Base*/
html {
  font: 62.5%/1.8 "黑体";
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
}
body {
  position: relative;
  overflow: hidden;
  color: black;
}
.pagelist {
  text-align: center;
  margin-top: 45px;
}
.pagelist a {
  display: inline-block;
  color: #969696;
  font-size: 14px;
  width: 66px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px #e1e1e1 solid;
  margin: 0 1px;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 9;
  transition: .2s;
  -webkit-transition: .2s;
}

.pagelist a:hover{color:#fff;background:#910000 ; border:solid 1px #910000 ;}
.pagelist .fengyepage-now{color:#fff !important;background:#910000 ; border:solid 1px #910000 ;}
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  outline: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  background: transparent;
  color: inherit;
  outline: none;
  color: black;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: none;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
fieldset {
  border: 0.025rem solid #c0c0c0;
  margin: 0 0.1rem;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input.submit {
  border: 0;
  margin: 0;
  cursor: pointer;
}
input.radio {
  width: 0.65rem;
  height: 0.65rem;
  float: left;
  display: inline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style: none;
}
.text_over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.width_c {
  width: 0 !important;
}
body {
  max-width: 750px;
  min-height: 320px;
  font-family: "思源黑体 CN" !important;
  margin: 2.6rem auto 3.5rem !important;
}
@font-face {
  font-family: "simfang";

  src: url("../font/simfang.ttf");
}

  /*首页*/
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 2.6rem;
    background-color: #ffffff;
    z-index: 999;
}

.wrap {
    padding: 0 0.75rem;
}

.wrap img{ width:100%;}

.header-cont {
    display: flex;
    justify-content: space-between;

}

.logo {
    width: 11.1rem;
}

.logo>img {
    width: 100%;
}

.menu,.nav-close {
    width: 1.225rem;
    line-height: 2.6rem;
}

.menu>img,.nav-close>img {
    width: 100%;
}

.lb-banner .swiper-slide img {
    width: 100%;
}

.search-input::placeholder {
    color: #cccccc;
    font-size: 0.45rem;
}

.search {
    padding: 0.5rem 0;
    border-bottom: 0.05rem #f5f5f5 solid;
}

.search-inp {
    display: flex;

}

.search-input {
    width: 15.75rem;
    height: 1.5rem;
    background-color: #f5f5f5;
    padding: 0 0.25rem;
    color: #cccccc;
    font-size: 0.45rem;
}

.go {
    width: 1.5rem;
    height: 1.5rem;
    background: url('../images/search.png') no-repeat center;
    background-size: 100%;
}

.hf-bg {
    position: relative;
    background: center no-repeat;
}

.hf-title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hf-title>img {

    width: 17.25rem;
}

.ijj {
    padding-top: 1rem;
}

.ijj-txt {
    padding: 0.75rem;
}

.ijj-icon {
    width: 5rem;
    margin: 0.6rem 0 0.5rem;
}
.ijj-icon>img{
  width: 100%;
}

.ijj-title {
    color: #910000;
    font-size: 1.05rem;
    font-weight: 900;
}

.ijj-tx {
    color: #4c4c4c;
    font-size: 0.6rem;
    line-height: 1.1rem;

}

.ijj-pic>img {
    width: 100%;
}

.ipdu {
    background-color: #f5f5f5;
    padding: 0.75rem 0 1rem
}

.i-top {
    text-align: center;
}

.i-title,
.iab-title {
    color: #52323e;
    font-size: 1.05rem;
    font-weight: 900;
}

.i-title>span,
.iab-title>span {
    color: #910000;
    font-weight: 900;
}

.i-icon,
.ipdu-icon {
    display: inline-block;
    width: 5rem;
    margin-top: 0.5rem;
}

.i-icon>img,
.ipdu-icon>img {
    width: 100%
}

.ul-ipdu {
    overflow: hidden;
    margin-top: 0.75rem;
}


.ul-ipdu>li {
    float: left;
    width: 8.575rem;
    height: 8.25rem;
    text-align: center;
    background-color: #ffffff;
    padding: 0.75rem 0;
    margin: 0 0 0.05rem 0.05rem;
}

.ul-ipdu>li:nth-last-child(1) {
    background-color: #910000;
    padding: 0;
}

.ipdu-tx {
    color: #000000;
    font-size: 0.95rem;
    margin-top: 0.7rem;
}

.ipdu-pic {
    display: inline-block;
    width: 8.25rem;
    height: 4.4rem;
}

.ipdu-pic>img {
    width: 100%;
    height: 100%;
}

.ipdu-more {
    display: block;
    height: 100%;
    padding: 0.45rem;
}

.ipdu-more-kk {
    border: 0.25rem #ffffff solid;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ipdu-more-tx {
    color: #ffffff;
    font-size: 0.7rem;
    margin-top: 0.5rem;
}

.ipdu-more-icon>img {
    width: 0.8rem;
}

.itese,
.ifx,
.inews {
    background-color: #f5f5f5;
    padding: 1rem 0.75rem
}

.ul-itese>li {
    background-color: #ffffff;
    margin-top: 0.6rem;
}

.ul-itese>li:nth-child(1) {
    margin-top: 0;
}

.itese-cont {
    padding: 0.7rem 0.5rem 0.5rem
}

.itese-top>span {
    color: #910000;
    ;
    font-size: 1.05rem;
    font-weight: 900;
    vertical-align: middle;
    margin-right: 0.75rem;
}

.itese-top>img {
    width: 1.4rem;
}

.itese-tx {
    color: #4c4c4c;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
}

.hf-cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hf-icon>img {
    width: 5rem;
}

.hf-title2 {
    line-height: 1.85rem
}

.hf-title2>img {
    width: 17.25rem;
}

.ifx-title {
    color: #910000;
    ;
    font-size: 1.05rem;
    font-weight: 900;
}

.ul-ifx li {
    text-align: center;
    padding: 1rem 0.4rem 1.6rem;
    background-color: #ffffff;
    margin-bottom: 1rem;
    box-shadow: 0px 1px 5px -1px #dfdcdd;
}

.ifx-txt {
    margin-top: 0.85rem;
}

.ifx-tx {
    color: #910000;
    font-size: 1.05rem;
    font-family: "aleo-bolditalic-webfont";
    font-weight: bold;
}

.ifx-tx2 {
    color: #4c4c4c;
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.35rem;
}

.ifx-kk {
    position: relative;
    background: url('../images/14.png') no-repeat center;
    background-size: 100%;
    height: 2.7rem;
}
.ifx-rx{
    margin-top: 0.75rem;
}
.ifx-rx-tx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.4rem;
    color: #910000;
    font-size: 1.05rem;
    font-family: "aleo-bolditalic-webfont";
    font-weight: bold;
}

.ifx-rx-tx2 {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0.7rem;
    text-align: center;
    transform: translateX(-50%);
    color: #910000;
    font-size: 0.8rem;
}

.ifx-more {
    margin-top: 1rem;
    text-align: center;
}

.ifx-more a {
    color: #320000;
    font-size: 0.6rem;
}

.ianli-pic {
    position: relative;
}

.ianli-menb {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.6rem;
    line-height: 1.6rem;
    background-color: rgba(145, 0, 0, 0.68);
    padding: 0 0.5rem;
}

.ianli {
    padding: 1rem 0;
}

.ul-ianli {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.ul-ianli>li {
    width: 8.375rem;
    margin-bottom: 0.75rem;
}

.ianli-menb-tx {
    color: #ffffff;
    font-size: 0.6rem;
    width: 5.5rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ianli-menb::after {
    content: '';
    position: absolute;
    right: 0.5rem;
    top: 0.45rem;
    background: url('../images/jia.png') no-repeat center;
    background-size: 100%;
    width: 0.675rem;
    height: 0.725rem;
}

.ianli-pic>img {
    width: 100%;
}

.inews-pic {
    margin: 0.75rem 0;
}

.inews-pic>img {
    width: 100%;
}

.inews-title {
    color: #000000;
    font-size: 0.7rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inews-tx {
    color: #4c4c4c;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.35rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.inews-more {
    display: block;
    color: #36111e;
    font-size: 0.6rem;
    padding-top: 0.2rem;
}

.inews-time1 {
    color: #ffffff;
    font-size: 1.4rem;
}

.inews-time2 {
    color: #ffffff;
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

.inews-time {
    width: 4.15rem;
    height: 4.15rem;
    border-radius: 0.1rem;
    background-color: #52323e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ul-inews li {
    display: flex;
    padding: 0.75rem 0;
    border-bottom: 0.025rem #dddddd solid;

}

.inews-r {
    padding-left: 0.5rem;
}

.inews-cont .inews-tx {
    margin-top: 0.2rem;
}

.inews-cont .inews-more {
    padding-top: 0.35rem;
}

.iab-pic {
    margin-top: 1.1rem
}

.iab-pic>img {
    width: 7.05rem;
    float: right;
    margin-left: 0.4rem;
}

.iab-l-tx{color: #4c4c4c;
    font-size: 0.6rem;
    line-height: 0.8rem;
    padding-top: 1.3rem}

.iab-tx {
    color: #4c4c4c;
    font-size: 0.6rem;
    line-height: 0.8rem;
    padding-top: 1.3rem
}
.iab-tx>span{
    color:#9b1c1c;
    font-size: 0.7rem;
}
.iab {
    position: relative;
    padding: 1rem 0.75rem;
}

.iab-xq {
    position: absolute;
    top: 1rem;
    right: 0.75rem;
}

.iab-xq a {
    color: #36111e;
    font-size: 0.6rem;
}

.iab-top {
    position: absolute;
    left: 0.75rem;
    top: 1rem;
}

.iab-icon {
    width: 5rem;
    margin-top: 0.4rem;
}

.iab-icon>img {
    width: 100%;
}

.ul-iab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.ul-iab li {
    width: 8.25rem;
    height: 3.6rem;
    border: 0.05rem #f7f7f7 solid;
    border-radius: 0.3rem;
    margin-top: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iab-num {
    color: #910000;
    font-size: 1.5rem;
    font-family: "aleo-bolditalic-webfont";
    font-weight: bold;
}

.iab-num>span {
    font-size: 0.6rem;
    color: #4c4c4c;
}

.iab-tx2 {
    color: #4c4c4c;
    font-size: 0.6rem;
    margin-top: 0.45rem;
}

.ul-iab2 {
    padding: 1rem 0;
    overflow: hidden;
    max-width: 17.75rem;
    margin-left: -2.77%;
}

.ul-iab2>li {
    float: left;
    width: 30.56%;
    margin-left: 2.77%;
}

.iab2-pic>img {
    width: 100%;
}

.iab2-pic {
    width: 5.425rem;
    height: 5.425rem;
}

.ilx {
    padding-top: 1rem;
    height: 21.4rem;
    background: url('../images/ft-bg.png') center no-repeat;

}

.ilx-top {
    text-align: center;
}

.ilx-title {
    font-size: 1.05rem;
    font-weight: bold;
    color: #ffffff;
}

.ilx-icon {
    display: inline-block;
    width: 5rem;
    margin-top: 0.5rem;
}

.ilx-icon>img {
    width: 100%;
}

.ilx-tx {
    font-size: 0.6rem;
    color: #ffffff;
    line-height: 1.1rem;
    margin-top: 0.5rem;
    text-align: center;
}

.ul-ilx {
    display: flex;
    justify-content: space-between;
    margin-top: 0.75rem
}

.ul-ilx>li {
    text-align: center;
}

.ilx-icon2>img {
    width: 1.25rem;
}

.ilx-tx2 {
    font-size: 0.6rem;
    color: #ffffff;
    line-height: 0.8rem;
    margin-top: 0.4rem;
}

.saoma-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}

.saoma-cont {
    text-align: center;
    padding: 0.15rem 1rem 0.5rem;
}

.saoma-cont:nth-child(1) {
    border-right: 0.025rem #75696d solid;
}

.saoma-pic>img {
    width: 3.35rem;
}

.saoma-tx {
    color: #f5f5f5;
    font-size: 0.6rem;
    margin-top: 0.35rem;
}

.beian {
    color: #f5f5f5;
    font-size: 0.6rem;
    line-height: 2.6rem;
    border-top: 0.05rem #5f5056 solid;
    margin: 1.9rem 0.5rem 0;
    text-align: center;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: url('../images/ft-bg.png') center no-repeat;
    border-top: 0.05rem #2a171f solid;
    z-index: 999;
}

.ul-ft {
    display: flex;
    justify-content: space-between;
}

.ul-ft>li {
    padding: 0.7rem 0;
    text-align: center;
}

.ft-icon>img {
    width: 1.5rem;
}

.ft-tx {
    color: #ffffff;
    font-size: 0.6rem;
    margin-top: 0.25rem;
}

.xf {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.ul-xf>li {
    background-color: #ffffff;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 0.05rem;
}

.xf-icon>img,.xf-icon2>img{
    width: 1.25rem;
}
.xf-icon2{
    display: none;
}
.xf-wx {
  
    position: absolute;
    right: 2rem;
    top: 0;
    width: 11.6rem;
    height: 6.1rem;
    background-color: #910000;
}
.xf-wrap{
    height: 100%;
    display: flex;
    align-items: center;
justify-content: center;
}
.xf-wx-cont{
    width: 4.9rem;
    text-align: center;
    padding: 0.25rem 1rem 0.25rem 0;
}
.xf-wx-cont:nth-child(2){
    padding: 0.25rem 0rem 0.25rem 1rem;
    border-left: 0.05rem solid;
    border-color: rgba(255, 255, 255, 0.39)
}
.xf-wx-tx{
    font-size: 0.55rem;
    color:#ffffff;
    line-height: 0.8rem;
    margin-top: 0.25rem;
}
.xf-wx-pic>img{
    width: 2.85rem;
}
.xf-active .xf-icon2,.xf-active   .xf-wx{
    display: block;
}
.xf-active .xf-icon{
    display: none;
}
.xf-wx{
    display: none;
}
.xf-active{
    background-color: #910000 !important;
}


/* -------------------------导航------------------------ */
.nav{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.48);
}
.nav-cont{
    float: right;
    width: 50.6%;
    height: 100%;
    background-color: #2a171f;
}
.ul-nav{
    height: 70%;
    overflow-y: auto;
}
.ul-nav>li>a{
    display: block;
    color:#ffffff;
    font-size: 0.7rem;
    height: 1.75rem;
    line-height: 1.75rem;
    border-top: 0.05rem #482734 solid; 
    padding: 0 0.75rem;
}
.ul-nav>li:nth-last-child(1) a{
 border-bottom: 0.05rem #482734 solid; 
}
.ul-nav2{
    display: none;
}
.ul-nav2 a{
 display: block;
    color:#ffffff;
    font-size: 0.7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-top: 0.05rem #482734 solid; 
    padding: 0 1rem;
}
.nav-active{
    background-color: #910000;
}

/* -------------------------反腐隔热------------------------ */
.zy-banner {
    background: no-repeat center;
    background-size: 100%;
    height: 9rem;
}

.zy-cont {
    text-align: right;
    position: absolute;
    right: 0.75rem;
    top: 2.2rem;
}

.zy-title>img {
    width: 100%;
}

.zy-line {
    display: inline-block;
    width: 9.5rem;
    height: 0.2rem;
    background-color: #ffffff;
    margin: 0.5rem 0;
}


.zy-mbx-cont {
    color: #ffffff;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.zy-mbx-cont a {
    display: flex;
    align-items: center;
}

.zy-mbx-cont a>img {
    width: 0.7rem;
}
.tese{
    background-color: #ffffff;
}
.tese .ul-itese>li{
    box-shadow: 0px 0px 10px -4px #c5c5c5
}
.rx{
    height: 11.375rem;
    background: url('../images/rx-bg.png') no-repeat center;
    background-size: 100%;
}
.rx-tx{
    padding-top: 1.25rem;
    font-size: 0.8rem;
    color:#ffffff;
    line-height: 1.4rem;
    text-align: center;
}
.rx .ifx-kk{
    margin-top: 1.3rem;
}
.rx .ifx-rx-tx,.rx .ifx-rx-tx2{
    color:#ffffff;
}

/* -------------------------产品中心------------------------ */
.pdu{
    position: relative;
    background-color: #ffffff;
    padding-bottom: 2rem;
}
.pdu .ul-ipdu>li{
    border: 0.05rem #f5f5f5 solid;   
    margin: 0
}
.pdu-more{
    position: absolute;
    right: 0.75rem;
    top: 1.1rem;
    color:#737373;
    font-size: 0.6rem;
}
.pdu .ul-ipdu>li:nth-last-child(1){
    background-color: #ffffff;
    padding: 0.75rem 0;
}
.pdu-lb{
    padding: 1rem 0;
}
.lb-pdu a{
     display: block;
    width: 5.425rem;
}
.lb-pdu a>img{
    width: 100%;
}
/* -------------------------产品详情------------------------ */
.pduxq-top {
    color: #1a1a1a;
    font-size: 1.05rem;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #f5f5f5;
}

.pduxq-pic {
    padding: 1rem 0;

}

.pduxq-pic>img {
    width: 100%;
}

.pduxq-icon {
    margin: 0.75rem 0 0.25rem;
}

.pduxq-icon>img {
    width: 100%;
}

.pduxq-tx {
    color: #1a1a1a;
    font-size: 1.05rem;
}

.pduxq-tx2 {
    color: #333333;
    font-size: 0.7rem;
    line-height: 1.7rem;
    margin-bottom: 0.5rem;
}

.pduxq-tx3 {
    display: flex;
    color: #333333;
    font-size: 0.7rem;
    line-height: 0.85rem;
    margin-top: 0.7rem;
}

.pduxq-tx3>p:nth-child(1) {
    min-width: 3rem;
}

/* -------------------------厂房翻新------------------------ */
.fx-txt {
    text-align: center;
    margin-top: 1rem;
}

.fx-title {
    color: #910000;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 1.6rem;
}

.fx-tx {
    color: #4c4c4c;
    font-size: 0.6rem;
    line-height: 1.1rem;
}

.fx-icon {
    display: inline-block;
    width: 5rem;
    margin: 0.3rem 0 0.5rem;
}

.fx-icon>img {
    width: 100%;
}
.ul-fx{
    padding-bottom: 1rem;
}
.ul-fx li{
      display: flex;
      border-radius: 0.6rem;
overflow: hidden;
box-shadow: 1px 2px 5px 1px #dfdcdd;
margin-top: 0.8rem
}
.cl-pic {
width: 5.2rem;
height: 5.2rem;
border-radius: 0.6rem;
overflow: hidden;
}
.cl-pic>img{
width: 100%;
height: 100%;
}
.cf-tx {
width: 12rem;
color: #4c4c4c;
font-size: 0.6rem;
line-height: 0.7rem;
padding: 0.35rem 0.35rem 0 0.35rem;


}

/* -------------------------用户案例------------------------ */
.page {
    margin-top: 0.25rem;
}
  .page-cont {
    text-align: center;
}
.page-cont ul {
    display: inline-block;
    overflow: hidden;
    border: 0.025rem #e6e6e6 solid;
}
.page-cont li {
    width: 1.7rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    float: left;
    color: #000000;
    font-size: 0.55rem;
    border-right:0.025rem #e6e6e6 solid;
}
.page-cont li:nth-last-child(1) {
    border-right: none;
}
.page-cont a {
    display: block;
}
.page-next, .page-prev {
    color: #ffffff;
    font-family: "simfang";
    font-size: 0.7rem;
        font-weight: bold;
}
.page-active {
    background-color: #910000;
    color: #ffffff !important;
}
.page-next {
    background-color: #910000;
}
.page-prev {
    background-color: #e6e6e6;
}

/* -------------------------新闻详情------------------------ */
.newsxq{
    padding-bottom: 2rem;
}
.newsxq-cont
{
 color:#4c4c4c;
 font-size: 0.6rem;
 line-height: 0.9rem;
 text-align: left;
 }
 .newsxq-cont img{margin: 0.6rem 0;width: 100%;}
.newsxq-tx{
 color:#4c4c4c;
 font-size: 0.6rem;
 line-height: 0.9rem;
 text-align: left;
}
.newsxq-title{
color:#52323e;
font-size: 1.3rem;
font-weight: bold;
line-height: 1.45rem;
}
.newsxq-pic>img{
   width: 100%;
}
.newsxq-pic{
   margin: 0.6rem 0;
}

/* -------------------------联系我们------------------------ */
.lx {
    padding: 1rem 0 2rem;
}
.lx-tx {
    color: #36111e;
    font-size: 0.6rem;
    line-height: 1.1rem;
    text-align: center;
    margin-top: 0.5rem;
}
    .amap-copyright,.amap-logo{
        display: none !important;
    }
    .lx-cont{
        margin-top: 0.75rem;
    }
    .ul-lx>li{
        display: flex;
        align-items: center;
        margin-top: 1rem;
    }
    .lx-tx2{
        color:#000000;
        font-size: 0.6rem;
        margin-left: 0.4rem;
    }
    .lx-tx2>span{
       width: 0.95rem;
    }
    .lx-icon>img{
        width: 1.35rem;
    }
    .ul-lx2{
        display: flex;
        justify-content: space-between;
        margin-top: 1.15rem;
    }
    .ul-lx2>li{
        text-align: center;
    }
    .lx-saoma-pic{
        display: inline-block;
        border: 0.2rem #36111e solid;
        width: 3.75rem;
        height: 3.75rem;
    }
    .lx-saoma-pic>img{
        width: 100%;
        height: 100%;
    }
    .lx-saoma-tx{
        color:#000000;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }