.swiper_pro {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 6.4rem;
}

.swiper_pro .swiper-slide {
  display: block;
  width: 100%;
  height: 6.4rem;
}

.swiper_pro .swiper-slide img {
  width: 100%;
  height: 100%;
}

.porduct {
  width: 13.6rem;
  margin: 0 auto;
  margin-top: 0.66rem;
  margin-bottom: 0.66rem;
}

.porduct .menu {
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.25rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  height: 0.8rem;
  overflow: hidden;
}

.porduct .menu ul {
  float: left;
  width: 9.2rem;
  margin-bottom: 0px;
  margin-left: 0.4rem;
}

.porduct .menu ul li {
  float: left;
  transition: 0.7s;
}

.porduct .menu ul li:last-of-type {
  border: none;
  margin-right: 0px;
  padding-right: 0px;
  box-sizing: content-box;
  padding-left: 0px;
  margin-left: 0px;
}

.porduct .menu ul li:last-of-type:after {
  content: '';
  display: none;
}

.porduct .menu ul li:last-of-type:before {
  content: '';
  display: none;
}

.porduct .menu ul li:after {
  content: '|';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.8rem;
  letter-spacing: 0px;
  color: #dedede;
  box-sizing: content-box;
  padding: 0 0.4rem;
}

.porduct .menu ul li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.8rem;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.7s;
  border-bottom: #fff 1px solid;
  display: block;
  float: left;
  position: relative;
  font-size: 0.16rem;
}

.porduct .menu ul li a:hover {
  color: #0a5eb6;
}

.porduct .menu ul li a:after {
  content: '';
  width: 0rem;
  height: 1px;
  display: block;
  transition: 0.7s;
  background-color: #0a5eb6;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
}

.porduct .menu ul li:hover>a {
  color: #0a5eb6;
}

.porduct .menu ul li:hover>a:after {
  content: '';
  width: 100%;
}

.porduct .menu .box {
  float: right;
  width: 3.5rem;
  border-bottom: #ddd 1px solid;
  margin-right: 0.35rem;
  height: 0.4rem;
  margin-top: 0.2rem;
}

.porduct .menu .box input {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.4rem;
  background: none;
}

.porduct .menu .box .sss {
  float: right;
  background: url('../images/ss.png') no-repeat center;
  background-size: 100%;
  width: 0.31rem;
  height: 0.4rem;
  outline: none;
  cursor: pointer;
}

.porduct>ul li {
  margin-top: 0.64rem;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0px 0.05rem 0.25rem 0px rgba(0, 0, 0, 0.05);
}

.porduct>ul li .img {
  width: 6.8rem;
  height: 4.7rem;
  display: block;
  overflow: hidden;
  float: left;
}

.porduct>ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.porduct>ul li .text {
  width: 6.1rem;
  float: right;
  margin-right: 0.32rem;
  padding-top: 0.45rem;
  box-sizing: content-box;
}

.porduct>ul li .text .p1 {
  display: block;
  overflow: hidden;
}

.porduct>ul li .text .p1 .a1 {
  float: left;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  width: 5rem;
}

.porduct>ul li .text .p1 .a2 {
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #999999;
  line-height: 0.28rem;
  font-size: 0.14rem;
  transition: 0.7s;
}

.porduct>ul li .text .p1 .a2:hover {
  color: #0a5eb6;
}

.porduct>ul li .text .p1 {
  border-bottom: #dedede 1px solid;
  padding-bottom: 0.2rem;
  overflow: hidden;
}

.porduct>ul li .text .p2 {
  /* border-top: #dedede 1px solid; */
  /* margin-top: 0.2rem; */
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 0.34rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  padding-top: 0.2rem;
  box-sizing: content-box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0.3rem;
}

