.inside-page {
  padding: 6% 0;
  min-height: 520px;
  line-height: 1.75;
}
.inside-page p {
  font-weight: lighter;
}
@media screen and (max-width: 1024px) {
  .inside-page p {
    font-weight: normal;
  }
}
.inside-page h2 {
  font-size: 3rem;
  font-weight: normal;
}
.pag-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4%;
}
.pag-bar a {
  display: inline-block;
  width: 37px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  margin: 3px;
  border-radius: 4px;
}
.pag-bar .page-num-current {
  background-color: #003da5;
  color: #fff;
}
.Procen-list li {
  margin-bottom: 5%;
  border-radius: 10px;
  overflow: hidden;
}
.Procen-list li a {
  display: flex;
}
.Procen-list li .pic {
  width: 60%;
  height: 37.5rem;
}
@media screen and (max-width: 992px) {
  .Procen-list li .pic {
    width: 52%;
  }
}
.Procen-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Procen-list li .con {
  flex: 1;
  background-color: #f2f6fc;
  padding: 5% 4% 0;
  position: relative;
  z-index: 1;
}
.Procen-list li .con::after {
  content: '';
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #5cb531, #003da5);
  position: absolute;
  left: 0;
  bottom: 0;
}
.Procen-list li .con img {
  margin: 0 0 0 auto;
  height: 5rem;
}
.Procen-list li .con img:nth-child(2) {
  display: none;
}
.Procen-list li .con h2 {
  margin: 3rem 0 1rem;
}
.Procen-list li .con .more {
  margin-top: 1.875rem;
  transition: all 0s;
  pointer-events: none;
}
.Procen-list li:nth-child(2n) .pic {
  order: 2;
}
.Procen-list li:nth-child(2n) .con {
  order: 1;
}
.Procen-list li:hover .con {
  background-color: #003da5;
  transition: all 0.2s linear;
}
.Procen-list li:hover .con img:first-child {
  display: none;
}
.Procen-list li:hover .con img:nth-child(2) {
  display: block;
}
.Procen-list li:hover .con h2 {
  color: #fff;
}
.Procen-list li:hover .con p {
  color: #fff;
}
.Procen-list li:hover .con .more {
  background-color: #fff;
  transition: all 0s;
}
@media screen and (max-width: 700px) {
  .Procen-list li a {
    flex-wrap: wrap;
  }
  .Procen-list li .pic {
    width: 100%;
    height: auto;
  }
  .Procen-list li .con {
    margin-top: -10px;
    padding: 3rem 4%;
  }
  .Procen-list li .con h2 {
    margin-top: 0;
  }
  .Procen-list li:nth-child(2n) .pic {
    order: 1;
  }
  .Procen-list li:nth-child(2n) .con {
    order: 2;
  }
}
.t_li tr {
  display: flex;
  justify-content: space-between;
}
.t_li tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.t_li tr td p {
  text-align: center;
  font-weight: normal;
}
.t_li tr td p:first-child {
  display: flex;
  margin-bottom: 0.9375rem;
}
.t_li tr td p:first-child img {
  margin: auto;
}
.t_li tr td p:first-child img:nth-child(2) {
  display: none;
}
.t_li tr td:hover p {
  color: #003da5;
}
.t_li tr td:hover p:first-child img:nth-child(1) {
  display: none;
}
.t_li tr td:hover p:first-child img:nth-child(2) {
  display: block;
}
.Pro_Medical .s1 {
  padding-bottom: 4%;
}
.Pro_Medical .s1 .page {
  display: flex;
}
.Pro_Medical .s1 .page .logo {
  width: 13.75rem;
  height: 12.8125rem;
  padding: 2.1875rem;
  background-color: #f1f6fc;
  border-radius: 10px;
  display: flex;
  margin-right: 4%;
}
.Pro_Medical .s1 .page .logo img {
  margin: auto;
}
.Pro_Medical .s1 .page .rg {
  flex: 1;
}
.Pro_Medical .s1 .page .rg .con h3 {
  font-size: 1.5rem;
  font-weight: normal;
}
.Pro_Medical .s1 .page .rg .con table {
  margin-top: 3.4375rem;
  width: 100%;
}
.Pro_Medical .s1 .page .rg .con table tr {
  display: flex;
  flex-wrap: wrap;
}
.Pro_Medical .s1 .page .rg .con table tr td {
  width: 215px !important;
  height: 215px;
  border: 1px solid #eee;
  border-radius: 50%;
  margin-bottom: 2%;
}
.Pro_Medical .s1 .page .rg .con table tr td p:first-child {
  height: 70px;
}
.Pro_Medical .s1 .page .rg .con table tr td p:first-child img {
  height: 100%;
}
.Pro_Medical .s1 .page .rg .con table tr td:hover {
  border-color: #003da5;
}
@media screen and (max-width: 1500px) {
  .Pro_Medical .s1 .page .rg .con table tr td {
    width: 180px !important;
    height: 180px;
  }
  .Pro_Medical .s1 .page .rg .con table tr td p:first-child {
    height: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .Pro_Medical .s1 .page .rg .con table tr td {
    width: 13.125rem !important;
    height: 13.125rem;
  }
  .Pro_Medical .s1 .page .rg .con table tr td p:first-child {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .Pro_Medical .s1 .page .rg .con table tr td {
    width: 130px !important;
    height: 130px;
  }
  .Pro_Medical .s1 .page .rg .con table tr td p:first-child {
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .Pro_Medical .s1 .page .rg .con table tr td {
    width: 64px !important;
    height: 64px;
  }
  .Pro_Medical .s1 .page .rg .con table tr td p {
    white-space: nowrap;
    transform: scale(0.55);
  }
  .Pro_Medical .s1 .page .rg .con table tr td p:first-child {
    margin-bottom: -7px;
  }
}
@media screen and (max-width: 900px) {
  .Pro_Medical .s1 .page {
    display: block;
  }
  .Pro_Medical .s1 .page .logo {
    float: left;
    width: 12rem;
    height: 11rem;
    padding: 2rem;
  }
  .Pro_Medical .s1 .page .rg {
    margin-top: 2%;
  }
}
.Pro_Medical .s2 {
  display: flex;
  align-items: center;
  height: 34.375rem;
  background: url(../images/medical-bg2.jpg) no-repeat center;
  background-size: cover;
}
.Pro_Medical .s2 * {
  color: #fff;
}
.Pro_Medical .s2 .page {
  max-width: 940px;
}
.Pro_Medical .s2 .medical-list {
  position: relative;
  padding: 0 6.25rem;
}
.Pro_Medical .s2 .medical-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Pro_Medical .s2 .medical-list li .pic {
  display: flex;
  height: 11.5625rem;
}
.Pro_Medical .s2 .medical-list li .pic img {
  max-height: 100%;
  margin: auto;
}
.Pro_Medical .s2 .medical-list li p {
  margin: 1.875rem 0 2.5rem;
}
.Pro_Medical .s2 .medical-list .swiper-btn {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.Pro_Medical .s2 .medical-list .swiper-btn .iconfont {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}
.Pro_Medical .s2 .medical-list .swiper-btn .iconfont:hover {
  background-color: #fff;
  color: #666;
}
.Pro_Medical .s3 .med_pro_list > li {
  margin-top: 5%;
}
.Pro_Medical .s3 .med_pro_list > li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Pro_Medical .s3 .med_pro_list > li .top .pic {
  width: 50.625%;
  position: relative;
  filter: contrast(96%);
  -webkit-filter: contrast(96%);
}
.Pro_Medical .s3 .med_pro_list > li .top .con {
  width: 46%;
}
.Pro_Medical .s3 .med_pro_list > li .top .con h5 {
  font-size: 2.125rem;
  font-weight: normal;
  margin-bottom: 6%;
}
.Pro_Medical .s3 .med_pro_list > li .top .con .text {
  height: 20rem;
  padding-right: 0.9375rem;
  overflow-y: auto;
}
.Pro_Medical .s3 .med_pro_list > li .top .con .text::-webkit-scrollbar {
  width: 3px;
}
.Pro_Medical .s3 .med_pro_list > li .top .con .text::-webkit-scrollbar-button {
  display: none;
}
.Pro_Medical .s3 .med_pro_list > li .top .con .text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.Pro_Medical .s3 .med_pro_list > li .top .con .text::-webkit-scrollbar-thumb {
  background-color: #003da5;
}
.Pro_Medical .s3 .med_pro_list > li .top .con .text strong {
  font-size: 1.25rem;
}
.Pro_Medical .s3 .med_pro_list > li .top .con .text p {
  font-size: 1.125rem;
  opacity: 0.8;
}
.Pro_Medical .s3 .med_pro_list > li .btm {
  margin-top: 2.1875rem;
}
.Pro_Medical .s3 .med_pro_list > li .btm table {
  width: 100%;
}
.Pro_Medical .s3 .med_pro_list > li .btm table tbody {
  width: 100%;
}
.Pro_Medical .s3 .med_pro_list > li .btm table tr {
  display: flex;
  justify-content: space-between;
}
.Pro_Medical .s3 .med_pro_list > li .btm table tr td {
  width: 32% !important;
  padding: 1.875rem 2.5rem;
  background: url(../images/border.png) no-repeat;
  background-size: 100% 100%;
}
.Pro_Medical .s3 .med_pro_list > li .btm table tr td strong {
  font-size: 1.125rem;
}
.Pro_Medical .s3 .med_pro_list > li:nth-child(2n) .top .pic {
  order: 2;
}
.Pro_Medical .s3 .med_pro_list > li:nth-child(2n) .top .text {
  order: 1;
}
@media screen and (max-width: 700px) {
  .Pro_Medical .s3 .med_pro_list > li .top {
    display: block;
  }
  .Pro_Medical .s3 .med_pro_list > li .top .pic {
    width: 100%;
  }
  .Pro_Medical .s3 .med_pro_list > li .top .con {
    width: 100%;
    margin-top: 20px;
  }
  .Pro_Medical .s3 .med_pro_list > li .top .con h5 {
    margin-bottom: 5px;
  }
  .Pro_Medical .s3 .med_pro_list > li .top .con .text {
    height: auto;
    padding-right: 0;
  }
  .Pro_Medical .s3 .med_pro_list > li .top .con .text br {
    display: none;
  }
  .Pro_Medical .s3 .med_pro_list > li .btm table tr {
    flex-wrap: wrap;
  }
  .Pro_Medical .s3 .med_pro_list > li .btm table tr td {
    width: 100% !important;
    margin-bottom: 5px;
  }
}
.pro-brand {
  padding: 0;
}
.pro-brand section:nth-child(2n) {
  background-color: #fbfcfe;
}
.pro-brand h3 {
  font-size: 2.125rem;
  font-weight: normal;
  margin-bottom: 0.3125rem;
}
.pro-brand ul li p::before {
  content: '·';
  margin-right: 0.5rem;
}
.pro-brand .s1 {
  padding: 5% 0;
}
.pro-brand .s1 .page {
  display: flex;
}
.pro-brand .s1 .logo {
  margin-right: 5%;
}
.pro-brand .s1 .logo img {
  max-width: 12.5rem;
  max-height: 12.5rem;
}
.pro-brand .s1 .text {
  flex: 1;
}
.pro-brand .s1 .text h2 {
  line-height: 1.33;
}
.pro-brand .s1 .text em {
  display: block;
  font-size: 1.25rem;
  opacity: 0.8;
  margin: 0.5rem 0 1.875rem;
}
.pro-brand .s1 .text ul {
  position: relative;
  padding-bottom: 1.5remx;
}
.pro-brand .s1 .text ul::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.75rem;
  background-color: #efefef;
}
.pro-brand .s1 .text ul li {
  padding-left: 2.625rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.625rem;
}
.pro-brand .s1 .text ul li::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid rgba(1, 60, 161, 0.2);
  background-color: #fff;
  position: absolute;
  left: 0;
  box-sizing: border-box;
}
.pro-brand .s1 .text ul li::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #003da5;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.pro-brand .s1 .text ul li p::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .pro-brand .s1 .page {
    display: block;
  }
  .pro-brand .s1 .page .text {
    margin-top: 20px;
  }
  .pro-brand .s1 .page .more {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.pro-brand .s2 {
  padding: 5% 0;
}
.pro-brand .s2 .t_li {
  margin: 2% 0;
}
.pro-brand .s2 .t_li tbody {
  display: block;
}
.pro-brand .s2 .t_li tr {
  display: flex;
  flex-wrap: wrap;
}
.pro-brand .s2 .t_li tr td {
  width: auto !important;
  flex: 1;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.125rem 0 2.5rem;
  transition: all 0.3s linear;
}
.pro-brand .s2 .t_li tr td:last-child {
  margin-right: 0;
}
.pro-brand .s2 .t_li tr td p:first-child {
  height: 5.4375rem;
}
.pro-brand .s2 .t_li tr td p:first-child img {
  height: 100%;
}
.pro-brand .s2 .t_li tr td:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  .pro-brand .s2 .t_li tr td {
    width: 49% !important;
    flex: auto;
    margin-bottom: 2%;
  }
  .pro-brand .s2 .t_li tr td:nth-child(2n) {
    margin-right: 0;
  }
}
.pro-brand .s2 table:not(.t_li) {
  border-spacing: 0 !important;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.pro-brand .s2 table:not(.t_li) .firstRow {
  background-color: #003da5;
}
.pro-brand .s2 table:not(.t_li) .firstRow td {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: normal;
}
.pro-brand .s2 table:not(.t_li) td {
  padding: 1.125rem 2.625rem;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 1.125rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro-brand .s3 {
  padding: 5% 0;
}
.pro-brand .s3 table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro-brand .s3 table tr td {
  width: 49%;
  padding: 3.4375rem;
  background-color: #f3f6fd;
  border-top: 3px solid #003da5;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.pro-brand .s3 table tr td img {
  height: 10rem;
  position: absolute;
  right: 3.75rem;
  bottom: 3.125rem;
  z-index: -1;
}
.pro-brand .s3 table tr td:hover {
  border-radius: 10px;
  background-color: #003da5;
}
.pro-brand .s3 table tr td:hover * {
  color: #fff;
}
.pro-brand .s3 table tr td:hover img {
  opacity: 0.1;
}
@media screen and (max-width: 600px) {
  .pro-brand .s3 table tr td {
    width: 100%;
    margin-bottom: 2%;
    padding: 2rem;
  }
  .pro-brand .s3 table tr td img {
    height: 7.5rem;
  }
}
.pro-brand .s4 {
  padding: 6% 0;
}
.pro-brand .s4 table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pro-brand .s4 table tr td {
  width: 50%;
}
.pro-brand .s4 table tr td img {
  border-radius: 10px;
}
.pro-brand .s4 table tr td:nth-child(2) {
  padding-left: 5%;
  line-height: 1.875;
}
@media screen and (max-width: 800px) {
  .pro-brand .s4 table tr td {
    width: 100%;
  }
  .pro-brand .s4 table tr td:nth-child(2) {
    padding: 3% 0 0;
  }
}
.pro-brand .s5 {
  height: 43.75rem;
  background: url(../images/brand-bg1.jpg) no-repeat center;
  background-size: cover;
  line-height: 1.875;
  display: flex;
  padding-top: 3.125rem;
  align-items: center;
}
.pro-brand .s5 * {
  color: #fff;
}
.pro-brand .s5 .page {
  display: flex;
}
.pro-brand .s5 blockquote {
  width: 40%;
}
.pro-brand .s5 table {
  flex: 1;
}
.pro-brand .s5 table tr {
  display: flex;
}
.pro-brand .s5 table tr td {
  width: 15rem;
  margin-right: 3.125rem;
  margin-bottom: 4.375rem;
}
.pro-brand .s5 table tr td strong {
  font-size: 1.375rem;
}
.pro-brand .s5 table tr td p:nth-child(2) {
  opacity: 0.8;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.pro-brand .s5 table tr td p:nth-child(3) {
  display: flex;
  font-size: 2.8125rem;
  font-weight: normal;
  line-height: 1;
}
.pro-brand .s5 table tr td p:nth-child(3) .counter {
  font-size: 3.4375rem;
}
.pro-brand .s5 table tr td p:nth-child(3) sup {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .pro-brand .s5 {
    height: auto;
  }
  .pro-brand .s5 .page {
    display: block;
  }
  .pro-brand .s5 blockquote {
    width: auto;
    margin-bottom: 5%;
  }
}
.pro-brand .s6 {
  padding: 6% 0 4%;
  background-color: #fff !important;
}
.pro-brand .s6 .page {
  display: flex;
  flex-wrap: wrap;
}
.pro-brand .s6 .page a {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding-bottom: 1.875rem;
  position: relative;
  background-color: #fff;
  filter: contrast(96%);
  -webkit-filter: contrast(96%);
}
.pro-brand .s6 .page a:nth-child(2n) {
  margin-right: 0;
}
.pro-brand .s6 .page a p {
  font-size: 1.125rem;
  text-align: center;
  opacity: 0.7;
}
@media screen and (max-width: 700px) {
  .pro-brand .s6 .page a {
    width: 100%;
    margin-right: 0;
  }
}
.innovation {
  padding: 0;
}
.innovation .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.innovation .page .con {
  flex: 1;
}
.innovation p {
  margin-bottom: 0.625rem;
}
.innovation .more {
  margin-top: 2.5rem;
}
.innovation .inn_rd {
  padding: 6% 0;
  position: relative;
}
.innovation .inn_rd .pic {
  width: 50%;
}
.innovation .inn_rd .pic img {
  border-radius: 0 10px 10px 0;
}
.innovation .inn_rd .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.innovation .inn_rd .page .box {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 5.2%;
}
.innovation .inn_rd .page ul {
  margin: 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.innovation .inn_rd .page ul em {
  font-size: 4.125rem;
  font-family: Arial, Helvetica, sans-serif;
}
.innovation .inn_rd .page ul i {
  font-size: 1.25rem;
}
.innovation .inn_rd .page ul span {
  display: block;
  margin-top: 0.3125rem;
  opacity: 0.8;
}
.innovation .inn_rd .page ul .line {
  width: 1px;
  height: 5.3125rem;
  background-color: #eeeeee;
  margin: 0 10px;
}
@media screen and (max-width: 900px) {
  .innovation .inn_rd .pic {
    width: 92%;
    margin: 0 auto;
  }
  .innovation .inn_rd .pic img {
    border-radius: 10px;
  }
  .innovation .inn_rd .page {
    margin-top: 3%;
    position: static;
    transform: translate(0);
  }
  .innovation .inn_rd .page .box {
    width: 100%;
    padding: 0;
  }
}
.innovation .inn_team {
  padding: 6% 0 5%;
  background-color: #f2f6fc;
}
.innovation .inn_team .con {
  flex: 1;
  margin-right: 10%;
}
.innovation .inn_team .pic {
  max-width: 60%;
}
.innovation .inn_team .pic img {
  border-radius: 10px;
}
@media screen and (max-width: 1600px) {
  .innovation .inn_team .con {
    margin-right: 4%;
  }
  .innovation .inn_team .pic {
    max-width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .innovation .inn_team .con {
    flex: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .innovation .inn_team .pic {
    max-width: 100%;
  }
}
.innovation .inn_ban {
  background: url(../images/inn-pic3.jpg) no-repeat center;
  padding: 6% 0 7%;
}
.innovation .inn_ban .page {
  flex-direction: column;
}
.innovation .inn_ban * {
  color: #fff;
}
.innovation .inn_ban p {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .innovation .inn_ban {
    padding: 50px 30px;
  }
  .innovation .inn_ban br {
    display: none;
  }
}
.innovation .inn_qa {
  padding: 6% 0;
}
.innovation .inn_qa .pic {
  max-width: 50%;
}
.innovation .inn_qa .pic img {
  border-radius: 10px;
}
.innovation .inn_qa .con {
  margin-left: 6%;
}
.innovation .inn_qa .con ul {
  display: flex;
  justify-content: space-between;
  margin: 3.125rem 0;
}
.innovation .inn_qa .con ul li i {
  display: block;
  width: 4.6875rem;
  height: 4.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.9375rem;
}
.innovation .inn_qa .con ul li:nth-of-type(1) i {
  background-image: url(../images/inn-qa-ico1.png);
}
.innovation .inn_qa .con ul li:nth-of-type(2) i {
  background-image: url(../images/inn-qa-ico2.png);
}
.innovation .inn_qa .con ul li:nth-of-type(3) i {
  background-image: url(../images/inn-qa-ico3.png);
}
.innovation .inn_qa .con ul li:nth-of-type(4) i {
  background-image: url(../images/inn-qa-ico4.png);
}
.innovation .inn_qa .con ul li span {
  font-size: 1.125rem;
}
.innovation .inn_qa .con ul .line {
  width: 1px;
  height: 6.25rem;
  background-color: #eee;
}
@media screen and (max-width: 700px) {
  .innovation .inn_qa .pic {
    max-width: 100%;
    width: 100%;
  }
  .innovation .inn_qa .con {
    margin: 0;
    margin-top: 3%;
  }
  .innovation .inn_qa .con ul {
    margin: 0;
  }
}
.innovation .inn_area {
  background-color: #f2f6fc;
  padding: 4% 0 6%;
}
.innovation .inn_area .page {
  display: block;
}
.innovation .inn_area .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innovation .inn_area ul {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.innovation .inn_area ul li {
  flex: 1;
  margin-right: 1.25rem;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}
.innovation .inn_area ul li:last-child {
  margin-right: 0;
}
.innovation .inn_area ul li img {
  width: 100%;
  height: calc(19vw + 5rem);
  object-fit: cover;
  opacity: 0.75;
  transition: all 0.3s linear;
}
.innovation .inn_area ul li span {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  left: 1.875rem;
  bottom: 1.5625rem;
}
.innovation .inn_area ul li:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.3s linear;
}
@media screen and (max-width: 700px) {
  .innovation .inn_area ul {
    margin-top: 1.5rem;
  }
  .innovation .inn_area ul li {
    flex: auto;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .innovation .inn_area ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.research-development {
  padding: 0;
}
.research-development .R_D {
  padding: 4% 0 6%;
  background-color: #f2f6fc;
}
.research-development .R_D h5 {
  font-size: 1.5rem;
  font-weight: normal;
}
.research-development .R_D .R_D-box {
  margin-top: 1.25rem;
  position: relative;
}
.research-development .R_D .R_D-box li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.research-development .R_D .R_D-box li::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #003da5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s linear;
}
.research-development .R_D .R_D-box li .pic {
  border-radius: 10px;
  overflow: hidden;
}
.research-development .R_D .R_D-box li .pic img {
  transition: all 0.3s linear;
}
.research-development .R_D .R_D-box li span {
  font-size: 1.125rem;
  height: 5rem;
  display: flex;
  align-items: center;
}
.research-development .R_D .R_D-box li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.research-development .R_D .R_D-box li:hover::after {
  width: 100%;
  transition: all 0.5s linear;
}
.research-development .R_D .R_D-box .swiper-btn {
  width: calc(100% + 3.5625rem);
  height: 0;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .research-development .R_D .R_D-box .swiper-btn {
    display: none;
  }
}
.research-development .cxfz {
  height: 37.5rem;
  background: url(../images/cxfz-bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.research-development .cxfz * {
  color: #fff;
}
.research-development .cxfz p {
  width: 39.0625rem;
  max-width: 66%;
  margin-bottom: 10px;
  line-height: 1.875;
}
.research-development .team {
  padding: 6% 0;
}
.research-development .team .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.research-development .team .page .pic {
  max-width: 50%;
}
.research-development .team .page .text {
  flex: 1;
  padding: 0 5.2%;
}
@media screen and (max-width: 700px) {
  .research-development .team .page .pic {
    max-width: 100%;
    width: 100%;
  }
  .research-development .team .page .text {
    padding: 0;
    margin-top: 3%;
  }
}
.research-development .patent {
  padding: 4% 0 6%;
  background-color: #f2f6fc;
}
.research-development .patent .pat-box {
  margin-top: 2.1875rem;
  position: relative;
}
.research-development .patent .pat-box .swiper-slide {
  height: auto;
  background-color: #fff;
  border-radius: 10px;
}
.research-development .patent .pat-box .swiper-slide .pic {
  padding: 2.5rem;
  display: flex;
}
.research-development .patent .pat-box .swiper-slide .pic img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.research-development .patent .pat-box .swiper-slide span {
  height: 5rem;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}
.research-development .patent .pat-box .swiper-btn {
  width: calc(100% + 3.5625rem);
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .research-development .patent .pat-box .swiper-btn {
    display: none;
  }
}
.expert_team {
  padding: 4% 0 6%;
}
.expert_team ul {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.expert_team ul li {
  width: calc(50% - 10px);
  height: auto;
  margin-bottom: 20px;
  padding: 2.5rem;
  background-color: #f2f6fc;
  border-radius: 10px;
}
.expert_team ul li:nth-child(2n-1) {
  margin-right: 20px;
}
.expert_team ul li h5 {
  font-size: 1.375rem;
  font-weight: normal;
}
.expert_team ul li hr {
  margin: 0.9375rem 0;
  opacity: 0.15;
}
@media screen and (max-width: 700px) {
  .expert_team ul li {
    width: 100%;
    margin-right: 0;
  }
}
.Collagen_leader {
  padding-top: 4%;
}
.Collagen_leader .nav-btn {
  margin-bottom: 4%;
  justify-content: center;
}
.Collagen_leader .nav-btn a {
  width: 180px;
}
.quality_control {
  padding-top: 4%;
}
.quality_control ul {
  margin-top: 2.1875rem;
  display: flex;
  flex-wrap: wrap;
}
.quality_control ul li {
  flex: 1;
  height: auto;
  margin-right: 1.25rem;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  cursor: pointer;
}
.quality_control ul li:last-child {
  margin-right: 0;
}
.quality_control ul li::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #003da5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s linear;
}
.quality_control ul li .pic {
  height: 11.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #f2f6fc;
}
.quality_control ul li p {
  display: block;
  margin: 0 auto;
  max-width: 17.5rem;
  font-size: 1.125rem;
  text-align: center;
  padding: 0.625rem;
}
.quality_control ul li:hover p {
  color: #003da5;
}
.quality_control ul li:hover::after {
  width: 100%;
  transition: all 0.5s linear;
}
@media screen and (max-width: 900px) {
  .quality_control ul li {
    flex: auto;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5%;
  }
  .quality_control ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li .pic {
  width: 100%;
  overflow: hidden;
}
.inside-list li .pic img {
  width: 100%;
  transition: all 0.3s linear;
}
.inside-list li .pic img:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.inside-list li p {
  line-height: 3.125rem;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-list li:hover {
  transition: all 0.2s linear;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #003da5;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .newscont {
  padding: 20px 0;
  line-height: 2;
  text-indent: 28px;
}
.case-row .newscont * {
  font-size: 15px;
  color: #666;
}
.case-row .newscont a {
  display: inline;
}
.case-row .newscont img {
  margin: 0 auto;
  height: auto !important;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
.pro-detail {
  width: 100%;
}
.pro-detail img {
  max-width: none;
}
.pro-detail .row {
  display: flex;
  padding: 10px 0;
}
.pro-detail .row img {
  max-width: 100%;
}
.pro-detail .row .pro-pics {
  width: 400px;
  margin-right: 3.125rem;
}
.pro-detail .row .pro-pics img {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.pro-detail .row .description {
  flex: 1;
  position: relative;
  padding-bottom: 95px;
}
.pro-detail .row .description .det-l h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}
.pro-detail .row .description .det-l ul {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.pro-detail .row .description .det-l ul li {
  font-size: 14px;
  color: #777;
  margin-right: 20px;
}
.pro-detail .row .description .det-l ul li i {
  font-size: 14px;
  color: #777;
}
.pro-detail .row .description .det-l .describe {
  margin: 20px 0;
  color: #666;
  line-height: 2;
}
.pro-detail .row .description .det-l .describe img {
  display: inline-block;
}
.pro-detail .row .description .det-l .describe .cont {
  display: flex;
}
.pro-detail .row .description .det-l .describe .cont .code {
  margin-right: 30px;
  border: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .code img {
  width: 130px;
  display: block;
  margin: 3px;
}
.pro-detail .row .description .det-l .describe .cont .code em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .phone {
  display: flex;
  flex-direction: column;
}
.pro-detail .row .description .det-l .describe .cont .phone .text {
  margin: auto 0;
}
.pro-detail .row .description .det-l .describe .cont .phone .text p {
  font-size: 14px;
  color: #666;
}
.pro-detail .row .description .det-l .describe .cont .phone .text span {
  font-size: 26px;
  color: #003da5;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro-detail .row .description .det-l .describe .cont .btn {
  display: flex;
  margin: auto 0 0;
}
.pro-detail .row .description .det-l .describe .cont .btn a {
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #003da5;
  margin-right: 10px;
  font-size: 14px;
}
.pro-detail .row .description .det-l .describe .cont .btn a:first-child {
  background-color: #333;
}
.pro-detail .row .description .pic-tabs {
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-detail .row .description .pic-tabs .pro-tp {
  width: 410px;
  margin: 0;
  position: relative;
}
.pro-detail .row .description .pic-tabs .pro-tp ul li {
  border: 1px solid #ccc;
  width: 100px;
}
.pro-detail .row .description .pic-tabs .pro-tp .my-slide-thumb-active {
  border-color: #003da5;
}
.pro-detail .row .description .pic-tabs .swiper-next,
.pro-detail .row .description .pic-tabs .swiper-prev {
  display: block !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 11;
}
.pro-detail .row .description .pic-tabs .swiper-next:hover,
.pro-detail .row .description .pic-tabs .swiper-prev:hover {
  background-color: #003da5;
}
.pro-detail .row .description .pic-tabs .swiper-next:focus,
.pro-detail .row .description .pic-tabs .swiper-prev:focus {
  outline: none;
}
.pro-detail .row .description .pic-tabs .swiper-prev {
  left: 0px;
  padding-right: 2px;
}
.pro-detail .row .description .pic-tabs .swiper-next {
  left: 460px;
  padding-left: 2px;
}
.pro-detail .details {
  margin-top: 40px;
}
.pro-detail .details .del-tab {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.pro-detail .details .del-tab li {
  padding: 10px 25px;
  background-color: #ccc;
  color: #fff;
  margin-right: 0.9375rem;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.pro-detail .details .del-tab .on {
  background-color: #003da5;
}
.pro-detail .details .del-con {
  min-height: 23.125rem;
}
.pro-detail .details .del-con * {
  font-size: 1rem;
  color: #333;
  line-height: 1.875;
}
.pro-detail .details .del-con li {
  display: none;
}
.pro-detail .details .del-con li .com-pro {
  display: flex;
  flex-wrap: wrap;
}
.pro-detail .details .del-con li .com-pro a {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-detail .details .del-con li .com-pro a:nth-child(4n) {
  margin-right: 0;
}
.pro-detail .details .del-con li .com-pro a img {
  max-width: 100%;
  border: 1px solid #e2e2e2;
}
.pro-detail .details .del-con li .com-pro a p {
  text-align: center;
  line-height: 2.5rem;
}
.pro-detail .details .del-con .open {
  display: block;
}
.news_date {
  line-height: 1;
}
.news_date em {
  font-size: 3.875rem;
  font-weight: bold;
}
.news_date span {
  display: block;
  font-size: 1.125rem;
  margin-top: 0.3125rem;
}
.newslist {
  padding: 4% 0;
}
.newslist .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.newslist .article-top {
  border-radius: 10px;
  overflow: hidden;
}
.newslist .article-top li {
  position: relative;
}
.newslist .article-top li img {
  width: 100%;
  height: 37.5rem;
  object-fit: cover;
  border-radius: 10px;
}
.newslist .article-top li .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.125rem;
  background-color: rgba(0, 0, 0, 0.15);
}
.newslist .article-top li .box * {
  color: #fff;
}
.newslist .article-top li .box .news_date {
  margin-top: 3.125rem;
}
.newslist .article-top li .box .text {
  margin-top: 3.75rem;
  max-width: 37.5rem;
}
.newslist .article-top li .box .text h5 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
.newslist .article-top li .box .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist .article-top .banner-pagination {
  position: absolute;
  left: 3.125rem;
  bottom: 3.125rem;
  z-index: 1;
}
.newslist .article_list li {
  padding: 3.125% 0;
}
.newslist .article_list li a {
  display: flex;
  position: relative;
  overflow: hidden;
}
.newslist .article_list li a .iconfont {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #003da5;
  color: #fff;
  font-size: 1.25rem;
  line-height: 3.25rem;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.newslist .article_list li img {
  width: 22.5%;
  min-width: 140px;
  max-height: 13.75rem;
  object-fit: cover;
  border-radius: 10px;
}
.newslist .article_list li .news_date {
  margin: auto;
  margin-left: 3.125rem;
  width: 13.125%;
  max-height: 8.75rem;
  border-right: 1px solid #e1e7f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .newslist .article_list li .news_date {
    margin-left: 0;
  }
}
.newslist .article_list li .text {
  flex: 1;
  margin: auto;
  padding-left: 3.75%;
}
.newslist .article_list li .text h5 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newslist .article_list li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newslist .article_list li .text .date {
  display: none;
  opacity: 0.9;
  margin-top: 3px;
}
.newslist .article_list li:hover {
  background-color: #f2f6fc;
}
.newslist .article_list li:hover a i {
  left: 22.5%;
  opacity: 1;
  transition: all 0.3s linear;
}
@media screen and (max-width: 600px) {
  .newslist .article_list {
    margin-top: 15px;
  }
  .newslist .article_list li .news_date {
    display: none;
  }
  .newslist .article_list li .text .date {
    display: block;
  }
  .newslist .article_list li i {
    display: none;
  }
}
.article_detail {
  padding: 3% 0;
}
.article_detail .page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.article_detail .tit {
  width: 24.375%;
  position: relative;
}
.article_detail .tit h5 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: normal;
}
.article_detail .tit .news_date {
  margin: 1.875rem 0 3.75rem;
}
.article_detail .tit .news_date em {
  color: #003da5;
}
.article_detail .tit .news_date span {
  opacity: 0.7;
}
.article_detail .tit ul {
  display: flex;
}
.article_detail .tit ul li {
  position: relative;
  margin-right: 1.125rem;
  cursor: pointer;
}
.article_detail .tit ul li:last-child {
  margin-right: 0;
}
.article_detail .tit ul li i {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #e5e7ec;
  border-radius: 50%;
  line-height: 3.125rem;
  text-align: center;
  color: #5e7190;
  font-size: 1.5rem;
}
.article_detail .tit ul li .pic {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 130px;
  display: none;
}
.article_detail .tit ul li:hover .pic {
  display: block;
}
.article_detail .con {
  width: 68.75%;
  line-height: 1.875;
}
.article_detail .con img {
  display: inline-block;
}
.article_detail .con .btm {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .article_detail .page {
    display: block;
  }
  .article_detail .tit {
    width: 100%;
  }
  .article_detail .tit .news_date {
    margin: 1.5rem 0;
  }
  .article_detail .con {
    width: 100%;
    margin-top: 30px;
  }
  .article_detail .con .btm {
    display: block;
  }
  .article_detail .con .btm .more {
    margin: 20px 0 0 auto;
  }
}
.news-row {
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.news-row .news-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.news-row .news-data {
  display: flex;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news-row .news-data li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 15px;
  color: #777;
  border-right: 1px dashed #ccc;
}
.news-row .news-data li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.news-row .news-content {
  font-size: 1rem;
  color: #666;
  line-height: 40px;
  text-indent: 2rem;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 1rem;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
}
.news-row .news-next p {
  display: flex;
}
.news-row .news-next p a {
  color: #666;
}
.contact-cont {
  padding: 4.5% 0 6%;
  background-color: #f2f6fc;
  position: relative;
}
.contact-cont .page {
  display: flex;
  align-items: center;
}
.contact-cont .lf {
  width: 33.125%;
  margin-right: 3%;
}
.contact-cont .lf tr {
  width: 100%;
  height: 8.125rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(1, 60, 161, 0.1);
}
.contact-cont .lf tr td {
  width: auto !important;
  margin-right: 1.25rem;
  line-height: 1.75;
}
.contact-cont .lf tr td img {
  width: 4.6875rem;
}
.contact-cont .lf tr td strong {
  font-size: 1.25rem;
}
.contact-cont .lf tr td p {
  font-size: 1.125rem;
  color: rgba(0, 24, 66, 0.8);
}
.contact-cont .rg {
  flex: 1;
}
.contact-cont .rg img {
  margin: 0 auto;
  cursor: pointer;
}
.contact-cont .rg .map-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-cont .rg .map-box iframe {
  width: 80vw;
  height: 60vh;
}
@media screen and (max-width: 768px) {
  .contact-cont .page {
    display: block;
  }
  .contact-cont .page .lf {
    width: 100%;
    margin-right: 0;
  }
  .contact-cont .page .rg {
    margin-top: 5%;
  }
}
.floating_window {
  position: absolute;
  right: 3.125rem;
  top: 18.75rem;
  z-index: 11111;
}
.floating_window ul li {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-bottom: 0.9375rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.floating_window ul li i {
  font-size: 2.25rem;
  color: #7f8ba0;
}
.floating_window ul li .con {
  width: 11.5625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.9375rem 1.375rem;
  white-space: nowrap;
  background-color: #e1e5ea;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  right: 200px;
  transition: all 0.3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.floating_window ul li .con::after {
  content: '';
  width: 0.4375rem;
  height: 0.9375rem;
  background-color: #e1e5ea;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.floating_window ul li .con span {
  display: block;
  line-height: 1.66;
  font-size: 1rem;
  font-weight: bold;
}
.floating_window ul li .wx {
  padding: 1.25rem;
}
.floating_window ul li:hover {
  background-color: #003da5;
}
.floating_window ul li:hover i {
  color: #fff;
}
.floating_window ul li:hover .con {
  visibility: visible;
  opacity: 1;
  right: calc(100% + 1.375rem);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .floating_window {
    display: none;
  }
}
.message-w {
  padding: 4% 0 6%;
}
.message-w .form-con {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-w .form-con input,
.message-w .form-con textarea,
.message-w .form-con select {
  margin-bottom: 0.9375rem;
  padding: 0.875rem 1.25rem;
  border-radius: 4px;
  border: 1px solid rgba(1, 60, 161, 0.1);
  line-height: 1.875;
  font-size: 1rem;
}
.message-w .form-con input::placeholder,
.message-w .form-con textarea::placeholder,
.message-w .form-con select::placeholder {
  font-size: 1rem;
  color: rgba(0, 24, 66, 0.5);
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input,
  .message-w .form-con textarea,
  .message-w .form-con select {
    font-size: 1rem;
  }
  .message-w .form-con input::placeholder,
  .message-w .form-con textarea::placeholder,
  .message-w .form-con select::placeholder {
    font-size: 1rem;
  }
}
.message-w .form-con input {
  width: calc(50% - 7px);
  padding-right: 47px;
  background: url(../images/x.png) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input {
    width: 100%;
  }
}
.message-w .form-con select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../images/down-ico.png) no-repeat right center;
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con option {
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w .more {
  margin-top: 1.875rem;
  line-height: 3.4375rem;
  height: 3.4375rem;
}
.message-w input[type="submit"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
/* 其他 */
.banner2 {
  position: relative;
  margin: 0 auto;
}
.banner2 img {
  width: 100%;
}
.banner2 .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner2 .text p {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.banner2 .text span {
  font-size: 1rem;
  color: #fff;
}
.about-row a {
  display: inline;
}
.about-row img {
  display: inline-block;
  user-select: none;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.mask .video-box {
  height: 60vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mask .video-box video {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.anchorsite {
  position: absolute;
  top: -85px;
}
@media screen and (max-width: 1024px) {
  .anchorsite {
    top: -70px;
  }
}
section {
  position: relative;
}
.about_beidi {
  padding: 0;
}
.about_beidi .intr .pic {
  position: relative;
}
.about_beidi .intr .pic .video-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../images/video-btn.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 11;
}
.about_beidi .intr .text {
  padding-right: 3.125rem;
  height: 20rem;
  overflow-y: scroll;
}
@media screen and (max-width: 992px) {
  .about_beidi .intr .text {
    padding-right: 0;
    height: auto;
  }
}
.about_beidi .intr .text p {
  padding-bottom: 10px;
}
.about_beidi .mission {
  padding: 6% 0;
  position: relative;
}
.about_beidi .mission::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f2f6fc;
  z-index: -1;
}
.about_beidi .mission .pic {
  border-radius: 10px;
  overflow: hidden;
}
.about_beidi .mission .pic img {
  min-height: 233px;
  object-fit: cover;
}
.about_beidi .mission .text {
  width: 26rem;
  position: absolute;
  top: 50%;
  left: 5.2%;
  transform: translateY(-50%);
}
.about_beidi .mission .text * {
  color: #fff;
}
.about_beidi .mission .text .wz-bt {
  margin-bottom: 1.25rem;
}
.about_beidi .culture {
  background-color: #f2f6fc;
  padding: 0 0 6%;
}
.about_beidi .culture ul {
  display: flex;
  margin-top: 2.1875rem;
}
.about_beidi .culture ul li {
  flex: 1;
  height: 25rem;
  margin-right: 1.25rem;
  border-top: 3px solid #003da5;
  border-radius: 0 0 10px 10px;
  padding: 3.125rem 1.875rem 5rem;
  position: relative;
  background: url(../images/cul-btm.png) no-repeat 1.875rem 20.5rem;
  background-size: 3.3125rem;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
}
.about_beidi .culture ul li:last-child {
  margin-right: 0;
}
.about_beidi .culture ul li img {
  margin: 0 0 0 auto;
  height: 5.3125rem;
}
.about_beidi .culture ul li p {
  font-size: 1.5rem;
  margin: 3.125rem 0 0.9375rem;
  font-weight: bold;
}
.about_beidi .culture ul li span {
  line-height: 1.75;
}
.about_beidi .culture ul li:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 15px #ccc;
  transition: all 0.2s linear;
}
@media screen and (max-width: 992px) {
  .about_beidi .culture ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_beidi .culture ul li {
    flex: auto;
    width: 49%;
    height: 265px;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 2.8rem 1.875rem 5.325rem;
    background-position-y: 21.3rem;
  }
  .about_beidi .culture ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.about_beidi .milestone {
  height: 820px;
  padding-top: 90px;
  background: url(../images/milestone-bg.jpg);
  background-size: cover;
}
.about_beidi .milestone * {
  color: #fff;
}
.about_beidi .milestone .page {
  height: 100%;
}
.about_beidi .milestone .con {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}
.about_beidi .milestone .con > div {
  border-radius: 10px;
}
.about_beidi .milestone .con .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 1px;
}
.about_beidi .milestone .con .swiper-slide img {
  width: 41%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about_beidi .milestone .con .swiper-slide .text {
  flex: 1;
  user-select: none;
}
.about_beidi .milestone .con .swiper-slide .text h6 {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.about_beidi .milestone .con .swiper-slide .text li {
  padding-left: 12px;
  position: relative;
}
.about_beidi .milestone .con .swiper-slide .text li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.8125rem;
}
.about_beidi .milestone .con .on {
  width: 52%;
  padding: 15px;
  background-color: #5cb531;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.about_beidi .milestone .con .on .swiper-slide {
  height: 14rem;
}
.about_beidi .milestone .con .on .swiper-slide img {
  margin-right: 1.4375rem;
}
.about_beidi .milestone .con .under {
  width: 42.5%;
  padding: 13px;
  background-color: #fff;
  opacity: 0.4;
}
.about_beidi .milestone .con .under * {
  color: #003da5;
}
.about_beidi .milestone .con .under .swiper-slide {
  height: 11rem;
  position: relative;
}
.about_beidi .milestone .con .under .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.about_beidi .milestone .con .under .swiper-slide img {
  margin-right: 20px;
}
.about_beidi .milestone .con .under .swiper-slide .text {
  flex: 1;
}
.about_beidi .milestone .con .under .swiper-slide .text h6 {
  font-size: 1.75rem;
}
.about_beidi .milestone .con .under .swiper-slide .text p {
  font-size: 0.9375rem;
}
.about_beidi .milestone .con .under .swiper-slide .text li {
  padding-left: 0.75rem;
  position: relative;
}
.about_beidi .milestone .con .under .swiper-slide .text li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #003da5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_beidi .milestone .btm {
  width: 630px;
  height: 314px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(../images/mil-btm.png) no-repeat center bottom;
}
.about_beidi .milestone .btm .btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
  display: flex;
  justify-content: space-between;
}
.about_beidi .milestone .btm .btn i {
  font-size: 42px;
  line-height: 43px;
  opacity: 0.35;
  cursor: pointer;
  user-select: none;
}
.about_beidi .milestone .btm .btn i:hover {
  opacity: 1;
}
.about_beidi .milestone .btm .age {
  display: flex;
  justify-content: space-between;
}
.about_beidi .milestone .btm .age .item {
  text-align: center;
  font-size: 20px;
  opacity: 0.35;
  width: 50px;
}
.about_beidi .milestone .btm .age .item:nth-child(1) {
  margin-top: 224px;
  transform: rotateZ(-52deg);
}
.about_beidi .milestone .btm .age .item:nth-child(2) {
  margin-left: 24px;
  margin-top: 109px;
  transform: rotateZ(-29deg);
}
.about_beidi .milestone .btm .age .item:nth-child(3) {
  width: 92px;
  opacity: 1;
  font-size: 40px;
  line-height: 1;
}
.about_beidi .milestone .btm .age .item:nth-child(4) {
  margin-right: 24px;
  margin-top: 109px;
  transform: rotateZ(29deg);
}
.about_beidi .milestone .btm .age .item:nth-child(5) {
  margin-top: 224px;
  transform: rotateZ(52deg);
}
.about_beidi .milestone .btm .age .mil_age1 li {
  order: 2;
}
.about_beidi .milestone .btm .age .mil_age1 li:last-child {
  order: 1;
}
@media screen and (max-width: 992px) {
  .about_beidi .milestone {
    height: 600px;
  }
  .about_beidi .milestone .con .on {
    width: 70%;
  }
  .about_beidi .milestone .con .under {
    width: 50%;
  }
  .about_beidi .milestone .btm {
    bottom: -62px;
    transform: translateX(-50%) scale(0.6);
  }
}
@media screen and (max-width: 600px) {
  .about_beidi .milestone {
    height: 500px;
    padding-top: 45px;
  }
  .about_beidi .milestone .con {
    margin-top: 40px;
  }
  .about_beidi .milestone .con .on {
    width: 100%;
  }
  .about_beidi .milestone .con .under {
    visibility: hidden;
  }
}
.about_beidi .honor {
  position: relative;
}
.about_beidi .honor::after {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #f2f6fc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about_beidi .honor .page {
  display: flex;
  padding: 6.25rem 0;
}
.about_beidi .honor .lf {
  width: 50%;
}
.about_beidi .honor .lf .honor_swiper1 {
  height: 26.5625rem;
  margin-top: 2.5rem;
}
.about_beidi .honor .lf .honor_swiper1 .swiper-slide {
  height: auto;
  margin-bottom: 2.1875rem;
  opacity: 0.4;
  cursor: pointer;
}
.about_beidi .honor .lf .honor_swiper1 .swiper-slide h6 {
  font-size: 1.875rem;
  font-weight: normal;
}
.about_beidi .honor .lf .honor_swiper1 .my-slide-thumb-active {
  opacity: 1;
}
.about_beidi .honor .lf .honor_swiper1 .my-slide-thumb-active h6 {
  font-size: 2.25rem;
  color: #003da5;
}
.about_beidi .honor .rg {
  width: 50%;
}
.about_beidi .honor .rg .honor_swiper2 {
  height: 33.125rem;
  padding-right: 9.5rem;
  text-align: right;
  padding-bottom: 3.125rem;
}
.about_beidi .honor .rg .honor_swiper2 ul {
  overflow: visible;
}
.about_beidi .honor .rg .honor_swiper2 .swiper-slide {
  height: auto;
  padding-right: 3.75rem;
  margin-bottom: 3.125rem;
  line-height: 1;
  cursor: pointer;
}
.about_beidi .honor .rg .honor_swiper2 .swiper-slide h6 {
  font-size: 4.375rem;
  font-weight: normal;
  color: #eaeff6;
}
.about_beidi .honor .rg .honor_swiper2 .my-slide-thumb-active {
  height: 10rem;
}
.about_beidi .honor .rg .honor_swiper2 .my-slide-thumb-active::after {
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #eaeff6;
  border-right-color: #003da5;
  transform: rotateZ(-45deg);
}
.about_beidi .honor .rg .honor_swiper2 .my-slide-thumb-active h6 {
  line-height: 10rem;
  color: #003da5;
  position: relative;
  z-index: 1;
}
.about_beidi .honor .mid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.about_beidi .honor .mid .honor_swiper {
  margin: auto;
  width: 29.625rem;
  height: 25rem;
}
.about_beidi .honor .mid .honor_swiper .hon_pics img {
  display: none;
  height: 20.9375rem;
  margin: 0 auto;
  object-fit: contain;
}
.about_beidi .honor .mid .honor_swiper .hon_pics .show {
  display: block;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs {
  display: flex;
  margin-top: 1.5625rem;
  justify-content: center;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-right: 0.9375rem;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs i::after {
  content: '';
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #d0d9e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_beidi .honor .mid .honor_swiper .pics_tabs i:last-child {
  margin-right: 0;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs .on {
  border-color: #003da5;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs .on::after {
  background-color: #003da5;
}
.about_beidi .honor .med {
  position: absolute;
  width: 100%;
}
.about_beidi .honor .med li {
  visibility: hidden;
}
.about_beidi .honor .pr {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 100%;
}
.about_beidi .honor .pr .swiper-pagination {
  width: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: auto;
}
.about_beidi .honor .pr .swiper-pagination .swiper-pagination-bullet {
  width: 1px;
  flex: 1;
  margin: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  opacity: 1;
}
.about_beidi .honor .pr .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003da5;
  width: 3px;
}
.about_beidi .honor .pr p {
  width: 1.0625rem;
  color: #8493a8;
  margin: 15rem 0 0 auto;
  padding-bottom: 5.1875rem;
  background: url(../images/mouse.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .about_beidi .honor .page {
    padding: 5rem 0;
  }
  .about_beidi .honor .lf {
    padding-right: 10px;
  }
  .about_beidi .honor .rg {
    display: none;
  }
  .about_beidi .honor .pr {
    display: none;
  }
  .about_beidi .honor .mid {
    width: 46%;
    right: 0;
    left: auto;
  }
}
.swiper-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-btn .iconfont {
  display: block;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.375rem;
  color: #999;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s linear;
}
.swiper-btn .iconfont:hover {
  background-color: #003da5;
  color: #fff;
  transition: all 0.2s linear;
}
.development {
  padding: 0;
}
.development section {
  padding: 4% 0 6%;
}
.development section:nth-child(2n) {
  background-color: #f2f6fc;
}
.development .why_us img {
  width: 50%;
  border-radius: 10px;
}
.development .why_us .box {
  margin-top: 2.5rem;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f2f6fc;
}
.development .why_us .box .text {
  flex: 1;
  padding: 2rem 3rem;
}
.development .why_us .box .text h3 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.development .why_us .box .text p {
  margin-bottom: 0.5rem;
  padding-left: 1.13rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  position: relative;
  opacity: 0.9;
}
.development .why_us .box .text p::after {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background-color: #a9b3c4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8125rem;
}
@media screen and (max-width: 900px) {
  .development .why_us img {
    width: 100%;
  }
}
.development .welfare .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.development .welfare .top .swiper-btn {
  width: 122px;
  margin-left: 20px;
}
@media screen and (max-width: 700px) {
  .development .welfare .top {
    display: block;
  }
  .development .welfare .top .swiper-btn {
    width: 85px;
    margin: 20px 0 0 auto;
  }
}
.development .welfare .welf-con {
  margin-top: 2.1875rem;
}
.development .welfare .welf-con li {
  height: 20rem;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.2s linear;
}
.development .welfare .welf-con li .ico {
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  margin: 4.125rem auto 0.3125rem;
}
.development .welfare .welf-con li .ico img {
  margin: auto;
  max-height: 100%;
  object-fit: cover;
}
.development .welfare .welf-con li .ico img:nth-child(2) {
  display: none;
}
.development .welfare .welf-con li h5 {
  font-size: 1.75rem;
  font-weight: normal;
}
.development .welfare .welf-con li p {
  display: block;
  margin: 0 auto;
  max-width: 12.5rem;
}
.development .welfare .welf-con li:hover {
  background-color: #003da5;
  transition: all 0.2s linear;
}
.development .welfare .welf-con li:hover .ico img:nth-child(1) {
  display: none;
}
.development .welfare .welf-con li:hover .ico img:nth-child(2) {
  display: block;
}
.development .welfare .welf-con li:hover h5 {
  color: #fff;
}
.development .welfare .welf-con li:hover p {
  color: #fff;
}
.development .environment .env-box {
  margin-top: 2.8125rem;
  position: relative;
}
.development .environment .env-box li {
  width: 57%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
}
.development .environment .env-box li img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.development .environment .env-box li .text {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.875rem 2.1875rem;
}
.development .environment .env-box li .text * {
  color: #fff;
}
.development .environment .env-box li .text span {
  font-size: 1.75rem;
}
.development .environment .env-box .swiper-slide-active img {
  opacity: 1;
}
.development .environment .env-box .swiper-slide-active .text {
  display: block;
}
.development .environment .env-box .swiper-btn {
  width: calc(57% + 8.5625rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.development .environment .env-box .swiper-btn .iconfont {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .development .environment .env-box li {
    width: 80%;
    background-color: #f7f5f7;
  }
  .development .environment .env-box li .text {
    display: block;
    position: static;
    padding: 1.33rem 2rem;
  }
  .development .environment .env-box li .text * {
    color: #333;
  }
  .development .environment .env-box .swiper-btn {
    display: none;
  }
}
.development .join_us ul {
  margin-top: 2.1875rem;
  display: flex;
  flex-wrap: wrap;
}
.development .join_us ul li {
  flex: 1;
  margin-right: 1.5rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.development .join_us ul li:last-child {
  margin-right: 0;
}
.development .join_us ul li * {
  color: #fff;
}
.development .join_us ul li .pic {
  border-radius: 10px;
  width: 100%;
  height: 28.125rem;
  object-fit: cover;
}
.development .join_us ul li .tit {
  position: absolute;
  left: 2.375rem;
  bottom: 1.75rem;
}
.development .join_us ul li h5 {
  font-size: 2rem;
  font-weight: normal;
}
.development .join_us ul li .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3.125rem;
  background-color: rgba(1, 60, 161, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  transform: translateY(100%);
  transition: all 0.3s;
}
.development .join_us ul li .con img {
  margin: 0 0 0 auto;
  width: 5.3125rem;
}
.development .join_us ul li:hover .tit {
  display: none;
}
.development .join_us ul li:hover .con {
  transform: translateY(0);
  transition: all 0.3s;
}
@media screen and (max-width: 979px) {
  .development .join_us ul li {
    flex: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.join_us-list {
  padding: 4% 0;
}
.join_us-list .title {
  position: relative;
}
.join_us-list .title .nav-btn {
  position: absolute;
  right: 0;
  bottom: 1.75rem;
}
@media screen and (max-width: 600px) {
  .join_us-list .title .nav-btn {
    position: static;
    margin-top: 10px;
  }
}
.join_us-list .job-list {
  overflow-x: auto;
}
.join_us-list .job-list table {
  min-width: 800px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  border-spacing: 0px !important;
  line-height: 1.875;
}
.join_us-list .job-list table tbody:nth-of-type(2n-1) {
  background-color: #f8fbff;
}
.join_us-list .job-list table th,
.join_us-list .job-list table td {
  padding: 1.25rem 2.5rem;
  text-align: left;
  min-height: 70px;
}
.join_us-list .job-list table th {
  background-color: #003da5;
  color: #fff;
  font-size: 1.125rem;
}
.join_us-list .job-list table td {
  font-weight: lighter;
}
.join_us-list .job-list table td h2 {
  font-size: 1.625rem;
}
.join_us-list .job-list table .job-con {
  display: none;
}
.join_us-list .job-list table .job-con td {
  border-top: 1px solid #eee;
}
.join_us-list .job-list table .down-btn {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}
.join_us-list .job-list table .down-btn i {
  color: #c6cbd5;
  font-size: 1.5625rem;
  line-height: 1;
  display: block;
  margin-left: 0.625rem;
}
.join_us-list .job-list table .on td {
  color: #003da5;
}
.join_us-list .job-list table .on td i {
  transform: rotate(180deg);
  color: #003da5;
}
.Selectors {
  display: flex;
  margin: 2.5rem 0;
}
.Selectors .box {
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e3e8;
  border-radius: 27px;
  padding: 0 1.5625rem;
}
.Selectors .box span {
  opacity: 0.5;
}
.Selectors .select {
  flex: 1;
  margin-right: 0.5rem;
  position: relative;
}
.Selectors .select .box {
  cursor: pointer;
}
.Selectors .select i {
  opacity: 0.5;
}
.Selectors .select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: calc(100% - 3.125rem);
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.Selectors .select .options a {
  font-size: 0.875rem;
  font-weight: lighter;
  line-height: 2.5;
}
.Selectors .search {
  flex: 2;
  position: relative;
}
.Selectors .search form {
  width: 100%;
}
.Selectors .search .sear-w {
  display: flex;
}
.Selectors .search .sear-w input {
  width: 100%;
  border: none;
  line-height: 3.125rem;
}
.Selectors .search .sear-w input::placeholder {
  font-size: 1rem;
  opacity: 0.5;
  color: #001842;
}
.Selectors .search .sear-w button {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.625rem;
  line-height: 3.4375rem;
  border: none;
  background-color: #003da5;
  color: #fff;
  border-radius: 27px;
  cursor: pointer;
}
.Selectors .search .sear-w button i {
  color: #fff;
  margin-right: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 500px) {
  .Selectors {
    flex-wrap: wrap;
  }
  .Selectors .select {
    flex: auto;
    width: 100%;
    margin-bottom: 3%;
  }
}
.Search_results {
  padding: 4% 0;
}
.Search_results .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  border-bottom: 4px solid #003da5;
}
.Search_results .tit .lf p {
  opacity: 0.8;
}
.Search_results .tit .lf p i {
  font-weight: bold;
  color: #003da5;
  margin: 0 2px;
}
.Search_results .tit .sear {
  line-height: 3.3125rem;
  border-radius: 1.75rem;
  border: 1px solid #e5e5e5;
}
.Search_results .tit .sear input {
  width: 18.125rem;
  border: none;
  background-color: transparent;
  padding-left: 1.25rem;
}
.Search_results .tit .sear button {
  border: none;
  background-color: transparent;
  width: 3.3125rem;
  height: 3.3125rem;
  cursor: pointer;
  color: #666;
  font-size: 1.0625rem;
}
@media screen and (max-width: 500px) {
  .Search_results .tit {
    display: block;
  }
  .Search_results .tit .sear {
    margin-top: 15px;
  }
  .Search_results .tit .sear form {
    display: flex;
  }
  .Search_results .tit .sear form input {
    flex: 1;
  }
}
.Search_results .search-list li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #f2f6fc;
}
.Search_results .search-list li .date {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #003da5;
}
.Search_results .search-list li h5 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
.Search_results .search-list li p {
  opacity: 0.8;
}
.Search_results .search-list li:hover h5 {
  color: #003da5;
}
.Search_results .search-list li:hover p {
  opacity: 1;
}
.Sitemap {
  padding: 4% 0 2%;
}
.Sitemap .Sitemap-nav {
  margin-top: 1.875rem;
}
.Sitemap .Sitemap-nav > li {
  margin-bottom: 4.375rem;
  line-height: 5rem;
}
.Sitemap .Sitemap-nav > li > a {
  background-color: #f9fbfc;
  font-size: 1.625rem;
  padding: 0 1.875rem;
}
.Sitemap .Sitemap-nav > li ul {
  padding: 0 1.875rem;
  display: flex;
  flex-wrap: wrap;
}
.Sitemap .Sitemap-nav > li ul li {
  width: 22%;
  margin-right: 4%;
  border-bottom: 1px solid rgba(1, 60, 161, 0.1);
}
.Sitemap .Sitemap-nav > li ul li:nth-child(4n) {
  margin-right: 0;
}
.Sitemap .Sitemap-nav > li ul li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  opacity: 0.7;
  padding-left: 2.75rem;
  background-repeat: no-repeat;
  background-position-y: center;
  position: relative;
  white-space: nowrap;
}
.Sitemap .Sitemap-nav > li ul li a em {
  width: 2.8125rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat left center;
  background-size: 6.25rem;
}
.Sitemap .Sitemap-nav > li ul li a i {
  margin: 0 0 0 auto;
  color: inherit;
}
.Sitemap .Sitemap-nav > li ul li:hover {
  border-color: #003da5;
}
.Sitemap .Sitemap-nav > li ul li:hover em {
  background-position-x: -3.125rem;
}
.Sitemap .Sitemap-nav > li ul li:hover a {
  opacity: 1;
  color: #003da5;
}
@media screen and (max-width: 992px) {
  .Sitemap .Sitemap-nav > li ul li {
    width: 48%;
  }
  .Sitemap .Sitemap-nav > li ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .Sitemap .Sitemap-nav > li ul li {
    width: 100%;
    margin-right: 0;
  }
}
.viewer-container {
  z-index: 999999 !important;
}
