.Article .page2 .page-top {
  margin-bottom: .3rem;
}

.Article .page2 .page-top .title {
  font-size: .2rem;
  color: #333;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-bottom: .42rem;
  /*&::before {
                    content: "";
                    width: 1.11rem;
                    height: 0.23rem;
                    background: url(../images/title-hr.png) no-repeat;
                    background-size: 100% 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transform: translateY(-100%);
                }*/
}

.Article .page2 .page-top .title::after {
  content: "";
  width: 0.45rem;
  height: 0.38rem;
  background: url(../images/title-circle.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.3rem;
  top: -0.1rem;
}

.Article .page2 .page-top .title span {
  position: relative;
}

.Article .page2 .page-top .title span::after {
  content: "";
  width: 2.37rem;
  height: 0.05rem;
  background: url(../images/title-hr3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2rem;
  bottom: -0.05rem;
}

.Article .page2 .page-top .info {
  font-size: .16rem;
  color: #626262;
  line-height: 1.5;
}

.Article .page2 .sec-title {
  font-size: .16rem;
  color: #222222;
  font-weight: bold;
  margin-bottom: .05rem;
}

.Article .page2 .second {
  margin-bottom: .48rem;
}

.Article .page2 .textContent {
  color: #626262;
  line-height: 2.5;
  font-size: .16rem;
}

.Article .page2 .textContent span {
  font-size: .18rem;
  font-weight: bold;
  color: #222;
}

.Article .page2 .second-sec1 {
  font-size: .16rem;
}

.Article .page2 .fileList .fileItem {
  display: flex;
  align-items: center;
  margin-bottom: .18rem;
  padding: .15rem 0;
  box-shadow: 0 0 0.15rem rgba(7, 98, 203, 0.08);
}

.Article .page2 .fileList .fileItem > div {
  display: flex;
  align-items: center;
}

.Article .page2 .fileList .fileLeft {
  font-size: .2rem;
  color: #222;
}

.Article .page2 .fileList .fileLeft .file-icon {
  width: .43rem;
  margin-right: .18rem;
}

.Article .page2 .fileList .fileRight {
  margin-left: auto;
  cursor: pointer;
  user-select: none;
  font-size: .2rem;
  color: #0762CB;
  font-weight: bold;
}

.Article .page2 .fileList .fileRight .icon {
  width: .24rem;
  margin-right: .08rem;
}

.Article .rightBox {
  overflow: hidden;
}

.Article .LunBox {
  padding: 0 .25rem .25rem;
}

.Article .LunBox .lun-title {
  font-size: .24rem;
  color: #222222;
  font-weight: bold;
  position: relative;
  margin-bottom: .4rem;
}

.Article .LunBox .lun-title::before {
  content: "";
  width: 2.37rem;
  height: .5rem;
  background: url(../images/lun-title-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -.32rem;
  top: -.07rem;
}

.Article .LunBox .lun-title span {
  position: relative;
  z-index: 2;
}

.Article .LunBox .brief {
  font-size: .18rem;
  color: #222222;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: .35rem;
}

.Article .LunBox .tableList .tableItem {
  box-shadow: 0 0 0.21rem rgba(200, 228, 255, 0.31);
}

.Article .LunBox .tableList .tableItem:not(:last-child) {
  margin-bottom: .6rem;
}

.Article .LunBox .tableList .tableItem table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.Article .LunBox .tableList .tableItem:nth-child(1) th {
  background-color: #0076ff;
}

.Article .LunBox .tableList .tableItem:nth-child(2) th {
  background-color: #7fa1ff;
}

.Article .LunBox .tableList .tableItem:nth-child(3) th {
  background-color: #e5ecff;
  color: #0076ff;
}

.Article .LunBox .tableList .tableItem:nth-child(3) th::before, .Article .LunBox .tableList .tableItem:nth-child(3) th::after {
  background: url(../images/lun-title-hr-left2.png) left top/100% 100% no-repeat;
}

.Article .LunBox .tableList .tableItem:nth-child(3) th::after {
  background: url(../images/lun-title-hr-right2.png) left top/100% 100% no-repeat;
}

.Article .LunBox .tableList .tableItem th {
  height: .46rem;
  font-size: .18rem;
  color: #fff;
  font-weight: bold;
  vertical-align: bottom;
  text-align: center;
  border: 1px solid #d6ebff;
}

.Article .LunBox .tableList .tableItem th::before, .Article .LunBox .tableList .tableItem th::after {
  content: "";
  width: 1.73rem;
  height: .23rem;
  background: url(../images/lun-title-hr-left.png) left top/100% 100% no-repeat;
  display: inline-block;
}

.Article .LunBox .tableList .tableItem th::after {
  background: url(../images/lun-title-hr-right.png) left top/100% 100% no-repeat;
}

.Article .LunBox .tableList .tableItem th span {
  position: relative;
  top: -.08rem;
  margin: 0 -.05rem;
}

.Article .LunBox .tableList .tableItem td {
  min-height: 1.22rem;
  padding: .28rem .26rem;
  font-size: .16rem;
  color: #222222;
  line-height: 1.5;
  word-break: break-word;
  border: 1px solid #d6ebff;
}

.Article .LunBox .tableList .tableItem td:nth-child(1) {
  align-items: center;
  font-size: .3rem;
  color: #222222;
  font-weight: bold;
  justify-content: center;
}

.Article .LunBox .tableList .tableItem td:nth-child(3) {
  width: 2.2rem;
  text-align: center;
}

.Article .LunBox .tableList .tableItem .collspan {
  display: flex;
  width: 100%;
  padding: .2rem 0;
  justify-content: center;
  align-items: center;
  font-size: .18rem;
  color: #0043ff;
  cursor: pointer;
}

.Article .LunBox .tableList .tableItem .collspan .icon {
  width: .18rem;
  margin-left: .04rem;
}

.Article .LunBox .tableList .tableItem .collspan.up .icon {
  transform: rotateZ(180deg);
}

.Article .guaBox {
  padding: .25rem;
}

.Article .guaBox .gua-title {
  font-size: .24rem;
  color: #222222;
  font-weight: bold;
  position: relative;
  margin-bottom: .4rem;
}

.Article .guaBox .gua-title::before {
  content: "";
  width: 2.37rem;
  height: .5rem;
  background: url(../images/lun-title-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -.32rem;
  top: -.07rem;
  z-index: -1;
}

.Article .guaBox .brief {
  font-size: .18rem;
  color: #222222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .43rem;
}

.Article .guaBox .sec-card {
  position: relative;
  box-shadow: 0 0 0.3rem rgba(200, 228, 255, 0.21);
}

.Article .guaBox .sec-card .card-top {
  height: .26rem;
  background-color: #e5f1ff;
  position: relative;
  font-size: .24rem;
  color: #0076ff;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
  text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -2px #fff;
}

.Article .guaBox .sec-card .card-top .item {
  position: relative;
  top: -.15rem;
  margin-right: .3rem;
}

.Article .guaBox .sec-card .card-top span {
  font-size: .36rem;
}

.Article .guaBox .sec-card .card-content {
  display: flex;
  flex-wrap: wrap;
}

.Article .guaBox .sec-card .card-content .conItem {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  padding-left: .5rem;
}

.Article .guaBox .sec-card .card-content .conItem:nth-child(2n) {
  margin-bottom: .65rem;
}

.Article .guaBox .sec-card .card-content .conItem:last-child {
  margin-bottom: 0;
}

.Article .guaBox .sec-card .card-content .conItem .icon {
  width: .5rem;
  height: .65rem;
  position: absolute;
  left: .3rem;
  top: -.3rem;
  z-index: -1;
}

.Article .guaBox .sec-card .card-content .conItem .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Article .guaBox .sec-card .card-content .conItem .text {
  font-size: .16rem;
  color: #222222;
  width: 3rem;
  font-weight: bold;
  word-break: break-all;
  text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -2px #fff;
}

.Article .guaBox table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-shadow: 0 0 0.21rem rgba(200, 228, 255, 0.31);
}

.Article .guaBox table th {
  height: .46rem;
  font-size: .18rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #d6ebff;
  background-color: #e5ecff;
  color: #0076ff;
}

.Article .guaBox table thead tr:nth-child(1) th {
  vertical-align: bottom;
}

.Article .guaBox table thead tr:nth-child(1) th::before, .Article .guaBox table thead tr:nth-child(1) th::after {
  content: "";
  width: 1.73rem;
  height: .23rem;
  background: url(../images/lun-title-hr-left2.png) left top/100% 100% no-repeat;
  display: inline-block;
}

.Article .guaBox table thead tr:nth-child(1) th::after {
  background: url(../images/lun-title-hr-right2.png) left top/100% 100% no-repeat;
}

.Article .guaBox table thead tr:nth-child(1) th span {
  position: relative;
  top: -.08rem;
  margin: 0 -.05rem;
}

.Article .guaBox table thead tr:nth-child(2) th {
  background-color: #fff;
  color: #222222;
}

.Article .guaBox table tbody td {
  min-height: .88rem;
  padding: .28rem .18rem;
  color: #222222;
  font-size: .16rem;
  text-align: center;
  border: 1px solid #d6ebff;
}

.Article .guaBox table tbody td:nth-child(2) {
  text-align: left;
}

.Article .guaBox table tbody td .item {
  display: flex;
  align-items: center;
}

.Article .guaBox table tbody td .item img {
  margin-right: .1rem;
}

.My .sec2 .list-item .itemRightTop::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #333333;
  border-radius: 50%;
  display: block;
  margin-right: .1rem;
  align-self: center;
}

.My .sec2 .list-item .itemRightTop .name {
  color: #333 !important;
}

.My .sec2 .list-item .itemFoot {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.My .sec2 .list-item .itemFoot .scoreBox {
  display: flex;
  align-items: center;
  font-size: .14rem;
  margin-left: .15rem;
  color: #1e90ff;
}

.My .sec2 .list-item .itemFoot .scoreBox .item:not(:last-of-type) {
  margin-right: .15rem;
}

.My .sec2 .list-item .itemFoot .btns {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.My .sec2 .list-item .itemFoot .btns .btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: .14rem;
  color: #1E90FF;
}

.My .sec2 .list-item .itemFoot .btns .btn span.red {
  color: #ff531e;
}

.My .sec2 .list-item .itemFoot .btns .btn .icon {
  width: .16rem;
  height: .16rem;
  margin-right: 3px;
}

.My .sec2 .list-item .itemFoot .btns .btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.My .sec2 .list-item .itemFoot .btns .btn:not(:last-of-type) {
  margin-right: .18rem;
}

.My .sec2 .list-item .editList {
  margin-bottom: .3rem;
}

.My .sec2 .list-item .editList .editItem {
  display: flex;
  align-items: center;
  margin-bottom: .15rem;
  font-size: .14rem;
  color: #333;
}

.My .sec2 .list-item .editList .editItem .sleft {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1;
}

.My .sec2 .list-item .editList .editItem .sleft .user {
  display: flex;
  align-items: center;
  color: #1E90FF;
}

.My .sec2 .list-item .editList .editItem .sleft .user .icon {
  width: .14rem;
  margin-right: .08rem;
}

.My .sec2 .list-item .editList .editItem .sleft .user.orange {
  color: #FF531E;
}

.My .sec2 .list-item .editList .editItem .sleft .text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.My .sec2 .list-item .editList .editItem .sright {
  margin-left: .5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #999999;
}

.My .sec2 .list-item .editList .editItem .sright .user {
  margin-right: .2rem;
}

.dialog-score .mkContent {
  min-width: 5.6rem;
  background-color: #fff;
  width: fit-content;
  max-width: 7rem;
  border-radius: .2rem;
  padding: .3rem .3rem .45rem;
}

.dialog-score .mkContent .mkTitle {
  font-size: .22rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: .3rem;
}

.dialog-score .mkContent .content {
  font-size: .18rem;
  color: #333333;
  margin-bottom: .45rem;
}

.dialog-score .mkContent .content .label {
  text-align: center;
  margin-bottom: .1rem;
}

.dialog-score .mkContent .content .line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-score .mkContent .content .line .item:not(:last-child) {
  margin-right: .45rem;
}

.dialog-score .mkContent .content .line .item .num {
  color: #ff531e;
}

.dialog-score .mkContent .content .line .item .type {
  color: #1e90ff;
}

.dialog-score .mkContent .mkFoot {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-score .mkContent .mkFoot .btn {
  width: 2.35rem;
  line-height: .66rem;
  cursor: pointer;
  border-radius: .33rem;
  font-size: .22rem;
  color: #fff;
  text-align: center;
  margin: .3rem auto 0;
}

.dialog-score .mkContent .mkFoot .btn.blue {
  background-color: #1e90ff;
}

.dialog-score .mkContent .mkFoot .btn.gray {
  background-color: #d0d0d0;
}

.dialog-score.dialog-edit2 .input {
  width: 5.5rem;
  height: .5rem;
  border: 1px solid #d2d2d2;
  border-radius: .1rem;
  margin: 0 auto;
}

.dialog-score.dialog-edit2 .input input {
  width: 100%;
  height: 100%;
  line-height: .5rem;
  font-size: .16rem;
  color: #a6a6a6;
  padding: 0 .3rem;
}

.dialog-score.dialog-edit2 .img {
  width: 5.5rem;
  margin: .2rem auto 0;
}

.dialog-score.dialog-edit2 .mkFoot {
  padding: 0 .2rem;
}

.dialog-score.dialog-edit2 .mkFoot .btn {
  width: 1.8rem;
  line-height: .5rem;
  border-radius: .3rem;
  font-size: .18rem;
}

.Service .card {
  margin-bottom: .4rem;
}

.Service .card .card-title {
  font-size: .18rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: .25rem;
}

.Service .card1 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.Service .card1 ul li {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: .16rem;
  line-height: .65rem;
  position: relative;
}

.Service .card1 ul li:nth-child(2n+1)::after {
  content: "";
  width: 200%;
  border-bottom: 1px dashed #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Service .card1 ul li .label {
  color: #333333;
  margin-right: .2rem;
  min-width: 1.4rem;
  flex-shrink: 0;
}

.Service .card1 ul li .slist {
  flex: 1;
  display: flex;
  align-items: center;
}

.Service .card1 ul li .slist .sitem {
  display: flex;
  align-items: center;
  color: #666666;
}

.Service .card1 ul li .slist .sitem .icon {
  width: .16rem;
  margin-right: .1rem;
}

.Service .card1 ul li .slist .sitem:not(:last-child) {
  margin-right: .24rem;
}

.Service .card2 ul {
  display: flex;
  flex-wrap: wrap;
}

.Service .card2 ul li {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-bottom: .38rem;
}

.Service .card2 ul li .icon {
  width: .4rem;
  margin-right: .1rem;
}

.Service .card2 ul li .li-right {
  flex: 1;
}

.Service .card2 ul li .li-right .label {
  font-size: .14rem;
  color: #999999;
}

.Service .card2 ul li .li-right .text {
  font-size: .16rem;
  color: #333333;
}

.Service .mapBox {
  height: 6.2rem;
  width: 100%;
  overflow: hidden;
  margin-top: .35rem;
}

.Service .imgList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .1rem;
}

.Service .imgList .imgItem {
  aspect-ratio: 276 / 184;
  overflow: hidden;
}

.Service .meet-box .card2 {
  border-bottom: 1px dashed #e5e5e5;
}

.Service .meet-box.en li {
  width: 100%;
}

.Service .transport-box {
  margin-top: 20px;
}

.Service .transport-box.en .card2 {
  border-bottom: 1px dashed #e5e5e5;
}

.Service .transport-box.en .card2 li {
  width: 100%;
}

.Service .transport-box.en .list .item {
  min-height: .65rem;
  padding: .15rem 0;
  line-height: 1.5;
}

.Service .transport-box.en .list .item-item {
  width: .95rem;
}

.Service .transport-box.en .list .item-item:not(:last-child) {
  margin-right: .15rem;
}

.Service .transport-box.en .list .label {
  flex: 1;
}

.Service .transport-box.en .list .item-right {
  margin-left: .3rem;
  flex-shrink: 0;
}

.Service .transport-box .list {
  font-size: .16rem;
  line-height: .65rem;
  position: relative;
  display: flex;
}

.Service .transport-box .list > div {
  width: 5.8rem;
}

.Service .transport-box .list > div:nth-child(1) {
  padding-right: 1.3rem;
  border-right: 1px solid #eee;
}

.Service .transport-box .list > div:nth-child(2) {
  padding-left: 1.3rem;
}

.Service .transport-box .list > div:nth-child(2) .item .label {
  min-width: 1rem;
}

.Service .transport-box .list .topLabel {
  display: flex;
  align-items: center;
  font-size: .24rem;
  color: #001858;
  font-weight: bold;
  margin-bottom: .2rem;
}

.Service .transport-box .list .topLabel .icon {
  width: .24rem;
  height: .3rem;
  margin-right: .1rem;
}

.Service .transport-box .list .topLabel .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.Service .transport-box .list .item, .Service .transport-box .list .item-right, .Service .transport-box .list .item-item {
  display: flex;
  align-items: center;
}

.Service .transport-box .list .item .label {
  min-width: 1.35rem;
}

.Service .transport-box .list .item-right {
  margin-left: .3rem;
}

.Service .transport-box .list .item-item .icon {
  width: .18rem;
  margin-right: .1rem;
}

.Service .transport-box .list .item-item:not(:last-child) {
  margin-right: .3rem;
}

.Service .transport-box .tipBox {
  width: 100%;
}

.Service .transport-box .tipBox .btn-download {
  width: 1.1rem;
  line-height: .3rem;
  border-radius: .15rem;
  background-color: #3077ff;
  color: #fff;
  text-align: center;
  font-size: .14rem;
  cursor: pointer;
  margin: .2rem 0 .3rem auto;
}

.Service .jiudian-box .tipBox {
  width: 100%;
  background-color: #f1f6ff;
  padding: .15rem 1rem;
  font-size: .16rem;
  color: #3077ff;
  line-height: 1.5;
  text-align: center;
  margin-bottom: .4rem;
}

.Service .jiudian-box .tipBox span {
  font-weight: bold;
}

.Service .jiudian-box .recommendBox .title {
  font-size: .18rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: .1rem;
}

.Service .jiudian-box .recommendBox .itemBox {
  padding: .25rem 0;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  align-items: flex-start;
  font-size: .16rem;
  color: #333;
}

.Service .jiudian-box .recommendBox .itemBox .icon {
  width: .18rem;
  height: .24rem;
  flex-shrink: 0;
  margin-right: .05rem;
}

.Service .jiudian-box .recommendBox .itemBox .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Service .jiudian-box .recommendBox .itemBox .label {
  font-weight: bold;
  margin-right: .1rem;
  flex-shrink: 0;
}

.Service .jiudian-box .recommendBox .itemBox ul li {
  display: flex;
  align-items: flex-start;
  list-style: none;
}

.Service .jiudian-box .recommendBox .itemBox ul li:not(:last-child) {
  margin-bottom: .18rem;
}

.Service .jiudian-box .recommendBox .itemBox ul li .text.bold {
  color: #3077ff;
  font-weight: bold;
}

.Service .jiudian-box .recommendBox .itemBox.linkBox .itemRight {
  flex: 1;
}

.Service .jiudian-box .recommendBox .itemBox.linkBox ul li {
  align-items: flex-start;
  flex: 1;
  padding-right: 1rem;
}

.Service .jiudian-box .recommendBox .itemBox.linkBox .text {
  flex: 1;
}

.Service .jiudian-box .recommendBox .itemBox.linkBox .maBox {
  flex: 1;
  text-align: center;
}

.Service .jiudian-box .recommendBox .itemBox.linkBox .maBox .ma {
  width: 1.93rem;
  height: 1.93rem;
  margin: 0 auto .1rem;
}

.Service .jiudian-box .recommendBox .itemBox.linkBox .maBox span {
  font-size: .16rem;
  color: #333333;
}

.Service .jiudian-box .gridBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .12rem;
}

.Service .jiudian-box .gridBox .gridItem .img {
  aspect-ratio: 275 / 184;
  overflow: hidden;
  margin-bottom: .14rem;
}

.Service .jiudian-box .gridBox .gridItem .name {
  font-size: .16rem;
  color: #333333;
  text-align: center;
}

.Register .table1 thead th {
  text-align: center !important;
}

.Register .table1 thead th img {
  width: .26rem;
  height: .2rem;
  object-fit: contain;
  vertical-align: middle;
}

.Register .table1 tbody td {
  height: 0.8rem !important;
}

.Register .table1 td {
  position: relative;
}

.Register .table1 td .icon-zk {
  width: .58rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.Register .table2 thead th {
  text-align: center;
}

.Register .table2 thead th img {
  width: .26rem;
  vertical-align: sub;
}

.Register .table2 thead th:nth-child(2) {
  color: #2f77ff !important;
}

.Register .table2 thead th:nth-child(3) {
  color: #b7a6cf !important;
}

.Register .table2 thead th:nth-child(4) {
  color: #d09d00 !important;
}

.toolTip {
  position: absolute;
  left: .27rem;
  top: 0;
  font-size: .14rem;
  background-color: black;
  color: #fff;
  border-radius: 2px;
  line-height: 1.5;
  width: fit-content;
  max-width: calc(100% - .27rem);
  opacity: 0;
  padding: .1rem;
  transition: opacity .2s ease;
}

.Information .sec6 .listBox {
  width: 100%;
  border: 1px solid #eeeeee;
}

.Information .sec6 .list-item {
  margin-bottom: 0;
  padding: .2rem .3rem;
  box-shadow: initial;
  display: flex;
  align-items: center;
}

.Information .sec6 .list-item:not(:last-child) {
  border-bottom: 1px dashed #e3e3e3;
}

.Information .sec6 .list-item .logo {
  width: 1.2rem;
  margin-right: .28rem;
  min-height: .66rem;
  margin-bottom: 0;
}

.Information .sec6 .list-item .company {
  width: 2rem;
  margin-right: .3rem;
}

.Information .sec6 .list-item .company .name {
  font-size: .18rem;
  color: #333333;
  margin-bottom: 0;
}

.Information .sec6 .list-item .company .en {
  color: #a0a0a0;
  font-size: .12rem;
}

.Information .sec6 .list-item .brief {
  width: 3.8rem;
  margin-right: .8rem;
  font-size: .16rem;
}

.Information .sec6 .list-item .call {
  font-size: .14rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.Information .sec6 .list-item .call .item {
  display: flex;
  align-items: center;
}

.Information .sec6 .list-item .call .item.people {
  color: #333;
}

.Information .sec6 .list-item .call .item.phone {
  color: #3077ff;
}

.Information .sec5 {
  padding-left: .2rem;
}

.Information .sec5 .topBlank {
  height: .2rem;
}

.Information .sec5 .sec5-menus {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  font-size: .18rem;
  color: #409eff;
  text-align: center;
  cursor: pointer;
}

.Information .sec5 .sec5-menus .mitem {
  border: 1px solid;
  border-color: #b3d8ff;
  background-color: #ecf5ff;
  min-width: 1.22rem;
  min-height: .46rem;
  margin-bottom: .2rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .1rem;
  border-radius: .05rem;
  margin-right: .3rem;
}

.Information .sec5 .sec5-menus .mitem.Actv, .Information .sec5 .sec5-menus .mitem:hover {
  background-color: #409eff;
  color: #fff;
}

.Information .sec5 .sec5-menus .mitem.Actv:hover {
  background-color: #66b1ff;
  border-color: #66b1ff;
}

.Information .sec5 .list-people .flexBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.Information .sec5 .list-people .list-item {
  display: flex;
  align-items: flex-start;
  width: 45%;
}

.Information .sec5 .list-people .list-item:not(:last-child) {
  margin-bottom: .55rem;
}

.Information .sec5 .list-people .list-item:nth-child(2n+1) {
  margin-right: auto;
}

.Information .sec5 .list-people .list-item .avatar {
  width: 1.6rem;
  border-radius: 0 0 .3rem 0;
  flex-shrink: 0;
  filter: drop-shadow(0 0.02rem 0.06rem rgba(7, 98, 203, 0.5));
}

.Information .sec5 .list-people .list-item .item-right {
  flex: 1;
  overflow: hidden;
}

.Information .sec5 .list-people .list-item .item-right .name {
  font-size: .28rem;
  color: #333333;
  font-weight: bold;
  padding-left: .27rem;
}

.Information .sec5 .list-people .list-item .item-right .infoBox {
  position: relative;
  margin-bottom: .1rem;
  font-size: .18rem;
  color: #6e6e6e;
  z-index: 1;
}

.Information .sec5 .list-people .list-item .item-right .infoBox:hover .toolTip {
  opacity: 1;
}

.Information .sec5 .list-people .list-item .item-right .info {
  padding-left: .27rem;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: .55rem;
}

.Information .sec5 .list-people .list-item .item-right .content {
  margin-top: .15rem;
  font-size: .16rem;
  line-height: 1.5;
  position: relative;
  padding: 0 .15rem .15rem .27rem;
  min-height: 1.3rem;
}

.Information .sec5 .list-people .list-item .item-right .content .htmlContent {
  display: -webkit-box;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.Information .sec5 .list-people .list-item .item-right .content:hover .toolTip {
  opacity: 1;
}

.Information .sec5 .people-detail .vipindction {
  width: 10rem;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.Information .sec5 .people-detail .vipindctionimgbox {
  width: 2rem;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 .2rem .2rem;
}

.Information .sec5 .people-detail .vipindctionimgbox h3 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.Information .sec5 .people-detail .vipindctionimgbox h3 img {
  transition: transform .65s ease;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.Information .sec5 .people-detail .vipindctionimgbox h3:hover img {
  transform: scale(1.1);
}

.Information .sec5 .people-detail .vipindctionimgbox::after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 0;
}

.Information .sec5 .people-detail .vipindctiontext .name h3 {
  font-size: .3rem;
  color: #0b3775;
  font-weight: bold;
}

.Information .sec5 .people-detail .vipindctiontext .name p {
  font-size: .16rem;
  color: #333333;
}

.Information .sec5 .people-detail .vipindctionright {
  width: calc(100% - 3rem);
  box-sizing: border-box;
}

.Information .sec5 .people-detail .vipindctionright .name {
  margin-bottom: .3rem;
}

.Information .sec5 .people-detail .vipindctionright .synopsis {
  font-size: .18rem;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: .2rem;
  padding-bottom: .2rem;
}

.Information .sec5 .people-detail .vipindctionright .info {
  font-size: .16rem;
  line-height: .3rem;
  color: #666666;
  width: 100%;
  text-align: justify;
  height: auto;
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: .1rem;
}

.Information .sec5 .people-detail .vipindctionmore {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: .7rem;
  margin-left: auto;
  width: fit-content;
}

.Information .sec5 .people-detail .vipindctionmore p {
  width: 1.98rem;
  text-align: center;
  line-height: .52rem;
  background-color: #f5f5f5;
  font-size: .16rem;
  color: #333333;
  position: relative;
}

.Information .sec5 .people-detail .vipindctionmore p::after {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e5000e;
  transition: all .3s;
}

.Information .sec5 .people-detail .vipindctionmore p span {
  position: relative;
  z-index: 2;
}

.Information .sec5 .people-detail .vipindctionmore:hover p::after {
  width: 100%;
}

.Information .sec5 .people-detail .vipindctionmore:hover span {
  color: #fff;
}

.Information .sec5 .zhuxi-box .itemBox .item-title {
  font-size: .22rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #2B3540;
  margin-bottom: .45rem;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subTitle {
  font-size: .18rem;
  color: #3077ff;
  margin-bottom: .3rem;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList {
  display: flex;
  flex-wrap: wrap;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem {
  display: flex;
  width: 50%;
  margin-bottom: .8rem;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .cover {
  width: 1.6rem;
  border-radius: 0 0 .3rem 0;
  flex-shrink: 0;
  overflow: hidden;
  filter: drop-shadow(0 0.02rem 0.06rem rgba(7, 98, 203, 0.5));
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight {
  flex: 1;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight .name {
  font-size: .28rem;
  color: #333333;
  font-weight: bold;
  padding-left: .27rem;
  margin-bottom: .15rem;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight .infoBox {
  font-size: .18rem;
  color: #6e6e6e;
  margin-bottom: .1rem;
  position: relative;
  z-index: 1;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight .infoBox .info {
  padding-left: .27rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  height: .55rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight .infoBox .info.line2Clamp {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  height: auto;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight .infoBox:hover .toolTip {
  opacity: 1;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight .content {
  font-size: .16rem;
  line-height: 1.5;
  padding: .15rem;
  padding: 0 .15rem .15rem .27rem;
  min-height: 1.3rem;
  margin-top: .15rem;
  cursor: pointer;
  position: relative;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight .content .htmlContent {
  display: -webkit-box;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.Information .sec5 .zhuxi-box .itemBox .subItem .subList .pItem .pItemRight .content:hover .toolTip {
  opacity: 1;
}

.Information .sec7 .mainCont {
  border: 1px solid #eee;
}

.Information .sec7 .main_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 0 .2rem;
}

.Information .sec7 .txtCha {
  font-weight: bold;
  font-size: .18rem !important;
}

.Information .sec7 .rowLt {
  display: flex;
  align-items: center;
}

.Information .sec7 .LtImg {
  width: 2rem;
  height: 1rem;
  display: flex;
  align-items: center;
}

.Information .sec7 .LtImg img {
  width: 1.2rem;
  margin: 0 auto;
}

.Information .sec7 .Lttxt {
  margin-left: .2rem;
}

.Information .sec7 .Lttxt > div, .Information .sec7 .rowRt > div {
  font-size: .14rem;
}

.Information .sec7 .texteare_txt {
  padding: .2rem;
  font-size: .16rem;
}

.Information .sec7 .imgList2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.Information .sec7 .imgList2 .item {
  width: 25%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.Information .sec7 .imgList2 .pimage {
  padding: .02rem;
  overflow: hidden;
  height: 2.5rem;
  border: .05rem solid #eee;
}

.Information .sec7 .imgList2 .procutitle {
  padding: .1rem;
  border: .05rem solid #eee;
  background: #f8f8f8;
  color: #000;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Information .sec7 .imgList2 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.Index .swiper.swiper-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Index .swiper.swiper-imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Index .swiper.swiper-imgs .swiper-pagination-bullet-active {
  background: #fff;
}

.Index .container2 {
  display: flex;
  margin-top: .35rem;
}

.Index .container2 .menus {
  margin-top: .45rem;
  width: 1.6rem;
  margin-right: .4rem;
}

.Index .container2 .menus .mitem {
  line-height: .4rem;
  border: 1px solid #e1e4ea;
  font-size: .14rem;
  color: #878d98;
  text-align: center;
  border-radius: .03rem;
  margin-bottom: .1rem;
  cursor: pointer;
}

.Index .container2 .menus .mitem:hover, .Index .container2 .menus .mitem.Actv {
  color: #fff;
  background-color: #3077ff;
  border-color: transparent;
}

.Index .container2 .con-title {
  font-size: .26rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: .25rem;
}

.Index .container2 .container-right {
  flex: 1;
}

.Index .container2 .timeLineBox {
  height: 700px;
  overflow-y: auto;
}

.Index .container2 .timeLineBox .itemTimeBox .timeBoxTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .25rem;
  padding-bottom: .05rem;
  border-bottom: 1px solid #f3f3f3;
}

.Index .container2 .timeLineBox .itemTimeBox .timeBoxTop .timeTitle {
  font-size: .2rem;
  color: #333333;
  font-weight: bold;
  width: fit-content;
  background: linear-gradient(to right, #dce8ff, #dce8ff) left bottom/100% 0.1rem no-repeat;
}

.Index .container2 .timeLineBox .itemTimeBox .timeBoxTop .name {
  margin-left: .3rem;
  flex-shrink: 0;
  font-size: .2rem;
  color: #878d98;
}

.Index .container2 .timeLineBox .timeDivItem:last-child .timeRight {
  border-left-color: transparent !important;
}

.Index .container2 .noBorderLeft {
  border-left-color: transparent !important;
}

.Index .container2 .subTitle {
  font-size: .14rem;
  color: #3279ff;
  text-align: center;
  min-width: 1rem;
  padding: 0 .15rem;
  border: 1px solid #3279ff;
  border-radius: .15rem;
  width: fit-content;
  margin-left: 1.05rem;
  margin-bottom: .35rem;
  font-weight: bold;
}

.Index .container2 .timeItem {
  display: flex;
}

.Index .container2 .timeItem .timeLeft {
  width: 1.56rem;
  flex-shrink: 0;
  height: fit-content;
  display: flex;
  align-items: center;
  position: relative;
  font-size: .18rem;
  color: #878d98;
}

.Index .container2 .timeItem .timeLeft .icon-clock {
  width: .16rem;
  margin-right: .1rem;
  flex-shrink: 0;
}

.Index .container2 .timeItem .timeLeft .icon-clock img {
  display: block;
  width: 100%;
}

.Index .container2 .timeItem .timeRight {
  flex: 1;
  padding-left: .3rem;
  padding-bottom: .5rem;
  position: relative;
  border-left: 1px dashed #e2e2e2;
}

.Index .container2 .timeItem .timeRight::before {
  content: "";
  width: .16rem;
  height: .16rem;
  background: url(../images/icon-time-dot.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.13rem;
  transform: translate(-50%, -50%);
}

.Index .container2 .timeItem .timeRight .content {
  font-size: .18rem;
  color: #333333;
  position: relative;
}

.Index .container2 .timeItem .timeRight .userBox {
  display: flex;
}

.Index .container2 .timeItem .timeRight .userBox .name {
  font-size: .18rem;
  color: #333333;
  font-weight: bold;
  margin-right: .1rem;
  flex-shrink: 0;
}

.Index .container2 .timeItem .timeRight .userBox .brief {
  font-size: .16rem;
  color: #878d98;
}

.page_box {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  color: #a8a8a8;
  justify-content: center;
}

.page_box > div {
  min-width: 0.2rem;
  padding: 0 0.05rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.page_box > div:not(:last-of-type) {
  margin-right: 0.45rem;
}

.page_box .item.Actv {
  font-weight: bold;
  color: #000000;
}
