* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  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;
  min-width: 1200px;
  width: 75%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.head-top {
  height: 100px;
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
.head-top .t-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.head-top .nav-wrap {
  padding-left: 10px;
  width: 900px;
}
.head-top .nav-wrap > ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100px;
  line-height: 100px;
}
.head-top .nav-wrap ul > li {
  padding: 0 35px;
  text-align: center;
}
.head-top .nav-wrap ul > li.is-sub-two .icon1 {
  transform: rotate(90deg);
}
.head-top .nav-wrap u > li:nth-child(1) {
  padding-left: 0;
}
.head-top .nav-wrap ul > li:nth-last-child(1) {
  padding-right: 0;
}
.head-top .nav-wrap ul li.on > a,
.head-top .nav-wrap ul li:hover > a {
  color: #0066c3;
  font-weight: 700;
}

.head-top .nav-wrap ul li > a {
  color: #333;
  font-size: 18px;
}
.head-top .nav-wrap ul li:hover .sub {
  display: block;
}
/* .head-top .nav-wrap ul li .sub {
  position: absolute;
  top: 99px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  background: #ffffff;
  box-shadow: 16px 16px 46px 0px rgba(240, 240, 240, 0.64);
  text-align: center;
  z-index: 10;
  display: none;
  border-top: 2px solid #0066c3;
}
.head-top .nav-wrap ul li .sub a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #666666;
  font-size: 16px;
  border-bottom: 1px solid #f3f5f8;
}
.head-top .nav-wrap ul li .sub a:hover {
  background: #0066c3;
  color: #fff;
} */
.head-top .login {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.head-top .login:hover .edit-password {
  display: flex;
}
.head-top .login .user-login {
  display: flex;
  font-size: 16px;
  color: #333333;
  align-items: flex-end;
}
.head-top .login .user {
  color: #e5ad58;
  font-size: 25px;
  margin-right: 5px;
}
.head-top .login .edit-password {
  width: 156px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 9px 59px 0px rgba(170, 172, 173, 0.27);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 0 15px;
  box-sizing: border-box;
  left: -15px;
  top: 70px;
  cursor: pointer;
  display: none;
}
.head-top .login .edit-password:hover {
  color: #0066c3;
}
.head-top .login .edit-password .iconfont {
  color: #b6b6b6;
  transform: rotate(180deg);
}

.navBar .sub {
  position: absolute;
  top: 86px;
  width: 100%;
  left: 0;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: flex;
  background: #fff;
  padding-bottom: 35px;
  display: none;
  box-shadow: rgba(0, 0, 3, 0.064) 0px 17px 24px;
}
.navBar .sub .icon2 {
  display: none;
}
.navBar .sub .icon1 {
  display: block;
}
.navBar .sub .active .text-ellipsis {
  font-weight: 700;
}
.navBar .sub .active .icon2 {
  display: block;
}
.navBar .sub .icon2 {
  transform: rotate(90deg);
  display: block;
}

.navBar .sub .active .icon1 {
  display: none;
}
.navBar .sub .sub-three a {
  height: 34px;
  line-height: 47px;
  width: 269px;
}
.head-top .nav-wrap ul li.is-sub-two + li {
  margin-top: -15px;
}
.navBar .sub .img {
  border-right: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-right: 70px;
  box-sizing: border-box;
}
.navBar .sub .img img {
  width: 452px;
  height: 254px;
}
.navBar .sub .sub-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 290px;
  margin-top: 15px;
}
.navBar .sub .sub-three {
  border: none;
  height: 30px;
  line-height: 30px;
}
.navBar .sub .sub-three:nth-of-type(1) {
  margin-top: -10px;
}
.navBar .sub .sub-three a {
  border: none;
}
.navBar .sub .sub-three a:hover {
  border: none;
  color: #0066c3;
}
.navBar .sub a {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #e8e8e8;
  width: 226px;
  justify-content: space-between;
  margin-left: 70px;
  font-size: 14px !important;
}
.navBar .sub a:hover {
  font-weight: 700;
  color: #282828;
}
.navBar .is-sub-two {
  border-bottom: none;
}
.navBar .is-sub-two a {
  border-bottom: none;
}
.navBar .sub a:hover {
  border-bottom: 3px solid #0066c3;
}
.navBar .is-sub-two a:hover {
  border-bottom: none;
}
.navBar .is-sub-two:hover .is-sub-three {
  border-bottom: 3px solid #c70006;
}

