﻿@charset "utf-8";
@import "public.css?v=1313232332323423234";

/*#region 关于我们#*/
.ny-right-about {
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  min-height: 450px;
  font-size: 14px;
  color: #474747;
  max-width: 1200px;
  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;
}

.nyaboutbox>div {
  font-size: 15px;
  line-height: 28px;
}

.nyaboutbox .nyabouttext {
  padding-left: 30px;
  font-size: 15px;
  line-height: 28px;
  flex: 1;
}

.nyaboutbox .nyabouttext .bt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
}

.webapp .nyaboutbox .nyabouttext {
  padding-left: 0;
}

.webapp .nyaboutbox {
  display: block;
}

.webapp .nyaboutbox>div.nyaboutimg {
  margin-right: 0;
  margin-bottom: 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%;
  padding: 0 10px;
  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: #5b8574;
}

.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: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: #5b8574;
}

.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: 50px 0 80px;
  color: #777;
  font-size: 15px;
}

.contacttitle strong {
  display: block;
  font-size: 38px;
  color: #333;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 10px;
}

.development {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.development::after {
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #e6e6e6;
}

.development .dellist {
  margin-bottom: 45px;
  position: relative;
  z-index: 10;
}

.development .dellist .posText {
  width: 43%;
  line-height: 32px;
}

.development .dellist.rPos {
  display: flex;
  justify-content: flex-end
}

.development .dellist.lPos {

  text-align: right;
}

.development .dellist strong {
  color: #000;
  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: #1ab1d0;
  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(26, 177, 208, 0.3);
  border-radius: 40px;
  z-index: 5;
  box-sizing: border-box;
}

.developmentBox {
  background: url(../images/lcbj.jpg) top 150px center no-repeat;
  background-size: 100%;
  padding: 0 0 80px;
}


.webapp .contacttitle strong {
  font-size: 28px;
}

.webapp .contacttitle {
  padding-bottom: 60px;
}

.webapp .development {
  padding: 0 15px;
  font-size: 12px;
}

.webapp .development .dellist {
  margin-bottom: 20px;
}

.webapp .development .dellist .posText {
  line-height: 24px;
}

.webapp .development .dellist strong {
  font-size: 18px;
}



.webapp .development .dellist::after {
  width: 6px;
  height: 6px;
  top: 8px;
}

.webapp .development .dellist::before {
  width: 16px;
  height: 16px;
  top: 3px;
}

/*#endregion#*/

/*#region 移动端内页导航#*/

.wapAboutNav {
  display: none;
}

.webapp .wapAboutNav {
  display: block;
}

.webapp .wapAboutNav .subNyLeft {
  display: flex;
  justify-content: center;
  padding: 20px 20px 0;
}

.webapp .wapAboutNav .subNyLeft li {
  width: 30%;
  margin: 0 10px;

}

.webapp .wapAboutNav .subNyLeft li a {
  border: 1px solid #ccc;
  display: block;
  padding: 5px 5px;
  text-align: center;
  border-radius: 5px;
}

.webapp .wapAboutNav .subNyLeft li a.cur {
  border: 1px solid #1ab1d0;
  background: #1ab1d0;
  color: #FFF;
}

/*#endregion#*/

/*#region 新闻详情  相册详情 #*/
.newsDetail {
  font-size: 16px;
  line-height: 28px;
  min-height: 400px;
  color: #343434;
}

.newsDetail a {
  color: #5b8574;
}

.newsDetail img {
  max-width: 100%;
}

/*#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#*/


@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {}