* {
  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;
}
.head-top {
  height: 92px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100000000;
  position: fixed;
  top: 0;
  width: 100%;
}
.head-top .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-top .logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  padding-right: 26px;
}
.navBar {
  display: flex;
  align-items: center;
  height: 92px;
}
.navBar li {
  height: 92px;
  position: relative;
  margin: 0 8px;
}
.navBar li.on .tit {
  background: #06529c;
  color: #fff;
  font-weight: 700;
}
.navBar li:hover .tit {
  background: #06529c;
  color: #fff;
  font-weight: 700;
}
.navBar li:hover .sub {
  display: block;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  width: 94px;
  font-size: 16px;
  height: 92px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar .sub {
  position: absolute;
  top: 92px;
  left: -18px;
  width: 130px;
  background: #fff;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
}
.navBar .sub a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
}
.navBar .sub a:hover {
  background: #06529c;
  color: #fff;
}
.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: 24px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #06529c;
}
.banner .hd li.on {
  width: 11px;
  height: 11px;
  background: #fff;
  border: none;
}
.index-clumn1 {
  padding-top: 64px;
  padding-bottom: 80px;
  background: #f7fbfe url('../images/about_03.jpg') no-repeat center / cover;
}
.index-clumn1 .wrap {
  display: flex;
  justify-content: space-between;
}
.index-clumn1 .com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 34px;
  color: #333333;
}
.index-clumn1 .com-tit p:nth-child(1) span:nth-child(2) {
  color: #06529c;
}
.index-clumn1 .com-tit p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  line-height: 29px;
  margin-top: 25px;
}
.index-clumn1 .qunality {
  width: 472px;
  padding-right: 45px;
  border-right: 1px solid #ebebeb;
}
.index-clumn1 .qunality .content {
  width: 100%;
}
.index-clumn1 .qunality .content p:nth-child(1) {
  margin-top: 28px;
}
.index-clumn1 .qunality .content p:nth-child(1) img {
  width: 100%;
  height: 249px;
  object-fit: cover;
}
.index-clumn1 .qunality .content p.more {
  width: 151px;
  height: 47px;
  background: #f9fafc;
  border-radius: 24px;
  border: 1px solid #cacbce;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.index-clumn1 .qunality .content p.more:hover {
  background: #06529c;
  color: #fff;
}
.index-clumn1 .qunality .content p.more:hover a {
  color: #fff;
}
.index-clumn1 .qunality .content p.more:hover .iconfont {
  color: #fff;
}
.index-clumn1 .qunality .content p.more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.index-clumn1 .qunality .content p.more .iconfont {
  margin-left: 20px;
  color: #333;
  font-size: 24px;
}
.index-clumn1 .index-new {
  padding-left: 46px;
  width: 635px;
}
.index-clumn1 .index-new .new-list ul li {
  margin-top: 34px;
}
.index-clumn1 .index-new .new-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-clumn1 .index-new .new-list ul li:hover .text p:nth-child(1) {
  color: #06529c;
  font-weight: 700;
}
.index-clumn1 .index-new .new-list ul li a {
  display: flex;
}
.index-clumn1 .index-new .new-list ul li a .img-wrap {
  width: 212px;
  height: 135px;
  overflow: hidden;
}
.index-clumn1 .index-new .new-list ul li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-clumn1 .index-new .new-list ul li a .text {
  margin-left: 20px;
  width: 400px;
}
.index-clumn1 .index-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 29px;
}
.index-clumn1 .index-new .new-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 29px;
  margin-top: 10px;
}
.index-clumn1 .index-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 29px;
  margin-top: 10px;
}
.com-tit2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-tit2 .left {
  display: flex;
  align-items: flex-end;
}
.com-tit2 .left > div:nth-child(1) {
  display: flex;
  font-weight: bold;
  font-size: 34px;
}
.com-tit2 .left > div:nth-child(1) span:nth-child(1) {
  color: #333333;
}
.com-tit2 .left > div:nth-child(1) span:nth-child(2) {
  color: #06529c;
}
.com-tit2 .left > div:nth-child(2) {
  margin-left: 15px;
}
.com-tit2 .more {
  font-weight: 300;
  font-size: 24px;
  color: #333333;
}
.com-tit2 .more:hover a {
  color: #06529c;
}
.product {
  margin-top: 65px;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 380px;
  height: 485px;
  overflow: hidden;
  margin-right: 28px;
  margin-top: 45px;
  position: relative;
}
.product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .btn {
  display: block !important;
  transform: all 0.3s;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li:hover .mask {
  transform: scale(1);
  transition: all 0.3s;
}
.product .list ul li .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 30px;
  box-sizing: border-box;
  z-index: 1000;
}
.product .list ul li .mask .btm {
  position: absolute;
  bottom: 23px;
}
.product .list ul li .mask .tit {
  font-size: 20px;
  color: #ffffff;
}
.product .list ul li .mask .btn {
  width: 158px;
  height: 43px;
  background: #1c58de;
  border-radius: 26px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 28px;
  box-sizing: border-box;
  line-height: 43px;
  margin-top: 25px;
  display: none;
}
.product .list ul li .mask .btn span {
  margin-left: 10px;
  letter-spacing: 1px;
}
.product .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.product .list ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.product .list ul li a .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about {
  height: 611px;
  margin-top: 64px;
  padding-top: 90px;
  box-sizing: border-box;
  background: #f7fbfe;
}
.about .wrap {
  display: flex;
  justify-content: space-between;
}
.about .wrap .lefts {
  width: 670px;
}
.about .wrap .lefts .content p:nth-child(1) {
  font-size: 20px;
  color: #999999;
  margin-top: 20px;
}
.about .wrap .lefts .content p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 41px;
  margin-top: 15px;
  text-align: justify;
}
.about .wrap .lefts .more {
  width: 151px;
  height: 47px;
  background: #06529c;
  border-radius: 24px;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}
