﻿@charset "utf-8";
@import "public.css?v=131311144451483234";

/*#region 关于我们#*/
.ny-right-about {
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  min-height: 450px;
  font-size: 18px;
  color: #7c7877;
  max-width: 1200px;
  line-height: 36px;
  padding: 0 15px 80px;
}

.ny-right-about img {
  max-width: 100%;
  margin-top: 20px;
}

.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: 50px 0;
}

.nyaboutbox>div {
  font-size: 16px;
  line-height: 32px;
  width: 48%;
}

.nyaboutbox>div.nyaboutimg {
  /* flex: 1; */
}

.nyaboutbox>div.nyaboutimg img {
  max-width: 100%;
}

.nyaboutbox .nyabouttext {
  /* width: 50%; */
}

.nyaboutbox .nyabouttext .bt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
}

.webapp .nyaboutbox {
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
}

.webapp .nyaboutbox>div {
  margin-right: 0;
  width: 100%;
}

.webapp .nyaboutbox>div.nyaboutimg {
  margin: 10px 0;
}

/*#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;
}

.webapp #container {
  margin-bottom: 40px;
  height: 290px;
}


/*#endregion#*/

/*#region 内新闻列表#*/
.ny-right-news {
  width: auto;
  margin: 0 auto;
  min-height: 300px;
}

.ny-right-news li {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
  margin-bottom: 30px;
  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: #4ca702;
}

.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: 22px;
  line-height: 22px;
  color: #7a7a7a;
}

.ny-right-news li .rq span {
  position: relative;
  display: block;
  font-size: 14px;
}



.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: flex;
  position: relative;
  margin-left: 130px;
  /* width: 78%; */
  color: #7c7877;
  transition: all 0.3s;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px solid #e8e8e8;
  overflow: hidden;
  min-height: 40px;
  align-items: center;

}

.ny-right-news li .bt strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ny-right-news li .bt .text {
  font-size: 18px;
  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: #4ca702;
}

.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;
}

.nyNewsShow .ShowNewssubtit {
  font-size: 15px;
  line-height: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
  color: #929292;
}

.nyNewsShow .ShowNewssubtit span {
  padding-left: 20px;
}

/*#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: 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: #4ca702;
  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;
  line-height: 20px;
}

.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;
}

.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: rgba(255, 255, 255, .59);
  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: #4ca702;
  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 .contactbj {
  background: url(../images/contact.png) center center no-repeat;
  background-size: 200%;
  padding-top: 0;
}

.webapp .contact-info .nycontact .rightXX>div .red {
  font-size: 20px;
}

/*#endregion#*/

/*#region 移动端内页导航#*/

.wapAboutNav {
  display: none;
}

.webapp .wapAboutNav {
  display: block;
}

.webapp .wapAboutNav .subNyLeft {
  display: flex;
  padding: 20px 15px 0;
  flex-wrap: wrap;
}

.webapp .wapAboutNav .subNyLeft li {
  /* width: 30%; */
  margin: 0 5px 10px;

}

.webapp .wapAboutNav .subNyLeft li a {
  border: 1px solid #ccc;
  display: block;
  padding: 5px 5px;
  text-align: center;
  border-radius: 5px;
  white-space: nowrap;
}

.webapp .wapAboutNav .subNyLeft li a.cur {
  border: 1px solid #4ca702;
  background: #4ca702;
  color: #FFF;
}

/*#endregion#*/

/*#region 新闻详情  相册详情 #*/
.newsDetail {
  font-size: 16px;
  line-height: 32px;
  min-height: 400px;
  color: #7c7877;
}

.newsDetail a {
  color: #4ca702;
}

.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#*/
.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: #4ca702;
}

.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;
}

.contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  width: 86%;
  margin: 0 auto;
  padding: 80px 0;
}

.contact::before {
  display: block;
  content: 'Contact Us';
  white-space: nowrap;
  color: rgba(20, 20, 20, .001);
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: calc(50% - 100px);
  font-size: 200px;
  line-height: 1;
  text-shadow: rgba(220, 220, 220, 0.37) 1px 0 0, rgba(220, 220, 220, 0.37) 0 1px 0, rgba(220, 220, 220, 0.37) -1px 0 0, rgba(220, 220, 220, 0.37) 0 -1px 0;
  font-family: var(--font-family1);
  z-index: 1;
}

.contact-info {
  width: 48%;
  z-index: 10;
}

.contact-info h3 {
  font-size: 26px;
  color: #7c7877;
  line-height: 30px;
  font-family: var(--font-family4);
  /* text-transform: uppercase; */
  margin-bottom: 15px;
}

.contact-info dl {
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.contact-info dl:last-child {
  border-bottom: none;
}

.contact-info dl dt {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--active-color);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.contact-info dl dt i {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.contact-info dl dd {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 15px;
  color: #343c49;
  box-sizing: border-box;
}

.contact-info dl dd h5 {
  font-size: 16px;
  color: #7c7877;
  font-family: var(--font-family4);
}

.contact-info dl dd p {
  font-size: 16px;
  color: #7c7877;
  margin: 0 0;
}

.contact-info dl dd p a {
  font-size: 16px;
  color: #7c7877;
}

.contact-inquiry {
  width: 48%;
  z-index: 10;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
  padding: 62px 55px 52px;
  background: rgba(255, 255, 255, .59);
}

.contact-inquiry h3 {
  font-size: 36px;
  color: #7c7877;
  line-height: 1;
  font-family: var(--font-family4);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-inquiry p {
  font-size: 16px;
  color: #595959;
  line-height: 26px;
}

.contact-inquiry .inquirbox {
  margin: 30px 0 0;
}

.contact-inquiry .inquirbox .row {
  margin-bottom: 15px;
}

.contact-inquiry .inquirbox .submit {
  margin: 0 auto;
}

.webapp .contact {
  display: block;
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
}

.webapp .contact-info {
  width: 100%;
}

.webapp .contact-info dl {
  /* flex-direction: column;
  justify-content: center;
  text-align: center; */
}

.webapp .contact-info dl dd h5 {
  /* padding: 15px 0; */
}

.webapp .contact-info dl dd {
  /* padding: 0; */
}

.webapp .contact::before {
  display: none;
}

.webapp .contact-inquiry {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.webapp .contact-inquiry h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.webapp .contact-info h3 {
  font-size: 20px;
  /* text-align: center; */
}

.inquirbox h5 {
  background: #F0B323;
}

.inquirbox .row {
  margin-bottom: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .43);
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  background: #fafafa;
  border-color: #999;
  outline: 0
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox .submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: #4ca702;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 0;
}

.inquirbox .submit:hover {
  background: #4ca702;
}

.inquirbox .row .col-sm-6 {
  width: 48%;
}

.inquirbox .row .col-sm-12 {
  width: 100%;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {}