﻿@charset "utf-8";
@import "public.css?v=13443434435663234";

/*#region 关于我们#*/
.ny-right-about {
  width: auto;
  overflow: hidden;
  margin: 0 auto 80px;
  font-size: 18px;
  color: #343434;
  line-height: 30px;
}

.CULTUREPage {
  margin-top: 80px;
}

.CULTUREPage iframe {
  height: 34vw;
  width: 70%;
  margin: 0 auto;
  display: block;
}

.webapp .CULTUREPage {
  margin: 30px 0;
}

.webapp .CULTUREPage iframe {
  width: 95%;
  height: 50vw;
}

.about {
  padding: 130px 0 70px;
  position: relative;
}

.about::before {
  content: "";
  width: 58.23%;
  top: 60px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #f9f9f9;
}

.about .wp {
  display: flex;
  align-items: center;
}

.about .txt {}

.about .pic {
  width: 44.6%;
  position: relative;
  z-index: 20;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
}

.about .pic>img {
  transition: all 0.3s ease 0s;
  width: 100%;
  object-fit: cover;
}

.about .txt {
  flex: 1;
  margin-right: 80px;
  position: relative;
  z-index: 20;
}

.about .txt h3 {
  font-size: 48px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}

.about .txt h3::after {
  display: block;
  content: '';
  width: 240px;
  height: 6px;
  background: #13508d;
  margin: 25px auto 0 0;
  border-radius: 3px;
}

.about .t {
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  font-family: Arial, Helvetica, sans-serif;
}

.about .t p~p {
  margin-top: 10px;
}


.why {
  padding: 80px 0;
}

.why h3 {
  font-size: 48px;
  color: #141414;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  text-align: center;
}

.why h3::after {
  display: block;
  content: '';
  width: 240px;
  height: 6px;
  background: #13508d;
  margin: 25px auto 0;
  border-radius: 3px;
}

.why ul {
  margin: 50px -9px 0;
  display: flex;
  /* flex-wrap: wrap; */
}

.why ul li {
  width: 25%;
  cursor: pointer;
  padding: 0 9px;
}

.why ul li .box {
  position: relative;
  transition: all 0.3s ease 0s;
}

.why ul li .box img {
  width: 100%;
}

.why ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 160px;
  transition: 0.5s;
}

.why ul li .txt h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.why ul li:hover .txt {
  background: rgba(0, 0, 0, 0.3);
}

.why ul li:hover .box {
  transform: translateY(-10px);
}


.business {
  padding: 0 0 80px 0;
  /*background: #fafafa;*/
}

.business h3 {
  font-size: 48px;
  color: #141414;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.business h3::after {
  display: block;
  content: '';
  width: 240px;
  height: 6px;
  background: #13508d;
  margin: 25px auto 0;
  border-radius: 3px;
}

.business .businessImg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

.business .businessImg img {
  width: 100%;
}

.factory {
  padding: 0 0 40px 0;
}

.factory h3 {
  font-size: 48px;
  color: #141414;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  text-align: center;
}

.factory h3::after {
  display: block;
  content: '';
  width: 240px;
  height: 6px;
  background: #13508d;
  margin: 25px auto 0;
  border-radius: 3px;
}

.factory .list {
  position: relative;
  margin-top: 60px;
}

.factory .swiper-slide {
  text-align: center;
}

.factory .swiper-slide img {
  width: 100%;
}

.factory .swiper-slide h6 {
  font-size: 18px;
  color: #212121;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 27px 0 0;
}

.factory .bot {
  display: flex;
  align-items: center;
  width: 1180px;
  margin: 50px auto 0;
  line-height: normal;
}

.factory .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden;
}

.factory .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 3px;
  background: #C9D2D7;
}

.factory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #13508d;
  top: 0;
  height: 3px;
}

.factory .bot .page {
  font-size: 0;
}

.factory .swiper-button-prev,
.factory .swiper-button-next {
  position: static;
  width: 30px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: none;
  margin-top: 0;
  text-align: center;
  color: #13508d;
  display: inline-block;
  border-radius: 0;
}

.factory .swiper-button-next::after,
.factory .swiper-button-prev::after {
  display: none;
}

