@charset "UTF-8";
a, .transition, .applicationBox .application-list ul li a .content, .application-nav .sort .btn-prev,
.application-nav .sort .btn-next, .application-nav .sort .swiper li a::after, .solution-intro .characteristic .txt p, .newsBox .news-list ul li a .content p.date i, .sidemenu, .ny-base .pic ul li img, .ny-base .pic ul li::before, .ny-RD .con .lib ul li .item, .ny-honor .lib .btn div, .ny-cjspj .lib .btn div, .ny-cjspj .lib ul li, .ny-zscq .lib .btn div, .sidebar, #m_header .m_nav_erji li a:before, .wrap_nav .menuBtn dd, #header, :before, img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.ellipsis, .newsBox .news-list ul li a .content h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex, .map .container, .applicationBox .application-list ul li a .content, .applicationBox .application-list ul, .application-nav .sort .btn-prev,
.application-nav .sort .btn-next, .solution-intro .principle .container, .ny-solution .lib li, .ny-service .ser-detail .lib ul li, .newsBox .news-list ul li a .content p.date, .newsBox .news-list ul, .ny-declaration .intro, .ny-base .pic ul, .ny-RD .con .lib ul, .ny-history .ct li .txt p, .ny-history .ct li, .ny-hzhb .itemBox .item .t, .ny-hzhb .itemBox, .ny-honor .lib .btn div, .ny-honor .lib .btn, .ny-cjspj .itemBox .item .t, .ny-cjspj .itemBox, .ny-cjspj .lib .btn div, .ny-cjspj .lib .btn, .ny-cjspj .lib ul, .ny-zscq .itemBox .item .t, .ny-zscq .itemBox, .ny-zscq .lib .btn div, .ny-zscq .lib .btn, .ny-yfcx .ct, .ny-contact .item .container .intro-logo, .ny-profile .item .container .intro-logo, .pagination, .copy .container .left-copy, .copy .container, .footer .container .foot-nav dl:nth-child(3), .footer .container .foot-nav, .footer .container .foot-contact .ewm ul, .footer .container .foot-contact li i, .footer .container .foot-contact li, .footer .container, .sidebar li, #m_header .m_conInfo li i, #m_header .m_conInfo li, #m_header .m_lan, #m_header .m_nav_erji li, #m_header .m_nav_yiji > li > h3, #m_header .m_close, #m_header .m_top .m_logo, #m_header .m_top, .wrap_nav .menuBtn, .header .quick-link, .header .head-btn {
  display: flex;
  display: -ms-flex;
}

.flexColumn, .ny-solution .lib li .txt, .ny-service .ser-detail .lib ul li .txt, .rd-sys, .ny-RD .con .lib ul li .item, .footer .container .foot-contact .ewm ul li {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
}

.itemsCenter, .applicationBox .application-list ul li a .content, .application-nav .sort .btn-prev,
.application-nav .sort .btn-next, .solution-intro .principle .container, .newsBox .news-list ul li a .content p.date, .rd-sys, .ny-history .ct li .txt p, .ny-honor .lib .btn div, .ny-cjspj .lib .btn div, .ny-zscq .lib .btn div, .ny-yfcx .ct, .ny-contact .item .container .intro-logo, .ny-profile .item .container .intro-logo, .pagination, .copy .container, .footer .container .foot-contact .ewm ul li, .footer .container .foot-contact li i, .footer .container .foot-contact li, .sidebar li, #m_header .m_conInfo li i, #m_header .m_nav_yiji > li > h3, #m_header .m_close, #m_header .m_top .m_logo, #m_header .m_top, .wrap_nav .menuBtn, .header .quick-link, .header .head-btn {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter, .applicationBox .application-list ul li a .content, .application-nav .sort .btn-prev,
.application-nav .sort .btn-next, .ny-solution .lib li .txt, .ny-service .ser-detail .lib ul li .txt, .ny-declaration .intro, .rd-sys, .ny-honor .lib .btn div, .ny-honor .lib .btn, .ny-cjspj .lib .btn div, .ny-cjspj .lib .btn, .ny-zscq .lib .btn div, .ny-zscq .lib .btn, .ny-contact .item .container .intro-logo, .ny-profile .item .container .intro-logo, .pagination, .copy .container, .footer .container .foot-contact li i, .sidebar li, #m_header .m_conInfo li i {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround, .ny-hzhb .itemBox, .ny-cjspj .itemBox, .ny-zscq .itemBox {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween, .map .container, .solution-intro .characteristic .txt, .solution-intro .principle .container, .newsBox .news-list ul li a .content p.date, .ny-base .pic ul, .ny-yfcx .ct, .footer .container .foot-nav, .footer .container, #m_header .m_nav_yiji > li > h3, #m_header .m_close, #m_header .m_top {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap, .applicationBox .application-list ul, .solution-intro .characteristic .txt, .newsBox .news-list ul, .ny-hzhb .ct ul, .ny-cjspj .lib ul, .footer .container .foot-nav dl:nth-child(3) {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-style: normal;
}

html {
  font-size: 100px;
}

BODY {
  FONT: 15px/1 "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif, Arial;
  COLOR: #666;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #000;
  outline: none;
}
a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
strong,
b {
  font-weight: normal;
  transition: all 0.4s;
}

DIV {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

UL {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

LI {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

P {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

FORM {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

EM {
  FONT-STYLE: normal;
  FONT-WEIGHT: normal;
}

TABLE {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

DT {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

DL {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

DD {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

FORM {
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

TR {
  PADDING-BOTTOM: 0px;
  LIST-STYLE-TYPE: none;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

.cl {
  HEIGHT: 0px;
  CLEAR: both;
}

.fl {
  FLOAT: left;
}

.fr {
  FLOAT: right;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}

input,
button,
textarea {
  outline: none;
  border: none;
  background: none;
  font-family: "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif, Arial;
}

img {
  display: block;
  max-width: 100%;
  transition: all 0.4s;
}

svg,
path,
span,
p,
em,
i,
dd,
li,
dl,
a {
  transition: all 0.4s;
}

/*字体定义*/
@font-face {
  font-family: "sy-b";
  src: url("../fonts/SOURCEHANSANSCN-BOLD.OTF");
}
@font-face {
  font-family: "sy-n";
  src: url("../fonts/SOURCEHANSANSCN-NORMAL.OTF");
}
@font-face {
  font-family: "din";
  src: url("../fonts/DINPro-Regular.otf");
}
@font-face {
  font-family: "din-m";
  src: url("../fonts/DINPro-Medium.otf");
}
@font-face {
  font-family: "hg";
  src: url("../fonts/Handel Gothic BT.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-m";
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "MontHeavyDEMO";
  src: url("../fonts/Mont.otf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
/*浏览器滚动条 begin*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ccc;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f0f0f0;
}

/*浏览器滚动条 end*/
/*公共头部begin*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header.scrollTop {
  background: #fff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#header.scrollTop .logo img {
  height: 55px;
}
#header.scrollTop .logo img.a {
  display: none;
}
#header.scrollTop .logo img.b {
  display: block;
}
#header.scrollTop .header .nav_yiji > li > a {
  line-height: 80px;
  color: #000;
}
#header.scrollTop .header .search .search-icon i svg {
  fill: #000;
}
#header.scrollTop .header .quick-link {
  color: #000;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100% !important;
  padding: 0vw 3.646vw;
}

.header .logo {
  transition: all 0.4s;
}

.header .logo img {
  display: block;
  width: auto;
  height: 55px;
  transition: all 0.4s;
}

.header .logo img.b {
  display: none;
}

.header .logo h1 a {
  display: flex;
  align-items: center;
}

.header .logo h1 a h3 {
  font-family: hg;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  margin-left: 16px;
  transition: all 0.4s;
}

.header .nav {
  padding-right: 35px;
  transition: all 0.4s;
}

.header .nav_yiji {
  display: flex;
  justify-content: flex-end;
}

.header .nav_yiji > li {
  position: relative;
  margin: 0px 25px;
}

.header .nav_yiji > li > a {
  display: block;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  position: relative;
}

.header .nav_yiji > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #268cb1;
  transition: all 0.5s ease-out;
}

.header .nav_yiji > li.on > a,
.header .nav_yiji > li:hover > a {
  color: #fff;
}

.header .nav_yiji > li:hover > a:before {
  width: 100%;
  left: 0;
}

.header .nav_yiji > li:hover .nav_erji {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.header .nav_erji {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -50%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.4s;
  padding: 10px 20px 24px;
}

.header .nav_erji li a {
  display: block;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px dashed #dbdbdb;
}

.header .nav_erji li:hover a {
  color: #268cb1;
}

.header .search {
  width: 16px;
  position: relative;
  margin-right: 15px;
}

.header .search .search-icon {
  cursor: pointer;
  background: inherit;
  position: relative;
}

.header .search .search-icon i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: inherit;
  opacity: 0;
}

.header .search .search-icon i svg {
  fill: #fff;
}

.header .search .search-icon i.c-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.header .search .search-icon i.on {
  opacity: 1;
}

.header .search .search-box {
  width: 100%;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 100px;
  background: #fff;
  padding: 30px 50px 50px;
  display: none;
  border-top: 1px solid #dbdbdb;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.header .search .search-box form {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.header .search .search-box form input {
  line-height: 60px;
  width: calc(100% - 30px);
  font-size: 15px;
}

.header .search .search-box form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 60px;
  cursor: pointer;
  font-size: 16px;
  color: #268cb1;
}

.header .quick-link {
  color: #fff;
  line-height: 80px;
  cursor: pointer;
  position: relative;
}
.header .quick-link:nth-child(2) {
  margin: 0px 20px;
}
.header .quick-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #268cb1;
  transition: all 0.5s ease-out;
}
.header .quick-link:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header .quick-link span {
  margin: 0px 5px;
}
.header .quick-link .icon-lianjie {
  font-size: 24px;
}
.header .quick-link .icon-yuyan {
  font-size: 20px;
}
.header .quick-link ul {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 50px);
  z-index: 99;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  padding: 10px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header .quick-link ul li {
  display: block;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px dashed #dbdbdb;
}
.header .quick-link ul li a:hover {
  color: #268cb1;
}

#header.scrollTop {
  background: #fff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

#header.scrollTop .header .nav_yiji > li > a {
  line-height: 80px;
  color: #000;
}

#header.scrollTop .header .search .search-icon i svg {
  fill: #000;
}

#header.scrollTop .header .nav_erji {
  top: 80px;
}

#header.scrollTop .header .lan a {
  color: #000;
}

/*手机端导航*/
.wrap_nav {
  display: none;
}
.wrap_nav .menuBtn {
  position: relative;
  z-index: 1300;
  height: 70px;
  width: 100%;
}
.wrap_nav .menuBtn dd {
  width: 0;
  height: 2px;
  background: #fff;
}
.wrap_nav .menuBtn dd:first-child {
  animation: sjnav 2.4s linear infinite;
}
.wrap_nav .menuBtn dd:nth-child(2) {
  margin: 6px 0;
  width: 30px;
}
.wrap_nav .menuBtn dd:last-child {
  animation: sjnav 2.4s linear infinite;
  animation-delay: 0.4s;
}

.m_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
.m_bg.show {
  opacity: 1;
}

#m_header {
  width: 85%;
  height: 100%;
  position: fixed;
  left: -85%;
  top: 0;
  z-index: 99999999;
  background: #fff;
  transition: all 0.4s;
  opacity: 0;
  overflow-y: auto;
  padding: 0 15px;
}
#m_header.show {
  left: 0;
  opacity: 1;
}
#m_header .m_top {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  height: 70px;
}
#m_header .m_top .m_logo img {
  height: 30px;
}
#m_header .m_top .m_logo h3 {
  font-family: hg;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  transform: translateY(1px);
}
#m_header .m_close {
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #000;
}
#m_header .m_nav_yiji > li {
  border-bottom: 1px solid #dbdbdb;
}
#m_header .m_nav_yiji > li > h3 > a {
  color: #000;
  padding: 15px 0 12px;
  font-size: 15px;
}
#m_header .m_nav_yiji > li > h3 > i {
  font-size: 20px;
  color: #000;
  padding: 5px 10px;
}
#m_header .m_nav_yiji > li > h3 > i.rotate {
  transform: rotate(180deg);
}
#m_header .m_nav_erji {
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
  display: none;
}
#m_header .m_nav_erji li {
  align-items: baseline;
}
#m_header .m_nav_erji li a {
  padding: 4px 0 4px 12px;
  position: relative;
}
#m_header .m_nav_erji li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
#m_header .m_nav_erji li a:hover {
  color: #000;
}
#m_header .m_lan {
  margin: 20px 0;
}
#m_header .m_lan a {
  display: block;
  line-height: 37px;
  background: #000;
  color: #fff;
  width: calc((100% - 3px) / 4);
  margin-right: 1px;
}
#m_header .m_lan a:last-child {
  margin-right: 0;
}
#m_header .m_lan a:hover {
  background: #3461db;
}
#m_header .m_conInfo {
  margin-bottom: 30px;
  margin-top: 10px;
}
#m_header .m_conInfo li {
  align-items: baseline;
  margin-top: 6px;
  font-size: 13px;
}
#m_header .m_conInfo li i {
  width: 14px;
  transform: translateY(3px);
}
#m_header .m_conInfo li a {
  padding-left: 8px;
  color: #666;
  width: calc(100% - 14px);
  transition: all 0.2s;
}
#m_header .m_conInfo li a:hover {
  color: #000;
  text-decoration: underline;
}

