* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.main {
  max-width: 1460px !important;
  margin: 0 auto !important;
  padding: 0px 10px;
}

body,
html {
  width: 100%;
  height: 100%;
}

body .certificate a.wfEditorMode {
  margin-top: initial !important;
}



@media screen and (min-width:1200px) {
  .select-xl dl dd a {
    font-size: 12px;
  }

  .m-search .from {
    width: 160px;
  }

  .H100 {
    height: 80px;
  }

  .header {
    height: 80px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    padding-left: 50px;
    z-index: 99;
  }

  .header .logo {
    line-height: 80px;
    display: inline-block;
    vertical-align: top;
  }

  .header .logo img {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
  }

  .header .nav {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
  }

  .header .nav .num1>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .header .nav .num1>li>a {
    display: block;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 80px;
    margin: 0px 30px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    font-weight: 600;
  }

  .header .nav.nav-ie .num1>li>a {
    font-weight: 500;
  }

  .header .nav .num1>li>a:hover {
    color: #1454a0;
  }

  .header .nav .num1>li:hover .second-nav {
    animation: navUp 0.5s 0s forwards;
  }

  .header .nav .second-nav {
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: center;
    display: none;
    background: #fff;
    min-width: 100%;
    box-shadow: 0px 0px 6px 6px rgba(29, 29, 29, 0.08);
    border-top: 2px solid #2a3852;
    transition: top .5s;
  }

  @keyframes navUp {
    0% {
      opacity: 0.6;
      transform: translateY(15px);
    }

    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }

  .header .nav .second-nav li a {
    display: block;
    font-size: 15px;
    color: #333;
    padding: 9px 20px;
    border-bottom: 1px solid #d9d9d9;
    white-space: nowrap;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }

  .header .nav .second-nav li a:hover {
    background-color: #2a3852;
    color: #fff;
  }

  .header .fl {
    float: left;
  }

  .header .fr {
    float: right;
  }

  .header .lang {
    font-size: 16px;
    line-height: 80px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
  }

  .header .lang a {
    color: #0f2a4a;
  }

  .header .lang a:hover {
    text-decoration: underline;
  }

  .header .lang img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
  }

  .header .search {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 80px;
  }

  .header .search .but {
    background: #fff url('../images/icon3.png') no-repeat center center;
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .header .search .txt {
    background: #eaeaea;
    width: 0px;
    background: #eaeaea;
    height: 100%;
    padding: 20px;
    padding-right: 60px;
    font-size: 16px;
  }

}


.banner-custom {
  width: 100%;
  height: calc(100vh - 80px);
}

.banner-custom .img {
  width: 100%;
  height: 100%;
}

.banner-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foundry-index {
  padding-top: 85px;
  padding-bottom: 140px;
}

.foundry-index .m-tit {
  text-align: center;
}

.foundry-index .m-tit:after {
  margin: 0 auto;
  margin-top: 20px;
}

.foundry-index .m-p {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

.foundry-index .m-p {
  /* width: 50%; */
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
}

.foundry-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 90px;
}

.foundry-swiper .swiper-slide {
  position: relative;
  width: 28%;
  margin-top: auto;
  margin-bottom: auto;
  transform: scale(.8);
  transition: all .5s;
  overflow: hidden;
}

.foundry-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #0F2A4A, #0F2A4A00);
}

.foundry-swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  font-size: 28px;
  color: #ffff;
  transform: scale(1.5);
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.foundry-swiper .swiper-slide .text a:not(.wfEditorMode) {
  display: block;
  padding: 10px 37px;
  margin-top: 17px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  border-radius: 99999px;
  transition: all .5s;
}

.foundry-swiper .swiper-slide .text a:not(.wfEditorMode):hover {
  background-color: #0F2A4A;
  border-color: #0F2A4A;
}

.foundry-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.foundry-swiper .swiper-slide.swiper-slide-active .text {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}


.foundry-swiper .foundry-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
}

.foundry-swiper .foundry-pagination::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00000030;
}

.foundry-swiper .swiper-pagination-bullet {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 200px; */
  width: auto;
  height: auto;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  color: #0F2A4A;
  border-radius: 99999px;
  background-color: #F5F5F5;
  opacity: 1;
}

.foundry-swiper .swiper-pagination-bullet span {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0F2A4A;
}

.foundry-swiper .swiper-pagination-bullet p {
  flex: 1;
  margin-left: 10px;
  text-align: center;
}


.foundry-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.5%;
}

.foundry-swiper .swiper-pagination-bullet-active {
  background: #0F2A4A;
  color: #fff;
}

.foundry-swiper .swiper-pagination-bullet-active span {
  background: #fff;
}

.product-index {
  padding-top: 85px;
  padding-bottom: 100px;
  background-color: #F5F5F5;
}

.product-index .m-tit {
  text-align: center;
}

.product-index .m-tit:after {
  margin: 0 auto;
  margin-top: 20px;
}

.product-index .m-p {
  /* width: 50%; */
  width: calc(100% - 24px);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

.product-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 90px;
}

.product-swiper .swiper-slide {
  position: relative;
  width: 39%;
  margin-top: auto;
  margin-bottom: auto;
  transform: scale(.8);
  transition: all .5s;
  overflow: hidden;
}

.product-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #0F2A4A, #0F2A4A00);
}

.product-swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  font-size: 28px;
  color: #ffff;
  transform: scale(1.5);
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.product-swiper .swiper-slide .text a:not(.wfEditorMode) {
  display: block;
  padding: 10px 37px;
  margin-top: 17px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  border-radius: 99999px;
  transition: all .5s;
}

.product-swiper .swiper-slide .text a:not(.wfEditorMode):hover {
  background-color: #0F2A4A;
  border-color: #0F2A4A;
}


.product-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.product-swiper .swiper-slide.swiper-slide-active .text {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 3;
}


.product-swiper .product-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
}

.product-swiper .product-pagination::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00000030;
}

.product-swiper .swiper-pagination-bullet {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: auto;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  color: #0F2A4A;
  border-radius: 99999px;
  background-color: #FFFFFF;
  opacity: 1;
}

.product-swiper .swiper-pagination-bullet span {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0F2A4A;
}

.product-swiper .swiper-pagination-bullet p {
  flex: 1;
  text-align: center;
}


.product-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px;
}

.product-swiper .swiper-pagination-bullet-active {
  background: #0F2A4A;
  color: #fff;
}

.product-swiper .swiper-pagination-bullet-active span {
  background: #fff;
}


/* .banner-swp .swiper-slide { height: 680px; }  */
.banner-swp .swiper-slide .main {
  height: 100%;
}

.banner-swp .swiper-slide .main .item {
  height: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.banner-swp .swiper-slide .main .text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}

.banner-swp .swiper-slide .main .text h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.banner-swp .swiper-slide .main .text p {
  font-size: 25px;
  color: #fff;
  margin-top: 10px;
}

.banner-swp .swiper-slide .main .text h4 {
  font-size: 36px;
  color: #fff;
  margin-top: 20px
}

.banner-swp .swiper-slide .main .text ul {
  margin-top: 20px
}

.banner-swp .swiper-slide .main .text ul li {
  font-size: 16px;
  color: #fff;
  margin: 10px 0px;
  position: relative;
  padding-left: 15px;
}

.banner-swp .swiper-slide .main .text ul li:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0px;
}

.banner-swp .swiper-slide .main .text-fr {
  text-align: right;
}

.banner-swp .swiper-pagination-bullet {
  width: 40px;
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0px 8px !important;
  opacity: 1;
  outline: none;
  border-radius: 20px;
}

.banner-swp .swiper-pagination-bullet-active {
  background: #0F2A4A;
}

.banner_pag {
  bottom: 30px !important;
}

.banner_next {
  outline: none;
  right: 40px;
}

.banner_prev {
  outline: none;
  left: 40px;
}

.support .txt0 {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}

.m-tit {
  font-size: 42px;
  color: #1a1a1a;
  position: relative;
  color: #0f2a4a;
}

.m-tit:after {
  content: '';
  width: 30px;
  height: 4px;
  background: #0f2a4a;
  display: block;
  margin-top: 20px
}

.m-p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-top: 30px;
  text-align: justify;
}

/*.action--site-index .m-p{text-align: left;}*/
.m-p-x {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
  text-align: justify;
}

.m-tit-x {
  font-size: 30px;
  color: #333;
}

.m-tit-zx {
  font-size: 24px;
  color: #333;
}

.m-tit-xt {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
  color: #333;
}


.section1 {
  display: flex;
  flex-direction: row;
  padding: 100px 0px;
  padding-left: 80px;
}

