* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #071d49;
}

body {
  --ratio: 1;
  background: #fff;
  overflow-x: hidden;
}
body .yellotext {
  color: #ffd100;
}
body .redText {
  color: #f00;
}
body .myTab {
  height: 1.7rem;
  line-height: 1.7rem;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  border:1px solid rgba(18, 40, 82, 0.1);
}
body .myTab .myTabItem {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #071d49;
  cursor: pointer;
}
body .myTab .myTabItem.active {
  background: #122852;
  color: #fff;
}
body .myTabContent .myTabWrap {
  flex-wrap: wrap;
  display: none;
}
body .myTabContent .myTabWrap.show {
  display: flex;
}
body .mySearchInput {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 1.75rem;
  border: 1px solid rgba(18, 40, 82, 0.1);
  margin-bottom:.55rem;
}
body .mySearchInput form {
  height: 100%;
}
body .mySearchInput input {
  padding-left: .9rem;
  flex: 1;
  width: 0;
  background: none;
  outline: none;
  color: #071d49;
  border: none;
}
body .mySearchInput input::placeholder {
  color: rgba(18, 40, 82, 0.5);
}
body .mySearchInput .mySearchBtn {
  width: 2rem;
  height:1.75rem;
  cursor: pointer;
  background: #ffd100;
}
body .mySearchInput .mySearchBtn .icon{
  width:.65rem;
  height:.65rem;
}
body .mySearchInput .mySearchBtn .submitbtn{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:transparent;
  border:none;
  opacity:0;
  z-index:3;
}
body .myPagination .pagination {
  width: max-content;
  display: flex;
  /*margin: auto;*/
}
body .myPagination .pagination a {
  color: #666;
  font-size: 14px;
  min-width: calc(41px * var(--ratio));
  height: calc(41px * var(--ratio));
  border-radius: calc(4px * var(--ratio));
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  padding:0 4px;
}
.products .productsTypeBox .myPagination span{
    font-size:14px;
}
body .myPagination .pagination a:hover {
  background: #f5f5f5;
}
body .myPagination .pagination a.active {
  background: #071d49;
  color: #fff;
}
body .myTable {
  width: 100%;
}
body .myTable table {
  width: 100%;
  border-spacing: 0;
}
body .myTable table.col tr:hover th {
  border-left-color: #071d49;
}
body .myTable table.col tr:hover th,
body .myTable table.col tr:hover td {
  background: rgba(7, 29, 73, 0.05);
}
body .myTable table.col th {
  text-align: left;
  padding-left: 1rem;
  border-left:4px solid transparent;
  border-right:1px solid rgba(7, 29, 73, 0.1);
  width: calc(720px * var(--ratio));
}
body .myTable table.col td {
  padding-left:1rem;
  width: calc(720px * var(--ratio));
}
body .myTable table thead {
  background: #071d49;
  color: #fff;
}
body .myTable table thead th {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
body .myTable table thead th:last-child {
  border-right: none;
}
body .myTable table tbody {
  background: #fff;
  color: #071d49;
}
body .myTable table tr {
  height: 1.75rem;
  border-bottom: 1px solid rgba(7, 29, 73, 0.1);
}
body .myTable table tr.firstRow{
  background:#071d49;
  color:#fff;
}
body .myTable table tr.firstRow td{
  border-right:1px solid rgba(255, 255, 255, 0.3);
}
body .myTable table th {
  width: calc(var(--width) * var(--ratio));

}
body .myTable table td {
  padding:5px;
  border-right:1px solid rgba(7, 29, 73, 0.1);
}
body .myTable table td:last-child {
  border-right: none;
}
body .myForm {
  width: 100%;
  color: #13225c;
  font-size: calc(16px * var(--ratio));
}
body .myForm .formRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: .55rem;
}
body .myForm .formRow .formItem {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-right: calc(40px * var(--ratio));
  height: 100%;
}
body .myForm .formRow .formItem .label {
  width:100px;
  font-size:16px;
  line-height:1.2;
}
body .myForm .formRow .formItem .inputBox {
  width: 0;
  flex: 1;
  height: 100%;
  border: calc(1px * var(--ratio)) solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
body .myForm .formRow .formItem .inputBox input,
body .myForm .formRow .formItem .inputBox textarea {
  padding: .25rem;
  padding-right:.55rem;
  padding-left:.7rem;
  font-size: 16px;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  resize: none;
}
body .myForm .formRow .formItem .inputBox input::placeholder,
body .myForm .formRow .formItem .inputBox textarea::placeholder {
  font-size: 16px;
  color: #13225C;
  opacity:.5;
}
body .myForm .formRow .formItem .inputBox input {
  height: 1.25rem;
}
body .myForm .formRow .formItem .inputBox textarea {
  height: 3.75rem;
}
body .myForm .formRow .formItem .selectBox {
  position: relative;
  background: rgba(18, 40, 82, 0.05);
  height:1.25rem;
  cursor:pointer;
}

body .myForm .formRow .formItem .selectBox .showValue {
  width:100%;
  padding: .25rem;
  padding-left:.75rem;
  height:1.25rem;
  line-height:.75rem;
  padding-right:.55rem;
  width: 100%;
  display:block;
}
body .myForm .formRow .formItem .selectBox .warpbox .icon {
  width:14px;
  height:14px;
  fill:#000;
  position: absolute;
  right:.35rem;
}
body .myForm .formRow .formItem .selectBox input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor:pointer;
}
body .myForm .formRow .formItem .selectBox .selectOptions {
  position: absolute;
  display: none;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 calc(1px * var(--ratio)) 0 rgba(0, 0, 0, 0.06);
  border: calc(1px * var(--ratio)) solid #dcdcdc;
  border-radius: calc(4px * var(--ratio));
  z-index: 1;
  max-height: calc(200px * var(--ratio));
  overflow: auto;
  top:1.2rem;
}
body .myForm .formRow .formItem .selectBox .selectOptions .selectOption {
  height: calc(52px * var(--ratio));
  line-height: calc(52px * var(--ratio));
  padding-left: .75rem;
  cursor: pointer;
}
body .myForm .formRow .formItem .selectBox .selectOptions .selectOption:hover {
  background-color: rgba(18, 40, 82, 0.05);
}
body .myForm .formRow .formItem:nth-child(2n){
  margin-right:0;
}
body .myForm .formRow .formItem:last-child{
  margin-right:0;
}
body .myForm .formSubmit {
  width: calc(140px * var(--ratio));
  height: 1.25rem;
  line-height: 1.25rem;
  background: #ffd100;
  color: #071d49;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
}
body .partTitle .topName {
  display: flex;
  align-items: center;
  
  font-weight: normal;
  color: #071d49;
}
body .partTitle .topName .topImg {
  height: 20px;
  width:20px;
  fill:#071d49;
  margin-right:.25rem;
}
body .partTitle .topTitle {
  width:14rem;
  max-width:100%;
  font-size: 1rem;
  color: #071d49;
  line-height:1.2;
  font-weight: bold;
  margin-top: .7rem;
  margin-bottom: 1rem;
}
body .partTitle .topTitle span {
  color: #ffd100;
}
body .yellowBtn {
  background: #ffd100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 1;
  /*font-size:18px;*/
  color: #071d49;
  text-decoration: none;
}
body .yellowBtn .rightIcon {
  margin-left:.1rem;
  width: .45rem;
  height:.45rem;
  transition: transform 0.5s;
}
body .yellowBtn:hover .rightIcon {
  transform: translateX(calc(5px * var(--ratio)));
}
body #aboutUsBanner {
  width: 100%;
  height:14.5rem;
}
body #aboutUsBanner .swiper-slide {
  text-align: center;
  font-size: calc(18px * var(--ratio));
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #aboutUsBanner .swiper-slide .bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .aboutUsTab {
  height: 72px;
  background: #fff;
  position: relative;
}
body .aboutUsTab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 50%;
  z-index: 0;
  border-bottom:2px solid #071d49;
}
body .aboutUsTab .container {
  left: 0;
  display: flex;
  z-index: 1;
  position: relative;
  background: #fff;
}
body .aboutUsTab .container .tabItem {
  font-size: 16px;
  height: 100%;
  line-height: 1.2;
  height:71px;
  border-bottom:2px solid transparent;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
body .aboutUsTab .container .tabItem a {
  height: 100%;
  /*display: block;*/
  color: rgba(7, 29, 73, 0.5);
  text-decoration: none;
  text-align: center;
  width:140px;
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: center;
}
body .aboutUsTab .container .tabItem::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 14px;
  width:1px;
  background: rgba(7, 29, 73, 0.1);
}
body .aboutUsTab .container .tabItem.bd {
  border-color: #071d49;
}
body .aboutUsTab .container .tabItem.active a, body .aboutUsTab .container .tabItem:hover a {
  color: #071d49;
}
body .aboutUsTab .container .tabItem.active {
  border-color: #071d49;
}
body .aboutUsTab .container .tabItem.active::after {
  height:1rem;
  background: #071d49;
  opacity:.5;
}
body .swiper-button-next,
body .swiper-button-prev {
  background: rgba(7, 29, 73, 0.3);
  width: calc(80px * var(--ratio));
  height: calc(80px * var(--ratio));
  display: flex;
  align-items: center;
  justify-content: center;
}
body .swiper-button-next img,
body .swiper-button-prev img {
  width: calc(22px * var(--ratio));
  height: calc(14px * var(--ratio));
}
body .swiper-button-next:hover img,
body .swiper-button-prev:hover img{
  filter: brightness(0) invert(1);
}
body .swiper-button-next {
  right: 0;
}
body .swiper-button-prev {
  left: 0;
}
body .popupWrap {
  position: fixed;
  display: none;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
body .popupWrap.show {
  display: block;
}
body .popupWrap.show .popupContent {
  animation: fadeInUp;
  animation-duration: 0.3s;
}
body .popupWrap .popupContent {
  width: calc(500px * var(--ratio));
  height: calc(500px * var(--ratio));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
body .popupWrap .popupContent .popupClose {
  width: calc(48px * var(--ratio));
  height: calc(48px * var(--ratio));
  background: #ffd100 url("../img/pupopClose.webp") no-repeat center center/calc(14px * var(--ratio)) calc(16px * var(--ratio));
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 9;
}
body .bread {
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: calc(18px * var(--ratio));*/
  width: max-content;
  /*align-items: flex-start;*/
}
body .bread a{
  color:#071D49;
}
body .bread .current {
  font-weight: bold;
  margin-left: calc(6px * var(--ratio));
  color:#071D49;
}
body .bread .homeIcon {
  width: .5rem;
  height: .5rem;
  margin-right: calc(8px * var(--ratio));
  fill:#071d49;
}
body .myClassify {
  user-select: none;
  position: sticky;
  /*top: 140px;*/
}
body .myClassify.fix{
  position:fixed;
  top:30px;
  width:7rem;
}
body .myClassify .classifyTitle {
  height:1.68rem;
  line-height: 1.2;
  padding-left: .75rem;
  margin-bottom: calc(10px * var(--ratio));
  background: #071d49;
  color: #fff;
  font-weight: bold;
  display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
body .myClassify .classifyItem {
  display: block;
  color: #071d49;
  padding-left: .75rem;
  padding-right: 1.25rem;
  /*height:1.25rem;*/
  padding-top:.5rem;
  padding-bottom:.5rem;
  line-height:1.2;
  cursor: pointer;
  background: #fff url("../img/bannerRight.webp") no-repeat;
  background-position: center right .6rem;
  background-size: .25rem auto;
  transition: all 0.3s;
  overflow: hidden;
/*text-overflow: ellipsis;
white-space: nowrap;*/
display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
body .myClassify .classifyItem:hover {
  background-position: center right calc(15px * var(--ratio));
}
body .myClassify .classifyItem:hover, body .myClassify .classifyItem.active {
  background-color: #ffd100;
  background-image: url("../img/homeBannerRight.webp");
}
body .productItem {
  background: #fff;
  position: relative;
  margin-right: calc(20px * var(--ratio));
  width: 18%;
  /*height: 9rem;*/
  padding-bottom:.25rem;
  border: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #071d49;
  transition: all 0.6s;
}
body .productItem .productName {
  height:3.25rem;
  line-height:.75rem;
  padding:.5rem;
  /*line-height: 1.75rem;*/
  text-align:left;
  font-weight: bold;
  border-bottom:2px solid rgba(18, 40, 82, 0.1);
  transition: all 0.3s;
  overflow: hidden;
}
body .productItem .productName span{
  height:2.25rem;
  line-height:.75rem;
  overflow: hidden;
}
body .productItem .productImgBox {
  height: 0;
  flex: 1;
  padding:.5rem;
 /* display: flex;
  align-items: center;
  justify-content: center;*/
}
body .productItem .productImgBox img {
  max-width: 100%;
  max-height: 100%;
}
body .productItem .productSize {
  /*height:2.1rem;*/
  padding:.5rem .55rem;
  line-height:1.4;
}
body .productItem .productImgBox{
  height:5rem;
}
body .productItem .jumpBtn {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
}
body .productItem .jumpBtn .rightIcon {
  width:.65rem;
  height:.65rem;
  fill:#071d49;
  margin-left:-2px;
}
.products .productsTypeBox .container .typeRight .productList .productItem{
  border:none;
}
.products .productsTypeBox .container .typeRight .productList .productItem:hover{
  box-shadow: 0 0 10px 0 rgba(7, 29, 73, 0.2);
}
body .productItem:hover {
  box-shadow: 0 0 10px 0 rgba(7, 29, 73, 0.2);
  border:1px solid transparent;
}
body .productItem:hover .productName {
  color: #fff;
  background: #071d49;
}
body .productItem:hover .jumpBtn {
  opacity: 1;
}

img {
  user-select: none;
}

.container {
  max-width: 88%;
  margin: 0 auto;
  width:1440px;
  /*max-width: calc(1560px * var(--ratio));*/
}

@media screen and (max-width: 4080px) {
  body {
    --ratio: 2;
  }
  body .mb {
    display: none;
  }
}
@media screen and (max-width: 3000px) {
  body {
    --ratio: 1.3;
  }
}
@media screen and (max-width: 2360px) {
  body {
    --ratio: 1.1;
  }
}
@media screen and (max-width: 2150px) {
  body {
    --ratio: 1;
  }
}
@media screen and (max-width: 2000px) {
  body {
    --ratio: 0.9;
  }
}
@media screen and (max-width: 1640px) {
  body {
    --ratio: 0.7;
  }
}
@media screen and (max-width: 1300px) {
  body {
    --ratio: 0.5;
  }
}
@media screen and (max-width: 960) {
  body .mb {
    display: block;
  }
}
header {
  font-family:"Arial","Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  /*font-size: calc(12px * var(--ratio));
  position: sticky;
  top: calc(-44px * var(--ratio));*/
  background: #fff;
  z-index: 99;
}
header .headerTop {
  border-bottom: calc(1px * var(--ratio)) solid rgba(7, 29, 73, 0.1);
  color: #071d49;
  font-weight: bold;
  
}




header .headerTop .container .lang {
  margin-right:5px;
  fill:#071d49;
}



header .headerContent  .container .container-right {

}
header .headerContent  .container .container-right .nav {

}
header .headerContent  .container .container-right .nav .navItem {
  margin: 0 .5rem;
  cursor: pointer;
}
header .headerContent  .container .container-right .nav .navItem .navName {
  color: #333;
  text-decoration: none;
  padding: 0 calc(50px * var(--ratio));
  white-space: pre;
  font-weight: bold;
}
header .headerContent  .container .container-right .nav .navItem .navSel {
  /*height: 0;*/
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  border-bottom: calc(1px * var(--ratio)) solid #f5f5f5;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  cursor: default;
  background: #fff;
  /*transition: height 0.2s;*/
  z-index:3;
  /*opacity:0;*/
}
header .headerContent  .container .container-right .nav .navItem .navSel  .container {
  /*height: calc(280px * var(--ratio));*/
  width:100%;
  padding:1.2rem 2.25rem 1.2rem;
  max-width:100%;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: stretch;
    -ms-flex-align: start;
    align-items: stretch;
  line-height: 1;
}

header .headerContent  .container .container-right .nav .navItem .navSel  .container .navSelItem {
  width:25%;
  /*height: calc(160px * var(--ratio));*/
  padding-left: 1.25rem;
  border-right: 1px solid rgba(7, 29, 73, 0.1);
}
header .headerContent  .container .container-right .nav .navItem .navSel  .container .navSelItem .selTitle {
  font-size: calc(18px * var(--ratio));
  font-weight: bold;
  color: #071d49;
  line-height: calc(24px * var(--ratio));
  margin-bottom: calc(25px * var(--ratio));
}
header .headerContent  .container .container-right .nav .navItem .navSel  .container .selTitle span::after{
  content: "";
  position: absolute;
  bottom: 2px;
  width: 100%;
  left: 0;
  height:3px;
  display: none;
  z-index: -1;
  background: #ffd100;
}
header .headerContent  .container .container-right .nav .navItem .navSel  .container .selTitle:hover span::after{
  display:block;
}
header .headerContent  .container .container-right .nav .navItem .navSel .container .navSelItem .selName span {
  color: #666;
  line-height: calc(30px * var(--ratio));
  cursor: pointer;
  z-index: 1;
  position: relative;
}
header .headerContent  .container .container-right .nav .navItem .navSel  .container .navSelItem .selName span::after {
  content: "";
  position: absolute;
  bottom: calc(2px * var(--ratio));
  width: 100%;
  left: 0;
  height: calc(4px * var(--ratio));
  display: none;
  z-index: -1;
  background: #ffd100;
}
header .headerContent  .container .container-right .nav .navItem .navSel .container .navSelItem .selName span:hover {
  font-weight: bold;
  color: #071d49;
}
header .headerContent  .container .container-right .nav .navItem .navSel .container .navSelItem .selName span:hover::after {
  display: block;
}
header .headerContent  .container .container-right .nav .navItem .activeLine {
  position: relative;
  width: 100%;
  height:6px;
  top:-5px;
  overflow: hidden;
  opacity:0;
}
header .headerContent  .container .container-right .nav .navItem .activeLine::after {
  position: absolute;
  width: 100%;
  top:6px;
  content: "";
  height:6px;
  background: #071d49;
  transition: all 0.1s;
}
header .headerContent  .container .container-right .nav .navItem:hover .activeLine::after {
  top: 0;
}
header .headerContent  .container .container-right .nav .navItem:hover .activeLine {
 opacity:1;
}
header .headerContent  .container .container-right .nav .navItem .navSel{
  display:none;
}
/*header .headerContent  .container .container-right .nav .navItem:hover .navSel {
  height: 7rem;
  padding-bottom:1.75rem;
  opacity:1;
}*/
header .headerContent .container .container-right .nav .navItem .navSel .container .navSelItem a{
  display:block;
}
header .headerContent .container .container-right .nav .navItem .navSel .container .navSelItem span{
  display:inline-block;
  position: relative;
}
header .headerContent .container .container-right .nav .navItem .navSel4 .container .navSelItem{
  height:auto;
}
/*header .headerContent .container .container-right .nav .navItem:hover .navSel4{
 height:3rem;
 opacity:1;
}*/
header .headerContent  .container .container-right .search {
  width: 16px;
  height:auto;
  cursor: pointer;
}

footer .footer-content {
  padding-top: calc(76px * var(--ratio));
  border-top: calc(1px * var(--ratio)) solid #f5f5f5;
  display: flex;
  padding-bottom: calc(56px * var(--ratio));
}

footer .footer-content .container .logoBox .logo {
  width:auto;
  height:2rem;
  margin-bottom:.8rem;
}
footer .footer-content .container .logoBox .share {
  display: flex;
}
footer .footer-content .container .logoBox .share .shareItem {
  width: calc(44px * var(--ratio));
  height: calc(44px * var(--ratio));
  margin-right: calc(4px * var(--ratio));
  margin-bottom: calc(15px * var(--ratio));
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  cursor: pointer;
}
footer .footer-content .container .logoBox .share .shareItem .weixin {
  width: calc(21px * var(--ratio));
  height: calc(17px * var(--ratio));
}
footer .footer-content .container .logoBox .share .shareItem .zheshisha {
  width: calc(19px * var(--ratio));
  height: calc(17px * var(--ratio));
}
footer .footer-content .container .logoBox .share .shareItem .douyin {
  width: calc(17px * var(--ratio));
  height: calc(19px * var(--ratio));
}
footer .footer-content .container .logoBox .share .shareItem:hover {
  background: #ffd100;
}
footer .footer-content .container .logoBox .cqc {
  width: calc(362px * var(--ratio));
  height: calc(82px * var(--ratio));
}
footer .footer-content .container .btmNav {
  padding-top: calc(30px * var(--ratio));
  margin-left: 7%;
  display: flex;
  flex: 1;
}
footer .footer-content .container .btmNav .navBox {
  width: 30%;
  padding-right:3%;
}
footer .footer-content .container .btmNav .navBox .navTitle {
  white-space: pre;
  font-weight: bold;
  color: #071d49;
  margin-bottom:.5rem;
}
footer .footer-content .container .btmNav .navBox .navItem {
  /*white-space: pre;*/
  cursor: pointer;
  font-weight: 400;
  color: #071d49;
  line-height:1.4;
  opacity: 0.5;
  margin-bottom:6px;
}
footer .footer-content .container .btmNav .navBox .navItem:hover {
  opacity: 1;
}
footer .footer-content .container .btmTel .telItem {
  margin-bottom: calc(20px * var(--ratio));
  color: #071d49;
  font-weight: bold;
  line-height: 1.4;
  font-family: OPPOSans;
}
footer .footer-content .container .btmTel .telItem .p1 {
  white-space: pre;
}
footer .footer-content .container .btmTel .telItem .p2 {
  white-space: pre;
}
footer .footer-content .container .btmTel .telItem .p3 {
  white-space: pre;
}
footer .footerBtm .container {
  padding:.65rem 0;
  border-top: 1px solid #f5f5f5;
  font-weight: 500;
  color: #071d49;
}
footer .footerBtm .container a {
  color: #071d49;
  text-decoration: none;
  margin-right: calc(30px * var(--ratio));
}
footer .footerBtm .container a:hover {
  text-decoration: underline;
}
footer .footerBtm .container a:last-child {
  margin-right: 0;
}
footer .footerBtm .container .sp1{
  max-width:55%;
}
footer .footerBtm .container .sp2{
  max-width:40%;
}


.home #banner {
  width: 100%;
  height:20.5rem;
}
.home #banner .swiper-slide {
  text-align: center;
  font-size: calc(18px * var(--ratio));
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home #banner .swiper-slide .bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #banner .swiper-slide .bannerTitleBox {
  position: absolute;
  top: 0;
  text-align: center;
  color: #071d49;
  margin-top: calc(78px * var(--ratio));
}
.home #banner .swiper-slide .bannerTitleBox p {
  font-weight: bold;
  margin-bottom:.6rem;
  line-height:1.2;
}
.home #banner .swiper-slide .bannerTitleBox p span {
  color: #ffd100;
}
.home #banner .swiper-slide .bannerTitleBox .bannerBtn {
  font-size: calc(18px * var(--ratio));
  width:4rem;
    height: 1.3rem;
  margin: auto;
}
.home #banner .banner-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: auto;
  width:184px;
  height:20px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.home #banner .banner-progress .progressCount,