/* 更多样式 */
a.p-more {
  font-size: 0.18rem;
  display: block;
  line-height: 0.4rem;
  text-transform: uppercase;
  color: #666;
  position: relative;
  letter-spacing: 0.01rem;
  background-color: #268cb1;
  color: #fff;
  padding: 0 0.2rem;
  border-radius: 0 0.2rem 0 0.2rem;
  border: 1px solid #268cb1;
}
a.p-more i {
  margin-left: 0.1rem;
}
a.p-more:hover {
  color: #268cb1;
  background-color: #fff;
}

/*侧边栏*/
.sidebar {
  position: fixed;
  right: -40px;
  bottom: 30%;
  z-index: 999;
  opacity: 0;
}
.sidebar.show {
  right: 10px;
  opacity: 1;
}
.sidebar li {
  width: 40px;
  height: 40px;
  margin-top: 1px;
  background: #000;
  cursor: pointer;
  position: relative;
}
.sidebar li:hover .info {
  display: block;
}
.sidebar li .info {
  background: #000;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 41px;
  top: 0;
  bottom: auto;
  display: none;
}
.sidebar li .info a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  color: #fff;
}
.sidebar li .info a:hover {
  background: #000;
}
.sidebar li .info a:last-child {
  border-bottom: none;
}
.sidebar li i {
  font-size: 18px;
  color: #fff;
}

/*留言表单*/
.inquiry dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.inquiry dl dd {
  width: 50%;
  padding: 10px 15px;
}

.inquiry dl dd.message-input {
  width: 100% !important;
}

.inquiry span,
.inquiry input,
.inquiry button,
.inquiry textarea {
  display: block;
  width: 100%;
}

.inquiry span i {
  color: #ff0000;
}

.inquiry input,
.inquiry textarea {
  border: 4px solid #e5e5e5;
  padding: 12px 15px;
  transition: all 0.4s;
  margin-top: 6px;
  line-height: 24px;
}

.inquiry input:focus,
.inquiry textarea:focus {
  border-color: #d70c19;
}

.inquiry textarea {
  height: 120px;
}

.inquiry dl dt {
  width: 100%;
  padding: 0 15px;
  margin-top: 20px;
}

.inquiry dl dt button {
  background: #d70c19;
  color: #fff;
  line-height: 55px;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

/* 公共底部 */
.footer {
  background-color: #eee;
  padding: 0.5rem 0;
}
.footer .container {
  align-items: flex-start;
}
.footer .container .foot-contact {
  width: 300px;
}
.footer .container .foot-contact h3 {
  padding-bottom: 15px;
  font-size: 0.2rem;
  color: #333;
}
.footer .container .foot-contact li {
  align-items: flex-start;
  margin-top: 15px;
}
.footer .container .foot-contact li i {
  transform: translateY(2px);
  width: 16px;
}
.footer .container .foot-contact li span {
  padding-left: 10px;
  width: calc(100% - 16px);
  line-height: 1.5em;
  font-size: 0.16rem;
}
.footer .container .foot-contact li a {
  color: #666;
}
.footer .container .foot-contact li a:hover {
  color: #000;
  text-decoration: underline;
}
.footer .container .foot-contact .ewm {
  margin-top: 0.2rem;
}
.footer .container .foot-contact .ewm ul {
  justify-content: flex-start;
}
.footer .container .foot-contact .ewm ul li {
  width: 50%;
  margin-top: 0px;
}
.footer .container .foot-contact .ewm ul li img {
  width: 100px;
  border: 2px solid #fff;
}
.footer .container .foot-contact .ewm ul li p {
  margin-top: 0.15rem;
  font-size: 0.16rem;
}
.footer .container .foot-nav {
  width: calc(100% - 300px);
  align-items: flex-start;
  padding-left: 100px;
}
.footer .container .foot-nav dl h3 {
  padding-bottom: 20px;
  font-size: 0.2rem;
  color: #333;
}
.footer .container .foot-nav dl dd {
  font-size: 0.16rem;
  line-height: 2em;
}
.footer .container .foot-nav dl dd a {
  color: #666;
}
.footer .container .foot-nav dl dd a:hover {
  color: #000;
  text-decoration: underline;
}
.footer .container .foot-nav dl:nth-child(3) {
  width: 210px;
}
.footer .container .foot-nav dl:nth-child(3) h3 {
  width: 100%;
}
.footer .container .foot-nav dl:nth-child(3) dd {
  width: 50%;
}

.copy {
  background-color: #474747;
  padding: 0.2rem 0;
}
.copy .container {
  color: #666;
  font-size: 0.16rem;
}
.copy .container .left-copy {
  color: #fff;
}
.copy .container .left-copy img {
  margin: 0px 10px;
  width: 16px;
  transform: translateY(-1);
}
.copy .container a {
  color: #666;
}

.statuar {
  display: none;
}

/*分页*/
.pagination {
  margin-top: 50px;
}
.pagination p {
  display: block;
  margin: 0 4px;
  line-height: 40px;
  text-align: center;
  width: 50px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  color: #172029;
}
.pagination p.pageEllipsis {
  border: none;
  background: none;
  line-height: 36px;
  width: 30px;
}
.pagination a {
  display: block;
  margin: 0 4px;
  line-height: 40px;
  text-align: center;
  width: 50px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  color: #172029;
}
.pagination a:hover {
  border: 1px #000 solid;
  background: #000;
  color: #fff;
}
.pagination a.cur {
  border: 1px #000 solid;
  background: #000;
  color: #fff;
}

/*详情上下链接*/
.xq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
}
.xq-toggle .left {
  width: calc(100% - 240px);
}
.xq-toggle .left li {
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6em;
  font-size: 0.18rem;
}
.xq-toggle .left li span {
  padding-right: 4px;
  color: #1a1a1a;
}
.xq-toggle .left li a {
  color: #666;
}
.xq-toggle .left li a:hover {
  color: #000;
  text-decoration: underline;
}
.xq-toggle .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  background: #268cb1;
  line-height: 56px;
}
.xq-toggle .right i {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
.xq-toggle .right span {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  transform: translateY(1px);
}

.mapbox .info {
  border: 1px solid #ccc;
  width: 420px;
}

#tip {
  height: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #ccc;
}

div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
}

div.info-top div {
  display: block;
  color: #172029;
  font-size: 15px;
  line-height: 35px;
  padding: 0 10px;
  text-align: left;
}

div.info-top img {
  position: absolute;
  top: 13px;
  right: 10px;
  transition-duration: 0.25s;
}

div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}