.porduct>ul li .text .p3 {
  height: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 0.23rem;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.5rem;
  box-sizing: content-box;
  padding: 0 0.19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.porduct>ul li .text .p3 i {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #054c99;
  font-size: 0.14rem;
  line-height: 0.5rem;
  box-sizing: content-box;
  padding-left: 0.26rem;
  background: url('../images/ny_pro1.png') no-repeat center;
  background-position-x: 0px !important;
}

.porduct>ul li .text .s2 i {
  background: url('../images/ny_pro2.png') no-repeat center;
}

.porduct>ul li .text .s3 i {
  background: url('../images/ny_pro3.png') no-repeat center;
}

.porduct>ul li:nth-child(2n+0) .img {
  float: right;
}

.porduct>ul li:nth-child(2n+0) .text {
  float: left;
  margin-left: 0.3rem;
  margin-right: 0px;
}

.pro_list {
  background: url('../images/pro_left.jpg') no-repeat center;
  height: 7.82rem;
  padding-top: 1.49rem;
  box-sizing: content-box;
}

.pro_list .center {
  height: 6.45rem;
  padding: 0.45rem 0;
  padding-left: 0.6rem;
  box-sizing: content-box;
  padding-right: 0.6rem;
  width: 10.6rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  border-radius: 0.1rem;
}

.pro_list .center .top {
  height: 1.04rem;
  width: 2.86rem;
  background-color: #004c91;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.pro_list .center .top .p1 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  font-weight: bold;
  padding-top: 0.32rem;
  box-sizing: content-box;
}

.pro_list .center .top .p2 {
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 0.13rem;
}

.pro_list .center .box {
  position: relative;
  background-color: #fff;
}

.pro_list .center .box>.p2 {
  position: absolute;
  top: 0.17rem;
  left: 3.06rem;
}

.pro_list .center .box>p {
  background-color: #004c91;
  height: 0.3rem;
  width: 2.59rem;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.pro_list .center .box>.p3 {
  width: 4.43rem;
  position: absolute;
  top: 0.17rem;
  left: 6rem;
}

.pro_list .center .box {
  height: 6.44rem;
  overflow: hidden;
}

.pro_list .center .box>ul {
  width: 100%;
  height: 100%;
  padding-top: 1.04rem;
  box-sizing: content-box;
}

.pro_list .center .box>ul>li {
  width: 2.42rem;
  height: 0.89rem;
  box-sizing: content-box;
  transition: 0.7s;
  border-left: 0.22rem #004c91 solid;
  border-right: 0.22rem #004c91 solid;
  border-bottom: 0.19rem #004c91 solid;
  background-color: #fff;
}

.pro_list .center .box>ul>li p {
  display: none;
}

.pro_list .center .box>ul>li .img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.pro_list .center .box>ul>li .img img {
  transition: 0.7s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pro_list .center .box>ul>li>ul {
  width: 2.59rem;
  position: absolute;
  top: 0.6rem;
  left: 3.06rem;
  display: none;
}

.pro_list .center .box>ul>li>ul>li {
  position: relative;
  padding-left: 0.11rem;
  box-sizing: content-box;
  padding-right: 0.3rem;
  height: 0.32rem;
  border-bottom: #e0e0e0 1px solid;
  transition: 0.7s;
  margin-bottom: 0.05rem;
}

.pro_list .center .box>ul>li>ul>li:after {
  content: '>';
  position: absolute;
  top: 0px;
  right: 0.14rem;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #292929;
  font-size: 0.16rem;
  line-height: 0.32rem;
  transition: 0.7s;
}

.pro_list .center .box>ul>li>ul>li>a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal !important;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #010101;
  font-size: 0.16rem;
  line-height: 0.32rem;
  transition: 0.7s;
}

.pro_list .center .box>ul>li>ul>li ul {
  position: absolute;
  top: 0rem;
  left: 2.97rem;
  width: 4.43rem;
  display: none;
}

.pro_list .center .box>ul>li>ul>li ul li {
  padding-left: 0.11rem;
  box-sizing: content-box;
  padding-right: 0.3rem;
  transition: 0.7s;
  height: 0.32rem;
  border-bottom: #e0e0e0 1px solid;
  margin-bottom: 0.05rem;
  position: relative;
}

.pro_list .center .box>ul>li>ul>li ul li:after {
  content: '>';
  position: absolute;
  top: 0px;
  right: 0.14rem;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #292929;
  font-size: 0.16rem;
  line-height: 0.32rem;
  transition: 0.7s;
}

.pro_list .center .box>ul>li>ul>li ul li>a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal !important;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #010101;
  font-size: 0.16rem;
  line-height: 0.32rem;
  transition: 0.7s;
}

.pro_list .center .box>ul>li>ul>li ul li:hover {
  background-color: #0a5eb6;
}

.pro_list .center .box>ul>li>ul>li ul li:hover:after {
  content: '>';
  color: #fff !important;
}

.pro_list .center .box>ul>li>ul>li ul li:hover>a {
  color: #fff;
}

.pro_list .center .box>ul>li>ul>li ul>.on {
  background-color: #0a5eb6;
}

.pro_list .center .box>ul>li>ul>li ul>.on:after {
  content: '>';
  color: #fff !important;
}

.pro_list .center .box>ul>li>ul>li ul>.on>a {
  color: #fff;
}

.pro_list .center .box>ul>li>ul>li:hover {
  background-color: #0a5eb6;
}

.pro_list .center .box>ul>li>ul>li:hover:after {
  content: '>';
  color: #fff;
}

.pro_list .center .box>ul>li>ul>li:hover>a {
  color: #fff;
}

.pro_list .center .box>ul>li>ul>li:hover>ul {
  display: block;
}

.pro_list .center .box>ul>li>ul>.on {
  background-color: #0a5eb6;
}

.pro_list .center .box>ul>li>ul>.on:after {
  content: '>';
  color: #fff;
}

.pro_list .center .box>ul>li>ul>.on>a {
  color: #fff;
}

.pro_list .center .box>ul>li>ul>.on>ul {
  display: block;
}

.pro_list .center .box>ul>.on {
  border-right: 0.22rem #ffffff solid;
}

.pro_list .center .box>ul>.on>ul {
  display: block;
}

.pro_list .center .wap {
  display: none;
}

.about .center {
  width: 13.6rem;
  margin-bottom: 0.47rem;
}

.about .center .top {
  overflow: hidden;
  margin-bottom: 0.65rem;
}

.about .center .top span {
  display: block;
  float: left;
  width: 160px;
  height: 50px;
  background-color: #004c92;
  width: 1.6rem;
  height: 0.5rem;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 0.5rem;
}

.about .center .top a {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.5rem;
  transition: 0.7s;
}

.about .center .top a:hover {
  color: #0a5eb6;
}

.about .center .top .a2 {
  box-sizing: content-box;
  padding-left: 0.23rem;
  background: url('../images/aba.png') no-repeat center;
  background-position-x: 0px;
  background-size: 0.13rem;
}

.about .center .top .a2:after {
  content: '>';
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.5rem;
  box-sizing: content-box;
  padding: 0 0.15rem;
}

.about .center .box {
  overflow: hidden;
}

.about .center .box .img {
  float: right;
  width: 6rem;
  height: 4.2rem;
  overflow: hidden;
  margin-top: 0.27rem;
  padding: 0.3rem 0;
  box-sizing: content-box;
  padding-right: 0.4rem;
  background: url('../images/jianjie.png') no-repeat center;
  background-position-x: 0.2rem;
  background-size: 6.2rem;
}

.about .center .box .img img {
  width: 100%;
  height: auto;
  transition: 0.7s;
}

.about .center .box .text {
  float: left;
  width: 6.6rem;
}

.about .center .box .text .p1 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.3rem;
}

.about .center .box .text .p2 {
  height: 2px;
  background-color: #004c92;
  display: block;
  width: 0.55rem;
  height: 0.02rem;
  margin-top: 0.2rem;
  margin-bottom: 0.45rem;
}

.about .center .box .text .p3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  font-size: 0.16rem;
  line-height: 0.36rem;
  text-indent: 0.34rem;
  margin-bottom: 0.44rem;
}

.about .center .box .text a {
  display: block;
  width: 175px;
  box-sizing: content-box;
  padding-left: 0.1rem;
  height: 45px;
  width: 1.85rem;
  height: 0.46rem;
  border-radius: 0.05rem;
  background: url('../images/aba1.png') no-repeat center;
  background-size: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.46rem;
  transition: 0.7s;
}

.about .center .box .text a:hover {
  color: #0a5eb6;
}

.wh {
  background: url('../images/wh.jpg') no-repeat center;
  background-size: 100%;
  height: 6.5rem;
}

.wh .center {
  width: 13.6rem;
}

.wh .center .top {
  text-align: center;
  margin-bottom: 0.55rem;
}

.wh .center .top h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
  padding-top: 0.63rem;
  box-sizing: content-box;
  margin-bottom: 0.27rem;
}

.wh .center .top p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.18rem;
}