.section1 .fl {
  width: 30%;
  padding-right: 6%;
  position: relative;
}

.section1 .fr {
  width: 70%;
  overflow: hidden;
}

.section1 .fr .item {
  width: 170%;
}

.section1-swp {
  width: 100%;
}

.section1-prev {
  background: url('../images/icon5.png') no-repeat center center;
  width: 42px;
  height: 42px;
  outline: none;
  top: inherit;
  bottom: 0px;
}

.section1-next {
  background: url('../images/icon6.png') no-repeat center center;
  width: 42px;
  height: 42px;
  outline: none;
  top: inherit;
  bottom: 0px;
  right: inherit;
  left: 70px;
}

.section1-swp .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.section1-swp .swiper-slide .img {
  position: relative;
}

.section1-swp .swiper-slide .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.section1-swp .swiper-slide .text {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 60px;
  z-index: 2;
}

.section1-swp .swiper-slide .text strong {
  display: block;
  font-size: 28px;
  color: #fff;
}

.section1-swp .swiper-slide .text p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 15px;
}

.section1-swp .swiper-slide .text h6 {
  border: 1px solid #fff;
  font-size: 16px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 30px;
  color: #fff;
  margin-top: 30px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section1-swp .swiper-slide .link {
  display: block;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section1-swp .swiper-slide .link:hover h6 {
  background: #0f2a4a;
  color: #fff;
  border: 1px solid #0f2a4a;
}

.section1-swp .swiper-slide .img img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section1-swp .swiper-slide .link:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}





.section2 {
  display: flex;
  flex-direction: row;
  padding: 100px 0px;
  padding-left: 80px;
  background: #f5f5f5;
}

.section2 .fl {
  width: 30%;
  padding-right: 6%;
  position: relative;
}

.section2 .fr {
  width: 70%;
  overflow: hidden;
}

.section2 .fr .item {
  width: 170%;
}

.section2-swp {
  width: 100%;
}

.section2-prev {
  background: url('../images/icon5.png') no-repeat center center;
  width: 42px;
  height: 42px;
  outline: none;
  top: inherit;
  bottom: 0px;
}

.section2-next {
  background: url('../images/icon6.png') no-repeat center center;
  width: 42px;
  height: 42px;
  outline: none;
  top: inherit;
  bottom: 0px;
  right: inherit;
  left: 70px;
}

.section2-swp .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.section2-swp .swiper-slide .img {
  position: relative;
}

.section2-swp .swiper-slide .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.section2-swp .swiper-slide .text {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 60px;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}

.section2-swp .swiper-slide .text .con {
  position: relative;
  width: 100%;
  height: 100%;
}

.section2-swp .swiper-slide .text strong {
  display: block;
  font-size: 42px;
  text-transform: uppercase;
  /*font-family: 'Arial'; */
}

.section2-swp .swiper-slide .text span {
  position: absolute;
  right: 0px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.section2-swp .swiper-slide .text h3 {
  font-size: 30px;
}

.section2-swp .swiper-slide .text h4 {
  font-size: 28px;
  text-transform: uppercase;
}

.section2-swp .swiper-slide .text p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.section2-swp .swiper-slide .text h6 {
  border: 1px solid #fff;
  font-size: 16px;
  border: 1px solid #0f2a4a;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 30px;
  color: #fff;
  background: #0f2a4a;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  margin-top: 30px;
}

.section2-swp .swiper-slide .link {
  display: block;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section2-swp .swiper-slide .link:hover h6 {
  background: #159862;
  color: #fff;
  border: 1px solid #159862;
}

.section2-swp .swiper-slide.white .text {
  color: #fff;
}

.section2-swp .swiper-slide .img img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section2-swp .swiper-slide .link:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.back-top {
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 30%;
  right: 0;
  width: 50px;
  padding: 10px 5px;
  background-color: #2a3852;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.back-top .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
}

.back-top .image svg {
  display: block;
  width: 60%;
  height: auto;
}



.footer {
  background: #0f2a4a;
  padding: 80px 80px 0px;
}

.footer .had {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .had .fl {
  width: 466px;
}

.footer .had .fl h3 {
  font-size: 18px;
  color: #b2b2b2;
}

.footer .had .fl h4 {
  font-size: 18px;
  color: #b2b2b2;
  /* margin-top: 30px; */
}

.footer .had .fl p {
  line-height: 26px;
  margin-top: 10px;
}

.footer .had .fl h6 {
  margin-top: 15px;
}

.footer .had .fl h6 a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.footer .left-content .footer-logo {
  width: 300px;
}
.footer .left-content .footer-logo img {
  width: 50%;
  display: block;
  margin: auto;
}

.footer .left-content .title {
  width: 310px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.footer .left-content .title p {
  margin-top: 0;
}

.footer .left-content .qr {
  width: 310px;
  /* margin: auto; */
  margin-top: 15px;
}

.footer .left-content .qr img {
  width: 100px;
  margin: auto;
}

.footer .left-content .qr p {
  margin-top: 5px;
  /* font-weight: bold; */
  text-align: center;
}

.footer .had .fr {
  flex: 1;
  text-align: left;
}

.footer .had .fr dl {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  /*margin-right: 8%;  */
  margin-left: 4.5%;
  margin-bottom: 30px;
}

.footer .had .fr dl dt a {
  color: #b2b2b2;
  font-size: 16px;
}

.footer .had .fr dl dt a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer .had .fr dl dd {
  margin-top: 20px;
}

.footer .had .fr dl dd a {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.footer .had .fr dl dd a:hover {
  text-decoration: underline;
  color: #31a575;
}


.footer .dwo {
  margin-top: 50px;
}

.footer .dwo .text {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .dwo .text h6 {
  color: #b2b2b2;
}

.footer .dwo .text h6 a {
  margin-left: 20px;
  color: #b2b2b2;
}

.footer .dwo .text h6 a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -4px;
}

.footer .dwo .text h6 a {
  margin-left: 15px;
}

.footer .dwo .text h6 a:hover {
  text-decoration: underline;
}

.footer .dwo .text strong a {
  color: #b2b2b2;
  margin-left: 20px;
}

.footer .dwo .text strong a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer .dwo h3 {
  color: #b2b2b2;
  padding-bottom: 20px;
  text-align: right;
}

.footer .dwo h3 a {
  margin-left: 12px;
  color: #b2b2b2;
}

.footer .dwo h3 a:hover {
  color: #fff;
  text-decoration: underline;
}


.banner-x {
  height: 300px;
}

.banner-x .main {
  height: 100%;
}

.banner-x .main .item {
  height: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.banner-x .main .item .text {
  display: table-cell;
  vertical-align: middle;
}

.banner-x .main .item .text h3 {
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
}

.banner-x .main .item .text strong {
  display: block;
  margin-top: 3px;
  font-size: 30px;
  color: #fff;
}

.banner-x .main .item .text img {
  margin-top: 30px;
  cursor: pointer;
}

.mbx {
  text-align: right;
  padding: 20px 0px;
}

.mbx a {
  background: url('../images/icon11.png') no-repeat right center;
  padding-right: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.mbx a:last-child {
  background: none;
  margin-right: 0px;
  padding-right: 0px;
}

.mbx a:hover {
  color: #0f2a4a;
}

.a-tit {
  border-bottom: 1px solid #e6e6e6;
}

.a-tit a {
  display: inline-block;
  margin-right: 36px;
  color: #333;
  vertical-align: top;
  position: relative;
  padding: 18px 0px;
  font-size: 16px;
}

.a-tit a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  background: #0b264c;
  width: 0%;
  height: 2px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.a-tit a:hover:after {
  color: #0b264c;
  width: 100%;
}

.a-tit a:hover {
  color: #0b264c;
}

.a-tit a.active:after {
  color: #0b264c;
  width: 100%;
}

.a-tit a.active {
  color: #0b264c;
}


.foundry {
  padding: 60px 0px 80px;
}

.foundry .item {
  padding-left: 320px;
  position: relative;
}

.application_details .link-message {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.foundry .item .tit {
  font-size: 30px;
  color: #333333;
  position: absolute;
  left: 0px;
  top: 0px;
  /*text-transform: uppercase;*/
}

.foundry .item .contents p {
  /* font-size: 14px; */
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: justify;
}

.foundry .item .contents strong {
  font-weight: bold;
  color: #333;
  font-size: 24px;
}

.foundry .item .contents a {
  color: #237cc9;
}

.foundry .item .contents a:hover {
  text-decoration: underline;
}

.foundry .tab-tit {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.foundry .tab-tit span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  color: #333;
  padding: 10px 0px 15px;
  margin-right: 40px;
  cursor: pointer;
}

.foundry .tab-tit span:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: #0f2a4a;
  left: 0px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.foundry .tab-tit span:hover:after {
  width: 100%;
}

.foundry .tab-tit span:hover {
  color: #0f2a4a;
}

.foundry .tab-tit span.active:after {
  width: 100%;
}

.foundry .tab-tit span.active {
  color: #0f2a4a;
}



/*.foundry-back { background: url('../images/icon12.png') no-repeat left bottom;  }*/

.added-had {
  padding-bottom: 30px;
}

.added-had h3 {
  font-size: 24px;
  color: #333333;
}

.added-had p {
  margin-top: 25px;
  /*color: #666; */
  color: #000;
  font-size: 14px;
}

.added-had p a {
  /*color: #0f2a4a;*/
  color: #000;
}

.added-had p a:hover {
  text-decoration: underline;
}

.added-list {
  overflow: hidden;
  margin-top: 40px;
}

.added-list.custom-z {
  margin-top: 0;
  margin-bottom: 25px;
}

.added-list.custom-z:last-child {
  margin-bottom: 0;
}

.added-list h3 {
  font-size: 24px;
  color: #333;
}

.added-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}

.added-list ul li {
  width: 33.33%;
  padding: 15px;
}

.added-list ul li .added-con {
  background: #f5f5f5;
  padding: 30px;
  height: 100%;
  /*min-height: 280px;*/
}

.added-list ul li .added-con strong {
  font-size: 20px;
  display: block;
  margin-top: 20px;
  color: #333;
  margin-bottom: 15px;
}

.added-list ul li .added-con p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.added-list ul li .img {
  margin-top: 20px;
  text-align: center;
}

.added-list ul li .img img {
  margin: 0 auto;
  display: block;
}



.company-next {
  background: rgba(255, 255, 255, 0.5) url('../images/icon20.png') no-repeat center center;
  width: 60px;
  height: 60px;
  top: inherit;
  bottom: 0px;
  right: 0px;
  border: 1px solid #e6e6e6;
}

.company-prev {
  background: rgba(255, 255, 255, 0.5) url('../images/icon21.png') no-repeat center center;
  width: 60px;
  height: 60px;
  top: inherit;
  bottom: 0px;
  left: inherit;
  right: 60px;
  border: 1px solid #e6e6e6;
  border-right: none;
}

.culture-list ul {
  margin-top: 10px;
}

.culture-list ul li {
  width: 33.33%;
  /*height: 100%;*/
}

.culture-list .tit-x {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 15px;
}

.culture-list ul li .num {
  background: url('../images/icon22.png') no-repeat center center;
  width: 26px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.culture-list ul li .added-con p {
  font-size: 16px;
  line-height: 26px;
}



.quality {
  margin-top: 30px;
  overflow: hidden;
}

.quality h3 {
  font-size: 24px;
  color: #333333;
}

.quality ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 15px;
}

.quality ul li {
  width: 50%;
  padding: 10px 20px;
}

.quality ul li .con {
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-direction: row;
  position: relative;
}

.quality ul li .con .img {
  width: 192px;
}

.quality ul li .con .text {
  flex: 1;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.quality ul li .con .text h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
}

.quality ul li .con .text p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}

.quality ul li .con h6 {
  position: absolute;
  bottom: 30px;
  /*background: url('../images/icon23.png') no-repeat left center; padding-left: 30px; */
}

.quality ul li .con h6:hover {
  color: #184c89;
  text-decoration: underline;
  cursor: pointer;
}

.quality ul li .con h6:after {
  content: '';
  background: url(../images/icon27.png) no-repeat left center;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -4px;
}

.hygiene {
  margin-top: 30px;
}

.hygiene .con {
  display: flex;
  flex-direction: row;
  background: #f5f5f5;
  margin-top: 30px;
}

.hygiene .con .img {
  width: 50%;
}

.hygiene .con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hygiene .con .text {
  width: 50%;
  padding: 40px;
  height: 340px;
  overflow: hidden;
}

.hygiene .con .text p {
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0px;
  position: relative;
  padding-left: 18px;
}

.hygiene .con .text p:after {
  content: '';
  position: absolute;
  left: 0px;
  border: 1px solid #1896da;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 8px;
}


.hygiene1 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.hygiene1 dl {
  margin-top: 12px;
}

.hygiene1 dl dt {
  font-size: 18px;
  color: #0f2a4a;
  padding: 16px 20px;
  font-weight: bold;
  background: #f5f5f5 url('../images/icon24.png') no-repeat 97% center;
  cursor: pointer;
}

.hygiene1 dl dd {
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 20px;
  display: none;
}

.hygiene1 dl dd p {
  line-height: 26px;
  font-size: 15px;
  color: #4c4c4c;
  text-align: justify;
}

.hygiene1 dl dd a {
  word-break: break-all;
}

.hygiene1 dl dd p img {
  height: auto;
}

.hygiene1 dl dt.active {
  background: #0f2a4a url('../images/icon25.png') no-repeat 97% center;
  color: #fff;
}

.hygiene1-m dl dd .con {
  display: flex;
  flex-direction: row;
}

.hygiene1-m dl dd .img {
  width: 45%;
}

.hygiene1-m dl dd .text {
  flex: 1;
  padding-left: 30px;
}

.hygiene1-m dl dd .text p img {
  display: inline-block !important;
}

.hygiene1-m dl dd .text p {
  text-align: center;
}

.honor {
  margin-top: 40px;
}

.honor .list {
  overflow: hidden;
  margin-top: 20px;
}

.honor .list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.honor .list ul li {
  width: 25%;
  padding: 10px;
}

.honor .list ul li .con {
  background: #f5f5f5;
  padding: 7px;
}

.honor .list ul li .con p {
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
}


.certificate {
  overflow: hidden;
  margin-bottom: 50px;
}

.certificate:last-child {
  margin-bottom: 0px;
}

.certificate h3 {
  font-size: 24px;
  color: #333333;
}

.certificate .list {
  background: #f5f5f5;
  margin-top: 20px;
}

.certificate .list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 15px;
  margin-top: 15px;
}

.certificate .list ul li {
  width: 50%;
  padding: 10px 15px;
}

.certificate .list ul li .con {
  background: #f5f5f5;
  padding: 10px;
  display: flex;
  flex-direction: row;
  position: relative;
  background: #ffffff;
}

.certificate .list ul li .con .img {
  width: 128px;
}

.certificate .list ul li .con .text {
  flex: 1;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.certificate .list ul li .con .text h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
}

.certificate .list ul li .con .text p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}

.certificate .list ul li .con .link {
  position: absolute;
  bottom: 30px;
}

.certificate .list ul li .con .link:after {
  content: '';
  background: url('../images/icon26.png') no-repeat left center;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -4px;
}

.certificate .list ul li .con .link:hover {
  color: #184c89;
  text-decoration: underline;
  cursor: pointer;
}

.certificate .list ul li .con .link:hover:after {
  content: '';
  background: url('../images/icon27.png') no-repeat left center;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -4px;
}


.news-tit {
  display: inline-block;
  vertical-align: top;
}

.news-tit dl {
  position: relative;
  margin-right: 10px;
  width: 200px;
  margin: 0 auto;
  z-index: 77;
}

.news-tit dl dt {
  height: 46px;
  padding: 0px 25px;
  border-radius: 36px;
  appearance: none;
  -webkit-appearance: none;
  background: url('../images/icon28.png') no-repeat 90% center;
  outline: none;
  line-height: 46px;
  text-align: left;
  position: relative;
  z-index: 3;
  cursor: pointer;
  color: #10b2a9;
  border: 1px solid #8794a4;
  color: #0f2a4a;
}

.news-tit dl dd {
  display: none;
  position: absolute;
  top: 56px;
  left: 0px;
  background: #fff;
  width: 100%;
  z-index: 0;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 5px;
}

.news-tit dl dd a {
  display: block;
  display: block;
  padding: 12px 25px;
  border-bottom: 1px solid #eaeaea;
}

.news-tit dl dd a:hover {
  background: #0f2a4a;
  color: #fff;
}

.news-had {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.news-had .fl {
  float: left;
}

.news-had .fl h3 {
  font-size: 20px;
  color: #333333;
}

.news-had .fl p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}

.news-had .fr {
  float: right;
}

.news-search {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  position: relative;
}

.news-search .txt {
  height: 46px;
  border: 1px solid #8794a4;
  line-height: 46px;
  margin-left: 10px;
  border-radius: 46px;
  width: 200px;
  padding: 0px 20px;
  padding-right: 60px;
}

.news-search .but {
  background: url('../images/icon29.png') no-repeat center center;
  width: 60px;
  height: 46px;
  top: 0px;
  right: 0px;
  position: absolute;
}


.news-pd0 {
  padding-bottom: 0px;
}

.news {
  position: relative;
  padding-bottom: 80px;
  padding-left: 320px;
  min-height: 200px;
}

.news .tit {
  position: absolute;
  top: 36px;
  left: 0px;
  /*font-family: 'Arial';*/
}

.news .list ul li h3 {
  color: #333;
  font-size: 16px;
  /*font-family: 'Arial';*/
}

.news .list ul li h3 strong {
  font-size: 42px;
}

.news .list ul li p {
  color: #000;
  font-size: 14px;
  /*color: #666666; font-size: 16px;*/
  margin-top: 12px;
  line-height: 26px;
}

.news .list ul li h4 {
  font-size: 22px;
  color: #333333;
  margin-top: 10px;
}

.news .list ul li .link {
  display: block;
  padding: 30px 0px;
  background: url('../images/icon30.png') no-repeat 95% center;
  padding-right: 30%;
  padding-left: 40px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  border-bottom: 1px solid #e6e6e6;
}




.news .tit strong {
  color: #333333;
  display: block;
  font-size: 16px;
}

.news .tit h2 {
  font-size: 42px;
  color: #333333;
}



.activity {
  position: relative;
  padding-bottom: 80px;
  padding-left: 320px;
  min-height: 200px;
}

.activity .tit {
  position: absolute;
  top: 36px;
  left: 0px;
  /*font-family: 'Arial'; */
}

.activity .list ul li h3 {
  color: #000;
  font-size: 22px;
  /*font-family: 'Arial';*/
  padding-top: 15px;
}

.activity .list ul li h3 strong {
  font-size: 42px;
}

.activity .list ul li p {
  color: #666666;
  font-size: 16px;
  /*margin-top: 16px;*/
  line-height: 26px;
  /*display: inline-block;*/
  vertical-align: top;
  min-width: 48%
}

.activity .list ul li .con {
  margin-top: 10px;
}

/*.activity .list ul li p:nth-child(1) { background: url('../images/icon32.png') no-repeat left center; padding-left: 30px; }
.activity .list ul li p:nth-child(2) { background: url('../images/icon33.png') no-repeat left center; padding-left: 30px; }
.activity .list ul li p:nth-child(3) { background: url('../images/icon34.png') no-repeat left center; padding-left: 30px; }*/

.activity .list ul li h4 {
  font-size: 22px;
  color: #333333;
  margin-top: 10px;
}

.activity .list ul li .link {
  display: block;
  padding: 30px 0px;
  background: url('../images/icon30.png') no-repeat 95% center;
  padding-right: 20%;
  padding-left: 40px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
}

.activity .list ul li .link .img {
  width: 258px;
  height: 175px;
  overflow: hidden;
}

.activity .list ul li .link .img img {
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  object-fit: cover;
}

.activity .list ul li .link .text {
  flex: 1;
  padding-left: 50px;
}

.activity .tit strong {
  color: #333333;
  display: block;
  font-size: 16px;
}

.activity .tit h2 {
  font-size: 42px;
  color: #333333;
}


@media screen and (min-width:992px) {

  .news .list ul li .link:hover {
    background: #f5f5f5 url('../images/icon31.png') no-repeat 96% center;
  }

  .news .list ul li .link:hover h4 {
    color: #1a487d;
  }

  .activity .list ul li .link:hover {
    background: #f5f5f5 url('../images/icon31.png') no-repeat 96% center;
  }

  .activity .list ul li .link:hover h4 {
    color: #1a487d;
  }

  .activity .list ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }

  .activity .list ul li .link:hover .text h3 {
    color: #10437f;
  }

}



.personnel {
  margin-top: 40px;
}

.personnel.custom-z {
  margin-top: 0;
}

.personnel p {
  margin-top: 25px;
}


.personnel1 {
  margin-top: 40px;
}

.personnel1 .list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.personnel1 .list ul li {
  position: relative;
  margin-top: 30px;
  width: 48%;
}

.personnel1 .list ul li strong {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  display: block;
  font-size: 24px;
}

.personnel1 .list ul li .img {
  overflow: hidden;
}

.personnel1 .list ul li .img img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.personnel1 .list ul li:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}


.welfare ul li {
  position: relative;
  padding-left: 160px;
  margin-bottom: 50px;
}

.welfare ul li:last-child {
  margin-bottom: 0px;
}

.welfare ul li .num {
  position: absolute;
  left: 0px;
  top: 0px;
}

.welfare ul li .num strong {
  font-size: 40px;
  color: #262a33;
  display: block;
  font-size: 100px;
  /*font-family: 'Arial';*/
}

.welfare ul li .num span {
  background: #fff;
  font-size: 18px;
  padding: 5px 12px;
  position: absolute;
  bottom: 15px;
  right: 0px;
}

.welfare ul li .had h3 {
  font-size: 20px;
  color: #333;
  /*font-weight: bold;*/
}

.welfare ul li .had p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 25px;
}

.welfare ul li .con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.welfare ul li .con dl {
  /*width: 47%;*/
  width: 100%;
  margin-top: 30px;
}

.welfare ul li .con dl dt {
  font-size: 20px;
  color: #262a33;
}

.welfare ul li .con dl dd {
  margin-top: 10px;
  line-height: 26px;
  font-size: 15px;
}

.welfare ul li .img {
  margin-top: 30px;
}


.join .top ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.join .top ul li {
  cursor: pointer;
  width: 48%;
}

.join .top ul li strong {
  background: #f4f4f4 url('../images/icon41.png') no-repeat 95% center;
  color: #333;
  display: inline-block;
  padding: 22px 25px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.join .top ul li .img {
  overflow: hidden;
}

.join .top ul li .img img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.join .top ul li:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.join .top ul li:hover strong {
  background: #0f2a4a url('../images/icon42.png') no-repeat 95% center;
  color: #fff;
}

.join .top ul li.active strong {
  background: #0f2a4a url('../images/icon42.png') no-repeat 95% center;
  color: #fff;
}



.join .had {
  display: flex;
  flex-direction: row;
  color: #333;
  border-bottom: 1px solid #cccccc;
  padding: 18px 0px;
  font-size: 16px;
}

.join .had span {
  text-align: center;
  padding: 0px 20px;
}

.join .had .s1 {
  width: 40%;
  text-align: left;
}

.join .had .s2 {
  width: 20%;
}

.join .had .s3 {
  width: 20%;
}

.join .list {
  margin-top: 40px;
  display: none;
}

.join .list ul li {
  border-bottom: 1px solid #e1e1e1;
}

.join .list .atit {
  display: flex;
  flex-direction: row;
  color: #333;
  padding: 22px 0px;
  font-size: 16px;
  cursor: pointer;
  background: url('../images/icon43.png') no-repeat 95% center;
}

.join .list .atit span {
  text-align: center;
  padding: 0px 20px;
}

.join .list .atit .s1 {
  width: 40%;
  text-align: left;
}

.join .list .atit .s2 {
  width: 20%;
}

.join .list .atit .s3 {
  width: 20%;
}

.join .list .atit.active {
  background: url('../images/icon44.png') no-repeat 95% center;
}

.join .list .com {
  background: #fff;
  padding: 20px;
  padding-top: 10px;
  display: none;
}

.join .list .com strong {
  display: block;
  color: #164378;
  font-size: 18px;
}

.join .list .com p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.join .list .com h6 a {
  background: #164378;
  display: inline-block;
  padding: 10px 26px;
  border-radius: 10px;
  border-radius: 20px;
  color: #fff;
  margin-top: 10px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.join .list .com h6 a:hover {
  background: #31a575;
}


.contact h3 {
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.contact .list {
  padding-top: 10px;
  position: relative;
}

.contact .list ul li {
  margin: 17px 0px;
  font-size: 16px;
}

.contact .list ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-top: -4px;
}

.contact .list h6 {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.contact .list h6 .link {
  border: 1px solid #0f2a4a;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #0f2a4a;
}

.contact .list h6 .link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-top: -2px;
}

.contact .list h6 .link:hover {
  text-decoration: underline;
}

.message {
  box-shadow: 0px 0px 10px 5px rgba(29, 29, 29, 0.1);
  padding: 50px;
  background: #fff;
}

.message .list ul li {
  width: 46%;
  margin: 10px 2%;
  float: left;
}

.message .list ul li label {
  display: block;
  height: 20px;
}

.message .list ul li label span {
  color: #ff0000;
  margin-right: 3px;
}

.message .list ul li .form-type {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
  line-height: 1;
}

.message .list ul li .form-type label {
  height: auto;
  display: flex;
  align-items: center;
}

.message .list ul li .form-type-cont {
  position: relative;
}

.message .list ul li .form-type-error {
  position: absolute;
  bottom: -16px;
  left: 0;
  color: #F00;
  display: none;
  font-size: 12px;
}

.message .list ul li .form-type-cont.error .form-type-error {
  display: block;
}

.message .list ul li input[type="radio"] {
  appearance: auto;
  -webkit-appearance: auto;
  margin-right: 5px;
}

.message .list ul li .txt {
  /* position: relative; */
  /* z-index: 2; */
  width: 100%;
  border: 1px solid #c7c7c7;
  padding: 12px;
  margin-top: 10px;
  /* background-color: transparent; */
}

.message .list ul li .txtbox {
  padding: 12px;
  margin-top: 10px;
  width: 100%;
  height: 180px;
  border: 1px solid #c7c7c7;
}

.message .list .but {
  border: 1px solid #333;
  padding: 9px 46px;
  color: #333 !important;
  background: none;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 2%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.message .list .but:hover {
  background: #333;
  color: #fff !important;
}


.report h3 {
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 18px;
}

.report .list {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  justify-content: space-between;
}

.report .list dl dt {
  font-size: 18px;
  color: #333;
}

.report .list dl dd .text {
  margin-top: 25px;
}

.report .list dl dd .text p {
  font-size: 16px;
  margin: 15px 0px;
}

/* .report .list dl dd .text p:nth-child(1) {
  background: url('../images/icon46.png') no-repeat left center;
  padding-left: 28px;
} */

.report .list dl dd .text p:nth-child(1) {
  background: url('../images/icon47.png') no-repeat left center;
  padding-left: 28px;
}

.report .list dl dd .text p:nth-child(2) {
  background: url('../images/icondz.png') no-repeat left center;
  padding-left: 28px;
}

.report .list dl dd .text p:nth-child(3) {
  background: url('../images/iconyb.png') no-repeat left center;
  padding-left: 28px;
}

.report .list dl dd .text1 {
  margin-top: 22px;
}

.report .list dl dd .text1 img {
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}

.report .list dl dd .text1 p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
  color: #333333;
}


#map {
  width: 100%;
  height: 450px;
  margin-top: 50px;
}

#map img {
  max-height: none !important;
  max-width: none !important;
}

.BMapLabel {
  display: none !important;
}

.chaochu {
  max-height: 110px;
  overflow: auto;
}

/*.videoBox{padding-bottom: 80px;}*/
.products h2 {
  font-size: 16px;
  color: #333;
}

.products .new-content p {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.products .list {
  /* margin-top: 30px; */
}

.products .list dl {
  margin-top: 10px;
  cursor: pointer;
}

.products .list dl dt {
  background: #f6f6f6 url('../images/icon43.png') no-repeat 97% center;
  padding: 15px 20px;
  color: #333;
  font-size: 16px;
}

.products .list dl dd {
  padding: 15px 20px;
  border: 1px solid #d9d9d9;
  border-top: none;
}

.products .list dl dd p {
  color: #000;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  margin: 8px 0px;
}

.products .list dl dd p:after {
  content: '';
  background: #0f2a4a;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 8px;
}

.products .list dl dt.active {
  background: #f6f6f6 url('../images/icon44.png') no-repeat 97% center;
}

.products1 ul {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.products1 ul li {
  width: 25%;
  padding: 10px 12px;
}

.products1 ul li .link {
  background: #f2f2f2;
  padding-bottom: 50px;
  padding: 20px;
  height: 100%;
  position: relative;
  padding-bottom: 60px;
  display: block;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  border-left: 3px solid #f2f2f2;
}

.products1 ul li .link h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.products1 ul li .link img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.products1 ul li .link:hover {
  border-left: 3px solid #0f2a4a;
}

.products1 ul li .link:hover img {
  left: 40px;
}

.products1 ul li .link:hover h3 {
  color: #0f2a4a;
}

.m-gray {
  background: #f6f6f6;
  padding: 60px 0px;
}

.products2 h3 {
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.products2 h2 {
  font-size: 30px;
  /*text-transform: uppercase;*/
  color: #1a1a1a;
  /*font-weight: bold;*/
}

.products2 h4 {
  font-size: 24px;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 40px;
}

.products2 .products2-content {
  display: flex;
  gap: 12px;
}

.products2 .products2-content .selects {
  flex: 1 0 0;
  gap: 12px;
  display: flex;
}

.products2 .products2-content .selects .select-xl {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

.products2 .products2-content .selects .m-search strong {
  font-size: 14px;
}

.products2 .products2-content .selects .select-xl dl {
  flex: 1 0 0;
}

.products2 .products2-content .butclick {
  flex: 0 0 auto;
  height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .products2 .products2-content .selects .select-xl {
    flex-direction: column;
    align-items: flex-start;
  }

  .products2 .products2-content .selects .select-xl strong {
    margin-bottom: 12px;
  }

  .products2 .products2-content .selects .select-xl dl {
    width: 100%;
    flex: 1 0 0;
  }

  .products2 .products2-content .butclick {
    margin-top: auto;
  }
}

@media screen and (max-width: 992px) {
  .products2 .products2-content {
    flex-direction: column;
  }

  .products2 .products2-content .selects {
    flex-direction: column;
  }

  .products2 .products2-content .butclick {
    width: max-content;
  }
}


.products_kgd h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 30px;
  font-family: Arial;
}

.products_kgd h3 {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.products_kgd .text {
  margin-top: 40px;
  color: #333;
}

.products_kgd .text p {
  font-size: 14px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #333;
}

/* .products_kgd .text { margin-top: 40px; }
.products_kgd .text p {  font-size: 14px; position: relative; padding-left: 20px; margin-top: 5px; }
.products_kgd .text p:before { content: ''; position: absolute; left: 0px; background: #1e3b61; width: 6px; height: 6px; border-radius: 50%; top: 50%; margin-top: -3px; } */

.products_kgd .text ul {
  padding-left: 20px;
  color: #333;
}

.products_kgd .text ul li {
  color: #333;
}

.select-xl {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.products2 .products2-content .selects .select-xl {
  margin-right: 0;
}

.select-xl strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  margin-right: 5px;
}

.products2 .products2-content .selects .select-xl strong {
  font-size: 14px;
}

.select-xl dl {
  position: relative;
  margin-right: 10px;
  /* width: 200px; */
  width: 160px;
  margin: 0 auto;
  /* z-index: 77; */
  display: inline-block;
  vertical-align: middle;
}

.select-xl dl.active {
  z-index: 99;
}


.select-xl dl dt {
  height: 40px;
  padding: 0px 40px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  background: url('../images/icon28.png') no-repeat 92% center;
  outline: none;
  line-height: 40px;
  text-align: left;
  position: relative;
  z-index: 3;
  cursor: pointer;
  color: #10b2a9;
  border: 1px solid #cccccc;
  color: #0f2a4a;
}

.select-xl dl dt:after {
  content: '';
  background: #cccccc;
  height: 100%;
  top: 0px;
  position: absolute;
  width: 1px;
  right: 40px;
}

.select-xl dl dd {
  max-height: 215px;
  overflow: auto;
  display: none;
  position: absolute;
  top: 45px;
  left: 0px;
  background: #fff;
  height: auto;
  width: 100%;
  z-index: 0;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 5px;
  z-index: 80;
}

.select-xl dl dd::-webkit-scrollbar {
  width: 4px;
  height: 100px;
}

.select-xl dl dd::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(119, 119, 119, 0.2);
  background: rgba(119, 119, 119, 0.2);
}

.select-xl dl dd::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(119, 119, 119, 0.2);
  border-radius: 0;
  background: rgba(119, 119, 119, 0.1);
}

.chaochu::-webkit-scrollbar {
  width: 4px;
  height: 100px;
}

.chaochu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(119, 119, 119, 0.2);
  background: rgba(119, 119, 119, 0.2);
}

.chaochu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(119, 119, 119, 0.2);
  border-radius: 0;
  background: rgba(119, 119, 119, 0.1);
}

.select-xl dl dd a {
  display: block;
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #eaeaea;
  height: auto;
}

.select-xl dl dd a:hover {
  background: #0f2a4a;
  color: #fff;
}

.select-xl dl dd input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}




.select-no {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.select-no strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  margin-right: 5px;
}

.select-no dl {
  position: relative;
  margin-right: 10px;
  width: 160px;
  margin: 0 auto;
  z-index: 77;
  display: inline-block;
  vertical-align: middle;
}

.select-no dl dt {
  height: 40px;
  padding: 0px 15px;
  appearance: none;
  -webkit-appearance: none;
  background: #e6e6e6 url('../images/icon28.png') no-repeat 92% center;
  outline: none;
  line-height: 40px;
  text-align: left;
  position: relative;
  z-index: 3;
  color: #10b2a9;
  border: 1px solid #cccccc;
  color: #999999;
}

.select-no dl dt:after {
  content: '';
  background: #cccccc;
  height: 100%;
  top: 0px;
  position: absolute;
  width: 1px;
  right: 40px;
}

.select-no dl dd {
  display: none;
  position: absolute;
  top: 52px;
  left: 0px;
  background: #fff;
  width: 100%;
  z-index: 0;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 5px;
}

.select-no dl dd a {
  display: block;
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #eaeaea;
}

.select-no dl dd a:hover {
  background: #0f2a4a;
  color: #fff;
}





.products-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-top: 40px;
}

