.banner img {
  width: 100%;
  display: block;
}
.pro_nav {
  padding: 0.3rem 0 0.6rem;
}
.pro_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.pro_nav ul > * {
  display: inline-block;
}
.pro_nav ul li {
  width: 50%;
  height: 3.82rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro_nav ul li:nth-child(1) {
  background: #f2f0ef;
  background: -webkit-linear-gradient(top, #f2f0ef, #e6e8e9);
  background: -moz-linear-gradient(top, #f2f0ef, #e6e8e9);
  background: -ms-linear-gradient(top, #f2f0ef, #e6e8e9);
  background: linear-gradient(from top, #f2f0ef, #e6e8e9);
}
.pro_nav ul li:nth-child(2) {
  background: url(../img/m_backBox.jpg) no-repeat center / 100% 100%;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.5rem;
  text-align: right;
}
.pro_nav ul li:nth-child(2) h2 {
  font-size: 0.36rem;
  color: #116bcf;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.pro_nav ul li:nth-child(2) p {
  font-size: 0.3rem;
  font-family: barlow;
  color: #fff;
  line-height: 1;
}
.pro_nav ul li:nth-child(2) a {
  width: 70px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.46rem;
  color: #fff;
  border-radius: 0.25rem;
  background: #1168cf;
  background: -webkit-linear-gradient(top, #1168cf, #0f4dcb);
  background: -moz-linear-gradient(top, #1168cf, #0f4dcb);
  background: -ms-linear-gradient(top, #1168cf, #0f4dcb);
  background: linear-gradient(from top, #1168cf, #0f4dcb);
}
.pro_nav ul li:nth-child(3) {
  background: #edeff1;
  background: -webkit-linear-gradient(top, #edeff1, #e7eceb);
  background: -moz-linear-gradient(top, #edeff1, #e7eceb);
  background: -ms-linear-gradient(top, #edeff1, #e7eceb);
  background: linear-gradient(from top, #edeff1, #e7eceb);
}
.pro_nav ul li:nth-child(4) {
  background: #ebf4f5;
  background: -webkit-linear-gradient(top, #ebf4f5, #edeff3);
  background: -moz-linear-gradient(top, #ebf4f5, #edeff3);
  background: -ms-linear-gradient(top, #ebf4f5, #edeff3);
  background: linear-gradient(from top, #ebf4f5, #edeff3);
}
.pro_nav ul li img {
  display: block;
  height: 2rem;
  padding-left: 0.08rem;
}
.pro_nav ul li span {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.3rem;
  color: #313f56;
  font-weight: bold;
  line-height: 1;
}
.news .cat-tit {
  margin-bottom: 0.4rem;
}
.news .cat-tit h2 {
  display: inline-block;
  font-size: 0.36rem;
  line-height: 1;
}
.news .cat-tit a {
  float: right;
  width: 0.52rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaa;
  border-radius: 0.18rem;
  font-size: 0.26rem;
}
.news ul {
  background-color: #fff;
  padding: 0 0.3rem;
}
.news ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0.32rem 0;
}
.news ul li > * {
  display: inline-block;
}
.news ul li:nth-child(n+2) {
  border-top: 0.01rem solid #f6f8f8;
}
.news ul li .tit {
  flex: 1;
  margin-left: 0.3rem;
}
.news ul li h1 {
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news ul li p {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.news ul li .time {
  background-color: #f9f9f9;
  font-family: barlow;
  text-align: center;
  padding: 0.26rem 0.19rem 0.26rem;
}
.news ul li .time span {
  font-size: 0.46rem;
  line-height: 1;
  color: #116bcf;
  margin-bottom: 0.15rem;
}
.news ul li .time p {
  margin-top: 0.06rem;
  font-size: 0.26rem;
  line-height: 1;
}
.btns {
  padding: 0.3rem 0;
}
.btns > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.btns > div > * {
  display: inline-block;
}
.btns a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 49%;
  height: 1.1rem;
  padding-left: 0.3rem;
  padding-right: 0.98rem;
  border-radius: 0.08rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 0.52rem 0.52rem;
}
.btns a > * {
  display: inline-block;
}
.btns a h4 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1;
}
.btns a.contact_btn {
  background-image: url(../img/phone_icon.png);
}
.btns a.contact_btn p {
  margin-top: 0.06rem;
  font-size: 0.3rem;
  color: #0a63c5;
  font-family: barlow;
  line-height: 1;
}
.btns a.address_btn {
  background-image: url(../img/address_icon.png);
}
.btns a.address_btn p {
  margin-top: 0.04rem;
  font-size: 0.26rem;
  color: #aaa;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
