@charset "utf-8";
.m-btn {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 28px;
}
.m-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span::before,
.m-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span:before {
  top: -8px;
}
.m-btn span:after {
  bottom: -8px;
}
.m-btn.active span {
  background: transparent;
  margin-left: 10px;
}
.m-btn.active span:before {
  transform: rotate(-48deg) translate(-6px, 5px);
  -webkit-transform: rotate(-48deg) translate(-6px, 5px);
  -o-transform: rotate(-48deg) translate(-6px, 5px);
  width: 24px;
}
.m-btn.active span:after {
  transform: rotate(48deg) translate(-6px, -5px);
  -webkit-transform: rotate(48deg) translate(-6px, -5px);
  -o-transform: rotate(48deg) translate(-6px, -5px);
  width: 24px;
}
@media (max-width: 1199px) {
  .ny-header .nav > ul > li {
    padding-left: 0;
  }
  .ny-header .language {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .m-btn {
    display: block;
  }
  .m-btn span{
    background: #01b753;
  }
  .m-btn span::before, .m-btn span::after {
    background: #01b753;
  }
}
/* 内页banner */
.ny-ban {
  position: relative;
  overflow: hidden;
}
.ny-ban img {
  width: 100%;
}
.ny-ban .ny-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-0%); 
  color: #fff;
  background: url(../img/banner.png) no-repeat center bottom;
}
.ny-ban .ny-title h5.cntitle {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991px) {
  .ny-ban .ny-title h5.cntitle {
    font-size: 22px;
  }
  .ny-ban img {
    width: 100%;
    max-width: none;
  }
  .ny-ban .ny-title {
    padding: 50px 0px 45px;
    background-size: contain;
  }
}
/* 当前位置 */
.position {
  position: relative;
  font-size: 14px;
  padding: 15px 0px;
  line-height: 2;
  border-bottom: 1px solid #f0f0f0;
}
.position span {
  font-weight: bolder;
  display: inline-block;
}
.position ul {
  display: flex;
}
.position ul li {
  padding: 0px 4px;
  position: relative;
}
.position ul li a {
  color: #01b753;
}
.position ul.ny-nav li a {
  font-size: 18px;
  color: #2b2b2b;
  padding: 2px 15px;
  border-radius: 20px;
  display: block;
}
.position ul.ny-nav li a.active,
.position ul.ny-nav li a:hover {
  color: #fff;
  font-weight: 600;
  background: #01b753;
}
/*搜索*/
.search-icon {
  margin: 15px 0px;
  color: #01b753;
  color: #fff;
}
.search-input{
  position: relative;
}
.search input {
  width: 100%;
  line-height: 35px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 5px; 
}
.search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.search input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.search .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #01b753;
  z-index: 2;
  bottom: 0px;
}
.search .search-btn button {
  border: 0px;
  background: transparent;
  color: #fff;
  width: 50px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-align: center;
}
/*主页面*/
.main {
  background: #fff;
  border-bottom: 0px solid #fff;
}
.ny-comm {
  position: relative;
}
.ny-comm .comm-left {
  width: 78%;
  padding: 0px 40px 0px 0px;
  float: left;
}
.ny-comm .comm-right {
  width: 22%;
  float: right;
}
.main .ny-title {
  font-size: 26px;
  line-height: 1.2;
  color: #01b753;
  font-weight: 600;
  margin-bottom: 25px;
}
.main .ny-title span,
.main .ny-title strong {
  display: block;
  font-size: 20px;
  /* font-weight: 300; */
  text-transform: uppercase;
}
.main .ny-title strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .main .ny-title {
    font-size: 20px;
  }
  .position ul.pull-right {
    float: none !important;
  }
}
/*关于我们*/
.ny-comm .ny-about ul.about-list,.ny-comm .ny-about ul.about-benefit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.ny-comm .ny-about ul.about-benefit{
  align-items: stretch;
}
.ny-comm .ny-about ul.about-list li,.ny-comm .ny-about ul.about-benefit li {
  width: 48%;
}
.ny-comm .ny-about ul.about-list .about-img {
  position: relative;
  text-align: right;
}
.ny-comm .ny-about ul.about-benefit li {
  padding: 20px 20px;
  border-radius: 15px;
  background-color: #f5f7f6;
}
.aboutus-btn {
  text-align: center;
}
.aboutus-btn .more:hover {
  background: #01b753; 
  color: #fff;
}
/*品牌理念*/
.ny-brand .brand-list {
  background: #fff;
  padding: 60px 0px;
}
.ny-brand .brand-list:nth-child(odd) {
  background: #f5f5f5;
}
.ny-brand .brand-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ny-brand .brand-list ul li:first-child {
  width: 40%;
}
.ny-brand .brand-list ul li:last-child {
  width: 60%;
}
.ny-brand .brand-list h4,
.ny-food h4 {
  font-size: 18px;
  color: white;
  margin: 20px 0px 10px;
  position: relative;
  z-index: 2;
  padding: 12px 0px 12px 0px;
}
.ny-brand .brand-list h5{
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
  padding-left: 8px;
}
.ny-brand .brand-list h5 strong,
.ny-food h5 strong {
  display: block;
  font-size: 18px;
}
.ny-food.concept {
  background: url(../img/brand.jpg) no-repeat;
  background-size: cover;
}
.ny-food.brand {
  background-size: cover;
}
.ny-brand .brand-list .row img {
  margin-top: 20px;
}
.ny-brand .brand-list ul li:first-child h5 {
  font-size: 30px;
}