.products-table tr th {
  background: #0f2a4a;
  padding: 16px 15px;
  border: 1px solid #e6e6e6;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.products-table tr td {
  background: none;
  padding: 16px 15px;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.products-table tr td .link {
  background: url('../images/icon52.png') no-repeat center center;
  width: 32px;
  height: 28px;
  display: inline-block;
}

.products-table tr td .link.active {
  background: url('../images/icon53.png') no-repeat center center;
}

.products-table tr td .link-a:hover {
  text-decoration: underline;
  color: #0f2a4a;
}


.products3 {
  margin-top: 30px;
}

.products3 h3 {
  font-size: 18px;
  color: #3150a2;
}

.products3 p {
  font-size: 16px;
  margin-top: 5px;
}


.product-fot ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-fot ul li {
  width: 25%;
}

.product-fot ul li .link {
  display: block;
  display: flex;
  height: 180px;
  flex-direction: row;
  align-items: center;
  padding: 10px 40px;
  background: url('../images/icon58.png') no-repeat 88% center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  cursor: pointer;
}

.product-fot ul li .link .icon {
  flex: 0 0 auto;
  width: 62px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.product-fot ul li .link .text {
  flex: 1;
  padding-left: 20px;
  color: #fff;
}

.product-fot ul li .link .text h3 {
  font-size: 22px;
  text-transform: uppercase;
}

.product-fot ul li .link .text strong {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin-top: 6px;
}

/* .product-fot ul li:nth-child(1) {
  background-image: linear-gradient(120deg, #159862 0%, #58bb2d 100%);
}

.product-fot ul li:nth-child(2) {
  background-image: linear-gradient(120deg, #3a6dac 0%, #3aafd0 100%);
}

.product-fot ul li:nth-child(3) {
  background-image: linear-gradient(120deg, #5b5cd5 0%, #9c73cf 100%);
}

.product-fot ul li:nth-child(4) {
  background-image: linear-gradient(120deg, #efad57 0%, #e26a4f 100%);
} */

.product-fot ul li:nth-child(odd) {
  background-image: linear-gradient(120deg, rgb(0, 154, 104) 0%, rgb(0, 220, 140) 100%);
}

.product-fot ul li:nth-child(even) {
  background-image: linear-gradient(120deg, rgb(58, 109, 172) 0%, rgb(58, 175, 208) 100%);
}

.product-fot ul li .link:hover {
  background: url('../images/icon58.png') no-repeat 92% center;
}

.product-fot ul li .link:hover .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}


.product-search {
  padding: 30px 0px 60px;
}

.product-details {
  padding-bottom: 60px;
}

.product-details .item {
  padding-left: 320px;
  position: relative;
}

.product-details .tit {
  font-size: 28px;
  color: #333;
  position: absolute;
  left: 0px;
  top: 0px;
}

.product-details h2 {
  font-size: 18px;
  color: #4c4c4c;
}

.product-details .list {
  margin-top: 40px;
  border-top: 2px solid #0f2a4a;
}

.product-details .list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-details .list ul li {
  width: 25%;
  padding: 22px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-details .list ul li p {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0px;
}

.product-details .list ul .li_15 {
  width: 15%;
  font-size: 18px;
  color: #0f2a4a;
}

.product-details .list ul .li_35 {
  width: 35%;
  font-size: 16px;
}

.product-details .list ul .li_85 {
  width: 85%;
  border-right: none;
}

.product-details .list ul .bor_no {
  border-right: none;
}



.product-details-xz {
  padding-bottom: 80px;
}

.product-details-xz .item {
  padding-left: 320px;
  position: relative;
}

.product-details-xz .item .tit {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #333;
  position: absolute;
  left: 0px;
  top: 0px;
}

.product-details-xz .add-text-v1 {
  /* margin-left: 95px; */
  font-size: 14px;
}

.product-details-xz .list {
  overflow: hidden;
}

.product-details-xz .list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.product-details-xz .list ul li {
  width: 33.33%;
  padding: 10px;
}

.product-details-xz .list ul li .text {
  background: #f5f5f5;
  padding: 30px;
  display: block;
  border-left: 3px solid #f5f5f5;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.product-details-xz .list ul li .text h3 {
  font-size: 22px;
  color: #0f2a4a;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.product-details-xz .list ul li .text strong {
  display: block;
  margin-top: 40px;
  opacity: 0.6;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.product-details-xz .list ul li .text strong img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 10px;
}

.product-details-xz .list ul li .text:hover {
  border-left: 3px solid #0f2a4a;
}

.product-details-xz .list ul li .text:hover strong {
  opacity: 1;
}

.product-details-xz .list ul li .text:hover h3 {
  margin-left: 15px;
}


.application ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.application ul li {
  width: 48%;
  margin-bottom: 40px;
}

.application ul li .img {
  overflow: hidden;
}

.application ul li .img img {
  width: 100%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.application ul li .text {
  padding: 30px;
}

.application ul li .text h3 {
  font-size: 20px;
  color: #333333;
}

.application ul li .text p {
  margin-top: 15px;
  line-height: 22px;
}

.application ul li .text i {
  display: block;
  margin-top: 20px;
}

.application ul li .link {
  display: block;
  background: #f5f5f5;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.application ul li .link:hover {
  box-shadow: 0px 0px 10px 5px rgba(29, 29, 29, 0.1);
  background: #fff;
}

.application ul li .link:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.application-box {
  padding-bottom: 40px;
}


.application_details .had {
  padding: 110px 0px;
  position: relative;
}

.application_details .had:after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.application_details .had p {
  z-index: 9;
  background: rgba(0, 23, 56, 0.6);
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  padding: 60px 120px;
  position: relative;
}


.application_details_list h2 {
  font-size: 24px;
  margin-top: 50px;
  color: #333;
}

.application_details_list ul li {
  display: flex;
  flex-direction: row;
  background: #f5f5f5;
  margin-top: 40px;
}

.application_details_list ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.application_details_list ul li .img {
  width: 50%;
}

.application_details_list ul li .img img {
  height: 100%;
  object-fit: cover;
}

.application_details_list ul li .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 10px 50px;
}

.application_details_list ul li .text h3 {
  color: #1a1a1a;
  font-size: 20px;
}

.application_details_list ul li .text p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}


.support h2 {
  font-size: 24px;
  color: #333333;
}

.support .list {
  overflow: hidden;
  margin-top: 20px;
}

.support .list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.support .list ul li {
  width: 33.33%;
  padding: 10px 10px;
}

.support .list ul li .text {
  background: #f5f5f5;
  padding: 30px;
  height: 100%;
}

.support .list ul li .text strong {
  font-size: 20px;
  color: #0f2a4a;
}

.support .list ul li .text h3 {
  font-size: 18px;
  color: #4c4c4c;
  margin-bottom: 15px;
  margin-top: 10px;
}

.support .list ul li .text p {
  font-size: 15px;
  margin-top: 5px;
}


.m-search {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.m-search strong {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}

.m-search .from {
  position: relative;
  width: 240px;
}

.m-search .from .txt {
  padding: 0px 15px;
  border: 1px solid #cccccc;
  height: 40px;
  width: 100%;
  padding-right: 60px;
}

.m-search .from .but {
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  background: #0f2a4a url('../images/icon61.png') no-repeat center center;
  top: 0px;
}

.support2 .link1 {
  background: url('../images/icon63.png') no-repeat center center;
  width: 22px;
  height: 18px;
  display: inline-block;
}

.select-xl-icon dl dt {
  background: #fff url('../images/icon62.png') no-repeat right center;
}

.support1 {
  margin-top: 40px;
}

.support1 .select-xl strong {
  display: block;
  margin-bottom: 12px;
}

.support1 h3 {
  margin-bottom: 25px;
}

.support2 {
  margin-top: 30px;
}

.support2 tr td {
  padding: 14px 15px;
}


.support3 {
  margin-top: 40px;
}

.support3 h3 {
  font-size: 24px;
  color: #333333;
}

.support3 strong {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  border-bottom: 1px solid #e7e9ed;
  padding-bottom: 20px;
}

.support3 strong a {
  color: #0f2a4a;
}

.support3 strong a:hover {
  text-decoration: underline;
}


.m-search .but-an {
  height: 40px;
  background: #0f2a4a;
  color: #fff;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 3px;
  margin-top: 33px;
}


.join .list .atit span em {
  display: none;
}

.header .nav .phone-search {
  display: none;
}

.phone-nav {
  display: none;
}


.yzm img {
  position: absolute;
  right: 10px;
  top: 32px;
  height: 40px;
  /* transform: scale(1.4); */
}


.detalis {
  padding: 60px 0px 80px;
}

.detalis .item {
  padding-left: 320px;
  position: relative;
}

.detalis .item h1 {
  font-size: 22px;
  color: #0f2a4a;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.detalis .item .tit {
  font-size: 30px;
  color: #333333;
  position: absolute;
  left: 0px;
  top: 0px;
  text-transform: uppercase;
}

.detalis .item .con p {
  font-size: 14px;
  color: #000;
  /*font-size: 16px; */
  line-height: 26px;
  margin-bottom: 20px;
  text-align: justify;
}

.detalis .item .con strong {
  font-weight: bold;
  color: #333;
  /* font-size: 24px;*/
}

.contact1 ul li {
  margin-top: 30px;
}

.contact1 ul li strong {
  font-size: 18px;
  color: #333;
  display: block;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}

.contact1 ul li p {
  font-size: 14px;
  margin-top: 10px;
}

.contact1 ul li p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.detalis .item .con img {
  margin: 10px 0
}

.search_content {
  padding: 60px 0px;
}


.searchbox1 {
  width: 50%;
  height: 44px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.searchbox1 .searchtext {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  border: 1px solid #999;
  padding-left: 20px;
  padding-right: 80px;
  box-sizing: border-box;

}


.search-error {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
}

.search-result-empry {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
}


.person .list ul li {
  position: relative;
  margin-top: 15px;
  width: 48%;
}

.searchbtn {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/fdj.png) no-repeat center center;
  height: 44px;
  width: 60px;
}

.searchbtn:hover {
  background: url(../images/fdj_hover.png) no-repeat center center;
}

.seach_news {
  margin-top: 60px;
}

.seach_news ul li {
  margin-top: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}

.seach_news ul li h4 a {
  color: #333;
  font-size: 20px;
}

.seach_news ul li span {
  color: #999;
  display: block;
  margin-top: 5px;
}

.seach_news ul li p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}

.seach_news ul li h6 a {
  font-size: 16px;
  margin-top: 10px;
  color: #25497a;
  display: block;
}

.seach_news ul li h6 a:hover {
  color: #25497a;
}


.searh_news {
  margin-top: 60px;
  overflow: hidden;
}

.searh_news h3 {
  font-size: 32px;
  color: #000;
  position: relative;
  z-index: -1;
}

.searh_news ul li {
  padding: 30px 0px;
  border-bottom: 1px solid #e8e8e8;
}

.searh_news ul li h4 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.searh_news ul li h4 a:hover {
  color: #267add;
}

.searh_news ul li p {
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
  max-height: 52px;
  overflow: hidden;
  text-align: justify;
}

.searh_news ul li span {
  font-weight: bold;
  color: #000;
  display: block;
  margin-top: 10px;
}

.searh_news ul li h6 a {
  font-size: 14px;
  color: #114c89;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.searh_news ul li h6 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  background: #114c89;
  left: 0px;
  height: 1px;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  z-index: 2;
}

.searh_news ul li h6 a:hover {
  color: #0f2a4a;
  padding-left: 20px;
}

.searh_news ul li h6 a:hover:after {
  content: '';
  position: absolute;
  bottom: -2px;
  background: #0f2a4a;
  left: 0px;
  height: 1px;
  width: 100%;
  z-index: 2
}

.return {
  margin-top: 40px;
}

.return a {
  display: inline-block;
  background: #0f2a4a;
  color: #fff;
  padding: 8px 40px;
  font-size: 14px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s
}

.return a:hover {
  background: #1d64b8;
}

.margin_top30 {
  margin-top: 30px;
}


.ewm {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 100px;
}

.ewm img {
  max-width: 100%;
}

.footer .had .fl h6 {
  position: relative;
}

.foundry_img1 img {
  margin: 0 auto;
}

.foundry_img1 {
  margin-top: 10px;
}

.butclick {
  vertical-align: bottom;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  background-color: #0f2a4a;
  border-radius: 5px;
  line-height: 40px;
  cursor: pointer;
}

/*.butclicks{vertical-align: bottom;display: inline-block;font-size: 16px;padding:0 20px;color: #fff;background-color: #0f2a4a;border-radius: 5px;line-height: 40px;cursor: pointer;}
.butclick a{color: #fff;display: inline-block;width: 100%;height: 100%;padding:0 20px;}*/

.con table {
  width: 100%;
  margin-bottom: 20px;
}

.con table tbody {
  border: 1px solid #ccc;
}

.con table tbody tr {
  border: 1px solid #ccc;
}

.con table tbody td {
  border: 1px solid #ccc;
  padding-left: 10px;
}

.con table tbody td p {
  margin-bottom: 0 !important;
}



.m_tab p {
  display: inline-block;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  line-height: 45px;
}

.m_tab p a {
  color: #000;
}

.m_tab p:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  background: #0b264c;
  width: 0%;
  height: 2px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.m_tab p:hover:after {
  width: 100%;
}

.m_tab p.active:after {
  width: 100%;
}

.m_tab {
  border-bottom: 1px solid #e6e6e6;
}

.video_title {
  font-size: 30px;
  color: #333333;
  width: 320px;
}

/*.videoBox{}*/
/*.m_com_video{border-top: 1px solid #e6e6e6;}*/
.m_com_ul li .video_text {
  width: 70%;
  padding-right: 20px;
  text-align: justify;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  color: #000;
}

.m_com_ul li .video_ {
  position: relative;
  width: 30%;
  cursor: pointer;
  overflow: hidden;
}

.m_com_ul li .video_ .video_i {
  width: 100%;
}

.m_com_ul li .video_ .icon-img {
  position: absolute;
  top: 35%;
  left: 45%;
  z-index: 2;
}

.m_com_ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
  max-height: 230px;
}

.m_com_ul li .video-box .video-container {
  width: 60%;
  height: 85%;
}

.video_text p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}

.select-xl p {
  width: 200px;
  font-size: 14px;
  padding-left: 15px;
  color: #0f2a4a;
  border: 1px solid #cccccc;
  height: 40px;
  line-height: 40px;
}

.over {
  /*overflow: auto;*/
  /*display: flex;flex-direction: row;flex-wrap: nowrap;*/
}


/*分页器*/
.inside_page .yiiPager .first,
.inside_page .yiiPager .last {
  display: none;
}

.inside_page .yiiPager li {
  display: inline-block;
  margin: 0 -2px;
}

.inside_page .yiiPager {
  display: inline-block;
}

.inside_page {
  text-align: center;
  margin-bottom: 40px;
}

.inside_page .yiiPager li a {
  font-size: 12px;
  color: #333;
  display: block;
  width: 68px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
}

.inside_page .yiiPager .page a {
  width: 39px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e2e2e2;
}

.inside_page .yiiPager .page a:hover {
  color: #fff;
  background-color: #0f2a4a;
  border: 1px solid #0f2a4a;
}

.inside_page .yiiPager .page.selected a {
  color: #fff;
  background-color: #0f2a4a;
  border: 1px solid #0f2a4a;
}

.inside_page #yw0 .previous.hidden a {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

.inside_page #yw0 .next.hidden a {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}



/**/
.img .img_container .swiper-slide {
  position: relative;
}

.img .img_container .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
  font-size: 18px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  ;
  line-height: 26px;
  z-index: 2;
}

.products-table-n {
  position: relative;
  padding-bottom: 100px;
}

.products-table-n #product-tab1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.products-table-n #product-tab1 .layui-box {
  display: inline-block;
}

.products-table-n #product-tab1 .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0f2a4a;
}

.products-table-n #product-tab1 .layui-laypage a:hover {
  color: #0f2a4a;
}

.products-table-n1 {
  position: relative;
  padding-bottom: 100px;
}

.products-table-n1 #product-tab1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.products-table-n1 #product-tab1 .layui-box {
  display: inline-block;
}

.products-table-n1 #product-tab1 .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0f2a4a;
}

.products-table-n1 #product-tab1 .layui-laypage a:hover {
  color: #0f2a4a;
}


.statement {
  padding: 30px 0;
}

.statement_box {
  box-shadow: 0 0 5px #ccc;
  padding: 4%;
}

.statement .title {
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: bolder;
}

.statement .statement_content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: justify;
  color: #666;
}

.statement .statement_content {
  padding-top: 30px;
}

