.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}

.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}

.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}

.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}

@media (max-width: 767px) {

  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}

.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.table-box table th {
  text-align: center;
}

.table-box .table-nav {
  overflow: hidden;
}

.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}

.banner {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 115px;
}

@media screen and (max-width: 1199px) {
  .banner {
    padding-top: 70px;
  }
}

.banner .banner-content {
  position: relative;
}

.banner .slickbanner .item {
  display: block;
  position: relative;
  z-index: 0;
}

.banner .slickbanner .item img {
  display: block;
  width: 100%;
}

.banner .slickbanner .slick-arrow {
  position: absolute;
  bottom: 30px;
  left: 13.28125%;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-arrow {
    left: calc(100% - 34px);
    transform: translateX(-100%);
    bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 0;
  }
}

@media screen and (min-width: 1200px) {
  .banner .slickbanner .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .banner .slickbanner .slick-arrow:hover::before {
    color: #3d4041;
  }
}

@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow:active {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .banner .slickbanner .slick-arrow:active::before {
    color: #3d4041;
  }
}

.banner .slickbanner .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  font-size: 25px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow::before {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-arrow::before {
    font-size: 16px;
  }
}

.banner .slickbanner .slick-next {
  left: calc(13.28125% + 60px);
}

@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-next {
    left: 100%;
  }
}

.banner .slickbanner .slick-next::before {
  content: '\e738';
}

.index-main-product {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.index-main-product::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 335px;
  background: url(../images/img/index_prodcut_bgg.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .index-main-product::before {
    height: 225px;
  }
}

@media screen and (max-width: 767px) {
  .index-main-product::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .index-main-product ul {
    margin: 0 -7.5px;
  }
}

@media screen and (max-width: 991px) {
  .index-main-product ul li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .index-main-product ul li {
    margin-bottom: 15px;
    padding: 0 7.5px;
  }
}

@media screen and (max-width: 350px) {
  .index-main-product ul li {
    width: 100%;
  }
}

.index-main-product .item {
  overflow: hidden;
  position: relative;
  padding-bottom: 56px;
}

@media screen and (max-width: 1199px) {
  .index-main-product .item {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .index-main-product .item:hover .p-txt {
    transform: translateY(-57px);
  }

  .index-main-product .item:hover .p-info {
    border-bottom-color: #09357e;
  }

  .index-main-product .item:hover .p-info .img-box img {
    transform: scale(1.05);
  }

  .index-main-product .item:hover .p-info .txt-box {
    top: 0;
  }
}

.index-main-product .item .p-info {
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: block;
  border-bottom: 5px solid transparent;
}

@media screen and (max-width: 1199px) {
  .index-main-product .item .p-info {
    border-bottom: none;
  }
}

.index-main-product .item .p-info i {
  font-style: normal;
}

.index-main-product .item .p-info .img-box {
  padding-bottom: 66.66666667%;
}

.index-main-product .item .p-info .img-box img {
  transition: all linear 0.35s;
  -webkit-transition: all linear 0.35s;
}

.index-main-product .item .p-info .txt-box {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  padding: 10px 50px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  transition: all 0.65s;
  -webkit-transition: all 0.65s;
}

@media screen and (max-width: 1439px) {
  .index-main-product .item .p-info .txt-box {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 1199px) {
  .index-main-product .item .p-info .txt-box {
    display: none;
  }
}

.index-main-product .item .p-info .txt-box .txt {
  width: 100%;
}

.index-main-product .item .p-info .txt-box .txt>h3 {
  margin: 0 0 5px;
}

.index-main-product .item .p-info .txt-box .txt>h3 a {
  display: inline-block;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.45833333;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1439px) {
  .index-main-product .item .p-info .txt-box .txt>h3 a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .index-main-product .item .p-info .txt-box .txt>h3 a:hover {
    color: #09357e;
  }
}

.index-main-product .item .p-info .txt-box .txt .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-main-product .item .p-info .txt-box .txt .intro p {
  font-size: 14px;
  line-height: 1.57142857;
  color: #ffffff;
}

.index-main-product .item .p-info .txt-box .txt>a {
  margin-top: 25px;
  display: inline-block;
  font-size: 14px;
  line-height: 2.14285714;
  color: #09357e;
}

@media screen and (min-width: 1200px) {
  .index-main-product .item .p-info .txt-box .txt>a:hover {
    text-decoration: underline;
  }
}

.index-main-product .item .p-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: block;
  padding: 10px 0 15px;
  border-bottom: 1px solid #707070;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1199px) {
  .index-main-product .item .p-txt {
    position: relative;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .index-main-product .item .p-txt {
    padding: 5px 0;
  }
}

.index-main-product .item .p-txt h3 {
  margin: 0;
  max-width: calc(100% - 75px);
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
  .index-main-product .item .p-txt h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .index-main-product .item .p-txt h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .index-main-product .item .p-txt h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .index-main-product .item .p-txt h3 {
    font-size: 12px;
  }
}

.index-main-product .item .p-txt i {
  position: absolute;
  top: 10px;
  right: 0;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  color: #09357e;
}

@media screen and (max-width: 991px) {
  .index-main-product .item .p-txt i {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .index-main-product .item .p-txt i {
    font-size: 12px;
    top: 5px;
  }
}

@media screen and (max-width: 480px) {
  .index-main-product .item .p-txt i {
    font-size: 10px;
  }
}

.index-case {
  overflow: hidden;
  background: url(../images/img/index_case_bgg.jpg) no-repeat center;
  background-size: cover;
}

.index-case .title {
  display: flex;
  justify-content: space-between;
}

.index-case .title .common-title {
  text-align: left;
}

.index-case .title .common-title h2 {
  color: #fff;
}

.index-case .title .common-title h2::before {
  left: 0;
  transform: translateX(0);
}

.index-case .title>a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 20px;
  width: 150px;
  height: 45px;
  border: 1px solid #09357e;
  text-align: center;
  color: #09357e;
  font-size: 14px;
  line-height: 43px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .index-case .title>a {
    margin-top: 5px;
    width: 130px;
    line-height: 38px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .index-case .title>a {
    margin-top: 0;
    width: 100px;
    line-height: 33px;
    height: 35px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .index-case .title>a:hover {
    color: #fff;
  }

  .index-case .title>a:hover::before {
    transform: translateX(0);
  }
}

.index-case .title>a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #09357e;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}

.index-case-slick {
  position: relative;
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .index-case-slick {
    padding-bottom: 35px;
  }
}

.index-case-slick .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .index-case-slick .slick-list {
    overflow: hidden;
    margin: 0 -7.5px;
  }
}

.index-case-slick .slick-list .slick-slide {
  padding: 0 15px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .index-case-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}

.index-case-slick .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 150px);
  height: 1px;
  font-size: 0;
  background-color: #fff;
  display: flex;
}

@media screen and (max-width: 767px) {
  .index-case-slick .slick-dots {
    width: calc(100% - 100px);
  }
}

.index-case-slick .slick-dots li {
  position: relative;
  flex: 1;
  height: 100%;
}

.index-case-slick .slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 3px;
  background-color: #09357e;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.index-case-slick .slick-dots .slick-active button {
  width: 100%;
}

.index-case-slick .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1199px) {
  .index-case-slick .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .index-case-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .index-case-slick .slick-arrow:hover {
    border-color: #09357e;
    background-color: #09357e;
  }

  .index-case-slick .slick-arrow:hover::before {
    color: #fff;
  }
}