div.info-middle {
  font-size: 13px;
  padding: 10px;
  line-height: 22px;
  text-align: left;
  color: #000;
}

div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}

div.info-bottom img {
  position: relative;
  z-index: 104;
  left: 46%;
}

@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1180px;
  }
  .header .logo {
    width: 244px;
  }
  .header .logo img {
    height: 40px !important;
  }
  .header .nav {
    width: calc(100% - 260px);
  }
  .header .nav .nav_yiji > li > a {
    line-height: 80px;
    font-size: 15px;
  }
  .header .nav .hidenav {
    top: 68px;
  }
  .header .search .search-box {
    top: 80px;
    padding: 20px 30px 30px;
  }
  .header .search .search-box form {
    width: 80%;
  }
  .header .search .search-box form input {
    line-height: 50px;
    font-size: 14px;
  }
  .header .search .search-box form button {
    height: 50px;
  }
  #header.scrollTop .header .search .search-box {
    top: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  /*公共头部*/
  #header.scrollTop {
    top: 0;
  }
  .header .container {
    justify-content: space-between;
  }
  .header .nav {
    display: none;
  }
  .header .logo {
    width: auto;
  }
  .header .logo img {
    height: 30px !important;
  }
  .header .search .search-box {
    top: 60px;
    padding: 10px 20px 20px;
  }
  .header .search .search-box form {
    width: 100%;
  }
  .header .search .search-box form input {
    line-height: 40px;
    font-size: 13px;
  }
  .header .search .search-box form button {
    height: 40px;
    font-size: 14px;
  }
  .wrap_nav {
    display: block;
  }
  #header.scrollTop .header .search .search-box {
    top: 60px;
  }
  #header.scrollTop .wrap_nav .menuBtn dd {
    background-color: #000;
  }
  .footer .container .foot-contact {
    width: 200px;
  }
  .footer .container .foot-nav {
    width: calc(100% - 200px);
    padding-left: 50px;
  }
  .footer .container .foot-nav dl:nth-child(3) {
    width: 140px;
  }
  .footer .container .foot-contact .ewm ul li img {
    width: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .container {
    padding: 0 10px;
  }
  .header .search .search-box {
    top: 60px;
    padding: 10px 20px 20px;
  }
  .footer {
    display: none;
  }
  .copy .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.8em;
  }
  .copy .container .left-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .xq-toggle {
    flex-direction: column;
  }
  .xq-toggle .left {
    width: 100%;
  }
  .xq-toggle .right {
    width: 100%;
    margin-top: 10px;
    line-height: 3em;
  }
}
@media only screen and (min-width: 1281px) {
  /*头部滚动事件*/
  #header.scrollTop .header .hidenav {
    top: 80px;
  }
  #header.scrollTop .header .search .search-box {
    top: 80px;
  }
}
/* 内页banner */
.ny-ban {
  height: 5rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  padding-top: 1rem;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.ny-ban:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: url(../images/bot.png) center rgb(8, 24, 44);
  opacity: 0.5;
}
.ny-ban .banTtile h3 {
  font-family: "sy-b";
  font-size: 0.48rem;
  color: #fff;
  line-height: 1.1;
}
.ny-ban .bread {
  padding: 15px 0 0;
  font-family: "sy-n";
}
.ny-ban .bread .breadcrumbs {
  color: #fff;
  font-size: 0.18rem;
}
.ny-ban .bread .breadcrumbs i {
  line-height: 1.8em;
  margin-right: 4px;
}
.ny-ban .bread .breadcrumbs em {
  padding: 0 1px;
}
.ny-ban .bread .breadcrumbs a {
  color: #fff;
}
.ny-ban .bread .breadcrumbs a:hover {
  color: #fff;
}
.ny-ban .bread .breadcrumbs a.current {
  color: #fff;
}
.ny-ban .bread .breadcrumbs span.current {
  color: #fff;
}

.n-tit p {
  line-height: 1em;
}
.n-tit p.p1 {
  font-size: 0.5rem;
  font-family: "hg";
  text-transform: uppercase;
  color: #ccc;
}
.n-tit p.p2 {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}

/* 企业简介 */
.ny-profile .item {
  width: 100%;
  padding: 0.8rem 0;
}
.ny-profile .item:nth-child(2n) {
  background-color: #f5f5f5;
}
.ny-profile .item:nth-child(2n) .intro {
  order: 2;
}
.ny-profile .item:nth-child(2n) .intro .tit::before {
  content: "memstools" !important;
}
.ny-profile .item:nth-child(2n) .intro-logo {
  order: 1;
}
.ny-profile .item:nth-child(3) .intro .tit::before {
  content: "bynano" !important;
}
.ny-profile .item:nth-child(4) .intro .tit::before {
  content: "business" !important;
}
.ny-profile .item:nth-child(4) .intro-logo {
  background-color: #f5f5f5;
}
.ny-profile .item .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-profile .item .container .intro {
  width: 50%;
}
.ny-profile .item .container .intro .tit {
  font-size: 0.4rem;
  color: #268cb1;
  position: relative;
  font-weight: bold;
  line-height: 1em;
  padding-top: 0.6rem;
}
.ny-profile .item .container .intro .tit::before {
  content: "RDMICRO";
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 1rem;
  color: #268cb1;
  opacity: 0.1;
  line-height: 1em;
  font-family: "hg";
}
.ny-profile .item .container .intro .ct {
  margin-top: 0.5rem;
  font-size: 0.17rem;
  line-height: 2em;
  color: #666;
}
.ny-profile .item .container .intro .ct .p-more {
  display: inline-block;
  margin-top: 0.5rem;
}
.ny-profile .item .container .intro-logo {
  width: 45%;
}
.ny-profile .item .container .intro-logo img {
  mix-blend-mode: multiply;
}

/* 企业简介 */
.ny-contact .item {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f5f5f5;
}
.ny-contact .item .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-contact .item .container .intro {
  width: 50%;
  order: 2;
}
.ny-contact .item .container .intro .tit {
  font-size: 0.4rem;
  color: #268cb1;
  position: relative;
  font-weight: bold;
  line-height: 1em;
  padding-top: 0.6rem;
}
.ny-contact .item .container .intro .tit::before {
  content: "business";
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 1rem;
  color: #268cb1;
  opacity: 0.1;
  line-height: 1em;
  font-family: "hg";
}
.ny-contact .item .container .intro .ct {
  margin-top: 0.5rem;
  font-size: 0.17rem;
  line-height: 2em;
  color: #666;
}
.ny-contact .item .container .intro .ct .p-more {
  display: inline-block;
  margin-top: 0.5rem;
}
.ny-contact .item .container .intro-logo {
  order: 1;
  background-color: #f5f5f5;
  width: 45%;
}
.ny-contact .item .container .intro-logo img {
  mix-blend-mode: multiply;
}

.ny-yfcx {
  padding: 0.8rem 0;
}
.ny-yfcx .ct {
  margin-top: 0.5rem;
}
.ny-yfcx .ct .img {
  width: 45%;
}
.ny-yfcx .ct .txt {
  width: 50%;
}
.ny-yfcx .ct .txt p {
  font-size: 0.16rem;
  line-height: 1.8em;
  color: #666;
  margin-bottom: 0.2rem;
}

.ny-zscq {
  padding: 0.8rem 0;
  background-color: #f8f8f8;
}
.ny-zscq .lib .swiper {
  margin-top: 0.5rem;
}
.ny-zscq .lib .swiper .swiper-slide {
  transition: all 0.5s;
}
.ny-zscq .lib .swiper .swiper-slide .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 140%;
}
.ny-zscq .lib .swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.ny-zscq .lib .btn {
  margin-top: 0.2rem;
}
.ny-zscq .lib .btn div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #eee;
  margin: 0px 10px;
  cursor: pointer;
  font-size: 0.22rem;
}
.ny-zscq .lib .btn div:hover {
  color: #fff;
  background-color: #000;
}
.ny-zscq .itemBox {
  margin-top: 0.8rem;
}
.ny-zscq .itemBox .item {
  text-align: center;
  color: #000;
}
.ny-zscq .itemBox .item .t {
  align-items: flex-start;
}
.ny-zscq .itemBox .item .t span {
  font-size: 0.5rem;
  font-weight: bold;
}
.ny-zscq .itemBox .item .t i {
  font-size: 0.18rem;
  margin-left: 5px;
}
.ny-zscq .itemBox .item .t1 {
  margin-top: 0.2rem;
  font-size: 0.2rem;
}

.ny-cjspj {
  padding: 0.8rem 0;
}
.ny-cjspj .lib ul {
  margin: 0.5rem -0.2rem 0 -0.2rem;
}
.ny-cjspj .lib ul li {
  width: 33.33%;
  padding: 0.2rem;
}
.ny-cjspj .lib ul li .pic {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.ny-cjspj .lib ul li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ny-cjspj .lib ul li:hover .pic img {
  transform: scale(1.2);
}
.ny-cjspj .lib .btn {
  margin-top: 0.2rem;
}
.ny-cjspj .lib .btn div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #eee;
  margin: 0px 10px;
  cursor: pointer;
  font-size: 0.22rem;
}
.ny-cjspj .lib .btn div:hover {
  color: #fff;
  background-color: #000;
}
.ny-cjspj .itemBox {
  margin-top: 0.8rem;
}
.ny-cjspj .itemBox .item {
  text-align: center;
  color: #000;
}
.ny-cjspj .itemBox .item .t {
  align-items: flex-start;
}
.ny-cjspj .itemBox .item .t span {
  font-size: 0.5rem;
  font-weight: bold;
}
.ny-cjspj .itemBox .item .t i {
  font-size: 0.18rem;
  margin-left: 5px;
}
.ny-cjspj .itemBox .item .t1 {
  margin-top: 0.2rem;
  font-size: 0.2rem;
}

/* 企业证书 */
.ny-honor-top {
  background: url("../images/honorbg.jpg");
  padding: 0.8rem 0;
}

