.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.omit-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.omit-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
a:hover {
  color: #0a83c9;
}
.bannerPc,
.bannerMove {
  display: none;
}
img {
  width: 100%;
}
.item-center {
  display: flex;
  align-items: center;
}
i.common-dec {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0.12rem;
  border: 1px dotted #2d75b8;
}
/***** page *****/
.page-status,
.page-index,
.page-last {
  display: none;
}
.bar {
  display: flex;
  justify-content: center;
}
.bar .page-numbar {
  display: flex;
  justify-content: center;
}
.bar .page-num,
.bar .page-next,
.bar .page-pre {
  margin: 4px;
  background-color: #fff;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bar .page-next,
.bar .page-pre {
  width: 70px;
}
.bar .page-num-current {
  background-color: #005baa;
  color: #fff;
}
.swiper-pagination.cust {
  display: flex;
  justify-content: center;
}
.swiper-pagination.cust .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  margin: 4px;
  background-color: #fff;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination.cust .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #005baa;
  color: #fff;
}
/***** page *****/
.searchPage {
  padding: 1rem 0;
}
/***** guide *****/
#guide {
  width: 100vw;
  height: 100vh;
}
#guide .main {
  display: flex;
  justify-content: center;
  padding-top: 40vh;
  flex-wrap: wrap;
}
#guide .main .arrows {
  background: url("../images/arrows.png");
  width: 13px;
  height: 294px;
  margin-right: 30px;
}
#guide .main > div {
  color: #ffffff;
  width: 600px;
  display: flex;
  justify-content: center;
}
#guide .main > div > div {
  display: inline-block;
}
#guide .main > div img {
  height: 80px;
  margin-bottom: 30px;
  width: auto;
}
#guide .main > div .name {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}
#guide .main > div .subName {
  font-size: 16px;
  position: relative;
}
#guide .main > div .subName::after,
#guide .main > div .name::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  left: -41px;
}
#guide .main > div .name::after {
  top: 13px;
}
#guide .main > div .subName::after {
  top: -95px;
}
#guide .main > div a {
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
  position: relative;
}
#guide .main > div a::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: content-box;
  border-radius: 50%;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.2);
  left: -50px;
  background-clip: content-box;
}
/***** guide *****/
/***** Header *****/
.bannerPc {
  display: block;
}
.htmlHead.nav {
  margin: initial;
  height: 0.95rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #00000000;
  display: flex;
  align-items: center;
  padding: 0 0.78rem;
}
.htmlHead.nav .logo {
  width: 2rem;
}
.htmlHead.nav > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.htmlHead.nav .list {
  flex: 1;
  display: flex;
  padding-left: 1rem;
  justify-content: center;
}
.htmlHead.nav .list > div {
  margin: 0 0.25rem;
  display: flex;
  align-items: center;
  position: relative;
}
.htmlHead.nav .list > div .childNav {
  position: absolute;
  z-index: 99;
  top: calc(50% + 20px);
  width: 1.4rem;
  background: #fff;
  text-align: center;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  transition: 0.3s;
}
.htmlHead.nav .list > div .childNav > a {
  padding: 0.05rem 0;
  color: #000;
}
.htmlHead.nav .list > div:hover .childNav {
  padding: 0.1rem;
  max-height: 2rem;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.htmlHead.nav .util {
  display: flex;
  align-items: center;
}
.htmlHead.nav .util .search {
  margin-right: 0.3rem;
}
.htmlHead.nav .util .lang {
  width: 1.1rem;
  height: 0.4rem;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.htmlHead.nav a {
  color: #fff;
}
.htmlHead.nav.active,
.htmlHead.nav.indise {
  background: #fff;
}
.htmlHead.nav.active a,
.htmlHead.nav.indise a {
  color: #000;
}
.htmlHead.nav.active.indise {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.htmlHead.nav.active.index {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.tem_header .tem_banner {
  width: 100%;
}
.tem_header .tem_banner.indise {
  margin-top: calc(0.95rem);
}
.tem_header .tem_banner .flash img {
  width: 100%;
}
.tem_header .tem_banner .flash .txt {
  position: absolute;
  width: 100%;
  top: 50%;
}
.tem_header .tem_banner .swiper-slide img {
  width: 100%;
}
.tem_header .tem_banner .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.tem_header .tem_banner .container > div {
  display: flex;
  height: 100%;
  align-items: center;
}
.tem_header .tem_banner .container > div h2 {
  text-align: left;
  font-size: 0.6rem;
  padding-bottom: 0.45rem;
}
.tem_header .tem_banner .slide-pagination {
  bottom: 0.54rem;
  position: absolute;
  width: 100%;
  opacity: 1;
  z-index: 999;
  display: flex;
  justify-content: center;
}
.tem_header .tem_banner .slide-pagination > span {
  width: 45px;
  height: 2px;
  background: #fff;
}
.tem_header nav.st-menu {
  display: none;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.flash .txt {
  color: #fff;
  text-align: center;
}
.flash .txt h1 {
  font-size: 0.48rem;
}
.flash .txt h2 {
  font-size: 0.36rem;
  margin: 0.3rem 0;
  letter-spacing: 0.5em;
}
.pageNav {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.pageNav > div {
  height: 60px;
  background-color: #fff;
}
.pageNav .bread {
  border-bottom: 3px solid #eee;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.pageNav .bread .main {
  display: flex;
  align-items: center;
  padding-left: 0.6rem;
  color: #696969;
}
.pageNav .bread .main p {
  cursor: pointer;
}
.pageNav .bread .main > * {
  margin-right: 0.2rem;
}
.pageNav .bread .main .now {
  color: #0a83c9;
}
.pageNav .bread .roll {
  color: #9a9a9a;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.45rem;
  cursor: pointer;
}
.pageNav .bread .roll a {
  margin-top: 0.1rem;
}
.pageNav .bread .roll a:hover {
  color: initial;
}
.pageNav .sNav {
  display: flex;
}
.pageNav .sNav > a {
  flex: 1;
  display: grid;
  place-items: center;
  font-size: 0.16rem;
  color: #404040;
  border-right: 3px solid #eee;
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 3px solid #fff;
}
.pageNav .sNav > a.active,
.pageNav .sNav > a:hover {
  color: #0a83c9;
  border-bottom: 3px solid #0a83c9;
}
.pageNav .sNav > a:last-child {
  border-right: none;
}
/***** Header End *****/
/***** Footer *****/
footer {
  background-color: #232323;
}
footer .main .nav {
  padding: 0.6rem 0 0.6rem 0.9rem;
  display: flex;
  justify-content: space-between;
}
footer .main .nav ul {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
footer .main .nav ul li {
  width: 1.6rem;
}
footer .main .nav ul li a {
  color: #cdcdcd;
  margin-bottom: 0.15rem;
}
footer .main .nav ul li a:nth-child(1) {
  font-size: 0.18rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
footer .main .nav .contact {
  text-align: right;
  font-size: 0.14rem;
  color: #ffffff;
}
footer .main .nav .contact span {
  max-width: 2.6rem;
  display: inline-block;
  color: #a3a3a3;
  line-height: 0.24rem;
}
footer .main .nav .contact .phone {
  color: #004eb6;
  font-size: 0.3rem;
  margin-top: 0.14rem;
}
footer .main .nav .contact > div {
  color: #fff;
  margin-bottom: 0.24rem;
}
#bot {
  height: 0.84rem;
  border-top: 2px solid #3b3b3b;
  color: #b0b0b0;
  font-size: 0.16rem;
  background: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
}
/***** Footer End *****/
/***** Index *****/
.tem_index .head-tit {
  padding-top: 0.7rem;
  text-align: center;
}
.tem_index .head-tit > p:nth-child(1) {
  color: #1a1a1a;
  font-size: 0.36rem;
}
.tem_index .head-tit > p:nth-child(2) {
  color: #434343;
  font-size: 0.3rem;
}
.tem_index .column1 {
  text-align: center;
}
.tem_index .column1 .list {
  display: flex;
  justify-content: space-around;
}
.tem_index .column1 .list > a {
  width: 25%;
}
.tem_index .column1 .list > a .img {
  height: 4.4rem;
  padding: 0.5rem 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem_index .column1 .list > a .img img {
  height: 100%;
  width: auto;
}
.tem_index .column1 .list > a .triangle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #dcdcdc;
  padding-bottom: 0.34rem;
}
.tem_index .column1 .list > a .index {
  color: #005baa;
  font-size: 0.24rem;
  font-weight: 600;
}
.tem_index .column1 .list > a .title {
  font-size: 0.24rem;
  color: #2c2c2c;
  padding: 0.24rem 0 0.6rem;
}
.tem_index .column1 .list > a:hover img {
  transform: scale(1.1);
  opacity: .8;
}
.tem_index .column2 {
  display: flex;
}
.tem_index .column2 > a {
  width: 50%;
  position: relative;
}
.tem_index .column2 > a .main {
  position: absolute;
  color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tem_index .column2 > a .main .name {
  font-size: 0.36rem;
  margin-bottom: 0.22rem;
}
.tem_index .column2 > a .main .title {
  font-size: 0.14rem;
}
.tem_index .column3 {
  padding: 0.9rem 0;
}
.tem_index .column3 .main {
  height: 6.7rem;
}
.tem_index .column3 .main .head {
  display: flex;
  justify-content: space-between;
  padding-top: 0.56rem;
}
.tem_index .column3 .main .head .left {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tem_index .column3 .main .head .left .keywords {
  font-size: 0.36rem;
  font-weight: 600;
}
.tem_index .column3 .main .head .left .name {
  padding: 0.24rem 0 0.5rem;
  font-size: 0.3rem;
}
.tem_index .column3 .main .head .left .companyname {
  font-size: 0.24rem;
}
.tem_index .column3 .main .head .right video {
  object-fit: cover;
  width: 5.5rem;
  height: 3.1rem;
}
.tem_index .column3 .main .content {
  position: relative;
}
.tem_index .column3 .main .content .nr {
  top: 0;
  left: 0;
  position: absolute;
  width: 9rem;
  display: flex;
  padding-top: 0.6rem;
}
.tem_index .column3 .main .content .nr img {
  padding-top: 0.26rem;
  width: 2.8rem;
}
.tem_index .column3 .main .content .nr > div {
  padding-top: 0.26rem;
}
.tem_index .column3 .main .content .nr p {
  padding-left: 0.2rem;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.tem_index .column3 .main .content .nr.hide {
  display: none;
}
.tem_index .column3 .main .content .more {
  position: absolute;
  right: 2.74rem;
  top: 0.6rem;
}
.tem_index .column3 .main .content .more i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/toAbout.png);
}
.tem_index .column3 .main .content .more p {
  color: #fefefe;
  margin-top: 0.2rem;
}
.tem_index .column3 .list {
  position: relative;
}
.tem_index .column3 .list .swiper-slide {
  height: 3.2rem;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tem_index .column3 .list .swiper-slide .title {
  font-size: 0.3rem;
  color: #000;
  text-align: center;
  padding-bottom: 0.3rem;
}
.tem_index .column3 .list .swiper-slide .dsc {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #0081d2;
  margin-bottom: 0.34rem;
}
.tem_index .column3 .list .swiper-slide.swiper-slide-active {
  background: linear-gradient(to bottom right, #1192d8, #0153b8);
  color: #fff;
}
.tem_index .column3 .list .swiper-slide.swiper-slide-active .title {
  color: #fff;
}
.tem_index .column3 .list .swiper-slide.swiper-slide-active .dsc {
  background: #fff;
}
.tem_index .column3 .list .swiper-slide.swiper-slide-active .des {
  line-height: 0.2rem;
}
.tem_index .column3 .list .nav {
  height: 36px;
  position: absolute;
  top: 1.02rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.tem_index .column3 .list .nav .line {
  background-color: #0081d2;
  height: 2px;
  width: 100%;
}
.tem_index .column3 .list .nav .swiper-prev,
.tem_index .column3 .list .nav .swiper-next {
  width: 36px;
  height: 36px;
  background-color: #004eb6;
  border-radius: 18px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem_index .column3 .list .nav .swiper-prev {
  left: 1rem;
}
.tem_index .column3 .list .nav .swiper-next {
  right: 1rem;
}
.tem_index .column4 {
  background: #fbfbfb;
  padding: 0.6rem 0 1.5rem;
  position: relative;
}
.tem_index .column4 .newsList {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.tem_index .column4 .newsList .swiper-slide {
  width: 4.4rem;
  background: #fff;
}
.tem_index .column4 .newsList .swiper-slide .img {
  height: 2.15rem;
}
.tem_index .column4 .newsList .swiper-slide .content {
  padding: 0.32rem 0.22rem;
}
.tem_index .column4 .newsList .swiper-slide .content .tit {
  color: #201f1f;
  font-size: 0.18rem;
  height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tem_index .column4 .newsList .swiper-slide .content .txt {
  font-size: 0.15rem;
  height: 0.9rem;
  border-bottom: 2px solid #f0f0f0;
}
.tem_index .column4 .newsList .swiper-slide .content .txt > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tem_index .column4 .newsList .swiper-slide .content .date {
  margin-top: 0.2rem;
}
.tem_index .column4 .newsList .swiper-slide:hover img {
  transform: scale(1.1);
}
.tem_index .column4 .swiper-pagination {
  bottom: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.tem_index .column4 .swiper-pagination > span {
  margin: 0.1rem;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #888888;
  background: initial;
  opacity: 1;
}
.tem_index .column4 .swiper-pagination > span.swiper-pagination-bullet-active {
  border: 1px solid #004eb6;
  background: #004eb6;
}
/***** Index End *****/
.headTitle {
  display: flex;
  align-items: center;
}
.headTitle .name {
  font-size: 0.4rem;
  line-height: 0.4rem;
  margin: 0 0.3rem 0 0.12rem;
  color: #1a1a1a;
  font-family: Adobe 黑体 Std;
}
.headTitle .subname {
  font-size: 0.3rem;
  align-self: flex-end;
  line-height: 1;
  color: #2a2a2a;
  font-family: Arial;
}
/***** About *****/
.page_about .column1 {
  margin: 1.3rem auto 1.2rem;
}
.page_about .column1 .main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  width: 100%;
}
.page_about .column1 .main .left,
.page_about .column1 .main .right {
  width: 49%;
}
.page_about .column1 .main .right {
  background: #f5f7f9;
  display: flex;
  align-items: center;
}
.page_about .column1 .main .right .content {
  max-width: 6.84rem;
  padding-left: 0.5rem;
}
.page_about .column1 .main .right h1 {
  color: #005baa;
  font-size: 0.36rem;
  margin-bottom: 0.3rem;
  text-align: center;
  font-weight: 600;
}
.page_about .column1 .main .right h2 {
  font-size: 0.18rem;
  color: #2f2f2f;
  margin: 0.4rem 0 0.2rem;
  font-weight: 600;
}
.page_about .column1 .main .right p {
  font-size: 0.16rem;
  color: #5a5a5a;
}
.page_about .column2 {
  padding-bottom: 0.64rem;
}
.page_about .column2 .content {
  position: relative;
}
.page_about .column2 .content .swiper-container {
  padding: 0.7rem 0 0;
  height: 2.4rem;
}
.page_about .column2 .content .swiper-slide {
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.16rem;
  color: #727272;
}
.page_about .column2 .content .swiper-slide i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #c9c9c9;
}
.page_about .column2 .content .swiper-slide p {
  margin-top: 0.24rem;
  white-space: pre;
}
.page_about .column2 .content .swiper-slide.swiper-slide-active {
  transform: translateY(-7px);
  font-size: 0.6rem;
  color: #005baa;
  font-weight: 600;
}
.page_about .column2 .content .swiper-slide.swiper-slide-active i {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #005baa;
}
.page_about .column2 .content .nav {
  position: absolute;
  top: 0.78rem;
  left: 50%;
  transform: translateX(-50%);
}
.page_about .column2 .content .nav .line {
  border-top: 2px dotted #005baa;
}
.page_about .column2 .content .nav .swiper-prev,
.page_about .column2 .content .nav .swiper-next {
  width: 52px;
  height: 52px;
  border-radius: 26px;
  color: #7d7d7d;
  font-size: 18px;
  position: absolute;
  top: -26px;
  border: 1px dotted #7d7d7d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about .column2 .content .nav .swiper-prev {
  left: -1rem;
}
.page_about .column2 .content .nav .swiper-next {
  right: -1rem;
}
.page_about .column2 .details .nr {
  margin: 0 auto;
  width: 4.1rem;
  height: 3.4rem;
  background: linear-gradient(to bottom right, #1192d8, #0153b8);
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 2;
  padding: 0.5rem 0.2rem;
}
.page_about .column2 .details .hide {
  display: none;
}
.page_about .column3 {
  padding: 0.9rem 0 1.3rem;
}
.page_about .column3 .headTitle {
  margin-bottom: 1.24rem;
}
.page_about .column3 .headTitle .name,
.page_about .column3 .headTitle .subname {
  color: #fff;
}
.page_about .column3 i.common-dec {
  border: 1px dotted #fff;
}
.page_about .column3 .content {
  display: flex;
}
.page_about .column3 .content .left {
  width: 3.4rem;
}
.page_about .column3 .content .left .main {
  width: 2.69rem;
  height: 2.65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_about .column3 .content .left .main .num {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1rem;
}
.page_about .column3 .content .left .main .txt {
  font-size: 0.3rem;
  color: #fff;
}
.page_about .column3 .content .right {
  width: calc(100% - 3.4rem - 1.5rem);
}
.page_about .column3 .content .right p {
  color: #fff;
  margin-top: 0.24rem;
  text-align: center;
  font-size: 0.16rem;
}
.page_about .column3 .content .swiper-button-prev,
.page_about .column3 .content .swiper-button-next {
  width: 42px;
  height: 42px;
  right: 0.5rem;
  left: initial;
}
.page_about .column3 .content .swiper-button-prev:after,
.page_about .column3 .content .swiper-button-next:after {
  content: "";
}
.page_about .column3 .content .swiper-button-prev {
  background: url(../images/prev.png) no-repeat;
  top: calc(50% - 0.6rem);
}
.page_about .column3 .content .swiper-button-next {
  background: url(../images/next.png) no-repeat;
  top: calc(50% + 0.6rem);
}
.page_about .column4 {
  margin-bottom: 1.2rem;
}
.page_about .column4 .headTitle {
  padding: 1.2rem 0 0.8rem;
}
.page_about .column4 .content {
  display: flex;
}
.page_about .column4 .content > div {
  flex: 1;
  padding: 0.2rem 0 0.4rem;
}
.page_about .column4 .content > div:not(:last-child) {
  border-right: 2px solid #cccccc;
}
.page_about .column4 .content > div .tit {
  padding-left: 0.6rem;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.page_about .column4 .content > div .tit i {
  display: inline-block;
  width: 3px;
  height: 30px;
  background: #000;
}
.page_about .column4 .content > div .tit p {
  margin-left: 10px;
}
.page_about .column4 .content > div .img {
  width: 100%;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about .column4 .content > div .img img {
  width: initial;
}
.page_about .column4 .content > div .txt {
  color: #2a2a2a;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.page_about .column5 {
  position: relative;
}
.page_about .column5 .float-main {
  padding: 0.9rem 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page_about .column5 .float-main .headTitle .name,
.page_about .column5 .float-main .headTitle .subname {
  color: #fff;
}
.page_about .column5 .float-main i.common-dec {
  border: 1px dotted #fff;
}
.page_about .column5 .more-link {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.page_about .column5 .more-link > a {
  width: 2.6rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  background: #005baa;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about .column5 .more-link > a i {
  margin-left: 0.2rem;
}
.page_base {
  background: #f5f5f5;
  padding-top: 0.6rem;
}
.page_base .head {
  flex-direction: column;
  padding-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_base .head .title {
  font-size: 0.4rem;
  color: #1a1a1a;
  padding: 0.14rem 0 0.4rem;
}
.page_base .head .s-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_base .head .s-nav a:nth-child(1) {
  border-radius: 0.83rem 0 0 0.83rem;
}
.page_base .head .s-nav a:nth-child(2) {
  border-radius: 0 0.83rem 0.83rem 0;
}
.page_base .head .s-nav a {
  width: 1.66rem;
  height: 0.55rem;
  background-color: #fff;
  color: #262626;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_base .head .s-nav a.active {
  color: #fff;
  background-color: #005baa;
}
.page_base .list {
  display: flex;
  flex-wrap: wrap;
}
.page_base .list > div {
  margin-bottom: 0.4rem;
}
.page_base .list > div a {
  width: 4.45rem;
  height: 2.8rem;
  overflow: hidden;
}
.page_base .list > div:not(:nth-child(3n)) {
  margin-right: 0.325rem;
}
.page_base .list > div p {
  text-align: center;
  padding-top: 0.24rem;
  font-size: 0.16rem;
  color: #232323;
}
.page_base .list > div:hover img {
  transform: scale(1.1);
}
.page_base .bar {
  padding: 0.5rem 0 1.4rem;
}
/***** About End *****/
/***** Use *****/
.page_use {
  padding: 0.65rem 0 1.26rem;
}
.page_use .list {
  display: flex;
  flex-wrap: wrap;
}
.page_use .list > div {
  width: 4.65rem;
  height: 4.65rem;
  display: flex;
  position: relative;
}
.page_use .list > div:not(:nth-child(n + 4)) {
  border-bottom: 1px solid #c0c0c0;
}
.page_use .list > div:not(:nth-child(3n)) {
  border-right: 1px solid #c0c0c0;
}
.page_use .list > div .main {
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_use .list > div .main .icon {
  width: 1.7rem;
  height: 1.7rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_use .list > div .main .icon img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_use .list > div .main .title {
  transition: 0.3s;
  font-size: 0.2rem;
  color: #353535;
}
.page_use .list > div .main .subtitle {
  transition: 0.3s;
  font-size: 0.24rem;
  color: #353535;
}
.page_use .list > div .main .active-img {
  opacity: 0;
  transition: 0.3s;
}
.page_use .list > div .bg {
  transition: 0.3s;
  position: absolute;
  left: 50%;
  width: 0;
  height: 100%;
  top: 0;
  z-index: 0;
}
.page_use .list > div:hover .title,
.page_use .list > div:hover .subtitle {
  color: #005baa;
}
.page_use .list > div:hover .active-img {
  opacity: 1;
}
.page_use .list > div:hover .bg {
  left: 0;
  width: 100%;
}
/***** Use End *****/
/***** Contact *****/
.page_contact {
  /* padding-bottom: 2rem; */
}
.page_contact .column1 {
  background: #f5f7f9;
  padding: 0.7rem 0 0.9rem;
}
.page_contact .column1 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top:0.6rem;
}
.page_contact .column1 .main .txt {
  background: url(../images/cbg.png) no-repeat 100% 100%;
  background-size: cover;
  width: 5.3rem;
  height: 4.5rem;
  padding-left: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_contact .column1 .main .txt > p {
  font-size: 0.24rem;
  color: #2e70af;
  margin-bottom: 0.3rem;
}
.page_contact .column1 .main .txt .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page_contact .column1 .main .txt .info > div {
  width: 50%;
  margin-bottom: 0.4rem;
}
.page_contact .column1 .main .txt .info > div p {
  font-size: 0.16rem;
}
.page_contact .column1 .main .txt .info > div p:nth-child(1) {
  color: #2e70af;
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
}
.page_contact .column1 .main .txt .info > div:nth-child(1) {
  width: 100%;
}
.page_contact .column1 .main img {
  width: 8rem;
}
.page_contact .column2 {
  padding: 0.9rem 0 2.5rem;
}
.page_contact .column2 form {
  padding-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_contact .column2 input,
.page_contact .column2 textarea {
  width: 49%;
  border: none;
  background-color: #f4f4f4;
  color: #000;
  min-height: 0.7rem;
  margin-bottom: 0.24rem;
  padding: 0.24rem;
  font-size: 0.2rem;
}
.page_contact .column2 textarea {
  width: 100%;
}
.page_contact .column2 button {
  background-color: #005baa;
  color: #ffffff;
  font-size: 0.16rem;
  width: 1.6rem;
  height: 0.6rem;
  border: none;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/***** Contact End *****/
/***** New *****/
.page_new {
  background-color: #f7f7f7;
}
.page_new .headTitle {
  padding: 0.7rem 0 0.5rem;
}
.page_new .headNews {
  background-color: #fff;
  padding: 0.5rem 0.45rem;
  margin-bottom: 0.7rem;
}
.page_new .headNews .main {
  display: flex;
  justify-content: space-between;
}
.page_new .headNews .main .img {
  width: 50%;
}
.page_new .headNews .main .txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.64rem;
}
.page_new .headNews .main .txt .date {
  font-size: 0.16rem;
  color: #616161;
  line-height: 0.32rem;
}
.page_new .headNews .main .txt .title {
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.5rem;
}
.page_new .headNews .main .txt .des {
  font-size: 0.16rem;
  color: #5c5c5c;
  text-align: justify;
  height: 1.7rem;
  line-height: 0.3rem;
}
.page_new .headNews .main .txt .detail {
  color: #616161;
}
.page_new .headNews .main .txt .detail i {
  margin-left: 0.3rem;
}
.page_new .newsList {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.page_new .newsList li {
  width: 3.3rem;
  background: #fff;
  margin-bottom: 0.55rem;
}
.page_new .newsList li:not(:nth-child(4n)) {
  margin-right: 0.266rem;
}
.page_new .newsList li .img {
  height: 2.15rem;
}
.page_new .newsList li .content {
  padding: 0.32rem 0.22rem;
}
.page_new .newsList li .content .tit {
  color: #201f1f;
  font-size: 0.18rem;
  height: 0.9rem;
  border-bottom: 2px solid #f0f0f0;
}
.page_new .newsList li .content .date {
  margin-top: 0.2rem;
}
.page_new .newsList li:hover img {
  transform: scale(1.1);
}
.page_new .bar {
  padding: 0.2rem 0 1.4rem;
}
.page_job .headTitle {
  padding: 0.9rem 0 0.6rem;
}
.page_job .swiper-pagination {
  width: 100%;
  bottom: -1rem;
}
.page_job .column1 .info {
  position: relative;
}
.page_job .column1 .info .tit {
  font-size: 0.36rem;
  color: #005baa;
  margin-bottom: 0.9rem;
  text-align: center;
}
.page_job .column1 .info .des {
  color: #4d4d4d;
  font-size: 0.16rem;
  max-width: 8.7rem;
  padding: 0 0.2rem;
  margin: 0 auto;
  line-height: 0.4rem;
}
.page_job .column1 .info .des::before {
  content: "“";
  left: 0;
}
.page_job .column1 .info .des::after {
  content: "”";
  right: 0;
}
.page_job .column1 .info .des::before,
.page_job .column1 .info .des::after {
  color: #f0f0f0;
  font-size: 3.3rem;
  display: inline-block;
  font-family: Arial;
  font-weight: 600;
  position: absolute;
  bottom: -0.4rem;
}
.page_job .column1 .list {
  padding: 1rem 0 0;
  margin-bottom: 2.3rem;
}
.page_job .column1 .list .swiper-container {
  height: 6.2rem;
}
.page_job .column1 .list .swiper-slide {
  background: #f5f7f9;
  height: 1rem;
}
.page_job .column1 .list .swiper-slide .main {
  height: 1rem;
  display: flex;
  padding: 0 0.8rem;
  align-items: center;
}
.page_job .column1 .list .swiper-slide .main .title {
  color: #2e2e2e;
  font-size: 0.2rem;
}
.page_job .column1 .list .swiper-slide .main .content {
  font-size: 0.16rem;
  color: #737373;
  flex: 1;
  text-align: right;
}
.page_job .column1 .list .swiper-slide .main a {
  font-size: 0.16rem;
  color: #fff;
  background: #005baa;
  margin-left: 0.5rem;
  padding: 0.06rem 0.16rem;
}
.page_job .column2 {
  background: #f5f7f9;
  padding-bottom: 2.4rem;
}
.page_job .column2 .main > img {
  margin-bottom: 0.5rem;
}
/***** New End *****/
/***** showproduct *****/
#showproduct .head {
  padding: 0.9rem 0 1rem;
  background: #fff;
}
#showproduct .head > .w1400 {
  display: flex;
}
#showproduct .head > .w1400 > div {
  width: 33%;
}
#showproduct .head > .w1400 > div .tit-blob {
  font-size: 0.26rem;
  color: #252525;
}
#showproduct .head > .w1400 > div .stit {
  color: #757575;
  font-size: 0.16rem;
  padding: 0.1rem 0 0.26rem;
  border-bottom: 2px solid #ededed;
  width: 3.8rem;
}
#showproduct .head > .w1400 > div .content {
  padding-top: 0.3rem;
}
#showproduct .head .right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#showproduct .head .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#showproduct .head .img img {
  width: 100%;
}
#showproduct > .content {
  background: #f7f7f7;
  padding: 0.8rem 0 2.8rem;
}
#showproduct table,
#showproduct td,
#showproduct tr,
#showproduct th {
  background: #f2f2f2;
  border: 1px solid #fff;
}
#showproduct td {
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
}
#showproduct .firstRow {
  background-color: #dcdcdc;
}
/***** showproduct End *****/
.index_advantage {
  padding: 0.7rem 0;
}
.index_advantage .title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.index_advantage .title h2 {
  font-size: 0.38rem;
  color: #333333;
  display: block;
  margin-bottom: 0.1rem;
}
.index_advantage .title p {
  color: #666666;
  font-size: 0.2rem;
}
.index_advantage .list {
  width: 100%;
}
.index_advantage .list li {
  width: 29.5%;
}
.index_advantage .list li a {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index_advantage .list li a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  padding: 0.8rem 0.5rem 0;
  transition: 1s;
}
.index_advantage .list li a:hover .txt {
  transition: 1s;
  bottom: 100%;
}
.index_advantage .list li a .txt .tb {
  display: inline-block;
  width: 1.17rem;
  height: 0.94rem;
  background-position-x: center;
  background-repeat: no-repeat;
  margin-bottom: 0.6rem;
}
.index_advantage .list li a .txt .tb1 {
  background-image: url(../images/icon-1.png);
  background-size: 1.17rem;
}
.index_advantage .list li a .txt .tb2 {
  background-image: url(../images/icon-2.png);
  background-size: 0.78rem;
}
.index_advantage .list li a .txt .tb3 {
  background-image: url(../images/icon-3.png);
  background-size: 0.75rem;
}
.index_advantage .list li a .txt h2 {
  font-size: 0.33rem;
  color: #fff;
}
.index_advantage .list li a .pd {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/icon-4.png);
  padding: 0.75rem 0.35rem 0;
  transition: 1s;
}
.index_advantage .list li a:hover .pd {
  bottom: 0;
  transition: 1s;
}
.index_advantage .list li a .pd h2 {
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  display: block;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.index_advantage .list li a .pd h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 0.48rem;
  height: 2px;
  background: #92c9e6;
  margin-left: -0.24rem;
}
.index_advantage .list li a .pd p {
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5;
}
.index_product {
  padding: 0.7rem 0;
  background: #f7f7f7;
}
.index_product .title {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}
.index_product .title > * {
  display: inline-block;
  vertical-align: baseline;
}
.index_product .title h2 {
  font-size: 0.38rem;
  color: #333333;
}
.index_product .title p {
  font-size: 0.24rem;
  color: #666666;
  margin-left: 0.1rem;
}
.index_product .list {
  width: 100%;
  overflow: hidden;
}
.index_product .list .left {
  float: left;
  width: 20%;
  padding-top: 1.4rem;
  background: #f7f7f7;
}
.index_product .list .left .page {
  margin-bottom: 0.3rem;
}
.index_product .list .left .page span.swiper-pagination-current {
  font-size: 0.35rem;
  color: #141824;
}
.index_product .list .left .page span {
  font-size: 0.2rem;
  color: #141824;
}
.index_product .list .left .page span.swiper-pagination-total {
  font-size: 0.2rem;
  color: #666666;
}
.index_product .list .left .titles {
  font-size: 0.28rem;
  color: #141824;
  margin-bottom: 0.3rem;
}
.index_product .list .left .more {
  display: inline-block;
  width: 50%;
}
.index_product .list .left .more a {
  line-height: 3;
  background: #68bbfa;
  text-align: center;
  color: #fff;
  display: block;
}
.index_product .list .left .more a:hover {
  background: #555;
}
.index_product .list .img {
  float: right;
  width: 77%;
  position: relative;
}
.index_product .list .img .nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.6rem;
  height: 0.8rem;
}
.index_product .list .img .nav div {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  background: hsla(0, 0%, 85%, 0.5);
  color: #fff;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.8rem;
}
.index_product .list .img .nav div.swiper-button-disabled {
  background: hsla(196, 82%, 49%, 0.8);
}
.index_product .list .img .nav .prev {
  left: 0;
}
.index_product .list .img .nav .next {
  right: 0;
}
.index_about {
  background: #68bbfa url(../images/icon-about.png) no-repeat right bottom;
  background-size: 11.1rem;
}
.index_about .left {
  float: left;
  position: relative;
  width: 67.8%;
}
.index_about .left .txt {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 15%;
  font-size: 0.42rem;
  color: #fff;
  text-shadow: 1px 1px 4px #444;
}
.index_about .right {
  float: right;
  width: 32.2%;
  padding-left: 0.75rem;
}
.index_about .right .title {
  padding: 0.9rem 0 0.7rem;
}
.index_about .right .title p {
  font-size: 0.36rem;
  color: #fff;
  display: block;
  margin-bottom: 0.1rem;
}
.index_about .right .title h2 {
  font-size: 0.38rem;
  color: #fff;
}
.index_about .right .nav {
  width: 100%;
}
.index_about .right .nav a {
  font-size: 0.28rem;
  color: #fff;
  line-height: 3.5;
}
.index_news {
  padding: 0.7rem 0;
  overflow: hidden;
}
.index_news .title {
  text-align: center;
  margin-bottom: 0.35rem;
}
.index_news .title h2 {
  font-size: 0.38rem;
  color: #333;
  display: block;
  margin-bottom: 0.1rem;
}
.index_news .title p {
  font-size: 0.2rem;
  color: #666;
}
.index_news .list {
  width: 100%;
}
.index_news .list ul {
  overflow: inherit;
}
.index_news .list li {
  width: 31.667%;
}
.index_news .list li a {
  background: #fff;
  box-shadow: 0 0 7px #a0a0a0;
}
.index_news .list li a:hover {
  background: #68bbfa;
}
.index_news .list li a:hover .txt > * {
  color: #fff;
}
.index_news .list li a .txt {
  padding: 0.2rem 0.2rem 0.35rem;
}
.index_news .list li a .txt span {
  font-size: 0.16rem;
  color: #333;
}
.index_news .list li a .txt h2 {
  font-size: 0.2rem;
  display: block;
  margin: 0.2rem 0;
  line-height: 1.4;
  color: #333;
}
.index_news .list li a .txt p {
  font-size: 0.14rem;
  line-height: 1.7;
  color: #333;
}
/*** page web ***/
.page_web {
  width: 100%;
}
.page_web .page_content {
  width: 100%;
}
.page_head {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  height: 0.8rem;
}
.page_head .w1400 {
  display: flex;
  justify-content: space-between;
}
.page_head .w1400 .title {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.8rem;
}
.page_head .nav {
  position: relative;
  text-align: center;
  font-size: 0;
}
.page_head .nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.4rem;
}
.page_head .nav li a {
  color: #343434;
  font-size: 0.18rem;
  position: relative;
  line-height: 0.8rem;
}
.page_head .nav li a:hover,
.page_head .nav li a.on {
  color: #333333;
}
.page_head .nav li a::after {
  width: 0;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  background: #333333;
  transition: 0.3s;
}
.page_head .nav li a:hover::after,
.page_head .nav li a.on::after {
  width: 100%;
  transition: 0.3s;
}
.page_profile {
  width: 100%;
}
.page_profile .title {
  text-align: left;
  margin-bottom: 0.35rem;
}
.page_profile .title h2 {
  font-size: 0.3rem;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.page_profile .title p {
  color: #333;
  font-size: 0.2rem;
}
.page_profile .con {
  width: 100%;
  color: #6f6f6f;
  font-size: 0.16rem;
  line-height: 1.8;
}
.page_atxt {
  padding: 0.7rem;
  margin-top: 0.5rem;
  background: url(../images/page_atxt_bj.jpg) no-repeat;
}
.page_atxt ul {
  position: relative;
}
.page_atxt ul::after {
  position: absolute;
  content: "";
  left: 0.054rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #94939d;
}
.page_atxt ul li {
  margin-bottom: 0.45rem;
  padding-left: 1rem;
  position: relative;
}
.page_atxt ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0.11rem;
  height: 0.11rem;
  border: 1px solid #94939d;
  border-radius: 100%;
  margin-top: -0.055rem;
  background: #32293a;
  z-index: 1;
}
.page_atxt ul li:first-child + li::after {
  background: #2396d3;
  border: 1px solid #2396d3;
}
.page_atxt ul li:last-child {
  margin: 0;
}
.page_atxt ul li a {
  font-size: 0.18rem;
  color: #94939d;
  /* height:.25rem */
}
.page_atxt ul li:first-child + li a {
  font-size: 0.24rem;
  color: #fff;
}
.page_honor {
  background: #f7f7f7;
  padding: 0.8rem 0;
  background-size: cover;
}
.page_honor .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.45rem;
}
.page_honor .title h2 {
  font-size: 0.48rem;
  color: #18abe1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.05rem;
}
.page_honor .title p {
  font-size: 0.3rem;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
.page_honor .list {
  text-align: center;
  padding: 0 0.5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page_honor .list .top {
  width: 100%;
  position: relative;
  padding-top: 0.2rem;
  height: 0.02rem;
}
.page_honor .list .bot {
  width: 100%;
  position: relative;
  height: 0.02rem;
}
.page_honor .list a {
  display: inline-block;
}
.page_honor .list a p {
  color: #2f2f2f;
  font-size: 0.16rem;
  display: block;
  line-height: 0.6rem;
  height: 0.6rem;
  background: #fff;
}
.page_honor .list a p i {
  width: 0.11rem;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background: url(../honor_icon1.png) no-repeat center;
  background-size: 0.11rem;
  margin-right: 0.05rem;
}
.page_honor .list a:hover p {
  color: #1e218c;
}
.page_honor .list a:hover img {
  transition: 3s;
  transform: scale(1.2);
}
.page_honor .swiper-pagination {
  width: 100%;
  font-size: 0;
  position: relative;
  margin-top: 0.55rem;
}
.page_honor .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: #d6d6d6;
  margin: 0 0.05rem;
  font-size: 0.16rem;
  color: #3a3a3a;
  line-height: 0.4rem;
  text-align: center;
}
.page_honor .swiper-pagination span.swiper-pagination-bullet-active {
  background: #68bbfa;
  color: #fff;
}
.page_show {
  padding: 0.7rem 0;
  background: #fff;
  background-size: cover;
}
.page_show .title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.page_show .title h2 {
  font-size: 0.3rem;
  color: #333;
}
.page_show .title p {
  font-size: 0.66rem;
  color: hsla(0, 0%, 5%, 0.05);
  text-transform: uppercase;
  font-weight: 700;
  font-family: DIN;
}
.page_show .list {
  position: relative;
  width: 100%;
}
.page_show .list a {
  padding: 3px;
}
.page_show .list a .img {
  box-shadow: 1px 1px 5px #d0d0d0;
  background: #fff;
  text-align: center;
}
.page_show .list a p {
  font-size: 0.16rem;
  color: #5a5b5a;
  text-align: center;
  margin-top: 0.2rem;
  display: block;
  opacity: 0;
}
.page_show .list .swiper-slide-active a p {
  opacity: 1;
}
.page_show .list .pagination {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.page_show .list .pagination > div {
  position: absolute;
  top: 0;
  width: 0.4rem;
  line-height: 0.4rem;
  height: 0.4rem;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 0.23rem;
  background: #0470b5;
}
.page_show .list .pagination .left {
  left: 20%;
}
.page_show .list .pagination .right {
  right: 20%;
}
.page_product {
  background: #f7f7f7;
}
.page_product .hot {
  display: flex;
  justify-content: space-between;
}
.page_product .hot > a {
  background: #fff;
  width: 49%;
  display: flex;
  position: relative;
}
.page_product .hot > a .tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.35rem;
  height: 0.35rem;
  background: #333333;
  color: #ffffff;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_product .hot > a .left {
  padding-left: 0.4rem;
}
.page_product .hot > a .left .tit {
  color: #313131;
  font-size: 0.2rem;
  padding: 0.9rem 0 0.6rem;
}
.page_product .hot > a .left > div p {
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #676767;
}
.page_product .hot > a .left > div p > span:nth-child(1) {
  text-align-last: justify;
  width: 4em;
  display: inline-block;
}
.page_product .hot > a .right {
  flex: 1;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_product .hot > a .right img {
  width: auto;
  height: 3.2rem;
}
.page_product .hot > a:hover .tit {
  color: #005baa;
}
.page_product .hot > a:hover .tag {
  background: #005baa;
}
.page_product .mainList .nav {
  display: flex;
  justify-content: flex-end;
  padding: 0.94rem 0 0.44rem;
}
.page_product .mainList .nav > a {
  margin-left: 0.6rem;
  font-size: 0.18rem;
}
.page_product .mainList .nav > a.active {
  color: #005baa;
}
.product_inside_nav {
  display: flex;
  justify-content: flex-end;
  padding: 0.94rem 0 0.44rem;
}
.product_inside_nav > a {
  margin-left: 0.6rem;
  font-size: 0.18rem;
}
.product_inside_nav > a.active {
  color: #005baa;
}
.page_product .mainList .list {
  display: flex;
  flex-wrap: wrap;
}
.page_product .mainList .list > a:not(:nth-child(3n)) {
  margin-right: 0.55rem;
}
.page_product .mainList .list > a {
  margin-bottom: 0.4rem;
  background-color: #fff;
  width: 4.3rem;
  color: #454545;
  padding-bottom: 0.4rem;
}
.page_product .mainList .list > a .img {
  height: 4.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_product .mainList .list > a .img img {
  width: auto;
  height: 80%;
}
.page_product .mainList .list > a .tit {
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding-left: 0.3rem;
}
.page_product .mainList .list > a .sortname {
  font-size: 0.14rem;
  padding-left: 0.3rem;
}
.page_product .mainList .list > a:hover {
  color: #005baa;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}
.page_product .mainList .list > a:hover img {
  transform: scale(1.1);
}
.page_product .bar {
  padding: 0.6rem 0 1.4rem;
}
.page_technology .innovate {
  font-size: 0.3rem;
  text-align: center;
  margin-top: 1rem;
}
.page_technology .innovate .head {
  padding-bottom: 0.7rem;
}
.page_technology .innovate .head .subname {
  color: #0f0f0f;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.page_technology .innovate .head .name {
  color: #474747;
}
.page_technology .innovate .list .item {
  display: flex;
  margin-bottom: 0.9rem;
}
.page_technology .innovate .list .item .img {
  width: 7rem;
  height: 3.9rem;
}
.page_technology .innovate .list .item .img img {
  width: 100%;
}
.page_technology .innovate .list .item .txt {
  text-align: left;
  flex: 1;
  max-width: 6.2rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_technology .innovate .list .item .txt .tit {
  font-size: 0.3rem;
  color: #0789d8;
  margin-bottom: 0.3rem;
}
.page_technology .innovate .list .item .txt .content {
  font-size: 0.16rem;
  color: #505050;
}
.page_technology .innovate .list .item:nth-child(2) .img {
  order: 2;
}
.page_technology .innovate .list .item:nth-child(2) .txt {
  margin-left: initial;
  margin-right: auto;
}
.page_technology .approve {
  background-color: #efefef;
  padding: 0.9rem 0 2.3rem;
  margin-top: 0.58rem;
}
.page_technology .approve .head {
  text-align: center;
  font-size: 0.3rem;
  margin-bottom: 0.65rem;
}
.page_technology .approve .head .subname {
  color: #0f0f0f;
  font-weight: bold;
}
.page_technology .approve .head .name {
  color: #474747;
}
.page_technology .approve .list .swiper-slide {
  background-color: #fff;
  cursor: pointer;
}
.page_technology .approve .list .swiper-slide a {
  position: relative;
  display: grid;
  place-items: center;
}
.page_technology .approve .list .swiper-slide:hover img {
  transform: scale(1.05);
}
.page_technology .approve .list .swiper-slide .img {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.6rem;
}
.page_technology .approve .list .swiper-slide .img img {
  width: 1.35rem;
  height: 1.85rem;
}
.page_technology .approve .list .swiper-slide .txt {
  height: 0.6rem;
  padding: 0 0.2rem;
}
.page_technology .approve .list .swiper-slide .txt p {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e1e1e1;
  font-size: 0.16rem;
  color: #484848;
}
.page_technology .approve .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: -1.2rem;
}
.page_technology .approve .swiper-pagination .swiper-pagination-bullet {
  margin: 0.05rem;
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid #dcdcdc;
  display: grid;
  place-items: center;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 0.14rem;
  border-radius: 0;
}
.page_technology .approve .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background-color: #0789d8;
}
.more,
.noMore {
  cursor: pointer;
  color: #666666;
  font-size: 0.18rem;
  margin: 0 auto;
  display: inline-block;
  margin: 0.65rem 0 1.25rem;
}
.more:hover,
.noMore:hover {
  text-decoration: underline;
}
#showproduct .list {
  float: left;
  width: 59.643%;
  position: relative;
}
#showproduct .list .swiper-pagination {
  position: absolute;
  bottom: 0.06rem;
  left: 0;
  width: 100%;
}
#showproduct .list .swiper-pagination div {
  width: 0.42rem;
  height: 0.38rem;
  background: #0275c6;
  color: #fff;
  line-height: 0.38rem;
  font-size: 0.24rem;
  position: absolute;
  bottom: 0;
}
#showproduct .list .swiper-pagination .swiper-button-disabled {
  background: #fff;
  color: #8c8c8c;
}
#showproduct .list .swiper-pagination .left {
  left: 0.06rem;
}
#showproduct .list .swiper-pagination .right {
  right: 0.06rem;
}
#showproduct .text {
  float: right;
  width: 36%;
}
#showproduct .text .top {
  padding-top: 0.55rem;
}
#showproduct .text .top span {
  font-size: 0.16rem;
  color: #343535;
}
#showproduct .text .top h2 {
  font-size: 0.2rem;
  font-weight: 700;
  color: #333;
  display: block;
  margin: 0.1rem 0 0.5rem;
}
#showproduct .text .bot {
  width: 100%;
}
#showproduct .text .bot .info {
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  color: #343535;
  line-height: 2;
}
#showproduct .text .bot .desc {
  font-size: 0.14rem;
  line-height: 1.7;
  color: #6f6f6f;
}
.page_news {
  width: 100%;
  padding: 0.7rem 0;
}
.page_news li {
  margin-bottom: 0.3rem;
}
.page_news li a {
  display: block;
  background: #fff;
  padding: 0.3rem;
  border: 1px solid #eee;
}
.page_news li a:hover {
  box-shadow: 1px 1px 4px #afafaf;
}
.page_news li a:hover .img img {
  transition: 0.36s;
  transform: scale(1.1);
}
.page_news li a .img {
  float: left;
  width: 19.059%;
}
.page_news li a .txt {
  float: left;
  padding-left: 0.45rem;
  width: 80%;
}
.page_news li a .txt h2 {
  font-size: 0.2rem;
  color: #232122;
  line-height: 1.4;
  margin-bottom: 0.1rem;
  color: #68bbfa;
}
.page_news li a .txt p {
  font-size: 0.16rem;
  color: #5b5b5b;
  margin-bottom: 0.2rem;
}
.page_news li a .txt span {
  font-size: 0.14rem;
  color: #666;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.3rem;
  background: url(../images/news_time.png) no-repeat left center;
  background-size: 0.18rem;
}
.page_news li a .txt i {
  display: inline-block;
  vertical-align: top;
  font-size: 0.14rem;
  color: #666;
  background: url(../images/news_hits.png) no-repeat left center;
  padding-left: 0.3rem;
  background-size: 0.19rem;
  margin-left: 0.3rem;
}
.show_news {
  padding: 0.7rem 0 0.9rem;
}
.show_news h2 {
  font-size: 0.36rem;
  color: #333;
  text-align: center;
}
.show_news .met_infos {
  padding: 0.15rem 0 0.35rem;
  font-size: 0.14rem;
  color: #585858;
  text-align: center;
}
.show_news .met_infos span {
  display: inline-table;
  margin: 0 0.1rem;
}
.show_news .met_infos span a {
  font-size: 0.14rem;
  color: #585858;
}
.show_news .editor {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8;
}
.show_news .met_page {
  padding: 0.45rem 0 0;
  margin: 0.45rem 0 0;
  border-top: 1px solid #e5e5e5;
}
.show_news .met_page li {
  margin: 0.1rem 0;
  font-size: 0.14rem;
  color: #333;
}
.show_news .met_page li > * {
  display: inline-block;
  vertical-align: top;
}
.show_news .met_page li a {
  font-size: 0.14rem;
  color: #333;
}
.page_resources {
  padding: 0.7rem 0;
  background: #f7f7f7;
}
.page_resources .title {
  text-align: center;
  margin-bottom: 0.35rem;
}
.page_resources .title h2 {
  font-size: 0.36rem;
  color: #333;
  display: block;
  margin-bottom: 0.1rem;
}
.page_resources .title p {
  font-size: 0.24rem;
  color: #959595;
  text-transform: capitalize;
}
.page_resources ol {
  width: 100%;
  text-align: center;
  margin-bottom: 0.35rem;
}
.page_resources ol li {
  display: inline-block;
  margin: 0 0.3rem;
  cursor: pointer;
}
.page_resources ol li h2 {
  padding: 0.2rem 0.4rem;
  background: #fff;
  border-radius: 0.15rem;
  font-size: 0.16rem;
  color: #333;
}
.page_resources ol li.flex-active h2 {
  background: #68bbfa;
  color: #fff;
}
.page_resources .list {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.7;
}
.page_title {
  text-align: center;
  margin-bottom: 0.35rem;
}
.page_title p {
  font-size: 0.36rem;
  color: #e0e0e0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "DIN";
}
.page_title h2 {
  font-size: 0.36rem;
  color: #6863a8;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.2rem;
  position: relative;
  top: -0.05rem;
  margin-top: -0.2rem;
}
.page_title h2::before,
.page_title h2::after {
  position: absolute;
  content: "";
  width: 0.34rem;
  height: 0.05rem;
  bottom: 0;
}
.page_title h2::before {
  background: #82a9c3;
  left: 50%;
  margin-left: -0.45rem;
}
.page_title h2::after {
  background: #6863a8;
  right: 50%;
  margin-right: -0.45rem;
}
/**/
/********<=767 mobile nav style css********/
.m-header {
  background: #68bbfa;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.m-header > .col-xs-6 > div {
  color: #fff;
}
.m-header > .col-xs-6 img {
  max-height: 35px;
  width: auto;
}
.st-container .st-menu {
  background: #68bbfa;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.st-container .st-menu ul li a {
  color: #fff;
  position: relative;
  font-size: 0.25rem;
}
.st-container .st-menu ul li > a:hover,
.st-container .st-menu ul li.active > a {
  background: #1866aa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
}
.st-container .st-menu ul li > a > i {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.st-container .st-menu ul li.active > a > i,
.st-container .st-menu ul li > a:hover > i {
  color: #fff;
}
.st-container .st-menu ul li > dl {
  transition: none;
  margin: 0;
}
.st-container .st-menu ul li > dl dd a {
  background: none;
  box-shadow: none;
  color: #fff;
  padding-left: 0;
}
.st-container .st-menu ul li > dl dd a i {
  padding-right: 10px;
}
.st-container .st-menu ul li > dl dd.on2 a,
.st-container .st-menu ul li > dl dd a:hover {
  color: #006b92;
}
.st-container .st-menu ul li > dl dd.on2 a i,
.st-container .st-menu ul li > dl dd a:hover i {
  padding-right: 16px;
}
.st-effect-1.st-menu {
  display: block;
}
/**************************/
/******ipad****/
@media (max-width: 990px) {
  body {
    overflow-x: hidden;
  }
  .st-menu {
    display: block;
  }
  .header {
    display: none;
  }
  .m-header {
    top: 0;
    opacity: 1;
  }
  .flash .txt h2 {
    font-size: 0.3rem;
    margin: 0.15rem 0;
  }
  .page_contact .contact {
    flex-wrap: wrap;
  }
  .page_contact .contact > div {
    width: 50%;
    margin-top: 0.3rem;
  }
  footer .bot {
    flex-wrap: wrap;
  }
  .tem_header .tem_banner .container > div {
    right: 10%;
    left: 0;
  }
  .page_about .column2,
  .page_about .column1 {
    flex-wrap: wrap;
  }
  .page_about .column2 > div,
  .page_about .column1 > div {
    margin-top: 0.2rem;
    right: 10%;
    left: 0;
  }
  .page_new ul > li {
    width: 100%;
  }
  .page_new ul > li a {
    height: 2rem;
  }
  .page_about .column2 .left i {
    margin: 0.23rem 0 0.3rem auto;
  }
  .page_about .column1 .right i {
    margin: 0.2rem auto 0.3rem;
  }
  footer .bot .left,
  footer .bot .right {
    width: 100%;
    text-align: center;
  }
  footer .bot .right {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.2rem;
  }
  .index_advantage .list li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .index_advantage .list li a .pd,
  .index_advantage .list li a .txt {
    padding: 2rem 0.35rem;
  }
  .index_product .list .left,
  .index_product .list .img {
    float: initial;
    width: 100%;
    padding-top: 0.5rem;
    text-align: center;
  }
  .index_product .list .left .more {
    width: 20%;
  }
  .index_product .list .left .more a {
    font-size: 0.14rem;
  }
  .index_product .title {
    margin: 0;
    text-align: center;
  }
  .index_product .title > * {
    display: block;
  }
  .index_about > div {
    float: initial !important;
    width: 100% !important;
  }
  .index_about .right {
    padding: 0 0.3rem;
  }
  .index_about .right .title {
    text-align: center;
    padding: 0.9rem 0 0.3rem;
  }
  .index_about .right .nav {
    text-align: center;
  }
  .index_about .right .nav a {
    display: inline-block;
    margin: 0 0.2rem;
  }
  .page_product ul li {
    width: 50%;
  }
  footer .nav ul li {
    padding: 0 0.2rem;
  }
}
/********mobile*********/
@media (max-width: 767px) {
  .htmlSNav {
    display: none;
  }
  .tem_index .column1 .list {
    flex-wrap: wrap;
  }
  .tem_index .column1 .list > a {
    width: 50%;
  }
  .tem_index .column2 {
    flex-wrap: wrap;
  }
  .tem_index .column2 > a {
    width: 100%;
  }
  .tem_index .column3 .list .swiper-slide.swiper-slide-active .des {
    line-height: 2;
  }
  .tem_index .column3 .main .content .more,
  .tem_index .column3 .main .head .right video,
  .tem_index .column3 .list .nav {
    display: none;
  }
  .tem_index .column3 .main .content .nr img,
  .tem_index .column3 .main .content .nr > div {
    padding-bottom: 0.26rem;
  }
  .tem_index .column3 .main .content .nr {
    flex-direction: column;
  }
  .tem_index .column3 .main .content .nr p {
    max-width: 100vw;
    padding: 0 0.2rem;
  }
  .tem_index .column4 .newsList .swiper-slide .img {
    height: 4rem;
  }
  footer .main .nav ul {
    display: none;
  }
  footer .main .nav .contact span {
    max-width: initial;
  }
  .tem_header .tem_banner .container > div h2 {
    font-size: 0.4rem;
  }
  .page_about .column1 .main .left,
  .page_about .column1 .main .right {
    padding: 0.2rem 0;
  }
  .st-container {
    padding-top: 60px;
  }
  .pageNav {
    margin-top: 0;
  }
  .pageNav > div {
    height: 40px;
  }
  .pageNav .bread {
    display: none;
  }
  .page_about .column1 .list > div {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .page_about .column1 .main,
  .page_about .column1 .list {
    flex-wrap: wrap;
  }
  .page_about .column1 .main .left,
  .page_about .column1 .main .right {
    width: 100%;
    flex: initial;
    margin-top: 0.4rem;
  }
  .htmlHead {
    display: none !important;
  }
  footer .main .logo,
  footer .main .nav {
    width: 100%;
  }
  footer .main .logo {
    display: none;
  }
  footer .nav ul {
    flex-wrap: wrap;
  }
  footer .nav ul li {
    margin-bottom: 0.2rem;
  }
  footer .nav ul li:last-child {
    width: 50%;
    flex: 1;
  }
  footer .main .nav {
    padding: 0.4rem 0 0.4rem;
  }
  footer .main {
    flex-wrap: wrap;
  }
  #bot {
    padding: 0.2rem 0;
    height: auto;
    text-align: center;
  }
  .tem_index .product .main {
    width: 100%;
  }
  .page_about .column4 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page_about .column4 .content > div {
    width: 50%;
    flex: initial;
    margin-top: 0.2rem;
  }
  .page_about .column4 .content > div p {
    line-height: 1.6;
  }
  .tem_header .tem_banner.indise {
    margin-top: 0;
  }
  .page_product .mainList .list {
    justify-content: space-between;
  }
  .page_product .mainList .list > a {
    width: 48%;
  }
  .page_use .list > div {
    width: 50%;
    border: none !important;
  }
  .page_job .column1 .list .swiper-slide .main a {
    display: none;
  }
  .page_job .column1 .list .swiper-slide .main {
    flex-wrap: wrap;
    height: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .page_job .column1 .list .swiper-slide .main .title {
    text-align: center;
    width: 100%;
  }
  .page_job .column1 .info .des::before,
  .page_job .column1 .info .des::after {
    display: none;
  }
  .page_product .mainList .list > a:not(:nth-child(3n)) {
    margin-right: initial;
  }
  .tem_index .product .nav {
    width: 100%;
    flex-direction: row;
    padding-left: 0;
  }
  .tem_index .product .nav a::before,
  .tem_index .product .nav a::after {
    display: none;
  }
  .tem_index .product .nav a {
    height: 0.55rem;
  }
  .tem_index .new .newsList li .txt {
    width: 7rem !important;
  }
  .tem_index .new .newsList li .img {
    width: 3rem !important;
  }
  .tem_index .new .newsList li .img img {
    left: 0 !important;
  }
  .tem_index .new .newsList li .des {
    display: -webkit-box !important;
  }
  .tem_index .about {
    flex-wrap: wrap;
  }
  .tem_index .about .item {
    width: 100%;
  }
  .tem_index .new .newsList li {
    padding: 0;
  }
  .tem_index .new .newsList li .img {
    width: auto;
  }
  .tem_index .new .newsList li .detail {
    display: none;
  }
  .tem_index .new .newsList li .txt {
    width: auto;
  }
  .tem_index .recruit .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tem_index .recruit .content p {
    padding: 0 0.4rem;
  }
  .tem_index .recruit .content h2 {
    display: none;
  }
  .page_about .column3 .swiper-slide .img:nth-child(3) {
    display: none;
  }
  .page_contact .contact > div {
    width: 100%;
  }
  .page_product .navList .left {
    width: 100%;
    padding-right: 0;
  }
  .page_product .mainList {
    justify-content: space-between;
  }
  .page_product .mainList .item {
    width: 48%;
  }
  .page_product .mainList .item {
    margin-right: 0;
  }
  .page_product .mainList .item .img {
    width: 100%;
  }
  .page_technology .innovate .list .item {
    flex-wrap: wrap;
  }
  .page_technology .innovate .list .item .img {
    width: 100%;
  }
  .page_technology .innovate .list .item .txt {
    flex: initial;
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .page_new .headNews {
    display: none;
  }
  .page_job .idea .main {
    flex-wrap: wrap;
  }
  .page_new .newsList {
    justify-content: space-between;
  }
  .page_new .newsList li {
    width: 48%;
    margin-right: 0 !important;
  }
  .page_job .idea .main img {
    width: 100%;
    height: auto;
  }
  .page_new ul > li a {
    height: initial;
  }
  .page_job .post .item .head p {
    display: none;
  }
  .page_job .post .item .head p.tit {
    display: block;
  }
    .page_contact .column1 .main {
      flex-wrap:wrap;
    }
  .page_contact .column1 .main .txt {
    background: initial;
    width: 100%;
    z-index: 2;
  }
  .page_job .post .item .content .stit {
    display: none;
  }
  .page_job .post .item:hover {
    max-height: 16rem;
  }
  .tem_header .tem_banner .container > div {
    top: 20%;
  }
  #guide .main {
    padding-top: 0;
    align-items: center;
    height: 100%;
  }
  #guide .main > div .name {
    font-size: 16px;
  }
  #guide .main > div .subName {
    font-size: 14px;
  }
  #guide .main .arrows {
    display: none;
  }
  #guide .main > div > div {
    width: 100%;
    padding: 0 30px;
  }
  #guide .main > div a::after,
  #guide .main > div .subName::after,
  #guide .main > div .name::after {
    display: none;
  }
  #showproduct .head > .w1400{display:block}
  #showproduct .head > .w1400>div{width:100% !important}
  #showproduct .head .right{text-align:left;}
}


/* todo 10.27 补 */
#broadside {
  z-index: 999;
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#broadside a, #broadside a:hover {
  color: #fff;
  width: 100%;
  height: 100%;
}

#broadside img {
  width: 30px;
}

#broadside > * {
  height: 50px;
  max-width: 50px;
  min-width: 50px;
  color: #fff;
  border-radius: 4px 0 0 4px;
  margin-bottom: 2px;
  background-color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 1s;
}



#broadside > *:hover {
  background: #005ba9;
  max-width: 1000px;
  color: #fff;
}

#broadside > * > div {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#broadside > * > p {
  padding-right: 10px;
}

#broadside .qrcode:hover .qrImg{
  display: block;
}

#broadside .qrImg {
  display: none;
  width: 150px;
  position: absolute;
  right: 60px;
  bottom: 0;
  max-width: initial;
}