.index-case-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  color: #fff;
  font-size: 25px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .index-case-slick .slick-arrow::before {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .index-case-slick .slick-arrow::before {
    font-size: 16px;
  }
}

.index-case-slick .slick-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.index-case-slick .slick-disabled:hover {
  border-color: #fff;
  background-color: transparent;
}

.index-case-slick .slick-disabled:hover::before {
  color: #fff;
}

.index-case-slick .slick-prev {
  right: 60px;
}

@media screen and (max-width: 767px) {
  .index-case-slick .slick-prev {
    right: 45px;
  }
}

.index-case-slick .slick-next::before {
  content: '\e738';
}

.index-case-slick .item {
  overflow: hidden;
  position: relative;
  display: block;
}

@media screen and (min-width: 1200px) {
  .index-case-slick .item:hover .pic img {
    transform: scale(1.05);
  }

  .index-case-slick .item:hover h3 {
    transform: translateX(0);
  }
}

.index-case-slick .item .pic {
  display: block;
}

.index-case-slick .item .pic .img-box {
  padding-bottom: 67.39130435%;
}

.index-case-slick .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.index-case-slick .item h3 {
  position: absolute;
  bottom: 10px;
  right: 0;
  transform: translateX(100%);
  z-index: 10;
  max-width: calc(100% - 10px);
  min-width: 249px;
  margin: 0;
  padding: 14px 15px 20px;
  text-align: center;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1199px) {
  .index-case-slick .item h3 {
    transform: translateX(0);
    padding: 5px 10px 10px;
    min-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .index-case-slick .item h3 {
    bottom: 5px;
    padding: 0 10px 5px;
    min-width: 0;
    max-width: calc(100% - 5px);
  }
}

.index-case-slick .item h3 a {
  display: inline-block;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.22222222;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

@media screen and (max-width: 1199px) {
  .index-case-slick .item h3 a {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .index-case-slick .item h3 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .index-case-slick .item h3 a {
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  .index-case-slick .item h3 a:hover {
    color: #09357e;
    text-decoration: underline;
  }
}

@keyframes scale {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes movemove {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

.index-about {
  overflow: hidden;
}

.index-about .left-info {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

@media screen and (max-width: 1199px) {
  .index-about .left-info {
    padding-top: 20px;
  }
}

.index-about .left-info::before {
  content: '';
  position: absolute;
  top: -45px;
  left: -110px;
  z-index: -1;
  width: 320px;
  height: 280px;
  background: url(../images/img/about_logo2.png) no-repeat;
  background-size: 100% 100%;
  animation: movemove 4s linear infinite;
  opacity: 0.3;
}

@media screen and (max-width: 1199px) {
  .index-about .left-info::before {
    top: -35px;
    left: -75px;
    width: 249px;
    height: 218px;
  }
}

@media screen and (max-width: 991px) {
  .index-about .left-info::before {
    left: -33px;
    width: 180px;
    height: 157px;
  }
}

.index-about .left-info .common-title {
  text-align: left;
  max-width: 450px;
}

@media screen and (max-width: 1199px) {
  .index-about .left-info .common-title {
    width: 100%;
  }
}

.index-about .left-info .common-title h2::before {
  left: 0;
  transform: translateX(0);
}

.index-about .left-info .num {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 25px;
}

@media screen and (max-width: 1199px) {
  .index-about .left-info .num {
    padding-top: 0;
  }
}

.index-about .left-info .num li {
  width: 50%;
  padding-right: 5px;
  margin-bottom: 65px;
}

@media screen and (max-width: 1199px) {
  .index-about .left-info .num li {
    width: 25%;
    margin-bottom: 30px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .left-info .num li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 480px) {
  .index-about .left-info .num li {
    width: 50%;
  }
}

.index-about .left-info .num li h5 {
  margin: 0;
}

.index-about .left-info .num li h5 span {
  display: inline-block;
  font-size: 46px;
  line-height: 1.08695652;
  color: #09357e;
  font-family: Arial;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .index-about .left-info .num li h5 span {
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  .index-about .left-info .num li h5 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .left-info .num li h5 span {
    font-size: 25px;
  }
}

.index-about .left-info .num li h5 sup {
  top: -33px;
  font-size: 24px;
  line-height: 1;
  color: #09357e;
}

@media screen and (max-width: 1199px) {
  .index-about .left-info .num li h5 sup {
    font-size: 18px;
    top: -20px;
  }
}

@media screen and (max-width: 991px) {
  .index-about .left-info .num li h5 sup {
    font-size: 16px;
    top: -18px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .left-info .num li h5 sup {
    font-size: 14px;
    top: -15px;
  }
}

.index-about .left-info .num li p {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .index-about .left-info .num li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .left-info .num li p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .index-about .left-info .num li p {
    font-size: 12px;
  }
}

.index-about .right-details .txt {
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .index-about .right-details .txt {
    text-align: left;
  }
}

.index-about .right-details .txt h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.875;
  color: #222222;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .index-about .right-details .txt h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .right-details .txt h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-about .right-details .txt h3 {
    font-size: 18px;
  }
}

.index-about .right-details .txt h3 a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media screen and (min-width: 1200px) {
  .index-about .right-details .txt h3 a:hover {
    color: #09357e;
  }
}

.index-about .right-details .txt .intro {
  margin: 10px 0 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .index-about .right-details .txt .intro {
    margin: 5px 0 20px;
  }
}

.index-about .right-details .txt .intro p {
  font-size: 16px;
  line-height: 1.5625;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .index-about .right-details .txt .intro p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .right-details .txt .intro p {
    font-size: 14px;
  }
}

.index-about .right-details .about-video {
  position: relative;
}

.index-about .right-details .about-video .img-box {
  padding-bottom: 48.14814815%;
}

@media screen and (min-width: 1200px) {
  .index-about .right-details .about-video .img-box:hover::after {
    animation: scale 2s linear infinite;
  }

  .index-about .right-details .about-video .img-box:hover img {
    transform: scale(1.05);
  }
}

.index-about .right-details .about-video .img-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e746';
  color: #fff;
  font-size: 70px;
}

@media screen and (max-width: 767px) {
  .index-about .right-details .about-video .img-box::before {
    font-size: 13vw;
  }
}

.index-about .right-details .about-video .img-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 20px solid rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 767px) {
  .index-about .right-details .about-video .img-box::after {
    display: none;
  }
}

.index-about .right-details .about-video .img-box img {
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
}

.index-new {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .index-new .item:hover .pic-box img {
    transform: scale(1.05);
  }

  .index-new .item:hover .txt-box i {
    color: #fff;
    background-color: #09357e;
  }

  .index-new .item:hover .txt-box h3 a {
    color: #09357e;
  }

  .index-new .item:hover .txt-box .txt .intro {
    margin-top: -48px;
  }
}

.index-new .item .pic-box {
  display: block;
}

.index-new .item .pic-box .img-box {
  padding-bottom: 60%;
}

.index-new .item .pic-box .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.index-new .item .txt-box {
  position: relative;
  padding: 30px 15px 10px;
  min-height: 135px;
}

@media screen and (max-width: 1199px) {
  .index-new .item .txt-box {
    min-height: 0;
    padding: 25px 10px 20px;
  }
}

.index-new .item .txt-box i {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
  width: 110px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 30px;
  font-family: Arial;
  color: #fff;
  background-color: #666666;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .index-new .item .txt-box i {
    left: 10px;
  }
}

.index-new .item .txt-box h3 {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .index-new .item .txt-box h3 {
    margin-bottom: 5px;
  }
}

.index-new .item .txt-box h3 a {
  display: inline-block;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.25;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .index-new .item .txt-box h3 a {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .index-new .item .txt-box h3 a {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .index-new .item .txt-box h3 a {
    font-size: 15px;
  }
}

.index-new .item .txt-box .txt {
  overflow: hidden;
  height: 48px;
}

@media screen and (max-width: 1199px) {
  .index-new .item .txt-box .txt {
    height: auto;
  }
}

.index-new .item .txt-box .txt .intro {
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  .index-new .item .txt-box .txt .intro {
    min-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .index-new .item .txt-box .txt .intro {
    min-height: 0;
  }
}

.index-new .item .txt-box .txt .intro p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .index-new .item .txt-box .txt .intro p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .index-new .item .txt-box .txt .intro p {
    font-size: 12px;
  }
}

.index-new .item .txt-box .txt>a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.375;
  color: #09357e;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1199px) {
  .index-new .item .txt-box .txt>a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .index-new .item .txt-box .txt>a {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .index-new .item .txt-box .txt>a {
    font-size: 12px;
  }
}

.index-new .item .txt-box .txt>a:hover {
  text-decoration: underline;
}

.about-company {
  overflow: hidden;
}

.about-company .info p {
  font-size: 16px;
  line-height: 1.6875;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .about-company .info p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about-company .info p {
    font-size: 14px;
  }
}

.about-company .info p img {
  max-width: 100%;
  height: auto;
}

.about-company .info .txt>h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  font-size: 38px;
  line-height: 1.57894737;
  color: #222222;
}

.about-company .info .txt>h2::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  transform: translateX(20px);
  z-index: -1;
  width: 255px;
  height: 224px;
  background: url(../images/img/about_logo2.png) no-repeat center;
  opacity: 0.3;
  background-size: 100% 100%;
}

@media screen and (max-width: 1199px) {
  .about-company .info .txt>h2::before {
    top: 0;
    right: 0;
    width: 200px;
    height: 175px;
  }
}

@media screen and (max-width: 1439px) {
  .about-company .info .txt>h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .about-company .info .txt>h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .about-company .info .txt>h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .about-company .info .txt>h2 {
    font-size: 20px;
  }
}

.about-company .info .txt .intro {
  position: relative;
  z-index: 2;
  max-width: 1170px;
}

.about-company .info .num {
  display: flex;
  padding: 40px 0 30px;
}

@media screen and (max-width: 767px) {
  .about-company .info .num {
    padding: 10px 0;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
}

.about-company .info .num li {
  min-width: 21.9858156%;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .about-company .info .num li {
    width: 50%;
    padding: 15px;
    min-width: 0;
  }
}

.about-company .info .num li h5 {
  margin: 0;
}

.about-company .info .num li h5 span {
  display: inline-block;
  font-size: 46px;
  line-height: 1.08695652;
  color: #09357e;
  font-family: Arial;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .about-company .info .num li h5 span {
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  .about-company .info .num li h5 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about-company .info .num li h5 span {
    font-size: 25px;
  }
}

.about-company .info .num li h5 sup {
  top: -33px;
  font-size: 24px;
  line-height: 1;
  color: #09357e;
}

@media screen and (max-width: 1199px) {
  .about-company .info .num li h5 sup {
    font-size: 18px;
    top: -20px;
  }
}

@media screen and (max-width: 991px) {
  .about-company .info .num li h5 sup {
    font-size: 16px;
    top: -18px;
  }
}

@media screen and (max-width: 767px) {
  .about-company .info .num li h5 sup {
    font-size: 14px;
    top: -15px;
  }
}

.about-company .info .num li p {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .about-company .info .num li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .about-company .info .num li p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .about-company .info .num li p {
    font-size: 12px;
  }
}

.about-company .info .num li:nth-child(2) {
  min-width: 25.17730496%;
}

@media screen and (max-width: 767px) {
  .about-company .info .num li:nth-child(2) {
    min-width: 0;
  }
}

.about-company .factory-show {
  overflow: hidden;
}

.about-company .factory-show .factory-list {
  padding-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .about-company .factory-show .factory-list {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .about-company .factory-show .factory-list {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .about-company .factory-show .factory-list {
    margin: 0 -5px;
    padding-bottom: 15px;
  }
}

.about-company .factory-show .factory-list li {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .about-company .factory-show .factory-list li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .about-company .factory-show .factory-list li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .about-company .factory-show .factory-list li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

.about-company .factory-show .factory-list li .item {
  display: block;
}

@media screen and (min-width: 1200px) {
  .about-company .factory-show .factory-list li .item:hover img {
    transform: scale(1.05);
  }
}

.about-company .factory-show .factory-list li .item .img-box {
  padding-bottom: 74.24242424%;
}

.about-company .factory-show .factory-list li .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.about-honor {
  overflow: hidden;
}

.about-honor .honor-list {
  overflow: hidden;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .about-honor .honor-list {
    margin: 0 -5px;
  }
}

.about-honor .honor-list li {
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .about-honor .honor-list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .about-honor .honor-list li {
    padding: 0 5px;
  }
}

.about-honor .honor-list li .pic {
  overflow: hidden;
  position: relative;
  display: block;
}

@media screen and (min-width: 1200px) {
  .about-honor .honor-list li .pic:hover::before {
    left: 200%;
    transform: translateX(0) skewx(-10deg);
    transition: all 1.5s;
  }
}

.about-honor .honor-list li .pic .img-box {
  padding-bottom: 131.81818182%;
}

.about-honor .honor-list li .pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 150px;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  overflow: hidden;
  transform: translateX(-100%) skewx(-25deg);
  transition: all 0;
  z-index: 5;
}

.about-honor .honor-list li h3 {
  margin: 0;
  font-size: 16px;
  color: #222222;
  text-align: center;
  line-height: 55px;
  min-height: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
  .about-honor .honor-list li h3 {
    line-height: 40px;
    min-height: 40px;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .about-honor .honor-list li h3 {
    line-height: 25px;
    min-height: 25px;
    font-size: 12px;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(2px);
  }

  25% {
    transform: translateY(6px);
  }

  50% {
    transform: translateY(2px);
  }

  75% {
    transform: translateY(6px);
  }

  100% {
    transform: translateY(2px);
  }
}

.about-download {
  overflow: hidden;
}

.about-download .download-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .about-download .download-list {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
}

.about-download .download-list li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .about-download .download-list li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about-download .download-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) {
  .about-download .download-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.about-download .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (min-width: 1200px) {
  .about-download .item:hover {
    border-color: #09357e;
  }

  .about-download .item:hover .txt::before {
    opacity: 1;
    transform: translateY(10px);
  }

  .about-download .item:hover .txt h3 {
    color: #fff;
  }

  .about-download .item:hover .txt .details span {
    color: #fff;
  }

  .about-download .item:hover .txt>a {
    background-color: #222222;
    color: #fff;
  }

  .about-download .item:hover .txt>a::after {
    color: #fff;
  }
}

.about-download .item .date {
  width: 70px;
}

@media screen and (max-width: 991px) {
  .about-download .item .date {
    width: 50px;
  }
}

.about-download .item .date span {
  display: block;
  font-size: 24px;
  line-height: 1.16666667;
  color: #666666;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .about-download .item .date span {
    font-size: 20px;
  }
}

.about-download .item .date span:nth-child(1)::after {
  display: block;
  content: '/';
}

.about-download .item .date span:nth-child(3) {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  font-weight: 400;
}

.about-download .item .txt {
  position: relative;
  z-index: 1;
  width: calc(100% - 70px);
  padding: 45px 30px 50px;
}

@media screen and (max-width: 1439px) {
  .about-download .item .txt {
    padding: 25px;
  }
}

@media screen and (max-width: 991px) {
  .about-download .item .txt {
    padding: 15px;
    width: calc(100% - 50px);
  }
}

.about-download .item .txt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #09357e;
  opacity: 0;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
}

.about-download .item .txt h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.45833333;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

@media screen and (max-width: 1439px) {
  .about-download .item .txt h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .about-download .item .txt h3 {
    font-size: 16px;
  }
}

.about-download .item .txt .details {
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .about-download .item .txt .details {
    padding-top: 10px;
  }
}

.about-download .item .txt .details span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

@media screen and (max-width: 991px) {
  .about-download .item .txt .details span {
    font-size: 14px;
  }
}

.about-download .item .txt>a {
  margin-top: 30px;
  display: block;
  width: 130px;
  height: 40px;
  border: 1px solid #222222;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #222222;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

@media screen and (max-width: 991px) {
  .about-download .item .txt>a {
    margin-top: 20px;
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .about-download .item .txt>a:hover::after {
    animation: upDown 2.4s 0s linear infinite;
  }
}

.about-download .item .txt>a::after {
  display: inline-block;
  padding-left: 5px;
  transform: translateY(2px);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e65d';
  font-size: 25px;
  line-height: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

@media screen and (max-width: 991px) {
  .about-download .item .txt>a::after {
    font-size: 20px;
  }
}

.p-nav h2 {
  margin: 0;
  font-size: 38px;
  line-height: 85px;
  color: #fff;
  text-align: center;
  background-color: #09357e;
}

@media screen and (max-width: 1439px) {
  .p-nav h2 {
    font-size: 30px;
    line-height: 60px;
  }
}

.p-nav .p-nav1>li {
  margin-top: 10px;
}

.p-nav .p-nav1>li>a {
  display: block;
  padding: 11.5px 90px;
  padding-right: 20px;
  border: 1px solid #d6d6d6;
  font-size: 24px;
  line-height: 1.25;
  color: #333333;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1439px) {
  .p-nav .p-nav1>li>a {
    padding-left: 50px;
  }
}

.p-nav .p-nav1>li>a:hover {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.p-nav .p-nav1>.active>a {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.p-nav .p-nav2 {
  display: none;
  padding: 15px 0 10px;
}

.p-nav .p-nav2>li {
  margin-bottom: 10px;
}

.p-nav .p-nav2>li>a {
  position: relative;
  display: block;
  padding: 3px 90px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1439px) {
  .p-nav .p-nav2>li>a {
    padding-left: 50px;
  }
}

.p-nav .p-nav2>li>a:hover {
  color: #09357e;
  text-decoration: underline;
}

.p-nav .p-nav2>li>a:hover::before {
  opacity: 1;
}

.p-nav .p-nav2>li>a::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 75px;
  width: 5px;
  height: 5px;
  background-color: #09357e;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 1439px) {
  .p-nav .p-nav2>li>a::before {
    left: 30px;
  }
}

.p-nav .p-nav2>li> :last-child {
  margin-bottom: 0;
}

.p-nav .p-nav2>.active>a {
  text-decoration: underline;
  color: #09357e;
}

.p-nav .p-nav2>.active>a::before {
  opacity: 1;
}

.xs-p-nav {
  padding-bottom: 30px;
}

.xs-p-nav ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .xs-p-nav ul li {
    font-size: 15px;
  }
}

.xs-p-nav ul li::after {
  content: '/';
  padding: 0 5px;
}

.xs-p-nav ul li:last-child::after {
  display: none;
}

.xs-p-nav ul .active a {
  color: #09357e;
  font-weight: 700;
  text-decoration: underline;
}

.product-page {
  overflow: hidden;
}

.product-page .product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 991px) {
  .product-page .product-list {
    margin: 0 -10px;
    padding-bottom: 25px;
  }
}

.product-page .product-list li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .product-page .product-list li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .product-page .product-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-page .product-list li {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .product-page .product-list li {
    width: 100%;
  }
}

.product-page .item {
  padding: 10px;
  background-color: #efefef;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 480px) {
  .product-page .item {
    padding: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .product-page .item:hover {
    background-color: #09357e;
  }

  .product-page .item:hover .pic img {
    transform: scale(1.05);
  }

  .product-page .item:hover .txt h3 {
    color: #fff;
  }

  .product-page .item:hover .txt a {
    color: #fff;
  }

  .product-page .item:hover .txt a::after {
    color: #fff;
  }
}

.product-page .item .pic {
  display: block;
}

.product-page .item .pic .img-box {
  padding-bottom: 85.24590164%;
}

.product-page .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.product-page .item .txt {
  padding: 12px 0;
}

@media screen and (max-width: 480px) {
  .product-page .item .txt {
    padding: 5px 0 0;
  }
}

.product-page .item .txt h3 {
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 991px) {
  .product-page .item .txt h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .product-page .item .txt h3 {
    font-size: 15px;
  }
}

.product-page .item .txt a {
  display: inline-block;
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (min-width: 1200px) {
  .product-page .item .txt a:hover::after {
    padding-left: 10px;
  }
}

.product-page .item .txt a::after {
  padding-left: 5px;
  content: '>';
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

.product-details .p-info {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-details .p-info .left-pic {
  width: 48.57142857%;
}

@media screen and (max-width: 767px) {
  .product-details .p-info .left-pic {
    width: 100%;
  }
}

.product-details .p-info .left-pic .item {
  border: 1px solid #e2e2e2;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

.product-details .p-info .left-pic .item .img-box {
  padding-bottom: 85.24590164%;
}

.product-details .p-info .left-pic .slider-nav {
  padding-top: 7px;
}

.product-details .p-info .left-pic .slider-nav .slick-list {
  margin: 0 -5px;
}

.product-details .p-info .left-pic .slider-nav .slick-list .slick-slide {
  padding: 0 5px;
}

.product-details .p-info .left-pic .slider-nav .slick-list .slick-current .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-details .p-info .right-txt {
  padding-top: 55px;
  width: 45.71428571%;
}

@media screen and (max-width: 1199px) {
  .product-details .p-info .right-txt {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .product-details .p-info .right-txt {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product-details .p-info .right-txt {
    width: 100%;
    padding-top: 10px;
  }
}

.product-details .p-info .right-txt .p-title h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5625;
  color: #000000;
}

@media screen and (max-width: 1199px) {
  .product-details .p-info .right-txt .p-title h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .product-details .p-info .right-txt .p-title h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-details .p-info .right-txt .p-title h1 {
    font-size: 18px;
  }
}

.product-details .p-info .right-txt .intro {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .product-details .p-info .right-txt .intro {
    padding-top: 10px;
  }
}

.product-details .p-info .right-txt .intro p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .product-details .p-info .right-txt .intro p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .product-details .p-info .right-txt .intro p {
    font-size: 14px;
  }
}

.product-details .title {
  padding: 45px 0 12px;
}

@media screen and (max-width: 1199px) {
  .product-details .title {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product-details .title {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.product-details .title h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5625;
  color: #222222;
}

@media screen and (max-width: 1199px) {
  .product-details .title h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .product-details .title h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-details .title h2 {
    font-size: 18px;
  }
}

.product-details .p-details .content p {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .product-details .p-details .content p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .product-details .p-details .content p {
    font-size: 14px;
  }
}

.product-details .p-details .content p img {
  max-width: 100%;
  height: auto !important;
}

.product-details .p-details .content .table-box table th,
.product-details .p-details .content .table-box table tr,
.product-details .p-details .content .table-box table td {
  color: #666666;
  background-color: #fff;
  border-color: #d6d6d6 !important;
}

.product-details .p-inquire form ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.product-details .p-inquire form ul li {
  width: 100%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.product-details .p-inquire form ul li input,
.product-details .p-inquire form ul li textarea {
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.875;
  color: #888888;
  background-color: #f8f8f8;
}

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

  .product-details .p-inquire form ul li input,
  .product-details .p-inquire form ul li textarea {
    padding: 6px 15px;
    font-size: 15px;
  }
}

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

  .product-details .p-inquire form ul li input,
  .product-details .p-inquire form ul li textarea {
    padding: 7px 10px;
    font-size: 14px;
  }
}

.product-details .p-inquire form ul li textarea {
  height: 200px;
}

@media screen and (max-width: 767px) {
  .product-details .p-inquire form ul li textarea {
    height: 150px;
  }
}

.product-details .p-inquire form ul li input::-webkit-input-placeholder,
.product-details .p-inquire form ul li textarea::-webkit-input-placeholder {
  color: #888888;
}

.product-details .p-inquire form ul li input:-o-placeholder,
.product-details .p-inquire form ul li textarea:-o-placeholder {
  color: #888888;
}

.product-details .p-inquire form ul li input::-moz-placeholder,
.product-details .p-inquire form ul li textarea::-moz-placeholder {
  color: #888888;
}

.product-details .p-inquire form ul li input:-ms-input-placeholder,
.product-details .p-inquire form ul li textarea:-ms-input-placeholder {
  color: #888888;
}

.product-details .p-inquire form ul li input:focus::-webkit-input-placeholder,
.product-details .p-inquire form ul li textarea:focus::-webkit-input-placeholder {
  color: #c4c4c4;
}

.product-details .p-inquire form ul li input:focus::-o-placeholder,
.product-details .p-inquire form ul li textarea:focus::-o-placeholder {
  color: #c4c4c4;
}

.product-details .p-inquire form ul li input:focus::-moz-placeholder,
.product-details .p-inquire form ul li textarea:focus::-moz-placeholder {
  color: #c4c4c4;
}

.product-details .p-inquire form ul li input:focus::-ms-input-placeholder,
.product-details .p-inquire form ul li textarea:focus::-ms-input-placeholder {
  color: #c4c4c4;
}

.product-details .p-inquire form ul li button {
  width: 150px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  background-color: #09357e;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 991px) {
  .product-details .p-inquire form ul li button {
    width: 110px;
    height: 40px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .product-details .p-inquire form ul li button {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .product-details .p-inquire form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  }
}

.product-details .p-inquire form ul li button::after {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(1px) rotateY(180deg);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: '\e893';
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .product-details .p-inquire form ul li button::after {
    padding-left: 5px;
    font-size: 18px;
  }
}

.product-details .p-inquire form ul li:nth-child(-n+5):nth-child(n+2) {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .product-details .p-inquire form ul li:nth-child(-n+5):nth-child(n+2) {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .product-details .p-inquire form ul li:nth-child(-n+5):nth-child(n+2) {
    width: 100%;
  }
}

.product-details .p-inquire form ul li:nth-child(7) {
  margin-bottom: 0;
}

.case-page {
  overflow: hidden;
}

.case-page .case-list {
  overflow: hidden;
}

.case-page .case-list li {
  margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
  .case-page .case-list li {
    margin-bottom: 30px;
  }
}

.case-page .item {
  position: relative;
  padding: 30px;
  background-color: #efefef;
  border: 3px solid #efefef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1199px) {
  .case-page .item {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .case-page .item {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .case-page .item {
    padding: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .case-page .item:hover {
    border-color: #09357e;
    background-color: #fff;
  }

  .case-page .item:hover .pic img {
    transform: scale(1.05);
  }

  .case-page .item:hover .txt .more {
    background-color: #09357e;
  }

  .case-page .item:hover .txt>i {
    color: #efefef;
  }
}

.case-page .item .pic {
  display: block;
  width: 44.64285714%;
}

@media screen and (max-width: 767px) {
  .case-page .item .pic {
    width: 100%;
  }
}

.case-page .item .pic .img-box {
  padding-bottom: 65.2173913%;
}

.case-page .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.case-page .item .txt {
  width: 50.5952381%;
  padding-right: 1.48809524%;
}

@media screen and (max-width: 767px) {
  .case-page .item .txt {
    width: 100%;
    padding-right: 0;
    padding-top: 15px;
  }
}

.case-page .item .txt h3 {
  position: relative;
  z-index: 2;
  margin: 55px 0 0;
  font-size: 32px;
  line-height: 1.5625;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1439px) {
  .case-page .item .txt h3 {
    font-size: 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .case-page .item .txt h3 {
    font-size: 25px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .case-page .item .txt h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .case-page .item .txt h3 {
    font-size: 18px;
  }
}

.case-page .item .txt .intro {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .case-page .item .txt .intro {
    margin-top: 10px;
  }
}

.case-page .item .txt .intro p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .case-page .item .txt .intro p {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .case-page .item .txt .intro p {
    font-size: 14px;
  }
}

.case-page .item .txt .more {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1439px) {
  .case-page .item .txt .more {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .case-page .item .txt .more {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .case-page .item .txt .more {
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .case-page .item .txt .more:hover::after {
    padding-left: 8px;
  }
}

.case-page .item .txt .more::after {
  display: inline-block;
  padding-left: 5px;
  content: '>';
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.case-page .item .txt>i {
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 1;
  display: block;
  font-size: 120px;
  line-height: 1;
  font-weight: 800;
  font-style: italic;
  color: #cfe2e1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1199px) {
  .case-page .item .txt>i {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  .case-page .item .txt>i {
    font-size: 80px;
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .case-page .item .txt>i {
    font-size: 70px;
    opacity: 0.4;
  }
}

.case-details {
  overflow: hidden;
}

.case-details .title h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5625;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1439px) {
  .case-details .title h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .case-details .title h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .case-details .title h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .case-details .title h1 {
    font-size: 18px;
  }
}

.case-details .content {
  padding: 15px 0;
}

.case-details .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .case-details .content p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .case-details .content p {
    font-size: 14px;
  }
}

.case-details .content p img {
  max-width: 100%;
  height: auto !important;
}

.new-page {
  overflow: hidden;
}

.new-page .new-list {
  overflow: hidden;
}

.new-page .new-list li {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .new-page .new-list li {
    margin-bottom: 30px;
  }
}

.new-page .item {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (min-width: 1200px) {
  .new-page .item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }

  .new-page .item:hover .pic img {
    transform: scale(1.05);
  }

  .new-page .item:hover .txt {
    background-color: #09357e;
  }

  .new-page .item:hover .txt h3 a {
    color: #fff;
  }

  .new-page .item:hover .txt .intro p {
    color: #fff;
  }
}

.new-page .item .pic {
  display: block;
}

.new-page .item .pic .img-box {
  padding-bottom: 60%;
}

.new-page .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.new-page .item .txt {
  position: relative;
  padding: 25px 20px 30px;
  min-height: 165px;
  background-color: #f4f4f4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1439px) {
  .new-page .item .txt {
    min-height: 145px;
  }
}

@media screen and (max-width: 991px) {
  .new-page .item .txt {
    padding: 20px 15px;
    min-height: 125px;
  }
}

@media screen and (max-width: 767px) {
  .new-page .item .txt {
    min-height: 0;
  }
}

.new-page .item .txt i {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  display: block;
  width: 105px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  background-color: #666666;
}

@media screen and (max-width: 991px) {
  .new-page .item .txt i {
    left: 15px;
  }
}

.new-page .item .txt h3 {
  margin: 0;
}

.new-page .item .txt h3 a {
  display: inline-block;
  max-width: 100%;
  font-size: 24px;
  line-height: 2.08333333;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (max-width: 1439px) {
  .new-page .item .txt h3 a {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .new-page .item .txt h3 a {
    font-size: 18px;
  }
}

.new-page .item .txt .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new-page .item .txt .intro p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (max-width: 1439px) {
  .new-page .item .txt .intro p {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .new-page .item .txt .intro p {
    font-size: 14px;
  }
}

.new-details .title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e3e3e3;
}

.new-details .title h1 {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.66666667;
  color: #222222;
}

@media screen and (max-width: 1199px) {
  .new-details .title h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .new-details .title h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .new-details .title h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .new-details .title h1 {
    font-size: 16px;
  }
}

.new-details .title p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.new-details .title p::before {
  padding-right: 5px;
  transform: translateY(-2px);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e63a';
}

.new-details .content p {
  font-size: 16px;
  line-height: 1.65;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .new-details .content p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .new-details .content p {
    font-size: 14px;
  }
}

.new-details .content p img {
  max-width: 100%;
  height: auto !important;
}

.new-details .new-link {
  padding-top: 30px;
}

.new-details .new-link p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .new-details .new-link p {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .new-details .new-link p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .new-details .new-link p {
    font-size: 13px;
  }
}

.new-details .new-link p strong {
  white-space: nowrap;
}

.new-details .new-link p a {
  vertical-align: middle;
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1200px) {
  .new-details .new-link p a:hover {
    color: #09357e;
    text-decoration: underline;
  }
}

.contact-page {
  overflow: hidden;
}

.contact-page .info {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-page .info .left-intro {
  width: 42.55319149%;
}

@media screen and (max-width: 991px) {
  .contact-page .info .left-intro {
    width: 100%;
  }
}

.contact-page .info .left-intro h2 {
  margin: 0 0 30px;
  font-size: 38px;
  line-height: 1.31578947;
  color: #222222;
}

@media screen and (max-width: 1439px) {
  .contact-page .info .left-intro h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-page .info .left-intro h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .contact-page .info .left-intro h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .info .left-intro h2 {
    font-size: 20px;
  }
}

.contact-page .info .left-intro ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .contact-page .info .left-intro ul li {
    padding-left: 50px;
    margin-bottom: 15px;
  }
}

.contact-page .info .left-intro ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px solid #09357e;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #09357e;
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .contact-page .info .left-intro ul li::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
  }
}

.contact-page .info .left-intro ul li p {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .contact-page .info .left-intro ul li p {
    padding: 5px 0;
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .contact-page .info .left-intro ul li p a:hover {
    color: #09357e;
    text-decoration: underline;
  }
}

.contact-page .info .left-intro ul li:nth-child(1)::before {
  font-size: 35px;
}

@media screen and (max-width: 991px) {
  .contact-page .info .left-intro ul li:nth-child(1)::before {
    font-size: 25px;
  }
}

.contact-page .info .left-intro ul li:nth-child(2)::before {
  content: '\e679';
}

.contact-page .info .left-intro ul li:nth-child(3)::before {
  content: '\e62e';
}

.contact-page .info .left-intro ul li:nth-child(4)::before {
  content: '\e9ee';
}

.contact-page .info .right-message {
  width: 51.06382979%;
}

@media screen and (max-width: 991px) {
  .contact-page .info .right-message {
    width: 100%;
  }
}

.contact-page .info .right-message ul {
  padding-top: 10px;
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .contact-page .info .right-message ul {
    margin: 0 -7.5px;
  }
}

.contact-page .info .right-message ul li {
  width: 50%;
  padding: 0 11px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .contact-page .info .right-message ul li {
    padding: 0 7.5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .info .right-message ul li {
    width: 100%;
  }
}

.contact-page .info .right-message ul li input,
.contact-page .info .right-message ul li textarea {
  display: block;
  width: 100%;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.875;
  color: #999999;
  border: 1px solid #999999;
}

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

  .contact-page .info .right-message ul li input,
  .contact-page .info .right-message ul li textarea {
    padding: 5px 15px;
    font-size: 15px;
  }
}

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

  .contact-page .info .right-message ul li input,
  .contact-page .info .right-message ul li textarea {
    padding: 6px 15px;
    font-size: 14px;
  }
}

.contact-page .info .right-message ul li textarea {
  height: 190px;
}

@media screen and (max-width: 991px) {
  .contact-page .info .right-message ul li textarea {
    height: 150px;
  }
}

.contact-page .info .right-message ul li input::-webkit-input-placeholder,
.contact-page .info .right-message ul li textarea::-webkit-input-placeholder {
  color: #999999;
}

.contact-page .info .right-message ul li input:-o-placeholder,
.contact-page .info .right-message ul li textarea:-o-placeholder {
  color: #999999;
}

.contact-page .info .right-message ul li input::-moz-placeholder,
.contact-page .info .right-message ul li textarea::-moz-placeholder {
  color: #999999;
}

.contact-page .info .right-message ul li input:-ms-input-placeholder,
.contact-page .info .right-message ul li textarea:-ms-input-placeholder {
  color: #999999;
}

.contact-page .info .right-message ul li input:focus::-webkit-input-placeholder,
.contact-page .info .right-message ul li textarea:focus::-webkit-input-placeholder {
  color: #c2c2c2;
}

.contact-page .info .right-message ul li input:focus::-o-placeholder,
.contact-page .info .right-message ul li textarea:focus::-o-placeholder {
  color: #c2c2c2;
}

.contact-page .info .right-message ul li input:focus::-moz-placeholder,
.contact-page .info .right-message ul li textarea:focus::-moz-placeholder {
  color: #c2c2c2;
}

.contact-page .info .right-message ul li input:focus::-ms-input-placeholder,
.contact-page .info .right-message ul li textarea:focus::-ms-input-placeholder {
  color: #c2c2c2;
}

.contact-page .info .right-message ul li button {
  width: 145px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  background-color: #09357e;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media screen and (max-width: 991px) {
  .contact-page .info .right-message ul li button {
    width: 110px;
    height: 40px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .info .right-message ul li button {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .contact-page .info .right-message ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  }
}

.contact-page .info .right-message ul li:nth-child(-n+6):nth-child(n+5) {
  width: 100%;
}

.contact-page .info .right-message ul li:nth-child(6) {
  margin-bottom: 0;
}

.contact-page .map {
  padding-top: 60px;
}

@media screen and (max-width: 1199px) {
  .contact-page .map {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .map {
    padding-top: 30px;
  }
}

.contact-page .map .map-content {
  height: 470px;
}

@media screen and (max-width: 1199px) {
  .contact-page .map .map-content {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .contact-page .map .map-content {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .map .map-content {
    height: 249px;
  }
}


.scroll ul {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.scroll ul li {
  margin-right: 20px;
  padding: 0 10px;
}

.scroll ul li:last-child {
  margin-right: 0;
}

.recruitment .tit {
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  font-size: 38px;
  line-height: 1.31578947;
  color: #222222;
  margin-top: 40px;
  margin-bottom: 40px;
}

.recruitment .tit::before {
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateX(-50%);
  content: '';
  width: 37px;
  height: 4px;
  background-color: #09357e;
}

.recruitment dt {
  background-color: #09357e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.recruitment dd .list {
  background-color: #fff;
  color: #09357e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.recruitment dd span,
.recruitment dt span {
  display: inline-block;
  width: calc(1 / 6 * 100%);
}

.recruitment_details .tit {
  font-size: 30px;
  line-height: 1;
  display: block;
  margin: 0;
  color: #333;
  margin-top: 40px;
  margin-bottom: 40px;
}

.recruitment_details .txt {
  margin-bottom: 40px;
}

.recruitment_details .txt p {
  margin-bottom: 20px;
}

.recruitment_details .txt p:last-child {
  margin-bottom: 0;
}

.recruitment_details .info_box b {
  margin-bottom: 30px;
  display: block;
}

.recruitment_details .note p {
  margin-bottom: 20px;
}

.recruitment_details .note p:last-child {
  margin-bottom: 0;
}

.recruitment_details {
  padding-bottom: 50px;
}