* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  background: #fff;
  width: 100%;
  font-family: '微软雅黑';
  transition: all 0.2s ease-in;
  position: relative;
  font-size: 14px;
  left: 0;
  overflow-x: hidden;
}
body.body-left {
  left: 4rem;
}
body.body-left .iconcaidan3 {
  display: none;
}
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
i {
  font-style: normal;
}
h3,
h4 {
  font-weight: normal;
}
img {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.fz22 {
  font-size: 0.22rem;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-wrap {
  flex-wrap: wrap;
}
.dec {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.overflow8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.com-tit {
  text-align: center;
}
.com-tit p:nth-child(1) {
  font-size: 0.44rem;
  font-weight: bold;
  color: #292929;
}
.com-tit p:nth-child(2) {
  font-size: 0.28rem;
  color: #929292;
}
.common-nav {
  height: 0.8rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.84rem;
  border-bottom: 1px solid #f0f0f0;
}
.common-nav .tit {
  display: flex;
}
.common-nav .tit .iconfont {
  display: block;
  transform: rotate(270deg);
  margin-left: 0.1rem;
}
.common-nav .classify {
  display: none;
}
.common-nav .classify ul {
  width: 3.29rem;
  background: #ffffff;
  box-shadow: 0px 3px 111px 0px rgba(215, 215, 215, 0.27);
  padding: 0.24rem;
  position: relative;
  z-index: 1000;
  font-weight: 400;
  box-sizing: border-box;
}
.common-nav .classify ul li {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.3rem;
  position: relative;
}
.common-nav .classify ul li.active a > span {
  display: block;
}
.common-nav .classify ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0.3rem;
}
.common-nav .classify ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.34rem;
  color: rgba(218, 18, 5, 0.96);
  display: none;
}
.header {
  height: 0.88rem;
  position: relative;
  background: #fff;
}
.header .menu {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  color: #0072bd;
}
.header .text {
  padding: 0 0.6rem;
  text-align: center;
  height: 100%;
  line-height: 0.88rem;
  font-size: 0.32rem;
}
.header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.55rem;
}
.wrap {
  padding: 0 0.24rem;
}
.com-tit p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-tit p:nth-child(1) img {
  height: 0.28rem;
}
.com-tit p:nth-child(1) span {
  font-weight: bold;
  font-size: 0.4rem;
  color: #222222;
  margin: 0 0.2rem;
}
.com-tit p:nth-child(2) {
  font-size: 0.22rem;
  color: #333333;
  margin-top: 0.1rem;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 4.37rem;
}
.banner .wrap {
  position: absolute;
  bottom: 0.24rem;
  left: 50%;
  height: 0.55rem;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0 0.24rem;
  box-sizing: border-box;
}
.banner .swiper-paginations {
  color: #fff;
  font-size: 0.4rem;
  font-weight: 700;
  position: relative;
  bottom: 0;
}
.banner .swiper-paginations .swiper-pagination-total,
.banner .swiper-paginations .sg,
.banner .swiper-paginations .num {
  color: #fff;
  font-size: 0.26rem;
  position: relative;
  font-weight: 400;
}
.banner .swiper-paginations .num {
  margin-left: -5px;
}
.banner .btn-list {
  display: flex;
  color: #fff;
  position: absolute;
  right: 0.25rem;
}
.banner .btn-list > div {
  width: 0.55rem;
  height: 0.55rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .btn-list > div:hover {
  background: #009a44;
}
.banner .btn-list > div:hover .iconfont {
  color: #fff;
}
.banner .btn-list .iconfont {
  color: #000;
  font-size: 0.3rem;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.banner .btn-list .prev {
  margin-right: 0.15rem;
}
.banner .btn-list .prev .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: 4.37rem;
}
.about {
  position: relative;
  margin-top: 0.6rem;
}
.about .l-wrap {
  background: #ffffff;
  margin-top: 0.3rem;
}
.about .left {
  width: 100%;
  padding: 0 0.24rem;
  box-sizing: border-box;
  padding-top: 0.45rem;
  padding-bottom: 0.6rem;
  box-shadow: 0px 12px 73px 0px rgba(200, 200, 200, 0.32);
}
.about .left .a-top p:nth-child(1) {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  position: relative;
}
.about .left .a-top p:nth-child(2) {
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.1rem;
}
.about .left .a-top p:nth-child(3) {
  width: 0.38rem;
  height: 1px;
  background: #dddddd;
  margin-top: 0.25rem;
}
.about .left .a-top p:nth-child(4) {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.48rem;
  margin-top: 0.3rem;
  text-align: justify;
}
.about .left .a-top p:nth-child(5) {
  margin-top: 0.5rem;
}
.about .left .a-top p:nth-child(5).more {
  width: 1.78rem;
  height: 0.544rem;
  background: #0072bd;
  font-size: 16px;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
}
.about .left .a-top p:nth-child(5).more a {
  color: #fff;
}
.about .case-weap {
  position: relative;
  z-index: 100;
  margin-top: 36px;
  overflow: hidden;
  width: 100%;
  height: 1.74rem;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 3px 4px 21px 0px rgba(215, 215, 215, 0.39);
}
.about .case-weap .case-list li {
  height: 1.74rem;
  margin-right: 25px;
  position: relative;
  z-index: 100;
}
.about .case-weap .case-list li a {
  display: block;
  width: 100%;
}
.about .case-weap .case-list li .img {
  width: 100%;
  height: 1.74rem;
}
.about .right {
  box-sizing: border-box;
  background: #f4f4f4;
  position: relative;
  padding-bottom: 0.5rem;
}
.about .right .hon-swip {
  width: 100%;
  overflow: hidden;
}
.about .right .top-tit {
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
  width: 4.43rem;
  height: 0.63rem;
  background: url('../images/ab_03.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.about .right .h-prev,
.about .right .h-next {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  box-shadow: 0px 0.11rem 0.25rem 0px rgba(200, 200, 200, 0.31);
  box-shadow: 0px 0px 0px 0px;
  border: 1px solid #0072bd;
  border-radius: 50%;
  color: #0072bd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  bottom: 0.4rem;
  z-index: 10000;
}
.about .right .h-prev:hover,
.about .right .h-next:hover {
  background: #ffffff;
  border: 0px solid #0072bd;
}
.about .right .h-prev {
  left: 0.8rem;
}
.about .right .h-next {
  right: 0.8rem;
  transform: rotate(180deg);
}
.about .right .bd {
  margin-top: 0.5rem;
}
.about .right .bd ul li {
  text-align: center;
  opacity: 0.5;
}
.about .right .bd ul li.swiper-slide-active {
  opacity: 1;
}
.about .right .bd ul li.swiper-slide-active p {
  opacity: 1;
  transition: all 0.3s;
}
.about .right .bd ul li a img {
  width: 3rem;
  object-fit: contain;
  height: 2.6rem;
}
.about .right .bd ul li a p {
  width: 100%;
  font-size: 0.26rem;
  color: #333333;
  margin: 0 auto;
  margin-top: 0.44rem;
  text-align: center;
  opacity: 0;
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.product {
  padding-top: 0.5rem;
  box-sizing: border-box;
  background: #f4f4f4;
  padding-bottom: 0.56rem;
}
.product .calssify {
  margin-top: 0.3rem;
  overflow: hidden;
  height: 0.8rem;
  border-radius: 0.4rem;
  padding: 0 0.25rem;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product .calssify .swip {
  width: 100%;
  overflow: hidden;
}
.product .calssify ul {
  display: flex;
}
.product .calssify ul li {
  width: auto !important;
  height: 0.53rem;
  line-height: 0.53rem;
  background: #ededed;
  margin-right: 0.13rem;
  font-size: 0.26rem;
  text-align: center;
  background: #f3f3f3;
  border-radius: 0.25rem;
  padding: 0 0.3rem;
}
.product .calssify ul li a {
  font-size: 16px;
  color: #333333;
}
.product .calssify ul li:hover,
.product .calssify ul li.on {
  background: #0072bd;
}
.product .calssify ul li:hover a,
.product .calssify ul li.on a {
  color: #fff;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.06rem;
}
.product .list ul li {
  margin-top: 0.3rem;
  margin-right: 0.2rem;
  box-sizing: border-box;
  background: #ffffff;
}
.product .list ul li:hover .img-wrap {
  border: none;
}
.product .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.product .list ul li:hover .text {
  color: #fff !important;
  background: #0072bd;
  border-top: none;
}
.product .list ul li:hover .text span:nth-child(2) {
  background: #fff !important;
  color: #1346ba !important;
}
.product .list ul li:nth-of-type(2n) {
  margin-right: 0;
}
.product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 0;
}
.product .list ul li .img-wrap .img {
  width: 3.4rem;
  height: 3.4rem;
}
.product .list ul li .text {
  width: 100%;
  height: 0.64rem;
  background: #ffffff;
  line-height: 0.64rem;
  position: relative;
  z-index: 1000;
  color: #333333;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
}

.question {
  padding: 0 0.24rem;
}
.question .list ul {
  display: flex;
  margin-top: 0.25rem;
}
.question .list ul li {
  width: 3.8rem;
  margin-left: 0.25rem;
}
.question .list ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.question .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.question .list ul li:hover .text .tit {
  color: #0072bd;
}
.question .list ul li:nth-child(1) {
  margin-left: 0;
}
.question .list ul li a .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.question .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.question .list ul li a .text {
  width: 100%;
  height: 1.8rem;
  background: #f0f0f0;
  padding: 0 0.24rem;
  box-sizing: border-box;
}
.question .list ul li a .text .tit {
  font-weight: bold;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.45rem;
  padding-top: 0.25rem;
}
.question .list ul li a .text .dec {
  font-size: 0.22rem;
  color: #555555;
  line-height: 0.45rem;
}
.question .more {
  width: 189px;
  height: 49px;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  margin-top: 50px;
}
.question .more:hover {
  background: #0072bd;
  border: 1px solid #0072bd;
}
.question .more:hover a {
  color: #fff;
}
.question .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 49px;
}
.que-clumn {
  box-sizing: border-box;
  margin-top: 0.65rem;
}
.que-clumn .clumn-img {
  margin-top: 0.25rem;
}
.que-clumn .clumn-img .tops,
.que-clumn .clumn-img .bottoms {
  display: flex;
}
.que-clumn .clumn-img .bottoms {
  margin-top: 0.2rem;
}
.que-clumn .clumn-img .bottoms {
  margin-top: 0.2rem;
}
.que-clumn .clumn-img .bottoms .big {
  margin-right: 0.2rem;
}
.que-clumn .clumn-img .tops .small {
  margin-right: 0.2rem;
}
.que-clumn .clumn-img .small {
  width: 2.8rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
}
.que-clumn .clumn-img .small:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.que-clumn .clumn-img .small img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.que-clumn .clumn-img .big {
  width: 4.2rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
}
.que-clumn .clumn-img .big img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.que-clumn .clumn-img .big:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.que-clumn .clumn-img .text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.que-clumn .clumn-img .text p:nth-child(1) {
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.45rem;
}
.que-clumn .clumn-img .text p:nth-child(2) {
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 0.45rem;
  opacity: 0.5;
  margin-top: 0.1rem;
  text-transform: uppercase;
}
.new {
  margin-top: 0.64rem;
  margin-bottom: 0.8rem;
}
.new .left {
  width: 100%;
  background: #f5f5f5;
  padding: 0.45rem 0.35rem;
  box-sizing: border-box;
  margin-top: 0.4rem;
}
.new .left .bd ul li .img-wrap {
  width: 100%;
  height: 3.37rem;
  margin-top: 5px;
  overflow: hidden;
}
.new .left .bd ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new .left .bd ul li .text p:nth-child(1) {
  font-weight: 400;
  font-size: 0.34rem;
  color: #343434;
}
.new .left .bd ul li .text p:nth-child(2) {
  font-size: 0.28rem;
  color: #999999;
  line-height: 0.44rem;
  margin-top: 0.1rem;
}
.new .left .bd ul li .text p:nth-child(3) {
  font-size: 0.3rem;
  color: #0072bd;
  margin-top: 0.2rem;
  position: relative;
  padding-left: 0.5rem;
}
.new .left .bd ul li .text p:nth-child(3) .line {
  width: 1px;
  height: 1.38rem;
  display: inline-block;
  background: #0072bd;
  position: absolute;
  left: 0.35rem;
  top: 0rem;
}
.new .left .bd ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .left .bd ul li:hover .text p:nth-child(1) {
  color: #0072bd;
}
.new .left .hd ul {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}
.new .left .hd ul li {
  width: 0.15rem;
  height: 0.15rem;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 0.07rem;
}
.new .left .hd ul li.on {
  background: #0072bd;
}
.new .right ul li {
  width: 100%;
  height: 1.42rem;
  background: #ffffff;
  box-shadow: 0.3rem 0.12rem 0.38rem 0px rgba(200, 200, 200, 0.26);
  margin-top: 0.3rem;
  padding-right: 0.24rem;
  box-sizing: border-box;
}
.new .right ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .right ul li:hover .tit {
  color: #0072bd !important;
}
.new .right ul li:nth-child(1) {
  margin-top: 0.48rem;
}
.new .right ul li a {
  display: flex;
  align-items: center;
}
.new .right ul li a .img {
  width: 1.75rem;
  height: 1.42rem;
  overflow: hidden;
  position: relative;
}
.new .right ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .right ul li a .text {
  margin-left: 0.2rem;
  width: 4.76rem;
}
.new .right ul li a .text p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new .right ul li a .text p:nth-child(1) span:nth-child(1) {
  display: block;
  width: 60%;
  font-size: 0.28rem;
  color: #333333;
}
.new .right ul li a .text p:nth-child(1) span:nth-child(2) {
  font-size: 0.24rem;
  color: #999999;
}
.new .right ul li a .text p:nth-child(2) {
  font-size: 0.24rem;
  line-height: 0.35rem;
  color: #999999;
  margin-top: 0.07rem;
}
.case {
  margin-top: 0.56rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.case .list {
  margin-top: 0.45rem;
}
.case .list ul {
  display: flex;
  flex-wrap: wrap;
}
.case .list ul li {
  width: 3.39rem;
  background: #ffffff;
  box-shadow: 0px 6px 43px 0px rgba(238, 238, 238, 0.53);
  border-radius: 0.04rem;
  margin-right: 0.23rem;
  padding: 0.26rem 0.16rem 0.34rem;
  box-sizing: border-box;
}
.case .list ul li:hover p:nth-of-type(1) {
  color: #0072bd;
}
.case .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .list ul li p {
  padding-left: 0.2rem;
}
.case .list ul li p:nth-of-type(1) {
  font-size: 0.26rem;
  font-weight: 400;
  color: #333333;
  border-left: 0.04rem solid #0072bd;
}
.case .list ul li .img-wrap {
  width: 3.06rem;
  height: 1.99rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.case .list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.case .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-product {
  margin-bottom: 0.8rem;
}
.ny-product .list {
  margin-top: 0.22rem;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 3.4rem;
  margin-top: 0.4rem;
  margin-right: 0.2rem;
  box-sizing: border-box;
  background: #ffffff;
}
.ny-product .list ul li:nth-child(2n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 0;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
  height: 3.4rem;
}
.ny-product .list ul li .text {
  height: 0.64rem;
  line-height: 0.64rem;
  position: relative;
  z-index: 1000;
  font-size: 0.28rem;
  color: #333333;
  padding: 0 0.2rem;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  border-top: none;
}
.footer {
  height: 1.1rem;
  background: #212121;
  text-align: center;
  font-size: 0.24rem;
  padding: 0.26rem 0.24rem;
  color: #fff;
  margin-top: -1px;
  box-sizing: border-box;
}
.footer a {
  color: #fff;
}
.footer-contact {
  background: #232323;
  position: relative;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
  color: #333;
}
.footer-contact .f-list {
  font-size: 0.35rem;
  color: #bababa;
  line-height: 1.1rem;
  height: 1.1rem;
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
}
.footer-contact .f-list a {
  margin-right: 0.72rem;
  color: #bababa;
}
.footer-contact .item2 {
  display: flex;
  margin-top: 0.4rem;
}
.footer-contact .item2 .erwei {
  width: 1.8rem;
  text-align: center;
}
.footer-contact .item2 .erwei img {
  width: 1.8rem;
  height: 1.8rem;
}
.footer-contact .item2 .erwei p {
  font-size: 0.28rem;
  color: #aaaaaa;
  margin-top: 0.15rem;
}
.footer-contact .item2 .tel {
  text-align: left;
  margin-left: 0.5rem;
}
.footer-contact .item2 .tel p:nth-child(1) {
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.48);
}
.footer-contact .item2 .tel p:nth-child(1) .iconfont {
  font-size: 0.4rem;
  margin-right: 0.2rem;
}
.footer-contact .item2 .tel p:nth-child(2) {
  font-weight: bold;
  font-size: 0.54rem;
  color: #ffffff;
  margin-top: 0.1rem;
}
.footer-contact .item2 .tel p:nth-child(3) {
  font-size: 0.3rem;
  color: #bababa;
  margin-top: 0.1rem;
}
.footer-contact .item3 {
  box-sizing: border-box;
  margin-top: 0.5rem;
}
.footer-contact .item3 > div {
  font-size: 0.28rem;
  color: #bababa;
  display: flex;
  align-items: flex-start;
  margin-top: 0.3rem;
}
.footer-contact .item3 > div .iconfont {
  font-size: 0.4rem;
  margin-right: 0.25rem;
  position: relative;
}
.ny-tit .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.81rem;
  line-height: 0.81rem;
  border-bottom: 1px solid #eee;
}
.ny-tit .wrap > div:nth-child(1) {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
}
.ny-tit .wrap > div:nth-child(2) {
  font-size: 0.22rem;
  color: #999999;
}
.ny-page {
  margin-bottom: 0.8rem;
}
.ny-page .content {
  margin-top: 0.47rem;
  min-height: 5rem;
}
.ny-news .common-right .list > ul {
  margin-top: 0.2rem;
}
.ny-news .common-right .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #f4f4f4;
}
.ny-news .common-right .list > ul li .img-box {
  width: 2.13rem;
  height: 1.6rem;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 0.16rem;
  width: 4.66rem;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  color: #333333;
  font-size: 0.24rem;
  font-weight: 550;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 0.1rem;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) .dec {
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.44rem;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  font-size: 0.22rem;
  color: #999;
  margin-top: 0.1rem;
}
.ny-contact {
  margin-top: 0.48rem;
  margin-bottom: 0.8rem;
}
.ny-contact .cont {
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #2a2c27;
}
.ny-contact .cont .tit {
  margin-bottom: 0.1rem;
  font-size: 0.46rem;
  font-weight: 800;
  color: #0072bd;
}
.ny-contact .cont .line {
  width: 0.4rem;
  height: 0.03rem;
  background: #ededed;
  margin-bottom: 0.2rem;
}
.ny-contact .ewm {
  display: flex;
  font-size: 0.38rem;
  margin-top: 0.4rem;
  font-weight: 200;
}
.ny-contact .ewm .img-wrap {
  text-align: center;
}
.ny-contact .ewm img {
  width: 3rem;
  height: 3rem;
}
.ny-contact .map {
  width: 100%;
  margin-top: 0.6rem;
}
.ny-contact .message {
  margin-top: 0.5rem;
}
.ny-contact .message h3 {
  font-size: 0.58rem;
  color: #333;
  font-weight: bold;
}
.ny-contact .message p {
  font-size: 0.22rem;
  color: #999999;
}
.ny-contact .message .input {
  margin-top: 0.2rem;
}
.ny-contact .message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  background: #f6f6f6;
  margin-top: 0.3rem;
  width: 100%;
  height: 0.82rem;
  background: #f7f7f7;
  box-sizing: border-box;
  padding-left: 0.24rem;
}
.ny-contact .message .input > div input::-webkit-input-placeholder {
  /* 修改字号，默认继承input */
  font-size: 0.3rem;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 0.3rem;
  color: #666;
  margin-top: 0.3rem;
}
.ny-contact .message .input > div span i {
  color: #e72d29;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 0.2rem;
  width: 100%;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  background: #f7f7f7;
  height: 2.06rem;
  border: none;
  outline: none;
  padding: 0.24rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
}
.ny-contact .message .text-area textarea::-webkit-input-placeholder {
  /* 修改字号，默认继承input */
  font-size: 0.3rem;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 0.56rem;
}
.ny-contact .message .btn {
  width: 2.27rem;
  height: 0.73rem;
  background: #0072bd;
  line-height: 0.73rem;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 2.27rem;
  height: 0.73rem;
  background: #d6d6d6;
  line-height: 0.73rem;
  color: #fff;
  text-align: center;
  margin-left: 0.46rem;
}
.ny-detail {
  overflow: hidden;
}
.ny-detail .crumbs {
  height: 0.64rem;
  font-size: 0.26rem;
  padding: 0 0.24rem;
  margin-bottom: 0.4rem;
  background: #f6f6f6;
  color: #999999;
}
.ny-detail .crumbs h3 {
  font-size: 0.34rem;
  color: #333333;
}
.ny-detail .crumbs .iconditu1 {
  color: #14997e;
  vertical-align: middle;
}
.ny-detail .crumbs span {
  color: #14997e;
}
.ny-detail .main.page {
  line-height: 0.5rem;
  font-size: 0.28rem;
  padding: 0 0 0.5rem;
}
.ny-detail .main.page img {
  max-width: 100%;
}
.ny-detail .main.detail {
  font-size: 0.24rem;
  margin-top: 0.4rem;
  padding: 0 0 0.5rem;
  min-height: 5.4rem;
}
.ny-detail .main.detail .tit {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
}
.ny-detail .main.detail .related {
  text-align: center;
  color: #666;
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.ny-detail .main.detail .text {
  line-height: 0.4rem;
  margin: 0.1rem 0;
  min-height: 2rem;
}
.ny-detail .main.detail .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.ny-detail .main.detail .text p {
  line-height: 0.4rem;
}
.ny-detail .main.detail .other li {
  line-height: 0.4rem;
}
.ny-detail .main.detail .other li:hover a {
  color: #14997e;
}
.ny-nav {
  height: 0.92rem;
  background: #ffffff;
  box-shadow: 0px 13px 27px 0px rgba(237, 237, 237, 0.48);
  display: flex;
  padding: 0 0.24rem;
}
.ny-nav > ul {
  font-size: 16px;
  color: #333;
  display: flex;
  height: 0.92rem;
  line-height: 0.92rem;
}
.ny-nav > ul > li {
  width: auto !important;
}
.ny-nav > ul > li.on a {
  color: #0072bd;
}
.ny-nav > ul > li .sub {
  width: 3.6rem;
  background: #ffffff;
  position: absolute;
  box-shadow: 0px 9px 16px 0px rgba(243, 243, 243, 0.54);
  display: none;
}
.ny-nav > ul > li .sub li {
  height: 0.83rem;
  line-height: 0.83rem;
  font-size: 0.24rem;
  padding: 0 0.26rem;
  border-bottom: 1px solid #efefef;
}
.ny-nav > ul > li .sub li.on {
  background: #0072bd;
}
.ny-nav > ul > li .sub li.on a {
  color: #fff;
}
.ny-nav > ul > li .sub li.on .iconfont {
  color: #fff;
}
.ny-nav > ul > li .sub li.on .iconfont:nth-child(1) {
  display: none;
}
.ny-nav > ul > li .sub li.on .iconfont:nth-child(2) {
  display: block;
}
.ny-nav > ul > li .sub li .iconfont {
  font-size: 0.2rem;
  color: #333;
}
.ny-nav > ul > li .sub li .iconfont:nth-child(2) {
  display: none;
}
.ny-nav > ul > li .sub li a {
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.ny-download {
  margin-bottom: 0.8rem;
}
.ny-download .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .list > ul li {
  height: 1.6rem;
  padding: 0 0.49rem;
  margin-top: 0.4rem;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .list > ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.ny-download .list > ul li a > div:nth-child(1) span {
  color: #ffbb63;
  font-size: 0.8rem;
}
.ny-download .list > ul li a > div:nth-child(2) {
  margin-left: 0.18rem;
  margin-top: 0.2rem;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 0.24rem;
  color: #b4aeae;
}
.ny-download .list > ul li a > div:nth-child(3) {
  width: 0.77rem;
  height: 0.43rem;
  text-align: center;
  background: #0072bd;
  border-radius: 0.2rem;
  margin-left: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-download .list > ul li a > div:nth-child(3) span {
  color: #fff;
  font-size: 0.3rem;
  height: 100%;
  line-height: 0.43rem;
}
.navBar {
  width: 6.05rem;
  height: 100%;
  position: fixed;
  left: -6.05rem;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  overflow: auto;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 16px 0px rgba(49, 93, 192, 0.1);
  font-size: 0.32rem;
}
.navBar .iconfont {
  font-size: 0.32rem;
}
.navBar.show {
  left: 0;
}
.navBar.show .close {
  right: 1.8rem;
  opacity: 1;
}
.navBar .close {
  position: fixed;
  right: 0;
  top: 0.2rem;
  font-size: 0.6rem;
  color: #000;
  z-index: 10000;
  transition: all 0.2s ease-in;
  opacity: 0;
}
.navBar .nav {
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
  left: -6.05rem;
  transition: all 0.2s ease-in;
  width: 100%;
  opacity: 0;
}
.navBar li {
  line-height: 1.12rem;
}
.navBar li a {
  width: 100%;
  height: 1.12rem;
  line-height: 1.12rem;
  border-bottom: 1px solid #ededed;
  padding-left: 0.24rem;
  box-sizing: border-box;
  padding-right: 0.38rem;
  display: flex;
}
.navBar li .num {
  color: #cacaca;
  margin-right: 0.3rem;
}
.navBar li .iconfont {
  color: #cacaca;
  font-size: 0.4rem;
}
.navBar .sub a {
  color: #bab4ac;
  font-size: 0.32rem;
}
.navBar .nav-one.show,
.navBar .sub-nav.show {
  left: 0;
  opacity: 1;
}
.navBar .sub-nav .tit {
  justify-content: center;
  position: relative;
  font-size: 0.32rem;
  border-bottom: 1px solid #ededed;
}
.navBar .sub-nav .tit .iconfont {
  color: #333;
  position: absolute;
  left: 0.24rem;
  top: 50%;
  font-size: 0.5rem;
  transform: translateY(-50%);
}
.navBar .sub-nav .sub a {
  padding-left: 0.38rem;
  color: #333333;
}
.footer2 {
  height: 1.2rem;
  background: #fff;
  font-size: 0.24rem;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 10000;
}
.footer2 div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #292929;
  font-weight: 500;
  border-right: 1px solid #f6f6f6;
}
.footer2 div a .iconfont {
  margin-top: 0.15rem;
  font-size: 0.65rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
}
.footer2 div a span:nth-child(2) {
  font-size: 0.24rem;
  text-align: left;
  color: #292929;
  line-height: 0.3rem;
  margin-top: 0.05rem;
}
.paging {
  display: flex;
  justify-content: center;
  margin-top: 0.56rem;
  margin-bottom: 0.56rem;
}
.paging li.active a {
  background: #0072bd;
  color: #fff;
}
.paging li a {
  width: 0.43rem !important;
  height: 0.43rem;
  font-size: 0.22rem !important;
  margin: 0 0.05rem !important;
  display: block;
  text-align: center;
  line-height: 0.43rem;
  color: #232321;
  border-radius: 0.04rem;
  background: #f7f7f7;
}
.paging li a:hover {
  background: #14997e;
}
.paging .next {
  transform: rotate(180deg);
}
.paging .next,
.paging .prev {
  font-size: 0.22rem;
}
textarea::-webkit-input-placeholder {
  font-family: '微软雅黑';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