.home #banner .banner-progress .progressBar {
  background-repeat: no-repeat;
  background-size: cover;
  transition: width 0.3s ease-out;
}
.home #banner .banner-progress .progressCount {
  background-image: url("../img/progressCount.webp");
}
.home #banner .banner-progress .progressBar {
  width: 0;
  flex: 1;
  background-position: right top;
  background-image: url("../img/progressBar.webp");
}
.home #searchBox {
  background: #071d49;
  padding-bottom:3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #searchBox .overturnBox {
  width: calc(255px * var(--ratio));
  height: calc(240px * var(--ratio));
  margin-top: 1.75rem;
  margin-bottom: calc(28px * var(--ratio));
  position: relative;
}
.home #searchBox .overturnBox .overturnBg {
  width: calc(145px * var(--ratio));
  height: calc(186px * var(--ratio));
  position: absolute;
  left: calc(37px * var(--ratio));
  top: calc(27px * var(--ratio));
  z-index: 0;
}
.home #searchBox .overturnBox .overturnWrap .overturnItem {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.home #searchBox .overturnBox .overturnWrap .overturnItem.rotate {
  transform: rotateY(0deg);
}
.home #searchBox .inputBox {
  width:20rem;
  height: 2.2rem;
  background: #fff;
  position: relative;
}
.home #searchBox .inputBox form {
  height: 100%;
}
.home #searchBox .inputBox .search {
  width:.55rem;
  height:.55rem;
}
.home #searchBox .inputBox input {
  outline: none;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  padding-left:1rem;
  font-size:18px;
  color: #071d49;
  padding-right:3rem;
}
.home #searchBox .inputBox input::placeholder {
  color: rgba(7, 29, 73, 0.5);
}
.home #searchBox .inputBox .submitbtn{
  width:2.2rem;
  height:2.2rem;
  position: absolute;
  right:0;
  top:0;
  z-index:1;
  padding-left:0;
  padding-right:0;
} 
.home #searchBox .inputBox .input2{
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:none;
  border:none;
  position: absolute;
  z-index:3;
  padding:0;
}

