@charset "UTF-8";
/** ny_zt **/
.ny_zt {
  background: #f7f7f7 url("../images/ny_logo.png") top right no-repeat;
  width: 100%;
  float: left;
}

.ny_zt .ny_btbg {
  background: url("../images/ny_bg.png") bottom no-repeat;
  height: 153px;
  position: absolute;
  width: 100%;
  margin-top: -153px;
  z-index: 0;
  background-size: cover;
}

.ny_bt {
  font-size: 36px;
  color: #333333;
  line-height: 16px;
}

.ny_bt h6 {
  font-size: 16px;
  font-weight: normal;
  color: #aaaaaa;
  line-height: 0;
  text-transform: uppercase;
}

/** 公司简介 **/
.gsjj_1 {
  margin: 72px 0 60px 0;
}

.gsjj_1 p {
  font-size: 18px;
  line-height: 2em;
  text-indent: 2em;
  margin-bottom: 18px;
  text-align: justify;
}

.gsjj_1 p img {
  text-align: center;
  margin-left: -2em;
  margin-top: 20px;
  max-weight: 1320px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gsjj_2 {
  background: #ffffff;
  width: 100%;
  height: 488px;
  position: relative;
}

.gsjj_2 .gsjj_2_l {
  width: 740px;
  float: left;
}

.gsjj_2 .gsjj_2_l span {
  font-size: 36px;
  color: #004989;
  float: left;
  width: 720px;
  margin-top: 56px;
}

.gsjj_2 .gsjj_2_l p {
  width: 640px;
  float: left;
  font-size: 18px;
  line-height: 2em;
  text-indent: 2em;
  margin-bottom: 18px;
  text-align: justify;
}

.gsjj_2 img {
  max-width: 880px;
  height: 488px;
  margin-top: -1px;
  position: absolute;
  z-index: 1;
  right: 0;
  float: right;
  width: 50vw;
}

/** 内页详情 **/
.ny_xq2 {
  padding-top: 72px;
  padding-bottom: 60px;
}

.ny_xq2 .ny_bt {
  margin-bottom: 40px;
  text-align: center;
}

.ny_xq2 p {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 18px;
  text-align: justify;
}

.ny_xq2 p img {
  text-align: center;
  display: inline-block;
  max-width: 1000px;
  position: relative;
  margin-left: -2em;
}

/** 新闻中心 **/
.news_list {
  width: 100%;
  position: relative;
  z-index: 1;
}

.news_list ul {
  margin-top: 40px;
}

.news_list ul li {
  margin-bottom: 20px;
  width: 1280px;
  display: inline-block;
  background: #ffffff;
  height: 120px;
  padding: 0 20px;
}

.news_list ul li .time {
  font-size: 14px;
  color: #777777;
  width: 56px;
  text-align: center;
  float: left;
  margin-top: 26px;
  margin-left: 10px;
}

.news_list ul li .time span {
  font-size: 36px;
  color: #333333;
  width: 56px;
  float: left;
}

.news_list ul li .news_l_r {
  width: 1160px;
  float: right;
  margin-top: 24px;
  position: relative;
}

.news_list ul li a span {
  font-size: 22px;
  color: #333333;
  width: 1160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
}

.news_list ul li a p {
  font-size: 16px;
  color: #777777;
  width: 1160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
}

.news_list ul li:hover {
  background: linear-gradient(90deg, #004989, #ad926b);
  position: relative;
  height: 120px;
  width: 1320px;
  transition: all 0.3s;
  box-sizing: border-box;
}

.news_list ul li:hover .time,
.news_list ul li:hover .time span,
.news_list ul li:hover a span,
.news_list ul li:hover a p {
  color: #ffffff;
}

.news_list ul li:hover .time {
  position: relative;
  left: 0;
}

.news_list ul li:hover .news_l_r {
  left: -10px;
  position: relative;
}

/***** 新闻详情 *****/
#text {
  width: 100%;
  text-align: center;
  color: #333333;
  background: #fff;
  margin: 40px 0 80px 0;
  position: relative;
  z-index: 2;
}

#text_n {
  width: 100%;
  margin: 0px auto;
  padding-top: 20px;
}

#text a {
  color: #333333;
}

#text a:visited {
  color: #333333;
}

#text a:hover {
  color: #ad926b;
}

#text h1 {
  color: #333333;
  margin-top: 20px;
  width: 90%;
  margin: 30px auto;
}

