* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  background: #fbfcfd;
  overflow-x: hidden;
  width: 100%;
  font-family: '微软雅黑';
  transition: all 0.2s ease-in;
  position: relative;
  left: 0;
}
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 {
  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;
}
.com-tit {
  position: relative;
  text-align: center;
  font-size: 0.44rem;
}
.com-tit p {
  display: inline-block;
  padding: 0 5px;
  background: #fff;
  position: relative;
  z-index: 10;
  color: #1e1d22;
  z-index: 100;
}
.com-tit p span {
  color: #f98e0e;
}
.com-tit::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.header {
  height: 0.88rem;
  position: relative;
}
.header .menu {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  color: #262626;
}
.header .logo {
 /* position: absolute;
  left: 50%;
  transform: translateX(-50%);*/
  height: 0.8rem;
  padding-left:15%;
}
.banner {
  width: 100%;
  height: 3.36rem;
  position: relative;
  overflow: hidden;
}
.banner .bd {
  position: relative;
}
.banner .bd img {
  height: 3.36rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.banner .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.banner .hd li {
  display: inline-block;
  width: 0.63rem;
  height: 0.08rem;
  background: #b5b5b5;
  margin: 0 2px;
}
.banner .hd li.on {
  background: #0242de;
}
.about {
  margin: 0.3rem 0;
}
.about .dec {
  color: #666666;
  font-size: 0.3rem;
  line-height: 0.54rem;
  height: 4.86rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  padding: 0 0.24rem;
  margin-top: 0.2rem;
  position: relative;
}
.about .item {
  color: #fff;
  line-height: 0.33rem;
  width: 33.3%;
  font-size: 0.22rem;
  padding: 0 0.24rem;
  height: 2.18rem;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .item:first-of-type {
  left: 4.67rem;
  top: 0;
}
.about .item:last-of-type {
  left: 2.33rem;
  top: 2.18rem;
}
.about .item h3 {
  font-size: 0.26rem;
  height: 0.56rem;
  margin-bottom: 0.12rem;
  position: relative;
}
.about .item h3::before {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.about .btm-info {
  width: 7.02rem;
  height: 4.35rem;
  display: block;
  margin: 0.4rem auto 0;
  background: url('wap_05.jpg') center center / cover no-repeat;
  position: relative;
}
.product ul,
.ny-pro .list {
  padding: 0 0.24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product ul li,
.ny-pro .list li {
  margin-bottom: 0.26rem;
  background: #ffffff;
  box-shadow: 0px 0.2rem 0.5rem 0px rgba(165, 165, 165, 0.11);
  width: 3.41rem;
  overflow: hidden;
}
.product ul li .img,
.ny-pro .list li .img {
  width: 3.41rem;
  height: 2.67rem;
  position: relative;
  overflow: hidden;
}
.product ul li .img img,
.ny-pro .list li .img img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
.product ul li h3,
.ny-pro .list li h3 {
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.2rem;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .swiper-container {
  padding-left: 0.24rem;
}
.product .swiper-wrapper {
  margin-bottom: 0.45rem;
  margin-top: 0.36rem;
}
.product .swiper-wrapper .swiper-slide {
  height: 0.7rem;
  line-height: 0.7rem;
  border: 1px solid #cacaca;
  border-radius: 0.08rem;
  font-size: 0.3rem;
  display: block;
  float: left;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0.05rem;
}
.product .swiper-wrapper .swiper-slide:hover {
  background: #164bd3;
  color: #fff;
  border-color: #164bd3;
}
.advantage {
  margin-top: 0.25rem;
  background: #fff;
}
.advantage .bd {
  color: #666666;
  font-size: 0.26rem;
  padding: 0.22rem 0.24rem 0;
}
.advantage .info {
  position: relative;
}
.advantage .info .rsp {
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 1.34rem;
  height: 1.34rem;
  text-align: center;
  line-height: 1.34rem;
}
.advantage .info .rsp .num {
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.advantage .info .rsp .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ececec;
  font-size: 1.34rem;
  z-index: 1;
}
.advantage .info .tit {
  font-size: 0.78rem;
  color: #ebebeb;
  position: relative;
  height: 0.8rem;
  margin-bottom: 0.2rem;
}
.advantage .info .tit .name {
  color: #333333;
  font-size: 0.34rem;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.32rem;
}
.advantage .info .tit .name-en {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  text-transform: uppercase;
  transform: translateY(-50%);
  font-weight: bold;
}
.advantage .info .txt {
  width: 5.13rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  background: #333333;
  color: #fff;
  margin-bottom: 0.26rem;
  font-size: 0.22rem;
}
.advantage .info .name {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.advantage .info .rsp1 {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
.advantage .info .dec {
  line-height: 0.36rem;
  height: 1.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.advantage .hd {
  padding: 0 0.24rem;
  margin-top: 0.32rem;
}
.advantage .hd ul {
  justify-content: space-between;
}
.advantage .hd li {
  width: 1.65rem;
  height: 2.87rem;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 0.2rem 0.1rem 0 0.1rem;
  font-size: 0.26rem;
  box-sizing: border-box;
}
.advantage .hd li p {
  text-align: justify;
  height: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advantage .hd li.on {
  background: #144fde;
  color: #fff;
}
.advantage .hd li .en {
  font-size: 0.13rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.24rem;
  margin-top: 0.1rem;
}
.advantage .hd li .iconfont {
  font-size: 0.5rem;
  margin-bottom: 0.1rem;
}
.section {
  width: 100%;
  height: 5.2rem;
  background: url('a-bg.jpg') #104ee0 center bottom / cover no-repeat;
  box-sizing: border-box;
  padding-top: 0.34rem;
  margin: 0.55rem 0 0.35rem;
}
.section .com-tit p {
  background: #104ee0;
  color: #fff;
}
.section .com-tit::before {
  background: #fff;
}
.section .cont {
  padding: 0 0.24rem;
  margin-top: 0.5rem;
}
.section .bd {
  height: 3.56rem;
}
.section .bd li .img {
  width: 3.39rem;
  height: 1.92rem;
}
.section .bd li .img img {
  width: 100%;
  height: 100%;
}
.section .bd li .btm {
  width: 3.39rem;
  height: 0.9rem;
  background: #f98e0e;
  padding: 0 0.14rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.28rem;
}
.section .bd li .btm .txt {
  max-width: 90%;
  overflow: hidden;
}
.section .swiper-pagination {
  width: 100%;
  text-align: center;
}
.section .swiper-pagination span {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: #ffffff;
  border-radius: 50%;
  text-indent: -9999999px;
  opacity: 1;
}
.section .swiper-pagination span.swiper-pagination-bullet-active {
  background: #f98e0e;
}
.section .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}
.news .list,
.ny-news .list {
  padding: 0 0.24rem;
}
.news .list .dec,
.ny-news .list .dec {
  font-size: 0.26rem;
  line-height: 0.34rem;
  height: 0.68rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0.1rem 0;
}
.news .list li,
.ny-news .list li {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 0.26rem;
  font-size: 0.24rem;
  color: #666;
  padding-bottom: 0.28rem;
}
.news .list li h3,
.ny-news .list li h3 {
  color: #000;
  font-size: 0.31rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .dec {
  font-size: 0.26rem;
  line-height: 0.34rem;
  height: 0.68rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0.1rem 0;
}
.news .top {
  padding: 0 0.24rem;
  color: #666666;
  font-size: 0.24rem;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 0.32rem;
  margin-top: 0.26rem;
}
.news .top .info {
  max-width: 4.2rem;
}
.news .top img {
  width: 2.43rem;
  height: 1.56rem;
  margin-right: 0.25rem;
}
.news .top .tit {
  font-size: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partner {
  margin-top: 0.5rem;
}
.partner .swiper-container {
  margin-top: 0.26rem;
  padding-left: 0.24rem;
}
.partner li img {
  width: 2.26rem;
  height: 0.94rem;
  border: 1px solid #e3e3e3;
}
.footer {
  background: #f6f6f6;
  font-size: 0.26rem;
  z-index: 1000;
  width: 100%;
  padding: 0 0.24rem;
  box-sizing: border-box;
  margin-top: 0.8rem;
}
.footer .tel {
  padding-top: 0.28rem;
  margin-bottom: 0.36rem;
  line-height: 0.5rem;
}
.footer .link {
  line-height: 0.46rem;
  color: #999999;
  font-size: 0.28rem;
}
.footer .copyright {
  margin-top: 0.3rem;
  height: 1.15rem;
  border-top: 1px solid #e8e8e8;
  flex-direction: column;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.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.5rem;
  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;
}
.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%;
  transform: translateY(-50%);
}
.navBar .sub-nav .sub a {
  padding-left: 0.38rem;
  color: #333333;
}
.container {
  overflow: hidden;
}
.container .crumbs {
  height: 0.83rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.24rem;
  padding: 0 0.24rem;
  margin-bottom: 0.4rem;
}
.container .crumbs h3 {
  font-size: 0.34rem;
  color: #332c2b;
}
.container .main.page {
  line-height: 0.5rem;
  font-size: 0.28rem;
  padding: 0 0.24rem 0.5rem;
}
.container .main.page img {
  max-width: 100%;
}
.container .main.detail {
  font-size: 0.24rem;
  margin-top: 0.4rem;
  padding: 0 0.24rem 0.5rem;
  min-height: 6rem;
}
.container .main.detail .tit {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
}
.container .main.detail .related {
  text-align: center;
  color: #666;
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.container .main.detail .text {
  line-height: 0.4rem;
  margin: 0.1rem 0;
}
.container .main.detail .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.container .main.detail .text p {
  line-height: 0.4rem;
}
.container .main.detail .other li {
  line-height: 0.4rem;
}
.container .main.detail .other li:hover a {
  color: #0242de;
}
.paging {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.paging li.on a {
  background: #0061ae;
}
.paging li a,
.paging li span {
  width: 0.4rem !important;
  height: 0.4rem;
  font-size: 0.22rem !important;
  margin: 0 0.05rem !important;
  display: block;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  background: #d6d6d6;
}
.paging li a:hover {
  background: #0061ae;
}
.message {
  margin-top: 0.6rem;
}
.message li {
  margin-bottom: 0.4rem;
}
.message li span {
  color: #666;
  font-size: 0.32rem;
  display: block;
}
.message li span i {
  text-align: center;
}
.message li input,
.message li textarea {
  display: block;
  width: 100%;
  height: 0.88rem;
  border-radius: 0;
  line-height: 0.88rem;
  padding-left: 0.22rem;
  box-sizing: border-box;
  background: #f7f7f7;
  outline: none;
  border: none;
  margin-top: 0.2rem;
}
.message li textarea {
  height: 1.52rem;
}
.message .btn {
  margin-top: 0.3rem;
}
.message .btn button {
  width: 2.03rem;
  height: 0.65rem;
  background: #0242de;
  border-radius: 0;
  color: #fff;
  border: none;
  outline: none;
  margin-right: 0.4rem;
}
.message .btn button:last-of-type {
  background: #acacac;
  color: #fff;
}
.ny-contact {
  padding: 0 0.24rem;
}
.ny-contact p {
  font-size: 0.32rem;
  line-height: 0.58rem;
}
.ny-contact .tips {
  color: #7b7b7b;
  line-height: 0.5rem;
  margin-bottom: 0.45rem;
}
.ny-contact .map {
  width: 100%;
  height: 4.45rem;
  margin-top: 0.75rem;
}
.ny-contact .map img {
  max-width: 100%;
  width: 100%;
}
.ny-case .list {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.24rem;
}
.ny-case .list li {
  margin-bottom: 0.18rem;
}
.ny-case .list li a {
  display: block;
  background: #fff;
  padding: 0.14rem 0.12rem 0;
  height: 4.11rem;
  box-sizing: border-box;
  width: 3.41rem;
}
.ny-case .list li a .img {
  width: 3.17rem;
  height: 2.14rem;
}
.ny-case .list li a .img img {
  width: 100%;
  height: 100%;
}
.ny-case .list li a .info .tit {
  font-size: 0.34rem;
  line-height: 0.56rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-case .list li a .info .dec {
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
  font-size: 0.3rem;
}
.ny-case .list li a .info .btn {
  float: right;
  font-size: 0.42rem;
  color: #6b6b6b;
  margin-right: 0.1rem;
}
textarea::-webkit-input-placeholder {
  font-family: '微软雅黑';
}
