@import url(/sfont/iconfont.css);
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
option {
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
ul,
li,
div {
  list-style: none;
  border: 0px;
  padding: 0px;
}
img {
  border: 0px;
}
html {
  -webkit-text-size-adjust: none;
}
input {
  outline: none;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
input[type=button],
input[type=submit],
input[type=file],
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
  background-color: #008acb;
}
body {
  font-size: 14px;
  color: #444;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  color: #016ea5;
}
.header-top {
  box-sizing: border-box;
  padding: 0px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.header-top .search {
  cursor: pointer;
}
.header-top .search:hover {
  color: #124b67;
}
#search-box {
  display: none;
  width: 600px;
  padding: 32px;
}
#search-box > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px 0px 0px 4px;
}
#search-box > div input {
  width: calc(100% - 70px);
  height: 44px;
  padding: 0px 12px;
  border: 2px solid #008ed2;
  box-sizing: border-box;
  border-right: 0px;
}
#search-box > div a {
  width: 70px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: linear-gradient(to right, #008acb, #008ed2);
  background: -webkit-linear-gradient(to right, #008acb, #008ed2);
  color: #fff;
  border-radius: 0px 4px 4px 0px;
}
.search-s-box {
  width: 90%;
  max-width: 1400px;
  margin: 16px auto;
}
.search-s-box .search-list {
  font-size: 16px;
}
.search-s-box .search-list .search-tit {
  padding-bottom: 12px;
}
.search-s-box .search-list .search-tit strong {
  color: #124b67;
}
.search-s-box .search-list .slist {
  font-size: 16px;
  padding: 8px 0px;
  display: flex;
  flex-direction: column;
}
.search-s-box .search-list .slist a {
  padding: 6px 0px;
}
.search-s-box .search-list .slist a i {
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #016ea5;
  font-style: normal;
}
.mobile-nav-list {
  display: none;
}
.jx-nav {
  height: 110px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #016ea5, #008ed2);
  background: -webkit-linear-gradient(to right, #016ea5, #008ed2);
}
.jx-nav .logo {
  width: 30%;
}
.jx-nav .logo img {
  height: 70px;
}
.jx-nav .logo a {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.jx-nav .mobile-nav {
  display: none;
}
.jx-nav .jx-nav-r {
  max-width: 1000px;
  width: 70%;
  display: flex;
  height: inherit;
  justify-content: flex-end;
}
.jx-nav .jx-nav-r a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  justify-content: center;
  width: 16%;
  max-width: 140px;
  height: inherit;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: 5px solid transparent;
  margin-right: 1px;
}
.jx-nav .jx-nav-r a:hover {
  border-bottom: 5px solid #016ea5;
  background: #0f6791;
  border-bottom: 5px solid #124b67;
}
.jx-nav .jx-nav-r a.active {
  border-bottom: 5px solid #016ea5;
  background: #0f6791;
  border-bottom: 5px solid #124b67;
}
#banner {
  width: 100%;
}
#banner img {
  width: 100%;
}
.about-us {
  box-sizing: border-box;
  padding: 2% 2% 5% 2%;
  width: 100%;
  background: #fff;
}
.about-us .about-us-left img {
  width: 100%;
}
.about-us .about-us-right {
  padding-left: 8%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about-us .about-us-right > h1 {
  font-size: 36px;
  color: #333;
  line-height: 2;
  display: block;
}
.about-us .about-us-right .des {
  line-height: 2;
  font-size: 18px;
  text-indent: 2em;
  display: block;
}
.about-us .about-us-right > a {
  background: linear-gradient(to right, #008acb, #008ed2);
  background: -webkit-linear-gradient(to right, #008acb, #008ed2);
  padding: 14px 0px;
  font-size: 16px;
  width: 150px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}
.about-us .about-us-right > a i {
  padding-left: 6px;
}
.about-us .about-us-right > a:hover {
  background: #008acb;
}
.jx-lm {
  width: 100%;
  position: relative;
  display: block;
  height: 210px;
}
.jx-lm img {
  width: 100%;
  filter: blur(0px);
  height: 100%;
}
.jx-lm .jx-lm-text {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.jx-lm .jx-lm-text > div {
  color: #fff;
  width: 100%;
  text-align: center;
}
.jx-lm .jx-lm-text > div h1 {
  font-size: 44px;
  padding-bottom: 18px;
}
.jx-lm .jx-lm-text > div p {
  font-size: 16px;
  opacity: 0.5;
}
.jx-lm.hy {
  background: rgba(61, 111, 49, 0.1);
  margin-top: 32px;
  color: #124b67;
}
.jx-lm.hy > div {
  background: rgba(0, 0, 0, 0);
}
.jx-lm.hy > div > div {
  color: #124b67;
}
.index-pro {
  width: 100%;
  padding: 2%;
  box-sizing: border-box;
}
.index-pro.hy {
  padding: 1.5%;
}
.pro-tab {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 32px;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}
.pro-tab .imgs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  height: 400px;
}
.pro-tab .imgs img {
  max-width: 100%;
  max-height: 100%;
}
.pro-tab .pro-tab-text {
  padding: 2% 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro-tab .pro-tab-text h1 {
  height: 60px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 60px;
}
.pro-tab .pro-tab-text p {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pro-tab:hover .pro-tab-text h1 {
  color: #124b67;
}
.pro-tab:hover::after {
  width: calc(100% + 2px);
}
.pro-tab::after {
  content: '';
  width: 0%;
  border-bottom: 3px solid #124b67;
  position: absolute;
  left: -1px;
  bottom: 0px;
  display: block;
  transition: all 0.5s;
  z-index: 10;
}
.more {
  width: 100%;
  padding: 12px 0px 48px 0px;
  text-align: center;
}
.more a {
  background: linear-gradient(to right, #008acb, #008ed2);
  background: -webkit-linear-gradient(to right, #008acb, #008ed2);
  width: 180px;
  line-height: 60px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0px auto;
  border-radius: 100px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.more a i {
  padding-left: 4px;
}
.more a:hover {
  width: 240px;
}
.layui-hy > div {
  padding: 20px;
}
.hy-tab {
  width: 100%;
  border: 5px solid rgba(61, 111, 49, 0.1);
  box-sizing: border-box;
}
.hy-tab a {
  width: 100%;
  display: flex;
  height: 100%;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.hy-tab a img {
  width: 100%;
  display: block;
  transition: all 1s;
}
.hy-tab a > div {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hy-tab a > div > div {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  flex-direction: column;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hy-tab a > div > div span {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  padding: 16px 0px;
  border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: linear-gradient(to right, #008acb, #008ed2);
  background: -webkit-linear-gradient(to right, #008acb, #008ed2);
}
.hy-tab a > div > div span i {
  padding-right: 8px;
  font-size: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hy-tab a::before {
  position: absolute;
  width: 0%;
  height: 0%;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0);
  content: "";
  z-index: 2;
  display: block;
  transform-origin: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hy-tab a:hover::before {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background: rgba(0, 0, 0, 0.6);
}
.hy-tab a:hover img {
  transform: scale(1.2);
}
.hy-tab a:hover > div > div {
  justify-content: center;
  width: 100%;
  left: 50%;
}
.hy-tab a:hover > div > div span {
  padding: 18px 0px;
  width: 40%;
  background: none;
  margin-left: 30%;
}
.hy-tab a:hover > div > div span i {
  display: block;
  font-size: 48px;
  margin-bottom: 20px;
}
.index-news-tab {
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 3%;
  border-radius: 4px;
}
.index-news-tab > a {
  display: flex;
  justify-content: space-between;
}
.index-news-tab > a .news-imgs {
  display: block;
  width: 40%;
  overflow: hidden;
  height: 180px;
}
.index-news-tab > a .news-imgs img {
  width: 100%;
  display: block;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-news-tab > a .news-text {
  width: calc(60% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news-tab > a .news-text b {
  font-size: 24px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 12px;
}
.index-news-tab > a .news-text .des {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
  color: #888;
}
.index-news-tab > a .news-text span {
  background: #eaeaea;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  padding: 10px 0px;
  width: 120px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-news-tab > a:hover img {
  transform: scale(1.1);
}
.index-news-tab > a:hover span {
  color: #fff;
  background: #124b67;
  background: linear-gradient(to right, #008acb, #008ed2);
  background: -webkit-linear-gradient(to right, #008acb, #008ed2);
}
.footer {
  background: #333;
  padding: 2% 2% 0px 2%;
}
.footer .footer-c {
  width: 100%;
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 32px;
  align-items: center;
}
.footer .footer-c .footer-logo {
  padding: 0px 3%;
}
.footer .footer-c .footer-logo img {
  height: 60px;
}
.footer .footer-c b {
  font-size: 14px;
  padding-bottom: 12px;
  display: block;
}
.footer .footer-c .quick-link {
  padding: 0px 2%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-c .quick-link > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-c .quick-link > div a {
  width: calc(33.3% - 34px);
  padding-bottom: 6px;
  padding-right: 24px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-c .quick-link > div a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-c .footer-contact {
  padding: 0px 2%;
}
.footer .footer-c .footer-contact p {
  padding-bottom: 6px;
  opacity: 0.7;
}
.footer .footer-c .footer-code {
  width: 100px;
}
.footer .footer-c .footer-code img {
  width: 100%;
}
.footer .copyright {
  margin: 0px auto;
  width: 80%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 0px;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.footer .copyright a {
  padding-left: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.mbx {
  width: 100%;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding: 0px 5%;
  height: 68px;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
.mbx-c {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mbx-c span {
  padding: 0px 5px;
}
.mbx-c a {
  padding: 0px 5px;
}
.mbx-c a i {
  padding-right: 4px;
}
.nybanner {
  width: 100%;
  height: 420px;
  background: #333;
  display: flex;
  align-items: center;
}
.nybanner.about {
  background: url(/images/aboutus-banner.jpg) center center no-repeat;
  background-size: cover;
}
.nybanner.product {
  background: url(/images/products-banner.jpg) center center no-repeat;
  background-size: cover;
}
.nybanner.news {
  background: url(/images/news-banner.jpg) center center no-repeat;
  background-size: cover;
}
.nybanner.contact {
  background: url(/images/contact-banner.jpg) center center no-repeat;
  background-size: cover;
}
.nybanner .nybanner-text {
  width: 100%;
  padding: 0 5%;
}
.nybanner .nybanner-text h1 {
  color: #fff;
  font-size: 42px;
}
.nybanner .nybanner-text p {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  opacity: 0.5;
  color: #fff;
  padding-top: 4px;
}
.ny-content {
  padding: 3% 5%;
  box-sizing: border-box;
}
.ny-title {
  width: 100%;
  text-align: center;
}
.ny-title h1 {
  font-size: 40px;
  color: #222;
  position: relative;
  padding-top: 12px;
  z-index: 2;
}
.ny-title h1 span {
  color: #016ea5;
}
.ny-title h2 {
  letter-spacing: 5px;
  color: #eee;
  font-size: 58px;
  opacity: 0.2;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.ny-title p {
  font-size: 16px;
  padding-top: 20px;
  color: #888;
}
.ny-content-detail {
  width: 100%;
  text-indent: 2em;
  padding-top: 3%;
  font-size: 16px;
  line-height: 2;
}
.catalogue {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 2%;
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
  flex-wrap: wrap;
}
.catalogue a {
  font-size: 18px;
  color: #333;
  background: #eee;
  padding: 16px 32px;
  border-radius: 4px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.catalogue a:hover {
  background: #016ea5;
  color: #fff;
}
.ny-news {
  width: 100%;
  margin: 0px auto;
  padding: 48px 0px;
}
.ny-news .nynews-tab {
  border: 1px solid #eee;
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.ny-news .nynews-tab a .nynews-img {
  height: 230px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.ny-news .nynews-tab a .nynews-img img {
  width: 100%;
  display: block;
  height: 100%;
  transition: all 0.3s;
}
.ny-news .nynews-tab a .nynews-title {
  font-size: 18px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  margin: 8px auto 20px auto;
}
.ny-news .nynews-tab a .nynews-des {
  font-size: 14px;
  color: #888;
  margin: 16px auto;
  line-height: 1.8;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
.ny-news .nynews-tab:hover a .nynews-des {
  color: #666;
}
.ny-news .nynews-tab:hover a .nynews-img img {
  transform: scale(1.1);
}
.newsdetail-c {
  width: 100%;
}
.newsdetail-c.t {
  font-size: 36px;
}
.newsdetail-c .des {
  font-size: 14px;
  color: #888;
  padding: 16px 0px 28px 0px;
  position: relative;
}
.newsdetail-c .des::after {
  width: 5%;
  height: 2px;
  background: rgba(61, 111, 49, 0.8);
  position: absolute;
  left: 0px;
  bottom: 10px;
  content: "";
  transition: all 1s;
}
.newsdetail-c .info {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 24px;
}
.newsdetail-c .info img {
  max-width: 100%;
}
.newsdetail-c:hover .des::after {
  width: 100%;
  background: rgba(61, 111, 49, 0.3);
}
.hotnews {
  box-sizing: border-box;
  width: 100%;
}
.hotnews .tit {
  background: #016ea5;
  font-size: 18px;
  padding: 16px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 3px;
}
.hotnews .tit i {
  font-size: 20px;
  padding-right: 8px;
}
.hotnews .hotlist {
  padding: 16px 0px;
  box-sizing: border-box;
}
.hotnews .hotlist > div {
  border-bottom: 1px dotted #ddd;
  padding: 12px 0px;
}
.hotnews .hotlist > div a {
  font-size: 18px;
  display: block;
  color: #333;
}
.hotnews .hotlist > div time {
  color: #999;
  padding: 8px 0px;
  display: block;
}
.hotnews .hotlist > div p {
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hotnews .hotlist > div:hover a {
  color: #124b67;
}
.prev-next {
  margin: 0px auto 32px auto;
  background: rgba(26, 120, 243, 0.1);
  padding: 0px 16px;
  border-radius: 3px;
}
.prev-next div {
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.prev-next div.pre {
  border-bottom: 1px solid rgba(102, 155, 88, 0.2);
}
.prev-next div a {
  font-size: 14px;
  padding: 0px;
  display: block;
}
.p-detail {
  width: 100%;
}
.p-detail .p-img-info {
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
.p-detail .p-img-info .p-img {
  width: 35%;
  border: 8px solid rgba(26, 120, 243, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-detail .p-img-info .p-img img {
  max-width: 100%;
  max-width: 500px;
}
.p-detail .p-img-info .p-info {
  width: 65%;
  padding-left: 54px;
  box-sizing: border-box;
}
.p-detail .p-img-info .p-info > h1 {
  font-size: 36px;
  padding-bottom: 24px;
}
.p-detail .p-img-info .p-info .p-ca {
  padding: 12px 0px;
}
.p-detail .p-img-info .p-info .p-ca span {
  background: rgba(102, 155, 88, 0.2);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #124b67;
}
.p-detail .p-img-info .p-info .p-des {
  font-size: 16px;
  color: #777;
  padding-top: 16px;
  line-height: 1.7;
}
.p-detail .p-title {
  --ph: 60px;
  height: var(--ph);
  background: rgba(26, 120, 243, 0.1);
  padding: 0px 15px;
}
.p-detail .p-title span {
  height: var(--ph);
  display: inline-block;
  border-top: 3px solid #124b67;
  background: #fff;
  padding: 0px 48px;
  line-height: var(--ph);
  font-size: 18px;
  font-weight: bold;
  color: #124b67;
}
.p-detail .p-calist {
  display: flex;
  justify-content: flex-start;
  padding-top: 16px;
  flex-wrap: wrap;
}
.p-detail .p-calist a {
  border: 1px solid #eee;
  padding: 12px 24px;
  margin-right: 16px;
  border-radius: 3px;
  font-size: 15px;
  margin-bottom: 16px;
}
.p-detail .p-content {
  padding: 32px 0px;
  line-height: 2;
  font-size: 16px;
}
.p-detail .p-content img {
  max-width: 100%;
}
.all-noimg {
  width: 100%;
  height: 100%;
  background: rgba(61, 111, 49, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-noimg > img {
  width: 30% !important;
  height: auto !important;
}
#fengye {
  padding: 0px;
  text-align: center;
  margin-top: 50px;
  height: 60px;
}
#fengye span,
#fengye a {
  padding: 12px 16px;
  background: #f0f0f0;
  margin-right: 12px;
  display: none;
}
#fengye span.ct,
#fengye a.ct {
  display: inline;
}
#fengye span.tt,
#fengye a.tt {
  display: inline;
}
#fengye span.tt.current,
#fengye a.tt.current {
  background: #f0f0f0;
  color: #444;
}
#fengye span.current,
#fengye a.current {
  display: inline;
  background: #008acb;
  color: #fff;
}
#allcontent img {
  max-width: 100%;
}
#allcontent table {
  border: 1px solid rgba(102, 155, 88, 0.2);
}
#allcontent table td {
  border-right: 1px solid rgba(102, 155, 88, 0.2);
  border-bottom: 1px solid rgba(102, 155, 88, 0.2);
  text-align: center;
  padding: 3px 4px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transition: all 0.4s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 100px;
}
.swiper-pagination-bullet-active {
  background: #9fc43b;
}
@media screen and (max-width: 1880px) {
  .about-us {
    box-sizing: border-box;
    padding: 2% 2% 5% 2%;
    width: 100%;
    background: #fff;
  }
  .about-us .about-us-right {
    padding-left: 6%;
    box-sizing: border-box;
  }
  .about-us .about-us-right > h1 {
    font-size: 32px;
    color: #333;
    line-height: 2;
    display: block;
    padding-bottom: 8px;
  }
  .about-us .about-us-right .des {
    line-height: 2;
    font-size: 16px;
    text-indent: 2em;
    display: block;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1500px) {
  .pro-tab {
    padding: 24px;
  }
  .pro-tab .imgs {
    height: 300px;
  }
  .p-detail {
    width: 100%;
  }
  .p-detail .p-img-info .p-img {
    width: 40%;
    border: 6px solid rgba(26, 120, 243, 0.1);
  }
  .p-detail .p-img-info .p-img img {
    max-width: 100%;
  }
  .p-detail .p-img-info .p-info {
    width: 60%;
    padding-left: 48px;
    box-sizing: border-box;
  }
  .p-detail .p-img-info .p-info > h1 {
    font-size: 30px;
    padding-bottom: 18px;
  }
  .p-detail .p-img-info .p-info .p-ca {
    padding: 12px 0px;
  }
  .p-detail .p-img-info .p-info .p-ca span {
    background: rgba(102, 155, 88, 0.2);
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 15px;
  }
  .p-detail .p-img-info .p-info .p-des {
    font-size: 15px;
  }
  .p-detail .p-calist {
    display: flex;
    justify-content: flex-start;
    padding-top: 12px;
    flex-wrap: wrap;
  }
  .p-detail .p-calist a {
    border: 1px solid #eee;
    padding: 12px 18px;
    margin-right: 12px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .ny-news {
    width: 100%;
    margin: 0px auto;
    padding: 32px 0px;
  }
  .ny-news .nynews-tab {
    border-radius: 4px;
  }
  .ny-news .nynews-tab a .nynews-img {
    height: 180px;
  }
  .nybanner {
    height: 360px;
  }
  .catalogue a {
    font-size: 16px;
    color: #333;
    background: #eee;
    padding: 14px 30px;
    border-radius: 4px;
    margin-right: 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .jx-nav .logo b {
    display: none;
  }
  #search-box {
    width: 400px;
    padding: 28px;
  }
  h1 {
    font-size: 20px;
  }
  .p-detail {
    width: 100%;
  }
  .p-detail .p-img-info {
    flex-wrap: wrap;
  }
  .p-detail .p-img-info .p-img {
    width: 100%;
  }
  .p-detail .p-img-info .p-info {
    padding-top: 16px;
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
  }
  .p-detail .p-img-info .p-info > h1 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .p-detail .p-img-info .p-info .p-ca {
    padding: 4px 0px;
  }
  .p-detail .p-img-info .p-info .p-ca span {
    background: rgba(102, 155, 88, 0.2);
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 15px;
  }
  .p-detail .p-img-info .p-info .p-des {
    font-size: 14px;
  }
  .p-detail .p-title {
    --ph: 50px;
  }
  .p-detail .p-title span {
    font-size: 16px;
  }
  .p-detail .p-calist {
    display: flex;
    justify-content: flex-start;
    padding-top: 12px;
    flex-wrap: wrap;
  }
  .p-detail .p-calist a {
    border: 1px solid #eee;
    padding: 10px 18px;
    margin-right: 12px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .catalogue a {
    font-size: 16px;
    color: #333;
    background: #eee;
    padding: 12px 24px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .ny-title {
    width: 100%;
    text-align: center;
  }
  .ny-title h1 {
    font-size: 36px;
    padding-top: 20px;
  }
  .ny-title h2 {
    letter-spacing: 5px;
    margin-top: -70px;
    font-size: 50px;
  }
  .ny-title p {
    font-size: 16px;
    padding-top: 12px;
  }
  .nybanner {
    height: 300px;
  }
  .nybanner .nybanner-text h1 {
    font-size: 38px;
  }
  .nybanner .nybanner-text p {
    font-size: 30px;
  }
  .about-us {
    padding: 4% 4% 4% 4%;
  }
  .about-us .about-us-right {
    padding-left: 0px;
  }
  .about-us .about-us-right h1 {
    font-size: 32px;
    padding: 6px 0px;
  }
  .about-us .about-us-right a {
    width: 100px;
    margin-top: 12px;
  }
  .jx-lm {
    height: 180px;
  }
  .jx-lm .jx-lm-text {
    box-sizing: border-box;
    padding: 0px 4%;
  }
  .jx-lm .jx-lm-text > div h1 {
    font-size: 36px;
  }
  .more {
    padding: 10px 0px 32px 0px;
  }
  .index-pro {
    padding: 4%;
  }
  .pro-tab {
    padding: 18px;
  }
  .pro-tab .imgs {
    height: 280px;
  }
  .footer .footer-c {
    padding-bottom: 12px;
  }
  .footer .footer-c .quick-link {
    display: none;
  }
  .footer .footer-c .footer-logo {
    display: none;
  }
  .footer .footer-c .footer-contact {
    padding: 0px 4%;
    width: 100%;
    text-align: center;
  }
  .footer .footer-c .footer-contact b {
    display: none;
  }
  .footer .copyright {
    padding: 18px 0px;
  }
  .hy-tab a div div span {
    padding: 12px 0px;
    font-size: 20px;
  }
  .hy-tab a div:hover div div span i {
    font-size: 38px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 760px) {
  .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    transition: all 0.4s;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 100px;
  }
  #search-box {
    width: 320px;
    padding: 20px;
  }
  .ny-news .nynews-tab {
    border-radius: 4px;
  }
  .ny-news .nynews-tab a .nynews-img {
    height: 160px;
  }
  .catalogue a {
    font-size: 14px;
    color: #333;
    background: #eee;
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .mbx {
    height: 55px;
  }
  .ny-title {
    width: 100%;
    padding: 4% 0px;
    text-align: center;
  }
  .ny-title h1 {
    font-size: 28px;
    padding-top: 20px;
  }
  .ny-title h2 {
    letter-spacing: 2px;
    margin-top: -60px;
    font-size: 40px;
  }
  .ny-title p {
    font-size: 12px;
    padding-top: 20px;
  }
  .ny-content-detail {
    padding: 2% 3%;
    box-sizing: border-box;
  }
  .header-top {
    padding: 0px 3%;
  }
  .nybanner {
    height: 120px;
  }
  .nybanner .nybanner-text h1 {
    font-size: 22px;
  }
  .nybanner .nybanner-text p {
    font-size: 18px;
  }
  .about-us {
    padding-bottom: 32px;
  }
  .about-us .about-us-right h1 {
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 12px;
  }
  .about-us .about-us-right .des {
    font-size: 15px;
    line-height: 1.8;
  }
  .about-us .about-us-right a {
    font-size: 14px;
    padding: 10px 24px;
  }
  .about-us .about-us-right a i {
    font-size: 12px;
  }
  .mobile-nav-list {
    background: #ffffff;
    width: 100%;
    padding: 0px 16px;
    height: calc(100vh - 108px);
    box-sizing: border-box;
    position: absolute;
    z-index: 1000;
  }
  .mobile-nav-list a {
    display: block;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    padding: 16px;
    font-size: 16px;
  }
  .jx-nav {
    padding: 0px 3%;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 100;
  }
  .jx-nav .logo {
    width: 40%;
  }
  .jx-nav .logo img {
    max-height: 35px;
  }
  .jx-nav .jx-nav-r {
    display: none;
  }
  .jx-nav .mobile-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    right: 16px;
  }
  .jx-nav .mobile-nav .mobile-btn {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .jx-nav .mobile-nav .mobile-btn span {
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    height: 4px;
    width: 30px;
    background-color: #fff;
    position: absolute;
    display: block;
    content: '';
  }
  .jx-nav .mobile-nav .mobile-btn span::before {
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    height: 4px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    top: -10px;
    transition: all 0.4s;
  }
  .jx-nav .mobile-nav .mobile-btn span::after {
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    height: 4px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    transition: all 0.4s;
  }
  .jx-nav .mobile-nav .mobile-btn.active span {
    background-color: transparent;
  }
  .jx-nav .mobile-nav .mobile-btn.active span::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
  }
  .jx-nav .mobile-nav .mobile-btn.active span::after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
    bottom: -10px;
  }
  .more {
    padding: 10px 0px 10px 0px;
  }
  .more a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    width: 140px;
  }
  .hy-tab a div div span {
    padding: 16px 0px;
    font-size: 20px;
  }
  .hy-tab a div div span i {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .hy-tab a:hover div div span i {
    font-size: 38px;
    margin-bottom: 8px;
  }
  .index-news-tab > a .news-text b {
    margin-bottom: 6px;
  }
  .index-news-tab > a .news-text span {
    width: 120px;
    font-size: 14px;
  }
  .jx-lm {
    height: 90px;
  }
  .jx-lm.hy {
    margin-top: 20px;
  }
  .jx-lm .jx-lm-text div h1 {
    font-size: 22px;
    margin-bottom: 4px;
    padding-bottom: 0px;
  }
  .jx-lm .jx-lm-text div p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }
  .pro-tab .pro-tab-text h1 {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }
  .pro-tab .pro-tab-text p {
    color: #888;
  }
  .pro-tab .imgs {
    height: 240px;
  }
  .layui-hy > div {
    padding: 6px;
  }
  .hy-tab a div div span {
    padding: 4px 0px;
    font-size: 14px;
  }
  .index-news-tab {
    padding: 3%;
  }
  .index-news-tab a {
    flex-direction: column;
  }
  .index-news-tab a .news-imgs {
    width: 100%;
    padding-bottom: 16px;
  }
  .index-news-tab a .news-imgs img {
    max-width: 100%;
  }
  .index-news-tab a .news-text {
    width: 100%;
  }
  .index-news-tab a .news-text b {
    font-size: 18px;
  }
  .footer {
    padding: 0px;
    margin-top: 16px;
  }
  .footer .footer-c {
    display: none;
  }
}