#text h3 {
  color: #898989;
  margin-top: 10px;
  float: left;
  margin-left: 5%;
  font-size: 16px;
  font-weight: normal;
}

#text h4 {
  color: #898989;
  margin-top: 10px;
  float: right;
  margin-right: 5%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
}

#showcontent {
  font-size: 18px;
  line-height: 2em;
  text-indent: 2em;
  margin-bottom: 18px;
  text-align: justify;
  border-top: 1px #f3f2ed solid;
  width: 90%;
  margin: 0 auto;
  clear: both;
  padding-top: 30px;
}

#showcontent p {
  text-indent: 2em;
}

#showcontent p:last-child {
  padding-bottom: 80px;
}

#showcontent p img {
  text-align: center;
  display: inline-block;
  max-width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -2em;
}

/** pic_list **/
.pic_list {
  width: 100%;
  position: relative;
  z-index: 1;
}

.pic_list ul {
  margin-top: 60px;
  margin-right: -60px;
  overflow: hidden;
}

.pic_list ul li {
  width: 400px;
  margin-bottom: 60px;
  overflow: hidden;
  margin-right: 60px;
  float: left;
  position: relative;
}

.pic_box {
  background: #FFF;
}

.pic_list ul li a img {
  height: 650px;
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pic_list ul li a span {
  width: 360px;
  background: url("../images/bg_g.png");
  height: 48px;
  font-size: 16px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  margin-top: -48px;
  line-height: 48px;
  color: #ffffff;
}

.pic_list ul li:hover a span {
  background-color: #004989;
  transition: all 0.3s;
}

/** page **/
.page {
  width: 100%;
  text-align: center;
  margin: 20px 0 80px;
}

.page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 2px;
}

.page .strong {
  border: none;
  background: #004B85;
  color: #FFFFFF;
}

.page a {
  display: inline-block;
  margin: 0 2px;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.page a:hover {
  background-color: #ad926b;
  color: #FFFFFF;
}

.add20231013 * {
  box-sizing: border-box;
}
.add20231013 p {
  margin: 0;
}
.add20231013 a {
  text-decoration: none;
  color: inherit;
}

.image, .gsjj-3 .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  border: 0;
}

html,
body {
  padding: 0;
  margin: 0;
}

.df-sb, .dsj-2 .item, .gsll-1, .gsjj .gsjj-5 .con, .gsjj-4, .gsjj-21 .item, .gsjj-21 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.df-sb > *, .dsj-2 .item > *, .gsll-1 > *, .gsjj .gsjj-5 .con > *, .gsjj-4 > *, .gsjj-21 .item > *, .gsjj-21 > * {
  float: left;
}

.container {
  width: 1320px;
  margin: 0 auto;
  min-height: 1px;
}