.banner {
  position: relative;
  margin-top: 100px;
  /*首页轮播图*/
}
.banner .wrap {
  position: absolute;
  bottom: 30px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}
.banner .wrap .btn-list {
  display: flex;
  align-items: center;
}
.banner .wrap .btn-list .prev,
.banner .wrap .btn-list .next {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
}
.banner .wrap .btn-list .prev.iconfont,
.banner .wrap .btn-list .next.iconfont {
  display: flex;
  color: #0066c3;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.banner .wrap .btn-list .prev.prev,
.banner .wrap .btn-list .next.prev {
  transform: rotate(180deg);
}
.banner .wrap .btn-list .prev:hover,
.banner .wrap .btn-list .next:hover {
  background: #0066c3;
  color: #fff;
}
.banner .wrap .btn-list .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 35px;
}
.banner .wrap .btn-list .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 4px;
  opacity: 1;
}
.banner .wrap .btn-list .swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
}
.banner .cus-arrow {
  color: #fff;
  font-size: 35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 100;
  animation: yunMove2 1s infinite;
}
@keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
.banner .c-banner1 {
  background: #fff;
  position: relative;
}
.banner .c-banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .c-banner1 .swiper-slide > img {
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
  -webkit-transition: all 7s;
  transition: all 7s;
}
.banner .c-banner1 .swiper-slide .c-bg2 {
  display: none;
}
.banner .c-banner1 .swiper-slide-active > img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.banner .c-banner1 .swiper-slide .c-container.w1200 {
  position: absolute;
  left: 50%;
  bottom: 30vh;
  transform: translateX(-50%);
}
.banner .c-banner1 .swiper-slide .c-container img {
  display: none;
}
.banner .c-banner1 .swiper-slide-active .c-container img {
  display: block;
}
.banner .c-banner1 .swiper-slide-active .c-container img.text2 {
  margin-top: 100px;
}
.ny-banner {
  height: 470px;
  margin-top: 100px;
}
.ny-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ny-crumb {
  background: #f5f5f5;
}
.ny-crumb .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-crumb .wrap .nav {
  width: 900px;
  overflow: hidden;
}
.ny-crumb .wrap .nav ul {
  display: flex;
}
.ny-crumb .wrap .nav ul li {
  margin-right: 33px;
  height: 66px;
  line-height: 66px;
  width: auto !important;
}
.ny-crumb .wrap .nav ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-crumb .wrap .nav ul li.on {
  border-bottom: 2px solid #0066c3;
}
.ny-crumb .wrap .nav ul li.on a {
  color: #0066c3;
  font-weight: 700;
}
.ny-crumb .wrap .nav ul li:hover a {
  color: #0066c3;
  font-weight: 700;
}
.ny-crumb .wrap .nav ul li a {
  font-size: 16px;
  color: #333333;
}
.ny-crumb .wrap .right {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555555;
}
.ny-crumb .wrap .right .iconfont {
  color: #0066c3;
  position: relative;
  top: 1px;
}
.ny-com-tit {
  text-align: center;
}
.ny-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 40px;
  color: #0066c3;
}
.ny-com-tit p:nth-child(2) {
  width: 24px;
  height: 2px;
  background: #0066c3;
  margin: 0 auto;
  margin-top: 40px;
}
.ny-pro .c-list {
  padding: 0 30px;
}
.ny-pro .c-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-pro .c-list ul li {
  width: calc(33% - 8px);
  margin-right: 16px;
  margin-top: 30px;
}
.ny-pro .c-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-pro .c-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-pro .c-list ul li .img-wrap .img {
  width: 100%;
}
.ny-pro .c-list ul li .img-wrap .img::after {
  width: 100%;
  content: '';
  padding-bottom: 55.5%;
  display: block;
}
.ny-pro .c-list ul li:hover .text {
  color: #0066c3;
}
.ny-pro .c-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-pro .c-list ul li .text {
  height: 55px;
  line-height: 55px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 2px 32px 0px rgba(220, 220, 220, 0.55);
}
.ny-pro2 .list {
  overflow: hidden;
  position: relative;
  z-index: 11;
  padding: 0 30px;
}
.ny-pro2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.ny-pro2 .list li {
  width: calc(25% - 27px);
  margin-right: 35px;
  margin-top: 40px;
}
.ny-pro2 .list li:nth-child(4n) {
  margin-right: 0;
}
.ny-pro2 .list li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-pro2 .list li:hover .text p:nth-child(1) {
  color: #0066c3 !important;
}
.ny-pro2 .list .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-pro2 .list .img-wrap .img {
  width: 100%;
  content: '';
  display: inline-block;
  padding-bottom: 130%;
}
.ny-pro2 .list .text {
  width: 100%;
}
.ny-pro2 .list .text p:nth-child(1) {
  font-size: 16px;
  color: #252525;
  margin-top: 10px;
}
.ny-pro2 .list .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 5px;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 60px;
}
.ny-new .new-list ul {
  margin-top: 16px;
}
.ny-new .new-list ul li {
  background: #ffffff;
  height: 355px;
  padding: 40px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}