.factory .swiper-button-prev i,
.factory .swiper-button-next i {
  color: inherit;
  font-size: 24px;
  display: inline-block;
}

.factory .swiper-button-prev,
.factory .swiper-container-rtl .swiper-button-next {}

.factory .swiper-button-next,
.factory .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px;
}

.factory .swiper-button-prev:hover,
.factory .swiper-button-next:hover {
  color: var(--active-color);
}

/*#endregion#*/

/*#region 联系我们#*/



/*#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: #13508d;
}

.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: #13508d;
}

.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: 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: #13508d;
  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?v=234234) 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;
}

.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% - 50px);
  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: Arial, Helvetica, sans-serif;
  z-index: 1;
}

.contact-info {
  width: 100%;
  z-index: 10;
}

.contact-info h3 {
  font-size: 44px;
  color: #000;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 60px 0;
  text-align: center;
}

.qicoBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-info dl {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  width: 50%;
  box-sizing: border-box;
  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: 72px;
  height: 72px;
  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: 32px;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.contact-info dl dd {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 25px;
  color: #343c49;
  box-sizing: border-box;
}

.contact-info dl dd h5 {
  font-size: 22px;
  color: #141414;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-info dl dd p {
  font-size: 18px;
  color: #444;
  margin: 8px 0 0;
}

.contact-info dl dd p a {
  font-size: 18px;
  color: #444;
}

.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: #000;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-inquiry p {
  font-size: 17px;
  color: #595959;
  line-height: 30px;
}

.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: 24px;
  text-align: center;
}

.faq ul {
  width: 86%;
  margin: 0 auto;
  padding: 80px 0;
}

.faq ul li {}

.faq ul li~li {
  margin-top: 20px;
}

.faq ul li .tit {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 20px 20px 60px;
  background: #f9f9f9;
  transition: all 0.3s ease 0s;
}

.faq ul li .tit .date-month {
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  color: #3B3B3B;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.faq ul li .tit h4 {
  -webkit-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #1b1c1c;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 10px;
  text-transform: uppercase;
}

.faq ul li .tit::after {
  position: absolute;
  left: 24px;
  top: calc(50% - 8px);
  content: "\e7fe";
  font-family: "qico";
  font-size: 12px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  border-radius: 50%;
  background: #3B3B3B;
}

.faq ul li .con {
  padding: 25px 25px 35px;
  display: none;
  background: #fff;
}

.faq ul li .con .date-day {
  float: left;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  color: #666;
  display: block;
  text-align: center;
}

.faq ul li .con .t {
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}

.faq ul li .con .t p+p {
  margin-top: 25px;
}

.faq ul li .tit.active {
  background: #13508d;
}

.faq ul li .tit.active::after {
  content: "\e7fd";
  color: #13508d;
  background: #fff;
}

.faq ul li .tit.active h4 {
  color: #fff;
}

/*#endregion#*/

/*#region 移动端内页导航#*/


.wapAboutNav {
  display: block;
  border-bottom: 1px solid #E3E3E3;
}

.wapAboutNav .subNyLeft {
  display: flex;
  padding: 0 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}

.wapAboutNav .subNyLeft li {
  /* width: 30%; */
  margin: 0 5px;

}

.wapAboutNav .subNyLeft li a {
  height: 70px;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 600;
  padding: 0 30px;
  font-size: 20px;
  position: relative;
}


.wapAboutNav .subNyLeft li a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #13508d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: all .15s ease-out;
  opacity: 0;
}

.wapAboutNav .subNyLeft li a.cur::after,
.wapAboutNav .subNyLeft li a:hover::after {
  opacity: 1;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}


.webapp .wapAboutNav .subNyLeft {
  display: block;
  text-align: center;
  padding: 10px 0;
}

.webapp .wapAboutNav .subNyLeft li a {
  display: block;
  font-size: 18px;
  padding: 6px 0;
  height: auto;
  font-weight: normal;
}

/*#endregion#*/

/*---------------------down---------------------*/

.down {}

.down ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.down ul li {
  width: 48%;
  margin: 0 0 30px 0;
  border: 1px solid #E2E2E2;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: flex-start;
}