.gsjj {
  width: 100%;
}
.gsjj .bt {
  padding-top: 70px;
  margin-bottom: 40px;
}
.gsjj .bt span {
  display: inline-block;
  font-size: 36px;
  color: #333;
}
.gsjj .bt p {
  font-size: 16px;
  color: #AAAAAA;
  margin-top: 15px;
  text-transform: uppercase;
}
.gsjj-1 {
  padding-bottom: 40px;
  background: url(../images/ny_logo-1.png) no-repeat right top;
  background-color: #F7F7F7;
}
.gsjj-1 .container > p {
  font-size: 17px;
  color: #333;
  line-height: 2;
  text-indent: 2rem;
  margin-bottom: 15px;
  text-align: justify;
}
.gsjj-21 {
  height: 164px;
  background: #FFF;
}
.gsjj-21 .item > span {
  font-size: 48px;
  color: #333;
}
.gsjj-21 .item .xx {
  padding-left: 14px;
}
.gsjj-21 .item .xx span {
  font-size: 24px;
  color: #333;
}
.gsjj-21 .item .xx p {
  font-size: 16px;
  color: #777777;
  margin-top: 10px;
}
.gsjj-3 {
  background: #AA916C;
  height: 540px;
  overflow: hidden;
  position: relative;
}
.gsjj-3 .img {
  width: 45.8vw;
  height: 100%;
  margin-left: 54.2vw;
}
.gsjj-3 .img img {
  -o-object-position: left center;
     object-position: left center;
}
.gsjj-3 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
.gsjj-3 .txt {
  width: 640px;
}
.gsjj-3 .txt > p {
  font-size: 17px;
  line-height: 2;
  color: #FFF;
  text-align: justify;
  text-indent: 2rem;
  margin-bottom: 10px;
}
.gsjj-3 .bt span {
  color: #FFF;
}
.gsjj-3 .bt p {
  color: #FFF;
  opacity: 0.4;
}
.gsjj-4 {
  height: 400px;
}
.gsjj-4 a {
  width: 25%;
  height: 100%;
  text-align: center;
  transition: all 0.5s;
  padding-top: 50px;
  background-color: #FFF;
  overflow: hidden;
}
.gsjj-4 a:nth-child(odd) {
  background-color: #E8EEF4;
}
.gsjj-4 a .img {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gsjj-4 a .img img:nth-child(2) {
  display: none;
}
.gsjj-4 a p {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  transition: all 0.5s;
}
.gsjj-4 a span {
  display: inline-block;
  margin-top: 60px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  transition: all 0.5s;
  margin-top: 150px;
}
.gsjj-4 a:hover {
  background: linear-gradient(45deg, #144D82, #97886E);
}
.gsjj-4 a:hover .img img:nth-child(1) {
  display: none;
}
.gsjj-4 a:hover .img img:nth-child(2) {
  display: block;
}
.gsjj-4 a:hover p {
  color: #FFF;
}
.gsjj-4 a:hover span {
  margin-top: 60px;
}
.gsjj .gsjj-5 {
  background: #F7F7F7;
}
.gsjj .gsjj-5 .con {
  height: 184px;
}
.gsjj .gsjj-5 .con a {
  height: 100%;
  width: 11.111%;
  text-align: center;
  transition: all 0.3s;
}
.gsjj .gsjj-5 .con a .img {
  height: 108px;
  padding-top: 60px;
}
.gsjj .gsjj-5 .con a p {
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}
.gsjj .gsjj-5 .con a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  background: #F7F7F7;
  border-radius: 5px;
}
.gsjj .gsjj-5 .con a:hover p {
  font-weight: bold;
  color: #004989;
}

.gsll {
  width: 100%;
  background: url(../images/ny_logo-1.png) no-repeat right top, url(../images/ny_bg-1.png) no-repeat center bottom;
  padding-bottom: 80px;
  background-color: #F7F7F7;
}
.gsll .bt {
  padding-top: 70px;
  margin-bottom: 40px;
}
.gsll .bt span {
  display: inline-block;
  font-size: 36px;
  color: #333;
}
.gsll .bt p {
  font-size: 16px;
  color: #AAAAAA;
  margin-top: 15px;
  text-transform: uppercase;
}
.gsll-1 {
  flex-wrap: wrap;
}
.gsll-1 a {
  height: 100px;
  width: 48.48%;
  background: #FFF;
  padding: 0 40px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  transition: all 0.3s;
}
.gsll-1 a span {
  display: inline-block;
  font-size: 24px;
  padding-right: 25px;
  position: relative;
  color: #333;
  transition: all 0.3s;
}
.gsll-1 a span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #DDDDDD;
}
.gsll-1 a p {
  padding-left: 24px;
  font-size: 16px;
  color: #777777;
}
.gsll-1 a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gsll-1 a:hover span {
  font-weight: bold;
  color: #004989;
}
.gsll-2 {
  text-align: center;
}
.gsll-2 img {
  max-width: 100%;
}

.dsj-1 {
  display: flex;
  align-items: center;
}
.dsj-1 .item {
  width: 140px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  color: #AF946E;
  border: 1px solid #AF946E;
  border-radius: 50px;
  background: #FFF;
  transition: all 0.3;
  margin-right: 20px;
  cursor: pointer;
}
.dsj-1 .item.on {
  background: #AF946E;
  color: #FFF;
}

.dsj-2 {
  padding-top: 38px;
}
.dsj-2 .dsj-3 {
  display: none;
  position: relative;
}
.dsj-2 .dsj-3::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  left: 201px;
  height: 100%;
  background: #AF946E;
  opacity: 0.3;
}
.dsj-2 .dsj-3.on {
  display: block;
  animation: fadeInUp 0.5s;
}
.dsj-2 .item {
  margin-bottom: 20px;
}
.dsj-2 .item .dsj-4 {
  width: 240px;
  padding-right: 70px;
  position: relative;
  font-size: 18px;
  color: #333;
  text-align: right;
}
.dsj-2 .item .dsj-4::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 2px solid #AF946E;
  border-radius: 50%;
}
.dsj-2 .item .dsj-5 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  background: #FFF;
  width: calc(100% - 240px);
  padding: 15px 30px;
}