/* 荣誉证书 */
.ny-honor {
  margin-top: 30px;
  padding: 30px 50px;
  position: relative;
}
.ny-honor .ny-title {
  color: #fff;
}
.ny-honor .honor-list img {
  max-width: 100%;
}
.ny-honor .honor-list {
  text-align: center;
  display: block;
}
.ny-honor .honor-list p {
  padding: 15px;
  font-size: 16px;
}
/*企业文化*/
.culture-list {
  overflow: hidden;
}
.culture-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 40px;
  justify-content: space-between;
}
.culture-list ul:nth-child(even) {
  flex-direction: row-reverse;
}
.culture-list ul li {
  width: 50%;
}
.culture-list .culture-img {
  position: relative;
  overflow: hidden;
}
.culture-list .culture-img:hover img {
  transform: scale(1.1);
}
.culture-list .culture-img img {
  width: 100%;
  transition: all 0.3s ease-out, right 0.2s ease-out;
}
.culture-list .culture-con {
  padding: 5%;
  text-align: justify;
}
.culture-list h3 {
  font-size: 22px;
  font-weight: 600;
  color: #91177a;
  margin-bottom: 20px;
}

.culture-list .culture-zhan {
  counter-reset: number 0;
}
.culture-list .culture-zhan li {
  position: relative;
  margin-bottom: 1px;
  line-height: 1.6;
  font-size: 16px;
  padding: 10px 15px 10px 30px;
}
.culture-list .culture-zhan li:before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  padding-top: 10px;
  vertical-align: middle;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .culture-list ul li {
    width: 100%;
  }
  .culture-list ul {
    margin: 0 0 15px;
  }
  .culture-list .culture-con {
    padding: 5% 0%;
  }
  .culture-list h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .culture-list p {
    font-size: 14px;
  }
}
/*内页案例*/
.ny-case .case-list img {
  width: 100%;
}
.ny-case .case-list {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #efefef;
}
.ny-case .case-list h5 {
  line-height: 1.4;
  font-weight: 500;
  overflow: hidden;
  padding: 10px 0px;
  font-size: 18px;
}
.ny-case .case-list ul {
  min-height: 80px;
  margin-top: 15px;
}
/*发展历程*/

.timeline {
  padding-top: 80px;
  overflow: hidden;
}

.timeline .tit {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin: 15px 0 45px;
}

.timeline .tit span {
  display: block;
  font-size: 24px;
  color: #666666;
}

.timeline ul li {
  position: relative;
  padding: 10px 0;
  height: auto;
}
.timeline ul li:nth-child(2n) {
  padding-left: 54%;
  text-align: left;
}
.timeline ul li:nth-child(2n + 1) {
  padding-right: 54%;
  text-align: right;
}
.time-con::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  z-index: 2;
  background: #e52f42;
  border: 3px solid #ff96a1;
}
.time-con::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 6px);
  width: calc(4% - 6px);
  height: 2px;
  background: #efefef;
}
.timeline ul li:nth-child(2n + 1) .time-con::after {
  left: auto;
  right: calc(50% + 6px);
}
.timeline ul li::before,
.timeline ul li::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: calc(50% - 4px);
  left: 50%;
  background: #efefef;
  margin-left: -1px;
}
.timeline ul li::after {
  top: auto;
  bottom: 0;
}
.time-con {
  display: inline-block;
  min-width: 40%;
  min-height: 40px;
  border-radius: 4px;
  padding: 15px 20px;
  cursor: pointer;
}
.time-con h4 {
  font-size: 26px;
  color: #e52f42;
}