.home .earth {
  height:auto;
}
.home .earth .container {
  padding-top:3rem;
  padding-bottom:4rem;
  position: relative;
}
.home .earth .container .topName {
  color: #071d49;
}
.home .earth .container .topTitle {
  width: calc(1000px * var(--ratio));
  color: #071d49;
  padding-bottom: calc(50px * var(--ratio));
}
.home .earth .container .numText {
  margin-top: calc(120px * var(--ratio));
  --borderWidth: calc(2px * var(--ratio));
  --minusBorderWidth: calc(-2px * var(--ratio));
  font-size: calc(122px * var(--ratio));
  line-height:1.1;
  font-family: Arial;
  text-shadow: var(--borderWidth) 0 0 #122852, var(--minusBorderWidth) 0 0 #122852, 0 var(--borderWidth) 0 #122852, 0 var(--minusBorderWidth) 0 #122852, var(--borderWidth) var(--borderWidth) 0 #122852, var(--minusBorderWidth) var(--minusBorderWidth) 0 #122852, var(--minusBorderWidth) var(--borderWidth) 0 #122852, var(--borderWidth) var(--minusBorderWidth) 0 #122852;
  color: #fff;
  letter-spacing: calc(12px * var(--ratio));
}
.home .earth .container .numMsg {
  width:6rem;
  line-height:1.4;
  color: #071d49;
}
.home .earth .container .earthImgBox {
  width: 19.25rem;
  height: 19.75rem;
  position: absolute;
  z-index: 1;
  top: 8rem;
  left: 7rem;
}
.home .earth .container .earthImgBox .earthImg {
  width: 100%;
  height: 100%;
}
.home .earth .container .earthImgBox .xuxianImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 0.5s;
}
.home .earth .container .earthContent {
  width: 39%;

  padding-top: 1rem;
  padding-left:1rem;
  padding-bottom:1.25rem;
  color: #071d49;
  /*font-size:18px;*/
  line-height:1.6;
  background: #f5f5f5;
  position: absolute;
  top:50%;
  left: 61%;
  z-index: 2;
}
.home .earth .container .earthContent p {
  margin-bottom:.7rem;
  margin-right:1rem;
}
.home .earth .container .earthContent .earthBtn {
  width:4rem;
  height:1.3rem;
}
.home .earth .container .earthContent .earthBtn:hover{
  color:#071d49;
}
.home .recommendation {
  height:100vh;
  position: relative;
}
.home .recommendation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #071d49;
  z-index: 0;
  right: 50%;
}
.home .recommendation::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  z-index: 0;
  left: 50%;
}
.home .recommendation .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
  width:100%;
  max-width: 100%;
  padding:0 0 0 4%;
}
.home .recommendation .container .recommendation-left {
  padding-top:3rem;
  /*margin-left: calc(-50px * var(--ratio));*/
  width:16.75rem;
  position: relative;
  z-index: 1;
  background: #071d49;
}
.home .recommendation .container .recommendation-left .topName {
  color: #fff;
}
.home .recommendation .container .recommendation-left .topTitle {
  color: #fff;
}
.home .recommendation .container .recommendation-left .entranceBtn {
  width: 260px;
  height:54px;
}
.home .recommendation .container .recommendation-left .quantou {
  width: calc(525px * var(--ratio));
  height: calc(467px * var(--ratio));
  position: absolute;
  left: calc(-15px * var(--ratio));
  bottom: 0;
}
.home .recommendation .container .recommendation-right {
  flex: 1;
  width: 0;
  background: #f5f5f5;
  position: relative;
  padding-top: calc(67px * var(--ratio));
  padding-left: calc(50px * var(--ratio));
  /*margin-right: calc(-110px * var(--ratio));*/
}
.home .recommendation .container .recommendation-right .rightTitle {
  color: #071d49;
  font-weight: bold;
  line-height:1.4;
  margin-bottom: .55rem;
}
.home .recommendation .container .recommendation-right .recommendationNames {
  display: flex;
  flex-wrap: wrap;
}
.home .recommendation .container .recommendation-right .recommendationNames .nameItem {
  padding-right:.7rem;
  margin-right:.7rem;
  border-right: 1px solid rgba(18, 40, 82, 0.2);
  line-height:1;
  color: rgba(7, 29, 73, 0.5);
  margin-bottom:.45rem;
  cursor:pointer;
}
.home .recommendation .container .recommendation-right .swiper-button-next,
.home .recommendation .container .recommendation-right .swiper-button-prev {
  top: 58%;
}
.home .recommendation .container .recommendation-right #recommendationSwiper {
  margin-top:1.5rem;
  width: 100%;
  height:16.5rem;
}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem {
  background: #fff;
  width: calc(570px * var(--ratio));
  padding: 1.25rem 1.2rem;
  position: relative;
}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .itemTitle {
  margin-bottom:.6rem;
  
  color: #071d49;
  font-weight: bold;
  padding-bottom: .6rem;
  border-bottom:1px solid rgba(18, 40, 82, 0.15);
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .itemmsg {
  position: relative;
  line-height:24px;
  max-height:calc(24px * 5);
  overflow-y: auto;
  padding-right:10px;
  z-index: 1;
  color: #122852;
}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .itemmsg .msg {
  padding-left: .25rem;
  position: relative;
  opacity:.7;
}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .itemmsg .msg::before {
  position: absolute;
  content: "";
  width: .1rem;
  height:.1rem;
  background: currentColor;
  border-radius: 50%;
  top:.34rem;
  left: 0;
}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .itemBtn {
  width: 4rem;
  height: 1.3rem;
  margin-top: 1.7rem;
}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .msgBg {
  position: absolute;
  width: calc(418px * var(--ratio));
  height: calc(428px * var(--ratio));
  left: 0;
  bottom: 0;
  z-index: 0;
}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .msgImg {
  position: absolute;
  height:9rem;
  bottom: calc(12px * var(--ratio));
  right:0;
  left:0;
  margin: auto;
  z-index: 0;
}
.home .news {
  height: auto;
  background:#f9f9f9 url(../img/newsBg.webp) no-repeat;
  background-size: cover;
  padding-top:3rem;
  padding-bottom:3rem;
  background-position:center -2rem;
  position: relative;
}
.home .news .container {
  /*padding-left: calc(150px * var(--ratio));*/
}
.home .news .container #newsSwiper {
  height: auto;
  overflow: inherit;
}
.home .news .container #newsSwiper .newsItem {
  background: #fff;
  padding:1rem 1.55rem 1.2rem;
}
.home .news .container #newsSwiper .newsItem .newsDate {
  display: flex;
  align-items: center;
  margin-bottom: calc(20px * var(--ratio));
  font-size: calc(18px * var(--ratio));
  
  color: #c7c7c7;
}
.home .news .container #newsSwiper .newsItem .newsDate .rili {
  margin-right:.3rem;
  width: .5rem;
  height:.5rem;
}
.home .news .container #newsSwiper .newsItem .newsImgBox {
  height: calc(280px * var(--ratio));
  overflow: hidden;
  margin-bottom: calc(45px * var(--ratio));
}
.home .news .container #newsSwiper .newsItem .newsImgBox .newsImg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  transition: transform 0.3s;
}
.home .news .container #newsSwiper .newsItem .newsImgBox:hover .newsImg {
  transform: scale(1.1);
}
.home .news .container #newsSwiper .newsItem .newsTitle {
  
  color: #071d49;
  
  line-height:36px;
  height:72px;
  overflow: hidden;
  margin-bottom:.7rem;
}
.home .news .container #newsSwiper .newsItem .newsMsg {
 
  color: rgba(7, 29, 73, 0.5);
  line-height:28px;
  height:56px;
  overflow: hidden;
}
.home .news .container #newsSwiper .newsItem .newsBtn {
  width: 4rem;
  height:1.3rem;
  margin-top:1rem;
}
.home .news .container #newsSwiper .swiper-slide:hover {
  transition: box-shadow 0.5s;
  border: 1px solid #e3e5e6;
  box-shadow: 0 0 .5rem 0 hsla(209, 100%, 37%, 0.2);
  z-index: 1;
}