.ny-new .new-list ul li:hover {
  border-bottom: 1px solid #0066c3;
}
.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) {
  color: #0066c3;
}
.ny-new .new-list ul li a {
  display: flex;
  align-items: center;
}
.ny-new .new-list ul li a .img-wrap {
  width: 479px;
  height: 275px;
  overflow: hidden;
}
.ny-new .new-list ul li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-new .new-list ul li a .text {
  width: 910px;
  margin-left: 40px;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 32px;
  color: #333333;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  color: #666666;
  line-height: 40px;
  margin-top: 15px;
}
.ny-partner {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-partner .partner-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-partner .partner-list > ul li {
  width: calc(33% - 30px);
  height: 389px;
  background: #ffffff;
  box-shadow: 0px 17px 62px 0px rgba(237, 237, 237, 0.7);
  padding: 0 35px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-right: 50px;
  position: relative;
}
.ny-partner .partner-list > ul li:hover {
  top: -5px;
  transition: all 0.3s;
}
.ny-partner .partner-list > ul li:hover .text p:nth-child(2),
.ny-partner .partner-list > ul li:hover .text p:nth-child(3) {
  color: #0066c3;
}
.ny-partner .partner-list > ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-partner .partner-list > ul li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 128px;
}
.ny-partner .partner-list > ul li .top img {
  width: auto;
  height: 128px;
  object-fit: contain;
}
.ny-partner .partner-list > ul li .top .more {
  font-size: 16px;
  color: #0066c3;
  margin-right: 5px;
}
.ny-partner .partner-list > ul li .top .more span.iconfont {
  margin-left: 5px;
  font-weight: 700;
}
.ny-partner .partner-list > ul li .text {
  margin-top: 60px;
}
.ny-partner .partner-list > ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-partner .partner-list > ul li .text p:nth-child(2) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin-top: 20px;
  line-height: 40px;
}
.ny-partner .partner-list > ul li .text p:nth-child(3) {
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}
.ny-download {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-download .download-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .download-list > ul li {
  width: calc(33% - 30px);
  height: 389px;
  background: #ffffff;
  box-shadow: 0px 17px 62px 0px rgba(237, 237, 237, 0.7);
  padding: 0 35px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-right: 50px;
  position: relative;
}
.ny-download .download-list > ul li:hover {
  top: -5px;
  transition: all 0.3s;
}
.ny-download .download-list > ul li:hover .text p:nth-child(2),
.ny-download .download-list > ul li:hover .text p:nth-child(3) {
  color: #0066c3;
}
.ny-download .download-list > ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-download .download-list > ul li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 128px;
}
.ny-download .download-list > ul li .top .img {
  width: 81px;
  height: 74px;
  background: url('../images/down_05.jpg') no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-download .download-list > ul li .top .img .iconfont {
  color: #0066c3;
  font-size: 30px;
}
.ny-download .download-list > ul li .top .more {
  font-size: 16px;
  color: #0066c3;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.ny-download .download-list > ul li .top .more span.iconfont {
  font-size: 28px;
  margin-right: 5px;
}
.ny-download .download-list > ul li .text {
  margin-top: 60px;
}
.ny-download .download-list > ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-download .download-list > ul li .text p:nth-child(2) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin-top: 20px;
  line-height: 40px;
}
.ny-download .download-list > ul li .text p:nth-child(3) {
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}
.ny-about {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-about .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
}
.ny-about .tit p:nth-child(2) {
  font-size: 16px;
  color: #666666;
  margin-top: 25px;
}
.ny-about .content {
  width: 71%;
  background: #fff;
  margin: 0 auto;
  margin-top: 80px;
  max-height: 800px;
  overflow-y: scroll;
  min-width: 1100px;
  min-height: 300px;
  padding: 40px 30px;
}
.ny-about .content::-webkit-scrollbar {
  width: 6px;
}
.ny-about .content::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}
.ny-about .content::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.ny-about .content img {
  max-width: 100%;
}
.ny-about .page-list {
  margin-top: 56px;
}
.ny-about .page-list div {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.ny-about .page-list div:hover span {
  color: #0066c3;
}
.ny-about-list {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-about-list .about-list {
  margin-top: 20px;
}
.ny-about-list .about-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-about-list .about-list > ul li {
  width: calc(33% - 30px);
  height: 410px;
  background: #ffffff;
  box-sizing: border-box;
  margin-top: 40px;
  margin-right: 30px;
  position: relative;
}
.ny-about-list .about-list > ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-about-list .about-list > ul li:hover .text {
  background: #0066c3;
}
.ny-about-list .about-list > ul li:hover .text > div {
  color: #fff;
}
.ny-about-list .about-list > ul li:hover .text > div.iconfont {
  color: #fff;
}
.ny-about-list .about-list > ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-about-list .about-list > ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 323px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  overflow: hidden;
  box-sizing: border-box;
}
.ny-about-list .about-list > ul li .img img {
  max-width: 95%;
  max-height: 95%;
}
.ny-about-list .about-list > ul li .text {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border: 1px solid #eeeeee;
  border-top: none;
  box-sizing: border-box;
}
.ny-about-list .about-list > ul li .text > div:nth-child(1) {
  width: 80%;
  font-size: 20px;
}
.ny-about-list .about-list > ul li .text > div:nth-child(2) {
  color: #666666;
  font-size: 30px;
}
.ny-contact {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-contact .rmk {
  font-size: 42px;
  color: #333333;
}
.ny-contact .content {
  background: #fff;
  padding: 56px 50px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.ny-contact .content .left .title {
  font-size: 22px;
  color: #333333;
}
.ny-contact .content .left .tel {
  display: flex;
  align-items: center;
  width: 466px;
  height: 122px;
  border: 1px solid #eeeeee;
  margin-top: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}
.ny-contact .content .left .tel .iconfont {
  width: 49px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  color: #040926;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-contact .content .left .tel .tx {
  margin-left: 20px;
}
.ny-contact .content .left .tel .tx p:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.ny-contact .content .left .tel .tx p:nth-child(2) {
  font-size: 16px;
  color: #666666;
}
.ny-contact .content .left .erm {
  margin-top: 40px;
  display: flex;
}
.ny-contact .content .left .erm > div {
  text-align: center;
}
.ny-contact .content .left .erm .ew {
  width: 184px;
  height: 184px;
  border: 1px solid #efefef;
}
.ny-contact .content .left .erm .ew:nth-child(1) {
  margin-right: 45px;
}
.ny-contact .content .left .erm .ew img {
  width: 100%;
  height: 100%;
}
.ny-contact .content .left .erm p {
  font-size: 16px;
  color: #999999;
  margin-top: 14px;
}
.ny-contact .content .right {
  width: calc(100% - 506px);
  height: 497px;
  object-fit: cover;
  margin-left: 50px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.login .mask,
.register .mask,
.ed-pass .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.login .content,
.register .content,
.ed-pass .content {
  width: 710px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 9px 46px 0px rgba(186, 186, 186, 0.2);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  text-align: center;
  display: flex;
}
.login .content .left-img,
.register .content .left-img,
.ed-pass .content .left-img {
  width: 303px;
  height: 100%;
}
.login .content .left-img img,
.register .content .left-img img,
.ed-pass .content .left-img img {
  width: 303px;
  height: 100%;
  display: block;
  object-fit: cover;
}
.login .content .close,
.register .content .close,
.ed-pass .content .close,
.login .content .close2,
.register .content .close2,
.ed-pass .content .close2 {
  color: #b7b7b7;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
}
.login .content .logo,
.register .content .logo,
.ed-pass .content .logo {
  margin-top: 55px;
}
.login .content .form,
.register .content .form,
.ed-pass .content .form {
  margin-top: 30px;
}
.login .content .form input,
.register .content .form input,
.ed-pass .content .form input {
  width: 319px;
  height: 44px;
  background: #f4f5f8;
  outline: none;
  border: none;
  padding: 0 22px;
  box-sizing: border-box;
  margin-top: 24px;
}
.login .content .form .btn,
.register .content .form .btn,
.ed-pass .content .form .btn {
  width: 319px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0066c3;
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 50px;
  font-weight: 700;
}
.login .content .texts,
.register .content .texts,
.ed-pass .content .texts {
  font-size: 14px;
  color: #333333;
  margin-top: 45px;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
}
.login .content .texts .reg,
.register .content .texts .reg,
.ed-pass .content .texts .reg,
.login .content .texts .log,
.register .content .texts .log,
.ed-pass .content .texts .log {
  color: #0066c3;
}
.ed-pass .content .form input,
.register .content .form input {
  margin-top: 15px;
}
.ed-pass .content .form .btn,
.register .content .form .btn {
  margin-top: 30px;
}
.ed-pass .content .form,
.register .content .form {
  margin-top: 15px;
}
.mask-work .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.mask-work .content {
  width: 479px;
  height: 454px;
  padding: 0 45px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 9px 46px 0px rgba(186, 186, 186, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  text-align: center;
  padding-top: 40px;
}
.mask-work .content .close3 {
  color: #b7b7b7;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
}
.mask-work .content .form input {
  width: 389px;
  height: 44px;
  background: #f4f5f8;
  outline: none;
  border: none;
  padding: 0 22px;
  box-sizing: border-box;
  margin-top: 34px;
}
.mask-work .content .form .btn {
  width: 189px;
  line-height: 50px;
  text-align: center;
  background: #0066c3;
  font-size: 20px;
  color: #ffffff;
  margin-top: 30px;
  font-weight: 400;
}
.mask-work .content .upload {
  display: flex;
  margin-top: 35px;
  align-items: center;
}
.mask-work .content .upload .rmk {
  font-size: 16px;
  color: #333333;
}
.mask-work .content .upload .rmk span {
  color: #ff0000;
}
.mask-work .content .upload .add {
  width: 51px;
  height: 46px;
  background: #f4f5f8;
  font-size: 22px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-left: 20px;
}
.mask-work .content .upload .add span {
  font-size: 22px;
  position: relative;
  top: 12px;
}
.mask-work .content .upload .up-name {
  font-size: 14px;
  color: #333333;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.mask-work .content .upload .up-name .tx {
  width: 156px;
}
.mask-work .content .upload .up-name .iconfont {
  color: #0066c3;
  font-size: 20px;
  margin-right: 2px;
}
.crumbs {
  margin-top: 35px;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
}
.crumbs a {
  color: #fff;
}
.ny-contain2 {
  margin-top: 15px;
}
.ny-contain2 .com-left-two {
  width: 271px;
  background: #ffffff;
  float: left;
}
.ny-contain2 .com-left-two .nav-tit {
  padding: 0 40px;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url('../images/news_03.jpg') no-repeat center / cover;
  border-bottom: 2px solid #e99115;
}
.ny-contain2 .com-left-two .nav-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.ny-contain2 .com-left-two .nav-tit p:nth-child(2) {
  font-size: 12px;
  color: #ffffff46;
  text-transform: uppercase;
  margin-top: 2px;
  font-weight: 300;
}
.ny-contain2 .com-left-two .nav-sub ul li {
  font-size: 16px;
}
.ny-contain2 .com-left-two .nav-sub ul li .sub {
  padding: 10px 50px;
  border-bottom: 1px solid #f4f6fb;
}
.ny-contain2 .com-left-two .nav-sub ul li .sub a {
  display: block;
  line-height: 40px;
}
.ny-contain2 .com-left-two .nav-sub ul li .sub a.active,
.ny-contain2 .com-left-two .nav-sub ul li .sub a:hover {
  color: #0066c3;
}
.ny-contain2 .com-left-two .nav-sub ul li > a {
  color: #333;
  display: flex;
  justify-content: space-between;
  height: 57px;
  line-height: 57px;
  padding: 0 40px;
  border-bottom: 1px solid #f4f6fb;
}
.ny-contain2 .com-left-two .nav-sub ul li > a span:nth-child(1) {
  width: 80%;
}
.ny-contain2 .com-left-two .nav-sub ul li > a span:nth-child(2) {
  color: #333333;
  transform: rotate(180deg);
  font-size: 16px;
  font-weight: 700;
}
.ny-contain2 .com-left-two .nav-sub ul li:nth-last-child(1) {
  border: none;
}
.ny-contain2 .com-left-two .nav-sub ul li:hover > a,
.ny-contain2 .com-left-two .nav-sub ul li.on > a {
  color: #0066c3;
  font-weight: 700;
}
.ny-contain2 .com-left-two .nav-sub ul li:hover > a .iconfont,
.ny-contain2 .com-left-two .nav-sub ul li.on > a .iconfont {
  color: #0066c3;
  font-weight: 700;
}
.ny-contain2 .com-left-two .nav-sub ul li.on .iconfont {
  transform: rotate(275deg);
}
.ny-contain2 .com-right-two {
  width: calc(100% - 311px);
  float: left;
  margin-left: 40px;
  background: #fff;
  padding-bottom: 56px;
}
.ny-contain2 .com-right-two .tit {
  height: 55px;
  line-height: 55px;
  margin-left: 30px;
  border-bottom: 1px solid #f4f6fb;
}
.ny-contain2 .com-right-two .tit span {
  font-size: 16px;
  color: #333333;
  border-bottom: 2px solid #0066c3;
  padding-bottom: 15px;
}
.ny-contain {
  margin-top: 64px;
}
.ny-contain .com-left-one {
  width: 20.7%;
  background: #ffffff;
  float: left;
}
.ny-contain .com-left-one .nav-tit {
  height: 57px;
  line-height: 57px;
  color: #0066c3;
  font-weight: 700;
  padding: 0 40px;
  font-size: 16px;
  border-bottom: 1px solid #f4f6fb;
}
.ny-contain .com-left-one .nav-sub ul li {
  height: 57px;
  line-height: 57px;
  border-bottom: 1px solid #f4f6fb;
  padding: 0 40px;
  font-size: 16px;
}
.ny-contain .com-left-one .nav-sub ul li:nth-last-child(1) {
  border: none;
}
.ny-contain .com-left-one .nav-sub ul li:hover a,
.ny-contain .com-left-one .nav-sub ul li.on a {
  color: #0066c3;
}
.ny-contain .com-right-one {
  padding: 0 30px;
  background: #fff;
  margin-left: 30px;
  box-sizing: border-box;
  width: calc(79.3% - 30px);
  padding-bottom: 56px;
  float: left;
}
.ny-contain .com-right-one .tit {
  height: 70px;
  line-height: 70px;
  font-size: 22px;
}
.ny-active table,
.ny-active th,
.ny-active td {
  border: 1px solid #eee;
}
.ny-active .table {
  width: 100%;
  padding-bottom: 56px;
}
.ny-active table {
  width: 100%;
}
.ny-active table thead {
  background: #fafafa;
  width: 100%;
}
.ny-active table .tbody {
  width: 100%;
}
.ny-active table thead,
.ny-active table tr {
  height: 47px;
  width: 100%;
}
.ny-active table thead th,
.ny-active table tr th,
.ny-active table thead td,
.ny-active table tr td {
  font-weight: 400;
}
.ny-active table thead th .t,
.ny-active table tr th .t,
.ny-active table thead td .t,
.ny-active table tr td .t {
  display: inline-block;
  width: 200px;
}
.ny-active table thead th:nth-child(1),
.ny-active table tr th:nth-child(1),
.ny-active table thead td:nth-child(1),
.ny-active table tr td:nth-child(1) {
  width: 24.7%;
  padding: 0 20px;
  text-align: left;
}
.ny-active table thead th:nth-child(2),
.ny-active table tr th:nth-child(2),
.ny-active table thead td:nth-child(2),
.ny-active table tr td:nth-child(2) {
  width: 28%;
  padding: 0 22px;
  text-align: left;
}
.ny-active table thead th:nth-child(2) .t,
.ny-active table tr th:nth-child(2) .t,
.ny-active table thead td:nth-child(2) .t,
.ny-active table tr td:nth-child(2) .t {
  display: inline-block;
  width: 210px;
}
.ny-active table thead th:nth-child(3),
.ny-active table tr th:nth-child(3),
.ny-active table thead td:nth-child(3),
.ny-active table tr td:nth-child(3) {
  width: 14.1%;
  text-align: center;
  padding-left: 10px;
}
.ny-active table thead th:nth-child(4),
.ny-active table tr th:nth-child(4),
.ny-active table thead td:nth-child(4),
.ny-active table tr td:nth-child(4) {
  width: 9.4%;
  text-align: center;
}
.ny-active table thead th:nth-child(5),
.ny-active table tr th:nth-child(5),
.ny-active table thead td:nth-child(5),
.ny-active table tr td:nth-child(5) {
  width: 9.4%;
  text-align: center;
}
.ny-active table thead th:nth-child(6),
.ny-active table tr th:nth-child(6),
.ny-active table thead td:nth-child(6),
.ny-active table tr td:nth-child(6) {
  width: 13.6%;
}
.ny-active table tr td:nth-child(4),
.ny-active table tr td:nth-child(5) {
  font-size: 12px;
}
.ny-active table tr td:nth-child(3) {
  padding-left: 0;
}
.ny-active table tr td:nth-child(6) {
  padding: 0 10px;
}
.ny-active table tr td:nth-child(6) .btn-list {
  display: flex;
  justify-content: center;
}
.ny-active table tr td:nth-child(6) .btn {
  width: 46px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  background: #0066c3;
  color: #fff;
  padding: 0 5px;
  box-sizing: border-box;
}
.ny-active table tr td:nth-child(6) .btn:nth-child(1) {
  margin-right: 5px;
}
.ny-info table,
.ny-info th,
.ny-info td {
  border: 1px solid #eee;
}
.ny-info table {
  width: 100%;
}
.ny-info table thead {
  background: #fafafa;
  width: 100%;
}
.ny-info table .tbody {
  width: 100%;
}
.ny-info table tr {
  height: 53px;
  width: 100%;
}
.ny-info table tr th,
.ny-info table tr td {
  font-weight: 400;
}
.ny-info table tr th:nth-child(1),
.ny-info table tr td:nth-child(1) {
  width: 12.7%;
  text-align: right;
  font-size: 16px;
  padding-right: 10px;
  box-sizing: border-box;
}
.ny-info table tr th:nth-child(2),
.ny-info table tr td:nth-child(2) {
  width: 32.6%;
  padding: 0 22px;
  text-align: left;
}
.ny-info table tr th:nth-child(3),
.ny-info table tr td:nth-child(3) {
  width: 12.2%;
  text-align: center;
  font-size: 16px;
}
.ny-info table tr th:nth-child(4),
.ny-info table tr td:nth-child(4) {
  width: 12.8%;
  text-align: center;
  font-size: 14px;
}
.ny-info table tr th:nth-child(5),
.ny-info table tr td:nth-child(5) {
  width: 13.6%;
  text-align: center;
  font-size: 16px;
}
.ny-info table tr th:nth-child(6),
.ny-info table tr td:nth-child(6) {
  width: 13.6%;
  text-align: center;
  font-size: 14px;
}
.ny-info .content {
  background: #fcfcfc;
  padding: 40px;
  min-height: 300px;
}
.copy {
  font-size: 14px;
  background: #fff;
  height: 70px;
  line-height: 70px;
  color: #333;
}
.copy .wrap {
  text-align: center;
}
.copy a {
  color: #333;
}
.ny-new-three .new3-list {
  padding: 0 30px;
}
.ny-new-three .new3-list > ul {
  border-bottom: 1px solid #f3f3f3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ny-new-three .new3-list > ul li {
  display: flex;
  line-height: 50px;
}
.ny-new-three .new3-list > ul li:hover .l {
  color: #0066c3;
}
.ny-new-three .new3-list > ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.ny-new-three .new3-list > ul li a .l {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  width: 80%;
}
.ny-new-three .new3-list > ul li a .l .ic {
  width: 3px;
  height: 3px;
  background: #1774df;
  margin-right: 10px;
}
.ny-new-three .new3-list > ul li a .l .tx {
  width: 90%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-new-three .new3-list > ul li a .time {
  font-size: 14px;
  color: #999999;
}
.footer {
  height: 233px;
  background: #fbfbfb;
  box-shadow: 0px 4px 54px 0px rgba(226, 226, 226, 0.67);
  padding-top: 60px;
  box-sizing: border-box;
  border-top: 2px solid #0066c3;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}

.footer .left .link ul li.erwei:hover .er-img {
  display: block;
}
.footer .left .link ul li .er-img {
  position: absolute;
  left: 0;
  top: -128px;
  display: none;
}
.footer .left .link ul li .er-img img {
  width: 120px;
  height: 120px;
}

.footer .left .link {
  margin-top: 25px;
}
.footer .left .link ul {
  display: flex;
}
.footer .left .link ul li {
  width: 52px;
  height: 52px;
  background: #ffffff;
  box-shadow: 0px 4px 54px 0px rgba(226, 226, 226, 0.67);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}
.footer .left .link ul li:hover {
  background: #0066c3;
}
.footer .left .link ul li:hover span {
  color: #fff;
}
.footer .left .link ul li span {
  color: #333333;
  font-size: 22px;
}
.footer .right {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer .right .nav a {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  padding: 0 30px;
}
.footer .right .nav {
  margin-right: 8px;
}
.footer .right .nav a:hover {
  color: #0066c3;
}
.footer .right .nav a:nth-last-child(1) {
  padding-right: 0;
}
.footer .right .copy-right {
  font-size: 14px;
  color: #333333;
  margin-top: 30px;
  text-align: right;
}
/*悬浮*/
.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: #135da7;
}
.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: #135da7;
  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%;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 57px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  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: #0066c3 !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;
}
.ny-detail .view {
  padding: 0 30px;
  margin-top: 30px;
  text-align: center;
}
.ny-detail .view .date {
  margin-top: 15px;
}
.ny-detail .view .viewbox {
  margin-top: 30px;
  min-height: 300px;
}
.page-cont {
  padding: 0 40px;
  margin-top: 30px;
  min-height: 300px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  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: #ff6731;
}
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) {
  .head-top .nav-wrap ul li {
    padding: 0 30px;
  }
  .head-top .nav-wrap {
    padding-left: 10px;
    width: 700px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
