.hxyw-box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.hxyw-box .hxye-nav {
  border-bottom: 0.01rem solid #097ada;
  padding-bottom: .1rem;
  margin-top: .2rem;
  margin-bottom: .2rem;
}
.hxyw-box .hxye-nav .nav-list {
  height: .36rem;
  margin: 0 .2rem;
}
.hxyw-box .hxye-nav .nav-list li {
  float: left;
  margin-right: .1rem;
  border-radius: .04rem;
  position: relative;
}
.hxyw-box .hxye-nav .nav-list li a {
  display: block;
  background-color: #d6ecff;
  padding: 0px .2rem;
  color: #097ada;
  font-size: .22rem;
  border-radius: .04rem;
  position: relative;
  height: .54rem;
  line-height: .54rem;
}
.hxyw-box .hxye-nav .nav-list li.active a {
  background-color: #097ada;
  color: #fff;
}
.hxyw-box .hxye-nav .nav-list li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.05rem;
  bottom: -0.05rem;
  width: 0;
  height: 0;
  border-width: .05rem .05rem 0;
  border-style: solid;
  border-color: #097ada transparent transparent;
  /*灰 透明 透明 */
}
.hxyw-box .hxyw-con .hxyw-header .title {
  text-align: center;
  color: #07913b;
  margin-top: .1rem;
  font-size: .18rem;
  line-height: .24rem;
}
.hxyw-box .hxyw-con .hxyw-header .time {
  margin-bottom: .1rem;
  padding-bottom: .1rem;
  text-align: center;
  font-weight: normal;
  margin-top: .1rem;
  border-bottom: 1px dashed #e2e2e2;
}
.hxyw-box .hxyw-con .hxyw-header .time span {
  margin-left: .1rem;
  font-size: .12rem;
  color: #666;
}
.hxyw-box .hxyw-con .hxyw-content {
  padding: .1rem .1rem;
  font-style: normal;
  line-height: .44rem;
  font-size: .22rem;
  min-height: 1rem;
  margin-bottom: .4rem;
}
.hxyw-box .hxyw-con .hxyw-content img {
  margin: 0 auto;
  max-width: 90%;
  margin-top: .1rem;
  display: block;
}
.anli-box {
  margin: .15rem auto .55rem;
  width: 100%;
  overflow: hidden;
}
.anli-box .anli-title {
  color: #097ada;
  height: .8rem;
  line-height: .8rem;
  font-size: .28rem;
  border-bottom: 1px solid #ccc;
}
.anli-box .anli-list {
  font-size: 0;
  margin: .15rem .2rem .55rem;
}
.anli-box .anli-list .anli-item {
  display: block;
  margin: 0 auto .5rem;
  border: 1px solid #ccc;
  transition: all .3s;
}
.anli-box .anli-list .anli-item:hover {
  box-shadow: 0 0 5px #ccc;
  transform: translateY(-5px);
}
.anli-box .anli-list .anli-item:nth-child(3n) {
  margin-right: 0;
}
.anli-box .anli-list .anli-item .anli-img {
  display: block;
  max-width: 100%;
  background-color: #ccc;
}
.anli-box .anli-list .anli-item .anli-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.anli-box .anli-list .anli-item .title {
  margin-top: .2rem;
  padding: 0 .2rem;
}
.anli-box .anli-list .anli-item .title p {
  font-size: .4rem;
  font-weight: bold;
  color: #07913b;
}
.anli-box .anli-list .anli-item .title span {
  display: block;
  font-size: 0.28rem;
  color: #bbb;
  text-transform: uppercase;
  margin-top: .03rem;
  border-bottom: 1px dashed #ddd;
}
.anli-box .anli-list .anli-item .anli-con {
  font-family: "宋体";
  font-size: .24rem;
  color: #333;
  margin-top: .1rem;
  line-height: .48rem;
  height: 1rem;
  overflow: hidden;
  padding: 0 .2rem;
  margin-bottom: .1rem;
}
.anli-box .anli-list .anli-item .anli-btn {
  text-align: center;
  padding-bottom: .2rem;
}
.anli-box .anli-list .anli-item .anli-btn a {
  width: 5rem;
  height: .56rem;
  line-height: .56rem;
  background-color: #097ada;
  border: none;
  font-size: .28rem;
  color: #fff;
  font-family: "微软雅黑";
  margin-top: .1rem;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.news-list {
  padding-bottom: .5rem;
}
.news-list ul {
  margin: .1rem .2rem;
}
.news-list ul li {
  border-bottom: 1px dashed #c7e3d2;
  padding-left: .1rem;
  position: relative;
}
.news-list ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: .04rem;
  height: .04rem;
  border-radius: 50%;
  background-color: #ccc;
  left: 0;
  top: 50%;
  margin-top: -0.02rem;
}
.news-list ul li a {
  display: block;
  height: .8rem;
  line-height: .8rem;
  font-size: .22rem;
  color: #666;
}
.news-list ul li a:hover {
  color: #097ada;
}
.news-list ul li a span {
  float: right;
}
.link-content {
  width: 100%;
  padding: 4% 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.link-content > div {
  display: inline-block;
  vertical-align: middle;
}
.link-content > div .link-title {
  text-align: left;
  font-size: .29rem;
  line-height: 1.5em;
  padding-bottom: .1rem;
  color: #333;
  font-weight: 500;
}
.link-content > div .link-item {
  text-align: left;
  padding-bottom: 1em;
  line-height: 2em;
  color: #666;
  font-size: 12px;
}
/* 改 */
.des-img {
  display: block;
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: .2rem;
}
.des-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.company-map {
  width: 1100px;
  margin: 20px auto;
}
.page {
  color: #626262;
  line-height: 50px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  font-style: normal;
}
.page a {
  color: #666;
  margin: 0 5px;
}
.page a:hover {
  background-color: #097ada;
  color: #fff;
}
