﻿@charset "utf-8";
@import "public.css?v=131314343234";

/*#region 关于我们#*/
.ny-right-about {
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  min-height: 450px;
  font-size: 16px;
  color: #343434;
  max-width: 1400px;
  line-height: 30px;
  padding: 0 15px 80px;
}

.ny-right-about img {
  max-width: 100%;
}

.nyaboutbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 110px 0;
}

.nyaboutbox>div {
  font-size: 17px;
  line-height: 40px;
  width: 48%;
}

.nyaboutbox>div.nyaboutimg {
  /* flex: 1; */
}

.nyaboutbox>div.nyaboutimg img {
  max-width: 100%;
}

.nyaboutbox .nyabouttext {
  /* width: 50%; */
}

.nyaboutbox .nyabouttext .bt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}

.webapp .nyaboutbox {
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
}

.webapp .nyaboutbox>div {
  margin-right: 0;
  width: 100%;
  font-size: 15px;
  line-height: 32px;
}

.webapp .nyaboutbox>div.nyaboutimg {
  margin: 10px 0;
}

.webapp .nyaboutbox .nyabouttext .bt {
  font-size: 20px;
}

.webapp .aboutContent {
  font-size: 15px;
  line-height: 32px;
  padding-top: 40px;
}

.webapp .aboutContent .aboutbt {
  font-size: 20px;
}

/*#endregion#*/

/*#region 联系我们#*/

.nycontact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.webapp .nycontact {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.webapp .webcontact {
  font-size: 20px !important;
  padding: 20px 0 !important;
}

.nycontact>div {
  width: 46%;
  padding: 20px 0;
  font-size: 18px;
  margin: 0 2%;
  border-bottom: 1px solid #e8e8e8;
}



.webapp .nycontact>div {
  width: auto;
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
}

.webapp #container {
  margin-bottom: 40px;
  height: 290px;
}


/*#endregion#*/

/*#region 内新闻列表#*/
.ny-right-news {
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 300px;
}

.ny-right-news li {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
  margin-bottom: 40px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%);
}

.ny-right-news li:hover {
  z-index: 10;
  background: #ef8200;
}

.ny-right-news li:hover .bt {
  border-color: rgba(255, 255, 255, 0.2);
}

.ny-right-news li:hover .rq span {
  border-color: rgba(255, 255, 255, 0.1);
}

.ny-right-news li:hover a,
.ny-right-news li:hover .bt .text {
  color: #fff;
}

.ny-right-news li .rq {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  font-size: 26px;
  line-height: 32px;
  color: #7a7a7a;
}

.ny-right-news li .rq span {
  position: relative;
  display: block;
  font-size: 16px;
}

.ny-right-news li .rq .img {
  margin: 0 20px;
  height: 102px;
}

.ny-right-news li .rq .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.ny-right-news li.gcal .rq {
  width: 190px;
}

.ny-right-news li.gcal .bt {
  margin-left: 190px;
}

.ny-right-news li:hover .rq {
  color: #fff !important;
}

.ny-right-news li:hover .bt strong {
  color: #fff !important;
}

.ny-right-news li .bt {
  display: block;
  position: relative;
  margin-left: 130px;
  width: 78%;
  color: #333;
  transition: all 0.3s;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px solid #e8e8e8;
  overflow: hidden;
}