.wh .center ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.wh .center ul li {
  float: left;
  background: url('../images/wh1.png') no-repeat center;
  width: 2.86rem;
  height: 3.96rem;
  background-size: 100% !important;
}

.wh .center ul li p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.wh .center ul li .p1 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 0.2rem;
  padding-top: 1.24rem;
  box-sizing: content-box;
  margin-bottom: 0.4rem;
  transition: 0.7s;
}

.wh .center ul li .p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #a8c7e4;
  font-size: 0.14rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.36rem;
  transition: 0.7s;
}

.wh .center ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #80a5c8;
  font-size: 0.14rem;
  line-height: 0.36rem;
  margin-top: 0.2rem;
  transition: 0.7s;
}

.wh .center ul li:hover p {
  color: #fff;
}

.wh .center ul li:hover a {
  color: #fff;
}

.wh .center ul .l2 {
  background: url('../images/wh2.png') no-repeat center;
}

.wh .center ul .l3 {
  background: url('../images/wh3.png') no-repeat center;
}

.wh .center ul .l4 {
  background: url('../images/wh4.png') no-repeat center;
}

.lc {
  background: url('../images/lc.jpg') no-repeat center;
  height: 6.33rem;
  background-size: 100%;
}

.lc .center {
  position: relative;
}

.lc .center .top {
  text-align: center;
  margin-bottom: 0.6rem;
}

.lc .center .top h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
  padding-top: 0.56rem;
  box-sizing: content-box;
  margin-bottom: 0.27rem;
}

.lc .center .top p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.18rem;
  line-height: 0.18rem;
}

.lc .center .picScroll {
  width: 9.85rem;
  margin: 0 auto;
  overflow: hidden;
}

.lc .center .picScroll .hd {
  overflow: hidden;
  margin-bottom: 0.8rem;
  height: 0.7rem;
}

.lc .center .picScroll .hd ul li {
  width: 0.68rem;
  float: left;
  text-align: center;
  margin: 0 0.58rem;
}

.lc .center .picScroll .hd ul li .img {
  background: url('../images/lc1.png') no-repeat center;
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% !important;
  transition: 0.7s;
  margin: 0 auto;
}

.lc .center .picScroll .hd ul li p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.22rem;
}

.lc .center .picScroll .hd ul .on .img {
  background: url('../images/lc2.png') no-repeat center;
}

.lc .center .picScroll .prev {
  position: absolute;
  top: 1.9rem;
  left: 0.17rem;
  outline: none;
  cursor: pointer;
}

.lc .center .picScroll .next {
  position: absolute;
  top: 1.9rem;
  right: 0.17rem;
  outline: none;
  cursor: pointer;
}

.lc .center .picScroll .bd {
  width: 7.2rem;
  margin: 0 auto;
}

.lc .center .picScroll .bd .picList {
  width: 100% !important;
  height: 1rem !important;
}

.lc .center .picScroll .bd .picList li {
  text-align: center;
  width: 100% !important;
}

.lc .center .picScroll .bd .picList li .p1 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc .center .picScroll .bd .picList li .p2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.14rem;
  margin-top: 0.45rem;
}

.zz {
  background: url('../images/zz.jpg') no-repeat center;
  height: 5.33rem;
  background-size: 100%;
}

.zz .center .top {
  text-align: center;
  margin-bottom: 0.35rem;
}

.zz .center .top h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
  padding-top: 0.6rem;
  box-sizing: content-box;
  margin-bottom: 0.27rem;
}

.zz .center .top p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.18rem;
  line-height: 0.18rem;
}

.zz .center .swiper_ab {
  overflow: hidden;
}

.zz .center .swiper_ab .swiper-slide {
  width: 3.3rem !important;
  height: 2.6rem !important;
  margin-right: 0.12rem !important;
}

.zz .center .swiper_ab .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zz .center .swiper_ab .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.sh_top {
  text-align: center;
  margin-bottom: 0.6rem;
}

.sh_top h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
  padding-top: 0.66rem;
  box-sizing: content-box;
}

.sh_top .p1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.54rem;
}

.sh_top .p2 {
  background: url('../images/sh.jpg') no-repeat center;
  height: 3px;
}

.sh_cen {
  width: 13.6rem;
  margin: 0 auto;
}

.sh_cen .sh_tt {
  border-bottom: #dedede 1px solid;
  margin-bottom: 0.28rem;
  overflow: hidden;
}

.sh_cen .sh_tt span {
  float: left;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #054c99;
  font-size: 0.2rem;
  line-height: 0.4rem;
  box-sizing: content-box;
  padding-left: 0.35rem;
  background: url('../images/sh1.png') no-repeat center;
  background-position-x: 0px !important;
  background-size: 0.22rem !important;
}

.sh_cen .sh_tt a {
  display: block;
  float: right;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #545454;
  font-size: 0.14rem;
  line-height: 0.4rem;
}

.sh_cen .sh_tt .s2 {
  background: url('../images/sh2.png') no-repeat center;
}

.sh_cen .sh_tt .s3 {
  background: url('../images/sh3.png') no-repeat center;
}

.sh_cen .sh1 {
  margin-bottom: 0.4rem;
  background-color: #ffffff;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0 0.5rem;
  padding-top: 0.2rem;
  box-sizing: content-box;
  padding-bottom: 0.36rem;
  overflow: hidden;
}

.sh_cen .sh1 ul {
  overflow: hidden;
  width: 14.4rem;
}

.sh_cen .sh1 ul li {
  width: 3.35rem;
  float: left;
  margin-right: 1.3rem;
}

.sh_cen .sh1 ul li .p1 {
  width: 1.7rem;
  height: 0.35rem;
  background-color: #0a5eb6;
  text-align: center;
  border-radius: 0.18rem;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.00213333rem;
  line-height: 0.35rem;
}

.sh_cen .sh1 ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: #dedede 1px solid;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.44rem;
  padding-top: 0.1rem;
  box-sizing: content-box;
  margin-bottom: 0.2rem;
}

.sh_cen .sh1 ul li .bb {
  overflow: hidden;
}

.sh_cen .sh1 ul li .bb .text {
  float: left;
  width: 1.4rem;
}

.sh_cen .sh1 ul li .bb .text .p2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.16rem;
}

.sh_cen .sh1 ul li .bb .text .p3 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #054c99;
  font-family: Arial;
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.2rem;
}