.ny-honor {
  background: url("../images/ny-honor.png") no-repeat center;
  background-size: cover;
  padding: 1rem 0;
}
.ny-honor .lib .swiper {
  margin-top: 1rem;
  padding: 0.5rem 0;
}
.ny-honor .lib .swiper .swiper-slide {
  width: 18.5vw;
  opacity: 0.48;
  transition: all 0.5s;
}
.ny-honor .lib .swiper .swiper-slide .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-honor .lib .swiper .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.ny-honor .lib .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: rotateX(0deg) rotateY(0deg) !important;
}
.ny-honor .lib .swiper .swiper-slide.swiper-slide-active .pic img {
  transform: scale(1.2);
}
.ny-honor .lib .btn {
  margin-top: 0.5rem;
}
.ny-honor .lib .btn div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #eee;
  margin: 0px 10px;
  cursor: pointer;
  font-size: 0.22rem;
}
.ny-honor .lib .btn div:hover {
  color: #fff;
  background-color: #000;
}

.ny-hzhb {
  position: relative;
  padding: 0.8rem 0;
  background-color: #f5f5f5;
}
.ny-hzhb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/mapbg.jpg") no-repeat center;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}
.ny-hzhb > * {
  position: relative;
  z-index: 1;
}
.ny-hzhb .itemBox {
  margin-top: 1rem;
}
.ny-hzhb .itemBox .item {
  text-align: center;
  color: #000;
}
.ny-hzhb .itemBox .item .t {
  align-items: flex-start;
}
.ny-hzhb .itemBox .item .t span {
  font-size: 0.5rem;
  font-weight: bold;
}
.ny-hzhb .itemBox .item .t i {
  font-size: 0.18rem;
  margin-left: 5px;
}
.ny-hzhb .itemBox .item .t1 {
  margin-top: 0.2rem;
  font-size: 0.2rem;
}
.ny-hzhb .ct {
  margin-top: 0.3rem;
}
.ny-hzhb .ct ul {
  margin: 0 -0.2rem;
}
.ny-hzhb .ct ul li {
  width: 25%;
  padding: 0.2rem;
}
.ny-hzhb .ct ul li .pic {
  padding-top: 25%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ny-hzhb .ct ul li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 发展历程 */
.ny-history {
  padding: 1rem 0;
  background-image: url("../images/fzlc_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ny-history .n-tit p.p2 {
  color: #fff;
}
.ny-history .hd p {
  line-height: 1em;
}
.ny-history .hd p.p1 {
  font-size: 0.5rem;
  font-family: "hg";
  color: #ccc;
}
.ny-history .hd p.p2 {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}
.ny-history .ct {
  margin-top: 0.5rem;
  padding: 25px 0px;
  border-left: 4px solid #268cb1;
}
.ny-history .ct li {
  align-items: center;
  margin-bottom: 0.6rem;
}
.ny-history .ct li .year {
  width: 1.5rem;
  padding-left: 0.3rem;
  position: relative;
  font-family: "din-m";
  font-size: 0.3rem;
  color: #FFF;
}
.ny-history .ct li .year::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.1rem;
  height: 4px;
  transform: translateY(-50%);
  background-color: rgba(38, 140, 177, 0.5);
}
.ny-history .ct li .txt {
  width: calc(100% - 1.5rem);
  color: #fff;
  font-size: 0.18rem;
}
/* 研发与创新 */
.ny-RD {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ny-RD .con {
  margin-top: 0.4rem;
}
.ny-RD .con .intro {
  text-align: center;
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
  position: relative;
  padding: 0px 1.3rem;
}
.ny-RD .con .intro::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.4rem;
  background: url("../images/y1.png") no-repeat center;
  background-size: cover;
}
.ny-RD .con .intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.4rem;
  background: url("../images/y2.png") no-repeat center;
  background-size: cover;
}
.ny-RD .con .intro p:last-child {
  color: #999;
}
.ny-RD .con .lib {
  margin-top: 0.5rem;
}
.ny-RD .con .lib ul {
  margin: 0px -0.24rem;
}
.ny-RD .con .lib ul li {
  width: 33.3333333333%;
  padding: 0px 0.24rem;
}
.ny-RD .con .lib ul li .item {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 58, 119, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 58, 119, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 58, 119, 0.2);
  border-radius: 15px;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  background-image: url("../images/yf_bg1.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 70% auto;
}
.ny-RD .con .lib ul li .item h2 {
  font-size: 0.3rem;
  color: #333;
  font-family: "sy-b";
}
.ny-RD .con .lib ul li .item .txt {
  margin-top: 0.3rem;
  color: #999;
  line-height: 1.8em;
}
.ny-RD .con .lib ul li .item:hover {
  background-color: #000;
  background-image: url("../images/yf_bg2.png");
}
.ny-RD .con .lib ul li .item:hover h2,
.ny-RD .con .lib ul li .item:hover .txt {
  color: #fff;
}

.rd-sys {
  background-image: url("../images/rd-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6rem;
  position: relative;
}
.rd-sys p {
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.6em;
  position: relative;
  z-index: 2;
  font-family: "sy-b";
}
.rd-sys::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* 制造基地 */
.ny-base {
  padding: 1rem 0;
}
.ny-base .pic {
  margin-top: 0.5rem;
}
.ny-base .pic ul li {
  width: calc(50% - 0.2rem);
  padding-top: 25%;
  position: relative;
  overflow: hidden;
}
.ny-base .pic ul li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11 !important;
}
.ny-base .pic ul li img {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ny-base .pic ul li:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.ny-base .pic ul li:hover img {
  transform: scale(1.1, 1.1);
}
.ny-base .intro {
  margin-top: 0.5rem;
}
.ny-base .intro p {
  color: #666;
  font-size: 0.18rem;
  line-height: 1.8em;
  padding: 5px 0px;
  text-indent: 2em;
}

/* 品牌申明 */
.ny-declaration {
  padding: 1rem 0;
  background-color: #f9f9f9;
}
.ny-declaration .intro {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  background-color: #f9f9f9;
}
.ny-declaration .intro img {
  mix-blend-mode: multiply;
  max-width: 600px !important;
}

/* 内页侧边栏 */
.sidemenu {
  position: fixed;
  bottom: 20%;
  right: -100px;
  z-index: 999;
  opacity: 0;
}
.sidemenu.show {
  right: 10px;
  opacity: 1;
}
.sidemenu li {
  margin-top: 1px;
}
.sidemenu li a {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 15px 20px;
  display: block;
}
.sidemenu li a:hover {
  background-color: #000;
}
.sidemenu li.top-back {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 15px 20px;
  display: block;
  cursor: pointer;
}
.sidemenu li.top-back:hover {
  background-color: #000;
}
.sidemenu li.top-back i {
  color: #fff;
}

/* 产品展示 */
.proList {
  padding: 0.6rem 0;
}
.proList ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0.22rem;
}
.proList ul.catelib {
  grid-template-columns: repeat(5, 1fr) !important;
}
.proList ul li {
  position: relative;
}
.proList ul li::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.02rem;
  background: #268cb1;
}
.proList ul li .item {
  border: 1px solid #ebebeb;
}
.proList ul li .item .pic {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.proList ul li .item .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.proList ul li .item .pic img.procate {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.proList ul li .item .title {
  padding: 0.44rem;
}
.proList ul li .item .title h2 {
  font-size: 0.25rem;
  font-weight: 600;
}
.proList ul li .item .title .more {
  margin-top: 0.3rem;
  font-size: 0.18rem;
}
.proList ul li .item .title .more svg path {
  transition: 0.4s;
}
.proList ul li:hover::before {
  width: 100%;
}
.proList ul li:hover .item .pic img {
  transform: scale(1.1);
}
.proList ul li:hover .title h2 {
  color: #268cb1;
}
.proList ul li:hover .title .more {
  color: #268cb1;
}
.proList ul li:hover .title .more svg path {
  fill: #268cb1;
}

/* 新闻资讯 */
.newsBox {
  padding: 0.6rem 0;
}
.newsBox .news-list ul {
  margin: 0 -0.2rem;
}
.newsBox .news-list ul li {
  padding: 0.2rem;
  width: 33.3333333333%;
}
.newsBox .news-list ul li a {
  display: block;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.newsBox .news-list ul li a:hover {
  transform: scale(1.05, 1.05);
}
.newsBox .news-list ul li a .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
.newsBox .news-list ul li a .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 0.6s;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newsBox .news-list ul li a .content {
  padding: 0.3rem;
  background: #fff;
  transition: all 0.4s;
}
.newsBox .news-list ul li a .content h3 {
  font-size: 0.19rem;
  color: #1a1a1a;
  font-family: sy-n;
  overflow: hidden;
}
.newsBox .news-list ul li a .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.2rem 0 0.3rem 0;
  color: #999;
  font-size: 0.15rem;
  line-height: 1.8em;
}
.newsBox .news-list ul li a .content p.date {
  margin: 0px;
}
.newsBox .news-list ul li a .content p.date span {
  font-family: din-m;
  font-size: 0.19rem;
}
.newsBox .news-list ul li a .content p.date i {
  background: url("../images/jt.png") no-repeat;
  width: 16px;
  height: 6px;
  display: block;
}
.newsBox .news-list ul li:hover a .content h3 {
  color: #000;
}
.newsBox .news-list ul li:hover a .content p.date i {
  background: url("../images/jt2.png") no-repeat;
  transform: translateX(-20px);
}

/* 新闻详情 */
.newsDetails {
  padding: 0.6rem 0;
}
.newsDetails .news-xq .xq-title {
  font-size: 0.3rem;
  font-family: "Roboto-m";
  color: #000;
  text-align: center;
}
.newsDetails .news-xq .xq-data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  margin: 10px 0 20px;
}
.newsDetails .news-xq .content {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}
.newsDetails .news-xq .content p {
  padding: 5px 0;
  font-size: 0.18rem !important;
  line-height: 1.8em !important;
}
.newsDetails .news-xq .content p span {
  font-size: 0.18rem !important;
}
.newsDetails .news-xq .content img {
  max-width: 100%;
  width: 80% !important;
  margin: 0 auto;
}
.newsDetails .news-xq .xq-key {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.newsDetails .news-xq .xq-key span {
  padding-right: 4px;
  color: #0c439f;
  font-family: "Roboto-m";
}

.hot-news {
  padding: 0.7rem 0;
  border-top: 10px solid #f5f5f5;
}
.hot-news .title h3 {
  font-size: 0.36rem;
  color: #000;
  font-family: "hg";
  text-transform: capitalize;
  line-height: 1;
}
.hot-news .hotNews {
  margin: 0.4rem -0.15rem 0;
  padding-bottom: 0.5rem !important;
}
.hot-news .hotNews li {
  padding: 0 0.15rem;
}
.hot-news .hotNews li a {
  display: block;
  height: 100%;
  background: #fff;
}
.hot-news .hotNews li a .pic {
  width: 100%;
  overflow: hidden;
}
.hot-news .hotNews li a .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 260px;
  transition: all 0.6s;
}
.hot-news .hotNews li a .content {
  padding: 0.2rem;
  background: #f5f5f5;
  transition: all 0.4s;
}
.hot-news .hotNews li a .content h3 {
  font-size: 0.19rem;
  color: #1a1a1a;
  font-family: "sy-n";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-news .hotNews li a .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.15rem;
  margin: 10px 0 16px;
  line-height: 1.6em;
  color: #666;
}
.hot-news .hotNews li a .details {
  color: #666;
  margin-top: 0.16rem;
  transition: all 0.4s;
  font-size: 0.18rem;
}
.hot-news .hotNews li a .details i {
  font-size: 0.18rem;
  color: #000;
  margin-right: 10px;
  transform: translateY(-1px);
}
.hot-news .hotNews li:hover a {
  background: #0c439f;
  border-color: #0c439f;
}
.hot-news .hotNews li:hover a .pic img {
  transform: scale(1.1);
}
.hot-news .hotNews li:hover a .content {
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.hot-news .hotNews li:hover a h3 {
  color: #000;
}
.hot-news .hotNews .swiper-pagination {
  bottom: 0;
  width: 150px !important;
}
.hot-news .hotNews .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #999;
  margin: 0 10px;
  opacity: 0.8;
}
.hot-news .hotNews .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

/* 售后服务 */
.ny-service {
  padding-top: 1rem;
}
.ny-service .con {
  margin-top: 0.4rem;
}
.ny-service .con .intro {
  text-align: center;
  font-size: 0.24rem;
  color: #000;
  line-height: 1em;
  position: relative;
  padding: 0px 1.3rem;
}
.ny-service .con .intro::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.4rem;
  background: url("../images/y1.png") no-repeat center;
  background-size: cover;
}
.ny-service .con .intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.4rem;
  background: url("../images/y2.png") no-repeat center;
  background-size: cover;
}
.ny-service .ser-detail {
  background-color: #f5f5f5;
  margin-top: 0.5rem;
  padding: 0.8rem 0;
}
.ny-service .ser-detail .hd {
  font-size: 0.4rem;
  text-align: center;
  color: #000;
  font-family: "sy-b";
}
.ny-service .ser-detail .lib {
  margin-top: 0.8rem;
}
.ny-service .ser-detail .lib ul li {
  margin-top: 0.5rem;
}
.ny-service .ser-detail .lib ul li .img {
  width: 50%;
  padding-top: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  order: 1;
}
.ny-service .ser-detail .lib ul li .txt {
  width: 50%;
  background-color: #fff;
  padding: 0.8rem 0.9rem;
  order: 2;
}
.ny-service .ser-detail .lib ul li .txt h2 {
  font-size: 0.35rem;
  font-family: "sy-b";
  text-align: right;
  color: #000;
  position: relative;
}
.ny-service .ser-detail .lib ul li .txt h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.33rem;
  width: 0.5rem;
  height: 0.37rem;
  background: url("../images/yinhao1.png") no-repeat center;
  background-size: cover;
}
.ny-service .ser-detail .lib ul li .txt .intro {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 1.8em;
  color: #666;
  position: relative;
}
.ny-service .ser-detail .lib ul li .txt .intro strong {
  color: #000;
  font-size: 0.22rem;
  font-weight: 700;
  font-family: "MontHeavyDEMO";
}
.ny-service .ser-detail .lib ul li .txt .intro::before {
  content: "";
  display: block;
  position: absolute;
  right: -0.33rem;
  width: 0.5rem;
  height: 0.37rem;
  bottom: -0.4rem;
  background: url("../images/yinhao2.png") no-repeat center;
  background-size: cover;
}
.ny-service .ser-detail .lib ul li:nth-child(2n) .txt {
  order: 0;
}

