body {
  overflow-x: hidden;
  letter-spacing: 0;
}
body a {
  text-decoration: none !important;
}
.contentbox {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 0 1.5rem;
}
body {
  font-size: 1rem;
  background: #f9f9f9;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background: #1a1f2c;
  transition: background 0.5s;
  z-index: 999;
}
.header.active {
  background: #151922;
  border-bottom: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.header.active .contentbox .logobox .logo {
  display: none;
}
.header.active .contentbox .logobox .logo.logo2 {
  display: block;
}
.header.active .contentbox .headerright .navilist .navi {
  color: rgba(255, 255, 255, 0.88);
}
.header.active .contentbox .headerright .navilist .navi:hover {
  color: #fff;
}
.header.active .contentbox .headerright .navilist .navi.active {
  color: #fff;
}
.header.active .contentbox .headerright .search {
  display: none;
}
.header.active .contentbox .headerright .search.search2 {
  display: block;
}
.header.active .contentbox .headerright .language {
  color: #fff;
}
.header.active .contentbox .headerright .language::before {
  background: #fff;
}
.header.active .contentbox .header_search .searchbox .input {
  border-bottom: 0.1rem solid #fff;
  color: #fff;
}
.header.active .contentbox .header_search .searchbox .input::-webkit-input-placeholder {
  color: #fff;
}
.header.active .contentbox .header_search .searchbox .closepic {
  display: none;
}
.header.active .contentbox .header_search .searchbox .closepic.closepic2 {
  display: block;
}
.header.active .contentbox .header_search .searchbox .searchpic {
  display: none;
}
.header.active .contentbox .header_search .searchbox .searchpic.searchpic2 {
  display: block;
}
.header.active .hoverbox {
  background: transparent;
}
.header.active .hoverbox .contentbox .textbox .text .txt {
  color: #000;
}
.header.active .hoverbox .contentbox .textbox .text::after {
  background: #000;
}
.header .contentbox {
  max-width: none;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.header .contentbox .logobox {
  flex: 1;
}
.header .contentbox .logobox .logo {
  display: none;
  width: 9.1rem;
  height: 2.75rem;
}
.header .contentbox .logobox .logo .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .contentbox .logobox .logo .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.header .contentbox .logobox .logo .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.header .contentbox .logobox .logo.logo2 {
  display: block;
}
.header .contentbox .headerright {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .contentbox .headerright .navilist {
  display: flex;
  height: 100%;
  margin-right: 2rem;
}
.header .contentbox .headerright .navilist .navi {
  padding: 0 1.25rem;
  font-size: 0.9rem;
  font-weight: normal;
  color: #fff;
  line-height: 4.5rem;
  cursor: pointer;
  height: 100%;
  transition: color 0.5s;
}
.header .contentbox .headerright .navilist .navi::after {
  display: block;
  content: '';
  width: 0%;
  height: 0.1rem;
  background: #E60012;
  margin-top: -1rem;
  transition: width 0.5s;
}
.header .contentbox .headerright .navilist .navi:hover {
  color: #fff;
}
.header .contentbox .headerright .navilist .navi:hover::after {
  width: 100%;
}
.header .contentbox .headerright .navilist .navi.active {
  color: #fff;
}
.header .contentbox .headerright .navilist .navi.active::after {
  width: 100%;
}
.header .contentbox .headerright .search {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  transition: transform 0.3s;
}
.header .contentbox .headerright .search .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .contentbox .headerright .search .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.header .contentbox .headerright .search .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.header .contentbox .headerright .search:hover {
  transform: scale(1.2);
}
.header .contentbox .headerright .search.search2 {
  display: none;
}
.header .contentbox .headerright .language {
  font-size: 0.9rem;
  font-weight: normal;
  color: #fff;
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}
.header .contentbox .headerright .language::before {
  content: '';
  width: 0.05rem;
  height: 0.9rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.header .contentbox .header_search {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  justify-content: center;
}
.header .contentbox .header_search .searchbox {
  width: 30%;
  position: relative;
}
.header .contentbox .header_search .searchbox .input {
  width: 100%;
  padding: 0.7rem 1.5rem;
  background: none;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
  position: relative;
  box-sizing: border-box;
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}
.header .contentbox .header_search .searchbox .input:focus {
  outline: none;
}
.header .contentbox .header_search .searchbox .input::-webkit-input-placeholder {
  color: #fff;
}
.header .contentbox .header_search .searchbox .closepic {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  cursor: pointer;
}
.header .contentbox .header_search .searchbox .closepic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .contentbox .header_search .searchbox .closepic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.header .contentbox .header_search .searchbox .closepic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.header .contentbox .header_search .searchbox .closepic.closepic2 {
  display: none;
}
.header .contentbox .header_search .searchbox .searchpic {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}
.header .contentbox .header_search .searchbox .searchpic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .contentbox .header_search .searchbox .searchpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.header .contentbox .header_search .searchbox .searchpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.header .contentbox .header_search .searchbox .searchpic.searchpic2 {
  display: none;
}
.header .hoverbox {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 4.5rem;
  left: 0;
  pointer-events: none;
}
.header .hoverbox .contentbox {
  pointer-events: auto;
  height: auto;
  background: #fff;
  box-shadow: 0 0.5rem 1.8rem rgba(26, 31, 44, 0.12);
  padding: 2.4rem 3rem 2.6rem;
  box-sizing: border-box;
}
.header .hoverbox .contentbox .item-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1.6rem;
}
.header .hoverbox .contentbox .item-list .item {
  width: 12rem;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
.header .hoverbox .contentbox .item-list .item > a.txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-weight: bold;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0 0 1.1rem;
  padding: 0 0 0.7rem;
  border-bottom: 0.05rem solid #eceef2;
  transition: color 0.25s;
}
.header .hoverbox .contentbox .item-list .item > a.txt .txt-name {
  display: block;
  max-width: 100%;
  max-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.1;
}
.header .hoverbox .contentbox .item-list .item > a.txt .txt-more::after {
  content: '\203A';
  display: block;
  flex: none;
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1;
}
.header .hoverbox .contentbox .item-list .item > a.txt:hover {
  color: #E60012;
}
.header .hoverbox .contentbox .item-list .item > a.txt:hover .txt-more::after {
  color: #E60012;
}
.header .hoverbox .contentbox .item-list .item > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header .hoverbox .contentbox .item-list .item > div:empty {
  display: none;
}
.header .hoverbox .contentbox .item-list .item > div > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-weight: normal;
  color: #444;
  padding: 0.55rem 0;
  line-height: 1.45;
  border-bottom: 0.05rem solid #f4f5f7;
  transition: color 0.25s;
}
.header .hoverbox .contentbox .item-list .item > div > a:last-child {
  border-bottom: none;
}
.header .hoverbox .contentbox .item-list .item > div > a .txt-name {
  display: block;
  max-width: 100%;
  max-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.1;
}
.header .hoverbox .contentbox .item-list .item > div > a .txt-more {
  display: flex;
}
.header .hoverbox .contentbox .item-list .item > div > a .txt-more::after {
  content: '\203A';
  flex: none;
  margin-left: 0.6rem;
  font-size: 0.7rem;
  font-weight: normal;
  color: #c5c8ce;
  line-height: 1;
}
.header .hoverbox .contentbox .item-list .item > div > a:hover {
  color: #E60012;
}
.header .hoverbox .contentbox .item-list .item > div > a:hover .txt-more::after {
  color: #E60012;
}
.header .hoverbox .contentbox .item-list .item.active > a.txt {
  color: #E60012;
}
.header .hoverbox .contentbox .item-list .item.active > a.txt::after {
  color: #E60012;
}
.header-shadow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
.breadcrumb {
  width: 100%;
  height: 4rem;
  background: #fff;
  border-bottom: 0.05rem solid #eee;
}
.breadcrumb .contentbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb .contentbox .crumb {
  display: flex;
  align-items: center;
  max-width: 68%;
}
.breadcrumb .contentbox .crumb .picbox {
  width: 0.8rem;
  height: 0.85rem;
  overflow: hidden;
}
.breadcrumb .contentbox .crumb .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.breadcrumb .contentbox .crumb .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.breadcrumb .contentbox .crumb .picbox {
  flex: none;
  margin-right: 1rem;
}
.breadcrumb .contentbox .crumb .navi {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.breadcrumb .contentbox .crumb .navi .navit {
  font-size: 0.8rem;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-width: 3.4rem;
  transition: color 0.5s;
}
.breadcrumb .contentbox .crumb .navi .navit:hover {
  color: #123D96;
  text-decoration: underline;
}
.breadcrumb .contentbox .crumb .navi:last-child::after {
  display: none;
}
.breadcrumb .contentbox .crumb .navi::after {
  display: block;
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  transform: rotate(45deg);
  border-top: 0.15rem solid #D0D0D0;
  border-right: 0.15rem solid #D0D0D0;
  margin-left: 0.5rem;
}
.breadcrumb .contentbox .rightcard {
  height: 100%;
}
.breadcrumb .contentbox .rightcard .sys_catebox1 {
  height: 100%;
}
.breadcrumb .contentbox .rightcard .sys_catebox1 a {
  font-size: 0.8rem;
  font-weight: normal;
  color: #666;
  padding: 0;
  margin: 0 1rem;
  height: 100%;
  line-height: 4rem;
}
.breadcrumb .contentbox .rightcard .sys_catebox1 a.active {
  color: #E60012;
}
.breadcrumb .contentbox .rightcard .sys_catebox1 a::after {
  background-color: #E60012;
  height: 0.1rem;
}
.breadcrumb .contentbox .rightcard .sys_catebox1 a:hover {
  color: #E60012;
}
.breadcrumb .contentbox .rightcard .sys_catebox1 a:last-child {
  margin-right: 0;
}
.nextbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
}
.nextbox .next {
  width: 8.5rem;
  height: 3rem;
  background: #999999;
  margin: 0 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.nextbox .next:hover {
  background: #123D96;
}
.nextbox .next:hover.prev .nextpic {
  transform: rotateY(180deg) translateX(0.5rem);
}
.nextbox .next:hover .nextpic {
  transform: translateX(0.5rem);
}
.nextbox .next.prev .nextpic {
  transform: rotateY(180deg);
  order: 1;
}
.nextbox .next.prev .nextt {
  order: 2;
}
.nextbox .next .nextpic {
  width: 0.6rem;
  height: 0.6rem;
  transition: transform 0.3s;
  margin: 0 0.45rem;
}
.nextbox .next .nextpic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nextbox .next .nextpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.nextbox .next .nextpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.nextbox .next .nextt {
  margin: 0 0.45rem;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.sharebox {
  display: flex;
  align-items: center;
  position: relative;
}
.sharebox .icon {
  width: 2.8rem;
  height: 2.8rem;
  min-width: 1.8rem;
  border-radius: 50%;
  border: 0.05rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
}
.sharebox .icon .picbox {
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
}
.sharebox .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.sharebox .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.sharebox .icon .picbox {
  transition: background 0.5s;
}
.sharebox .icon:hover .picbox .pic {
  transform: rotateY(360deg);
}
.sharebox .qrcodebox,
.sharebox .qrcodebox1 {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  z-index: 12;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.sharebox .qrcodebox #qrcode img,
.sharebox .qrcodebox1 #qrcode img,
.sharebox .qrcodebox #qrcode1 img,
.sharebox .qrcodebox1 #qrcode1 img {
  width: 9rem;
}
.sharebox .qrcodebox .txt,
.sharebox .qrcodebox1 .txt {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: -0.5rem;
}
.footer {
  width: 100%;
  position: relative;
}
.footer .contentbox .footertop {
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.footer .contentbox .footertop .footerleft .logopic {
  display: block;
  margin-bottom: 2.5rem;
  width: 9.1rem;
  height: 2.75rem;
}
.footer .contentbox .footertop .footerleft .logopic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer .contentbox .footertop .footerleft .logopic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.footer .contentbox .footertop .footerleft .logopic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.footer .contentbox .footertop .footerleft .textbox {
  margin-bottom: 2.5rem;
}
.footer .contentbox .footertop .footerleft .textbox .text {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.5rem;
  max-width: 23rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.footer .contentbox .footertop .footerright {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 4rem;
}
.footer .contentbox .footertop .footerright .subnavs {
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .contentbox .footertop .footerright .subnavs .subnavsin .subtitle {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  line-height: 1rem;
  margin-bottom: 2rem;
}
.footer .contentbox .footertop .footerright .subnavs .subnavsin .subnav .txt {
  font-size: 0.8rem;
  font-weight: normal;
  color: #AAA;
  line-height: 1.5rem;
  transition: color, transform 0.3s;
  display: inline-block;
}
.footer .contentbox .footertop .footerright .subnavs .subnavsin .subnav .txt:hover {
  color: #123D96;
  transform: translateX(0.5rem);
}
.footer .footerbottom {
  margin-top: 4rem;
  width: 100%;
  height: 4.05rem;
  border-top: 0.05rem solid #404A5F;
  box-sizing: border-box;
}
.footer .footerbottom .contentbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footerbottom .contentbox .banquan {
  font-size: 0.8rem;
  font-weight: normal;
  color: #AAA;
}
.footer .footerbottom .contentbox .banquan a {
  font-size: 0.8rem;
  font-weight: normal;
  color: #AAA;
}
.footer .footerbottom .contentbox .txt {
  font-size: 0.8rem;
  font-weight: normal;
  color: #AAA;
}
.cenavibox {
  position: fixed;
  top: 40%;
  right: -100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cenavibox .cenavi {
  width: 3rem;
  height: 3rem;
  background: #123D96;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  transition: width 0.4s;
  overflow: hidden;
  position: relative;
}
.cenavibox .cenavi .txt {
  width: auto;
  padding: 0 0.5rem;
  height: 100%;
  box-sizing: border-box;
  background: #123D96;
  text-align: center;
  flex: none;
  line-height: 3rem;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.cenavibox .cenavi .ceicon {
  min-width: 3rem;
  display: flex;
  justify-content: center;
}
.cenavibox .cenavi .ceicon .picbox {
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
}
.cenavibox .cenavi .ceicon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.cenavibox .cenavi .ceicon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.cenavibox .cenavi:last-child {
  background: #000;
  margin-bottom: 0;
}
.cenavibox .qr {
  display: none;
  position: absolute;
  right: 3.5rem;
  bottom: 3.5rem;
  background: #fff;
  width: 10rem;
  height: 10rem;
  padding: 0.5rem;
  box-sizing: border-box;
}
.cenavibox .qr .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cenavibox .qr .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.cenavibox .qr .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_index .titlebox .atitle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
}
.page_index .titlebox .atitle span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_index .titlebox .ctitle {
  font-size: 1.2rem;
  font-weight: normal;
  color: #888;
  line-height: 1.8rem;
  width: 80%;
  margin: 1.5rem auto 0 auto;
}
.page_index .titlebox .btitle {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  line-height: 1rem;
}
.page_index .banner {
  width: 100%;
  height: 50rem;
}
@keyframes circleright {
  0% {
    transform: rotate(135deg);
  }
  50%,
  100% {
    transform: rotate(315deg);
  }
}
@keyframes circleleft {
  0%,
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(315deg);
  }
}
@keyframes srmgani {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.page_index .banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.page_index .banner .swiper .swiper-slide .item {
  width: 100%;
  height: 100%;
}
.page_index .banner .swiper .swiper-slide .item .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_index .banner .swiper .swiper-slide .item .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_index .banner .swiper .swiper-slide .item .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_index .banner .swiper .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_index .banner .swiper .swiper-slide-active img {
  animation: srmgani 4000ms 1 ease forwards;
}
.page_index .banner .swiper .swiper-slide-active .picbox .pic {
  animation: srmgani 4000ms 1 ease forwards;
}
.page_index .banner .swiper .banner-pagination {
  bottom: auto;
  right: auto !important;
  left: auto;
  color: #fff;
  width: auto;
  transform: none;
  width: 50%;
  text-align: right;
  float: right;
  position: relative;
  padding: 2% 0;
}
.page_index .banner .swiper .banner-pagination span {
  opacity: 1;
  margin: 0 0.15rem !important;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
}
.page_index .banner .swiper .banner-pagination span::before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: all 0.4s ease;
}
.page_index .banner .swiper .banner-pagination span::after {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}
.page_index .banner .swiper .banner-pagination span.swiper-pagination-bullet-active .left-circle {
  animation: circleleft 3s linear forwards;
}
.page_index .banner .swiper .banner-pagination span.swiper-pagination-bullet-active .right-circle {
  animation: circleright 3s linear forwards;
}
.page_index .banner .swiper .banner-pagination span.swiper-pagination-bullet-active .content {
  opacity: 1;
}
.page_index .banner .swiper .banner-pagination span.swiper-pagination-bullet-active::before {
  background: #fff !important;
}
.page_index .banner .swiper .banner-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.page_index .banner .swiper .banner-pagination span .content {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 11;
}
.page_index .banner .swiper .banner-pagination span .left {
  left: 0;
}
.page_index .banner .swiper .banner-pagination span .right {
  right: 0;
}
.page_index .banner .swiper .banner-pagination span .circle {
  position: absolute;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  transform: rotate(135deg);
  box-sizing: border-box;
}
.page_index .banner .swiper .banner-pagination span .left-circle {
  left: 0;
  border-top-color: #fff;
  border-left-color: #fff;
}
.page_index .banner .swiper .banner-pagination span .right-circle {
  right: 0;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.page_index .banner .swiper .banner-right-button {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.page_index .banner .swiper .banner-right-button .banner-prev,
.page_index .banner .swiper .banner-right-button .banner-next {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin: 0.5rem 0;
}
.page_index .banner .swiper .banner-right-button .banner-prev::after,
.page_index .banner .swiper .banner-right-button .banner-next::after {
  font-size: 0.6rem;
  color: #fff;
  font-weight: 900;
}
.page_index .banner .swiper .banner-swiper-button {
  position: absolute;
  left: 10%;
  width: 80%;
  z-index: 11;
  bottom: 0;
  overflow: hidden;
}
.page_index .banner .swiper .banner-swiper-button::before {
  content: '';
  width: 100%;
  height: 0.05rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: #fff;
}
.page_index .banner .swiper .banner-swiper-button .banner-scroll {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1.5rem;
  z-index: 11;
  left: 0;
}
.page_index .banner .swiper .banner-swiper-button .banner-scroll img {
  width: 100%;
  height: 100%;
}
.page_index .product_center .product_top {
  width: 100%;
  padding: 5rem 0 2.5rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.page_index .product_center .product_top .titlebox {
  text-align: center;
}
.page_index .product_center .mark {
  display: flex;
  align-items: center;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  transition: transform 0.4s;
}
.page_index .product_center .mark .icon {
  width: 1.25rem;
  height: 1.45rem;
  margin-right: 0.5rem;
  flex: none;
}
.page_index .product_center .mark .icon .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_index .product_center .mark .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_index .product_center .mark .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_index .product_center .mark .txt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.page_index .product_center .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #0e57a200;
  transition: background 0.4s;
}
.page_index .product_center .hover-txt {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s;
  overflow: hidden;
}
.page_index .product_center .hover-txt .t1 {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.1;
  max-width: 100%;
  max-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.page_index .product_center .hover-txt .more {
  width: 1.4rem;
  height: 0.35rem;
  background: url(/Jzw/Tpl/Home/Default/webimages/more-ico.png) no-repeat center center / contain;
  transform: translateX(-100%);
  transition: transform 0.4s 0.2s;
}
.page_index .product_center .img {
  width: 100%;
  height: 100%;
}
.page_index .product_center .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_index .product_center .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_index .product_center .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_index .product_center .main-item,
.page_index .product_center .sub-item-list .item-box .item {
  overflow: hidden;
}
.page_index .product_center .main-item:hover .img .picbox .pic,
.page_index .product_center .sub-item-list .item-box .item:hover .img .picbox .pic {
  transform: scale(1.1);
}
.page_index .product_center .main-item:hover .mask,
.page_index .product_center .sub-item-list .item-box .item:hover .mask {
  background: #0e57a27f;
}
.page_index .product_center .main-item:hover .mark,
.page_index .product_center .sub-item-list .item-box .item:hover .mark {
  transform: translateY(-8.5rem);
}
.page_index .product_center .main-item:hover .hover-txt,
.page_index .product_center .sub-item-list .item-box .item:hover .hover-txt {
  transform: translateX(0);
  opacity: 1;
}
.page_index .product_center .main-item:hover .hover-txt .more,
.page_index .product_center .sub-item-list .item-box .item:hover .hover-txt .more {
  transform: translateX(0);
}
.page_index .product_center .main-item {
  display: block;
  width: 100%;
  height: 35rem;
  position: relative;
}
.page_index .product_center .sub-item-list {
  display: flex;
  margin: 0 -0.8rem;
}
.page_index .product_center .sub-item-list .item-box {
  flex: 1;
  height: 17rem;
  padding: 0 0.8rem;
  margin-top: 1.6rem;
}
.page_index .product_center .sub-item-list .item-box .item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_index .product_center .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  width: 11rem;
  height: 2.5rem;
  background: #E60012;
  margin: 2.5rem auto 0;
  cursor: pointer;
  transition: border-radius 0.4s;
}
.page_index .product_center .btn:hover {
  border-radius: 1.5rem;
}
.page_index .solution .solution_top {
  padding: 5rem 0 2.5rem;
  display: flex;
  justify-content: center;
}
.page_index .solution .solution_top .titlebox {
  text-align: center;
}
.page_index .solution .solution_bottom {
  width: 100%;
  height: 44.15rem;
  position: relative;
}
.page_index .solution .solution_bottom .bigbgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg {
  width: 100%;
  height: 100%;
  padding: 5rem 0;
  box-sizing: border-box;
  display: none;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg.active {
  display: block;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .textbox .line {
  width: 2.1rem;
  height: 0.1rem;
  background: #FF0000;
  margin-bottom: 2rem;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .textbox .atxt {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .textbox .btxt {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .textbox .ctxt {
  max-width: 24rem;
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .more {
  display: block;
  width: 9rem;
  height: 2.5rem;
  position: relative;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .more .morebg {
  width: 100%;
  height: 100%;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .more .morebg .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .more .morebg .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .more .morebg .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_index .solution .solution_bottom .bigbgbox .bigbg .contentbox .more .t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.page_index .solution .solution_bottom .itembox {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page_index .solution .solution_bottom .itembox .item {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem;
  box-sizing: border-box;
  background: rgba(0, 24, 74, 0.3);
}
.page_index .solution .solution_bottom .itembox .item.active {
  background: rgba(89, 113, 164, 0.5);
}
.page_index .solution .solution_bottom .itembox .item.active .num {
  color: #E60012;
}
.page_index .solution .solution_bottom .itembox .item .num {
  font-size: 3.1rem;
  font-weight: bold;
  color: rgba(178, 203, 255, 0.15);
  line-height: 2.6rem;
  margin-bottom: 1rem;
  transition: color 0.5s;
}
.page_index .solution .solution_bottom .itembox .item .title .atitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.page_index .solution .solution_bottom .itembox .item .title .btitle {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.page_index .news {
  padding-bottom: 3rem;
}
.page_index .news .contentbox .news_top {
  padding: 5rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
}
.page_index .news .contentbox .news_top .titlebox .atitle {
  justify-content: flex-start;
}
.page_index .news .contentbox .news_top .titlebox .btitle {
  color: #888;
  margin-top: 0.3rem;
}
.page_index .news .contentbox .news_top .cate-list {
  display: flex;
  align-items: flex-end;
}
.page_index .news .contentbox .news_top .cate-list a {
  font-size: 1rem;
  font-weight: normal;
  color: #666;
  padding: 0 1rem;
  line-height: 2.75rem;
  margin: 0 0.5rem;
  position: relative;
}
.page_index .news .contentbox .news_top .cate-list a.cate::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background: #EB0015;
  transition: width 0.5s;
}
.page_index .news .contentbox .news_top .cate-list a.cate.active,
.page_index .news .contentbox .news_top .cate-list a.cate:hover {
  color: #EB0015;
}
.page_index .news .contentbox .news_top .cate-list a.cate.active::after,
.page_index .news .contentbox .news_top .cate-list a.cate:hover::after {
  width: 100%;
}
.page_index .news .contentbox .news_top .cate-list a.more:hover::after {
  margin-right: -0.5rem;
}
.page_index .news .contentbox .news_top .cate-list a.more::after {
  content: '';
  width: 0.65rem;
  height: 0.5rem;
  background: url(/Jzw/Tpl/Home/Default/webimages/arrow.png) no-repeat center center / cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  transition: margin 0.5s;
}
.page_index .news .contentbox .item-list {
  display: flex;
  margin: 0 -1.1rem;
}
.page_index .news .contentbox .item-list .item-box {
  flex: 1;
  height: 27.5rem;
  padding: 0 1.1rem;
  box-sizing: border-box;
}
.page_index .news .contentbox .item-list .item-box .item {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
}
.page_index .news .contentbox .item-list .item-box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background: #E60012;
  transition: width 0.4s;
}
.page_index .news .contentbox .item-list .item-box .item:hover::after {
  width: 100%;
}
.page_index .news .contentbox .item-list .item-box .item:hover .item-title .title .atitle {
  color: #E60012;
}
.page_index .news .contentbox .item-list .item-box .item .img {
  width: 100%;
  height: 19rem;
  flex: none;
}
.page_index .news .contentbox .item-list .item-box .item .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_index .news .contentbox .item-list .item-box .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_index .news .contentbox .item-list .item-box .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_index .news .contentbox .item-list .item-box .item .item-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8.5rem;
  padding: 1.5rem;
  box-sizing: border-box;
}
.page_index .news .contentbox .item-list .item-box .item .item-title .title {
  width: 100%;
}
.page_index .news .contentbox .item-list .item-box .item .item-title .title .atitle {
  max-width: 100%;
  max-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  line-height: 1.2rem;
  margin-bottom: 0.6rem;
}
.page_index .news .contentbox .item-list .item-box .item .item-title .title .btitle {
  max-width: 100%;
  max-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.8rem;
  font-weight: normal;
  color: #666;
  line-height: 1rem;
}
.page_index .news .contentbox .item-list .item-box .item .item-title .time {
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  color: #999;
}
.page_index .news .contentbox .item-list .item-box .text-list {
  background: #fff;
  padding: 0.5rem 2rem 1rem;
  height: 100%;
  box-sizing: border-box;
}
.page_index .news .contentbox .item-list .item-box .text-list .sys_scrollBox {
  height: 100% !important;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.page_index .news .contentbox .item-list .item-box .text-list .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: 100%;
  height: 4.3rem;
  box-sizing: border-box;
  border-bottom: 0.05rem solid #EEEEEE;
}
.page_index .news .contentbox .item-list .item-box .text-list .text:hover .text-title {
  color: #E60012;
}
.page_index .news .contentbox .item-list .item-box .text-list .text:last-child {
  border-bottom: none;
}
.page_index .news .contentbox .item-list .item-box .text-list .text .text-title {
  max-width: 100%;
  max-height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  line-height: 1.4rem;
  transition: color 0.4s;
}
.page_index .news .contentbox .item-list .item-box .text-list .text .text-other {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: normal;
  color: #999;
}
.page_index .news .contentbox .item-list .item-box .text-list .text .text-other .tag {
  display: flex;
  align-items: center;
}
.page_index .news .contentbox .item-list .item-box .text-list .text .text-other .tag::after {
  content: '';
  width: 0.05rem;
  height: 0.8rem;
  background: #BBBBBB;
  margin: 0 1rem;
  display: block;
}
.page_index .about {
  background: url(/Jzw/Tpl/Home/Default/webimages/nbanner/index_about.jpg) center center / cover;
  margin-bottom: -4.1rem;
  padding-bottom: 9rem;
}
.page_index .about .contentbox {
  padding: 0 10rem;
  box-sizing: border-box;
}
.page_index .about .contentbox .about_top {
  padding: 5rem 0 2.5rem;
  display: flex;
  justify-content: center;
}
.page_index .about .contentbox .about_top .titlebox {
  text-align: center;
}
.page_index .about .contentbox .about_top .titlebox .atitle,
.page_index .about .contentbox .about_top .titlebox .btitle {
  color: #fff;
}
.page_index .about .contentbox .shuzi-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2.5rem 0;
}
.page_index .about .contentbox .shuzi-list .item .shuzi {
  font-size: 1.8rem;
  color: #FCFCFC;
  line-height: 2rem;
}
.page_index .about .contentbox .shuzi-list .item .shuzi span {
  font-size: 4rem;
}
.page_index .about .contentbox .shuzi-list .item .txt {
  font-size: 1rem;
  font-weight: normal;
  color: #CCCCCC;
}
.page_index .about .contentbox .conbox {
  font-size: 1rem;
  font-weight: normal;
  color: #FCFCFC;
  line-height: 1.8rem;
}
.page_index .about .contentbox .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}
.page_index .about .contentbox .btns .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  width: 11rem;
  height: 2.5rem;
  border: 0.05rem solid #fff;
  margin: 0 0.75rem;
  transition: background 0.3s;
}
.page_index .about .contentbox .btns .btn:hover {
  background: #E60012;
  border-color: #E60012;
}
.page_news_list .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_news_list .banner .title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.page_news_list .banner .title span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_news_list .item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.1rem;
  padding: 5rem 0;
}
.page_news_list .item-list .item-box {
  flex: none;
  width: 27.4rem;
  height: 27.5rem;
  padding: 0 1.1rem;
  margin-bottom: 2.5rem;
  box-sizing: border-box;
}
.page_news_list .item-list .item-box .item {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
}
.page_news_list .item-list .item-box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background: #E60012;
  transition: width 0.4s;
}
.page_news_list .item-list .item-box .item:hover::after {
  width: 100%;
}
.page_news_list .item-list .item-box .item:hover .item-title .title .atitle {
  color: #E60012;
}
.page_news_list .item-list .item-box .item .img {
  width: 100%;
  height: 19rem;
  flex: none;
}
.page_news_list .item-list .item-box .item .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_news_list .item-list .item-box .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_news_list .item-list .item-box .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_news_list .item-list .item-box .item .item-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8.5rem;
  padding: 1.5rem;
  box-sizing: border-box;
}
.page_news_list .item-list .item-box .item .item-title .title {
  width: 100%;
}
.page_news_list .item-list .item-box .item .item-title .title .atitle {
  max-width: 100%;
  max-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  line-height: 1.2rem;
  margin-bottom: 0.6rem;
}
.page_news_list .item-list .item-box .item .item-title .title .btitle {
  max-width: 100%;
  max-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.8rem;
  font-weight: normal;
  color: #666;
  line-height: 1rem;
}
.page_news_list .item-list .item-box .item .item-title .time {
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  color: #999;
}
.page_news_info .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_news_info .banner .title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.page_news_info .banner .title span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_news_info .news_info {
  display: flex;
  padding: 4rem 0 5rem;
}
.page_news_info .news_info .infoleft {
  padding: 0 4rem;
  flex: 1;
  box-sizing: border-box;
}
.page_news_info .news_info .infoleft .newsinfo {
  background: #fff;
  padding-top: 3rem;
}
.page_news_info .news_info .infoleft .newsinfo .title {
  max-width: 100%;
  max-height: 4.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  line-height: 2.3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 1rem;
}
.page_news_info .news_info .infoleft .newsinfo .date {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: normal;
  color: #999;
  line-height: 0.8rem;
  margin-bottom: 2rem;
}
.page_news_info .news_info .infoleft .newsinfo .share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_news_info .news_info .infoleft .newsinfo .share .line {
  flex: 1;
  width: 100%;
  height: 0.05rem;
  background: #EEEEEE;
}
.page_news_info .news_info .infoleft .newsinfo .share .sharebox {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_news_info .news_info .infoleft .newsinfo .share .sharebox .icon {
  width: 1.8rem;
  height: 1.8rem;
  border-bottom: 50%;
  background: #EEEEEE;
  margin: 0 0.75rem;
}
.page_news_info .news_info .infoleft .newsinfo .share .sharebox .icon .picbox {
  width: 0.9rem;
  height: 0.9rem;
  overflow: hidden;
}
.page_news_info .news_info .infoleft .newsinfo .share .sharebox .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_news_info .news_info .infoleft .newsinfo .share .sharebox .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_news_info .news_info .infoleft .newsinfo .newsinfo_text {
  padding: 2.5rem 3rem 3rem 3rem;
}
.page_news_info .news_info .infoleft .newsinfo .newsinfo_text .text,
.page_news_info .news_info .infoleft .newsinfo .newsinfo_text p {
  font-size: 0.8rem;
  font-weight: normal;
  color: #333;
  line-height: 1.5rem;
}
.page_news_info .news_info .infoleft .newsinfo .newsinfo_text .newsinfo_pic {
  padding: 2.5rem 0;
  width: 33rem;
  height: 17.5rem;
  margin: 0 auto;
}
.page_news_info .news_info .infoleft .newsinfo .newsinfo_text .newsinfo_pic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_news_info .news_info .infoleft .newsinfo .newsinfo_text .newsinfo_pic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_news_info .news_info .infoleft .newsinfo .newsinfo_text .newsinfo_pic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_news_info .news_info .inforight {
  width: 23.5rem;
}
.page_news_info .news_info .inforight .righttop {
  width: 100%;
  background: #123D96;
  padding: 2.5rem 3.25rem;
  box-sizing: border-box;
}
.page_news_info .news_info .inforight .righttop .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2rem;
}
.page_news_info .news_info .inforight .righttop .block1 .rightlist {
  padding-top: 1rem;
}
.page_news_info .news_info .inforight .righttop .block1 .rightlist .list {
  border-bottom: 0.05rem solid #7E98CF;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
  transition: transform 0.3s;
}
.page_news_info .news_info .inforight .righttop .block1 .rightlist .list::after {
  content: '';
  width: 0%;
  height: 0.05rem;
  display: block;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  background: #123D96;
  transition: width 0.3s;
}
.page_news_info .news_info .inforight .righttop .block1 .rightlist .list:hover {
  transform: scale(1.05);
}
.page_news_info .news_info .inforight .righttop .block1 .rightlist .list:hover::after {
  width: 100%;
}
.page_news_info .news_info .inforight .righttop .block1 .rightlist .list .date {
  font-size: 0.8rem;
  font-weight: normal;
  color: #7E98CF;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}
.page_news_info .news_info .inforight .righttop .block1 .rightlist .list .text {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  max-width: 100%;
  max-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.3s;
}
.page_news_info .news_info .inforight .righttop .block2 {
  padding-top: 1rem;
  width: 100%;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw {
  padding-top: 1rem;
  position: relative;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .swiper {
  width: 100%;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .swiper .swiper-wrapper .swiper-slide .swproduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  width: 16rem;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .swiper .swiper-wrapper .swiper-slide .swproduct:hover .picbox .pic {
  transform: scale(1.1);
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .swiper .swiper-wrapper .swiper-slide .swproduct .swpic {
  width: 100%;
  height: 12.2rem;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .swiper .swiper-wrapper .swiper-slide .swproduct .swpic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .swiper .swiper-wrapper .swiper-slide .swproduct .swpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .swiper .swiper-wrapper .swiper-slide .swproduct .swpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .swiper .swiper-wrapper .swiper-slide .swproduct .swt {
  padding-top: 1rem;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  max-width: 100%;
  max-height: 3.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  margin: 0 0.25rem;
}
.page_news_info .news_info .inforight .righttop .block2 .bsw .pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 2rem;
  height: 0.5rem;
  background: #E60012;
  border-radius: 0.25rem;
}
.page_news_info .news_info .inforight .rightbottom {
  display: block;
  width: 100%;
  height: 5rem;
  background: #A9AEBB;
  text-align: center;
  line-height: 5rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  transition: color 0.3s;
}
.page_news_info .news_info .inforight .rightbottom:hover {
  color: #123D96;
}
.page_about .titlebox .atitle {
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
}
.page_about .titlebox .atitle span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 4rem;
  display: inline-block;
}
.page_about .titlebox .btitle {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
}
.page_about .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_about .banner .title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.page_about .banner .title span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_about .numbox {
  margin-top: 6rem;
  width: 50rem;
  height: 8rem;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_about .numbox .shu:last-child .text .t1 .xiao {
  font-size: 0.5rem;
}
.page_about .numbox .shu .text .t1 {
  display: flex;
  align-items: flex-end;
}
.page_about .numbox .shu .text .t1 .p1 {
  font-size: 3rem;
  font-weight: bold;
  color: #123D96;
  line-height: 2.5rem;
  font-family: DIN;
  letter-spacing: 0;
}
.page_about .numbox .shu .text .t1 .xiao {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: #E60012;
  font-size: 0.7rem;
  font-weight: normal;
  color: #fff;
  line-height: 0.85rem;
  text-align: center;
  margin-left: -0.4rem;
}
.page_about .numbox .shu .text .p2 {
  font-size: 0.8rem;
  font-weight: normal;
  color: #666;
  letter-spacing: 0;
  flex: none;
}
.page_about .numbox .linebox {
  margin: 0 2.9rem;
}
.page_about .numbox .linebox .line {
  width: 0.05rem;
  height: 4rem;
  background: #eee;
}
.page_about .about {
  padding: 4rem 0 5rem;
}
.page_about .about .contentbox .abouttop {
  display: flex;
}
.page_about .about .contentbox .abouttop .toppic {
  width: 33rem;
  height: 21.9rem;
  margin-right: 4rem;
}
.page_about .about .contentbox .abouttop .toppic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .about .contentbox .abouttop .toppic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_about .about .contentbox .abouttop .toppic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_about .about .contentbox .abouttop .textbox .p1 {
  font-size: 10rem;
  font-weight: normal;
  color: #E60012;
  line-height: 0rem;
  font-family: Arial;
  padding-top: 4rem;
}
.page_about .about .contentbox .abouttop .textbox .title {
  padding-left: 1.5rem;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.page_about .about .contentbox .abouttop .textbox .title .atitle {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
}
.page_about .about .contentbox .abouttop .textbox .title .btitle {
  font-size: 1.3rem;
  font-weight: normal;
  color: #333;
  max-width: 100%;
  max-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 31.5rem;
}
.page_about .about .contentbox .abouttop .textbox .text {
  font-size: 0.8rem;
  font-weight: normal;
  color: #333;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  max-height: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  max-width: 33rem;
}
.page_about .about .contentbox .abouttop .textbox .p2 {
  font-size: 6rem;
  font-weight: normal;
  color: #EEEEEE;
  line-height: 0rem;
  padding-top: 1.5rem;
  padding-right: 4rem;
  font-family: Arial;
  text-align: right;
}
.page_about .about .contentbox .aboutbottom {
  width: 100%;
}
.page_about .about .contentbox .aboutbottom .numbox {
  margin-top: 2.5rem;
  width: 100%;
  background: none;
  box-shadow: none;
  border-top: 0.05rem solid #eee;
  border-bottom: 0.05rem solid #eee;
}
.page_about .about .contentbox .aboutbottom .numbox .linebox {
  margin: 0 4.9rem;
}
.page_about .about_transition {
  width: 100%;
  height: 15rem;
}
.page_about .about_transition .contentbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_about .about_transition .contentbox .t1 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 3.5rem;
  margin-bottom: 0.5rem;
}
.page_about .about_transition .contentbox .t2 {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.5rem;
  max-width: 100%;
  max-height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-width: 38rem;
}
.page_about .culture {
  padding: 5rem 0;
}
.page_about .culture .contentbox .culturelist {
  padding-top: 2.5rem;
  width: 80rem;
  margin: 0 -1rem;
  display: flex;
}
.page_about .culture .contentbox .culturelist .itembox {
  padding: 0 1rem;
  box-sizing: border-box;
}
.page_about .culture .contentbox .culturelist .itembox .item {
  width: 18.5rem;
  height: 25rem;
  position: relative;
  cursor: pointer;
}
.page_about .culture .contentbox .culturelist .itembox .item:hover::after {
  width: 100%;
}
.page_about .culture .contentbox .culturelist .itembox .item:hover .shadow {
  height: 100%;
}
.page_about .culture .contentbox .culturelist .itembox .item:hover .textbox .bt {
  max-height: 3.9rem;
}
.page_about .culture .contentbox .culturelist .itembox .item::after {
  content: '';
  display: block;
  width: 0%;
  height: 0.25rem;
  background: #E60012;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: width 0.5s;
}
.page_about .culture .contentbox .culturelist .itembox .item .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .culture .contentbox .culturelist .itembox .item .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_about .culture .contentbox .culturelist .itembox .item .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_about .culture .contentbox .culturelist .itembox .item .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
.page_about .culture .contentbox .culturelist .itembox .item .textbox .icon {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.page_about .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}
.page_about .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_about .culture .contentbox .culturelist .itembox .item .textbox .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_about .culture .contentbox .culturelist .itembox .item .textbox .at {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page_about .culture .contentbox .culturelist .itembox .item .textbox .bt {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  line-height: 1.3rem;
  text-align: center;
  max-width: 100%;
  max-height: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: height 0.5s;
  overflow: hidden;
  padding: 0 1rem;
  box-sizing: border-box;
}
.page_about .culture .contentbox .culturelist .itembox .item .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 17, 52, 0.7);
  z-index: 8;
  transition: height 0.5s;
}
.page_about .course {
  padding: 5rem 0;
  overflow: hidden;
}
.page_about .course .contentbox .titlebox .atitle {
  color: #fff;
}
.page_about .course .contentbox .titlebox .btitle {
  color: #fff;
}
.page_about .course .bigsw {
  width: 100%;
  padding-top: 2.5rem;
  position: relative;
}
.page_about .course .bigsw .swiper {
  width: 100%;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox {
  display: flex;
  justify-content: space-between;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .left .text1 {
  margin-bottom: 2rem;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .left .text1 .t1 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 4.5rem;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .left .text1 .t1 span {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 2rem;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .left .text1 .t2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .left .text2 {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.5rem;
  max-width: 100%;
  max-height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 33rem;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .right {
  width: 33rem;
  height: 18rem;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .right .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .right .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_about .course .bigsw .swiper .swiper-wrapper .swiper-slide .course_content .contentbox .right .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_about .course .bigsw .btnbox {
  width: 100%;
  position: absolute;
  top: -2.75rem;
  right: 0rem;
}
.page_about .course .bigsw .btnbox .contentbox {
  display: flex;
  justify-content: flex-end;
}
.page_about .course .bigsw .btnbox .contentbox .button-prev {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: rotate(180deg);
  margin-right: 0.5rem;
}
.page_about .course .bigsw .btnbox .contentbox .button-prev .picbox {
  width: 0.65rem;
  height: 1.2rem;
  overflow: hidden;
}
.page_about .course .bigsw .btnbox .contentbox .button-prev .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_about .course .bigsw .btnbox .contentbox .button-prev .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_about .course .bigsw .btnbox .contentbox .button-prev:hover {
  background: #123D96;
}
.page_about .course .bigsw .btnbox .contentbox .button-prev:focus {
  outline: none;
}
.page_about .course .bigsw .btnbox .contentbox .button-next {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.page_about .course .bigsw .btnbox .contentbox .button-next .picbox {
  width: 0.7rem;
  height: 1.2rem;
  overflow: hidden;
}
.page_about .course .bigsw .btnbox .contentbox .button-next .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_about .course .bigsw .btnbox .contentbox .button-next .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_about .course .bigsw .btnbox .contentbox .button-next:hover {
  background: #E60012;
}
.page_about .course .bigsw .btnbox .contentbox .button-next:focus {
  outline: none;
}
.page_about .course .smallsw {
  margin-top: 2.25rem;
}
.page_about .course .smallsw .contentbox .linebox {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.75rem;
  left: -8.5rem;
  right: -8.5rem;
  z-index: 9;
}
.page_about .course .smallsw .contentbox .linebox .shortline {
  width: 10rem;
  height: 0.05rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.page_about .course .smallsw .contentbox .linebox .shortline.fan {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.page_about .course .smallsw .contentbox .linebox .longline {
  width: 70rem;
  height: 0.05rem;
  background: rgba(255, 255, 255, 0.2);
}
.page_about .course .smallsw .contentbox .swiper {
  width: 100%;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide .yearbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3.75rem;
  cursor: pointer;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide .yearbox .cerclebox {
  position: relative;
  margin-bottom: 1rem;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide .yearbox .cerclebox .cercle1 {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 4;
  opacity: 0;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide .yearbox .cerclebox .cercle2 {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  opacity: 0;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide .yearbox .cerclebox .cercle3 {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  opacity: 0;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide .yearbox .cerclebox .cercle4 {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide .yearbox .t {
  font-size: 1.2rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2rem;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide-thumb-active .yearbox .cerclebox .cercle1 {
  opacity: 1;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide-thumb-active .yearbox .cerclebox .cercle2 {
  opacity: 1;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide-thumb-active .yearbox .cerclebox .cercle3 {
  opacity: 1;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide-thumb-active .yearbox .cerclebox .cercle4 {
  background: #ffffff;
}
.page_about .course .smallsw .contentbox .swiper .swiper-wrapper .swiper-slide-thumb-active .yearbox .t {
  color: #fff;
}
.page_about .team {
  padding: 5rem 0;
}
.page_about .team .contentbox .item-list {
  display: flex;
  margin: 2.5rem -1rem 0;
}
.page_about .team .contentbox .item-list .item-box {
  width: 25%;
  padding: 0 1rem;
  box-sizing: border-box;
}
.page_about .team .contentbox .item-list .item-box .item {
  display: block;
  width: 100%;
  height: 16.7rem;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
  transition: box-shadow 0.4s;
}
.page_about .team .contentbox .item-list .item-box .item:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.page_about .team .contentbox .item-list .item-box .item .img {
  width: 100%;
  height: 11.75rem;
}
.page_about .team .contentbox .item-list .item-box .item .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .team .contentbox .item-list .item-box .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_about .team .contentbox .item-list .item-box .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_about .team .contentbox .item-list .item-box .item .txt {
  max-width: 100%;
  max-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  padding-top: 1rem;
  text-align: center;
}
.page_join_us .titlebox .atitle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
}
.page_join_us .titlebox .atitle span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_join_us .titlebox .ctitle {
  font-size: 1.2rem;
  font-weight: normal;
  color: #888;
  line-height: 1.8rem;
  margin-top: 1.5rem;
}
.page_join_us .titlebox .btitle {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  line-height: 1rem;
}
.page_join_us .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_join_us .banner .title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.page_join_us .banner .title span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_join_us .tip {
  background: #FAFCFF;
  border: 0.1rem dashed #BED3FF;
  padding: 3rem 4.5rem;
  font-size: 0.8rem;
  font-weight: normal;
  color: #000;
  line-height: 1.5rem;
  margin-top: 2.5rem;
}
.page_join_us .tip a {
  color: #123D96;
}
.page_join_us .join_us .contentbox {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.page_join_us .join_us .contentbox .titlebox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_join_us .join_us .contentbox .titlebox .btitle {
  margin-top: 0.25rem;
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
}
.page_join_us .join_us .contentbox .joblist {
  padding-top: 2.5rem;
}
.page_join_us .join_us .contentbox .joblist .jobtitle {
  width: 100%;
  background: #123D96;
  display: flex;
  padding: 0 3rem;
  box-sizing: border-box;
  height: 4rem;
}
.page_join_us .join_us .contentbox .joblist .jobtitle .title {
  padding: 0 0.5rem;
  flex: 1;
  text-align: right;
  line-height: 4rem;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.page_join_us .join_us .contentbox .joblist .jobtitle .title.title2 {
  text-align: left;
}
.page_join_us .join_us .contentbox .joblist .jobbox {
  border-bottom: 0.05rem solid #E0E0E0;
}
.page_join_us .join_us .contentbox .joblist .jobbox.active .job .btn {
  display: none;
}
.page_join_us .join_us .contentbox .joblist .jobbox.active .job .btn.btn2 {
  display: flex;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job {
  width: 100%;
  background: #fff;
  display: flex;
  padding: 0 3rem;
  box-sizing: border-box;
  height: 4rem;
  cursor: pointer;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .t {
  flex: 1;
  text-align: right;
  line-height: 4rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  max-width: 100%;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .t.t2 {
  text-align: left;
  padding: 0;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .t.num {
  padding-right: 1.25rem;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .btn {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 0.5rem;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .btn .picbox {
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .btn .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .btn .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .btn .picbox {
  padding-right: 1.25rem;
}
.page_join_us .join_us .contentbox .joblist .jobbox .job .btn.btn2 {
  display: none;
}
.page_join_us .join_us .contentbox .joblist .jobbox .jobmess {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 3rem 3rem;
  background: #F9F9F9;
  display: none;
}
.page_join_us .join_us .contentbox .joblist .jobbox .jobmess.active {
  display: block;
}
.page_join_us .join_us .contentbox .joblist .jobbox .jobmess .block {
  margin-bottom: 3rem;
}
.page_join_us .join_us .contentbox .joblist .jobbox .jobmess .block:last-child {
  margin-bottom: 0;
}
.page_join_us .join_us .contentbox .joblist .jobbox .jobmess .block .text {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: normal;
  color: #333;
}
.page_join_us .join_us .contentbox .joblist .jobbox .jobmess .block .text:last-child {
  margin-bottom: 0;
}
.page_contect {
  background: #fff;
}
.page_contect .titlebox .atitle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
}
.page_contect .titlebox .atitle span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_contect .titlebox .ctitle {
  font-size: 1.2rem;
  font-weight: normal;
  color: #888;
  line-height: 1.8rem;
  margin-top: 1.5rem;
}
.page_contect .titlebox .btitle {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  line-height: 1rem;
}
.page_contect .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_contect .banner .title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.page_contect .banner .title span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_contect .contect {
  padding: 4rem 0 5rem;
}
.page_contect .contect .contentbox .contect_title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.page_contect .contect .contentbox .contect_title .titlebox .atitle {
  justify-content: center;
}
.page_contect .contect .contentbox .smalltext {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.page_contect .contect .contentbox .smalltext .line {
  flex: 1;
  width: 100%;
  height: 0.05rem;
  background: #E6E6E6;
}
.page_contect .contect .contentbox .smalltext .t {
  padding: 0 3rem;
  font-size: 0.7rem;
  font-weight: normal;
  color: #999;
}
.page_contect .contect .contentbox .messagebox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
.page_contect .contect .contentbox .messagebox .message {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_contect .contect .contentbox .messagebox .message .messageicon {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 1rem;
}
.page_contect .contect .contentbox .messagebox .message .messageicon .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_contect .contect .contentbox .messagebox .message .messageicon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_contect .contect .contentbox .messagebox .message .messageicon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_contect .contect .contentbox .messagebox .message .text {
  font-size: 0.8rem;
  font-weight: normal;
  color: #000;
  max-width: 100%;
  max-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 13rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  text-align: center;
}
.page_contect .contect .contentbox .messagebox .message .text2 {
  text-align: center;
}
.page_contect .contect .contentbox .messagebox .message .text2 .p1 {
  font-size: 0.9rem;
  font-weight: normal;
  color: #000;
  line-height: 1.2rem;
}
.page_contect .contect .contentbox .messagebox .message .text2 .p2 {
  font-size: 0.8rem;
  font-weight: normal;
  color: #060509;
  line-height: 1.2rem;
}
.page_contect .contect .contentbox .messagebox .line {
  width: 0.05rem;
  height: 7.1rem;
  background: #E6E6E6;
}
.page_contect .contect .contentbox .map {
  width: 100%;
  height: 30rem;
}
.page_contect .leave_word {
  padding-bottom: 5rem;
}
.page_contect .leave_word .contentbox .leave_word_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page_contect .leave_word .contentbox .leave_word_title .titlebox .atitle {
  justify-content: center;
}
.page_contect .leave_word .contentbox .inputbox {
  width: 50rem;
  margin: 0 auto;
  padding-top: 2.5rem;
  margin-bottom: 2rem;
}
.page_contect .leave_word .contentbox .inputbox .inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.page_contect .leave_word .contentbox .inputbox .inputs .input {
  width: 24.5rem;
  height: 2.5rem;
  padding: 0 1rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background: rgba(246, 246, 246, 0.66);
  font-size: 0.8rem;
}
.page_contect .leave_word .contentbox .inputbox .inputs .input:focus {
  outline: none;
}
.page_contect .leave_word .contentbox .inputbox .inputs .input::-webkit-input-placeholder {
  font-size: 0.8rem;
  font-weight: normal;
  color: #999;
}
.page_contect .leave_word .contentbox .inputbox .inputs .input::-ms-clear {
  display: none;
}
.page_contect .leave_word .contentbox .inputbox .textarea {
  width: 100%;
  height: 7.65rem;
  padding: 1rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.2rem;
  background: rgba(246, 246, 246, 0.66);
  font-size: 0.8rem;
}
.page_contect .leave_word .contentbox .inputbox .textarea:focus {
  outline: none;
}
.page_contect .leave_word .contentbox .leave_btn {
  width: 20rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto;
  background: #123D96;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.page_industry .banner,
.page_product_list .banner,
.page_product_show .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_industry .banner .title,
.page_product_list .banner .title,
.page_product_show .banner .title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.page_industry .banner .title span,
.page_product_list .banner .title span,
.page_product_show .banner .title span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #E60012;
  line-height: 2.7rem;
  display: inline-block;
}
.page_industry .main-content,
.page_product_list .main-content,
.page_product_show .main-content {
  display: flex;
}
.page_industry .main-content .left-content,
.page_product_list .main-content .left-content,
.page_product_show .main-content .left-content {
  width: 20rem;
  background: #113D96 url(/Jzw/Tpl/Home/Default/webimages/left_navi_bg.png) no-repeat 0 -10rem/20rem 42.2rem;
}
.page_industry .main-content .left-content .left-navi,
.page_product_list .main-content .left-content .left-navi,
.page_product_show .main-content .left-content .left-navi {
  width: 20rem;
  flex: none;
}
.page_industry .main-content .left-content .left-navi .titlebox,
.page_product_list .main-content .left-content .left-navi .titlebox,
.page_product_show .main-content .left-content .left-navi .titlebox {
  padding: 2rem 0 2rem 6rem;
}
.page_industry .main-content .left-content .left-navi .titlebox .atitle,
.page_product_list .main-content .left-content .left-navi .titlebox .atitle,
.page_product_show .main-content .left-content .left-navi .titlebox .atitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.page_industry .main-content .left-content .left-navi .titlebox .btitle,
.page_product_list .main-content .left-content .left-navi .titlebox .btitle,
.page_product_show .main-content .left-content .left-navi .titlebox .btitle {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.page_industry .main-content .left-content .left-navi .item-list,
.page_product_list .main-content .left-content .left-navi .item-list,
.page_product_show .main-content .left-content .left-navi .item-list {
  width: 100%;
}
.page_industry .main-content .left-content .left-navi .item-list .item,
.page_product_list .main-content .left-content .left-navi .item-list .item,
.page_product_show .main-content .left-content .left-navi .item-list .item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 0 5rem;
  box-sizing: border-box;
  position: relative;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.page_industry .main-content .left-content .left-navi .item-list .item::after,
.page_product_list .main-content .left-content .left-navi .item-list .item::after,
.page_product_show .main-content .left-content .left-navi .item-list .item::after {
  content: '';
  position: absolute;
  right: 5rem;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(-50%) rotate(45deg);
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
.page_industry .main-content .left-content .left-navi .item-list .item.active,
.page_product_list .main-content .left-content .left-navi .item-list .item.active,
.page_product_show .main-content .left-content .left-navi .item-list .item.active,
.page_industry .main-content .left-content .left-navi .item-list .item:hover,
.page_product_list .main-content .left-content .left-navi .item-list .item:hover,
.page_product_show .main-content .left-content .left-navi .item-list .item:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.page_industry .right-content {
  flex: 1;
  width: 76rem;
  padding: 3rem 8rem 5rem 4rem;
  box-sizing: border-box;
}
.page_industry .right-content .theme-item {
  display: flex;
  width: 100%;
  height: 24rem;
  background: #FFFFFF;
}
.page_industry .right-content .theme-item .img {
  width: 50%;
  height: 100%;
}
.page_industry .right-content .theme-item .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_industry .right-content .theme-item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_industry .right-content .theme-item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_industry .right-content .theme-item .img:hover .picbox .pic {
  transform: scale(1.1);
}
.page_industry .right-content .theme-item .item-info {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2.5rem 5rem;
  box-sizing: border-box;
}
.page_industry .right-content .theme-item .item-info .title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  line-height: 2rem;
  margin-bottom: 0.7rem;
}
.page_industry .right-content .theme-item .item-info .subtitle {
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  line-height: 1.3rem;
}
.page_industry .right-content .theme-item .item-info .conbox {
  flex: 1;
  font-size: 0.8rem;
  font-weight: normal;
  color: #666;
  line-height: 1.1rem;
  margin-top: 1.7rem;
}
.page_industry .right-content .theme-item .item-info .btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page_industry .right-content .theme-item .item-info .btns .kefu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2.5rem;
  background: #FF5004;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.page_industry .right-content .theme-item .item-info .btns .kefu .picbox {
  width: 1.05rem;
  height: 1.05rem;
  overflow: hidden;
}
.page_industry .right-content .theme-item .item-info .btns .kefu .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_industry .right-content .theme-item .item-info .btns .kefu .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_industry .right-content .theme-item .item-info .btns .kefu:hover .picbox .pic {
  transform: rotateY(180deg);
}
.page_industry .right-content .theme-item .item-info .btns .kefu .picbox {
  margin-right: 0.5rem;
}
.page_industry .right-content .theme-item .item-info .btns .sharebox {
  font-size: 0.8rem;
  font-weight: normal;
  color: #333;
}
.page_industry .right-content .theme-item .item-info .btns .sharebox .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0 0 0.5rem;
}
.page_industry .right-content .theme-item .item-info .btns .sharebox .icon .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_industry .right-content .theme-item .item-info .btns .sharebox .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_industry .right-content .theme-item .item-info .btns .sharebox .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_industry .right-content .block-list {
  width: 100%;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
  background: #fff;
  margin-top: 2.5rem;
}
.page_industry .right-content .block-list .block {
  width: 100%;
  margin-bottom: 2.5rem;
}
.page_industry .right-content .block-list .block:last-child {
  margin-bottom: 0;
}
.page_industry .right-content .block-list .block .title {
  display: flex;
  align-items: center;
}
.page_industry .right-content .block-list .block .title .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.page_industry .right-content .block-list .block .title .icon .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_industry .right-content .block-list .block .title .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_industry .right-content .block-list .block .title .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_industry .right-content .block-list .block .title .txt {
  font-size: 1.5rem;
  font-weight: normal;
  color: #123D96;
  line-height: 1.6rem;
  flex: 1;
}
.page_industry .right-content .block-list .anli {
  width: 100%;
}
.page_industry .right-content .block-list .anli .title .navigator {
  display: flex;
  flex: none;
}
.page_industry .right-content .block-list .anli .title .navigator .next,
.page_industry .right-content .block-list .anli .title .navigator .prev {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: #eee;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_industry .right-content .block-list .anli .title .navigator .next::after,
.page_industry .right-content .block-list .anli .title .navigator .prev::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.15rem solid #999;
  border-right: 0.15rem solid #999;
  transition: border-color 0.3s;
}
.page_industry .right-content .block-list .anli .title .navigator .next:hover,
.page_industry .right-content .block-list .anli .title .navigator .prev:hover {
  background: #E60012;
}
.page_industry .right-content .block-list .anli .title .navigator .next:hover::after,
.page_industry .right-content .block-list .anli .title .navigator .prev:hover::after {
  border-color: #fff;
}
.page_industry .right-content .block-list .anli .title .navigator .next::after {
  transform: rotate(45deg);
  margin-right: 0.25rem;
}
.page_industry .right-content .block-list .anli .title .navigator .prev::after {
  transform: rotate(225deg);
  margin-left: 0.25rem;
}
.page_industry .right-content .block-list .anli .sw1 {
  margin: 1.5rem -0.75rem 0;
  height: 14.25rem;
}
.page_industry .right-content .block-list .anli .sw1 .swiper {
  width: 100%;
  height: 100%;
}
.page_industry .right-content .block-list .anli .sw1 .swiper .swiper-slide {
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.page_industry .right-content .block-list .anli .sw1 .swiper .swiper-slide .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_industry .right-content .block-list .anli .sw1 .swiper .swiper-slide .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_industry .right-content .block-list .anli .sw1 .swiper .swiper-slide .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_industry .right-content .block-list .anli .sw1 .swiper .swiper-slide .picbox {
  display: block;
}
.page_industry .right-content .block-list .anli .sw1 .swiper .swiper-slide .picbox:hover .pic {
  transform: scale(1.1);
}
.page_industry .right-content .block-list .yingyong .item-list {
  display: flex;
  flex-wrap: wrap;
}
.page_industry .right-content .block-list .yingyong .item-list .item {
  width: 29rem;
  height: 16rem;
  margin: 1.5rem 1.5rem 0 0;
  position: relative;
}
.page_industry .right-content .block-list .yingyong .item-list .item .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_industry .right-content .block-list .yingyong .item-list .item .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_industry .right-content .block-list .yingyong .item-list .item .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_industry .right-content .block-list .yingyong .item-list .item:nth-child(2n) {
  margin-right: 0;
}
.page_industry .right-content .block-list .yingyong .item-list .item:hover .picbox .pic {
  transform: scale(1.1);
}
.page_industry .right-content .block-list .yingyong .item-list .item:hover .shadow {
  background: rgba(0, 0, 0, 0.3);
}
.page_industry .right-content .block-list .yingyong .item-list .item:hover .shadow .txt::after {
  background: #fff;
  margin-top: 0.8rem;
}
.page_industry .right-content .block-list .yingyong .item-list .item .shadow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_industry .right-content .block-list .yingyong .item-list .item .shadow .txt {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
}
.page_industry .right-content .block-list .yingyong .item-list .item .shadow .txt::after {
  content: '';
  display: block;
  width: 3rem;
  height: 0.15rem;
  margin: 0 auto;
  transition: margin 0.3s;
}
.page_industry .right-content .block-list .chanpin .sw2 {
  margin: 1.5rem -0.75rem 0;
  height: 17.75rem;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper {
  width: 100%;
  height: 100%;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide {
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #809DD9;
  box-sizing: border-box;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item:hover .img .picbox .pic {
  transform: scale(1.1);
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item:hover .txt {
  color: #123D96;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .img {
  width: 100%;
  height: 14.25rem;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_industry .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .txt {
  max-width: 100%;
  max-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  line-height: 2.5rem;
  padding: 0.5rem 1rem 0;
  text-align: center;
  transition: color 0.4s;
}
.page_product_list .right-content {
  flex: 1;
  width: 76rem;
  padding: 3rem 8rem 5rem 4rem;
  box-sizing: border-box;
}
.page_product_list .right-content .product-card {
  width: 100%;
  background: #FFFFFF;
  padding: 2rem;
  box-sizing: border-box;
}
.page_product_list .right-content .product-card .top-block .tagList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  cursor: pointer;
  margin-bottom: 1.7rem;
}
.page_product_list .right-content .product-card .top-block .tagList .tagItem {
  font-size: 1.3rem;
  font-weight: normal;
  color: #666;
  padding: 0.6rem 1.2rem;
  border-radius: 1.5rem;
  border: 1px solid #E5E5E5;
  background: #F7F7F7;
  transition: all 0.3s ease;
}
.page_product_list .right-content .product-card .top-block .tagList .tagItem:hover {
  color: #FFF;
  background: #123D96;
  border-color: #123D96;
}
.page_product_list .right-content .product-card .top-block .tagList .tagItem.active {
  color: #FFF;
  background: #123D96;
  border-color: #123D96;
}
.page_product_list .right-content .product-card .top-block .conbox {
  font-size: 1rem;
  font-weight: normal;
  color: #666;
  line-height: 1.5rem;
}
.page_product_list .right-content .product-card .block {
  width: 100%;
  margin-top: 2.5rem;
}
.page_product_list .right-content .product-card .block .title {
  display: flex;
  align-items: center;
}
.page_product_list .right-content .product-card .block .title .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.page_product_list .right-content .product-card .block .title .icon .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product_list .right-content .product-card .block .title .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_product_list .right-content .product-card .block .title .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_product_list .right-content .product-card .block .title .txt {
  font-size: 1.5rem;
  font-weight: normal;
  color: #123D96;
  line-height: 1.6rem;
  flex: 1;
}
.page_product_list .right-content .product-card .block table {
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  color: #000;
  margin-top: 1.5rem;
  border: 0.05rem solid #CCC;
  border-bottom: none;
}
.page_product_list .right-content .product-card .block table tr {
  width: 100%;
  height: 3.5rem;
}
.page_product_list .right-content .product-card .block table tr:first-child {
  height: 2.5rem;
  background: #F9F9F9;
}
.page_product_list .right-content .product-card .block table tr:last-child {
  border-bottom: none;
}
.page_product_list .right-content .product-card .block table td,
.page_product_list .right-content .product-card .block table th {
  border-right: 0.05rem solid #CCC;
  border-bottom: 0.05rem solid #CCC;
}
.page_product_list .right-content .product-card .block table td:last-child,
.page_product_list .right-content .product-card .block table th:last-child {
  border-right: none;
}
.page_product_list .right-content .product-card .block table td img {
  max-width: 5rem;
  max-height: 5rem;
}
.page_product_list .right-content .product-card .block table td:last-child a {
  color: #123D96;
  text-decoration: underline !important;
}
.page_product_list .right-content .product-card .block table th {
  text-align: left;
}
.page_product_list .right-content .product-card .block .item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  padding: 1.5rem 0;
}
.page_product_list .right-content .product-card .block .item-list .item-box {
  flex: none;
  width: 33.33%;
  height: 18.7rem;
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  display: block;
  position: relative;
  background: #fff;
  border: 0.1rem solid #eee;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background: #E60012;
  transition: width 0.4s;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item:hover::after {
  width: 100%;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item:hover .item-title .title .atitle {
  color: #E60012;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .img {
  width: 100%;
  height: 13.5rem;
  flex: none;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .item-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.2rem;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .item-title .title {
  max-width: 100%;
  max-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.8rem;
  font-weight: normal;
  color: #333;
  width: 100%;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .item-title .title .tag {
  color: #113D96;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .item-title .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  color: #999;
}
.page_product_list .right-content .product-card .block .item-list .item-box .item .item-title .time .arrow {
  width: 1.2rem;
  height: 0.5rem;
  background: url(/Jzw/Tpl/Home/Default/webimages/arrow_g.png) no-repeat center center / contain;
}
.page_product_show .right-content {
  flex: 1;
  width: 76rem;
  padding: 3rem 8rem 5rem 4rem;
  box-sizing: border-box;
}
.page_product_show .right-content .product-info {
  display: flex;
  width: 100%;
  height: 24rem;
  background: #FFFFFF;
  margin-bottom: 2.5rem;
}
.page_product_show .right-content .product-info .swiper {
  width: 50%;
  height: 100%;
  position: relative;
}
.page_product_show .right-content .product-info .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.page_product_show .right-content .product-info .swiper .swiper-slide .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product_show .right-content .product-info .swiper .swiper-slide .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_product_show .right-content .product-info .swiper .swiper-slide .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_product_show .right-content .product-info .swiper .swiper-slide .img:hover .picbox .pic {
  transform: scale(1.1);
}
.page_product_show .right-content .product-info .swiper .pagination {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.page_product_show .right-content .product-info .swiper .pagination span.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 0.25rem;
  background: #123D96;
  opacity: 0.5;
}
.page_product_show .right-content .product-info .swiper .pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.page_product_show .right-content .product-info .item-info {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding: 2.5rem 5rem;
  box-sizing: border-box;
}
.page_product_show .right-content .product-info .item-info .tag {
  font-size: 1rem;
  font-weight: normal;
  color: #113D96;
  line-height: 1.1rem;
  margin-bottom: 0.8rem;
}
.page_product_show .right-content .product-info .item-info .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6rem;
  margin-bottom: 1.6rem;
}
.page_product_show .right-content .product-info .item-info .txt {
  flex: 1;
  font-size: 1rem;
  line-height: 1.4rem;
}
.page_product_show .right-content .product-info .item-info .txt .t1,
.page_product_show .right-content .product-info .item-info .txt .t2 {
  display: flex;
  margin-bottom: 0.4rem;
}
.page_product_show .right-content .product-info .item-info .txt .lt {
  color: #000;
}
.page_product_show .right-content .product-info .item-info .txt .rt {
  color: #E60012;
}
.page_product_show .right-content .product-info .item-info .txt .t2 .rt {
  padding: 0 0.3rem;
  background: #FFEDEE;
  border-radius: 0.2rem;
}
.page_product_show .right-content .product-info .item-info .txt .t3 .rt {
  font-size: 0.8rem;
  font-weight: normal;
  color: #888;
  line-height: 1rem;
  margin-top: 0.5rem;
  white-space: pre-wrap;
}
.page_product_show .right-content .product-info .item-info .sharebox {
  font-size: 0.8rem;
  font-weight: normal;
  color: #333;
}
.page_product_show .right-content .product-info .item-info .sharebox .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0 0 0.5rem;
}
.page_product_show .right-content .product-info .item-info .sharebox .icon .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product_show .right-content .product-info .item-info .sharebox .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_product_show .right-content .product-info .item-info .sharebox .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_product_show .right-content .product-info .item-info .btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.page_product_show .right-content .product-info .item-info .btns .kefu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2.5rem;
  background: #FF5004;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.page_product_show .right-content .product-info .item-info .btns .kefu .picbox {
  width: 1.05rem;
  height: 1.05rem;
  overflow: hidden;
}
.page_product_show .right-content .product-info .item-info .btns .kefu .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_product_show .right-content .product-info .item-info .btns .kefu .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_product_show .right-content .product-info .item-info .btns .kefu:hover .picbox .pic {
  transform: rotateY(180deg);
}
.page_product_show .right-content .product-info .item-info .btns .kefu .picbox {
  margin-right: 0.5rem;
}
.page_product_show .right-content .product-info .item-info .btns .kefu .txt {
  flex: none;
}
.page_product_show .right-content .product-info .item-info .btns .dianhua {
  color: #FF5004;
  font-weight: bold;
}
.page_product_show .right-content .block-list {
  width: 100%;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
  background: #fff;
  margin-top: 2.5rem;
}
.page_product_show .right-content .block-list .block {
  width: 100%;
  margin-bottom: 2.5rem;
}
.page_product_show .right-content .block-list .block:last-child {
  margin-bottom: 0;
}
.page_product_show .right-content .block-list .block .title {
  display: flex;
  align-items: center;
}
.page_product_show .right-content .block-list .block .title .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.page_product_show .right-content .block-list .block .title .icon .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product_show .right-content .block-list .block .title .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_product_show .right-content .block-list .block .title .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_product_show .right-content .block-list .block .title .txt {
  font-size: 1.5rem;
  font-weight: normal;
  color: #123D96;
  line-height: 1.6rem;
  flex: 1;
}
.page_product_show .right-content .block-list .canshu .conbox {
  margin-top: 1.5rem;
}
.page_product_show .right-content .block-list .canshu .conbox img {
  width: 100%;
}
.page_product_show .right-content .block-list .canshu table {
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  color: #000;
  margin-top: 1.5rem;
  border: 0.05rem solid #EEEEEE;
}
.page_product_show .right-content .block-list .canshu table colgroup col:nth-child(1) {
  width: 17.3rem;
}
.page_product_show .right-content .block-list .canshu table colgroup col:nth-child(2) {
  width: 15rem;
}
.page_product_show .right-content .block-list .canshu table colgroup col:nth-child(3) {
  width: 14.5rem;
}
.page_product_show .right-content .block-list .canshu table tr {
  width: 100%;
  height: 2.5rem;
  border-bottom: 0.05rem solid #EEEEEE;
}
.page_product_show .right-content .block-list .canshu table tr:nth-child(2n) {
  background: #F9F9F9;
}
.page_product_show .right-content .block-list .canshu table tr:last-child {
  border-bottom: none;
}
.page_product_show .right-content .block-list .canshu table td {
  padding-left: 2rem;
  border-right: 0.05rem solid #EEEEEE;
}
.page_product_show .right-content .block-list .canshu table td:last-child {
  border-right: none;
}
.page_product_show .right-content .block-list .chanpin .sw2 {
  margin: 1.5rem -0.75rem 0;
  height: 17.75rem;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper {
  width: 100%;
  height: 100%;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide {
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #809DD9;
  box-sizing: border-box;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item:hover .img .picbox .pic {
  transform: scale(1.1);
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item:hover .txt {
  color: #123D96;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .img {
  width: 100%;
  height: 14.25rem;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_product_show .right-content .block-list .chanpin .sw2 .swiper .swiper-slide .item .txt {
  max-width: 100%;
  max-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  line-height: 2.5rem;
  padding: 0.5rem 1rem 0;
  text-align: center;
  transition: color 0.4s;
}
.page_product_show .right-content .block-list .yingyong .app-list {
  display: flex;
  padding-top: 1.5rem;
  margin: 0 -0.5rem;
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box {
  width: 25%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box .item {
  width: 100%;
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box .item:hover .pic {
  transform: scale(1.1);
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box .item:hover .txt {
  color: #123D96;
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box .item .img {
  width: 100%;
  height: 7.8rem;
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box .item .img .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_product_show .right-content .block-list .yingyong .app-list .item-box .item .txt {
  padding-top: 0.9rem;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  line-height: 1.2rem;
  transition: color 0.4s;
}
.page_product_show .right-content .block-list .yingyong .download-list {
  width: 100%;
  padding-top: 1.5rem;
}
.page_product_show .right-content .block-list .yingyong .download-list .item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 7rem;
  padding: 0 2rem 0 2.3rem;
  box-sizing: border-box;
  border: 0.1rem solid #eee;
  border-bottom: none;
  background: transparent;
  transition: background 0.3s;
}
.page_product_show .right-content .block-list .yingyong .download-list .item:last-child {
  border-bottom: 0.1rem solid #eee;
}
.page_product_show .right-content .block-list .yingyong .download-list .item:hover {
  background: #F9F9F9;
}
.page_product_show .right-content .block-list .yingyong .download-list .item:hover .download .icon {
  background-image: url(/Jzw/Tpl/Home/Default/webimages/download_cur.png);
}
.page_product_show .right-content .block-list .yingyong .download-list .item:hover .download .txt {
  color: #123D96;
}
.page_product_show .right-content .block-list .yingyong .download-list .item .detail {
  display: flex;
  align-items: center;
  flex: 1;
}
.page_product_show .right-content .block-list .yingyong .download-list .item .detail .icon {
  width: 2.1rem;
  height: 2.5rem;
  background: url(/Jzw/Tpl/Home/Default/webimages/pdf.png) no-repeat center center / contain;
  margin-right: 2.3rem;
  flex: none;
}
.page_product_show .right-content .block-list .yingyong .download-list .item .detail .txt {
  flex: 1;
}
.page_product_show .right-content .block-list .yingyong .download-list .item .detail .txt .t1 {
  font-size: 0.8rem;
  font-weight: normal;
  color: #000;
}
.page_product_show .right-content .block-list .yingyong .download-list .item .detail .txt .t2 {
  font-size: 0.7rem;
  font-weight: normal;
  color: #999;
}
.page_product_show .right-content .block-list .yingyong .download-list .item .download {
  display: flex;
  align-items: center;
}
.page_product_show .right-content .block-list .yingyong .download-list .item .download .icon {
  width: 0.8rem;
  height: 0.8rem;
  background: url(/Jzw/Tpl/Home/Default/webimages/download.png) no-repeat center center / contain;
  margin-right: 0.5rem;
}
.page_product_show .right-content .block-list .yingyong .download-list .item .download .txt {
  font-size: 0.8rem;
  font-weight: normal;
  color: #888;
}