.sh_cen .sh1 ul li .bb>img {
  float: right;
  width: 0.99rem;
  height: 0.99rem;
  border-radius: 0.1rem;
  display: block;
  border: solid 0.01rem #dedede;
  overflow: hidden;
}

.sh_cen .sh1 ul li .bb>img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.sh_cen .sh2 {
  margin-bottom: 0.6rem;
}

.sh_cen .sh2 ul {
  overflow: hidden;
  width: 14.4rem;
}

.sh_cen .sh2 ul li {
  float: left;
  width: 4.1rem;
  margin-right: 0.65rem;
  position: relative;
}

.sh_cen .sh2 ul li::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: #0a5eb6;
}

.sh_cen .sh2 ul li:hover:before {
  width: 100%;
}

.sh_cen .sh2 ul li .img {
  width: 3.9rem;
  height: 3rem;
  border-radius: 0.1rem;
  box-sizing: content-box;
  padding: 0.09rem;
  border: solid 0.01rem #dedede;
  display: block;
  overflow: hidden;
}

.sh_cen .sh2 ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.sh_cen .sh2 ul li .a1 {
  display: block;
  border-bottom: #dedede 1px solid;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #545454;
  font-size: 0.14rem;
  line-height: 0.56rem;
  padding-left: 0.1rem;
  box-sizing: content-box;
  padding-right: 0.4rem;
  background: url('../images/shs.png') no-repeat center;
  background-size: 0.21rem;
  background-position-x: 3.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sh_cen .sh2 ul li .a2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3.9rem;
  height: 3rem;
  padding: 0.1rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.1rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 3rem;
  color: #fff;
  font-size: 0.2rem;
  display: block;
  box-sizing: content-box;
  transition: 0.7s;
  opacity: 0;
}
.sh_cen .sh2 ul li:hover .a2{
  opacity: 1;
}

.yfzx .ban img {
  width: 100%;
}

.yfzx ul {
  width: 13.6rem;
  margin: 0 auto;
  margin-top: 0.95rem;
}

.yfzx ul li {
  margin-bottom: 0.95rem;
}

.yfzx ul li .img {
  width: 6.7rem;
  height: 4rem;
  background-color: #fff;
  box-sizing: content-box;
  padding: 0.1rem;
  border-radius: 0.3rem;
  display: block;
  float: left;
  overflow: hidden;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}

.yfzx ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.yfzx ul li .img img {
  border-radius: 0.3rem;
}

.yfzx ul li .text {
  width: 5.4rem;
  float: right;
}

.yfzx ul li .text .a1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #161616;
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
  margin-top: 0.53rem;
  margin-bottom: 0.24rem;
}

.yfzx ul li .text span {
  display: block;
  width: 8px;
  height: 2px;
  background-color: #929292;
}

.yfzx ul li .text .p1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #6f6f6f;
  width: 2.64rem;
  font-size: 0.24rem;
  line-height: 0.35rem;
  margin: 0.16rem 0;
}

.yfzx ul li .text .p2 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #919191;
  font-size: 0.15rem;
  line-height: 0.3rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-top: 0.3rem;
}

.yfzx ul li:nth-child(2n) .img {
  float: right;
}

.yfzx ul li:nth-child(2n) .text {
  float: left;
}

.bann_new img {
  width: 100%;
}

.new1 {
  width: 13.6rem;
  margin: 0 auto;
}

.new1 .bb .left {
  box-sizing: content-box;
  padding: 0.3rem 0;
  box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  width: 9.2rem;
}

.new1 .bb .left .img {
  width: 4.6rem;
  height: 3.3rem;
  margin-left: 0.1rem;
  display: block;
  overflow: hidden;
  float: left;
}

.new1 .bb .left .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.new1 .bb .left .text {
  float: right;
  width: 3.9rem;
  margin-right: 0.23rem;
}

.new1 .bb .left .text .a1 {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.18rem;
  padding-top: 0.5rem;
  box-sizing: content-box;
  transition: 0.7s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new1 .bb .left .text .a1:hover {
  color: #0a5eb6;
}

.new1 .bb .left .text .p1 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.14rem;
  padding-top: 0.18rem;
  box-sizing: content-box;
}

.new1 .bb .left .text .p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.14rem;
  line-height: 0.3rem;
  margin-top: 0.36rem;
}

.new1 .bb .left .text .a2 {
  display: block;
  width: 1.65rem;
  height: 0.35rem;
  border: solid 0.01rem #dedede;
  border-radius: 0.18rem;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  margin-top: 0.4rem;
  transition: 0.7s;
}

.new1 .bb .left .text .a2:hover {
  color: #0a5eb6;
}

.new1 .bb .left .text .a2:hover {
  border: solid 0.01rem #0a5eb6;
}

.new1 .bb .right {
  width: 3.3rem;
  padding: 0 0.4rem;
  height: 3.8rem;
  box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  padding-top: 0.1rem;
  box-sizing: content-box;
  overflow: hidden;
}

.new1 .bb .right li {
  overflow: hidden;
  margin-top: 0.2rem;
}

.new1 .bb .right li span {
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 0.03rem;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.14rem;
  line-height: 0.19rem;
  background-color: #cccccc;
  text-align: center;
  margin-right: 0.12rem;
  transition: 0.7s;
}

.new1 .bb .right li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 2.97rem;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.19rem;
  transition: 0.7s;
}

.new1 .bb .right li a:hover {
  color: #0a5eb6;
}

.new1 .bb .right li:hover span {
  background-color: #0a5eb6;
}

.new2 {
  background-color: #f8f8f8;
}

.new2 .center {
  width: 13.6rem;
  box-sizing: content-box;
  padding-bottom: 0.7rem;
}

.new2 .center ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.new2 .center ul li {
  float: left;
  width: 2.6rem;
  box-sizing: content-box;
  padding: 0.24rem;
  border: solid 0.01rem #dddddd;
  transition: 0.7s;
}

.new2 .center ul li .p1 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.26rem;
  line-height: 0.26rem;
  padding-top: 0.05rem;
  box-sizing: content-box;
  margin-bottom: 0.3rem;
}

.new2 .center ul li .a1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.18rem;
  transition: 0.7s;
}

.new2 .center ul li .p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.14px;
  box-sizing: content-box;
  padding-left: 0.2rem;
  border-left: #dddddd 1px solid;
  margin: 0.2rem 0;
}

.new2 .center ul li .img {
  width: 2.6rem;
  height: 1.66rem;
  display: block;
  overflow: hidden;
}

