* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.clear {
  clear: both;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
}
.top-head,
.ny-head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.top-head .top-content,
.ny-head .top-content {
  height: 95px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.top-head .top-content .wrap,
.ny-head .top-content .wrap {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-head.isback,
.ny-head.isback {
  background: #fff;
  box-shadow: 0px 1px 27px 0px rgba(237, 237, 237, 0.57);
}
.top-head.isback .navBar .tit,
.ny-head.isback .navBar .tit,
.top-head.isback .ny-head .navBar .tit,
.ny-head.isback .ny-head .navBar .tit {
  color: #333;
}
.top-head .logo .light {
  display: block;
}
.top-head .logo .deep {
  display: none;
}
.top-head.isback .logo .light {
  display: none;
}
.top-head.isback .logo .deep {
  display: block;
}
.top-head .wrap,
.ny-head .wrap {
  position: relative;
}
.top-head .navBar,
.ny-head .navBar {
  display: flex;
  align-items: center;
}
.top-head .navBar li,
.ny-head .navBar li {
  position: relative;
}
.top-head .navBar li:hover,
.ny-head .navBar li:hover,
.top-head .navBar li.on,
.ny-head .navBar li.on {
  border-right: none;
  position: relative;
}
.top-head .navBar li:hover .tit,
.ny-head .navBar li:hover .tit,
.top-head .navBar li.on .tit,
.ny-head .navBar li.on .tit {
  background: #004996;
  font-weight: 700;
  color: #fff;
}
.top-head .navBar li:hover .tit a,
.ny-head .navBar li:hover .tit a,
.top-head .navBar li.on .tit a,
.ny-head .navBar li.on .tit a {
  color: #fff;
}
.top-head .navBar li:hover .sub,
.ny-head .navBar li:hover .sub {
  display: block;
}
.top-head .navBar .tit,
.ny-head .navBar .tit {
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 120px;
  padding: 0 20px;
  box-sizing: border-box;
  height: 49px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.top-head .navBar .sub,
.ny-head .navBar .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 190px;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  box-sizing: border-box;
  top: 50px;
}
.top-head .navBar .sub a,
.ny-head .navBar .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}
.top-head .navBar .sub a:hover,
.ny-head .navBar .sub a:hover {
  background: #004996;
  color: #fff;
}
.ny-head {
  background: #fff;
  height: 84px;
  position: fixed;
  box-shadow: rgba(243, 243, 243, 0.76) 2px 0px 10px 0px;
}
.ny-head .top-content {
  position: fixed;
  top: 0;
}
.about {
  margin-top: 64px;
}
.about .wrap {
  position: relative;
}
.about .wrap .circle {
  width: 424px;
  height: 424px;
  background: #004996;
  border-radius: 50%;
  position: absolute;
  left: -137px;
  top: 203px;
  z-index: -1;
}
.about .a-left {
  width: 409px;
}
.about .a-left .l-img {
  width: 100%;
  height: 413px;
}
.about .a-left .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .a-left .history {
  width: 100%;
  height: 282px;
  background: #f4f5f9;
  padding: 0 30px;
  box-sizing: border-box;
}
.about .a-left .history ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.about .a-left .history ul li {
  flex: 1;
}
.about .a-left .history ul li .h-top {
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.about .a-left .history ul li .h-top::before {
  content: '';
  width: 26px;
  height: 1px;
  background: #a0a0a0;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.about .a-left .history ul li .h-top span:nth-child(1) {
  font-size: 38px;
  color: #020202;
  line-height: 45px;
}
.about .a-left .history ul li .h-top span:nth-child(2) {
  font-size: 14px;
  color: #020202;
}
.about .a-left .history ul li .h-bottom {
  width: 71px;
  font-size: 14px;
  color: #020202;
  line-height: 27px;
  margin-top: 40px;
}
.about .a-right {
  width: 791px;
}
.about .a-right .r-top {
  margin-left: 30px;
  margin-top: 10px;
}
.about .a-right .r-top .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .a-right .r-top .tit .tit-text p:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.about .a-right .r-top .tit .tit-text p:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.about .a-right .r-top .tit-icon ul {
  display: flex;
}
.about .a-right .r-top .tit-icon ul li {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about .a-right .r-top .tit-icon ul li:hover .iconfont {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.about .a-right .r-top .tit-icon ul li .iconfont {
  font-size: 25px;
  color: #004996;
}
.about .a-right .r-top .tit-icon ul li p {
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
}
.about .a-right .r-text p:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 37px;
  margin-top: 25px;
}
.about .a-right .r-text p:nth-child(2) {
  width: 156px;
  height: 44px;
  background: #0061c8;
  border-radius: 22px;
  font-size: 14px;
  line-height: 44px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 25px;
}
.about .a-right .r-text p:nth-child(2) a {
  color: #ffffff;
  display: block;
}
.about .a-right .r-text p:nth-child(2) .iconfont {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  background: #004996;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 0;
}
.about .a-right video {
  width: 791px;
  height: 282px;
  object-fit: fill;
  margin-top: 45px;
}
.product {
  margin-top: 65px;
  height: 709px;
}
.product .left {
  width: 250px;
  float: left;
  position: relative;
  z-index: 100;
  color: #fff;
  padding-top: 45px;
}
.product .left a {
  color: #fff;
}
.product .left .tit p:nth-child(1) {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.product .left .tit p:nth-child(1) span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #004996;
  margin-right: 8px;
}
.product .left .tit p:nth-child(2) {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  margin-top: 10px;
}
.product .left .pro-nav ul {
  max-height: 540px;
  overflow: scroll;
}
.product .left .pro-nav ul::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}
.product .left .pro-nav ul::-webkit-scrollbar-thumb {
  background: #f0efef;
  border-radius: 5px;
}
.product .left .pro-nav ul:-webkit-scrollbar-track {
  /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 5px;
}
.product .left .pro-nav ul li {
  width: 205px;
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}
.product .left .pro-nav ul li:hover,
.product .left .pro-nav ul li.on {
  background: #004996;
}
.product .left .pro-nav ul li:hover a,
.product .left .pro-nav ul li.on a {
  color: #fff;
}
.product .list {
  width: 948px;
  float: left;
  margin-top: 85px;
}
.product .list ul {
  display: flex;
  margin-left: 25px;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 295px;
  height: 257px;
  background: #ffffff;
  padding: 15px;
  padding-bottom: 0;
  margin-right: 19px;
  box-sizing: border-box;
  margin-top: 25px;
}
.product .list ul li:hover {
  background: #004996;
}
.product .list ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .text span {
  color: #fff;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li .img-wrap {
  width: 266px;
  height: 195px;
  overflow: hidden;
}
.product .list ul li .img-wrap img {
  width: 100%;
  height: 100%;
}
.product .list ul li .text {
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
}
.product .list ul li .text span:nth-child(1) {
  display: inline-block;
  width: 80%;
}
.case {
  margin-top: 60px;
}
.case .com-tit {
  text-align: center;
}
.case .com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  display: flex;
  justify-content: center;
}
.case .com-tit p:nth-child(2) {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .com-tit p:nth-child(2) .dot {
  width: 5px;
  height: 5px;
  background: #004996;
  display: inline-block;
  position: relative;
}
.case .com-tit p:nth-child(2) .dot.left-dot::after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #ececec;
  position: absolute;
  right: -9px;
  top: 2px;
}
.case .com-tit p:nth-child(2) .dot.right-dot::after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #ececec;
  position: absolute;
  right: 5px;
  top: 2px;
}
.case .com-tit p:nth-child(2) .en-tit {
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  margin: 0 10px;
}
.case .list {
  margin-top: 45px;
  overflow: hidden;
}
.case .list ul li {
  width: 376px;
  margin-right: 37px;
}
.case .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .list ul li:hover .text {
  color: #004996;
}
.case .list ul li .img-wrap {
  width: 100%;
  height: 309px;
  overflow: hidden;
}
.case .list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .list ul li .text {
  font-size: 16px;
  color: #333333;
  padding: 0 25px;
  margin-top: 18px;
  box-sizing: border-box;
  text-align: center;
}
.new {
  margin-top: 60px;
  margin-bottom: 120px;
}
.new .title {
  display: flex;
  justify-content: space-between;
}
.new .title .tit p:nth-child(1) {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.new .title .tit p:nth-child(1) span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #004996;
  margin-right: 8px;
}
.new .title .tit p:nth-child(2) {
  font-weight: bold;
  font-size: 28px;
  color: #333;
}
.new .title .more {
  width: 156px;
  height: 44px;
  background: #0061c8;
  border-radius: 22px;
  font-size: 14px;
  line-height: 44px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 25px;
}
.new .title .more a {
  color: #ffffff;
  display: block;
}
.new .title .more .iconfont {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  background: #004996;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 0;
}
.new .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.new .list ul li {
  width: 580px;
  height: 187px;
  margin-right: 38px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #ececec;
}
.new .list ul li:hover {
  background: #004996;
  padding: 0 20px;
  box-sizing: border-box;
}
.new .list ul li:hover p {
  color: #fff !important;
}
.new .list ul li:hover p span {
  color: #fff !important;
}
.new .list ul li:hover p.more {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.new .list ul li:nth-child(2n) {
  margin-right: 0;
}
.new .list ul li p:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.new .list ul li p:nth-child(1) span {
  display: inline-block;
}
.new .list ul li p:nth-child(1) span:nth-child(1) {
  width: 363px;
  font-size: 16px;
  color: #333333;
}
.new .list ul li p:nth-child(1) span:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
.new .list ul li p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 27px;
  margin-top: 10px;
}
.new .list ul li p:nth-child(3) {
  width: 76px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  text-align: center;
  background: #f8f8f8;
  margin-top: 10px;
}
.footer {
  width: 100%;
  background: #1b1b1b;
  padding-top: 44px;
}
.footer .wrap {
  position: relative;
}
.footer .f-wrap {
  display: flex;
}
.footer .f-wrap .middle {
  width: 340px;
  box-sizing: border-box;
  /* height: 179px; */
  padding-bottom: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .f-wrap .middle ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #bababa;
  margin-top: 27px;
}
.footer .f-wrap .middle ul li {
  margin: 0 30px;
  line-height: 45px;
}
.footer .f-wrap .middle ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.footer .f-wrap .middle ul li:hover a {
  font-weight: 700;
}
.footer .f-wrap .middle ul li a {
  color: #bababa;
}
.footer .f-wrap .left {
  width: 417px;
  height: 179px;
  padding: 0 42px;
  display: flex;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .f-wrap .left .erwei {
  margin-top: 30px;
}
.footer .f-wrap .left .erwei img {
  width: 96px;
  height: 96px;
}
.footer .f-wrap .left .erwei p {
  font-size: 14px;
  color: #aaaaaa;
}
.footer .f-wrap .left .tel {
  margin-top: 30px;
  margin-left: 40px;
  text-align: left;
}
.footer .f-wrap .left .tel p:nth-child(1) {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.48);
}
.footer .f-wrap .left .tel p:nth-child(1) .iconfont {
  font-size: 22px;
  margin-right: 10px;
}
.footer .f-wrap .left .tel p:nth-child(2) {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  margin-top: 7px;
}
.footer .f-wrap .left .tel p:nth-child(3) {
  font-size: 14px;
  color: #bababa;
  margin-top: 7px;
}
.footer .f-wrap .right {
  margin-top: 30px;
  width: 430px;
  padding-top: 10px;
  padding-left: 40px;
  box-sizing: border-box;
}
.footer .f-wrap .right > div {
  font-size: 14px;
  color: #bababa;
  display: flex;
  align-items: flex-start;
  line-height: 42px;
}
.footer .f-wrap .right > div .iconfont {
  font-size: 20px;
  margin-right: 12px;
  font-size: 26px;
  position: relative;
}
.footer .f-wrap .right > div span:nth-child(2) {
  max-width: 350px;
}
.copy-right {
  height: 63px;
  line-height: 63px;
  font-size: 14px;
  color: #cacaca;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}
.copy-right a {
  color: #cacaca;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
  background: #f5f5f5;
}
.ny-tip .iconfont {
  color: #999999;
  margin-right: 5px;
  font-size: 18px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 63px;
  height: 4px;
  background: #b5b5b5;
  margin: 0 6px;
}
.banner .hd li.on {
  width: 63px;
  height: 4px;
  background: #004996;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.common-left {
  width: 276px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #004996;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 33px;
  box-sizing: border-box;
  position: relative;
}
.common-left .tit .text p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.common-left .tit .text p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-top: 3px;
}
.common-left .tit .iconfont {
  font-size: 33px;
  margin-right: 9px;
  font-weight: 400;
  color: #fff;
}
.common-left .nav-list {
  padding-bottom: 20px;
  margin-top: 28px;
  position: relative;
}
.common-left .nav-list::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  border-color: #004996 transparent transparent transparent;
}
.common-left .nav-list .p-li {
  line-height: 72px;
  font-size: 16px;
  color: #333333;
  margin-top: 4px;
}
.common-left .nav-list .p-li.on .icon-a-jiahao8 {
  display: none;
}
.common-left .nav-list .p-li.on .icon-jian {
  display: block;
}
.common-left .nav-list .p-li .icon-jian {
  display: none;
}
.common-left .nav-list .p-li > a {
  width: 100%;
  height: 66px;
  display: flex;
  color: #333333;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 20px;
  padding-right: 20px;
  background: #f6f6f6;
}
.common-left .nav-list .p-li > a:hover,
.common-left .nav-list .p-li > a.on {
  background: #004996;
}
.common-left .nav-list .p-li > a:hover span,
.common-left .nav-list .p-li > a.on span {
  color: #fff;
}
.common-left .nav-list .p-li > a:hover .iconfont,
.common-left .nav-list .p-li > a.on .iconfont {
  color: #fff;
}
.common-left .nav-list .p-li > a .left-tit {
  display: flex;
  align-items: center;
}
.common-left .nav-list .p-li > a .left-tit span.overflow1 {
  width: 175px;
  display: inline-block;
  margin-left: 10px;
}
.common-left .nav-list .p-li > a .left-tit .icon-you {
  position: relative;
  top: -2px;
}
.common-left .nav-list .p-li > a .left-tit .check {
  display: none;
}
.common-left .nav-list .p-li .iconfont {
  font-size: 16px;
  color: #515151;
  font-weight: 700;
}
.common-left .nav-list .p-li .sub {
  background: #fff;
}
.common-left .nav-list .p-li .sub li {
  height: 72px;
  margin-top: 4px;
}
.common-left .nav-list .p-li .sub li:hover,
.common-left .nav-list .p-li .sub li.active {
  color: #004996 !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #004996 !important;
}
.common-left .nav-list .p-li .sub li:nth-child(1) a {
  margin-top: 0;
}
.common-left .nav-list .p-li .sub li:hover a {
  color: #004996;
}
.common-left .nav-list .p-li .sub li a {
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: #f6f6f6;
  line-height: 72px;
  padding-left: 35px;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.common-left .nav-list .p-li .sub li a span {
  display: inline-block;
  color: #333;
}
.common-right {
  margin-left: 48px;
  width: calc(100% - 342px);
  float: left;
}
.common-right .detail .title {
  text-align: center;
}
.common-right .detail .related{
  text-align: center;
  margin: 1rem 0;
}
.common-right .top {
  height: 46px;
  line-height: 46px;
  font-size: 16;
  color: #333;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.common-right .top > div:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  min-width: 110px;
  border-bottom: 3px solid #004996;
  position: relative;
  top: 2px;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #eeeeee;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.ny-product {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-product .pro-list {
  margin-top: -32px;
}
.ny-product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .pro-list ul li {
  width: calc(33% - 20px);
  margin-right: 18px;
  margin-top: 32px;
}
.ny-product .pro-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-product .pro-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .pro-list ul li:hover .text {
  background: #004996;
  color: #fff;
}
.ny-product .pro-list ul li .img-wrap {
  width: 100%;
}
.ny-product .pro-list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .pro-list ul li .img-wrap .img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 72%;
}
.ny-product .pro-list ul li .text {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  padding: 0 18px;
  box-sizing: border-box;
  box-shadow: 0px 1px 46px 0px rgba(200, 200, 200, 0.31);
}
.ny-product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-new .new-list {
  margin-top: -32px;
}
.ny-new .new-list ul li {
  padding: 24px 30px;
  height: 241px;
  background: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(220, 220, 220, 0.57);
  margin-top: 30px;
  box-sizing: border-box;
}
.ny-new .new-list ul li a {
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li:hover {
  background: #ffffff;
  background: #004996;
  border: none;
}
.ny-new .new-list ul li:hover .text p {
  color: #fff !important;
}
.ny-new .new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-new .new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 29.6%;
  height: 193px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: calc(69.9% - 19px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 35px;
  margin-top: 10px;
  text-align: justify;
}
.new-list {
  margin-top: -32px;
}
.new-list ul li {
  padding: 24px 30px;
  height: 241px;
  background: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(220, 220, 220, 0.57);
  margin-top: 30px;
  box-sizing: border-box;
}
.new-list ul li a {
  display: flex;
  justify-content: space-between;
}
.new-list ul li:hover {
  background: #ffffff;
  background: #004996;
  border: none;
}
.new-list ul li:hover .text p {
  color: #fff !important;
}
.new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new-list ul li a {
  display: flex;
}
.new-list ul li a .img-wrap {
  width: 29.6%;
  height: 193px;
}
.new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new-list ul li a .text {
  width: calc(69.9% - 19px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 35px;
  margin-top: 10px;
  text-align: justify;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  /* margin-top: 20px; */
}
.ny-contact {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-contact .cont {
  display: flex;
  margin-top: 40px;
}
.ny-contact .cont .left {
  width: 388px;
}
.ny-contact .cont .left .company-name {
  font-size: 24px;
  color: #004996;
  font-weight: bold;
}
.ny-contact .cont .left .english {
  font-size: 15px;
  color: #999999;
}
.ny-contact .cont .left .line {
  width: 18px;
  height: 1px;
  background: #848484;
  margin-top: 20px;
}
.ny-contact .cont .left .contact-details {
  font-size: 16px;
  color: #2a2c27;
  line-height: 48px;
  margin-top: 16px;
}
.ny-contact .cont .right {
  display: flex;
  padding-top: 56px;
  margin-left: 18%;
}
.ny-contact .cont .right .back-wrap:nth-last-child(1) {
  margin-left: 80px;
}
.ny-contact .cont .right .back {
  width: 150px;
  height: 150px;
  box-shadow: 0px -2px 21px 0px rgba(221, 221, 221, 0.76);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ny-contact .cont .right img {
  width: 150px;
  height: 150px;
}
.ny-contact .cont .right p {
  width: 150px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 11px;
}
.ny-contact .map {
  margin-top: 44px;
}
.ny-prodetail {
  margin-bottom: 88px;
  margin-top: 64px;
}
.ny-prodetail .left .top-swiper {
  width: 413px;
  height: 476px;
  overflow: hidden;
}
.ny-prodetail .left .top-swiper .swiper-slide {
  width: 413px;
  height: 476px;
}
.ny-prodetail .left .top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ny-prodetail .left .img-list {
  margin-top: 8px;
}
.ny-prodetail .left .bottom-swiper {
  width: 370px;
  overflow: hidden;
  background: #fff;
}
.ny-prodetail .left .bottom-swiper .swiper-slide-thumb-active img {
  border: 1px solid #004996;
}
.ny-prodetail .left .bottom-swiper img {
  width: 71px;
  height: 82px;
  margin-right: 6px;
  object-fit: cover;
}
.ny-prodetail .left .img-list {
  display: flex;
  background: #fff;
  width: 413px;
  box-sizing: border-box;
}
.ny-prodetail .left .button {
  width: 22px;
  height: 82px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-prodetail .left .button.iconfont {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.ny-prodetail .left .button.iconfont::before {
  position: absolute;
  left: 2px;
  display: inline-block;
}
.ny-prodetail .left .button.prev {
  transform: rotateY(180deg);
}
.ny-prodetail .right {
  margin-left: 44px;
}
.ny-prodetail .right .top-text p.title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 41px;
  margin-top: 25px;
  margin-bottom: 18px;
}
.ny-prodetail .right .top-text p.class {
  font-size: 16px;
  color: #666666;
  line-height: 52px;
}
.ny-prodetail .right .top-text .tel {
  height: 27px;
  font-size: 37px;
  font-weight: bold;
  color: #004996;
  line-height: 34px;
  margin-top: 63px;
}
.ny-prodetail .right .top-text .tel .iconfont {
  font-size: 34px;
  margin-right: 10px;
}
.ny-prodetail .right .pro-mark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.ny-prodetail .right .pro-mark .remark {
  font-size: 16px;
  color: #666666;
  margin-right: 22px;
  margin-bottom: 10px;
}
.ny-prodetail .right .pro-mark .lists {
  display: flex;
  flex-wrap: wrap;
}
.ny-prodetail .right .pro-mark .lists > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.ny-prodetail .right .pro-mark .lists > div:nth-child(1) {
  margin-right: 22px;
}
.ny-prodetail .right .pro-mark .lists .iconfont {
  color: #004996;
  font-size: 20px;
  margin-right: 5px;
}
.ny-prodetail .contents {
  display: flex;
}
.ny-prodetail .content-detail {
  margin-top: 65px;
}
.ny-prodetail .content-detail .top-nav {
  width: 100%;
  height: 57px;
  background: #f8f8f8;
}
.ny-prodetail .content-detail .top-nav .list {
  height: 100%;
  padding: 0 20px;
  background: #004996;
  font-size: 18px;
  color: #ffffff;
  width: 164px;
  text-align: center;
  line-height: 57px;
  box-sizing: border-box;
}
.ny-prodetail .content-detail .conts {
  margin-top: 35px;
}
.message {
  /* margin-top: 40px; */
  box-sizing: border-box;
  color: #999999;
}
.message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.message .input {
  display: flex;
  margin-top: 20px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 11px;
  width: 100%;
  height: 54px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .input > div span i {
  color: #ff1f1f;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 25px;
  width: 100%;
  height: 137px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 11px;
  background: #f7f7f7;
}
.message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
}
.message .btn {
  width: 133px;
  height: 43px;
  background: #004996;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 133px;
  height: 43px;
  background: #d6d6d6;
  color: #fff;
  line-height: 43px;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #004996;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px !important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #004996;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #004996;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-search {
  margin-top: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #068780;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #E2E2E2;
}
.paging li.active a,
.paging li:hover a {
  background: #068780 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