.about .wrap .lefts .more .iconfont {
  color: #ffffff;
  font-size: 20px;
  margin-left: 20px;
}
.about .wrap .lefts .more a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.about .wrap .right {
  position: relative;
  height: 434px;
}
.about .wrap .right .b-circle {
  width: 434px;
  height: 434px;
  margin-left: 19px;
  border-radius: 50%;
  border: 1px solid #dde4ea;
  position: relative;
}
.about .wrap .right .b-circle img {
  width: 403px;
  height: 403px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .wrap .right .s-circle {
  width: 116px;
  height: 116px;
  background: #1667e01c;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}
.about .wrap .right .s-circle .inner-c {
  width: 98px;
  height: 98px;
  background: #06529c;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about .wrap .right .s-circle .inner-c p:nth-child(1) {
  color: #fff;
  font-size: 30px;
}
.about .wrap .right .s-circle .inner-c p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}
.case {
  margin-top: 64px;
  margin-bottom: 80px;
}
.case .list ul {
  display: flex;
  flex-wrap: wrap;
}
.case .list ul li {
  margin-right: 45px;
  margin-top: 40px;
}
.case .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .list ul li:hover .text {
  font-weight: 700;
  color: #06529c;
}
.case .list ul li:nth-child(3n) {
  margin-right: 0;
}
.case .list .img {
  width: 370px;
  height: 268px;
  overflow: hidden;
}
.case .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .text {
  height: 64px;
  line-height: 64px;
  background: #ffffff;
  box-shadow: 0px 7px 18px 0px rgba(223, 220, 220, 0.36);
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 20px;
}
.c-footer {
  padding-bottom: 45px;
  background: #1a1a1a;
  box-sizing: border-box;
}
.c-footer .link {
  border-bottom: 1px solid #5a5a5a27;
}
.c-footer .f-nav {
  color: #fff;
  height: 80px;
  line-height: 80px;
}
.c-footer .f-nav a {
  font-size: 16px;
  color: #f4f4f4;
  padding: 0 40px;
}
.c-footer .f-nav a:hover {
  font-weight: 700;
}
.c-footer .f-nav a:nth-child(1) {
  padding-left: 0;
}
.c-footer .left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-footer .left .contact {
  margin-top: 55px;
}
.c-footer .left .contact h3 {
  font-size: 18px;
  color: #ffffff;
}
.c-footer .left .contact .text {
  font-size: 14px;
  color: #e8e8e9;
  line-height: 36px;
  margin-top: 10px;
}
.c-footer .right {
  text-align: center;
  margin-top: 40px;
}
.c-footer .right img {
  width: 128px;
  height: 128px;
}
.c-footer .right p {
  font-size: 16px;
  color: #aaa;
  margin-top: 5px;
}
.c-footer .w-content {
  display: flex;
  justify-content: space-between;
}
.copy-right {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  height: 63px;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-right img {
  margin: 0 5px;
  margin-left: 8px;
}
.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;
}
.ny-product {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: calc(33% - 11px);
  margin-top: 32px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(227, 227, 227, 0.5);
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li:hover {
  background: #06529c;
}
.ny-product .list ul li:hover .img-wrap {
  border: none;
}
.ny-product .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-product .list ul li:hover .text {
  color: #fff !important;
}
.ny-product .list ul li:hover .text span:nth-child(2) {
  background: #fff !important;
  color: #1346ba !important;
}
.ny-product .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding: 11px;
  padding-bottom: 0;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 76%;
}
.ny-product .list ul li .text {
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #333333;
  padding: 0 1.35vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-product .list ul li .text span:nth-child(1) {
  display: block;
  width: 85%;
}
.ny-product .list ul li .text span:nth-child(2) {
  font-size: 20px;
  color: #867a7a;
  width: 29px;
  height: 29px;
  background: #e6e6e6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-new .new-list ul li {
  margin-top: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.47);
}
.ny-new .new-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
  color: #06529c;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #06529c;
  color: #fff;
  border: none;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 27.2%;
  overflow: hidden;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
}
.ny-new .new-list ul li a .img-wrap .img::before {
  content: '';
  padding-bottom: 77%;
  display: block;
}
.ny-new .new-list ul li a .text {
  width: calc(72.8% - 43px);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(4) {
  width: 146px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #666666;
}
.common-right {
  float: left;
  width: calc(100% - 252px);
  margin-left: 35px;
}
.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: 0px;
}
.common-right .common-title a {
  color: #666666;
}
.common-left {
  width: 217px;
  float: left;
  box-sizing: border-box;
}
.common-left .title {
  background: #06529c 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: 22px;
  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: #06529c;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #06529c;
  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: #06529c;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #06529c;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #06529c;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #06529c;
}
.ny-news {
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-news .common-right .list > ul {
  margin-top: 40px;
}
.ny-news .common-right .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-news .common-right .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-news .common-right .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .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-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #06529c;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #06529c !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .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-news .common-right .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-contact {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-contact .tops {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .tops .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .tops .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .tops .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .tops .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #06529c;
  margin-bottom: 10px;
}
.ny-contact .tops .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .tops .content .erwer > div {
  text-align: center;
}
.ny-contact .tops .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .tops .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .c-content {
  margin-top: 45px;
}
.ny-contact .message {
  margin-top: 40px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: 444px;
}
.ny-contact .message .input > div input {
  width: 444px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1),
.ny-contact .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #06529c;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-page {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-page .content {
  margin-top: 30px;
}
.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: #06529c;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #06529c !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: #06529c;
}
.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: #06529c !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: #06529c;
  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: '微软雅黑';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