.aboutUs .company {
  padding-top:2.25rem;
  padding-bottom:3rem;
  height:auto;
  background: url("../img/companyBg.webp") no-repeat, #fff;
  background-size: contain;
}
.aboutUs .company .container {
  display: flex;
  justify-content: space-between;
  /*padding: 0 calc(150px * var(--ratio));*/
}
.aboutUs .company .companyLeft {
  width:51%;
  color: #071d49;
}
.aboutUs .company .companyLeft .companyName {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom:.8rem;
}
.aboutUs .company .companyLeft .companyMsg {
  margin-bottom:2.5rem;
}
.aboutUs .company .companyLeft .companyMsg p {
  line-height:1.8;
}
.aboutUs .company .companyLeft .companyMsg p + p {
  margin-top:.9rem;
}
.aboutUs .company .companyLeft .companyLeftBtm .companyInfoItem {
  position: relative;
  border:1px solid rgba(18, 40, 82, 0.1);
  box-shadow: 0 5px .25rem 0 rgba(18, 40, 82, 0.1);
  padding:1rem .75rem;
  color: #122852;
  margin-bottom:.5rem;
  overflow: hidden;
}
.aboutUs .company .companyLeft .companyLeftBtm .companyInfoItem .infoInex {
  position: absolute;
  right: 0;
  bottom: -.5rem;
  font-size:3rem;
  line-height: 1;
  font-style: italic;
  font-weight: bold;
  color: rgba(7, 29, 73, 0.05);
  user-select: none;
}
.aboutUs .company .companyLeft .companyLeftBtm .companyInfoItem svg{
  width:.3rem;
  height:auto;
  margin-right:.35rem;
}
.aboutUs .company .companyLeft .companyLeftBtm .companyInfoItem .rbox{
  width:calc(100% - .65rem);
  margin-top:-6px;
}
/*.aboutUs .company .companyLeft .companyLeftBtm .companyInfoItem::before {
  content: "";
  position: absolute;
  background: url("../img/companyInfoBg.webp");
  width: calc(10px * var(--ratio));
  height: calc(13px * var(--ratio));
  left: calc(37px * var(--ratio));
  top: calc(43px * var(--ratio));
  background-size: cover;
}*/
.aboutUs .company .companyRight {
  width:40%;
  padding-top: calc(96px * var(--ratio));
  position: relative;
}
.aboutUs .company .companyRight .icon{
  width:5.75rem;
  position: absolute;
  right:1rem;
  top:1rem;
  z-index:1;
}
.aboutUs .company .companyRight .numInfoItem {
  width: 100%;
  color: #071d49;
  border-bottom: 1px solid rgba(7, 29, 73, 0.2);
  margin-bottom: 1.25rem;
}
.aboutUs .company .companyRight .numInfoItem .numBoxWrap {
  display: flex;
  align-items: stretch;
}
.aboutUs .company .companyRight .numInfoItem .numBoxWrap .numBox {
  display: flex;
  height: 100%;
  user-select: none;
  overflow: hidden;
}
.aboutUs .company .companyRight .numInfoItem .numBoxWrap .numBox .digit {
  font-size:2.1rem;
  line-height: 1;
  transition: transform 0.3s;
  font-weight: bold;
}
.aboutUs .company .companyRight .numInfoItem .numBoxWrap .numUnit {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
  user-select: none;
  font-size: calc(22px * var(--ratio));
}
.aboutUs .company .companyRight .numInfoItem .numBoxWrap .numUnit .unit {
  font-size:14px;
}
.aboutUs .company .companyRight .numInfoItem .numInfoName {
  margin-top: .6rem;
  line-height:1.2;
  margin-bottom:.25rem;
  font-weight: bold;
}
.aboutUs .company .companyRight .numInfoItem .numInfoMsg {
  font-style: italic;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.aboutUs #course {
  height: auto;
  
}
.aboutUs #course .courseContent {
  height: 100%;
  background: url("../img/courseBg.webp") no-repeat;
  background-position:center -30px;
  background-size: cover;
  position: sticky;
  top: calc(98px * var(--ratio));
}
.aboutUs #course .courseContent .container {
  padding: 3rem 0 4.5rem;
  height: 100%;
  color: #071d49;
  display: flex;
  flex-direction: column;
  position: relative;
}
.aboutUs #course .courseContent .container .courseName {
  font-weight: bold;
  margin-bottom:.5rem;
}
.aboutUs #course .courseContent .container .courseName2 {
  font-weight: bold;
  font-style:italic;
}
.aboutUs #course .courseContent .container .courseName2 span {
  color: #ffd100;
}
.aboutUs #course .courseContent .container .shuxian {
  width: 2px;
  height: 18rem;
  position: absolute;
  top: 7rem;
  bottom: 0;
  left: calc(258px * var(--ratio));
  z-index: 0;
}
.aboutUs #course .courseContent .container .swiperBox {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  height: calc(731px * var(--ratio));
  overflow: hidden;
  margin-top: calc(60px * var(--ratio));
  margin-bottom: calc(145px * var(--ratio));
  padding-left: calc(50px * var(--ratio));
  padding-right: calc(10px * var(--ratio));
  user-select: none;
}
.aboutUs #course .courseContent .container .swiperBox .hengxian {
  width: calc(460px * var(--ratio));
  height: calc(40px * var(--ratio));
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(212px * var(--ratio));
  z-index: 2;
  margin: auto;
}
.aboutUs #course .courseContent .container .swiperBox #yearBanner {
  font-size: calc(18px * var(--ratio));
  color: rgba(18, 40, 82, 0.5);
  font-style: italic;
  width: calc(210px * var(--ratio));
  position: relative;
  overflow: initial;
}
.aboutUs #course .courseContent .container .swiperBox #yearBanner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: calc(68px * var(--ratio));
  position: relative;
  cursor:pointer;
}
.aboutUs #course .courseContent .container .swiperBox #yearBanner .swiper-slide.swiper-slide-active {
  color: #122852;
  font-size: 22px;
  font-weight: bold;
}
.aboutUs #course .courseContent .container .swiperBox #yearBanner .swiper-slide::after {
  content: "";
  position: absolute;
  width: calc(24px * var(--ratio));
  height: calc(24px * var(--ratio));
  right: calc(-11px * var(--ratio));
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/heidian.webp") center center/100% 100%;
}
.aboutUs #course .courseContent .container .swiperBox #courseBanner {
  width: 0;
  flex: 1;
  margin-top: calc(-260px * var(--ratio));
  padding-left: calc(235px * var(--ratio));
  cursor: grab;
}

.aboutUs #course .courseContent .container .swiperBox #courseBanner .swiper-slide .yearName {
  position: absolute;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
  color: rgba(18, 40, 82, 0.5);
  transform: translate(0, 0);
  transition: all 0.3s;
  width:40px;
}
.aboutUs #course .courseContent .container .swiperBox #courseBanner .swiper-slide .yearContent {
  position: absolute;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #122852;
  transform: translate(50px, 0);
  transition: transform 0.3s, color 0.3s;
  /*white-space: pre;*/
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 100px);
  line-height:25px;
  overflow-y: auto;
  max-height: 50px;
}
.aboutUs #course .courseContent .container .swiperBox #courseBanner .swiper-slide.swiper-slide-active {
  height: calc(310px * var(--ratio)) !important;
}
.aboutUs #course .courseContent .container .swiperBox #courseBanner .swiper-slide.swiper-slide-active .yearName {
  color: #071d49;
  transform: translate(0, -1.8rem);
  width: 4rem;
  font-size: 2rem;
  font-weight: bold;
}
.aboutUs #course .courseContent .container .swiperBox #courseBanner .swiper-slide.swiper-slide-active .yearContent {
  color: #071d49;
  white-space: initial;
  overflow: initial;
  width: 100%;
  font-size:22px;
  transform: translate(0, 1.25rem);
  font-weight: bold;
}
.aboutUs #course .courseContent .container .swiper-scrollbar {
  position: absolute;
  width: calc(10px * var(--ratio));
  height: calc(805px * var(--ratio));
  right: 0;
  top: calc(436px * var(--ratio));
  background: rgba(18, 40, 82, 0.1);
}
.aboutUs #course .courseContent .container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #071d49;
}
.aboutUs .originator {
  position: relative;
  height:auto;
}
.aboutUs .originator::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background: #071d49;
  z-index: 0;
}
.aboutUs .originator .container {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
}
.aboutUs .originator .container::after {
  content: "";
  width: 67%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #071d49;
  position: absolute;
}
.aboutUs .originator .container .originatorLeft {
  width:44%;
  position: relative;
  z-index: 1;
  color: #071d49;
  padding-left:0;
  padding-top: calc(100px * var(--ratio));
}
.aboutUs .originator .container .originatorLeft .topTitle {
  font-weight: bold;
  margin-bottom:1.35rem;
}
.aboutUs .originator .container .originatorLeft .imgBox {
  width: calc(610px * var(--ratio));
  height: calc(427px * var(--ratio));
  position: relative;
  margin-bottom:1.5rem;
}
.aboutUs .originator .container .originatorLeft .imgBox .originatorImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutUs .originator .container .originatorLeft .imgBox .imgBtmLine {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(8px * var(--ratio));
}
.aboutUs .originator .container .originatorLeft .imgBox .imgBtmLine::before {
  content: "";
  width: calc(180px * var(--ratio));
  background: rgba(7, 29, 73, 0.9);
}
.aboutUs .originator .container .originatorLeft .imgBox .imgBtmLine::after {
  content: "";
  flex: 1;
  background: rgba(255, 209, 0, 0.8);
}
.aboutUs .originator .container .originatorLeft .originatorName {
  width: 9.5rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: calc(20px * var(--ratio));
  margin-left:2.2rem;
  border-bottom:1px solid rgba(18, 40, 82, 0.25);
}
.aboutUs .originator .container .originatorLeft .originatorName .p1 {
  line-height:1.4;
  font-weight: bold;
}
.aboutUs .originator .container .originatorLeft .originatorName .p2 {
  color: #13225c;
  margin-left:.4rem;
  line-height:1.4;
}
.aboutUs .originator .container .originatorRight {
  margin-left: 8%;
  width:63%;
  padding-bottom:2.5rem;
  position: relative;
  z-index: 1;
  flex: initial;
  color: #fff;
}
.aboutUs .originator .container .originatorRight .originatorSub {
  display: flex;
  margin-top: .6rem;
  margin-bottom:.7rem;
  font-weight: bold;
  align-items: center;
}
.aboutUs .originator .container .originatorRight .originatorSub .zicon9 {
  width:.7rem;
  height:.7rem;
  background:#FFD100;
  margin-right:.25rem;
}
.aboutUs .originator .container .originatorRight .originatorSub .zicon9 svg{
  width:.4rem;
  height:.4rem;
}
.aboutUs .originator .container .originatorRight .achievement {
  border-top:2px solid rgba(255, 255, 255, 0.2);
  margin-top:3.5rem;
}
.aboutUs .originator .container .originatorRight .achievement .achievementList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height:2.2;
}
.aboutUs .originator .container .originatorRight .achievement .achievementList .achievementItem {
  padding-left:.3rem;
  position: relative;
  width: 50%;
  line-height:1.4;
  margin-bottom:.4rem;
  padding-right:3%;
}
.aboutUs .originator .container .originatorRight .achievement .achievementList .achievementItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  margin: auto;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #ffd100;
}
.aboutUs .originator .container .originatorRight .introduce {
  margin-top: 2.5rem;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.aboutUs .originator .container .originatorRight .introduce .introduceContent {
  word-break: break-word;
  line-height:1.6;
}
.aboutUs .culture {
  color: #071d49;
  height: calc(820px * var(--ratio));
  background: #f5f5f5;
  padding-top: 3rem;
}

.aboutUs .culture .topTitle {
  font-weight: bold;
  margin-bottom: 1.25rem;
  line-height:1.2;
}
.aboutUs .culture .cultureBox {
  display: flex;
  justify-content: space-between;
}
.aboutUs .culture .cultureBox .cultureItem {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  padding-right:2rem;
  padding-bottom:3.5rem;
  width: 32%;
  background: #fff;
  cursor: default;
  transition: box-shadow 0.3s;
}
.aboutUs .culture .cultureBox .cultureItem:hover {
  box-shadow: 5px 8px .5rem 0 rgba(18, 40, 82, 0.2);
}
.aboutUs .culture .cultureBox .cultureItem .cultureName {
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-bottom:.7rem;
  line-height:1.2;
}
.aboutUs .culture .cultureBox .cultureItem .cultureName::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .2rem;
  background: #ffd100;
}
.aboutUs .culture .cultureBox .cultureItem .cultureName span {
  position: relative;
  z-index: 1;
}
.aboutUs .culture .cultureBox .cultureItem p {
  line-height:1.6;
  color:#071D49;
}
.aboutUs .culture .cultureBox .cultureItem .msgBg {
  position: absolute;
  width:5.9rem;
  right: .5rem;
  bottom:-2.25rem;
}

