p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
label,
i,
b {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
input {
  -webkit-appearance: none;
  /*去除input默认样式*/
}
ul {
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
.main {
  padding: 0 15px;
  box-sizing: border-box;
}
.bg-color {
  background: #fff;
}
.clear::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
}
.tet {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
.layui-layer-page {
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box {
  width: 260px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box img {
  display: block;
  width: 210px;
  height: 210px;
  margin: 0 auto;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box p {
  line-height: 28px;
}
.layui-layer-page .layui-layer-setwin {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: auto;
  bottom: -15px;
  font-size: 0;
  line-height: initial;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(../images/search_close.png) center no-repeat;
  border: 1px solid #f5f5f5;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2:hover {
  background: url(../images/search_close.png) center no-repeat;
}
#playercontainer .jw-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
#playercontainer .jw-controls .jw-display-icon-container {
  background: rgba(255, 255, 255, 0);
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  position: static;
  margin: 0;
}
#playercontainer .jw-controls .jw-display-icon-container .jw-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
#playercontainer .jw-controls .jw-display-icon-container .jw-icon::before {
  font-size: 0;
}
.web-header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.web-header .header-nav {
  height: 5.5rem;
  position: relative;
  z-index: 100;
  transition: 0.4s;
}
.web-header .header-nav .tmall img {
  display: block;
  max-height: 2.5rem;
  transition: 0.4s;
}
.web-header .header-nav .nav-logo h1 a {
  display: block;
  font-size: 0;
}
.web-header .header-nav .nav-logo h1 a img {
  display: block;
  max-height: 2.9rem;
  transition: 0.4s;
}
.web-header .header-nav .nav-menu {
  display: flex;
  align-items: center;
}
.web-header .header-nav .nav-menu .tel {
  display: flex;
  align-items: center;
}
.web-header .header-nav .nav-menu .tel img {
  height: 2.4rem;
  margin-right: 0.5rem;
}
.web-header .header-nav .nav-menu .tel span {
  display: block;
  font-size: 0.7rem;
}
.web-header .header-nav .nav-menu .tel p a {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #ffffff;
}
.web-header .header-nav .nav-menu .menu {
  height: 16px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-direction: column;
}
.web-header .header-nav .nav-menu .menu span {
  width: 30px;
  height: 2px;
  background: #999999;
  transition: 0.3s;
  position: relative;
}
.web-header .header-nav .nav-menu .click span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 7px;
  width: 25px;
}
.web-header .header-nav .nav-menu .click span:nth-of-type(2) {
  transform: rotate(45deg);
  width: 25px;
  bottom: 7px;
}
.web-header .header-nav .nav-menu .click span i {
  opacity: 0;
}
.web-header .nav-sidebar {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  margin: 0 auto;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
}
.web-header .nav-sidebar .nav-list {
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
  width: 100%;
  height: calc(100% - 5.5rem);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  background: #fff;
  transition: 0.5s;
}
.web-header .nav-sidebar .nav-list li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
  padding: 0 15px;
}
.web-header .nav-sidebar .nav-list li .lia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  font-size: 15px;
  color: #666;
}
.web-header .nav-sidebar .nav-list li .lia i {
  font-size: 13px;
}
.web-header .nav-sidebar .nav-list li .lia .icon-jian1 {
  display: none;
}
.web-header .nav-sidebar .nav-list li .erji-list {
  overflow: hidden;
  display: none;
}
.web-header .nav-sidebar .nav-list li .erji-list a {
  display: block;
}
.web-header .nav-sidebar .nav-list li .erji-list a h3 {
  font-size: 13px;
  line-height: 24px;
}
.web-header .nav-sidebar .nav-list li .erji-list a:last-of-type {
  margin-bottom: 0.5rem;
}
.web-header .nav-sidebar .nav-list li.active {
  border-color: #ffc300;
}
.web-header .nav-sidebar .nav-list li.active .lia {
  color: #ffc300;
}
.web-header .nav-sidebar .nav-list.active {
  right: 0;
}
.web-header .nav-sidebar .nav-list.active1 {
  height: calc(100% - 3.5rem);
  max-height: calc(100% - 55px);
}
.web-header .nav-sidebar.active {
  transform: translateX(0%);
  opacity: 1;
}
.web-header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
}
.titleBox {
  text-align: center;
  position: relative;
}
.titleBox p {
  font-size: 13px;
  font-weight: bold;
  opacity: 0.5;
  line-height: 1;
  margin-top: 0.8rem;
  text-transform: uppercase;
}
.titleBox h2 {
  font-size: 22px;
  line-height: 1;
}
.banner1 .swiper-slide img {
  display: block;
  width: 100%;
}
.banner1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  transition: 0.3s;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.proTyep {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.proTyep a {
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
}
.proTyep a.active {
  color: #ffc300;
}
.index1 {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  background: #f5f5f5 url(../images/index1-bg.png) no-repeat left center;
  background-size: auto;
}
.index1 .index1-swiper {
  margin-top: 0.5rem;
}
.index1 .index1-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index1 .index1-swiper .swiper-slide a {
  display: block;
  width: 48.5%;
  margin-bottom: 1.2rem;
  position: relative;
}
.index1 .index1-swiper .swiper-slide a .img {
  overflow: hidden;
  position: relative;
}
.index1 .index1-swiper .swiper-slide a .img img {
  display: block;
  width: 100%;
  height: auto;
}
.index1 .index1-swiper .swiper-slide a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffc300;
  background: rgba(36, 36, 36, 0.6);
  font-size: 15px;
  text-align: center;
  height: 2.7rem;
  line-height: 2.7rem;
}
.index2 {
  height: 37.5rem;
  background: url(../images/index2-bg.jpg) no-repeat center;
  background-size: cover;
}
.index2 ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 100%;
}
.index2 ul li {
  width: 33.33%;
  height: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index2 ul li:nth-of-type(4),
.index2 ul li:nth-of-type(5) {
  border-bottom: none;
  width: 50%;
}
.index2 ul li img {
  display: block;
  margin: 0 auto;
}
.index2 ul li .desc {
  color: #f5f5f5;
  text-align: center;
  margin-top: 0.5rem;
}
.index2 ul li .desc h3 {
  font-size: 14px;
  line-height: 30px;
}
.index2 ul li .desc p {
  text-transform: uppercase;
  font-size: 14px;
}
.index3 {
  padding: 2.5rem 0 1rem;
  background: #f5f5f5;
  position: relative;
  z-index: 9;
}
.index3 .titleBox h5 {
  font-size: 14px;
  margin-top: 0.5rem;
}
.index3 .more {
  display: block;
  margin: 1.2rem auto 1.2rem;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  transition: 0.4s;
  border: 1px solid #333;
}
.index3 .company-content {
  margin-top: 1.5rem;
}
.index3 .company-content .left-content p {
  font-size: 14px;
  margin-top: 1rem;
  text-indent: 28px;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.index3 .company-content .right-content {
  margin-top: 1rem;
  height: 16rem;
  background: #333;
}
.index3 .company-content .right-content .video {
  width: 100%;
  height: 100%;
}
.index4 {
  background: url(../images/index4-bg.jpg) no-repeat center;
  background-size: cover;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index4 ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.index4 ul li {
  margin-bottom: 2rem;
}
.index4 ul li:last-of-type {
  margin-bottom: 0;
}
.index4 ul li img {
  display: block;
  margin: auto;
}
.index4 ul li p {
  font-size: 15px;
  color: #fff;
  margin-top: 0.5rem;
}
.index5 {
  padding: 2.5rem 0 2rem;
  background: #f5f5f5;
}
.index5 ul {
  margin-top: 1.5rem;
}
.index5 ul li {
  transition: 0.4s;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cecece;
  margin-bottom: 1.2rem;
}
.index5 ul li a {
  display: flex;
  justify-content: space-between;
}
.index5 ul li a .time {
  width: 50px;
}
.index5 ul li a .time span {
  font-size: 18px;
  display: block;
}
.index5 ul li a .time p {
  font-size: 14px;
  color: #999;
  text-align: right;
}
.index5 ul li a .info {
  width: calc(100% - 50px - 1rem);
}
.index5 ul li a .info h3 {
  font-size: 16px;
}
.index5 ul li a .info p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}
.index5 .more {
  display: block;
  margin: 1rem auto;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background: #333;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.web-footer {
  background: #333;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.web-footer .footer-info .footer-itme2 {
  position: relative;
}
.web-footer .footer-info .footer-itme2 p {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.web-footer .footer-info .footer-itme2 h3 {
  font-size: 18px;
  color: #fff;
}
.web-footer .footer-info .footer-itme2 ul {
  margin-top: 1rem;
}
.web-footer .footer-info .footer-itme2 ul li {
  margin-bottom: 10px;
  color: #fff;
}
.web-footer .footer-info .footer-itme2 .btns {
  position: absolute;
  top: 60px;
  right: 0;
}
.web-footer .footer-info .footer-itme2 .btns a {
  display: block;
  padding: 0.8rem 2rem;
  font-size: 14px;
  background: #ffffff;
  border-radius: 0.5rem;
}
.web-footer .footer-info .footer-item3 {
  margin-top: 1.2rem;
  width: 10rem;
  min-width: 160px;
}
.web-footer .footer-info .footer-item3 img {
  width: 100%;
}
.web-footer .footer-info .footer-item3 h3 {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.footer_bottom {
  border-top: 1px solid #575757;
  padding-top: 1rem;
  padding-bottom: 30px;
  margin-top: 2rem;
}
.footer_bottom .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_bottom p {
  color: #fff;
  min-width: 45%;
}
.footer_bottom a {
  color: #fff;
}
.back_to_top {
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 5rem;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.back_to_top img {
  width: 100%;
  display: block;
}
.foot_nav {
  height: 3.2rem;
  width: 100%;
  max-width: 640px;
  min-height: 54px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 88;
  background: #ffc300;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-self: center;
  border-top: 1px solid rgba(129, 151, 143, 0.1);
}
.foot_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-self: center;
  width: 100%;
}
.foot_nav ul li {
  width: 25%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.foot_nav ul li:last-of-type {
  border-right: none;
}
.foot_nav ul li a {
  color: #444;
}
.foot_nav ul li a .iconfont {
  font-size: 24px;
  text-align: center;
  line-height: 1;
  display: block;
}
.foot_nav ul li a p {
  text-align: center;
  margin-top: 3px;
  font-size: 0.7rem;
}
.fixed-banner {
  width: 100%;
  height: 12.5rem;
}
.page-head-nav {
  background: #f5f5f5;
  padding: 1.5rem 0 1rem;
}
.page-head-nav .main {
  height: 100%;
}
.page-head-nav .t {
  display: flex;
}
.page-head-nav .t p {
  font-size: 36px;
  color: #ffc300;
  text-transform: uppercase;
  line-height: 1;
}
.page-head-nav .t h2 {
  font-size: 24px;
  line-height: 1;
}
.page-head-nav .t h2 span {
  display: block;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
}
.page-head-nav .n-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.page-head-nav .n-list a {
  color: #fff;
  margin-right: 2%;
  width: 32%;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  font-size: 15px;
  background: #cccccc;
  margin-bottom: 1rem;
}
.page-head-nav .n-list a:nth-of-type(3n) {
  margin-right: 0;
}
.page-head-nav .n-list a.active {
  background: #ffc300;
}
.page-head-nav .n-list a.active::after {
  bottom: 5px;
  opacity: 1;
}
.yudingBox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
.yudingBox h2 {
  font-size: 24px;
  text-align: center;
}
.yudingBox li {
  line-height: 30px;
  text-align: center;
}
.yudingBox li a {
  font-size: 14px;
}
.yudingBox li span {
  font-size: 18px;
}
.yudingBox li:first-of-type {
  margin-top: 10px;
}
.yudingBox img {
  width: 175px;
  height: 175px;
  display: block;
  margin: 10px auto;
}
.yudingBox p {
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
/* 无内容 */
.no-goods,
.no-network {
  padding-top: 5rem;
  overflow: hidden;
  text-align: center;
}
.no-goods img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 11rem;
  min-width: 160px;
  max-height: 5.25rem;
}
.no-network img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 11rem;
  height: 8rem;
}
.no-goods p,
.no-network p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.rig-title {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.rig-title .crumbs {
  background: url(../images/icon3.png) no-repeat left bottom;
  background-size: contain;
  padding-left: 4.5rem;
  line-height: 2rem;
}
.rig-title .crumbs a {
  color: #000;
  font-size: 1rem;
}
.rig-title .crumbs span {
  color: #ffc300;
  font-size: 1rem;
}
.rightTitle {
  user-select: none;
  height: 4rem;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
  display: flex;
  background: url(../images/home-icon.png) no-repeat 15px center;
  padding-left: 48px;
}
.rightTitle .crumbsBox {
  margin-right: 10px;
  background-size: auto;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.rightTitle .crumbsBox a {
  color: #333;
  font-size: 1.1rem;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  padding-top: 1.5rem;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 1.5rem;
  padding: 0 5px;
  height: 2rem;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 2rem;
  font-size: 1.1rem;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #ffc300;
  background: #ffc300;
}
.de-page-mian .page-inner a.prev {
  margin-right: 5px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 5px;
  margin-right: 5px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 1.1rem;
  margin-right: 0;
  width: 3rem;
  margin-left: 5px;
}
.de-page-mian .page-inner span,
.de-page-mian .page-inner input {
  display: none;
}
.de-page-mian .page-inner a:last-of-type {
  display: none;
}
.web-sider .sider-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.web-sider .sider-ul a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  box-sizing: border-box;
  width: 50%;
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  transition: 0.3s;
  color: #666;
}
.web-sider .sider-ul a i {
  transform: rotate(-90deg);
  font-size: 1rem;
  margin-right: 0.25rem;
}
.web-sider .sider-ul a.active {
  color: #ffc300;
}
.web-sider .news-sider-ul {
  min-height: 160px;
  border-top: none;
  background: #fff;
  padding: 0.75rem 15px 0;
}
.web-sider .news-sider-ul a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px dashed #ededed;
  position: relative;
  transition: 0.3s;
  color: #666;
}
.web-sider .news-sider-ul a:hover {
  color: #ffc300;
  border-color: #ffc300;
}
.commonInner .titleBox {
  margin-bottom: 1.5rem;
}
.commonInner .titleBox h2 {
  color: #333333;
}
.commonInner .titleBox p {
  color: #333333;
}
.commonInner .padd {
  min-height: 20rem;
  padding: 2rem 0 2.5rem;
}
.commonInner .newsPage {
  color: #323232;
  margin: 1rem 0;
}
.commonInner .newsPage .page-a {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.commonInner .newsPage a {
  color: #323232;
  font-size: 14px;
}
.commonInner .titleBox1 {
  text-align: center;
}
.commonInner .titleBox1 p {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.commonInner .titleBox1 h2 {
  font-size: 20px;
}
.commonInner .company .company-content h3 {
  font-size: 20px;
  text-align: center;
}
.commonInner .company .company-content h5 {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  text-align: center;
}
.commonInner .company .company-content .info {
  margin-top: 1.2rem;
}
.commonInner .company .company-content .info p {
  font-size: 15px;
  line-height: 25px;
}
.commonInner .company .company-content .video {
  width: 100%;
  height: 16rem;
  background: #333;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
.commonInner .contact h2 {
  font-size: 22px;
  text-align: center;
}
.commonInner .contact .de-contact {
  margin-top: 1rem;
}
.commonInner .contact .de-contact ul {
  text-align: center;
}
.commonInner .contact .de-contact ul h3 {
  font-size: 18px;
  margin-bottom: 0.7rem;
}
.commonInner .contact .de-contact ul li {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.commonInner .contact .de-contact .wxBox {
  width: 10rem;
  min-width: 150px;
}
.commonInner .contact .de-contact .wxBox img {
  display: block;
  width: 100%;
  height: auto;
}
.commonInner .contact .de-contact .wxBox h3 {
  margin-top: 5px;
  text-align: center;
}
.commonInner .contact .contact-map {
  width: 100%;
  height: 15rem;
  border-radius: 0.5rem;
  margin-top: 1.2rem;
  overflow: hidden;
}
.commonInner .contact .contact-map #dituContent {
  height: 100%;
}
.commonInner .contact .de-message {
  margin-top: 2rem;
}
.commonInner .contact .de-message h3 {
  font-size: 22px;
  margin-bottom: 1rem;
}
.commonInner .contact .de-message #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .contact .de-message #formData .form-tr {
  width: 48%;
  margin-bottom: 1rem;
}
.commonInner .contact .de-message #formData .form-tr p {
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.commonInner .contact .de-message #formData .form-tr input {
  width: 100%;
  height: 40px;
  background: transparent;
  color: #333;
  border: 1px solid transparent;
  padding: 0 1rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  outline: none;
}
.commonInner .contact .de-message #formData .form-tr input::placeholder {
  color: #999;
}
.commonInner .contact .de-message #formData .textarea {
  width: 100%;
}
.commonInner .contact .de-message #formData .textarea textarea {
  width: 100%;
  color: #333;
  border: 1px solid transparent;
  padding: 10px 20px;
  height: 8rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
}
.commonInner .contact .de-message #formData .textarea textarea::placeholder {
  color: #999;
}
.commonInner .contact .de-message #formData .codeBox {
  width: 222px;
}
.commonInner .contact .de-message #formData .codeBox .code {
  display: flex;
  align-items: flex-end;
}
.commonInner .contact .de-message #formData .codeBox .code input {
  width: 90px;
  height: 40px;
  text-align: center;
}
.commonInner .contact .de-message #formData .codeBox .code .verify {
  width: 120px;
  margin-left: 12px;
}
.commonInner .contact .de-message #formData .codeBox .code .verify img {
  width: 100%;
}
.commonInner .contact .de-message #formData .submitBox {
  display: flex;
  justify-content: flex-end;
  width: 9rem;
}
.commonInner .contact .de-message #formData .submitBox .submit {
  width: 9rem;
  background: #333;
  height: 40px;
  line-height: 40px;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  display: block;
  transition: 0.4s;
}
.commonInner .contact .de-message #formData .submitBox .submit:hover {
  background: rgba(0, 0, 0, 0.8);
}
.commonInner .message .de-message {
  margin-top: 1.5rem;
}
.commonInner .message .de-message #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .message .de-message #formData .form-tr {
  width: 100%;
  margin-bottom: 1rem;
}
.commonInner .message .de-message #formData .form-tr input {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  border-radius: 0.5rem;
  color: #333;
  border: none;
  padding: 0 1rem;
  box-sizing: border-box;
  outline: none;
}
.commonInner .message .de-message #formData .form-tr input::placeholder {
  color: #333;
}
.commonInner .message .de-message #formData .textarea {
  width: 100%;
}
.commonInner .message .de-message #formData .textarea textarea {
  width: 100%;
  background: #f5f5f5;
  border-radius: 0.75rem;
  color: #333;
  border: none;
  padding: 0.5rem 1rem;
  height: 8rem;
  box-sizing: border-box;
  outline: none;
}
.commonInner .message .de-message #formData .textarea textarea::placeholder {
  color: #333;
}
.commonInner .message .de-message #formData .codeBox .code {
  display: flex;
  align-items: flex-end;
}
.commonInner .message .de-message #formData .codeBox .code input {
  width: 160px;
}
.commonInner .message .de-message #formData .codeBox .code .verify {
  width: 140px;
  margin-left: 1.5rem;
}
.commonInner .message .de-message #formData .codeBox .code .verify img {
  width: 100%;
}
.commonInner .message .de-message #formData .submitBox {
  display: flex;
}
.commonInner .message .de-message #formData .submitBox .submit {
  width: 160px;
  background: #ffc300;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block;
  transition: 0.4s;
}
.commonInner .product-page .de-product-list {
  min-height: 400px;
}
.commonInner .product-page .de-product-list .productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commonInner .product-page .de-product-list .productList li {
  width: 48.5%;
  margin-bottom: 1rem;
}
.commonInner .product-page .de-product-list .productList li a {
  display: block;
  position: relative;
}
.commonInner .product-page .de-product-list .productList li a .img {
  overflow: hidden;
  position: relative;
}
.commonInner .product-page .de-product-list .productList li a .img img {
  display: block;
  width: 100%;
  height: auto;
}
.commonInner .product-page .de-product-list .productList li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffc300;
  background: rgba(36, 36, 36, 0.6);
  font-size: 15px;
  text-align: center;
  height: 2.7rem;
  line-height: 2.7rem;
}
.commonInner .product-info-page .info-main .pro-swiper {
  box-sizing: border-box;
  --swiper-navigation-color: #000;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 26px;
  border: 1px solid #f5f5f5;
  /* 设置按钮大小 */
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffc300;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-button-black {
  opacity: 0.6;
  width: 25px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.5);
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-button-disabled {
  opacity: 0.3;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-button-prev {
  top: calc(50% - 17px);
  margin: 0 auto;
  left: 10px;
  right: auto;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-button-next {
  top: calc(50% - 17px);
  margin: 0 auto;
  left: auto;
  right: 10px;
}
.commonInner .product-info-page .info-main .info-main-rig {
  margin-top: 1rem;
  box-sizing: border-box;
}
.commonInner .product-info-page .info-main .info-main-rig .title {
  display: flex;
  justify-content: space-between;
}
.commonInner .product-info-page .info-main .info-main-rig .title h3 {
  font-size: 16px;
  color: #000;
}
.commonInner .product-info-page .info-main .info-main-rig .title span {
  color: #ffc300;
  font-weight: bold;
  font-size: 18px;
}
.commonInner .product-info-page .info-main .info-main-rig .desc {
  margin-top: 10px;
}
.commonInner .product-info-page .info-main .info-main-rig .desc p {
  font-size: 13px;
  color: #666;
  line-height: 25px;
}
.commonInner .product-info-page .info-main .info-main-rig .desc p a {
  color: #666;
  font-size: 13px;
}
.commonInner .product-info-page .info-main .info-main-rig .btn {
  margin-top: 1.2rem;
  display: flex;
}
.commonInner .product-info-page .info-main .info-main-rig .btn .lx {
  font-size: 14px;
  width: 140px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #ffc300;
  text-align: center;
  border-radius: 8px;
  transition: 0.4s;
}
.commonInner .product-info-page .info-main .info-main-rig .price {
  font-size: 24px;
  color: #ffc300;
  margin-top: 0.5rem;
}
.commonInner .product-info-page .info-main .info-main-rig .param {
  margin-top: 1rem;
  border-top: 1px solid #ededed;
  padding: 1rem 0;
}
.commonInner .product-info-page .info-main .info-main-rig .param p {
  font-size: 13px;
  line-height: 25px;
}
.commonInner .product-info-page .info-main .info-main-rig .newsPage {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 2rem;
}
.commonInner .product-info-page .info-main .info-main-rig .newsPage .page-a {
  font-size: 14px;
  color: #666;
  max-width: 48%;
}
.commonInner .product-info-page .info-main .info-main-rig .newsPage .page-a a {
  color: #666;
  font-size: 14px;
}
.commonInner .product-info-page .info-center .infoCenter-right {
  box-sizing: border-box;
  background: #fff;
}
.commonInner .product-info-page .info-center .infoCenter-right .center-title {
  height: 44px;
  line-height: 44px;
  margin-bottom: 1rem;
  font-size: 15px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.commonInner .product-info-page .info-center .infoCenter-right .center-content {
  min-height: 15rem;
}
.commonInner .product-info-page .info-center .infoCenter-right .center-content p {
  font-size: 14px;
  line-height: 24px;
}
.commonInner .product-info-page .info-center .infoCenter-right .center-content img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .video-page .videoList li {
  margin-bottom: 1.2rem;
}
.commonInner .video-page .videoList li a {
  display: block;
}
.commonInner .video-page .videoList li a .img {
  height: 18rem;
}
.commonInner .video-page .videoList li a .img div {
  height: 100%;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .video-page .videoList li a .img div .icon-bofang {
  font-size: 44px;
  color: #fff;
  transition: 0.4s;
  opacity: 0.7;
}
.commonInner .video-page .videoList li a .t {
  padding: 0.75rem;
}
.commonInner .video-page .videoList li a h3 {
  font-size: 15px;
  transition: 0.4s;
  text-align: center;
}
.commonInner .jobPage .de-job-list {
  margin-top: 1.5rem;
}
.commonInner .jobPage .de-job-list ul li {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  min-height: 10rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.commonInner .jobPage .de-job-list ul li.active .img {
  left: -240px;
}
.commonInner .jobPage .de-job-list ul li.active .info {
  padding-left: 0;
}
.commonInner .jobPage .de-job-list ul li.active .info .job-title {
  border-color: #eee;
  color: #ffc300;
}
.commonInner .jobPage .de-job-list ul li.active .info .job-title span {
  transform: rotate(180deg);
}
.commonInner .jobPage .de-job-list ul li.active .info .job-info {
  padding-top: 20px;
}
.commonInner .jobPage .de-job-list ul li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 9.5rem;
  border-radius: 0.5rem;
  transition: 0.4s;
}
.commonInner .jobPage .de-job-list ul li .info {
  padding-left: 11rem;
  transition: 0.4s;
}
.commonInner .jobPage .de-job-list ul li .info .job-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  transition: 0.4s;
}
.commonInner .jobPage .de-job-list ul li .info .job-title h3 {
  font-size: 15px;
  transition: 0.3s;
}
.commonInner .jobPage .de-job-list ul li .info .job-title span {
  font-size: 15px;
  transition: 0.3s;
}
.commonInner .jobPage .de-job-list ul li .info .job-info .p1 {
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.commonInner .jobPage .de-job-list ul li .info .job-info .p1 p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.commonInner .jobPage .de-job-list ul li .info .job-info .p2 {
  overflow: hidden;
  height: auto;
  display: none;
}
.commonInner .jobPage .de-job-list ul li .info .job-info .p2 p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.commonInner .news-page h2 {
  font-size: 22px;
  text-align: center;
}
.commonInner .news-page .de-news-list {
  margin-top: 1.5rem;
}
.commonInner .news-page .de-news-list .newsList {
  overflow: hidden;
}
.commonInner .news-page .de-news-list .newsList li {
  margin-bottom: 1.2rem;
}
.commonInner .news-page .de-news-list .newsList li a {
  display: block;
}
.commonInner .news-page .de-news-list .newsList li a .img {
  position: relative;
  overflow: hidden;
  height: 15rem;
}
.commonInner .news-page .de-news-list .newsList li a .img img {
  width: 100%;
  opacity: 0;
}
.commonInner .news-page .de-news-list .newsList li a .img .time {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.4rem 0.5rem;
  background: #ffc300;
  color: #fff;
  font-size: 12px;
}
.commonInner .news-page .de-news-list .newsList li a h3 {
  font-size: 16px;
  padding-left: 1rem;
  transition: all 0.4s;
  height: 1;
  position: relative;
  margin-top: 0.5rem;
}
.commonInner .news-page .de-news-list .newsList li a h3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc300;
}
.commonInner .news-page .de-news-list .newsList li a p {
  padding-left: 1rem;
  font-size: 14px;
  color: #8a8a8a;
  margin-top: 0.4rem;
  transition: all 0.4s;
}
.commonInner .news-page .de-news-list .videoList {
  margin-top: 1.5rem;
}
.commonInner .news-page .de-news-list .videoList li {
  margin-bottom: 2rem;
}
.commonInner .news-page .de-news-list .videoList li a {
  width: 100%;
  display: block;
}
.commonInner .news-page .de-news-list .videoList li a .img {
  height: 17rem;
  overflow: hidden;
}
.commonInner .news-page .de-news-list .videoList li a .img div {
  height: 100%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .news-page .de-news-list .videoList li a .img div i {
  transition: 0.4s;
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/icon5.png) no-repeat center center;
  background-size: contain;
}
.commonInner .news-page .de-news-list .videoList li a .t {
  margin-top: 10px;
}
.commonInner .news-page .de-news-list .videoList li a .t h3 {
  font-size: 15px;
  max-width: calc(100% - 40px);
  transition: 0.3s;
}
.commonInner .news-page .de-news-list .videoList li a .t i {
  width: 35px;
  height: 21px;
  background: url(../images/icon6.png) no-repeat center center;
  background-size: contain;
}
.commonInner .infoPage .news-detail-content .news-detail-title {
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.commonInner .infoPage .news-detail-content .news-detail-title .h3 {
  font-size: 16px;
  color: #323232;
  margin-bottom: 0.75rem;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span {
  display: flex;
  align-items: center;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span .iconfont {
  margin-right: 0.5rem;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span:first-of-type {
  margin-right: 1rem;
}
.commonInner .infoPage .news-detail-content .news-detail {
  min-height: 300px;
}
.commonInner .infoPage .news-detail-content .news-detail .img {
  margin-bottom: 1rem;
}
.commonInner .infoPage .news-detail-content .news-detail .img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.commonInner .infoPage .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}
.commonInner .infoPage .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .infoPage .news-detail-content .news-detail-video {
  margin-bottom: 1.5rem;
}
.commonInner .infoPage .news-detail-content .news-detail-video .video {
  width: 100%;
  height: 20rem;
}
.commonInner .honor-page h2 {
  font-size: 24px;
  text-align: center;
}
.commonInner .honor-page .honorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.commonInner .honor-page .honorList li {
  transition: 0.4s;
  margin-bottom: 1.5rem;
  width: 48.5%;
  height: 21rem;
}
.commonInner .honor-page .honorList li:nth-of-type(2n) {
  margin-right: 0;
}
.commonInner .honor-page .honorList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ededed;
  height: 100%;
}
.commonInner .honor-page .honorList li a img {
  max-width: 100%;
}
.nav_box {
  height: 4rem;
}
.nav_box p {
  color: #999;
  font-size: 1.2rem;
}
.nav_box p a {
  font-size: 1.2rem;
  color: #999;
}
.nav_box img {
  width: 2rem;
  height: 2rem;
}
.wx {
  position: fixed;
  right: 1rem;
  bottom: 14rem;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 88;
}
.wx img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}
.wx_box p:nth-of-type(2) {
  background: #ffc300;
}
.come {
  display: block;
  margin: 1rem auto 2rem;
  width: 8rem;
  background: #ffc300;
  height: 2.5rem;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  font-size: 1rem;
}
.search_pagenation {
  text-align: center;
  margin-top: 1rem;
}
.search_pagenation a {
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  font-size: 1rem;
  background: #ffc300;
  color: #fff;
  line-height: 1.8rem;
  margin: 0 0.25rem;
}
.search_pagenation .noothers {
  display: none;
}
@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bgInUp {
  0% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 200%;
  }
  100% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 100%;
  }
}
@keyframes bgInUp {
  0% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 200%;
  }
  100% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 100%;
  }
}
@-webkit-keyframes rotate1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