/*产品类别*/
.ny-comm .ny-nav .cstlayer {
  font-size: 26px;
  font-weight: bolder;
  color: #3c4a76;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url(../img/h.jpg) no-repeat bottom left;
}
.ny-comm .ny-nav {
  background: #f7f7f7;
  padding: 30px 30px;
}
.ny-comm .ny-nav li a {
  display: block;
  font-weight: 700;
}
.ny-comm .ny-nav li a.active,
.ny-comm .ny-nav li a:hover {
  color: #ff3838;
}
.ny-comm .ny-nav ul.subnav {
  padding: 0px 0px;
  margin-bottom: 10px;
}
.ny-comm .ny-nav ul.nonesub li a,
.ny-comm .ny-nav ul.subnav li a {
  display: block;
  padding: 12px 10px 12px 0px;
  line-height: 1.3;
  font-size: 14px;
  /* font-weight: 300; */
}
.ny-comm .ny-nav ul.nonesub li,
.ny-comm .ny-nav ul.subnav li {
  display: block;
  position: relative;
  margin: 0px 0px;
  padding-left: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.ny-comm .ny-nav ul.subnav li span {
  display: block;
}
.ny-comm .ny-nav ul.subnav li a:before {
  content: "•";
  position: absolute;
  left: 0px;
}
.ny-comm .ny-nav ul.nonesub li a:hover,
.ny-comm .ny-nav ul.subnav li a:hover,
.ny-comm .ny-nav ul.subnav li.subactive a {
  color: #ff3838;
}

/*关于我们下图*/
.duoimg img {
  margin: 15px 0px;
}
/*京森医疗*/
.ny-medical .medical-list {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ny-medical .medical-list.beauty-list {
  align-items: stretch;
}
.ny-medical .medical-list li:first-child {
  width: 44%;
}
.ny-medical .medical-list.beauty-list li:first-child {
  width: 43%;
}
.ny-medical .medical-list li:last-child {
  width: 55%;
}
.ny-medical .img-mid {
  display: table;
  padding: 35px 0px 35px 10px;
  position: relative;
}
.ny-medical .img-mid:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(80% - 10px);
  background: linear-gradient(90deg, #5f269b, #fff);
  height: 100%;
}
.ny-medical .medical-img {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.ny-medical .medical-img img {
  max-width: 100%;
  transition: all 0.6s;
}
.ny-medical .medical-con h5,.ny-food h5 {
  padding: 12px 0px;
  color: #fff;
  font-size: 22px;
  background: #91177a;
  margin: 15px 0px;
  text-align: center;
}
.ny-medical .medical-con h5 span {
  display: block;
  color: #2dbecd;
  font-size: 16px;
}
.ny-medical .medical-desc .table tr td strong {
  white-space: nowrap;
}
.table {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.ny-medical .medical-img:hover img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
}
@media (max-width: 992px) {
  .ny-medical .medical-list li:first-child,
  .ny-medical .medical-list li:last-child {
    width: 100%;
  }
  .ny-medical .medical-list {
    margin-bottom: 15px;
  }
  .ny-medical .img-mid {
    margin-top: 0px;
  }
  .ny-medical .medical-con h5 {
    margin-top: 15px;
    font-size: 16px;
  }

  .ny-about .about-con {
    padding: 20px 20px;
  }
  .ny-net-box .info {
    width: 100%;
    font-size: 14px;
  }
  .ny-food.brand {
    background: url(../img/brand-mob.jpg) no-repeat;
    background-size: cover;
  }
  .ny-brand .brand-list h5,
  .ny-food h5 {
    font-size: 16px;
  }
  .ny-brand .brand-list h4,
  .ny-food h4 {
    font-size: 16px;
  }
}
/*产品列表*/
.product-list {
  position: relative;
  margin-bottom: 15px;
}
.product-list .product-img {
  background: #fff;
  border: 1px solid #efefef;
  padding: 30px;
  text-align: center;
  transition: all 0.6s;
}
.product-list .product-img img {
  max-width: 100%;
  width: auto;
  transition: all 0.6s;
}
.product-list h5 {
  line-height: 1.2;
  padding: 20px 0px;
  font-weight: 600;
  font-size: 16px;
}
.product-desc {
  padding-bottom: 10px;
}
.product-list .product-img:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.product-list .more,
.case-list .more {
  background: #ff3838;
  border: 1px solid #ff3838;
  padding: 10px 20px;
}
.product-list:hover .product-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.pro-line {
  border-bottom: 2px solid #f3f3f3;
  margin: 20px 0px;
}
.pro-line:after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #ea3b95;
  margin-bottom: -2px;
}
.main .m-pro-nav {
  display: none;
}
.main .m-pro-nav p img{
  text-align: center;
}
.main .m-pro-nav .dropdown .btn {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #01b753;
}
.main .m-pro-nav .dropdown .dropdown-menu {
  width: 100%;
  padding: 10px 20px;
  height: 313px;
  overflow: auto;
}
.main .m-pro-nav .dropdown .dropdown-menu li {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .ny-comm .comm-right {
    display: none;
  }
  .ny-comm .comm-left {
    width: 100%;
    padding: 0px 0px;
    background: transparent;
  }
  .main .m-pro-nav {
    display: block;
    margin: 0px 0px 20px;
  }
  .product-img {
    margin-bottom: 10px;
  }
  .ny-img .img-con {
    position: relative;
    width: 100%;
  }
}

/*产品展示详情 */
.product-info h5 {
  font-size: 26px;
  line-height: 1.4;
}
@media (max-width: 512px) {
  .product-info h5 {
    font-size: 20px;
  }
}
.product-info .product-img {
  width: 60%;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .product-info .product-img {
    width: 100%;
  }
}
.ny-product .pname {
  font-size: 22px;
  padding: 15px 0px;
}
.ny-product .product-info-content {
  font-weight: 400;
  font-size: 14px;
  padding: 30px 0;
}
.ny-product .product-info-content strong {
  font-size: 16px;
  margin: 15px 0px;
  display: block;
}
.ny-product .product-info-content ul {
  padding-left: 20px;
}
.product-info-content table {
  margin-bottom: 0px;
}
.product-info-content p em {
  border-top: 1px solid #ddd;
  display: block;
  font-style: normal;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px 20px;
  line-height: 1.8;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.medical-desc table .row {
  margin-right: 0px;
  margin-left: 0px;
}
.medical-desc table .row .col-xs-3,
.medical-desc table .row .col-xs-9 {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 992px) {
  .ny-product .pname {
    font-size: 20px;
  }
  .pro-wechat {
    position: relative;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 8px 2px;
    width: 100%;
    display: block;
  }
}
/*专栏*/
.project-list {
  position: relative;
  /*border: 1px solid #efefef;
    padding: 20px;*/
  background: #fff;
  margin-bottom: 15px;
}
.project-list .project-img {
  overflow: hidden;
  transition: all 0.6s;
}
.project-list .project-img img {
  max-width: 100%;
  width: auto;
  transition: all 0.6s;
}
.project-list h2 {
  padding: 10px 0px;
  font-size: 22px;
}
.project-list h5 {
  padding: 10px 0px;
  /* font-weight: 300; */
  font-size: 16px;
}

.project-list:hover .project-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*下部*/
.ny-project .project-content {
  background: #5f269b;
  background: #fff;
  margin-top: 20px;
}
/*.ny-project .project-content .ny-title{
    color: #fff;
}*/
.ny-project .project-content ul {
  counter-reset: number 0;
}
.ny-project .project-content ul li {
  position: relative;
  padding: 0px 15px 20px 50px;
}
.ny-project .project-content ul li strong {
  font-size: 18px;
  font-weight: 600;
}
.ny-project .project-content ul li:before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  vertical-align: middle;
  display: block;
  font-size: 34px;
  /* color: #fff;    */
  line-height: 1.2;
}
/*招商合作*/
.ny-merchant .merchant-list {
  padding: 80px 30px;
  color: #fff;
}
.ny-merchant ul.merchant-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny-merchant ul.merchant-con li {
  width: 32%;
  border-radius: 5px;
  overflow: hidden;
  background: url(../img/merchant.jpg) no-repeat center;
}
.ny-merchant .merchant-list .merchant-img {
  text-align: right;
  margin-bottom: 150px;
}
.ny-merchant .merchant-list h5 {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  font-weight: 600;
}
.ny-merchant .merchant-list h5:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 10px 0px;
}
@media (max-width: 992px) {
  .ny-merchant ul.merchant-con li {
    width: 100%;
    margin-bottom: 15px;
  }
  .ny-merchant .merchant-list {
    padding: 20px 15px;
  }
  .ny-merchant .merchant-list .merchant-img {
    margin-bottom: 30px;
  }
  .ny-merchant .merchant-list .merchant-img img {
    width: 60px;
  }
  .ny-merchant .merchant-list h5 {
    font-size: 16px;
  }
}
/*招聘*/
.ny-job .table tr th {
  background: #91177a;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 2px;
}
.ny-job .table tr td {
  background: #deebf7;
  border: 1px solid #fff;
}
/* job */
.heidrick_view_box {
  margin-bottom: 20px;
}
.heidrick_view {
  border-radius: 5px;
  margin-bottom: 10px;
  background: #f8f8f8;
  border-left: 3px solid #91177a;
}
.heidrick_view.active {
  border: 0;
  border-top: 3px solid #91177a;
}
.heidrick_view label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  padding: 6px 20px;
}
.heidrick_view label .fa {
  float: right;
  margin-top: 5px;
  color: #91177a;
}
.heidrick_view label:hover {
  color: #91177a;
}
.heidrick_view_cont {
  display: none;
  padding: 10px 20px;
  padding-bottom: 0;
}
.heidrick_view_cont .upnow {
  text-align: right;
  margin-bottom: 0;
}
.heidrick_view_cont .upnow a {
  display: inline-block;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  color: #ccc;
}
.heidrick_view_cont .upnow a:hover {
  color: #91177a;
  border-bottom: 1px solid #91177a;
}
.heidrick_view_cont .sec_cont {
  padding-left: 28px;
}
.heidrick_view_cont h4 {
  font-size: 16px;
  /* font-weight: 300; */
  margin-left: -15px;
  line-height: 1.5 !important;
}
.heidrick_view_cont ul {
  padding-left: 30px;
  list-style-type: decimal;
}
.heidrick_view_cont ul li {
  font-size: 14px;
  /* font-weight: 300; */
}
.heidrick_view h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5 !important;
}
.heidrick_view_cont p {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}
@media (max-width: 992px) {
  .heidrick_view label {
    font-size: 16px;
  }
}
/*相关下载*/
.downlist ul li {
  font-size: 14px;
  line-height: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
.downlist ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #dcdcdc;
}
/*上一页下一页*/
.pre-next {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.product_back {
  padding: 30px 0px;
  border-bottom: 2px solid #e1e1e1;
}
@media (max-width: 991px) {
  .pre-next .text-right {
    text-align: left;
  }
}
/*相关产品*/

.related-title {
  line-height: 1;
  text-transform: uppercase;
  margin-top: 20px;
  border-bottom: 2px solid #f2f2f2;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 512px) {
  .related-title {
    font-size: 14px;
  }
}
.related ul li {
  margin-bottom: 1px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  display: block;
}
.related ul li .related-img {
  width: 60%;
  margin-right: 5px;
  float: left;
}
.related ul li .related-con {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 140%;
}
.related ul li .related-con b {
  font-weight: 500;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* 新闻 he 实力*/

.ny-news .ny-news-list {
  margin: 0px 0px 20px;
  padding: 20px 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: 1px solid #f0f0f0;
}
.ny-news .ny-news-list .ny-news-img img {
  width: 100%;
}
.ny-news .ny-news-list .ny-news-content {
  padding: 10px 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title {
  font-size: 18px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span {
  display: block;
  font-size: 14px;
  font-weight: 200;
}

.ny-news .ny-news-list .ny-news-content .ny-news-title span:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #91177a;
  display: block;
  margin: 5px 0px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .ny-news .ny-news-list .ny-news-content .ny-news-title {
    width: 100%;
    font-size: 16px;
  }
  .ny-news .ny-news-list .ny-news-content .ny-news-title span {
    display: block;
    width: 100%;
    text-align: left;
  }
  .ny-news .ny-news-list .ny-news-content .ny-news-intro {
    width: 100%;
  }
  .ny-news .ny-news-list .ny-news-content {
    padding: 0px 0px;
  }
}

/* 新闻详情页 */
.ny-news-info {
  width: 100%;
  margin: 0px auto;
}
.ny-comm .news-info-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title p {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.333;
}
.ny-comm .news-info-title .category {
  color: #403c3e;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.ny-news-info .news-info-content {
  line-height: 28px;
  margin-bottom: 30px;
}
.news-info-content .duoimg img {
  margin-bottom: 30px;
}
.news-info-content img {
  max-width: 100%;
}
.ny-news-info .news-info-content p {
  margin: 10px 0px;
}
@media (max-width: 991px) {
  .ny-news-info {
    padding: 20px 0;
    width: 100%;
  }
  .ny-news-info .news-info-title p {
    font-size: 16px;
  }
}
/* 商城 */
.shop-list{
  padding-top: 20px;
}
.ny-comm .ny-title{
  font-size: 22px;
  padding-left: 10px;
  font-weight: 900;
  border-left: 6px solid #91177a;
  margin-bottom: 40px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-comm .ny-title .by{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #91177a;
  border-radius: 10px;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 35px;
  transition: all 0.5s;
}
.ny-comm .ny-title i{
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/car.png) no-repeat center;
  background-size: 100%;
  margin-left: 10px;
}
.ny-shop .shop-list ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.ny-shop .shop-list ul li.shop-img{
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-shop .shop-list ul li.shop-con{
  width: 60%;
}
@media (max-width: 768px) {
  .ny-comm .ny-title{
    font-size: 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ny-shop .shop-list ul li.shop-img,
  .ny-shop .shop-list ul li.shop-con{
    width: 100%;
  }
}

/*技术实力*/
.ny-tech {
  background: #fff;
}
.ny-tech .ny-tech-img img {
  width: 100%;
}
.ny-tech .ny-tech-content {
  padding: 50px 0px;
}
.ny-tech .ny-tech-content .ny-tech-title {
  font-size: 80px;
  color: #fdba33;
}
.ny-tech .ny-tech-content .ny-tech-intro {
  font-size: 16px;
  font-weight: lighter;
  padding-left: 100px;
}
.ny-tech .swiper-pagination {
  text-align: left;
}
.ny-tech .swiper-pagination .swiper-pagination-bullet {
  background: #f5f5f5;
  width: 98px;
  text-align: center;
  line-height: 30px;
  height: 100px;
  font-size: 30px;
  padding-top: 60px;
  font-weight: lighter;
  color: #231f20;
  border-radius: 3px;
  opacity: 0.8;
}
.ny-tech .swiper-pagination .swiper-pagination-bullet-active {
  background: #fdba33;
}
@media (max-width: 767px) {
  .ny-tech .ny-tech-content .ny-tech-title {
    font-size: 40px;
  }
  .ny-tech .ny-tech-content .ny-tech-intro {
    font-size: 14px;
    padding-left: 0px;
  }
  .ny-tech .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    line-height: 30px;
    height: 50px;
    font-size: 20px;
    padding-top: 20px;
  }
}

/* 面包屑 */
.pos{
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15% 7%;
}
.pos li{
  margin: 0 10px;
}
.pos li:first-child{
  margin-left: 0 ;
}
.pos a{
  color: #fff;
  font-size: 1.8rem;
}
/* 手机版导航 */
.m-pro-nav{
  display: none;
}
@media (max-width:992px) {
  .m-pro-nav{
    /* display: block; */
  }
}


/* 关于我们 */
.ab-con h3,.about-miss ul li h3,.ny-comm .about-title{
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0px 0px 1.5rem;
}
.ab-con p{
  color: #00b954;
  font-size: 1.125rem;
}
.about-our .about-img{
  margin-top: 5rem;
}

.left{
  width: 50%;
  padding-bottom: 15%;
}
/* 1 */
.about-1{
  position: relative;
}
.about-1 .pos{
  padding: 10% 5%;
}
.about-1 img{
  width: 100%;
  height: auto;
}
.about-1 .ab-con{
  position: absolute;
  bottom: 15%;
  left: 5%;
}
.about-1 .ab-con h3{
  font-size: 6rem;
}
/* 2 */
/* 3 */
/* 4 */
.related_product{
  margin-top: 5rem;
}
.related-btn{
  position: relative;
  padding: 3rem;
  width: 10%;
  margin: 0px auto;
}
.related-btn .swiper-button-next, .related-btn .swiper-button-prev{
  width: 58px;
  height: 52px;
  background-image: none;
}
.related-btn .swiper-button-next img, .related-btn .swiper-button-prev img{
  width: 58px;
  height: 52px;
}
/* 5 */
.about-miss{
  background: #fff;
}
.about-miss ul li{ 
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7rem auto 0px;
  flex-wrap: wrap;
}
.about-miss ul li .miss-con{
  width: 45%;
  padding: 0 20px;
}
.about-miss ul li>p{
  width: 50%;
} 
.about-miss ul li:nth-child(2n){
  flex-direction: row-reverse;
}
@media (max-width:992px) {
  .pos{
    display: none;
  }
  .about-1 .ab-con {
    bottom: -5%;
  }
  .about-1 .ab-con h3 {
    font-size: 2rem;
  }
  .ab-con p {
    font-size: 1.4rem;
  }
  .ab-con h3 {
    font-size: 2rem;
    font-weight: 500;
  }
  .ab-cont ul li img {
    height: 40px;
  }
  .ab-cont ul li p {
    font-size: 1.6rem;
  }
  .ab-cont ul li h3 {
    font-size: 2.5rem;
  }
  .ab-cont ul {
    width: 100%;
    margin: 0 auto ;
  }
  .ab-cont ul li {
    width: 50%;
    margin-top: 3rem;
  }
  .left {
    width: 100%;
  }
}
/* 产品 */
.ny-product{
  background: #ccc;
}

/* 服务 */
.ny-service{
  background: url(../img/service.png) no-repeat 0 0;
  background-size: cover;
  padding: 20% 0 30%;
}
.ny-service .pos {
  padding: 15% 5%;
}
.ny-service .news-r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny-service .news-r li{
  width: 49%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  border-radius: 4rem;
  overflow: hidden;
}
.ny-service .news-r li img{
  width: 100%;
  transition: all 0.6s;
}
.ny-service .news-r li:hover img{
  transform: scale(1.05);
}
.ny-service .news-r li div{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  font-size: 3.5rem;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: url(../img/right2.png) no-repeat left 40px bottom 40px;
}
.ny-service .news-r li:first-child{
  width: 100%;
}
@media (max-width:992px) {
  .ny-service .news-r li{
    border-radius: 1rem;
  }
  .ny-service .news-r li div{
    line-height: 1;
    padding: 20px;
    font-size: 1.5rem;
    background: url(../img/right2.png) no-repeat left 20px bottom 20px;
    background-size: 30px;
  }
}

/* 新闻 */
.news-con .news-one{
	display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  background-color: #f5f7f6;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.news-con .news-one .one-l{
  width: 30%;
  border-radius: 20px;
  overflow: hidden;
}
.news-con .news-one .one-l img{
  width: 100%;
  transition: all 0.6s;
}
.news-con .news-one:hover .one-l img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.news-con .news-one .one-l .one-1{
  font-size: 18px;
  font-weight: 600;
  color: #00b954;
}
.news-con .news-one .one-l .one-1 i{ margin-right: 10px;}
.news-con .news-one .one-l .one-2{
  font-size: 26px;
  color: #181818;
  font-weight: 600;
}
.news-con .news-one .one-l .one-3{
  font-size: 16px;
  color: #6a6e6b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-con .news-one .one-r {
  width: 70%;
  padding-left: 40px;
}


.news-li{
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: relative;
	background: url(../img/right3.png) no-repeat right center;
	background-size: 8px;
	color: #222;
}
.news-f{
	width:33%;
	opacity: .5;
	display: inline-block;
	vertical-align: top;
}
.news-g{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.news-li:hover .news-f{
	color: #222;
	opacity: 1;
}
.news-li:hover .news-g{
	color: #222;
	font-weight: bold;
}
.news-li:after{
	content: '';
	width: 0;
	height: 2px;
	background: #38B549;
	position: absolute;
	left: 0;
	bottom: -1px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.news-li:hover:after{
	width: 100%;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.news-h{
	width: 30%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 3;
	border-radius: 10px;
  transition: all 0.6s;
}
.news-li:hover .news-h{
  display: block;
}
.news-l .con a{
  margin-bottom: 30px;
}
.news-l .con a:hover{
  font-weight: 600;
}
.news-l .con a.show1:hover{
  color: #fff;
}
.show1{
  border: 0;
  width: 300px;
  display: inline-block;
  padding: 20px 0 20px 30px;
  background: url(../img/more2.png) no-repeat left center;
  background-size: 100% 100%;
  font-size: 1.8rem;
  transition: all 0.6s;
  position: relative;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.show1::after {
  position: absolute;
  right: 25px;
  top: 14px;
  content: '';
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(../img/right2.png) no-repeat 0 0;
  background-size: 100%;
}
@media (max-width:992px) {
  .news-l {
    display: none;
  }
  .news-r{
    width: 100%;
  }
  .news-one{
    flex-wrap: wrap;
  }
  .one-l,.one-r{
    width: 100%;
  }
  .one-l{
    margin: 0 0 20px 0;
    background: url(../img/right.png) no-repeat right top;
  }
}

/* 联系我们 */
.con{
  padding-right: 10%;
}
.con-tit{
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width:1650px) {
  .con-tit {
    font-size: 4.5rem;
  }
}
@media (max-width:1150px) {
  .con-tit {
    font-size: 3.5rem;
  }
}
.con h2{
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 10px;
}
.con h3{
  font-size: 1.125rem;
  margin-top: 10px;
}
.con .fa{  
  position: relative;
  opacity: 0.9;
  line-height: 1.8;
  display: block;
  padding-left: 25px;
}
.con .fa:before {
  left: 0px;
  width: 20px;
  text-align: center;
  color: #01b753;
  position: absolute;
}
.con .line{
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background: rgba(255, 255, 255 ,.4);
}
.message{
  background:#f5f7f6;
  border-radius: 1.0rem;
  padding: 2.0rem;
}
.msg-tit{
  font-size: 1.85rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.message .form-control{
  width: 100%;  
  background: initial;
  height: 55px;
  background-color: #fff;
  padding: 5px 12px;
  transition: all .5s;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 15px;
}
.form-control:focus {
  border: 0;
  box-shadow: none;
}
.message .form-control::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; /* 初始位置在左侧之外 */
  width: 0;
  height: 2px; /* 绿条的高度 */
  background-color: #38B549; /* 绿条的颜色 */
  transition: left 0.3s ease-in-out; /* 添加过渡效果 */
}
.message .form-control.on::after {
  width: 100%;
}
.message .on::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #38B549;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.form-control1 {
  height: 120px !important;
}

.msg-send{
  border: 0;
  margin-top: 1.875rem;
  width: 100%;
  display: inline-block;
  padding: 12px 30px;
  background: #00b954;
  font-size: 1.25rem;
  transition: all 0.6s;
  position: relative;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
}
.msg-send:hover{
  color: #fff;
}
.msg-send::after {
  background: transparent;
}

.msg-btn{
  border: 0;
  margin-top: 1.875rem;
  width: 280px;
  display: inline-block;
  padding: 12px 0 12px 30px;
  background: url(../img/more2.png) no-repeat left center;
  background-size: 100% 100%;
  font-size: 1.25rem;
  transition: all 0.6s;
  position: relative;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.msg-btn:hover{
  color: #fff;
}
.msg-btn::after {
  position: absolute;
  right: 15px;
  top: 0;
  content: '';
  width: 45px;
  height: 100%;
  display: inline-block;
  background: url(../img/right2.png) no-repeat center;
  background-size: 100%;
}
@media (max-width:992px) {
  .ny-content .ncommon {
    padding: 10% 0 30%;
  }
  .con .con-tit {
    font-size: 2rem;
}
  .con h3 {
    font-size: 1.8rem;
}
.con p {
    font-size: 1.4rem;
}
.message {
  padding: 2rem;
  margin: 2rem;
}
.msg-tit {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.message .form-control{
  height: 45px;
  padding: 5px 0;
}
.msg-btn {
  padding: 10px 0px 10px 20px;
  width: 200px;
}
.msg-btn::after {
  right: 15px;
  top: 8px;
  width: 39px;
  height: 36px;
}
}