.honorsCertificates .board {
  height: calc(906px * var(--ratio));
  background: url("../img/boardBg.webp") repeat-x;
  background-size: cover;
  position: relative;
}
.honorsCertificates .board #boardUsBanner {
  height: 100%;
  /*width: calc(1700px * var(--ratio));*/
  width:94%;
  cursor:grab;
}
.honorsCertificates .board #boardUsBanner .swiper-slide {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
}
.honorsCertificates .board #boardUsBanner .swiper-slide .bannerImg {
  width: 80%;
  max-height:15rem;
  margin-bottom: calc(38px * var(--ratio));
  transition: all 0.3s;
  display: block;
}
.honorsCertificates .board #boardUsBanner .swiper-slide.swiper-slide-active .bannerImg{
  width: 100%;
  max-width:100%;
  object-fit: contain;
}
.honorsCertificates .board #boardUsBanner .swiper-slide .boardNameBox {
  height: 4rem;
  text-align: center;
}
.honorsCertificates .board #boardUsBanner .swiper-slide .p1 {
  line-height:1.2;
  margin: auto;
  font-weight: bold;
  position: relative;
  width: max-content;
  opacity: 0;
  transition: opacity 0.3s;
}
.honorsCertificates .board #boardUsBanner .swiper-slide .p1 span {
  position: relative;
  z-index: 1;
}
.honorsCertificates .board #boardUsBanner .swiper-slide .p1::after {
  content: "";
  position: absolute;
  bottom: calc(2px * var(--ratio));
  left: 0;
  width: 100%;
  height: calc(8px * var(--ratio));
  background: #ffd100;
}
.honorsCertificates .board #boardUsBanner .swiper-slide .boardName {
  color: rgba(18, 40, 82, 0.5);
  font-size: calc(20px * var(--ratio));
  line-height: calc(36px * var(--ratio));
  font-weight: bold;
  transform: translateY(calc(-24px * var(--ratio)));
  transition: all 0.3s;
}
.honorsCertificates .board #boardUsBanner .swiper-slide .p3 {
  white-space: pre;
  color: rgba(7, 29, 73, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.honorsCertificates .board #boardUsBanner .swiper-slide.swiper-slide-active {
  padding: 0;
}
/*.honorsCertificates .board #boardUsBanner .swiper-slide.swiper-slide-active .bannerImg {
  width: 100%;
}*/
.honorsCertificates .board #boardUsBanner .swiper-slide.swiper-slide-active .p1 {
  opacity: 1;
}
.honorsCertificates .board #boardUsBanner .swiper-slide.swiper-slide-active .p3 {
  opacity: 1;
}
.honorsCertificates .board #boardUsBanner .swiper-slide.swiper-slide-active .boardName {
  color: #122852;
  font-size:.85rem;
  line-height: 1.2;
  transform: translateY(0);
}
.honorsCertificates .certificate {
  padding-top:2.25rem;
  padding-bottom:4.5rem;
  background:#F5F5F5;
}