.new2 .center ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.new2 .center ul li:hover {
  background-color: #fff;
}

.new2 .center ul li:hover .a1 {
  display: block;
  color: #0a5eb6;
}

.new3 {
  width: 13.6rem;
  margin: 0 auto;
  margin-bottom: 0.9rem;
  overflow: hidden;
}

.new3>ul {
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  margin-bottom: 0.4rem;
  width: 13.8rem;
}

.new3>ul li {
  width: 4.1rem;
  box-sizing: content-box;
  float: left;
  padding: 0.1rem;
  box-shadow: 0px 0.1rem 0.15rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  margin-bottom: 0.35rem;
  margin-right: 0.24rem;
}

.new3>ul li .img {
  width: 100%;
  height: 2.9rem;
  display: block;
  overflow: hidden;
  border-radius: 0.1rem;
}

.new3>ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.new3>ul li .text {
  box-sizing: content-box;
  padding: 0 0.14rem;
}

.new3>ul li .text .p1 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.14rem;
  padding-top: 0.29rem;
  box-sizing: content-box;
}

.new3>ul li .text .a1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin: 0.16rem 0;
  transition: 0.7s;
}

.new3>ul li .text .p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.24rem;
}

.new3>ul li .text .p3 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  font-family: Arial;
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
}

.new3>ul li:hover .a1 {
  color: #0a5eb6;
}

.new3 .menu {
  text-align: center;
  font-size: 0px;
}

.new3 .menu>a {
  display: inline-block;
  width: 1rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dedede;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.4rem;
  vertical-align: top;
  transition: 0.7s;
}

.new3 .menu>a:hover {
  background-color: #0a5eb6;
  color: #fff;
}

.new3 .menu ul {
  display: inline-block;
  margin: 0 0.23rem;
  vertical-align: top;
}

.new3 .menu ul li {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dedede;
  margin: 0 0.05rem;
  transition: 0.7s;
}

.new3 .menu ul li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.4rem;
  transition: 0.7s;
}

.new3 .menu ul li:nth-child(3) {
  position: relative;
  margin-right: 0.4rem;
}

.new3 .menu ul li:nth-child(3):after {
  content: '......';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.4rem;
  display: block;
  position: absolute;
  top: 0px;
  left: 0.5rem;
}

.new3 .menu ul li:hover {
  background-color: #0a5eb6;
}

.new3 .menu ul li:hover a {
  color: #fff;
}

.lxwm {
  width: 13.6rem;
  margin: 0 auto;
  margin-bottom: 0.9rem;
}

.lxwm .lxtop {
  margin-bottom: 0.4rem;
  position: relative;
}
.lxwm .lxtop>a{
display: block;
position: absolute;
top:10px;
right: 0px;
width: 1.5rem;
height: 0.4rem;
background-color: #0a5eb6;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #fff;
font-size: 0.20rem;
line-height: 0.4rem;
text-align: center;
}

.lxwm .lxtop>.p1 {
  width: 2.1rem;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 0.26rem;
  line-height: 0.6rem;
  border-bottom: #dedede 1px solid;
  text-align: center;
  border-radius: 0.1rem;
}

.lxwm .lxtop>.p1 span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.6rem;
  box-sizing: content-box;
  padding-left: 0.1rem;
}

.lxwm .bb {
  width: 100%;
  height: 5.4rem;
  position: relative;
}

.lxwm .bb #map {
  width: 1200px;
  height: 540px;
  position: relative;
}

.lxwm .bb #map  iframe{
  width: 100%;
  height: 100%;
  display: block;
}


.lxwm .bb .text {
  border-radius: 0.1rem;
  background-color: rgba(5, 76, 153, 0.8);
  width: 2.5rem;
  padding: 0 0.4rem;
  position: absolute;
  top: 0.45rem;
  left: 0.6rem;
  z-index: 999;
  box-sizing: content-box;
  padding-bottom: 0.3rem;
}

.lxwm .bb .text .p1 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: bold;
  margin-top: 0.46rem;
}

.lxwm .bb .text .p2 {
  width: 0.38rem;
  height: 0.03rem;
  background-color: #fff;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

.lxwm .bb .text .p3 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.14rem;
  box-sizing: content-box;
  padding-left: 0.26rem;
  background: url('../images/map1.png') no-repeat center;
  background-position-x: 0px !important;
  background-size: 0.18rem;
  background-position-y: 0.06rem !important;
  margin-bottom: 0.1rem;
}

.lxwm .bb .text .s2 {
  background: url('../images/map2.png') no-repeat center;
}

.lxwm .bb .text .s3 {
  background: url('../images/map3.png') no-repeat center;
}

.lxwm .bb .text .s4 {
  background: url('../images/map4.png') no-repeat center;
}

.lxwm .bb .text .ewm {
  width: 2.48rem;
  height: 1rem;
  border: solid 0.01rem #678db6;
  border-radius: 0.1rem;
}

.lxwm .bb .text .ewm img {
  width: 0.81rem;
  height: 0.81rem;
  border-radius: 0.15rem;
  float: left;
  display: block;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}

.lxwm .bb .text .ewm .r {
  float: right;
  padding-top: 0.3rem;
  box-sizing: content-box;
}

.lxwm .bb .text .ewm .r p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 0.14rem;
  margin-right: 0.4rem;
}

.case {
  background: url('../images/ny_ca.jpg') no-repeat center;
  width: 100%;
  height: 9.3rem;
}

.case ul {
  overflow: hidden;
  text-align: center;
  font-size: 0px;
}

.case ul li {
  display: inline-block;
  width: 16.666666666%;
  height: 9.3rem;
  background: url('../images/ny_ca1.png') no-repeat center;
  background-size: 100% !important;
  overflow: hidden;
  position: relative;
}

.case ul li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  transition: 0.7s;
  cursor: pointer;
}

.case ul li:hover:before {
  height: 0;
}

.case ul li p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 10.1rem;
  text-align: center;
}

.case ul li a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.case ul .l2 {
  background: url('../images/ny_ca2.png') no-repeat center;
}

.case ul .l3 {
  background: url('../images/ny_ca3.png') no-repeat center;
}

.case ul .l4 {
  background: url('../images/ny_ca4.png') no-repeat center;
}

.case ul .l5 {
  background: url('../images/ny_ca5.png') no-repeat center;
}

.case ul .l6 {
  background: url('../images/ny_ca6.png') no-repeat center;
}