.statement .statement_content h5 {
  font-size: 18px;
  font-weight: bolder;
  color: #333
}

.contents p img {
  /* height: 100%; */
  width: 100%;
  height: auto;
}

.added-list .text {
  margin-top: 25px;
}

.foundry .item .contents p img {
  display: inline-block;
  vertical-align: text-top;
}

.added-list .text p {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

.added-list .text p:nth-child(1) {
  margin-top: 0;
}

@media screen and (max-width:1860px) {

  /*.footer .had .fr dl{margin-right: 7%;}*/
  .footer .had .fr dl {
    margin-left: 6%
  }

  .footer .had .fl {
    width: 440px;
  }
}

@media screen and (max-width:1710px) {

  /*.footer .had .fr dl{margin-right: 7%;}*/
  .footer .had .fl {
    width: 370px;
  }
}

@media screen and (max-width:1640px) {

  /*.footer .had .fr dl{margin-right: 5.8%;}*/
  .footer .had .fr dl {
    margin-left: 5.8%
  }

}

@media screen and (max-width:1600px) {
  .footer .had .fr dl {
    margin-left: 4.8%
  }
}

@media screen and (max-width:1330px) {
  .footer .had .fr dl {
    margin-left: 4.5%
  }

  .foundry-swiper .swiper-pagination-bullet p {
    font-size: 14px;
  }

  .product-swiper .swiper-pagination-bullet p {
    font-size: 14px;
  }

  .foundry-swiper .swiper-slide {
    width: 40%;
  }
}

@media screen and (max-width:1280px) {
  .footer .had .fr dl {
    margin-left: 4%
  }
}

@media screen and (max-width:1245px) {
  .footer .had .fr dl {
    margin-left: 3.2%
  }
}

@media screen and (max-width: 1100px) {
  .foundry-swiper .foundry-pagination {
    flex-wrap: wrap;
  }

  .foundry-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 1.5%;
  }

  .foundry-swiper .foundry-pagination::after {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width:992px) {


  .searchbox1 {
    width: 100%;
  }

  .seach_news ul li h4 a {
    font-size: 18px;
  }

  .seach_news {
    margin-top: 0px;
  }

  .search_content {
    padding: 30px 0px;
  }

  .searh_news {
    margin-top: 10px;
  }

  .searh_news ul li h4 a {
    font-size: 15px;
  }

  .chaochu {
    max-height: auto;
  }

  .product-details .list ul li.li-automotive {
    width: 35%;
    font-size: 14px;
  }

  .product-details .list ul li.li-automotive-content {
    width: 65%;
  }

  .foundry-swiper .swiper-slide .text {
    font-size: 18px;
  }

  .product-swiper .swiper-slide.swiper-slide-active .text {
    font-size: 18px;
  }


  .foundry-index {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .foundry-index .m-p {
    font-size: 14px;
  }

  .foundry-swiper {
    margin-top: 30px;
  }

  .foundry-swiper .swiper-slide {
    width: 100%;
  }

  .foundry-swiper .foundry-pagination {
    gap: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
  }

  .foundry-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 45%;
    margin: 0;
  }

  .product-index {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-index .m-p {
    font-size: 14px;
  }

  .product-swiper {
    margin-top: 30px;
  }

  .product-swiper .product-pagination::after {
    top: auto;
    bottom: 0;
  }

  .product-swiper .swiper-slide {
    width: 100%;
  }

  .product-swiper .product-pagination {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
  }

  .product-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 45%;
    margin: 0;
  }

  .product-index .m-p,
  .foundry-index .m-p {
    width: 95%;
  }

}


.detalis .item img {
  height: auto;
}

.application_details_list ul li .img img {
  height: 320px;
  width: 100%;
}

.added-list ul li .added-con img {
  display: none;
}

.added-list ul li .added-con strong {
  margin-top: 0;
}

.added-list ul li .added-con {
  padding: 15px;
}

.detalis .item .con strong em {
  font-weight: bold;
}

.detalis .item .con img {
  max-width: 70% !important;
  margin: auto;
}

.join_imgbox {
  margin-top: 30px;
}

.join_imgbox.custom-z {
  margin: 0;
}

em strong {
  font-style: oblique;
}

.con div,
.con p,
.con span {
  color: #000;
}

.welfare ul li .con dl dd {
  color: #000;
}

.welfare ul li .had p {
  color: #000;
}




/* 字体 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial !important;
}

.header .nav .num1>li>a {
  font-family: Arial !important;
}

.banner-x .main .item .text h3 {
  font-family: Arial !important;
}

.banner-x .main .item .text strong {
  font-family: Arial !important;
}

.a-tit a {
  font-family: Arial !important;
}

.foundry .item .tit {
  font-family: Arial !important;
}

.m-tit {
  font-family: Arial !important;
}

.section1-swp .swiper-slide .text strong {
  font-family: Arial !important;
}

.m-tit {
  font-family: Arial !important;
}

.section2-swp .swiper-slide .text h4 {
  font-family: Arial !important;
}

.footer .had .fr dl dt a {
  font-family: Arial !important;
}

.footer .had .fr dl dd a {
  font-family: Arial !important;
}

.foundry .tab-tit span {
  font-family: Arial !important;
}

.foundry .item .contents strong {
  font-family: Arial !important;
}

.foundry .item .tit {
  font-family: Arial !important;
}

.products1 ul li .link h3 {
  font-family: Arial !important;
}

.products2 h3 {
  font-family: Arial !important;
}

.product-fot ul li .link .text h3 {
  font-family: Arial !important;
}

.product-fot ul li .link .text strong {
  font-family: Arial !important;
}

.products2 h2 {
  font-family: Arial !important;
}

.foundry .item .tit {
  font-family: Arial !important;
}

.added-list ul li .added-con strong {
  font-family: Arial !important;
}

.m-tit-x {
  font-family: Arial !important;
}

.hygiene1 dl dt {
  font-family: Arial !important;
}

.news {
  font-family: Arial !important;
}

.m_tab p a {
  font-family: Arial !important;
}

.detalis .item .tit {
  font-family: Arial !important;
}

.m-tit-zx {
  font-family: Arial !important;
}

.added-list ul li .added-con strong {
  font-family: Arial !important;
}

.personnel1 .list ul li strong {
  font-family: Arial !important;
}

.contact1 ul li strong {
  font-family: Arial !important;
}

.report .list dl dt {
  font-family: Arial !important;
}

.contact .name {
  font-size: 18px;
  color: #333;
  display: block;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}


.header .lang {
  position: relative;
}

.lang ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  height: 40px;
  display: none;
}

.lang ul li a {
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.lang ul li a:hover {
  background-color: #1e3b61;
  color: #fff;
}

.lang:hover ul {
  display: block;
}

.lang:hover {
  background-color: #EEE;
}

.new-text-2023 {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-top: 10px;
  text-align: justify;
}

.hygiene {
  margin-top: 20px;
}


.jump-product {
  display: inline-block;
  padding: 20px 40px;
  margin: 0 auto;
  background-color: #0f2a4a;
  font-size: 16px;
  color: #fff;
  /* font-weight: bold; */
  border-radius: 30px;
  transition: all .6s;
}

.jump-product:hover {
  color: #fff;
  background-color: #159862;
}

.select-catalog {
  display: none;
}

.catalog-show {
  display: none;
}

.products-table tr td.voltage-name {
  white-space: nowrap;
}

.select-catalog dt p {
  white-space: nowrap;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media screen and (max-width: 960px) {
  .product-details-xz .item .tit {
    flex-direction: column;
  }

  .product-details-xz .add-text-v1 {
    margin-left: 0;
    margin-top: 10px;
  }
}