/* 加入我们 */
.inner-main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 11.5% 0;
}
.inner-main .nTit {
  text-align: center;
  margin-bottom: 50px;
}
.inner-main .nTit h1 {
  font-size: 0.45rem;
  font-family: "sy-b";
  font-weight: normal;
  color: #fff;
}
.inner-main .nTit b {
  display: block;
  width: 15px;
  height: 2px;
  background: #000;
  margin: 10px auto 0;
}
.inner-main .JoinKweBox {
  margin-left: -1%;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
}
.inner-main .JoinKweBox .item {
  width: 49%;
  margin-left: 1%;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 45px 40px 45px 85px;
  height: 180px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-bottom: 10px;
}
.inner-main .JoinKweBox .item .tit {
  position: relative;
  font-size: 20px;
  font-family: "sy-n";
  background: url(../images/jt2.png) no-repeat center right;
}
.inner-main .JoinKweBox .item .tit .ico {
  position: absolute;
  left: -52px;
  top: -5px;
}
.inner-main .JoinKweBox .item .tit .ico .img2 {
  display: none;
}
.inner-main .JoinKweBox .item .dec {
  font-size: 14px;
  line-height: 25px;
  color: #999;
  margin-top: 10px;
}
.inner-main .JoinKweBox .item .tel {
  position: relative;
  font-size: 30px;
  font-family: "MontHeavyDEMO";
  color: #000;
  margin-bottom: 10px;
}
.inner-main .JoinKweBox .item .tel img {
  position: absolute;
  left: -50px;
  top: 0px;
}
.inner-main .JoinKweBox .item:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}
.inner-main .JoinKweBox .item:hover .tit {
  color: #fff;
}
.inner-main .JoinKweBox .item:hover .tit .ico .img1 {
  display: none;
}
.inner-main .JoinKweBox .item:hover .tit .ico .img2 {
  display: inline-block;
}
.inner-main .JoinKweBox .item:hover .dec {
  color: #fff;
}
.inner-main .JoinKweBox .item:nth-child(3) {
  padding-right: 20px;
  padding-top: 35px;
}
.inner-main .JoinKweBox .item:nth-child(3):hover {
  background: rgba(255, 255, 255, 0.9);
}
.inner-main .JoinKweBox .item:nth-child(3) p {
  line-height: 30px;
  font-family: syrh;
}