.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem {
  width: 25%;
  height:auto;
  position: relative;
  padding-top:.75rem;
  background: #fff;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem .bannerImg {
  width: 100%;
  height: 8.25rem;
  margin: auto;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem img{
  max-height:100%;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem .certificateNameBox {
  
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem .certificateNameBox::before {
  content: "";
  flex: 1;
  height: 0;
  transition: background 0.3s;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem .iconbtn{
  width:1.4rem;
  height:1.4rem;
  border-radius:50%;
  background:#071D49;
  opacity:.8;
  cursor:pointer;
  opacity:0;
  transition: all .8s;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem .iconbtn .icon{
  width:.75rem;
  height:.75rem;
  fill:#fff;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem .certificateNameBox .certificateName {
  /*height: calc(107px * var(--ratio));*/
  display: flex;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #071d49;
  transition: background 0.3s;
  padding:.65rem 6%;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem:hover .certificateNameBox::before {
  background: rgba(18, 40, 82, 0.1);
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem:hover .certificateNameBox::after {
  opacity: 1;
  transform: translateY(0);
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem:hover .certificateNameBox .certificateName {
  background: rgba(255, 209, 0, 0.9);
}
.honorsCertificates .certificate .popupWrap .popupContent {
  width: calc(760px * var(--ratio));
  height: calc(900px * var(--ratio));
}
.honorsCertificates .certificate .popupWrap .popupContent .swiper-container {
  height: 100%;
}
.honorsCertificates .certificate .popupWrap .popupContent .swiper-container .swiper-slide {
  padding-top: calc(20px * var(--ratio));
}
.honorsCertificates .certificate .popupWrap .popupContent .swiper-container .swiper-slide .pupopName {
  font-size: calc(32px * var(--ratio));
  line-height: calc(60px * var(--ratio));
  color: #122852;
  font-weight: bold;
  text-align: center;
}
.honorsCertificates .certificate .popupWrap .popupContent .swiper-container .swiper-slide .bannerImg {
  width: calc(557px * var(--ratio));
  height: calc(765px * var(--ratio));
  margin: auto;
  display: block;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem{
  display:block;
  transition: all .8s;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem:hover{
  background:#DCDCDC;
  box-shadow:0 5px 20px 2px rgba(0,0,0,.3);
  z-index: 5;
}
.honorsCertificates .certificate .container .myTabContent .myTabWrap .certificateItem:hover .iconbtn{
  opacity:1;
}

.branding .store {
  padding-top:2.5rem;
  padding-bottom:3rem;
  height:auto;
  background: url("../img/storeBg.webp");
  background-size: cover;
  position: relative;
}
.branding .store .swiper-container {
  height: 100%;
  padding-bottom:1.75rem;
}
.branding .store .swiper-container .swiper-slide {
  width:75% !important;
  margin: 0 -5%;
  transform: scale(0.54);
  transition: transform 0.3s;
  text-align: center;
}
.branding .store .swiper-container .swiper-slide .storeItem {
  width: 100%;
  height: 100%;
}
.branding .store .storeName {;
  font-weight: bold;
  width:1440px;
  max-width:88%;
  margin:0 auto 1.5rem;
  color:#071D49;
}
.branding .store .swiper-container .swiper-slide .storeItem .storeImg {
  max-height: 16.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.branding .store .swiper-container .swiper-slide .storeItem .shadowBtm {
  position: absolute;
  z-index: 0;
  background: url("../img/zimg1.png") center center no-repeat;
  background-size:100% auto;
  width: 100%;
  height:2.5rem;
  left: 0;
  right: 0;
  bottom: -1.75rem;
  margin: auto;
  display: none;
}
.branding .store .swiper-container .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.branding .store .swiper-container .swiper-slide.swiper-slide-active .shadowBtm {
  display: block;
}

.branding .store .swiper-button-next{
  right:3.8%;
  transition: all .6s;
}
.branding .store  .swiper-button-prev{
  left:3.8%;
  transition: all .6s;
}
.branding .store  .swiper-button-prev .icon{
  width:.5rem;
  height:.75rem;
  fill:#071D49;
  transform:rotate(-90deg);
  transition: all .4s;
}
.branding .store  .swiper-button-next .icon{
  width:.5rem;
  height:.75rem;
  fill:#071D49;
  transform:rotate(90deg);
  transition: all .4s;
}
.branding .store .swiper-button-next:hover{
  background:#071D49;
}
.branding .store  .swiper-button-prev:hover{
  background:#071D49;
}
.branding .store .swiper-button-next:hover .icon{
  fill:#FFD100;
}
.branding .store .swiper-button-prev:hover .icon{
  fill:#FFD100;
}
.branding .showCar {
  min-height: calc(986px * var(--ratio));
  padding-top: calc(107px * var(--ratio));
  color: #071d49;
  text-align: center;
}
.branding .showCar .showCarTitle {
  font-weight: bold;
}
.branding .showCar .showCarBtnBox {
  display: flex;
  width: max-content;
  margin: 0 auto;
  margin-top: calc(36px * var(--ratio));
}
.branding .showCar .showCarBtnBox .showCarBtnItem {
  width: calc(63px * var(--ratio));
  height: calc(63px * var(--ratio));
  border-radius: 50%;
  background: rgba(18, 40, 82, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(55px * var(--ratio));
  cursor: pointer;
}

.branding .showCar .showCarBtnBox .showCarBtnItem img {
  max-height: calc(64px * var(--ratio));
  max-width: calc(90px * var(--ratio));
  opacity: 0.5;
}
.branding .showCar .showCarBtnBox .showCarBtnItem:last-child {
  margin-right: 0;
}
.branding .showCar .showCarBtnBox .showCarBtnItem.active {
  background: #ffd100;
}
.branding .showCar .showCarBtnBox .showCarBtnItem.active img {
  opacity: 1;
}
.branding .showCar #showCarImg {
  margin: calc(40px * var(--ratio)) 0 calc(130px * var(--ratio));
  width: calc(var(--width) * var(--ratio));
  height: calc(var(--height) * var(--ratio));
}
.branding .vi {
  padding-bottom:1.5rem;
  background: url("../img/viBg.webp");
  background-size: cover;
  color: #071d49;
}
.branding .vi .container {
  padding:3.5rem 0 0;
  display: flex;
}
.branding .vi .container .viBook {
  width:15rem;
  margin-right:3.85rem;
}
.branding .vi .container .bookDown {
  width:calc(100% - 18.85rem)
  margin-top:3rem;
}
.branding .vi .container .bookDown p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom:.9rem;
  line-height:1.2;
}
.branding .vi .container .bookDown .yellowBtn {
  width: 5.5rem;
  height:1.4rem;
}
.branding .vi .container .bookDown .yellowBtn:hover{
  color:#071d49;
}

.news .main-content {
  background: url("../img/newsPageBg.webp") no-repeat;
  background-size: 100% auto;
  padding-bottom: 2rem;
}
.news .main-content .container {
  padding-top:2.25rem;
}
.news .main-content .container .myTabContent {
  margin-bottom: 2rem;
}
.news .main-content .container .newsItem {
  padding: .9rem 1rem;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  border:1px solid transparent;
  border-bottom-color: rgba(18, 40, 82, 0.1);
}
@media (max-width:1500px) {
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .msgImg{
  height:8rem;
}
.home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .itemTitle{
  font-size:24px;
  line-height:1.2;
}
.aboutUs .originator .container .originatorRight{
      margin-left:0;
}
.aboutUs .originator .container .originatorLeft .originatorName{
      margin-left: 1rem;
}
}
@media (min-width:767px) {
  
  .news .main-content .container .newsItem:hover {
    background: white;
    border-color: #e3e5e6;
    box-shadow: 0 0 calc(20px * var(--ratio)) 0 rgba(18, 40, 82, 0.2);
  }
}
@media (max-width:767px) {
  .home .recommendation .container .recommendation-right #recommendationSwiper .recommendationItem .msgImg{
    display:block;
    position: relative;
  }
  .contactInfo .infoWrap .container .indoItem .msgBg{
    width: 4.5rem !important;
    right: 0 !important;
    bottom: -2.2rem;
  }
}
.news .main-content .container .newsItem .imgBox {
  margin-right: calc(58px * var(--ratio));
  width: calc(334px * var(--ratio));
  height: calc(227px * var(--ratio));
  overflow: hidden;
}
.news .main-content .container .newsItem .imgBox img {
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .main-content .container .newsItem .imgBox img:hover {
  transform: scale(1.2);
}
.news .main-content .container .newsItem .newsRight {
  width: 0;
  flex: 1;
}
.news .main-content .container .newsItem .newsRight .newsTitle {
  line-height:1.4;
  font-weight: bold;
  color: #071d49;
  margin: .35rem 0;
  width: 100%;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .main-content .container .newsItem .newsRight .newsContent {
  color: rgba(7, 29, 73, 0.5);
}
.news .main-content .container .newsItem .newsRight .newsDate {
  display: flex;
  align-items: center;
  margin-top:.7rem;
  cursor: default;
  line-height:1.4;
  user-select: none;
}
.news .main-content .container .newsItem .newsRight .newsDate .rili {
  width: .55rem;
  height:.55rem;
  fill:#c7c7c7;
  margin-right:.35rem;
}
.news .main-content .container .newsItem .newsRight .newsDate .date {
  color: #c7c7c7;
}
.news .main-content .container .newsItem .newsRight .newsDate .line {
  opacity: 0.2;
  margin: 0 calc(24px * var(--ratio));
}
.news .main-content .container .newsItem .newsRight .newsDate .more {
  color: #071d49;
  background:transparent;
  padding:0;
  height:auto;
  line-height:1.4;
  cursor: pointer;
  display: flex;
}
.news .main-content .container .newsItem .newsRight .newsDate .rightIcon {
  width:.45rem;
  height:.45rem;
  margin-left:.1rem;
  cursor: pointer;
}

.newsSearch .topSearch {
  background: #f5f5f5;
}
.newsSearch .topSearch .container {
  padding: 1rem 0 1rem;
}
.newsSearch .topSearch .container .mySearchInput {
  height: 1.5rem;
  margin-bottom: 0;
}
.newsSearch .topSearch .container .mySearchInput .mySearchBtn {
  width: calc(145px * var(--ratio));
  text-align: center;
  background: #071d49;
  color: #fff;
  height:calc(1.5rem - 2px);
  line-height:calc(1.5rem - 2px);
}
.newsSearch .resultContent {
  padding-top: 1rem;
}
.newsSearch .resultContent .container {
  margin-bottom: 4.4rem;
}
.newsSearch .resultContent .resultTitle {
  border-bottom: 2px solid #f3f2f0;
  padding-bottom:.5rem;
  font-weight: bold;
  color: #122852;
}
.newsSearch .resultContent .resultTab {
  color: #122852;
  display: flex;
  line-height: 1.75rem;
  position: relative;
  border-bottom:1px solid rgba(220, 220, 220, 0.8);
}
.newsSearch .resultContent .resultTab .resultTabItem{
  position: relative;
}
.newsSearch .resultContent .resultTab .resultTabItem::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: calc(4px * var(--ratio));
  bottom: 0;
  left:50%;
  margin-left:-.5rem;
  background: #122852;
  transition: left 0.3s;
  opacity:0;
  transition: all .6s;
}
.newsSearch .resultContent .resultTab .resultTabItem {
  transform: opacity 0.8s;
  opacity: 0.5;
  padding: 0 calc(10px * var(--ratio));
  margin: 0 calc(26px * var(--ratio));
  cursor: pointer;
  transition: all .6s;
}
.newsSearch .resultContent .resultTab .resultTabItem:hover{
  color:#122852;
}
.newsSearch .resultContent .resultTab .resultTabItem:hover::after{
  opacity:1;
}
.newsSearch .resultContent .resultTab .active {
  opacity: 1;
}
.newsSearch .resultContent .resultTab .active::after {
  opacity: 1;
}
.newsSearch .resultContent .resultList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: calc(18px * var(--ratio));
  color: #122852;
  margin-top: calc(10px * var(--ratio));
  margin-bottom: calc(74px * var(--ratio));
}
.newsSearch .resultContent .resultList .resultListItem {
  position: relative;
  padding: calc(35px * var(--ratio)) calc(56px * var(--ratio)) calc(16px * var(--ratio)) calc(34px * var(--ratio));
  width:48%;
  cursor: pointer;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: calc(1px * var(--ratio)) solid rgba(220, 220, 220, 0.8);
  color:#666;
  line-height:1.2;
}
.newsSearch .resultContent .resultList .resultListItem:hover{
  color:#071d49;
}

.newsSearch .resultContent .resultList .resultListItem::after {
  content: "";
  position: absolute;
  width: calc(8px * var(--ratio));
  height: calc(8px * var(--ratio));
  top: calc(40px * var(--ratio));
  left: calc(10px * var(--ratio));
  border-radius: 50%;
  background: #ccc;
}
.newsDetail{
  background:#FAFAFA;
  padding-bottom:2.7rem;
}
.newsDetail .container {
  padding-top:.75rem;
  color: #071d49;
}
.newsDetail .container .bread {
  margin-bottom:1.6rem;
}
.newsDetail .container .bread a{
  color:#071D49;
}
.newsDetail .container .newsTitle {
  text-align: center;
  font-weight: bold;
}
.newsDetail .container .newsDate {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c7c7c7;
  margin-top:.4rem;
  margin-bottom:.55rem;
  line-height:1.6;
}
.newsDetail .container .newsDate .rili {
  width:.55rem;
  height:auto;
  margin-right:.3rem;
}
.newsDetail .container .detailContent {
  padding-top: 1.45rem;
  padding-bottom: 1.7rem;
  margin-bottom:2rem;
  color: #001f3d;
  border-top: 1px solid rgba(38, 47, 63, 0.1);
  border-bottom: 1px solid rgba(38, 47, 63, 0.1);
}
.newsDetail .container .detailContent img{
  display:inline-block;
}
.newsDetail .container .detailContent p {
  margin-bottom:.25rem;
}
.newsDetail .container .changeDetail {
  display: block;
  width: max-content;
  /*font-size: calc(18px * var(--ratio));*/
  color: #071d49;
  text-decoration: none;
  margin-bottom: .55rem;
  line-height:1.4;
}
.newsDetail .container .changeDetail:hover {
  color: #666;
}
.newsDetail .leftbox{
  width:70%;
}
.newsDetail .reback{
  width:auto;
  padding:0 .75rem;
  height:48px;
  background:#071D49;
  transition: all .6s;

}
.newsDetail .reback .icon{
  width:.55rem;
  height:.55rem;
  fill:#fff;
}
.newsDetail .reback:hover{
  background:#FFD100;
}
.productDetail {
  color: #071d49;
}
.productDetail .container {
  /*width: calc(1440px * var(--ratio));*/
}
.productDetail .breadWrap {
  height:56px;
  background: #f5f5f5;
}
.productDetail .breadWrap .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.productDetail .productDetaiWrap {
  padding-top:2rem;
}
.productDetail .productDetaiWrap .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom:2rem;
}
.productDetail .productDetaiWrap .container .detailLeft {
  width: 14.5rem;
  margin-right:1rem;
}
.productDetail .productDetaiWrap .container .detailLeft .productName {
  font-weight: bold;
  line-height:1.2;
}
.productDetail .productDetaiWrap .container .detailLeft .productSize {
  margin-top:.25rem;
  padding-bottom:.5rem;
  border-bottom:1px solid rgba(7, 29, 73, 0.1);
  line-height:1.4;
}
.productDetail .productDetaiWrap .container .detailLeft .introduction {
  margin-top:1rem;
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-bottom:1rem;
  line-height:1.1;
}
.productDetail .productDetaiWrap .container .detailLeft .introduction::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height:.2rem;
  background: #ffd100;
}
.productDetail .productDetaiWrap .container .detailLeft .introduction span {
  position: relative;
  z-index: 1;
}
.productDetail .productDetaiWrap .container .detailLeft .introductionList {
  padding-left:.7rem;
  max-height: calc(380px * var(--ratio));
  margin-bottom:.7rem;
  border-bottom: 1px solid rgba(7, 29, 73, 0.1);
  padding-right:15px;
  overflow-y:auto;
}
.productDetail .productDetaiWrap .container .detailLeft .introductionList p {
  margin-bottom:.15rem;
  position: relative;
  line-height:1.4;
}
.productDetail .productDetaiWrap .container .detailLeft .introductionList p::after {
  content: "";
  position: absolute;
  width:5px;
  height:5px;
  border-radius: 2px;
  background: currentColor;
  left: -.25rem;
  top:.25rem;
}
.productDetail .productDetaiWrap .container .detailRight {
  width:calc(100% - 15.5rem);
}
.productDetail .productDetaiWrap .container .detailRight .imgbox{
  width:calc(100% - 5.5rem);
}
.productDetail .productDetaiWrap .container .detailRight .detailImg {
  width:100%;
  height: calc(var(--height) * var(--ratio));
  display: block;
  object-fit: contain;
}
.productDetail .productDetaiWrap .downloadWrap {
  margin-bottom: 1.75rem;
  height:2.2rem;
}
.productDetail .productDetaiWrap .downloadWrap .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productDetail .productDetaiWrap .downloadWrap .downloadBtn {
  display: flex;
  height: 100%;
  width:14.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 .5rem;
  border:1px solid rgba(7, 29, 73, 0.1);
  margin-right: 40px;
}
.productDetail .productDetaiWrap .downloadWrap .downloadBtn{
  color:#071D49;
  transition:all .6s;
}
.productDetail .productDetaiWrap .downloadWrap .downloadBtn:hover{
  background:#071d49;
  color:#fff;
}
.productDetail .productDetaiWrap .downloadWrap .downloadBtn .btnRight {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #071d49;
  border-radius: 2px;
  cursor: pointer;
}
.productDetail .productDetaiWrap .downloadWrap .downloadBtn .btnRight:hover {
  background: #000;
}
.productDetail .productDetaiWrap .downloadWrap .downloadBtn .btnRight .downIcon {
  width:.425rem;
  height:.425rem;
}

.productDetail .productDetaiWrap {
  width:100%;
}
.productDetail .productDetaiWrap .tabul{
  width:2.25rem;
}
.productDetail .productDetaiWrap .downloadImgItem {
  padding: .25rem;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .55rem;
  cursor: pointer;
  border: 1px solid rgba(7, 29, 73, 0.1);
}
.productDetail .productDetaiWrap .downloadImgItem img {
  max-width: 100%;
  max-height: 100%;
  object-fit:cover;
}
.productDetail .productDetaiWrap .downloadImgItem:hover, .productDetail .downloadImgWrap .downloadImgItem.active {
  border-color: #071d49;
}

.productDetail .productDetaiWrap .downloadWrap .rightIconBox .icon {
  width:.6rem;
  height:.6rem;
  transition: all 0.3s;
}
.productDetail .productDetaiWrap .downloadWrap .rightIconBox:hover img {
  transform: translate(calc(15px * var(--ratio)));
}
.productDetail .recommend {
  height:auto;
  padding-top:1.75rem;
  padding-bottom:2.75rem;
  color: #071d49;
}
.productDetail .recommend .recommendTitle {
  margin-bottom:.7rem;
  font-weight: bold;
}
.productDetail .recommend .recommendList {
  display: flex;
}
.productDetail .tableWrap {
  background: #f5f5f5;
  padding: calc(102px * var(--ratio)) 0 calc(180px * var(--ratio));
}
.productDetail .tableWrap .tableTitle {
  margin: 0 auto 1.5rem;
  font-weight: bold;
  position: relative;
  width: max-content;
  line-height:1.1;
}
.productDetail .tableWrap .tableTitle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .2rem;
  background: #ffd100;
}
.productDetail .tableWrap .tableTitle span {
  position: relative;
  z-index: 1;
}
.productDetail .tableWrap .chanpin th {
  text-align: left;
  padding-left: 1rem;
  border-left: 4px solid transparent;
}

.newProducts .pageContent {
  background: #f5f5f5;
  padding: 1rem 0 3rem;
  color: #071d49;
}
.newProducts .pageContent .container {
  display: flex;
}
.newProducts .pageContent .container .containerLeft {
  width: calc(280px * var(--ratio));
  margin-right:.7rem;
}
.newProducts .pageContent .container .containerRight {
  width: 0;
  flex: 1;
}
.newProducts .pageContent .container .containerRight .rightTitle {
  display: flex;
  align-items: flex-end;
  margin-top:.5rem;
  margin-bottom:.4rem;
  line-height:1.1;
}
.newProducts .pageContent .container .containerRight .classifyName {
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-right: 12px;
}
.newProducts .pageContent .container .containerRight .classifyName::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height:.2rem;
  background: #ffd100;
}
.newProducts .pageContent .container .containerRight .classifyName span {
  position: relative;
  z-index: 1;
}
.newProducts .pageContent .container .containerRight .dataItem {
  padding:1rem 1.15rem;
  margin-bottom: .5rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  cursor: default;
  transition: all 0.3s;
  color: #071d49;
}
.newProducts .pageContent .container .containerRight .dataItem:hover {
  box-shadow: 0 calc(10px * var(--ratio)) calc(20px * var(--ratio)) 0 rgba(18, 40, 82, 0.1);
}
.newProducts .pageContent .container .containerRight .dataItem .itemLeft {
  width: calc(512px * var(--ratio));
}
.newProducts .pageContent .container .containerRight .dataItem .itemLeft .dataName {

  margin-bottom: calc(2px * var(--ratio));
  font-weight: bold;
}
.newProducts .pageContent .container .containerRight .dataItem .itemLeft .dataSize {

  padding-bottom:.5rem;
  border-bottom:1px solid rgba(18, 40, 82, 0.15);
  margin-bottom:.5rem;
}
.newProducts .pageContent .container .containerRight .dataItem .itemLeft .dataMsg {
  color: rgba(18, 40, 82, 0.7);
}
.newProducts .pageContent .container .containerRight .dataItem .itemLeft .dataBtn {
  margin-top:.9rem;
  width: 4rem;
  height: 54px;
}
.newProducts .pageContent .container .containerRight .dataItem .itemRight {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.newProducts .pageContent .container .containerRight .dataItem .itemRight .itemImg {
  width: calc(var(--width) * var(--ratio));
  height: calc(var(--height) * var(--ratio));
  display: block;
  max-height: 100%;
}
.newProducts .paginationBox {
  margin-top: 80px;
  margin-bottom: 70px;
}

.products .productsTypeBox {
  padding-top: calc(45px * var(--ratio));
  padding-bottom:2rem;
  background: #f5f5f5;
}
.products .productsTypeBox .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
    max-width: 100%;
    padding: 0 1rem;
}
.products .productsTypeBox .container .typeLeft {
  width: 7rem;
}
.products .productsTypeBox .container .typeLeft .typeSearch {
  height: 1.75rem;
  background: #071d49;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .62rem;
  margin-bottom:.25rem;
}
.products .productsTypeBox .container .typeLeft .typeSearch .input {
  background: none;
  border:1px solid rgba(255,255,255,.5);
  border-right:none;
  margin-right:-4px;
  outline: none;
  height:40px;
  width: 0;
  flex: 1;
  text-indent:.35rem;
  border-radius:.1rem;
  color: #000;
  background:#fff;
}
.products .productsTypeBox .container .typeLeft .typeSearch .input::placeholder {
  color: #999;
}
.products .productsTypeBox .container .typeLeft .typeSearch .submitbtn {
  width:40px;
  height:40px;
  background: #ffd100 url("../img/search.png") no-repeat center center;
  background-size:20px auto;
  border-radius:.1rem;
  cursor: pointer;
}
.products .productsTypeBox .container .typeLeft .typeList {
  width: 100%;
}
.products .productsTypeBox .container .typeLeft .typeList .typeItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:1px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff;

  margin-bottom:1px;
  border-right: 4px solid transparent;
  line-height:1.4;
}
.products .productsTypeBox .container .typeLeft .typeList .typeItem .typeImgBox {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(7, 29, 73, 0.05);
  border-radius: 2px;
}
.products .productsTypeBox .container .typeLeft .typeList .typeItem .typeImgBox img {
  max-width:1rem;
  max-height:1rem;
}
.products .productsTypeBox .container .typeLeft .typeList .typeItem span {
  width: 0;
  flex: 1;
  color:#071D49;
  margin-left:.6rem;
}
.products .productsTypeBox .container .typeLeft .typeList .typeItem:hover, .products .productsTypeBox .container .typeLeft .typeList .typeItem.active {
  border-right-color: #071d49;
}
.products .productsTypeBox .container .typeLeft .typeList .typeItem:hover .typeImgBox, .products .productsTypeBox .container .typeLeft .typeList .typeItem.active .typeImgBox {
  background: #071d49;
}
.products .productsTypeBox .container .typeLeft .typeList .typeItem:hover img, .products .productsTypeBox .container .typeLeft .typeList .typeItem.active img {
  filter: invert(1);
}
.products .productsTypeBox .container .typeRight {
  width: 0;
  flex: 1;
  margin-left:1.1rem;
}
.products .productsTypeBox .container .typeRight .bread {
  color: rgba(7, 29, 73, 0.5);
  padding:.85rem 0 .5rem;
}
.products .productsTypeBox .container .typeRight .bread .current {
  font-weight: bold;
  position: relative;
  width: max-content;
  color: #071d49;
}
.products .productsTypeBox .container .typeRight .bread .current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .2rem;
  background: #ffd100;
}
.products .productsTypeBox .container .typeRight .bread .current span {
  position: relative;
  z-index: 1;
}
.products .productsTypeBox .container .typeRight .productList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:.9rem;
  align-items: stretch;
}
.products .productsTypeBox .container .typeRight .productList .productItem {
  margin-bottom: .7rem;
  margin-right:2.25%;
}
.products .productsTypeBox .container .typeRight .productList .productItem:nth-child(5n) {
  margin-right: 0;
}
.products .productsTypeBox .myPagination {
  position: relative;
  left:3.75rem;
}
.products .productsTypeBox .container .typeRight .productList .productItem:hover{
  color:#071d49;
}

.indusrialClients .pageContent {
  background: #f5f5f5;
  padding: 1rem 0 3rem;
  color: #071d49;
}
.indusrialClients .pageContent .container {
  display: flex;
}
.indusrialClients .pageContent .container .containerLeft {
  width: 7rem;
  margin-right:.7rem;
}
.indusrialClients .pageContent .container .containerRight {
  width: 0;
  flex: 1;
  padding-bottom: 4.25rem;
}
.indusrialClients .pageContent .container .containerRight .indusrialItem {
  border-top: 1px solid #071d49;
  padding-bottom:1.7rem;
}
.indusrialClients .pageContent .container .containerRight .indusrialItem .indusrialTitle {

  font-weight: bold;
  padding:.4rem 0 .6rem 0;
  line-height: 1;
  position: relative;
}
.indusrialClients .pageContent .container .containerRight .indusrialItem .indusrialTitle:before{
  content:"";
  position: absolute;
  width:50%;
  height:6px;
  top:0;
  left:0;
  background:#ffd100;
}
.indusrialClients .pageContent .container .containerRight .indusrialItem .indusrialItemImgBox {
  overflow: hidden;
}
.indusrialClients .pageContent .container .containerRight .indusrialItem .indusrialItemImgBox .indusrialItemImg {
  width: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.indusrialClients .pageContent .container .containerRight .indusrialItem .indusrialItemImgBox .indusrialItemImg:hover {
  transform: scale(1.05);
}

.catalogDownload .main-content {
  background: url("../img/newsPageBg.webp") no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(85px * var(--ratio));
}
.catalogDownload .main-content .container {
  padding-top: 2.25rem;
}
.catalogDownload .main-content .container .myTabContent {
  margin-bottom: calc(88px * var(--ratio));
  margin-top: calc(56px * var(--ratio));
}
.catalogDownload .main-content .container .myTabContent .myTabWrap.show {
  display: block;
}
.catalogDownload .main-content .container .downloadItem {
  display: flex;
  justify-content: space-between;
  padding-bottom: calc(20px * var(--ratio));
  border-bottom: calc(1px * var(--ratio)) solid rgba(18, 40, 82, 0.1);
  margin-bottom: calc(30px * var(--ratio));
  color: #071d49;
}
.catalogDownload .main-content .container .downloadItem .itemLeft {
  width:6.25rem;
  height:8.5rem;
  margin-right:1.25rem;
}
.catalogDownload .main-content .container .downloadItem .itemLeft img {
  max-width:100%;
  max-height:100%;
  display: block;
}
.catalogDownload .main-content .container .downloadItem .itemRight {
  width: 0;
  flex: 1;
}
.catalogDownload .main-content .container .downloadItem .itemRight p {
  margin-top:.5rem;
  font-weight: bold;
  line-height:1.4;
}
.catalogDownload .main-content .container .downloadItem .itemRight .itemBtnBox {
  display: flex;
  margin-top: 1.25rem;
}
.catalogDownload .main-content .container .downloadItem .itemRight .itemBtnBox .itemBtn {
  user-select: none;
  width: 6.5rem;
  height: 1.26rem;
  line-height: calc(1.26rem - 2px);
  border: 1px solid rgba(18, 40, 82, 0.1);
  border-radius: 2px;
  cursor: pointer;
  padding-left:.55rem;
  margin-right:.35rem;
  transition: all 0.3s;
  font-weight: bold;
  background: url("../img/yulan.webp") no-repeat right .75rem center;
  background-size:13px auto;
  color:#103178;
}
.catalogDownload .main-content .container .downloadItem .itemRight .itemBtnBox .itemBtn.down {
  background-image: url("../img/download.webp");
}
.catalogDownload .main-content .container .downloadItem .itemRight .itemBtnBox .itemBtn:hover {
  background-color: #ffd100;
  border-color: transparent;
}

.contactUs .formWrap {
  padding-top: calc(100px * var(--ratio));
  background: url("../img/liuyanBg.webp") 100%;
  padding-bottom:2.5rem;
}
.contactUs .formWrap .container {
  color: #13225c;
  box-shadow:0 -5px 10px rgba(0,0,0,.1);
}
.contactUs .formWrap .container .formTop {
  height: calc(66px * var(--ratio));
  display: flex;
  justify-content: space-between;
  line-height: calc(66px * var(--ratio));
}
.contactUs .formWrap .container .formTop .topLeft {
  width: calc(345px * var(--ratio));
  background: #ffd100;
  padding-left:1rem;
}
.contactUs .formWrap .container .formTop .topRight {
  flex: 1;
  background: #071d49;
  color: #fff;
  padding-left:1.5rem;
  display: flex;
  align-items: center;
  user-select: none;
}
.contactUs .formWrap .container .formTop .topRight .radioItem {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 2.25rem;
}
.contactUs .formWrap .container .formTop .topRight .radioItem .checkBox {
  width: calc(18px * var(--ratio));
  height: calc(18px * var(--ratio));
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  margin-right: .4rem;
}
.contactUs .formWrap .container .formTop .topRight .radioItem .checkBox i {
  display: none;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.contactUs .formWrap .container .formTop .topRight .radioItem.active .checkBox {
  color: #ffd100;
  border-color: currentColor;
}
.contactUs .formWrap .container .formTop .topRight .radioItem.active .checkBox i {
  display: block;
}
.contactUs .formWrap .container .formBox {
  background: #fff;
  padding:1rem 1.25rem .75rem;
}
.contactUs .formWrap .container .formBox .yanzhengma {
  flex: 0;
  line-height: calc(50px * var(--ratio));
}
.contactUs .formWrap .container .formBox .yanzhengma .label {
  height: calc(50px * var(--ratio));
}
.contactUs .formWrap .container .formBox .yanzhengma .inputBox {
  height: 1.25rem;
  width: calc(440px * var(--ratio));
  position: relative;
}
.contactUs .formWrap .container .formBox .yanzhengma .inputBox input {
  padding-left: calc(60px * var(--ratio));
  padding-right: calc(120px * var(--ratio));
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.contactUs .formWrap .container .formBox .yanzhengma .anquanBox,
.contactUs .formWrap .container .formBox .yanzhengma .yzmBox {
  position: absolute;
  width: .8rem;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  left:.35rem;
}
.contactUs .formWrap .container .formBox .yanzhengma .anquanBox:before{
  content:"";
  position: absolute;
  width:1px;
  right:0;
  height:19px;
  background: rgba(0, 0, 0, 0.1);
  top:50%;
  margin-top:-9.5px;
}

.contactUs .formWrap .container .formBox .yanzhengma .yzmBox img {
  top: 0;
  bottom: 0;
  margin: auto;
}
.contactUs .formWrap .container .formBox .yanzhengma .anquanBox img {
  position: relative;
  width:14px;
}
.contactUs .formWrap .container .formBox .yanzhengma .yzmBox {
  left: calc(322px * var(--ratio));
}
.contactUs .formWrap .container .formBox .yanzhengma .yzmBox img {
  position: absolute;
  width: calc(85px * var(--ratio));
  height: calc(22px * var(--ratio));
  left: calc(18px * var(--ratio));
}
.contactUs .formWrap .container .inputBox{
  position: relative;
}
.contactUs .formWrap .container .tip{
  position: absolute;
  right:.5rem;
  top:50%;
  margin-top:-.2rem;
  color:#FF0000;
}
.contactUs .formWrap .container .tip2{
  position: absolute;
  right:.5rem;
  top:auto;
  bottom:.25rem;
  margin-top:0;
  color:#FF0000;
}
.contactUs .formWrap .container .captcha{
  position: absolute;
  height:calc(1.25rem - 2px);
  right:0;
  top:0;
}

.contactInfo .infoWrap {
  padding-top: calc(100px * var(--ratio));
  background: url("../img/liuyanBg.webp") 100%;
  color: #071d49;
  padding-bottom: calc(245px * var(--ratio));
}
.contactInfo .infoWrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactInfo .infoWrap .container .indoItem {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 49.5%;
  height: auto;
  margin-bottom: calc(20px * var(--ratio));
  padding-top: 1.2rem;
  padding-left:1rem;
  padding-bottom:1.2rem;
  background: #fff;
  transition: all 0.3s;
  transition: all .8s;
}
.contactInfo .infoWrap .container .indoItem .msgBg {
  position: absolute;
  width: 6rem;
    right: 0.4rem;
    bottom: -2.2rem;
}
.contactInfo .infoWrap .container .indoItem .img {
  display: block;
}
.contactInfo .infoWrap .container .indoItem .activeImg {
  display: none;
}
.contactInfo .infoWrap .container .indoItem .infoLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(115px * var(--ratio));
  height: calc(115px * var(--ratio));
  border: calc(1px * var(--ratio)) solid rgba(7, 29, 73, 0.2);
}
.contactInfo .infoWrap .container .indoItem .infoRight {
  flex: 1;
  margin-left: calc(36px * var(--ratio));
}
.contactInfo .infoWrap .container .indoItem .infoRight .innfoName {
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-bottom:.5rem;
  transition: opacity 0.3s;
}
.contactInfo .infoWrap .container .indoItem .infoRight .innfoName span {
  position: relative;
  z-index: 1;
}
.contactInfo .infoWrap .container .indoItem .infoRight .innfoName::after {
  content: "";
  position: absolute;
  bottom: calc(2px * var(--ratio));
  left: 0;
  width: 100%;
  height: calc(8px * var(--ratio));
  background: #ffd100;
}
.contactInfo .infoWrap .container .indoItem .infoRight .infoMsg {
  margin-right:3.25rem;
}
.contactInfo .infoWrap .container .indoItem:hover {
  box-shadow: 0 calc(10px * var(--ratio)) calc(10px * var(--ratio)) 0 rgba(18, 40, 82, 0.1);
}
.contactInfo .infoWrap .container .indoItem:hover .infoLeft {
  background: #071d49;
}
.contactInfo .infoWrap .container .indoItem:hover .img {
  display: none;
}
.contactInfo .infoWrap .container .indoItem:hover .activeImg {
  display: block;
}

.socialMedia .socialWrap {
  padding-top: calc(100px * var(--ratio));
  background: url("../img/liuyanBg.webp") 100%;
  color: #071d49;
  padding-bottom:6rem;
}
.socialMedia .socialWrap .container {
  width: calc(1038px * var(--ratio));
  display: flex;
  justify-content: space-between;
}
.socialMedia .socialWrap .container .qrItem {
  width: calc(278px * var(--ratio));
  text-align: center;
  font-weight: bold;
}
.socialMedia .socialWrap .container .qrItem img {
  padding: .5rem;
  display: block;
  background: #fff;
  width: calc(278px * var(--ratio));
  height: calc(278px * var(--ratio));
  margin-bottom:.9rem;
  box-shadow: 0 .25rem .25rem 0 rgba(18, 40, 82, 0.1);
}

.policies .policiesWrap {
  padding-top:2.5rem;
  background: url("../img/liuyanBg.webp") no-repeat;
  background-position: center top;
  background-size:100% auto;
  color: #071d49;
  padding-bottom:4rem;
}

.policies .policiesWrap .container .topBorder {
  display: flex;
  justify-content: space-between;
  height: calc(2px * var(--ratio));
}
.policies .policiesWrap .container .topBorder::before {
  content: "";
  width: calc(940px * var(--ratio));
  background: #071d49;
}
.policies .policiesWrap .container .topBorder::after {
  content: "";
  width: calc(500px * var(--ratio));
  background: #ffd100;
}
.policies .policiesWrap .container .policieContent {
  background: #fff;
  padding-top: calc(60px * var(--ratio));
  padding-left: calc(40px * var(--ratio));
}
.policies .policiesWrap .container .policieContent .policieItem {
  padding-bottom:1.25rem;
  padding-right: calc(135px * var(--ratio));
}
.policies .policiesWrap .container .policieContent .policieItem .policieTitle {
  display: flex;
  margin-bottom:.55rem;
}
.policies .policiesWrap .container .policieContent .policieItem .policieTitle .policieNum {
  height: calc(40px * var(--ratio));
  background: rgba(7, 29, 73, 0.1);
  border: calc(2px * var(--ratio)) solid #071d49;
  padding: 0 calc(10px * var(--ratio));
  width: max-content;
  line-height: calc(36px * var(--ratio));
  font-size: calc(16px * var(--ratio));
  margin-right: calc(18px * var(--ratio));
}

.policies .policiesWrap .container .policieContent .policieItem .policieMsg {
  /*padding-left: 1.4rem;*/
  padding-bottom:.75rem;
  border-bottom:1px solid rgba(7, 29, 73, 0.05);
  width:calc(100% - 1.4rem);
  margin-left:1.4rem;
}
.policies .policiesWrap .container{
  position: relative;
  box-shadow:0 -5px 10px 0 rgba(0,0,0,.05);
}
.policies .policiesWrap .icon1{
  position: absolute;
  width:3.4rem;
  right:2rem;
  top:2.5rem;
  z-index:1;
}
.policies .policiesWrap .icon2{
  position: absolute;
  width:7rem;
  right:-.5rem;
  bottom:1.5rem;
  z-index:1;
}

/*# sourceMappingURL=style.css.map */