.ny-right-news li .bt strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.ny-right-news li .bt .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ny-right-news li .fotsh {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.ny-right-news li:hover .fotsh {
  display: block;
}

.ny-right-news li .fotsh .pare1 a.p_weixin {
  background: url("../images/share/sh01.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .fotsh .pare1 a.p_sqq {
  background: url("../images/share/sh03.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .fotsh .pare1 a.p_tsina {
  background: url("../images/share/sh02.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li:hover>.text .bt {
  color: #ef8200;
}

.webapp .ny-right-news li {
  padding: 15px;
  border-bottom: none;
  transition: 0s;
  margin-bottom: 20px;
}

.webapp .ny-right-news li .text {
  height: auto;
  margin: 0;
  font-size: 12px;
}

.webapp .ny-right-news li .bt {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.webapp .ny-right-news li .bt strong {
  font-size: 16px;
  margin-top: 0;
}

.webapp .ny-right-news li .rq,
.webapp .ny-right-news li .fotsh {
  display: none;
}

/*#endregion#*/

/*#region 发展历程#*/

.contacttitle {
  text-align: center;
  padding: 80px 0 20px;
  color: #777;
  font-size: 15px;
}

.contacttitle strong {
  display: block;
  font-size: 40px;
  color: #333;
  line-height: 38px;
  margin-bottom: 10px;
}

.development {
  font-size: 16px;
  max-width: 1200px;
  margin: 60px auto;
  position: relative;
}


.development::after {
  width: 6px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #e6e6e6;
}

.development .dellist {
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
  min-height: 180px;
}

.development .dellist .posText {
  width: 40%;
  color: #898989;
  font-size: 22px;
  line-height: 32px;
}

.development .dellist.rPos {
  display: flex;
  justify-content: flex-end
}

.development .dellist.lPos {

  text-align: right;
}

.development .dellist strong {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}


.development .dellist::after {
  /* width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  margin: auto;
  background: #ef8200;
  border-radius: 40px;
  z-index: 10;
  box-sizing: border-box; */
}

.development .dellist::before {
  /* width: 26px;
  height: 26px;
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(239, 130, 0, 0.3);
  border-radius: 40px;
  z-index: 5;
  box-sizing: border-box; */
}

.development .dellist .yearTxt {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/yuans.png) center center no-repeat;
  background-size: 100%;
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.developmentBox {
  background: url(../images/bjshs.jpg) center bottom no-repeat;
  background-size: 100%;
  padding: 0 0 80px;
}


.webapp .contacttitle strong {
  font-size: 28px;
}

.webapp .contacttitle {
  padding-bottom: 60px;
}

.webapp .development {
  padding: 0 5px;
  font-size: 12px;
}

.webapp .development .dellist {
  margin-bottom: 20px;
}

.webapp .development .dellist .posText {
  line-height: 24px;
  width: calc(50% - 50px);
  font-size: 15px;
}

.webapp .development .dellist strong {
  font-size: 20px;
  line-height: 28px;
}

.webapp .development .lcbt {
  font-size: 16px;
}

/* .webapp .development .dellist::after {
  width: 6px;
  height: 6px;
  top: 8px;
}

.webapp .development .dellist::before {
  width: 16px;
  height: 16px;
  top: 3px;
} */

.webapp .development .dellist .yearTxt {
  width: 80px;
  height: 80px;
  top: -15px;
  font-size: 20px;
}

.publicListBox .nyabouttext .bt {
  font-size: 30px;
}

.publicListBox .nyaboutbox {
  margin: 100px auto;
}


.webapp .publicListBox {
  width: auto;
}

.webapp .publicListBox .nyaboutbox {
  margin: 40px auto;
}

.webapp .publicListBox .nyaboutbox .nyabouttext {
  font-size: 16px;
}

.contactbj {
  background: url(../images/contact.png) center center no-repeat;
  background-size: 100%;
  padding-top: 0px;
  padding-bottom: 150px;
}

.contactbj .nyContent {
  /* padding-top: 50px; */
}


.contact-info {
  max-width: 821px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
}

.contact-info .nycontact {
  width: auto;
  align-items: flex-start;
}

.contact-info .nycontact .leftXX {
  width: 80px;
  font-size: 20px;
  color: #494949;
  font-weight: bold;
  line-height: 35px;
  padding: 0 0;
}

.contact-info .nycontact .rightXX {
  flex: 1;
  border-left: 1px solid #dedede;
  padding: 0 0 0 60px;
}

.contact-info .nycontact>div {
  border-bottom: 0;
}

.contact-info .nycontact .rightXX>div {
  margin-bottom: 15px;
  color: #333;
}

.contact-info .nycontact .rightXX>div .red {
  font-size: 30px;
  color: #ef8200;
  font-weight: bold;
}

.webapp .contacttitle {
  padding: 30px 40px 20px;
}

.webapp .contact-info {
  width: auto;
  padding: 20px;
}

.webapp .contactbj .nyContent {
  padding: 0 30px;
}

.webapp .contact-info .nycontact .leftXX {
  display: none;
}

.webapp .contact-info .nycontact .rightXX {
  padding: 0;
  border: 0;
}

.webapp .contact-info .nycontact .rightXX img {
  width: 100%;
}

.webapp .contactbj {
  background: url(../images/contact.png) center center no-repeat;
  background-size: 200%;
  padding-top: 0;
  padding-bottom: 100px;
}

.webapp .contact-info .nycontact .rightXX>div .red {
  font-size: 20px;
}

/*#endregion#*/

/*#region 移动端内页导航#*/


.AboutNav {
  display: block;
  /* -moz-box-shadow: 0 6px 6px rgba(128, 128, 128, 0.1);
  -webkit-box-shadow: 0 6px 6px rgba(128, 128, 128, 0.1);
  box-shadow: 0 6px 6px rgba(128, 128, 128, 0.1); */
}

.AboutNav .subNyLeft {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* max-width: 1400px; */
}

.AboutNav .subNyLeft li {
  /* width: 30%; */
  margin-right: 40px;
}

.AboutNav .subNyLeft li a {
  display: block;
  padding: 25px 0;
  text-align: center;
  color: #181818;
  white-space: nowrap;
  font-size: 20px;
}

.AboutNav .subNyLeft li a.cur {
  color: #ef8200;
}

.webapp .AboutNav .subNyLeft li a {
  padding: 15px 0;
  font-size: 16px;
}

.webapp .AboutNav .subNyLeft li {
  margin-right: 15px;
}

.aboutContent {
  padding-top: 80px;
  font-size: 18px;
  line-height: 42px;
}

.aboutContent .aboutbt {
  font-weight: bold;
  font-size: 24px;
}

.aboutContent .record {
  position: initial;
  padding-bottom: 0;
  line-height: 30px;
}

.aboutContent .record li {
  color: #333333;
}

.aboutContent .record li .num span {
  font-size: 36px;
}

.webapp .aboutContent .record {
  margin: 30px 0;
}

/*#endregion#*/

/*#region 新闻详情  相册详情 #*/
.newsDetail {
  font-size: 18px;
  line-height: 32px;
  min-height: 400px;
  color: #343434;
}

.newsDetail a {
  color: #ef8200;
}

.newsDetail img {
  max-width: 100%;
}

.webapp .newsDetail {
  font-size: 16px;

}

/*#endregion#*/

/*#region 搜索列表#*/
.ny-search-news {
  padding: 0 0 60px;
}

.ny-search-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ny-search-news li a {
  font-size: 16px;
}

/*#endregion#*/
.yfcxWrap {
  padding: 30px 0;
  color: #151515;
}

.yfcxWrap .yfcxTitle {
  font-size: 22px;
  background: #f8f8f8;
  font-weight: bold;
  color: #000;
  position: relative;
  padding: 15px 0 15px 20px;
  line-height: 30px;
}

.yfcxWrap .yfcxTitle::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 100%;
  background: #ef8200;
}

.yfcx_list {
  padding: 30px 0;
  line-height: 40px;
  font-size: 16px;
}

.yfcximg {
  padding: 60px 0;
}

.yfcximg img {
  max-width: 100%;
}

.yfcxThreeCon {
  display: flex;
}

.yfcxThreeCon .leftTxt:nth-child(1) {
  margin-right: 80px;
}

.webapp .yfcxThreeCon {
  flex-wrap: wrap;
}

.webapp .yfcxThreeCon .leftTxt {
  margin-right: 0;
}

.yfcxThreeCon,
.yfcxCon {
  padding: 40px 0;
  line-height: 32px;
  font-size: 16px;
}

.yfcxsubBt {
  font-size: 18px;
  font-weight: bold;
}

.yfcxsubCon {
  margin-bottom: 40px;
}

.yfcxCon {
  text-indent: 2em;
}

.webapp .yfcxWrap .yfcxTitle {
  font-size: 16px;
  padding: 10px 0 10px 20px;
}

.webapp .yfcxThreeCon,
.webapp .yfcxCon,
.webapp .yfcx_list {
  font-size: 15px;
  line-height: 32px;

}

.webapp .yfcxsubBt {
  font-size: 18px;
}


.rlzybox {
  box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%);
  overflow: hidden;
  padding: 40px;
}

.webapp .rlzybox {
  padding: 20px;
}

.userName {
  color: #151515;
  font-size: 16px;
}

.userName .tt {
  color: #151515;
}

.userName .tt strong {
  font-size: 22px;
  margin-right: 15px;
  color: #000;
}

.userName .tt span {
  padding-left: 15px;
}

.userName .con span {
  margin-left: 15px;
}

.userName .text {
  margin-top: 15px;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {}