* {
  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: 83.3%;
  min-width: 1200px;
}
.contain {
  width: 1200px;
  margin: 0 auto;
}
.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;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
.head-top {
  position: fixed;
  top: 0;
  z-index: 10000000;
  width: 100%;
}
.head-top .top-content {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.head-top .top-content .h-right {
  display: flex;
  align-items: center;
}
.head-top .top-content .nav {
  height: 80px;
}
.head-top .top-content .navBar {
  display: flex;
  justify-content: flex-end;
  height: 80px;
}
.head-top .top-content .navBar li {
  height: 80px;
  color: #333333;
  margin: 0 20px;
  width: 103px;
}
.head-top .top-content .navBar li.on::before {
  font-weight: 700;
}
.head-top .top-content .navBar li:hover .sub {
  display: flex;
}
.head-top .top-content .navBar li:hover,
.head-top .top-content .navBar li.on {
  height: 80px;
  border-right: none;
}
.head-top .top-content .navBar li:hover::before,
.head-top .top-content .navBar li.on::before {
  content: '';
  width: 95px;
  height: 4px;
  position: absolute;
  background: #0b81ef;
  z-index: -1;
  transition: all 0.3s;
  bottom: 0;
}
.head-top .top-content .navBar li:hover .tit,
.head-top .top-content .navBar li.on .tit {
  height: 80px;
  font-weight: 700;
  color: #fff;
}
.head-top .top-content .navBar .tit {
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
.head-top .top-content .navBar .sub {
  position: absolute;
  left: 50%;
  height: 70px;
  transition: all 0.3s linear;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 100000000;
  background: #fff;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.head-top .top-content .navBar .sub a {
  display: block;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  margin: 0 20px;
}
.head-top .top-content .navBar .sub a:hover {
  color: #0b81ef;
  font-weight: 700;
}
.head-top .top-content .other {
  display: flex;
  margin-left: 50px;
}
.head-top .top-content .other .item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-left: 13px;
  position: relative;
}
.head-top .top-content .other .item:hover .ew {
  display: block;
}
.head-top .top-content .other .item:hover .yx,
.head-top .top-content .other .item:hover .phone {
  display: block;
}
.head-top .top-content .other .item span {
  font-size: 22px;
  display: block;
}
.head-top .top-content .other .item .ew {
  width: 148px;
  height: 148px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  box-sizing: border-box;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.head-top .top-content .other .item .ew::after {
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: rotate(270deg) translateX(-50%);
}
.head-top .top-content .other .item .ew img {
  width: 100%;
  height: 100%;
}
.head-top .top-content .other .item .yx,
.head-top .top-content .other .item .phone {
  line-height: 48px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  padding: 0 20px;
  white-space: nowrap;
  display: none;
}
.head-top .top-content .other .item .yx::after,
.head-top .top-content .other .item .phone::after {
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: rotate(270deg) translateX(-50%);
}
.head-top .top-content .other .item .phone {
  line-height: 33px;
  padding: 12px 20px;
}
.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;
}
.com-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-tit .left .en {
  font-weight: bold;
  font-size: 32px;
  color: #e8e8e8;
}
.com-tit .left .chinese {
  display: flex;
  align-items: flex-end;
  margin-top: -22px;
}
.com-tit .left .chinese .t {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  position: relative;
}
.com-tit .left .chinese .t:after {
  content: '';
  display: block;
  width: 69px;
  height: 6px;
  background: #359029;
  position: absolute;
  bottom: 2px;
  z-index: -1;
}
.com-tit .left .chinese .d {
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
}
.com-tit .right {
  font-size: 16px;
}
.com-tit .right a {
  color: #333333;
}
.com-tit .right a:hover {
  color: #0b81ef;
}
.index-clinm1 {
  background: #f7f7f7;
}
.index-clinm1 .list {
  padding: 130px 0 100px;
}
.index-clinm1 .list ul {
  display: flex;
}
.index-clinm1 .list ul li {
  width: calc(25% - 25px);
  height: 210px;
  background: #ffffff;
  border-radius: 10px;
  margin-right: 38px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.index-clinm1 .list ul li:hover {
  background: #003677;
  color: #fff;
}
.index-clinm1 .list ul li:hover .hu {
  color: #003677;
}
.index-clinm1 .list ul li:hover h3,
.index-clinm1 .list ul li:hover p {
  color: #fff !important;
}
.index-clinm1 .list ul li:hover .arrow {
  display: block;
}
.index-clinm1 .list ul li:hover .icon {
  display: none;
}
.index-clinm1 .list ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.index-clinm1 .list ul li a h3 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
}
.index-clinm1 .list ul li a p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  line-height: 30px;
  margin-top: 15px;
}
.index-clinm1 .list ul li .arrow {
  display: none;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
.index-clinm1 .list ul li .hu {
  display: block;
  position: absolute;
  top: 2px;
  transform: rotateX(180deg);
  transform-origin: center 0;
  color: #fff;
  font-size: 28px;
}
.index-clinm2 .left {
  width: 55%;
}
.footer {
  display: flex;
  height: 326px;
  background: #404040;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
}
.footer .left img {
  width: 229px;
}
.footer .mid ul {
  display: flex;
}
.footer .mid ul li {
  margin: 0 40px;
}
.footer .mid ul li > a {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 700;
}
.footer .mid ul li .sub {
  margin-top: 15px;
}
.footer .mid ul li .sub a {
  display: block;
  font-size: 15px;
  color: #bdbdbd;
  line-height: 30px;
}
.footer .mid ul li .sub a:hover {
  color: #0b81ef;
}
.footer .right {
  width: 40.8%;
  color: #a7a7a7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}
.footer .right .copy,
.footer .right .copy2 {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 32px;
}
.footer .right .copy2 {
  display: flex;
  align-items: center;
}
.footer .right .copy2 img {
  margin-right: 5px;
}
.footer .right .copy a,
.footer .right .copy2 a {
  color: #a7a7a7;
}
.footer .right a {
  color: #a7a7a7;
}
.ny-Core {
  margin-top: 30px;
  margin-bottom: 80px;
}
.ny-Core .list .item {
  height: 628px;
  padding: 80px 0;
  box-sizing: border-box;
}
.ny-Core .list .item .wrap {
  display: flex;
  justify-content: space-between;
}
.ny-Core .list .item:nth-child(2n) {
  background: #f7f7f7;
}
.ny-Core .list .item:nth-child(2n) .en {
  left: 10px;
}
.ny-Core .list .item .left {
  width: calc(100% - 760px);
}
.ny-Core .list .item .left .tit {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 36px;
  color: #003677;
}
.ny-Core .list .item .left .tit img {
  height: 52px;
  margin-right: 25px;
}
.ny-Core .list .item .left .company-name {
  margin-top: 55px;
  line-height: 50px;
}
.ny-Core .list .item .left .company-name p {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.ny-Core .list .item .left .company-name p .line {
  width: 15px;
  height: 4px;
  background: #0b81ef;
  border-radius: 2px;
  margin-right: 20px;
}
.ny-Core .list .item .left .desc {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  text-indent: 18px;
  margin-top: 50px;
}
.ny-Core .list .item .right {
  width: 660px;
}
.ny-Core .list .item .right .tx {
  position: relative;
}
.ny-Core .list .item .right .tx .cn {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  color: #0b81ef;
  line-height: 36px;
  justify-content: center;
  position: relative;
  z-index: 11;
}
.ny-Core .list .item .right .tx .cn img {
  margin-left: 75px;
}
.ny-Core .list .item .right .tx .en {
  font-weight: bold;
  font-size: 94px;
  color: #eaeaea;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -55px;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0.5;
}
.ny-Core .list .item .right .img {
  width: 100%;
  margin-top: 25px;
}
.ny-Core .list .item .right .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.com-class {
  height: 85px;
  border-bottom: 1px solid #e4e4e4;
}
.com-class ul {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
}
.com-class ul li {
  width: 25%;
}
.com-class ul li.on {
  background: url('../images/back_03.png') no-repeat center / cover;
  height: 124px;
  margin-top: -30px;
  z-index: 1000;
  position: relative;
}
.com-class ul li.on::after {
  content: '';
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #003677;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  transform: rotate(90deg);
}
.com-class ul li.on a {
  color: #fff;
}
.com-class ul li.on a p:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
}
.com-class ul li.on a p:nth-child(2) {
  display: block;
  margin-top: 5px;
}
.com-class ul li a {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.com-class ul li a p:nth-child(1) {
  color: #333333;
}
.com-class ul li a p:nth-child(2) {
  font-size: 14px;
  color: #738aa5;
  display: none;
}
.ny-Party {
  margin-bottom: 80px;
}
.ny-Party h1 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  text-align: center;
}
.ny-Party .clumn2 {
  margin-top: 100px;
}
.ny-Party .clumn2 .list .item {
  position: relative;
  padding: 0 50px;
  padding-left: 48px;
  border: 1px solid #d9d9d9;
  margin-top: 30px;
}
.ny-Party .clumn2 .list .item:nth-child(2n) {
  border: none;
  background: #f8f8f8;
}
.ny-Party .clumn2 .list .item::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #d82528;
  border-radius: 50%;
  top: 25px;
  position: absolute;
  left: -8px;
}
.ny-Party .clumn2 .list .item .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 36px;
  font-size: 18px;
  padding: 15px 0;
}
.ny-Party .clumn2 .list .item .tit.on .iconfont {
  color: #003677;
  transform: rotateX(180deg);
}
.ny-Party .clumn2 .list .item .tit .tx {
  width: 96%;
}
.ny-Party .clumn2 .list .item .tit .iconfont {
  color: #c7c7c7;
}
.ny-Party .clumn2 .list .item .swiper {
  height: 0;
  opacity: 0;
  transition: all 0.3s;
}
.ny-Party .clumn2 .list .item .swiper .prev,
.ny-Party .clumn2 .list .item .swiper .next {
  font-size: 30px;
  color: #a9a9a9;
  position: absolute;
  bottom: 120px;
}
.ny-Party .clumn2 .list .item .swiper .prev {
  left: 10px;
  transform: rotate(180deg);
  transform-origin: center;
}
.ny-Party .clumn2 .list .item .swiper .next {
  right: 10px;
}
.ny-Party .clumn2 .list .item .swiper .timeSwiper {
  overflow: hidden;
}
.ny-Party .clumn2 .list .item .swiper ul {
  margin-top: 15px;
  padding-bottom: 20px;
}
.ny-Party .clumn2 .list .item .swiper ul li img {
  width: 100%;
  height: 239px;
  object-fit: cover;
}
.ny-Party .clumn1 {
  margin-top: 80px;
}
.ny-Party .clumn1 .cont {
  margin-top: 45px;
  text-align: center;
}
.ny-business {
  margin-bottom: 80px;
}
.ny-business .wrap .list {
  margin-top: 80px;
}
.ny-business .wrap .list .item {
  display: flex;
  align-items: center;
  margin-top: 40px;
  height: 400px;
}
.ny-business .wrap .list .item .left {
  width: 40%;
  height: 100%;
  padding: 0 3.1vw;
  background: #f5f5f5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-business .wrap .list .item .left a p:nth-child(1) {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.ny-business .wrap .list .item .left a p:nth-child(1) img {
  width: 31px;
  height: 31px;
  margin-right: 20px;
}
.ny-business .wrap .list .item .left a p:nth-child(2) {
  font-size: 17px;
  color: #333333;
  line-height: 29px;
  margin-top: 31px;
}
.ny-business .wrap .list .item .left a p:nth-child(3) {
  display: flex;
  align-items: center;
}
.ny-business .wrap .list .item .left a p:nth-child(3) span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background: #c5c5c5;
  margin-top: 30px;
}
.ny-business .wrap .list .item .right {
  width: 60%;
  height: 100%;
}
.ny-business .wrap .list .item .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner .bd {
  height: 100vh;
}
.banner .bd li {
  position: relative;
  height: 100%;
  width: 100%;
}
.banner .bd li img {
  min-width: 100%;
  display: block;
  height: 100vh;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner .b-prev,
.banner .b-next {
  position: absolute;
  left: 35px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1000000;
}
.banner .b-prev span,
.banner .b-next span {
  color: #fff;
  font-size: 30px;
}
.banner .b-next {
  right: 35px;
  left: auto;
}
.banner .b-prev {
  transform: rotateY(180deg) translateY(-50%);
  transform-origin: center 0;
}
.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: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd li.on {
  background: #f3670a;
}
.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;
}
.ny-banner {
  width: 100%;
}
.ny-banner img {
  width: 100%;
  height: auto;
}
.video {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100000;
}
.video .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 10;
}
.video #video {
  width: 70% !important;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}
.video .vclose {
  position: absolute;
  right: calc(15% - 25px);
  top: 10%;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10000;
  width: 40px;
  height: auto;
}
.key {
  height: 85px;
  background: #f3f3f3;
  position: relative;
}
.key .kuai {
  content: '';
  width: 52%;
  height: 102px;
  background: #0b81ef;
  position: absolute;
  left: 0;
  z-index: 0;
  top: -18px;
}
.key .kuai img {
  position: absolute;
  right: -50px;
  top: 0;
}
.key .wrap {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.key .key-word {
  font-size: 14px;
  color: #fff;
  height: 100%;
  width: 60%;
  line-height: 67px;
}
.key .key-word .t {
  font-size: 16px;
  font-weight: bold;
}
.key .key-word a {
  color: #fff;
}
.key .key-word span {
  color: #fff;
  position: relative;
  z-index: 10;
}
.key .search {
  width: 312px;
  height: 47px;
  background: #fff;
  border-radius: 24px;
  position: relative;
}
.key .search input {
  width: 80%;
  height: 99%;
  border: none;
  background: #fff;
  outline: none;
  margin-left: 20px;
}
.key .search .iconfont {
  font-size: 20px;
  color: #e52128;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 12px;
}
.common-left {
  width: 237px;
  background: #f5f5f5;
  float: left;
  box-sizing: border-box;
}
.common-left .title {
  background: #0b81ef url('../images/pro_03.png') center / cover;
  height: 79px;
  line-height: 79px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.common-left .title::after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: -14px;
  right: -3px;
  transform: rotate(314deg);
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 68px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  margin-top: 1px;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a .overflow1 {
  width: 175px;
  display: inline-block;
}
.common-left .nav-list > ul .li a .iconfont {
  font-size: 14px;
  position: absolute;
  right: 26px;
  top: 0;
  z-index: 10000;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active {
  height: auto;
}
.common-left .nav-list > ul .li.active .icon-jianhao {
  display: block !important;
  font-size: 14px;
}
.common-left .nav-list > ul .li.active .icon-a-jiahao6 {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #0b81ef;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #0b81ef;
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #fff;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
}
.common-left .nav-list > ul .li .sub li {
  line-height: 40px;
  position: relative;
  background: #f8f8f8;
  padding-left: 10px;
}
.common-left .nav-list > ul .li .sub li span {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 22px;
}
.common-left .nav-list > ul .li .sub li a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  width: 175px;
}
.common-left .nav-list > ul .li .sub li .iconfont {
  font-weight: 700;
  font-size: 16px;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #0b81ef;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #0b81ef;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #0b81ef;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #0b81ef;
}
.common-right {
  width: 925px;
  background: #ffffff;
  margin-left: 35px;
  float: left;
}
.common-right .common-title {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #e4e7ea;
  font-size: 14px;
  color: #666666;
}
.common-right .common-title .iconfont {
  font-size: 20px;
  color: #cecece;
  margin-right: 10px;
}
.common-right .common-title a {
  color: #666666;
}
.ny-product2 {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-product2 .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product2 .lists ul li {
  margin-right: 26px;
  margin-top: 30px;
  width: calc(33% - 16px);
}
.ny-product2 .lists ul li:hover .img-wrap {
  background: #0b81ef;
  overflow: hidden;
}
.ny-product2 .lists ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product2 .lists ul li:hover .text > div:nth-child(1) {
  color: #0b81ef;
}
.ny-product2 .lists ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product2 .lists ul li .img-wrap {
  width: 100%;
  height: 226px;
  border: 1px solid #e5e5e5;
  padding: 11px 11px;
  box-sizing: border-box;
}
.ny-product2 .lists ul li .img-wrap .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ny-product2 .lists ul li .img-wrap .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ny-product2 .lists ul li .text {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  padding: 0 10px;
}
.ny-product2 .lists ul li .text > div:nth-child(1) {
  font-size: 15px;
  color: #333333;
  width: 75%;
}
.ny-product2 .lists ul li .text > div:nth-child(2) {
  font-size: 12px;
  color: #999999;
}
.ny-new {
  margin-top: 84px;
  margin-bottom: 98px;
}
.ny-new .wrap .recommand {
  width: 100%;
}
.ny-new .wrap .recommand a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ny-new .wrap .recommand a .left {
  width: 37.5%;
}
.ny-new .wrap .recommand a .left img {
  width: 100%;
  height: 350px;
}
.ny-new .wrap .recommand a .right {
  width: calc(62.5% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-new .wrap .recommand a .right p:nth-child(1) {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 32px;
}
.ny-new .wrap .recommand a .right p:nth-child(1) img {
  margin-right: 20px;
}
.ny-new .wrap .recommand a .right p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin-top: 30px;
}
.ny-new .wrap .recommand a .right p:nth-child(3) {
  display: flex;
  align-items: center;
  color: #003677;
  position: relative;
  padding-left: 9px;
  margin-top: 50px;
  font-size: 18px;
}
.ny-new .wrap .recommand a .right p:nth-child(3)::after {
  content: '';
  height: 6px;
  width: 88px;
  background: #e5f1ff;
  position: absolute;
  left: 0;
  bottom: 8px;
  display: block;
  z-index: -1;
}
.ny-new .wrap .recommand a .right p:nth-child(3) span {
  color: #c7c7c7;
  font-size: 30px;
  margin-left: 10px;
}
.ny-new .wrap .list {
  margin-top: 20px;
}
.ny-new .wrap .list ul li {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  margin-top: 30px;
}
.ny-new .wrap .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .wrap .list ul li:hover .tits {
  color: #003677 !important;
}
.ny-new .wrap .list ul li a {
  display: flex;
  justify-content: space-between;
}
.ny-new .wrap .list ul li a .left {
  width: 70%;
}
.ny-new .wrap .list ul li a .left .l {
  display: flex;
}
.ny-new .wrap .list ul li a .left .l .time {
  width: 90px;
  height: 80px;
  background: url('../images/time.png') no-repeat;
  position: relative;
  top: -30px;
}
.ny-new .wrap .list ul li a .left .l .time span {
  font-weight: bold;
  font-size: 22px;
  color: #9c9c9c;
  line-height: 36px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  top: 34px;
}
.ny-new .wrap .list ul li a .left .l .title {
  display: flex;
  align-items: center;
  margin-left: 40px;
  width: calc(100% - 130px);
  margin-top: -5px;
}
.ny-new .wrap .list ul li a .left .l .title .q {
  width: 8px;
  height: 8px;
  background: #0b81ef;
  border-radius: 50%;
  display: block;
  margin-right: 17px;
}
.ny-new .wrap .list ul li a .left .l .title .tits {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 32px;
  width: calc(100% - 25px);
}
.ny-new .wrap .list ul li a .left .dec {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin-top: 15px;
}
.ny-new .wrap .list ul li a .right {
  width: 279px;
  height: 163px;
  overflow: hidden;
}
.ny-new .wrap .list ul li a .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact {
  width: 100%;
  height: 800px;
  position: relative;
}
.ny-contact .map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.ny-contact .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact .wrap {
  position: relative;
  height: 100%;
}
.ny-contact .wrap .left,
.ny-contact .wrap .right {
  width: 535px;
  height: 296px;
  border-radius: 10px;
  background: url('../images/b2.png') no-repeat;
  padding: 0 80px;
  box-sizing: border-box;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 110px;
}
.ny-contact .wrap .left .tit,
.ny-contact .wrap .right .tit {
  font-weight: bold;
  font-size: 22px;
  line-height: 48px;
  margin-bottom: 20px;
  padding-top: 50px;
}
.ny-contact .wrap .left p,
.ny-contact .wrap .right p {
  font-size: 18px;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.ny-contact .wrap .left p .iconfont,
.ny-contact .wrap .right p .iconfont {
  margin-right: 20px;
  font-size: 26px;
}
.ny-contact .wrap .right {
  background: url('../images/b1.png') no-repeat;
  color: #333333;
  bottom: 120px;
  right: 0;
  left: auto;
  top: auto;
}
.ny-contact .wrap .right .iconfont {
  color: #0b81ef;
}
.ny-develop {
  height: 832px;
  position: relative;
}
.ny-develop .wrap {
  padding: 0 50px;
  box-sizing: border-box;
}
.ny-develop .wrap .prev,
.ny-develop .wrap .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.ny-develop .wrap .prev {
  left: 0;
  transform: rotateY(180deg) translateY(-50%);
}
.ny-develop .wrap .next {
  right: 0;
}
.ny-develop .wrap.swipers {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.ny-develop .wrap.swipers::after {
  width: 2000px;
  content: '';
  display: block;
  height: 1px;
  background: #003677;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny-develop .wrap .h-swiper {
  overflow: hidden;
  height: 108px;
}
.ny-develop .wrap .swiper-slide {
  position: relative;
}
.ny-develop .wrap .swiper-slide:nth-child(2n) .time {
  color: #003677;
  top: 80px;
}
.ny-develop .wrap .swiper-slide:nth-child(2n) .dian {
  background: #003677;
}
.ny-develop .wrap .swiper-slide .time {
  font-weight: bold;
  font-size: 20px;
  height: 35px;
  color: #0b81ef;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.ny-develop .wrap .swiper-slide .dian {
  width: 13px;
  height: 13px;
  background: #0b81ef;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ny-develop .wrap.cont-wrap {
  padding: 0;
}
.ny-develop .wrap .cont-list {
  width: 100%;
  height: 960px;
  overflow: hidden;
}
.ny-develop .wrap .cont-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 960px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: space-between;
}
.ny-develop .wrap .cont-list ul li {
  width: calc(50% - 60px);
  height: 40%;
  padding: 75px 0 72px;
  box-sizing: border-box;
  display: flex;
}
.ny-develop .wrap .cont-list ul li:nth-child(2n) {
  /* padding: 83px 0 0; */
}
.ny-develop .wrap .cont-list ul li .left {
  width: 50%;
}
.ny-develop .wrap .cont-list ul li .left .t {
  font-weight: bold;
  font-size: 38px;
  color: #0b81ef;
  line-height: 36px;
}
.ny-develop .wrap .cont-list ul li .left .tx {
  color: #333;
  line-height: 32px;
  margin-top: 26px;
  font-size: 18px;
}
.ny-develop .wrap .cont-list ul li .left .tx span {
  color: #003677;
  font-weight: 700;
  font-weight: bold;
  font-size: 22px;
}
.ny-develop .wrap .cont-list ul li .right {
  width: calc(50% - 35px);
  height: 229px;
  margin-left: 35px;
}
.ny-develop .wrap .cont-list ul li .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-page {
  margin-bottom: 80px;
  margin-top: 80px;
}
.ny-page .content {
  margin-top: 30px;
}
.Party-fix {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.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;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-search {
  margin-top: 80px;
}
.ny-search .list > ul {
  margin-top: 40px;
}
.ny-search .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-search .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-search .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-search .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-search .list > ul li:hover + li {
  border-top: none;
}
.ny-search .list > ul li:hover .btn {
  background: #0b81ef;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #0b81ef !important;
}
.ny-search .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-search .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-search .list > ul li a {
  display: flex;
}
.ny-search .list > ul li .text {
  margin-left: 16px;
  width: 82%;
}
.ny-search .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-search .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-search .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-search .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.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: #0b81ef;
}
.index-clinm2 {
  padding: 70px 0;
}
.index-clinm2 .wrap {
  display: flex;
  justify-content: space-between;
}
.index-clinm2 .wrap .left {
  padding: 2.6vw 3.1vw;
  background: #f7f7f7;
  width: 55.55%;
  box-sizing: border-box;
}
.index-clinm2 .wrap .left .tit {
  display: flex;
  justify-content: space-between;
}
.index-clinm2 .wrap .left .tit .l p:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.index-clinm2 .wrap .left .tit .l p:nth-child(1) .iconfont {
  color: #0b81ef;
  font-size: 20px;
}
.index-clinm2 .wrap .left .tit .l p:nth-child(2) {
  font-size: 12px;
  color: #bdbdbd;
  line-height: 32px;
}
.index-clinm2 .wrap .left .tit .r {
  font-size: 16px;
  color: #666666;
}
.index-clinm2 .wrap .left .tit .r:hover a {
  color: #0b81ef;
}
.index-clinm2 .wrap .left .swiper .bd li a {
  display: flex;
  width: 100%;
}
.index-clinm2 .wrap .left .swiper .bd li a .b-left {
  width: 43%;
  box-sizing: border-box;
}
.index-clinm2 .wrap .left .swiper .bd li a .b-left p:nth-child(1) {
  font-weight: bold;
  font-size: 40px;
  color: #e2e2e2;
  margin-top: 30px;
}
.index-clinm2 .wrap .left .swiper .bd li a .b-left p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 35px;
}
.index-clinm2 .wrap .left .swiper .bd li a .b-left p:nth-child(3) {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  margin-top: 30px;
}
.index-clinm2 .wrap .left .swiper .bd li a .n-right {
  width: 53.4%;
  margin-left: 40px;
}
.index-clinm2 .wrap .left .swiper .bd li a .n-right img {
  width: 100%;
  height: 305px;
  object-fit: cover;
}
.index-clinm2 .wrap .left .swiper .hd {
  margin-top: -15px;
}
.index-clinm2 .wrap .left .swiper .hd ul {
  display: flex;
}
.index-clinm2 .wrap .left .swiper .hd ul li {
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  border-radius: 50%;
  margin-right: 8px;
}
.index-clinm2 .wrap .left .swiper .hd ul li.on {
  background: #0b81ef;
}
.index-clinm2 .wrap .right {
  width: calc(45% - 60px);
  position: relative;
}
.index-clinm2 .wrap .right .back-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -2;
  object-fit: fill;
  position: absolute;
}
.index-clinm2 .wrap .right .tit {
  text-align: center;
  margin-top: 50px;
}
.index-clinm2 .wrap .right .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.index-clinm2 .wrap .right .tit p:nth-child(2) {
  font-size: 12px;
  color: #bdbdbd;
  line-height: 32px;
}
.index-clinm2 .wrap .right .list {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-top: 20px;
  text-align: center;
}
.index-clinm2 .wrap .right .list p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-clinm2 .wrap .right .list .iconfont {
  color: #bfbfbf;
  font-size: 24px;
  margin-right: 10px;
}
.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: #0b81ef !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.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #0b81ef;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
.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: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .index-clinm1 .list ul li {
    height: 245px;
  }
  .ny-develop .wrap .cont-list ul li {
    width: calc(50% - 60px);
    height: 38%;
    padding: 59px 0 61px;
  }
  .ny-Core .list .item .left .company-name p {
    font-size: 22px;
  }
  .ny-Core .list .item .left .desc {
    line-height: 28px;
    margin-top: 22px;
    font-size: 16px;
  }
  .ny-Core .list .item .left .company-name {
    margin-top: 33px;
    line-height: 50px;
  }
  .ny-business .wrap .list .item .left,
  .ny-business .wrap .list .item .right {
    width: 50%;
  }
  .ny-business .wrap .list .item {
    height: 350px;
  }
  .ny-business .wrap .list .item .left a p:nth-child(2) {
    margin-top: 30px;
  }
  .ny-business .wrap .list .item .left a p:nth-child(3) span {
    margin-top: 30px;
  }
  .head-top .top-content .navBar li {
    margin: 0 10px;
  }
  .ny-develop {
    width: 100%;
    overflow: hidden;
  }
  .ny-develop .wrap .cont-list ul li .left .tx {
    color: #333;
    line-height: 27px;
    margin-top: 26px;
    font-size: 14px;
  }
  .ny-develop .wrap .cont-list ul li .left .t {
    font-weight: bold;
    font-size: 37px;
    color: #0b81ef;
    line-height: 26px;
  }
  .ny-develop .wrap .cont-list ul li .right {
    width: calc(50% - 35px);
    height: 180px;
    margin-left: 35px;
  }
  .Party-fix img {
    width: 80%;
  }
  .footer .mid ul li {
    margin: 0 25px;
  }
  .footer .right {
    width: 32.8%;
  }
  .ny-business .wrap .list .item {
    height: 380px;
  }
  .ny-business .wrap .list .item .left a p:nth-child(2) {
    font-size: 17px;
    color: #333333;
    line-height: 25px;
    margin-top: 207x;
  }
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