/* 人才发展 */
.Rencaifz .Part1 .item {
  background: #fff;
  display: flex;
}
.Rencaifz .Part1 .item .img {
  width: 50%;
  padding-top: 400px;
  position: relative;
  order: 2;
}
.Rencaifz .Part1 .item .txt {
  width: 50%;
  box-sizing: border-box;
  order: 1;
  height: 400px;
  padding: 30px 20px 30px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.Rencaifz .Part1 .item .txt p {
  line-height: 2em;
  font-size: 0.17rem;
  color: #666;
}
.Rencaifz .Part1 .item .imgbox span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.Rencaifz .Part1 .item:nth-child(2n) .img {
  order: 1;
}
.Rencaifz .Part1 .item:nth-child(2n) .txt {
  order: 2;
}
.Rencaifz .Part2 {
  margin-top: 60px;
}
.Rencaifz .Part2 .tit {
  font-size: 24px;
  font-family: syrh;
  font-weight: bold;
  color: #fff;
}
.Rencaifz .Part2 .PartBox {
  margin-top: 70px;
  margin-left: -3%;
  display: flex;
}
.Rencaifz .Part2 .PartBox .item {
  width: 30.33%;
  margin-left: 3%;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 50px 50px;
  max-height: 245px;
}
.Rencaifz .Part2 .PartBox .item .num {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: url(../images/rcico1.png) no-repeat center center;
  font-size: 22px;
  font-family: DINB;
  color: #fff;
  line-height: 90px;
  margin-top: -45px;
}
.Rencaifz .Part2 .PartBox .item h1 {
  font-size: 20px;
  font-weight: normal;
  font-family: syrh;
  margin: 50px 0 20px 0;
}
.Rencaifz .Part2 .PartBox .item .dec {
  color: #999;
  line-height: 25px;
}
.Rencaifz .Part2 .PartBox .item:nth-child(2) .num {
  background: url(../images/rcico2.png) no-repeat center center;
}
.Rencaifz .Part2 .PartBox .item:nth-child(3) .num {
  background: url(../images/rcico3.png) no-repeat center center;
}

/* 招聘列表 */
.Recruit .RecruitBox {
  background: #fff;
  padding: 40px 50px;
}
.Recruit .RecruitBox .RecruitCon {
  margin-bottom: 60px;
}
.Recruit .RecruitBox .RecruitCon .item {
  border-bottom: 1px solid #eeeeee;
}
.Recruit .RecruitBox .RecruitCon .item ul {
  display: flex;
}
.Recruit .RecruitBox .RecruitCon .item ul li {
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #333;
}
.Recruit .RecruitBox .RecruitCon .item ul li.li1 {
  width: 20%;
  font-size: 18px;
  font-family: sy-n;
}
.Recruit .RecruitBox .RecruitCon .item ul li.li1 .intro p {
  font-size: 14px;
  color: #999;
  line-height: 1.5em;
}
.Recruit .RecruitBox .RecruitCon .item ul li.li2 {
  width: 27%;
  text-align: center;
}
.Recruit .RecruitBox .RecruitCon .item ul li.li3 {
  width: 20%;
  text-align: center;
}
.Recruit .RecruitBox .RecruitCon .item ul li.li4 {
  width: 20%;
  text-align: center;
}
.Recruit .RecruitBox .RecruitCon .item ul li.li5 {
  width: 13%;
  text-align: center;
}
.Recruit .RecruitBox .RecruitCon .item ul li span {
  font-size: 14px;
  color: #999;
}
.Recruit .RecruitBox .RecruitCon .item ul li p {
  margin-top: 8px;
  color: #333;
}

.jobInquiry {
  padding: 0.5rem 0 0.8rem;
  position: relative;
  z-index: 0;
  background: url(../images/hotNewsBg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.jobInquiry .title {
  font-size: 0.42rem;
  font-family: "oswald";
  margin-bottom: 0.3rem;
  text-align: center;
  color: #fff;
}
.jobInquiry .inquiry span {
  color: #fff;
}
.jobInquiry .inquiry span i {
  color: #c22c33;
}
.jobInquiry .inquiry input,
.jobInquiry .inquiry textarea {
  border: none;
  background: #fff;
  padding: 12px 15px;
  transition: all 0.4s;
  margin-top: 6px;
  line-height: 24px;
}
.jobInquiry .inquiry span,
.jobInquiry .inquiry input,
.jobInquiry .inquiry button,
.jobInquiry .inquiry textarea {
  display: block;
  width: 100%;
}
.jobInquiry .inquiry dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.jobInquiry .inquiry dl dd {
  width: 50%;
  padding: 10px 15px;
}
.jobInquiry .inquiry dl dt {
  width: 240px;
  padding: 0 15px;
  margin-top: 20px;
}
.jobInquiry .inquiry dl dt button {
  background: #000;
  color: #fff;
  line-height: 55px;
  cursor: pointer;
  transition: all 0.4s;
  text-transform: uppercase;
}

/* 招聘详情 */
.RecruitInfo {
  padding: 80px;
  background: #fff;
  position: relative;
}
.RecruitInfo .RecruitInfoBox {
  width: 65%;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoTit {
  margin-bottom: 40px;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoTit h1 {
  font-size: 30px;
  font-weight: normal;
  font-family: sy-b;
  color: #333;
  margin-bottom: 20px;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul {
  display: flex;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #999;
  margin-bottom: 8px;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li img {
  position: relative;
  margin-right: 5px;
  top: -2px;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li span {
  color: #333;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoCon .Con {
  margin-bottom: 50px;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoCon .Con:nth-child(2) {
  margin-bottom: 0;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoCon .Con h1 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  font-family: syrh;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.RecruitInfo .RecruitInfoBox .RecruitInfoCon .Con .dec {
  font-size: 14px;
  line-height: 36px;
  color: #999;
}
.RecruitInfo .RecruitInfoForm {
  width: 29%;
  padding-top: 50px;
}
.RecruitInfo .RecruitInfoForm .FormBox {
  padding: 40px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.RecruitInfo .RecruitInfoForm .FormBox h1 {
  font-size: 24px;
  font-weight: normal;
  font-family: syrh;
  margin-bottom: 30px;
  text-align: center;
}
.RecruitInfo .RecruitInfoForm .FormBox .InputBox {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  height: 38px;
  line-height: 38px;
}
.RecruitInfo .RecruitInfoForm .FormBox .InputBox input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.RecruitInfo .RecruitInfoForm .FormBox .fileInput {
  background: url(../images/uploadfile.png) no-repeat center right 10px #f3f3f3;
  position: relative;
}
.RecruitInfo .RecruitInfoForm .FormBox .fileInput input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.RecruitInfo .RecruitInfoForm .FormBox .fileInput span {
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.RecruitInfo .RecruitInfoForm .FormBox .fileInput button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  color: #fff;
}
.RecruitInfo .RecruitInfoForm .FormBox .FormBtn {
  margin-top: 30px;
}
.RecruitInfo .RecruitInfoForm .FormBox .FormBtn button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  color: #fff;
}
.RecruitInfo .ReInfo {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.RecruitInfo .goback {
  position: absolute;
  top: 0;
  right: 0;
}
.RecruitInfo .goback a {
  color: #999;
}
.RecruitInfo .goback a img {
  position: relative;
  margin-left: 5px;
  top: -2px;
}

/* 解决方案列表 */
.ny-solution {
  padding-top: 1rem;
}
.ny-solution .con {
  margin-top: 0.4rem;
}
.ny-solution .con .intro {
  text-align: center;
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
  position: relative;
  padding: 0px 1.3rem;
}
.ny-solution .con .intro::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.4rem;
  background: url("../images/y1.png") no-repeat center;
  background-size: cover;
}
.ny-solution .con .intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.4rem;
  background: url("../images/y2.png") no-repeat center;
  background-size: cover;
}
.ny-solution .lib {
  background-color: #f9f9f9;
  margin-top: 0.5rem;
  padding: 0.8rem 0;
}
.ny-solution .lib li {
  margin-bottom: 1rem;
  position: relative;
}
.ny-solution .lib li .img {
  width: 50%;
  padding-top: 30%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  order: 1;
  position: relative;
  z-index: 1;
}
.ny-solution .lib li .txt {
  width: 50%;
  padding: 0.5rem;
  order: 2;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.ny-solution .lib li .txt h3 {
  color: #000;
  font-family: "sy-b";
  font-size: 0.35rem;
}
.ny-solution .lib li .txt p {
  color: #999;
  font-size: 0.17rem;
  margin-top: 0.2rem;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-solution .lib li .txt a.p-more {
  margin-top: 0.3rem;
}
.ny-solution .lib li:nth-child(2n) .txt {
  order: 0;
}

/* 解决方案详情 */
.solution-intro .top {
  padding: 1rem 0;
  background-color: #f5f5f5;
}
.solution-intro .top h2 {
  font-size: 0.4rem;
  color: #000;
  text-align: center;
  font-family: "sy-b";
  position: relative;
}
.solution-intro .top h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 4px;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.solution-intro .top .ct {
  margin-top: 0.6rem;
  font-size: 0.18rem;
  line-height: 1.8em;
}
.solution-intro .principle {
  padding: 1rem 0;
}
.solution-intro .principle .container .img {
  width: 40%;
}
.solution-intro .principle .container .img img {
  border: 5px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.solution-intro .principle .container .txt {
  width: 55%;
}
.solution-intro .principle .container .txt h2 {
  font-size: 0.4rem;
  color: #000;
  font-family: "sy-b";
  position: relative;
}
.solution-intro .principle .container .txt h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 4px;
  bottom: -0.3rem;
  left: 0;
  background-color: #000;
}
.solution-intro .principle .container .txt .ct {
  margin-top: 0.6rem;
  font-size: 0.18rem;
  line-height: 1.6em;
}
.solution-intro .characteristic {
  padding: 1rem 0;
  background-color: #f5f5f5;
  background-image: url("../images/p_bg2.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.solution-intro .characteristic h2 {
  font-size: 0.4rem;
  color: #000;
  font-family: "sy-b";
  position: relative;
}
.solution-intro .characteristic h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 4px;
  bottom: -0.3rem;
  left: 0;
  background-color: #000;
}
.solution-intro .characteristic .txt {
  margin-top: 0.6rem;
}
.solution-intro .characteristic .txt p {
  font-size: 0.18rem;
  width: calc(50% - 0.3rem);
  line-height: 1.6em;
  padding: 0.2rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
}
.solution-intro .characteristic .txt p:hover {
  background-color: #000;
  color: #fff;
}

.solution-case {
  padding: 1rem 0;
}
.solution-case h2 {
  font-size: 0.4rem;
  color: #000;
  font-family: "sy-b";
  position: relative;
}
.solution-case h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 4px;
  bottom: -0.3rem;
  left: 0;
  background-color: #000;
}
.solution-case .lib {
  margin: 0.6rem -0.16rem 0;
  padding-bottom: 0.5rem !important;
}
.solution-case .lib li {
  padding: 0 15px;
}
.solution-case .lib li a {
  display: block;
  height: 100%;
  background: #fff;
}
.solution-case .lib li a .pic {
  width: 100%;
  overflow: hidden;
}
.solution-case .lib li a .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 260px;
  transition: all 0.6s;
}
.solution-case .lib li a .content {
  padding: 20px;
  background: #f5f5f5;
  transition: all 0.4s;
}
.solution-case .lib li a .content h3 {
  font-size: 0.19rem;
  color: #1a1a1a;
  font-family: roboto-m;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-case .lib li a .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0 16px;
  line-height: 1.6em;
  color: #666;
}
.solution-case .lib li a .details {
  color: #666;
  margin-top: 15px;
  transition: all 0.4s;
}
.solution-case .lib li a .details i {
  font-size: 14px;
  color: #000;
  margin-right: 10px;
  transform: translateY(-1px);
}
.solution-case .lib li:hover a {
  background: #0c439f;
  border-color: #0c439f;
}
.solution-case .lib li:hover a .pic img {
  transform: scale(1.1);
}
.solution-case .lib li:hover a .content {
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.solution-case .lib li:hover a h3 {
  color: #000;
}
.solution-case .lib .swiper-pagination {
  bottom: 0;
  width: 150px !important;
}
.solution-case .lib .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #999;
  margin: 0 10px;
  opacity: 0.8;
}
.solution-case .lib .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

/* 行业应用列表 */
.application-nav {
  transform: translateY(-0.4rem);
}
.application-nav .sort {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  position: relative;
}
.application-nav .sort .swiper {
  padding: 0.3rem 0;
}
.application-nav .sort .swiper li {
  text-align: center;
}
.application-nav .sort .swiper li a {
  color: #333;
  font-size: 0.18rem;
  position: relative;
  line-height: 1.2em;
}
.application-nav .sort .swiper li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  width: 0%;
  height: 2px;
  background: #000;
}
.application-nav .sort .swiper li a:hover {
  color: #000;
}
.application-nav .sort .swiper li a:hover::after {
  width: 100%;
  left: 0;
}
.application-nav .sort .swiper li a.cur {
  color: #000;
}
.application-nav .sort .swiper li a.cur::after {
  width: 100%;
  left: 0;
}
.application-nav .sort .btn-prev,
.application-nav .sort .btn-next {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 0.25rem;
  color: #000;
  cursor: pointer;
}
.application-nav .sort .btn-prev:hover,
.application-nav .sort .btn-next:hover {
  background-color: #000;
  color: #fff;
}
.application-nav .sort .btn-prev {
  left: -0.2rem;
}
.application-nav .sort .btn-next {
  right: -0.2rem;
}

.applicationBox {
  padding: 0.6rem 0;
}
.applicationBox .application-list ul {
  margin: 0 0.2rempx;
}
.applicationBox .application-list ul li {
  padding: 0.2rem;
  width: 33.3333333333%;
}
.applicationBox .application-list ul li a {
  display: block;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  position: relative;
}
.applicationBox .application-list ul li a .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
.applicationBox .application-list ul li a .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 0.6s;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.applicationBox .application-list ul li a .content {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 0.54rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.applicationBox .application-list ul li a .content h3 {
  font-size: 0.18rem;
  color: #fff;
  font-family: sy-n;
  overflow: hidden;
  padding: 0px 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.applicationBox .application-list ul li a .content h3 br {
  display: none;
}
.applicationBox .application-list ul li:hover a .pic img {
  transform: scale(1.1, 1.1);
}
.applicationBox .application-list ul li:hover a .content {
  height: 100%;
}
.applicationBox .application-list ul li:hover a .content h3 {
  display: inline-block;
  line-height: 1.8em;
  text-align: center;
}
.applicationBox .application-list ul li:hover a .content h3 br {
  display: block;
}

/*产品详情*/
.proDes {
  padding: 70px 0;
}

.proDes .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.proDes .left {
  width: 50%;
  padding-left: 6%;
  order: 2;
}

.proDes .left .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.proDes .left .title h2 {
  font-size: 42px;
  color: #172029;
  font-family: "oswald";
}

.proDes .left .title h4 {
  font-size: 18px;
  color: #999999;
  margin-top: 6px;
}

.proDes .left .title h4 span {
  color: #172029;
}

.proDes .left .describe {
  padding: 24px 0;
}

.proDes .left .describe strong {
  font-weight: bold;
  font-size: 0.18rem;
  color: #000;
}

.proDes .left .describe h4,
.proDes .left .describe h5 {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.proDes .left .describe h4 span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.proDes .left .describe h5 i,
.proDes .left .describe h5 a {
  color: #000;
}

.proDes .left .describe p {
  margin-top: 6px;
  line-height: 1.5em;
  font-size: 14px;
}

.proDes .left .conInfo {
  padding: 24px 0;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
}

.proDes .left .conInfo p {
  color: #999999;
  padding: 2px 0;
}

.proDes .left .conInfo p a {
  color: #172029;
  transition: all 0.2s;
}

.proDes .left .conInfo p a:hover {
  color: #000;
  text-decoration: underline;
}

.proDes .left .conBtn {
  display: flex;
  align-items: center;
}

.proDes .left .conBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #268cb1;
  width: calc((100% - 2px) / 3);
  line-height: 55px;
  cursor: pointer;
}

.proDes .left .conBtn a:nth-child(2) {
  margin: 0 1px;
}

.proDes .left .conBtn a i {
  margin-right: 10px;
  color: #fff;
}

.proDes .left .conBtn a span {
  color: #fff;
  transform: translateY(2px);
}

.proDes .left .conBtn a:hover {
  background: #172029;
}

.proDes .left .conBtn a:hover i,
.proDes .left .conBtn a:hover span {
  color: #fff;
}

.proDes .left .share a {
  font-size: 20px;
  line-height: 20px;
  margin-left: 2px;
}

.proDes .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
}

.proDes .right .swiper-slide img {
  display: block;
  width: 100%;
}

.proDes .big_pic_container {
  position: relative;
  overflow: hidden;
  width: calc(100% - 100px);
  margin: 0;
}

.proDes .big_pic_container ul li {
  background: #f0f0f0;
  overflow: hidden;
}

.proDes .big_pic_container ul li img.imagezoom {
  display: block;
  width: 100%;
  mix-blend-mode: darken;
  -o-object-fit: cover;
     object-fit: cover;
}

.proDes .small_pic_container {
  width: 90px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.proDes .small_pic_container ul {
  display: flex;
  flex-direction: column;
}

.proDes .small_pic_container .swiper-slide {
  width: 100% !important;
  height: auto !important;
  transition: all 0.3s;
  border: 2px solid #ccc;
  opacity: 0.6;
  cursor: pointer;
}

.proDes .small_pic_container .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #000;
}

.proDes .right .swiper-button-prev,
.proDes .right .swiper-button-next {
  position: absolute;
  right: 0;
  width: 90px;
  z-index: 10;
  margin: 0;
  top: auto;
  bottom: auto;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
  opacity: 0;
  color: #fff;
}

.proDes .right .swiper-button-prev {
  top: -40px;
}

.proDes .right .swiper-button-next {
  bottom: -40px;
}

.proDes .right:hover .swiper-button-prev {
  top: 0;
  opacity: 1;
}

.proDes .right:hover .swiper-button-next {
  bottom: 0;
  opacity: 1;
}

.proDes .big_pic_container .swiper-pagination {
  width: auto;
  right: unset;
  left: unset;
  line-height: 1;
  display: none;
  bottom: 15px;
}

.proDes .big_pic_container .swiper-pagination span {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #172029;
}

.proDes .big_pic_container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000;
}

.proDetails {
  padding: 60px 0;
  background: #F0F0F0;
}

.proDetails .detailsTitle {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}

.proDetails .detailsTitle h3 {
  font-size: 24px;
  font-family: "rajdhani-s";
  color: #172029;
  padding-bottom: 10px;
  position: relative;
}

.proDetails .detailsTitle h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #172029;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.proDetails .detailsContent {
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}

.proDetails .detailsContent strong {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.proDetails .detailsContent p {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
}

.proDetails .detailsContent img[title] {
  pointer-events: none;
  /* 防止鼠标悬停事件 */
}

.proDetails .detailsContent table {
  border-collapse: collapse;
  width: 2000px;
  margin-bottom: 20px;
}

.proDetails .detailsContent .firstRow td {
  font-family: "rajdhani-s";
  color: #172029;
  text-align: center !important;
  font-size: 16px;
}

.proDetails .detailsContent table td {
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
  padding: 8px 10px 5px;
  font-size: 14px;
  background: #fff;
  color: #172029;
}

.proDetails .detailsContent table tr td:last-child {
  white-space: normal !important;
}

.proDetails .keyword {
  margin: 30px 0 50px;
}

.proDetails .keyword span {
  color: #172029;
}

.proList .backPro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background: #268cb1;
  line-height: 56px;
  margin: 40px auto 0px;
}

.proList .backPro i {
  color: #fff;
  font-size: 14px;
  margin-right: 8px;
}

.proList .backPro span {
  color: #fff;
  transform: translateY(1px);
  text-transform: uppercase;
}

.proList .backPro:hover i {
  margin-right: 16px;
}

.proInquiry {
  padding: 55px 0 80px;
  position: relative;
  z-index: 0;
  background: url(../images/hotNewsBg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.proInquiry .title {
  font-size: 42px;
  font-family: "oswald";
  margin-bottom: 30px;
  color: #fff;
}

.proInquiry .inquiry span {
  color: #fff;
}

.proInquiry .inquiry input,
.proInquiry .inquiry textarea {
  border: none;
  background: #fff;
}

.proInquiry .inquiry dl dd {
  width: 33.3333333333%;
}

.proInquiry .inquiry dl dt {
  width: 240px;
}

.proInquiry .inquiry dl dt button:hover {
  background: #000;
  letter-spacing: 2px;
  color: #172029;
}

/* 应用详情 */
.applicationDetails {
  padding: 0.6rem 0;
}
.applicationDetails .application-xq .xq-title {
  font-size: 0.3rem;
  font-family: "sy-b";
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.applicationDetails .application-xq .content {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.applicationDetails .application-xq .content p {
  padding: 5px 0;
  font-size: 0.18rem !important;
  line-height: 1.8em !important;
}
.applicationDetails .application-xq .content p span {
  font-size: 0.18rem !important;
}
.applicationDetails .application-xq .content img {
  max-width: 100%;
  width: 80% !important;
  margin: 0 auto;
}
.applicationDetails .application-xq .xq-key {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.applicationDetails .application-xq .xq-key span {
  padding-right: 4px;
  color: #0c439f;
  font-family: "Roboto-m";
}

/*联系我们*/
.ny-contant {
  display: flex;
  justify-content: space-between;
  padding: 70px 0px;
}
.ny-contant .conInfo {
  width: 460px;
}
.ny-contant .conInfo h4 {
  font-size: 28px;
  font-family: "Roboto-m";
  color: #000;
  line-height: 1;
  margin-bottom: 30px;
}
.ny-contant .conInfo ul li {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}
.ny-contant .conInfo ul li .mark {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.ny-contant .conInfo ul li .content {
  width: calc(100% - 40px);
  padding-left: 16px;
}
.ny-contant .conInfo ul li .content span {
  display: block;
  font-size: 17px;
  color: #000;
  line-height: 1.4;
  font-family: "Roboto-m";
}
.ny-contant .conInfo ul li .content p {
  margin-top: 0.1rem;
}
.ny-contant .conFeed {
  width: calc(100% - 560px);
  background: #FFFFFF;
  padding: 50px;
  position: relative;
}
.ny-contant .conFeed .title {
  margin-bottom: 10px;
}
.ny-contant .conFeed .title span {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
}
.ny-contant .conFeed .title b {
  display: block;
  text-transform: capitalize;
  color: #000;
  font-size: 28px;
  font-family: "hg";
  margin-top: 0.1rem;
}
.ny-contant .conFeed .inquiry input,
.ny-contant .conFeed .inquiry textarea {
  border: none;
  background: #e6eef3;
}
.ny-contant .conFeed .inquiry dl dt {
  width: 240px;
  margin: 20px auto 0;
}
.ny-contant .conFeed .inquiry dl dt button {
  line-height: 50px;
  background-color: #000;
}

.map {
  padding: 1rem 0;
  background-color: #f5f5f5;
}
.map .container .mapbox {
  width: calc(50% - 0.2rem);
  height: 400px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1366px) {
  .inner-main .JoinKweBox .item {
    padding-top: 35px;
    padding-bottom: 25px;
    padding-right: 25px;
  }
  .inner-main .JoinKweBox .item .tel {
    font-size: 22px;
  }
  .inner-main .JoinKweBox .item .tel img {
    top: 5px;
  }
}
@media only screen and (max-width: 1280px) {
  /*搜索结果*/
  .searchPro {
    padding: 40px 0 60px;
  }
  .searchPro ul li h3 {
    padding: 12px 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1180px) {
  /*联系我们*/
  .ny-contant {
    padding: 50px 20px;
  }
  .ny-contant .conInfo {
    width: 400px;
  }
  .ny-contant .conInfo h4 {
    font-size: 22px;
  }
  .ny-contant .conFeed {
    width: calc(100% - 460px);
    padding: 30px;
  }
  .ny-contant .conFeed .title span {
    font-size: 13px;
  }
  .ny-contant .conFeed .title b {
    font-size: 20px;
  }
  .ny-contant .conFeed .inquiry dl dd {
    width: 100%;
  }
  .ny-contant .conFeed .inquiry dl dt {
    width: 100%;
    margin: 10px auto 0;
  }
  .ny-contant .conFeed .inquiry dl dt button {
    line-height: 44px;
  }
  /*搜索结果*/
  .searchPro {
    padding: 40px 0 50px;
  }
  .searchPro ul {
    margin: 0 -5px;
  }
  .searchPro li {
    width: 33.3333333333%;
    padding: 0 5px;
    margin-top: 10px;
  }
  .searchPro li h3 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .inner-main .JoinKweBox .item {
    width: 49%;
    margin-bottom: 10px;
  }
  .Rencaifz .RencaifzBox .Part1 .item .txt {
    padding: 20px;
  }
  .Rencaifz .RencaifzBox .Part1 .item .txt h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item {
    padding: 0 20px 20px 20px;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item .dec {
    height: 75px;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li1 {
    font-size: 16px;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li p {
    font-size: 14px;
  }
  .Recruit .RecruitBox .RecruitSelect button {
    width: 100px;
  }
  .RecruitInfo {
    padding: 40px;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoTit h1 {
    font-size: 22px;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li {
    list-style: none;
    font-size: 14px;
  }
  .RecruitInfo .RecruitInfoForm .FormBox {
    padding: 20px;
  }
  .RecruitInfo .RecruitInfoForm .FormBox h1 {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  /*联系我们*/
  .ny-contant {
    padding: 40px 20px;
  }
  .ny-contant .conInfo {
    width: 300px;
  }
  .ny-contant .conFeed {
    width: calc(100% - 340px);
  }
  .ny-contant .conFeed .title {
    margin-bottom: 0;
  }
  .inner-main {
    padding: 100px 0 50px 0;
  }
  .inner-main .JoinKweBox .item {
    width: 99%;
    padding-left: 55px;
    height: auto;
  }
  .inner-main .JoinKweBox .item .tit {
    font-size: 18px;
  }
  .inner-main .JoinKweBox .item .tit .ico {
    left: -35px;
    top: -2px;
  }
  .inner-main .JoinKweBox .item .tit .ico img {
    max-width: 25px;
  }
  .inner-main .JoinKweBox .item .tel img {
    left: -40px;
    top: -3px;
  }
  .about-3 .list li .name {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .about-3 .list2 .line {
    left: 0.4rem;
  }
  .about-3 .list2 .list-wrapper {
    width: 7.5rem;
  }
  .about-3 .list2 li div {
    font-size: 0.26rem;
    padding-top: 0.42rem;
  }
  .about-3 .list2 li div:before {
    height: 0.24rem;
  }
  .about-3 .arrow a.prev {
    margin-left: -3.5rem;
  }
  .about-3 .arrow a.next {
    margin-right: -3.5rem;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item h1 {
    margin-top: 30px;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item .dec {
    height: 125px;
  }
  .Rencaifz .RencaifzBox .Part1 .item {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .Rencaifz .RencaifzBox .Part1 .item .img {
    width: 100%;
    padding-top: 60%;
    order: 1;
  }
  .Rencaifz .RencaifzBox .Part1 .item .txt {
    width: 100%;
    height: auto;
    order: 2;
  }
  .Rencaifz .RencaifzBox .Part1 .item .txt h1 {
    font-size: 16px;
  }
  .Rencaifz .RencaifzBox .Part2 {
    margin-top: 30px;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox {
    flex-wrap: wrap;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item {
    width: 97%;
    margin-bottom: 50px;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item .num {
    background-size: 60px;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item:nth-child(2) .num {
    background-size: 60px;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item:nth-child(3) .num {
    background-size: 60px;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item .dec {
    height: auto;
  }
  .Rencaifz .RencaifzBox .Part2 .PartBox .item h1 {
    margin-top: 10px;
  }
  .Rencaifz .RencaifzBox .Part2 .tit {
    font-size: 20px;
  }
  .Recruit .RecruitNav {
    margin-bottom: 20px;
  }
  .Recruit .RecruitNav ul li {
    height: 35px;
    line-height: 35px;
    list-style: none;
  }
  .Recruit .RecruitNav ul li a {
    font-size: 16px;
  }
  .Recruit .RecruitBox {
    padding: 20px;
  }
  .Recruit .RecruitBox .RecruitSelect select {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
  }
  .Recruit .RecruitBox .RecruitSelect button {
    height: 35px;
    line-height: 35px;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li1 {
    width: 40%;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li2 {
    display: none;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li3 {
    display: none;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li4 {
    width: 30%;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li5 {
    width: 30%;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li5 a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li5 a .ico img {
    width: 15px;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li {
    height: auto !important;
    padding: 10px 0px;
    list-style: none;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li1 {
    font-size: 14px;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li span {
    font-size: 12px;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li p {
    font-size: 13px;
    margin-top: 0;
  }
  .Recruit .RecruitBox .RecruitCon .item ul li.li1 .intro p {
    font-size: 13px;
  }
  .RecruitInfo .ReInfo {
    flex-wrap: wrap;
  }
  .RecruitInfo .RecruitInfoBox {
    width: 100%;
    padding-top: 40px;
  }
  .RecruitInfo .RecruitInfoForm {
    width: 100%;
  }
  .RecruitInfo {
    padding: 20px;
  }
  .RecruitInfo .RecruitInfoBox {
    padding-top: 30px;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoTit {
    margin-bottom: 20px;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoTit h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoTit ul {
    flex-wrap: wrap;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li {
    list-style: none;
    line-height: 30px;
    width: 100%;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoCon h1 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoCon .dec {
    line-height: 30px;
  }
  .RecruitInfo .RecruitInfoBox .RecruitInfoCon .Con {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .ny-declaration .intro img {
    max-width: 100% !important;
  }
  .jobInquiry .inquiry dl dd {
    width: 100%;
  }
  .ny-contant {
    display: block;
    padding: 30px 10px;
  }
  .ny-contant .conInfo {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdbdb;
  }
  .ny-contant .conInfo h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ny-contant .conInfo ul li:nth-child(2) {
    padding: 12px 0;
    margin: 12px 0;
  }
  .ny-contant .conInfo ul li .content span {
    font-size: 15px;
  }
  .ny-contant .conFeed {
    width: 100%;
    padding: 20px 0 0;
    margin: 0 auto;
    background: none;
    box-shadow: none;
  }
  .ny-contant .conFeed .title {
    margin-bottom: 0;
  }
  .ny-contant .conFeed .title b {
    font-size: 20px;
  }
  .ny-contant .conFeed .inquiry dl dt button {
    line-height: 42px;
  }
  .map .container {
    flex-direction: column;
  }
  .map .container .mapbox {
    width: 100%;
    margin-bottom: 20px;
  }
  /* 内页标题 */
  .n-tit .en {
    font-size: 0.68rem;
  }
  /* 内页荣誉 */
  .ny-honor .lib .swiper .swiper-slide {
    width: 226px;
  }
  /* 内页企业文化 */
  .ny-culture {
    background-attachment: scroll;
  }
  .ny-culture ul {
    flex-direction: column;
  }
  .ny-culture ul li {
    width: 100%;
    padding: 0.6rem 0.3rem;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ny-culture ul li:last-child {
    border-right: 0;
  }
  /* 历史沿革 */
  .ny-history .ct li .txt img {
    height: 40px;
  }
  /* 内页研发 */
  .ny-RD .con .lib ul {
    flex-direction: column;
    margin: 0;
  }
  .ny-RD .con .lib ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .rd-sys p {
    font-size: 0.3rem;
  }
  /* 内页新闻 */
  .newsBox .news-list ul li {
    width: 100%;
  }
  /* 内页解决方案 */
  .ny-solution .lib li {
    margin-bottom: 0.5rem;
    flex-direction: column;
  }
  .ny-solution .lib li .img {
    width: 100%;
    padding-top: 60%;
  }
  .ny-solution .lib li .txt {
    width: 100%;
  }
  .ny-solution .lib li .txt:nth-child(2n) {
    order: 2;
  }
  .ny-solution .lib li::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  /* 解决方案详情 */
  .solution-intro .principle .container {
    flex-direction: column;
  }
  .solution-intro .principle .container .img {
    width: 100%;
  }
  .solution-intro .principle .container .txt {
    width: 100%;
    margin-top: 0.5rem;
  }
  .solution-intro .characteristic .txt p {
    width: 100%;
  }
  .applicationBox .application-list ul li {
    width: 50%;
  }
  .ny-service .ser-detail .lib ul li {
    flex-direction: column;
  }
  .ny-service .ser-detail .lib ul li .img {
    width: 100%;
    padding-top: 50%;
  }
  .ny-service .ser-detail .lib ul li .txt {
    width: 100%;
  }
  .ny-service .ser-detail .lib ul li:nth-child(2n) .txt {
    order: 2;
  }
}/*# sourceMappingURL=inner.css.map */