.addpage {
  text-align: center;
  font-size: 0px;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}

.addpage .black>span {
  display: inline-block;
  width: 1rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dedede;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.4rem;
  vertical-align: top;
  transition: 0.7s;
}

.addpage .black>a {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dedede;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.4rem;
  vertical-align: top;
  transition: 0.7s;
}

.addpage .black>a:last-of-type {
  width: 1rem;
}

.addpage .black>.current {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dedede;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.4rem;
  vertical-align: top;
  transition: 0.7s;
  background-color: #0a5eb6;
  color: #fff;
}

.addpage>a:hover {
  background-color: #0a5eb6;
  color: #fff;
}

.addpage .black>a {
  display: inline-block;
  margin: 0 0.1rem;
  vertical-align: top;
}

.addpage .black>span {
  display: inline-block;
  margin: 0 0.1rem;
  vertical-align: top;
}

.addpage>a {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #dedede;
  margin: 0 0.05rem;
  transition: 0.7s;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.4rem;
  transition: 0.7s;
}



.addpag>a:hover {
  background-color: #0a5eb6;
}

.addpage>a:hover {
  color: #fff;
}





@media screen and (max-width: 768px) {
  .porduct {
    width: 94%;
  }

  .porduct .menu {
    height: auto;
    padding-top: 0.4rem;
    box-sizing: content-box;
  }

  .porduct .menu ul {
    font-size: 0px;
    overflow: hidden;
    float: initial;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .porduct .menu ul li {
    display: inline-block;
    float: initial;
  }

  .porduct .menu ul li:after {
    content: '';
    display: none;
  }

  .porduct .menu ul li a {
    line-height: 1.4rem;
    font-size: 0.4rem;
    box-sizing: content-box;
    padding: 0 0.5rem;
  }

  .porduct .menu .box {
    width: 100%;
    font-size: 0px;
    height: 2rem;
    margin: 0 0px;
  }

  .porduct .menu .box input {
    height: 2rem;
    width: 76%;
    margin-left: 0.4rem !important;
  }

  .porduct .menu .box .sss {
    height: 2rem;
    width: 7%;
    background-size: 100%;
    margin-right: 0.4rem;
  }

  .porduct>ul li {
    background-color: #fff;
    margin-top: 1rem;
  }

  .porduct>ul li .img {
    float: initial;
    width: 100%;
    height: auto;
  }

  .porduct>ul li .text {
    width: 90%;
    margin: 0 auto;
    float: initial;
  }

  .porduct>ul li .text .p1 .a1 {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
  }

  .porduct>ul li .text .p1 .a2 {
    display: none;
  }

  .porduct>ul li .text .p2 {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }

  .porduct>ul li .text .p3 {
    height: auto;
    font-size: 0.6rem;
    line-height: 1.6rem;
    margin-top: 0.6rem;
  }

  .porduct>ul li .text .p3 i {
    background: none !important;
    font-size: 0.6rem;
    line-height: 1.6rem;
  }

  .pro_list {
    height: 20rem;
  }

  .pro_list .box {
    display: none;
  }

  .pro_list .center {
    width: 94%;
    box-sizing: content-box;
    padding: 0 0px;
    height: 19rem;
  }

  .pro_list .center .wap {
    display: block;
    padding-top: 1rem;
    box-sizing: content-box;
  }

  .pro_list .center .wap>div {
    margin: 0 auto;
    margin-bottom: 0.6rem;
    width: 80%;
    position: relative;
  }

  .pro_list .center .wap>div span {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    display: block;
    margin-bottom: 0.5rem;
  }

  .pro_list .center .wap>div p {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    height: 1.8rem;
    font-size: 0.8rem;
    line-height: 1.8rem;
    text-align: center;
  }

  .pro_list .center .wap>div ul {
    position: absolute;
    top: 3.2rem;
    left: 0px;
    background-color: #eee;
    height: 0rem;
    width: 100%;
    z-index: 999;
    overflow-y: scroll;
    transition: 0.7s;
  }

  .pro_list .center .wap>div ul li {
    text-align: center;
    box-sizing: content-box;
    padding: 0 0.5rem;
    font-size: 0.8px;
    line-height: 0.6rem;
    font-size: 0.8rem;
    line-height: 1.8rem;
  }

  .pro_list .center .wap #item1 ul {
    z-index: 9;
  }

  .pro_list .center .wap #item2 ul {
    z-index: 8;
  }

  .pro_list .center .wap #item3 ul {
    z-index: 7;
  }

  .pro_list .center .wap .on ul {
    height: 9rem;
  }

  .about .center {
    width: 94%;
  }

  .about .center .top {
    display: none;
  }

  .about .center .box .img {
    float: initial;
    width: 80%;
    height: auto;
    margin: 0 auto;
    background: none;
    margin-top: 0.8rem;
  }

  .about .center .box .text {
    text-align: center;
    float: initial;
    width: 80%;
    margin: 0 auto;
  }

  .about .center .box .text .p1 {
    font-size: 1rem;
    line-height: 2rem;
  }

  .about .center .box .text .p2 {
    display: none;
  }

  .about .center .box .text .p3 {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .about .center .box .text>a {
    display: block;
    font-size: 0.6rem;
    line-height: 1.2rem;
    background: none;
    height: 1.2rem;
    text-align: center;
    margin: 0 auto;
    width: 50%;
    box-sizing: content-box;
    padding-left: 0px;
  }

  .wh {
    height: 32rem;
    background-image: none;
    background-color: #eee !important;
  }

  .wh .center {
    width: 94%;
  }

  .wh .center .top {
    padding-top: 0.6rem;
    box-sizing: content-box;
  }

  .wh .center .top h3 {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.2rem;
  }

  .wh .center .top p {
    font-size: 0.6rem;
    color: #333;
    line-height: 1rem;
  }

  .wh .center ul li {
    width: 8.8rem;
    height: 12.19rem;
    margin-bottom: 1.2rem;
  }

  .wh .center ul li .p1 {
    font-size: 0.8rem;
    margin-top: 2.8rem;
    margin-bottom: 1.2rem;
  }

  .wh .center ul li .p2 {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .wh .center ul li a {
    display: block;
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.6rem;
  }

  .lc {
    display: none;
  }

  .zz {
    display: block;
    background-color: #fff;
    background-image: none;
    height: auto;
    box-sizing: content-box;
    padding-bottom: 1.6rem;
  }

  .zz .center {
    width: 94%;
    padding-top: 0.6rem;
    box-sizing: content-box;
  }

  .zz .center .top h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .zz .center .top p {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .zz .center .swiper_ab {
    /* width: 13.2rem !important;
    height: 7.8rem !important; */
    width: 200px;
    height: 130px;
    margin: 0 auto;
  }

  .zz .center .swiper_ab .swiper-slide {
    margin-right: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }

  .sh_top h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .sh_top .p1 {
    line-height: 1.4rem;
    font-size: 0.6rem;
  }

  .sh_top .p2 {
    display: none;
  }

  .sh_cen {
    width: 94%;
  }

  .sh_cen .sh_tt {
    overflow: hidden;
    margin-bottom: 0.4rem;
  }

  .sh_cen .sh_tt span {
    background-image: none;
    box-sizing: content-box;
    padding-left: 0px;
    font-size: 0.8rem;
    line-height: 1.4rem;
    float: left;
  }

  .sh_cen .sh_tt a {
    float: right;
    font-size: 0.6rem;
    line-height: 1.4rem;
  }

  .sh_cen .sh1 ul {
    width: 100%;
  }

  .sh_cen .sh1 ul li {
    width: 100%;
    float: initial;
    margin-bottom: 1rem;
  }

  .sh_cen .sh1 ul li .p1 {
    height: 1.4rem;
    width: 6rem;
    font-size: 0.6rem;
    line-height: 1.4rem;
  }

  .sh_cen .sh1 ul li a {
    display: block;
    font-size: 0.6rem;
    line-height: 1.6rem;
  }

  .sh_cen .sh1 ul li .bb {
    margin-top: 0.6rem;
  }

  .sh_cen .sh1 ul li .bb .text {
    width: 70%;
  }

  .sh_cen .sh1 ul li .bb .text .p2 {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .sh_cen .sh1 ul li .bb .text .p3 {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .sh_cen .sh1 ul li .bb img {
    float: right;
    width: 4rem;
    height: 4rem;
  }

  .sh_cen .sh2 {
    margin-top: 1rem;
  }

  .sh_cen .sh2 ul {
    width: 100%;
  }

  .sh_cen .sh2 ul li {
    float: initial;
    width: 100%;
    margin-top: 0.6rem;
  }

  .sh_cen .sh2 ul li .img {
    width: 100%;
    height: auto;
    box-sizing: content-box;
    padding: 0px;
    background: none;
  }

  .sh_cen .sh2 ul li .a1 {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    line-height: 2rem;
    background-image: none;
    box-sizing: content-box;
    padding: 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  .yfzx ul {
    width: 94%;
  }

  .yfzx ul li .img {
    float: initial;
    width: 100%;
    height: auto;
  }

  .yfzx ul li .text {
    width: 100%;
    text-align: center;
  }

  .yfzx ul li .text .a1 {
    display: block;
    font-size: 0.8rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .yfzx ul li .text span {
    display: none;
  }

  .yfzx ul li .text .p1 {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 1rem;
    font-size: 0.6rem;
  }

  .yfzx ul li .text .p2 {
    width: 100%;
    line-height: 1rem;
    font-size: 0.6rem;
  }

  .new1 {
    width: 94%;
    margin-bottom: 1rem;
  }

  .new1 .left {
    float: initial;
    width: 100% !important;
    box-sizing: content-box !important;
    padding: 0 0px !important;
    background: none !important;
  }

  .new1 .left .img {
    width: 9rem !important;
    /* height: auto !important; */
    overflow: hidden;
  }

  .new1 .left .img img {
    width: 100%;
    height: 100%;
    transition: 0.7s;
  }

  .new1 .left .text {
    width: 8rem !important;
  }

  .new1 .left .text .a1 {
    font-size: 0.8rem !important;
    line-height: 1rem !important;
  }

  .new1 .left .text .p1 {
    font-size: 0.6rem !important;
    line-height: 1rem !important;
  }

  .new1 .left .text .p2 {
    font-size: 0.6rem !important;
    line-height: 0.8rem !important;
  }

  .new1 .left .text .a2 {
    display: block;
    width: 4rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
  }

  .new1 .right {
    width: 100% !important;
    float: initial;
    padding: 0 0px !important;
    height: auto !important;
    margin-top: 1rem !important;
    box-sizing: content-box !important;
    padding-bottom: 0.4rem !important;
  }

  .new1 .right li {
    overflow: hidden;
    margin-top: 0.4rem !important;
  }

  .new1 .right li span {
    width: 0.8rem !important;
    height: 0.8rem !important;
    line-height: 0.8rem !important;
  }

  .new1 .right li a {
    width: 16.4rem !important;
    line-height: 0.8rem !important;
    font-size: 14px !important;
  }
  .new1 .bb .right li span{
    font-size: 14px !important;
  }
  .new2 .center {
    width: 94%;
  }

  .new2 .center ul li {
    width: 8.3rem;
    margin-bottom: 0.2rem;
  }

  .new2 .center ul li .p1 {
    line-height: 0.8rem;
    font-size: 0.8rem;
  }

  .new2 .center ul li .a1 {
    display: block;
    line-height: 1rem;
    font-size: 0.8rem;
  }

  .new2 .center ul li .p2 {
    box-sizing: content-box;
    padding-left: 0px;
    border-left: none;
    font-size: 14px;
  }

  .new2 .center ul li .img {
    width: 100%;
    /* height: auto; */
    height: 4.66rem;
  }
  .new2 .center ul li .img img{
    height: auto;
  }

  .new3 {
    width: 94%;
  }
  .new3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .new3 ul li {
    width: 8.6rem;
    margin-right:0px;
  }

  .new3 ul li .img {
    height: auto;
  }
  .new3>ul li .img img{
    height: auto;
  }

  .new3 ul li .p1 {
    line-height: 1rem !important;
    font-size: 0.6rem !important;
  }

  .new3 ul li .a1 {
    display: block;
    font-size: 0.6rem !important;
    line-height: 1rem !important;
  }

  .new3 ul li .p2 {
    font-size: 0.6rem !important;
    line-height: 0.8rem !important;
  }

  .new3 ul li .p3 {
    font-size: 0.6rem !important;
    line-height: 1rem !important;
  }

  .new3 .menu>a {
    width: 2.6rem !important;
    height: 1rem;
    line-height: 1rem;
  }

  .new3 .menu ul li {
    width: 1rem;
    height: 1rem;
  }

  .new3 .menu ul li a {
    line-height: 1rem;
  }

  .new3 .menu ul li:nth-child(3) {
    margin-right: 1.2rem;
  }

  .new3 .menu ul li:nth-child(3):after {
    left: 1.1rem;
    line-height: 1rem;
  }

  .lxwm {
    width: 94%;
  }

  .lxwm .lxtop .p1 {
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .lxwm .lxtop .p1 span {
    display: block;
    line-height: 1.4rem;
    font-size: 14px;
  }

  .lxwm .bb {
    margin-top: 0.8rem;
    height: auto;
  }
  .lxwm .bb .text .ewm .r p{
    font-size: 14px;
  }

  .lxwm .bb .text {
    height: 16rem;
    position: static;
    width: 100%;
    padding: 0 0px;
    text-align: center;
    box-sizing: content-box;
    padding-bottom: 0.4rem;
  }

  .lxwm .bb .text .p1 {
    font-size: 0.8rem;
    line-height: 1rem;
    padding-top: 0.6rem;
    box-sizing: content-box;
    margin-bottom: 0.4rem;
  }

  .lxwm .bb .text .p2 {
    display: none;
  }

  .lxwm .bb .text .p3 {
    background: none;
    font-size: 0.6rem !important;
  }

  .lxwm .bb .text .ewm {
    width: 100%;
    border: none;
  }

  .lxwm .bb .text .ewm img {
    float: initial;
    display: block;
    margin: 0 auto;
    width: 5rem;
    height: 5rem;
  }

  .lxwm .bb .text .ewm .r {
    text-align: center;
    float: initial;
  }

  .lxwm .bb #map {
    width: 100%;
    height: 16rem;
  }

  .case {
    height: auto;
  }

  .case ul li {
    width: 50%;
  }

  .case ul li p {
    line-height: 12.1rem !important;
    font-size: 20px !important;
  }
}


.pro_list .center .box>.p3 {
  display: none;
}

.pro_list .center .box>.p2 {
  width: 7.3rem;
}

.pro_list .center .box>ul>li>ul>li ul {
  display: none !important;
}

.pro_list .center .box>ul>li>ul {
  width: 7.5rem;
  overflow: hidden;
}

.pro_list .center .box>ul>li>ul>li {
  float: left;
  width: 25%;
  margin-right: 0.2rem;
}


.porduct>ul li .text .p3 {
  display: none;
}

.porduct>ul li .text .p4 {
  background: #fff;
  background: #fff;
  width: 100%;
  height: 3rem;
  display: none;
}

.porduct>ul li .text .p2 {
  background: #fff;
  /* padding-top: 0.5rem; */
  -webkit-line-clamp: 6;
  border: none;
  margin-top: 0.4rem;
  padding: 0.3rem;
  height: 2.16rem;
}






.forms {
  width: 100%;
}
.forms .center {
  box-sizing: content-box;
  padding: 60px 0;
}
.forms .center .box {
  text-align: center;
  width: 460px;
  box-sizing: content-box;
  padding: 40px 0;
  box-shadow: 0 0 10px #ccc;
  margin: 0 auto;
}
.forms .center .box .pt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.forms .center .box input {
  display: inline-block;
  width: 300px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 30px;
  box-sizing: content-box;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
}
.forms .center .box textarea {
  display: inline-block;
  width: 300px;
  height: 84px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 30px;
  box-sizing: content-box;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
}
.forms .center .box #btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  background-color: #0a5eb6;
  border-radius: 10px;
  color: #fff;
}
.sear {
  box-sizing: content-box;
  padding: 50px 0;
}
.sear .center .box {
  margin: 0 auto;
  width: 600px;
  border-radius: 40px;
  height: 60px;
  box-shadow: 0 0 10px #ccc;
  overflow: hidden;
}
.sear .center .box input {
  box-sizing: content-box;
  padding-left: 30px;
  line-height: 60px;
  font-size: 16px;
  width: 450px;
}
.sear .center .box .sss {
  float: right;
  height: 60px;
  width: 90px;
  background: url('../images/sss.png') no-repeat center;
  border-radius: 40px;
  background-color: #0a5eb6;
  outline: none;
  cursor: pointer;
}
.sear .center > .ppt {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-top: 50px;
}
.sear .center .cons {
  text-align: center;
  min-height: 300px;
  margin-top: 30px;
}
.sear .center .cons .pt {
  margin-bottom: 40px;
  font-size: 20px;
}
.sear .center .cons .pt i {
  color: #0a5eb6;
}



.sear .center .cons > ul {
  text-align: center;
}
.sear .center .cons > ul > li {
  box-sizing: content-box;
  padding: 4px;
  border: #ccc 1px solid;
  width: 280px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 15px;
  margin-bottom: 40px;
  position: relative;
  transition: 0.7s;
  vertical-align: top;
}
.sear .center .cons > ul > li .img {
  border-radius: 10px;
  width: 280px;
  height: 280px;
  display: block;
  overflow: hidden;
}
.sear .center .cons > ul > li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.sear .center .cons > ul > li .text {
  text-align: center;
  padding: 0 10px;
  text-align: left;
  box-sizing: content-box;
  padding-bottom: 10px;
}
.sear .center .cons > ul > li .text .a1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  transition: 0.7s;
  line-height: 40px;
  border-bottom: #f0f0f0 1px solid;
  padding-top: 4px;
  box-sizing: content-box;
}
.sear .center .cons > ul > li .text .a1:hover {
  color: #0a5eb6;
}
.sear .center .cons > ul > li .text p {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-top: 10px;
  box-sizing: content-box;
}
.sear .center .cons > ul > li .a2 {
  width: 100%;
  height: 100%;
  width: 280px;
  height: 0px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 10px;
  background: url('../images/sss.png') no-repeat center;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 30px;
  transition: 0.7s;
}
.sear .center .cons > ul > li:hover {
  overflow: hidden;
  border: #0a5eb6 1px solid;
}
.sear .center .cons > ul > li:hover .img img {
  transform: scale(1.1);
}
.sear .center .cons > ul > li:hover .a2 {
  height: 280px;
}
.sear .center .cons > ul > li:hover .text .a1 {
  color: #0a5eb6;
}



.swiper_pro .swiper-pagination-bullet{
  opacity: 1;
  width: 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.swiper_pro .swiper-pagination-bullet-active{
  opacity: 1;
  background-color: #0a5eb6;
}
