*,
html,
body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}
select,
option,
input,
button,
textarea {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  resize: none;
}
.animate-5 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.animate-5:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.space {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  vertical-align: middle;
  height: auto;
}
dt,
ul,
ol {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
p:last-child {
  margin-bottom: 0;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.obj-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
body {
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 1920 * 100);
  scroll-padding-top: 100px;
}
.content-width {
  word-wrap: break-word !important;
  word-wrap: break-word !important;
}
.content-width ul {
  margin-left: 15px;
}
.content-width img {
  max-width: 100% !important;
  height: auto !important;
}
.content-width table,
.content-width video {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px !important;
}
.content-width table tbody tr td {
  padding: 6px 10px !important;
  background: #fff;
  border: 1px solid #efefef !important;
}
.content-width table tbody tr.firstRow td {
  background: #f8f8f8;
  font-weight: bold;
}
.content-width table tbody tr:hover td {
  background: #f9f9f9;
}
.content-width table tbody tr td p {
  margin-bottom: 0 !important;
}
.font-bold {
  font-weight: bold;
}

.show-con-width {
  padding: 0 1.6rem;
}
.show-con-zuo {
  padding-left: 1.6rem;
}
.pc-header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.pc-header .logo-box {
  margin-top: 40px;
}
.pc-header .logo-box img {
  max-height: 50px;
}
.pc-header .logo-box .show {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.pc-header:hover .logo-box .none,
.pc-header.active .logo-box .none {
  opacity: 0;
}
.pc-header:hover .logo-box .show,
.pc-header.active .logo-box .show {
  opacity: 1;
}
.pc-header:hover,
.pc-header.active {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.pc-header .pc-nav-box ul {
  margin-top: 60px;
}
.pc-header .pc-nav-box ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 0.5rem;
  position: relative;
}
.pc-header .pc-nav-box ul li > a {
  display: block;
  font-size: 16px;
  color: #fff;
}
.pc-header:hover .pc-nav-box ul li > a,
.pc-header.active .pc-nav-box ul li > a {
  color: #333;
}
.pc-header .pc-nav-box ul li .hide-box-pro {
  width: 100%;
  border-top: 1px solid #f4f4f4;
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: 100px;
  left: 0;
  transform: translateY(10px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.pc-header .pc-nav-box ul li .hide-box .list a {
  min-width: 100%;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding: 0 0.2rem;
}
.pc-header .pc-nav-box ul li:hover .hide-box-pro {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex {
  padding: 10px 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex dl {
  max-width: 14.285%;
  padding: 10px;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex dl dt {
  margin-bottom: 5px;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex dl dt a {
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex dl dd a {
  font-size: 16px;
  line-height: 2;
  color: #888;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex dl dt a:hover {
  color: #ea6d00;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex dl dd a:hover {
  color: #ea6d00;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex .title {
  line-height: 1.5;
  padding: 5px 0 5px 12px;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex .title a {
  font-size: 14px;
  color: #999;
}
.pc-header .pc-nav-box ul li .hide-box-pro .flex .title a:hover {
  color: #ea6d00;
  text-decoration: underline;
}

.pc-header:hover .pc-nav-box ul > li.active:before,
.pc-header.active .pc-nav-box ul > li.active:before,
.pc-header .pc-nav-box ul > li:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ea6d00;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pc-header .pc-nav-box ul li .hide-box {
  background: #f7f8f9;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.pc-header .pc-nav-box ul li .hide-box .list a {
  min-width: 100%;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding: 0 0.2rem;
}
.pc-header .pc-nav-box ul li:hover .hide-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.pc-header .pc-nav-box ul li .hide-box .list a:hover {
  background: #ea6d00;
  color: #fff;
}

.pc-header .other-box {
  position: absolute;
  top: 0;
  right: 0;
}
.pc-header .language {
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: 0;
}
.pc-header .language .icon {
  width: 84px;
  color: #fff;
  padding-left: 24px;
  height: 34px;
  line-height: 34px;
  background: url(../../images/lan.png) no-repeat left center/16px;
}
.pc-header .language .list {
  min-width: 100%;
  top: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 50%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition: transform 0.3s ease;
}
.pc-header .language .list a {
  white-space: nowrap;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  color: #333;
}
.pc-header .language .list a.active {
  background: #f8f8f8;
  color: #888;
}
.pc-header .language .list a span {
  display: block;
  padding-left: 24px;
  background: url(../../images/lan-active.png) no-repeat left center/16px;
}
.pc-header.active .language,
.pc-header:hover .language {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pc-header.active .language .icon,
.pc-header:hover .language .icon {
  color: #333;
  background-image: url(../../images/lan-active.png);
}
.pc-header .language:hover .list {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.pc-header .language .list a:hover {
  background: #f7f8f9;
}
.phone-nav {
  display: none;
}

@media (max-width: 1440px) {
  .show-con-width {
    padding: 0 0.8rem;
  }
  .show-con-zuo {
    padding-left: 0.8rem;
  }
  .hide-box-pro .mainname,
  .hide-box-pro .mainname .mainnav {
    width: 2.8rem;
    height: calc(80vh - 100px);
  }
  .hide-box-pro .mainname {
    padding: 30px 0;
  }
  .hide-box-pro .mainname ul li.nava > a.on {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 15px;
  }
  .hide-box-pro .mainname ul > li .maincontent {
    left: 3.6rem;
    width: calc(100% - 4.4rem);
  }
  .hide-box-pro .mainnav {
    padding: 30px 15px;
  }
  .hide-box-pro .mainnav ul li.navb > a.in {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .hide-box-pro .mainnav ul li .nav-sub-menu {
    left: 6.4rem;
    width: calc(100% - 7.2rem);
  }
  .hide-box-pro .mainnav ul li .nav-sub-menu {
    padding: 15px;
  }
  a.main-pro-con .img {
    height: 160px;
  }
  a.main-pro-con .title {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media (max-width: 1230px) {
  .show-con-width,
  .show-con-zuo {
    padding: 0 15px;
  }
  .pc-header {
    height: 80px;
  }
  .pc-header .logo-box {
    margin-top: 30px;
  }
  .pc-header .logo-box img {
    height: 40px;
  }
  .pc-header .pc-nav-box ul {
    margin-top: 40px;
  }
  .pc-header .language {
    top: 10px;
  }
  .pc-header .pc-nav-box ul li > a,
  .pc-header .pc-nav-box ul li .hide-box .list a {
    font-size: 14px;
  }
  a.main-pro-con .title,
  .pc-header .other-box .language,
  .pc-header .language .list a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .pc-header {
    height: 60px;
    line-height: 60px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }
  .pc-header .pc-nav-box,
  .pc-header .language {
    display: none;
  }
  .pc-header .logo-box {
    height: 60px;
    line-height: 60px;
    margin-top: 0;
  }
  .pc-header .logo-box .none {
    opacity: 0;
  }
  .pc-header .logo-box .show {
    opacity: 1;
  }
  .pc-header .logo-box img {
    height: 32px;
  }
  .nav-icon {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin-top: 30px;
  }
  .nav-icon span {
    display: block;
    width: 25px;
    position: relative;
    border: 1.5px solid #333;
    border-radius: 80px;
  }
  .nav-icon span:after,
  .nav-icon span:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    background: #333;
    border: 1.5px solid #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border-radius: 30px;
    left: -1px;
  }
  .nav-icon span:before {
    transform: rotate(0deg) translateY(-10px);
  }
  .nav-icon span:after {
    transform: rotate(0deg) translateY(7px);
  }
  .nav-icon.on span {
    background-color: transparent;
    border-color: transparent;
  }
  .nav-icon.on span:before {
    transform: rotate(-45deg) translateY(0);
  }
  .nav-icon.on span:after {
    transform: rotate(45deg) translateY(0);
  }
  .phone-nav {
    display: block;
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    top: 60px;
    transition: all 0.2s ease;
    background: #f7f8f9;
    z-index: 28;
  }
  .phone-nav ul {
    padding: 20px 0 0;
    max-height: calc(100% - 120px);
    overflow-y: auto;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    width: 4px;
    background-color: #f7f8f9;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #06a647;
  }
  .phone-nav ul li {
    border-bottom: 1px solid #eaeaea;
  }
  .phone-nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    padding: 0 15px;
  }
  .phone-nav ul li .navs {
    padding-bottom: 10px;
    display: none;
  }
  .phone-nav ul li .navs a {
    position: relative;
    font-size: 16px;
    padding: 0 25px;
    line-height: 40px;
    color: #666;
  }
  .phone-nav ul li .navshow > a {
    border-top: 1px solid #eaeaea;
  }
  .phone-nav ul li .navshow ul.itemnav {
    padding: 0;
    display: none;
  }
  .phone-nav ul li .navshow ul.itemnav li {
    border-bottom: none;
  }
  .navshow ul.itemnav li a {
    font-size: 14px;
    padding: 0 35px;
    color: #999;
  }
  .phone-nav ul li .navshow:hover ul.itemnav {
    display: block;
  }
  .phone-nav .language {
    text-align: center;
    margin-top: 20px;
    font-size: 0;
  }
  .phone-nav .language a {
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .phone-nav .language a:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .phone-nav .language a:last-child:after {
    display: none;
  }
  .phone-nav .language a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin-top: -6px;
  }
  .phone-nav ul li a:hover,
  .phone-nav .language a:hover {
    color: #ea6d00 !important;
  }
}

.slideBox .bannerswiper .swiper-pagination-bullets {
  bottom: 20px;
}
.slideBox .bannerswiper .swiper-pagination-bullet {
  width: 54px;
  height: 6px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.slideBox .bannerswiper .swiper-pagination-bullet-active {
  background: #ea6d00;
}
.slideBox .bannerswiper .swiper-slide-active img {
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-duration: 4.5s;
}
@keyframes kenburns {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  25% {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  75% {
    transform: scale(1.025);
    -webkit-transform: scale(1.025);
  }
}
.item-foot-bg {
  width: 100%;
  padding: 40px 0;
  background: #363636;
}
.item-foot-bg .foot-flex {
  display: flex;
  justify-content: space-between;
}
.item-foot-bg .foot-flex .pic-nav {
  width: 40%;
  max-width: 480px;
  display: flex;
  justify-content: space-between;
}
.item-foot-bg .foot-flex .txt-con {
  width: 40%;
  max-width: 560px;
  display: flex;
  justify-content: space-between;
}
.item-foot-bg .foot-flex dl dt {
  /*text-align: center;*/
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}
.item-foot-bg .foot-flex dl dd {
  /*text-align: center;*/
}
.item-foot-bg .foot-flex dl dd a {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  color: #ccc;
}
.item-foot-bg .foot-flex .picimg {
  max-width: 200px;
}
.item-foot-bg .foot-flex .foot-text .flex-code {
  width: 280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.item-foot-bg .foot-flex .foot-text .code {
  width: 130px;
}
.item-foot-bg .foot-flex .foot-text h5 {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
.copyright {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  background: #000;
  color: #aaa;
}
.copyright a {
  color: #aaa;
}
.item-foot-bg .foot-flex dl dd a:hover,
.copyright a:hover {
  color: #ea6d00;
}
.return {
  display: none;
  width: 36px;
  height: 36px;
  background: url("../images/top.png") #1c704f no-repeat center center/24px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99;
}
.return:hover {
  background-color: #ea6d00;
}
.page_info {
  display: none;
}
.page_list {
  margin-top: 60px;
  text-align: center;
}
.page_list a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #888;
  margin: 3px;
}
.page_list a.on,
.page_list a:hover {
  background: #ea6d00;
  color: #fff;
}

@media (max-width: 991px) {
  .slideBox {
    margin-top: 60px;
  }
  .slideBox .bannerswiper .swiper-pagination-bullets {
    bottom: 4px;
  }
  .slideBox .bannerswiper .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
  }

  .item-foot-bg {
    padding: 30px 0;
  }
  .item-foot-bg .foot-flex .pic-nav {
    display: none;
  }
  .item-foot-bg .foot-flex .txt-con {
    width: 100%;
    margin: auto;
  }
  .item-foot-bg .foot-flex .picimg {
    display: none;
  }
  .item-foot-bg .foot-flex .foot-text {
    margin: auto;
  }
  .item-foot-bg .foot-flex .foot-text .flex-code {
    width: 245px;
  }
  .item-foot-bg .foot-flex .foot-text .code {
    width: 108px;
  }
  .item-foot-bg .foot-flex .foot-text .code h5 {
    font-size: 12px;
  }

  .return {
    width: 30px;
    height: 30px;
    background-size: 18px;
    right: 15px;
  }
  .page_list {
    margin-top: 36px;
  }
  .page_list a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .item-foot-bg {
    background: #5a5a5a;
  }
  .copyright {
    background: #4f4f4f;
  }
  .item-foot-bg .foot-flex .foot-text .code {
    width: 90px;
  }
}