.down ul li .pic {
  width: 180px;
  height: 180px;
  /*background:#F5F5F7;*/
  text-align: center;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}

.down ul li .pic i {
  font-size: 44px;
  color: #E0474C;
}

.down ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.down ul li .t {
  margin: 0 0 0 30px;
  flex: 1;
}

.down ul li .t h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.down ul li .t p {
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #666;
  margin: 10px 0 0;
}

.down ul li .t .more {
  display: inline-block;
  margin: 15px 0 0;
  font-size: 16px;
  color: #666;
}

.down ul li .t .more i {
  font-size: 18px;
  color: #666;
  margin-right: 8px;
  -webkit-text-stroke-width: 0.2px;
}

.down ul li .bnts {
  margin: 30px 0 0;
  font-size: 0;
}

.down ul li .bnts>a {
  border: 1px solid #ccc;
  color: #333;
  font-size: 15px;
  background: #fff;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}

.down ul li .bnts>a:last-child {
  background: #13508d;
  border-color: #13508d;
  color: #fff;
}

.down ul li .bnts>a i {
  font-size: 19px;
  color: inherit;
  margin-right: 8px;
  vertical-align: middle;
}

.down ul li .bnts>a+a {
  margin-left: 15px;
}

.down ul li .bnts>a:hover {
  background: #b70002;
  color: #fff;
  border-color: #b70002;
}


.down ul li:hover {
  border: 1px solid #13508d;
}

.down ul li:hover .t h5 a {
  color: #13508d;
}

.down ul li:hover .t .more,
.down ul li:hover .t .more i {
  color: #b70002;
}


.webapp .down ul li {
  width: 100%;
  padding: 15px;
}

.webapp .down ul li .pic {
  display: none;
}

.webapp .down ul li .t {
  margin: 0;
}

.webapp .down ul li .bnts {
  margin-top: 15px;
}

.webapp .down ul li .t h5 {
  font-size: 18px;
}

.newslist li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  display: flex;
}

.newslist li .pic {
  width: 300px;
}

.newslist li .pic img {
  width: 100%;
  display: block;
}

.newslist li .t {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 44px;
  overflow: hidden;
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.newslist li .t em {
  font-size: 14px;
  color: #13508d;
  display: inline-block;
  margin-top: 10px;
}

.newslist li .t em::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #13508d;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.newslist li .t span {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  top: 10px;
}

.newslist li .t h5 {
  margin: 0 0 20px 0;

}

.newslist li .t h5 a {
  color: #121212;
  font-size: 24px;
  line-height: 30px;
  margin: 13px 0 0;
  font-family: Arial, Helvetica, sans-serif;

}

.newslist li .t .more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 152px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #13508d;
}

.newslist li .t .more i {
  font-size: 13px;
}

.newslist li .t .more:hover {
  background: #b70002;
}

.webapp .newslist li {
  display: block;
  padding: 0 0 20px 0;
}

.webapp .newslist li .t {
  margin: 0;
}

.webapp .newslist li .t .more {
  position: relative;
  display: block;
  margin-top: 15px;
}

/*#region 新闻详情  相册详情 #*/
.newsDetail {
  line-height: 32px;
  min-height: 400px;
  font-size: 17px;
  color: #666;
  border-top: 1px solid #eee;
  padding: 20px 0 20px;
}

.newsDetail a {
  color: #13508d;
}

.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: #13508d;
}

.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;
}

.webapp .about .wp {
  display: block;
}

.webapp .about .txt {
  margin: 0;
}

.webapp .about .txt h3 {
  font-size: 30px;
}

.webapp .about::before {
  width: 100%;
  top: 0;
}

.webapp .about .pic {
  margin-top: 15px;
  width: 100%;
}

.webapp .about {
  padding: 30px 0;
  margin-top: 20px;
}

.webapp .why {
  padding: 40px 0;
}

.webapp .why h3 {
  font-size: 30px;
}

.webapp .why ul li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.webapp .why ul {
  flex-wrap: wrap;
}

.webapp .why ul li .txt h5 {
  font-size: 16px;
}

.webapp .business h3,
.webapp .factory h3 {
  font-size: 30px;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {}