@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: 640px;
  margin: 0 auto;
  overflow-x: hidden;
}
body {
  position: relative;
  overflow: hidden;
  color: black;
}
* {
  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: "PingFang-SC-Regular.ttf" !important;

}
@font-face {
  src: url("../font/PingFang-SC-Regular.ttf"); 
  font-family: "PingFang-SC-Regular.ttf";
}
.app{
   padding: 2.1rem 0 
}


/*---------------------产品中心-----------------------*/
.top-wrap {
  padding: 0 0.55rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #0776be;
}

.top-title img {
  width: 0.35rem;
  margin: 0 0.4rem 0 0.15rem;
}

.top-title span {
  color: #ffffff;
  font-size: 0.6rem;
  vertical-align: middle;
}

.menu>img {
  width: 1.1rem;
}
.pdut-fix{
  position: fixed;
  top: 2.1rem;
  left: 0;
  width: 100%;
  z-index: 99;
}

.pdut-xz {
  position: relative;
  background-color: #e4f3fd;
}

.pdut-xz-title {
  color: #4a4b4b;
  font-size: 0.6rem;
}

.pdut-xz-icon>img {
  width: 0.8rem;
}

.pdu-wrap {
  padding: 0.75rem 0.4rem 1.2rem;
}

.pdu-title {
  position: relative;
  padding-left: 0.45rem;
  padding-top: 0.05rem;
  color: #595959;
  font-size: 0.55rem;
  font-weight: bold;
}

.pdu-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.175rem;
  height: 0.6rem;
  background-color: #0066ae;
}

.ul-pdu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ul-pdu>li {
  width: 50%;
  margin-top: 0.9rem;
  text-align: center;
}

.pdu-pic>img {
  width: 4.5rem;
}

.pdu-tx {
  max-width: 5.6rem;
  margin: 0.4rem auto 0;
  color: #696969;
  font-size: 0.4rem;
  line-height: 0.6rem;
}

.pdu-cont {
  border-top: 0.25rem #f4f4f4 solid;
}
.ft{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.ul-ft{
  display: flex;
}
.ul-ft>li{
  width: 25%;
}
.ul-ft>li>a{
  position: relative;
  display: block;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  background: url('../images/11.png') no-repeat center;
  background-size: 100% 100%;
}
.ul-ft>li>a span{
  vertical-align: middle;
  margin-left: 0.15rem;
  color: #ffffff;
  font-size: 0.55rem
}
.ul-ft>li>a img{
  width: 0.7rem;
}
.ul-ft>li>a::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0.05rem;
  height: 100%;
  background: url('../images/10.png') no-repeat center;
  background-size: 100% 100%;
}
.ul-ft>li:nth-last-child(1) a::after{
  display: none;
}


/*---------------------解决方案-----------------------*/
.jjt {
  background-color: #ffffff;
}

.zy-banner-pic>img {
  width: 100%;
}

.jj-wrap {
  padding: 0.8rem 0.4rem;
}

.join {
  color: #ffffff;
  font-size: 0.5rem;
  line-height: 1.6rem;
  text-align: center;
  width: 6rem;
  display: block;
  background-color: #0776be;
  border-radius: 10rem;
  margin: 0.9rem auto 0;
}

.jj-tx {
  color: #2b2b2b;
  font-size: 0.45rem;
  margin-top: 0.3rem;
}

.jj-pic>img {
  width: 100%;
}

.ul-jj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.ul-jj>li {
  width: 47.54%;
  margin-bottom: 0.75rem
}

.ul-jj>li:nth-last-child(1),
.ul-jj>li:nth-last-child(2) {
  margin-bottom: 0
}
.ul-jj2>li{
 width: 49.18%;
 margin-bottom: 0.1rem;
 color: #555555;
 font-size: 0.4rem;
 text-align: center;
 line-height: 1.25rem;
 background-color: #f0f0f0;
}
.ul-jjt a{
  display: block;
  padding: 0.55rem;
  color: #4a4b4b;
  font-size: 0.6rem;
 }
 .jjt-nav{
     display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  border-top: 0.05rem #f4f4f4 solid;
 }
/* 解决详情 */
.jjxq-title{
  color: #0776be;
  font-size: 0.6rem;
  margin: 0.55rem 0.25rem;
}
.jjxq-pic,.jjxq-txt{
  padding: 0 0.25rem
}
.jjxq-pic img{
  width: 100%;
}
.jjxq-tx{
  color: #555555;
  font-size: 0.45rem;
  line-height: 0.75rem;
  margin-top: 0.7rem
}
.jjxq-txt{
  padding-bottom: 1.25rem
}