* {
  margin: 0;
  padding: 0;
}
* body {
  color: #333333;
  font-size: 14px;
  overflow-x: hidden;
  width: 100%;
  background: #f4f8ff url('../images/head_top_02.jpg') no-repeat center top;
  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: 67.7%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.head-top .t-container {
  width: 75%;
}
.head-top .t-container .in-serarch {
  display: flex;
  align-items: center;
  height: 140px;
  justify-content: space-between;
}
.head-top .t-container .login {
  display: flex;
  align-items: center;
}
.head-top .t-container .login .search {
  width: 264px;
  position: relative;
}
.head-top .t-container .login .search input {
  width: 264px;
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #eeeeee;
  padding-left: 25px;
  box-sizing: border-box;
  outline: none;
}
.head-top .t-container .login .search .iconfont {
  color: #1666e0;
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 14px;
}
.head-top .t-container .login .reg {
  display: flex;
  font-size: 16px;
  color: #ffffff;
  margin-left: 15px;
  position: relative;
}
.head-top .t-container .login .reg .ed-list {
  padding: 0 15px;
  position: absolute;
  top: 35px;
  z-index: 10;
  box-shadow: 0px 9px 59px 0px rgba(170, 172, 173, 0.27);
}
.head-top .t-container .login .reg .pass {
  border-bottom: 1px solid #efefef;
}
.head-top .t-container .login .reg .pass,
.head-top .t-container .login .reg .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 156px;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  text-align: center;
  font-size: 13px;
  color: #333333;
  padding: 0 15px;
  cursor: pointer;
}
.head-top .t-container .login .reg .pass:hover,
.head-top .t-container .login .reg .user:hover {
  color: #0066c3;
}
.head-top .t-container .login .reg .pass .iconfont,
.head-top .t-container .login .reg .user .iconfont {
  color: #b6b6b6;
  display: flex;
  transform: rotate(180deg);
  font-size: 22px;
}
.head-top .t-container .login .reg .name {
  font-size: 16px;
  color: #ffffff;
  margin-left: 5px;
}
.head-top .t-container .login .reg a {
  color: #ffffff;
  margin-left: 5px;
}
.head-top .t-container .login .reg a:hover {
  font-weight: 700;
}
.head-top .t-container .login .reg .iconfont {
  color: #ffffff;
  font-size: 22px;
}
.head-top .nav-wrap {
  position: relative;
  width: 100%;
}
.head-top .nav-wrap::before {
  width: 50%;
  content: '';
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
  background: #1666e0;
}
.head-top .nav-wrap .nav1 {
  position: relative;
  width: 75%;
}
.head-top .nav-wrap .nav1 ul {
  display: flex;
  height: 60px;
  line-height: 60px;
}
.head-top .nav-wrap .nav1 ul li {
  padding: 0 37px;
  text-align: center;
  background: #1666e0;
  position: relative;
}
.head-top .nav-wrap .nav1 ul li:nth-last-child(1)::after {
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #1666e0 transparent transparent;
  border-style: solid;
  border-width: 60px 40px 0 0;
  /*3.上边宽100，右边宽50，下左边宽0*/
  position: absolute;
  right: -40px;
  top: 0;
  display: block;
  transform: rotateY(180deg);
}
.head-top .nav-wrap .nav1 ul li.on,
.head-top .nav-wrap .nav1 ul li:hover {
  background: #ff8812;
}
.head-top .nav-wrap .nav1 ul li:hover .sub {
  display: block;
}
.head-top .nav-wrap .nav1 ul li > a {
  color: #fff;
  font-size: 16px;
  color: #ffffff;
}
.head-top .nav-wrap .nav1 ul li .sub {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  text-align: center;
  z-index: 10;
  display: none;
}
.head-top .nav-wrap .nav1 ul li .sub a {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.head-top .nav-wrap .nav1 ul li .sub a:hover {
  background: #1666e0;
  color: #fff;
}
.head-top .nav-wrap .nav2 {
  height: 60px;
  line-height: 60%;
  background: #0654cb;
}
.head-top .nav-wrap .nav2 .wrap {
  width: 75%;
}
.head-top .nav-wrap .nav2 ul {
  display: flex;
  height: 60px;
  line-height: 60px;
}
.head-top .nav-wrap .nav2 ul li {
  padding: 0 24px;
  text-align: center;
}
.head-top .nav-wrap .nav2 ul li.on,
.head-top .nav-wrap .nav2 ul li:hover {
  background: #ff8812;
}
.head-top .nav-wrap .nav2 ul li a {
  color: #fff;
  font-size: 16px;
  color: #ffffff;
}
.nav {
  display: flex;
  height: 83px;
  background: #122f67;
}
.nav .navbar {
  display: flex;
}
.nav li {
  height: 83px;
  position: relative;
  box-sizing: border-box;
}
.nav li a {
  color: #fff;
}
.nav li.on .tit {
  background: #1c4595;
  font-weight: 700;
}
.nav li:hover .tit {
  background: #1c4595;
}
.nav li:hover .sub {
  display: block;
}
.nav li:hover::before {
  height: 100%;
}
.nav .tit {
  height: 83px;
  line-height: 83px;
  font-size: 16px;
  padding: 0 30px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .sub {
  position: absolute;
  padding-top: 4px;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.nav .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
  color: #333;
}
.nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.nav .sub a:hover {
  background: #1c4595;
  font-weight: 700;
  color: #fff;
}
.com-tit p:nth-child(1) {
  font-size: 82px;
  line-height: 82px;
  font-weight: bold;
  color: #f8f8f8;
}
.com-tit p:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: -59px;
}
.com-tit p:nth-child(3) {
  width: 502px;
  height: 1px;
  background: #f8f8f8;
  margin: 0 auto;
  margin-top: 13px;
  position: relative;
}
.com-tit p:nth-child(3)::before {
  content: '';
  display: block;
  width: 79px;
  height: 2px;
  background: #c60000;
  left: 172px;
  top: 0;
  position: absolute;
}
.com-tit p:nth-child(3)::after {
  content: '';
  display: block;
  width: 79px;
  height: 2px;
  background: #135da7;
  right: 172px;
  top: 0;
  position: absolute;
}
.com-tit p:nth-child(4) {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.com-tit p:nth-child(4) span {
  color: #c60000;
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.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: #1666e0;
}
.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: #1666e0 !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;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ny-pro2 .list .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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: #135da7;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #135da7;
  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;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  height: 55px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 18px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  margin: 0 2px;
  border-radius: 5px;
}
.banner .hd li.on {
  width: 24px;
  height: 6px;
  background: #ffffff;
}
.com-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.com-tit .left {
  display: flex;
  align-items: flex-end;
}
.com-tit .left .cn {
  font-size: 24px;
  color: #252525;
  font-weight: 700;
}
.com-tit .left .en {
  font-size: 12px;
  color: #b8b8b8;
  border-left: 2px solid #004ec2;
  margin-left: 10px;
  padding-left: 10px;
  height: 10px;
  line-height: 10px;
  text-transform: uppercase;
  position: relative;
  top: -10px;
}
.com-tit .right a {
  font-size: 12px;
  color: #b8b8b8;
}
.news {
  background: #fff;
  margin-top: -3px;
}
.news .com-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .com-tit .left {
  display: flex;
  align-items: flex-end;
}
.news .com-tit .left .cn {
  font-size: 24px;
  color: #252525;
  font-weight: 700;
}
.news .com-tit .left .en {
  font-size: 12px;
  color: #b8b8b8;
  border-left: 2px solid #1666e0;
  margin-left: 10px;
  padding-left: 10px;
  height: 10px;
  line-height: 10px;
  text-transform: uppercase;
  position: relative;
  top: -10px;
}
.news .com-tit .right a {
  font-size: 12px;
  color: #b8b8b8;
}
.news .left-new {
  width: 65.3%;
  padding-top: 50px;
}
.news .left-new .new-list {
  margin-top: 30px;
}
.news .left-new .new-list ul {
  display: flex;
}
.news .left-new .new-list ul li {
  width: calc(33% - 7px);
  margin-right: 17px;
}
.news .left-new .new-list ul li:hover {
  background: #1666e0;
}
.news .left-new .new-list ul li:hover p {
  color: #fff !important;
}
.news .left-new .new-list ul li:hover p span {
  color: #fff !important;
}
.news .left-new .new-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news .left-new .new-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.news .left-new .new-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.news .left-new .new-list ul li .img-wrap .img {
  width: 100%;
}
.news .left-new .new-list ul li .img-wrap .img::after {
  content: '';
  padding-bottom: 61.5%;
  display: block;
}
.news .left-new .new-list ul li .text {
  height: 110px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .left-new .new-list ul li .text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.news .left-new .new-list ul li .text p:nth-child(2) {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.news .left-new .new-list ul li .text p:nth-child(2) span:nth-child(1) {
  font-size: 14px;
  color: #999999;
}
.news .left-new .new-list ul li .text p:nth-child(2) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.news .wrap {
  display: flex;
}
.news .wrap .right-new {
  width: calc(34.6% - 30px);
  margin-left: 30px;
  background: #fbfbfb;
  margin-top: -62px;
  position: relative;
  z-index: 100;
}
.news .wrap .right-new .com-tit {
  text-align: center;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #eeeeee;
}
.news .wrap .right-new .com-tit .left {
  height: 60px;
}
.news .wrap .right-new .com-tit .cn {
  padding-left: 20px;
  border-bottom: 2px solid #1666e0;
  padding-bottom: 15px;
}
.news .wrap .right-new .com-tit .en {
  margin-bottom: 15px;
}
.news .wrap .right-new .r-list ul {
  padding: 0 20px;
}
.news .wrap .right-new .r-list ul li {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #f5f5f5;
}
.news .wrap .right-new .r-list ul li:hover .l {
  color: #1666e0;
}
.news .wrap .right-new .r-list ul li:hover .r {
  color: #1666e0;
}
.news .wrap .right-new .r-list ul li a {
  display: flex;
  justify-content: space-between;
}
.news .wrap .right-new .r-list ul li a .l {
  font-size: 16px;
  color: #333333;
  width: 60%;
  line-height: 55px;
}
.news .wrap .right-new .r-list ul li a .l span {
  width: 5px;
  display: inline-block;
  font-size: 25px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.news .wrap .right-new .r-list ul li a .r {
  font-size: 14px;
  color: #999999;
}
.login .mask,
.register .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 {
  width: 407px;
  padding-bottom: 28px;
  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;
  padding-top: 40px;
}
.login .content .close,
.register .content .close,
.login .content .close2,
.register .content .close2 {
  color: #b7b7b7;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
}
.login .content .form,
.register .content .form {
  margin-top: 35px;
}
.login .content .form input,
.register .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 {
  width: 319px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1666e0;
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 50px;
  font-weight: 700;
}
.login .content .texts,
.register .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,
.login .content .texts .log,
.register .content .texts .log {
  color: #1666e0;
}
.register .content .form {
  margin-top: 17px;
}
.register .content .form input {
  margin-top: 13px;
}
.register .content .form .btn {
  margin-top: 30px;
  font-weight: 700;
}
.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: #1666e0;
  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 .upload-remark {
  width: 160px;
  font-size: 12px;
  color: #999;
  display: inline-block;
}
.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;
}
.crumbs a:hover {
  color: #1666e0;
}
.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: #1666e0;
}
.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: #1666e0;
  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: #1666e0;
  font-weight: 700;
}
.ny-contain2 .com-left-two .nav-sub ul li.on .iconfont {
  transform: rotate(270deg);
}
.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 #1666e0;
  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: #1666e0;
  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: #1666e0;
}
.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;
  cursor: pointer;
}
.ny-active table tr td:nth-child(6) .btn {
  width: 46px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  background: #1666e0;
  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;
}
.clumn2 {
  margin-top: 60px;
}
.clumn2 .c-list {
  margin-top: -10px;
}
.clumn2 .c-list ul {
  display: flex;
  flex-wrap: wrap;
}
.clumn2 .c-list ul li {
  width: calc(25% - 19px);
  margin-right: 25px;
  margin-top: 30px;
}
.clumn2 .c-list ul li:nth-child(4n) {
  margin-right: 0;
}
.clumn2 .c-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.clumn2 .c-list ul li .img-wrap .img {
  width: 100%;
}
.clumn2 .c-list ul li .img-wrap .img::after {
  width: 100%;
  content: '';
  padding-bottom: 55.5%;
  display: block;
}
.clumn2 .c-list ul li:hover .text {
  color: #1666e0;
}
.clumn2 .c-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.clumn2 .c-list ul li .text {
  height: 57px;
  line-height: 57px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 2px 32px 0px rgba(220, 220, 220, 0.55);
}
.clumn3 {
  padding-top: 40px;
  margin-top: 65px;
  padding-bottom: 68px;
  background: url('../images/index_02.jpg') no-repeat center / cover;
}
.clumn3 .tit {
  text-align: center;
}
.clumn3 .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #252525;
}
.clumn3 .tit p:nth-child(2) {
  font-size: 12px;
  color: #b8b8b8;
  text-transform: uppercase;
  margin-top: 5px;
}
.clumn3 .tit p:nth-child(3) {
  width: 23px;
  height: 3px;
  background: #1666e0;
  margin: 0 auto;
  margin-top: 10px;
}
.clumn3 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.clumn3 .list li {
  width: calc(20% - 24px);
  background: #ffffff;
  margin-right: 30px;
  margin-top: 40px;
  height: 292px;
  position: relative;
}
.clumn3 .list li:hover .icon {
  transform: translateX(-50%) rotateY(180deg);
  transition: all 0.3s;
}
.clumn3 .list li .icon {
  width: 58px;
  height: 32px;
  background: #1666e0;
  border-radius: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.clumn3 .list li:nth-child(5n) {
  margin-right: 0;
}
.clumn3 .list li a .cont {
  padding: 0 20px;
  height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.clumn3 .list li a .cont p:nth-child(1) {
  font-size: 14px;
  color: #1666e0;
  opacity: 0.7;
}
.clumn3 .list li a .cont p:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.clumn3 .list li a .cont p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 5px;
  min-height: 105px;
}
.clumn4 {
  height: 715px;
  background: #f6f6f6;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.clumn4 .left-img {
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 0;
  width: 43.5%;
  height: 624px;
}
.clumn4 .left-img img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.clumn4 .wrap {
  display: flex;
  position: relative;
  z-index: 1;
}
.clumn4 .wrap .lefts {
  width: 29.5%;
  margin-right: 30px;
  overflow: hidden;
}
.clumn4 .wrap .lefts .img-wrap {
  width: 247px;
  height: 327px;
  margin-top: 150px;
}
.clumn4 .wrap .lefts .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clumn4 .wrap .lefts .text {
  width: 350px;
}
.clumn4 .wrap .lefts .text p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin-top: 25px;
}
.clumn4 .wrap .lefts .text p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  text-align: justify;
  margin-top: 10px;
}
.clumn4 .wrap .rights {
  width: 70%;
}
.clumn4 .wrap .rights .com-tit {
  padding-left: 40px;
}
.clumn4 .wrap .rights .swiper-top {
  background: #fff;
  height: 594px;
  margin-top: 53px;
  padding-top: 70px;
  box-sizing: border-box;
  position: relative;
}
.clumn4 .wrap .rights .swiper-top .back-img {
  position: absolute;
  right: -280px;
  top: 60px;
  z-index: 10;
}
.clumn4 .wrap .rights .swiper-top::after {
  width: 60%;
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  right: -40%;
  height: 589px;
  top: 0;
}
.clumn4 .wrap .rights .swiper-list {
  margin-top: 50px;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.clumn4 .wrap .rights .swiper-list .swiper-slide {
  /* width: 213px !important; */
}
/* .clumn4 .wrap .rights .swiper-list .swiper-slide .img-wrap {
  width: 213px !important;
}
.clumn4 .wrap .rights .swiper-list .swiper-slide .text {
  width: 213px !important;
} */
.clumn4 .wrap .rights .swiper-list .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.clumn4 .wrap .rights .swiper-list .swiper-slide:hover .text p:nth-child(1) {
  color: #1666e0 !important;
}
.clumn4 .wrap .rights .swiper-list .swiper-slide.swiper-slide-thumb-active img {
  /* transform: scale(1.1); */
  /* transition: all 0.6s; */
}
.clumn4
  .wrap
  .rights
  .swiper-list
  .swiper-slide.swiper-slide-thumb-active
  .text
  p:nth-child(1) {
  color: #1666e0 !important;
}
.clumn4 .wrap .rights .swiper-list .img-wrap {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.clumn4 .wrap .rights .swiper-list .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.clumn4 .wrap .rights .swiper-list .text p:nth-child(1) {
  font-size: 18px;
  color: #252525;
  margin-top: 15px;
}
.clumn4 .wrap .rights .swiper-list .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  margin-top: 7px;
}
.clumn4 .wrap .rights .btn-list {
  display: flex;
}
.clumn4 .wrap .rights .btn-list > div {
  width: 68px;
  height: 68px;
  background: #1666e0;
  color: #fff;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: #ffffff41;
}
.clumn4 .wrap .rights .btn-list > div:hover {
  background: #1666e0;
}
.clumn4 .wrap .rights .btn-list > div.next {
  transform: rotate(-90deg);
  margin-left: -1px;
  background: #1666e0;
}
.clumn5 {
  margin-top: 65px;
  display: flex;
}
.clumn5 .list {
  width: calc(33% - 10px);
  height: 361px;
  border: 1px solid #f0f0f0;
  margin-right: 20px;
}
.clumn5 .list:nth-last-child(1) {
  margin-right: 0;
}
.clumn5 .list .com-tit {
  height: 54px;
  padding: 0 20px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  border-top: 3px solid #1666e0;
}
.clumn5 .list .com-tit .left {
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
}
.clumn5 .list .com-tit .iconfont {
  color: #1666e0;
  font-size: 28px;
}
.clumn5 .list .com-tit .cn {
  font-size: 18px;
  color: #252525;
  font-weight: 400;
}
.clumn5 .list .com-tit .en {
  font-size: 12px;
  height: 11px;
  color: #b8b8b8;
  top: 2px;
}
.clumn5 .new-list ul {
  padding: 0 20px;
}
.clumn5 .new-list ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f0f0f0;
}
.clumn5 .new-list ul li:nth-last-child(1) {
  border-bottom: none;
}
.clumn5 .new-list ul li:hover span {
  color: #1666e0 !important;
}
.clumn5 .new-list ul li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.clumn5 .new-list ul li span:nth-child(1) {
  display: inline-block;
  width: 70%;
  font-size: 16px;
  color: #333333;
  height: 50px;
}
.clumn5 .new-list ul li span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.links {
  height: 60px;
  background: #f6f6f8;
  margin-top: 80px;
}
.links .wrap {
  display: flex;
  align-items: center;
  height: 60px;
}
.links .tit {
  font-size: 20px;
  color: #1666e0;
  width: 300px;
}
.links .tit .jt {
  font-size: 10px;
  color: #1666e0;
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.links .tit .swipers ul {
  display: flex;
}
.links .linkSwiper {
  overflow: hidden;
  margin-left: 15px;
}
.links .linkSwiper li {
  width: auto !important;
}
.links .linkSwiper li:hover a {
  color: #1666e0;
}
.c-footer {
  height: 218px;
  background: url('../images/index_46.jpg') no-repeat center / cover;
}
.c-footer .wrap {
  display: flex;
  justify-content: space-between;
}
.c-footer .left {
  margin-top: 46px;
}
.c-footer .left .tel p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.c-footer .left .tel p:nth-child(2) {
  font-size: 14px;
  color: #ebebeb;
  margin-top: 10px;
}
.c-footer .left .copy {
  font-size: 14px;
  color: #ebebeb;
  line-height: 35px;
  /*margin-top: 25px;*/
  width: 642px;
}
.c-footer .left .copy a {
  color: #fff;
}
.c-footer .right {
  margin-top: 40px;
}
.c-footer .right img {
  width: 120px;
  height: 120px;
}
.c-footer .right p {
  font-size: 14px;
  color: #f6f6f8;
  margin-top: 5px;
  text-align: center;
}
.ny-contact {
  display: block;
}
.ny-contact .contact-cont {
  padding: 0 30px;
}
.ny-contact .top-cont {
  display: flex;
  height: 320px;
  background: #f9f9f9;
  align-items: center;
  margin-top: 30px;
  padding: 0 40px;
}
.ny-contact .top-cont .left {
  width: 460px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 35px;
}
.ny-contact .top-cont .left .tist {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.ny-contact .top-cont .rights {
  display: flex;
  justify-content: center;
  margin-left: 100px;
}
.ny-contact .top-cont .rights > div {
  text-align: center;
}
.ny-contact .top-cont .rights > div img {
  width: 132px;
  height: 132px;
}
.ny-contact .top-cont .rights > div p {
  font-size: 15px;
  color: #333333;
}
.ny-contact .map {
  margin-top: 40px;
}
.ny-contact .message {
  box-sizing: border-box;
  margin-top: 55px;
}
.ny-contact .message h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.ny-contact .message p {
  font-size: 12px;
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: calc(50% - 16px);
}
.ny-contact .message .input > div input {
  width: 100%;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  padding-left: 11px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #eeeeee;
}
.ny-contact .message .input > div:nth-child(1) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.ny-contact .message .input > div span i {
  color: #1666e0;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 156px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  padding: 11px;
  box-sizing: border-box;
  outline: none;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 44px;
}
.ny-contact .message .btn {
  width: 134px;
  height: 43px;
  background: #1666e0;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 43px;
  background: #f4f4f4;
  line-height: 43px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  color: #999999;
}
.ny-contact .message-btn {
  width: 224px;
  height: 57px;
  background: #08a067;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-new-one .new1-list ul {
  padding: 0 40px;
  margin-top: 10px;
}
.ny-new-one .new1-list ul li {
  height: 128px;
  background: #ffffff;
  border: 1px dashed #eeeeee;
  padding: 0 20px;
  margin-top: 24px;
}
.ny-new-one .new1-list ul li:hover {
  background: #1666e0;
  border: none;
}
.ny-new-one .new1-list ul li:hover span {
  color: #fff !important;
}
.ny-new-one .new1-list ul li:hover p {
  color: #fff !important;
}
.ny-new-one .new1-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ny-new-one .new1-list ul li a p:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.ny-new-one .new1-list ul li a p:nth-child(1) span:nth-child(1) {
  font-size: 16px;
  color: #333333;
  width: 80%;
}
.ny-new-one .new1-list ul li a p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-new-one .new1-list ul li a p:nth-child(2) {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 8px;
}
.ny-new-two .new2-list ul {
  padding: 0 30px;
}
.ny-new-two .new2-list ul li {
  height: 210px;
  background: #ffffff;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #eeeeee;
}
.ny-new-two .new2-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new-two .new2-list ul li:hover .text p:nth-child(1) {
  color: #1666e0;
}
.ny-new-two .new2-list ul li a {
  display: flex;
  align-items: center;
}
.ny-new-two .new2-list ul li a .img-wrap {
  width: 243px;
  height: 158px;
  overflow: hidden;
}
.ny-new-two .new2-list ul li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-new-two .new2-list ul li a .text {
  width: calc(100% - 260px);
  margin-left: 16px;
}
.ny-new-two .new2-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-new-two .new2-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 29px;
  margin-top: 10px;
}
.ny-new-two .new2-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.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: #1666e0;
}
.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;
}
/*悬浮*/
.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: 50px 0 0px 0;
}
.paging li {
  height: 43px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li a {
  background: #f9f9f9;
}
.paging li.active a {
  background: #1666e0 !important;
  color: #fff;
}
.paging li a:hover {
  background: #1666e0;
  border-color: #1666e0;
  color: #fff;
}
.paging li a:hover .iconfont {
  color: #fff;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.ny-detail h1 {
  text-align: center;
}
.ny-detail .view {
  padding: 0 30px;
  margin-top: 30px;
  /* text-align: center; */
}
.ny-detail .view .date {
  margin-top: 15px;
  text-align: center;
}
.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 .nav1 ul li {
    padding: 0 26px;
  }

  .ny-active .com-right-one {
    padding: 0 22px;
  }
  .ny-active .com-right-one table thead th:nth-child(3),
  .ny-active .com-right-one table tr th:nth-child(3),
  .ny-active .com-right-one table thead td:nth-child(3),
  .ny-active .com-right-one table tr td:nth-child(3) {
    width: 17%;
  }
  .ny-active .com-right-one table thead th:nth-child(2),
  .ny-active .com-right-one table tr th:nth-child(2),
  .ny-active .com-right-one table thead td:nth-child(2),
  .ny-active .com-right-one table tr td:nth-child(2) {
    padding: 0 15px;
  }
  .ny-active .com-right-one table thead th:nth-child(1),
  .ny-active .com-right-one table tr th:nth-child(1),
  .ny-active .com-right-one table thead td:nth-child(1),
  .ny-active .com-right-one table tr td:nth-child(1) {
    padding: 0 15px;
  }
  .head-top .nav-wrap .nav2 ul li {
    padding: 0 15px;
  }
  .clumn4 .wrap .lefts .text {
    width: 309px;
  }
  .clumn4 .left-img {
    left: -20px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
