﻿@media screen and (min-width: 1024px) {
  #cd-primary-nav .has-children:first-child a {
    color: #10376c;
    position: relative;
  }

  #cd-primary-nav .has-children:first-child a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #10376c;
    bottom: 20px;
    left: 0;
  }
}
.pagination>li>a.page-num-current {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* banner--start */
.slide {
  position: relative;
}

.ban_text {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.ban_text h1 {
  font-size: 3.8vw;
  color: #fff;
  margin: 0 0 20px;
  font-weight: bold;
  /* -webkit-text-stroke: 2px #10376c; */
  letter-spacing: 10px;
}

.ban_text p {
  font-size: 2.5vw;
  color: #fff;
  font-weight: 300;
}

.ban_text a {
  color: #ffffff;
  font-size: 22px;
  border-radius: 5px;
  transition: all 0.5s;
  display: inline-block;
  text-align: center;
  font-weight: 300;
}

.slide .fp-tableCell {
  position: absolute;
}

/* banner-end */

/* about-start */
.about {
  width: 100%;
  overflow: hidden;
}

.about .w>h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 0 0;
  color: #000;
}

.about_text {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.about_text .about_text_fl {
  width: 25%;
}

.about_text .about_text_fl h3 {
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #10376c;
}

.about_text .about_text_fl p {
  font-size: 17px;
  color: #333;
  line-height: 32px;
  margin: 0;
  text-indent: 2em;
}

.about_text .about_text_fl>div {
  display: flex;
  margin-top: 50px;
}

.about_text .about_text_fl>div a {
  width: 110px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  margin-right: 20px;
  transition: all 0.5s;
}

.about_text .about_text_fl>div a:first-of-type {
  color: #fff;
  background-color: #10376c;
  border: 1px solid #10376c;
}

.about_text .about_text_fl>div a:first-of-type:hover {
  color: #10376c;
  background-color: #fff;
}

.about_text .about_text_fl>div a:last-of-type {
  border: 1px solid #d4d4d4;
  color: #333;
}

.about_text .about_text_fl>div a:last-of-type:hover {
  color: #fff;
  background-color: #10376c;
  border: 1px solid #10376c;
}

.about_text .about_video {
  width: 44%;
  /* height: 420px; */
  text-align: center;
}
.about_text .about_video img{
  width: 100%;
}
#player-container-id {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_text .about_text_fr {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: stretch;
  align-content: space-between;
}

.about_text .about_text_fr li {
  width: 48%;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  text-align: center;
  /* margin-bottom: 10px; */
}

.about_text .about_text_fr li:first-child {
  background: #10376c;
}

.about_text .about_text_fr li a {
  display: block;
  padding: 32px 0;
}

.about_text .about_text_fr li img {
  width: 50px;
  filter: invert(1);
  transition: all 0.5s;
  margin-bottom: 10px;
}

.about_text .about_text_fr li:first-child img {
  filter: invert(0);
}

.about_text .about_text_fr li p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  margin: 0;
}

.about_text .about_text_fr li:first-child p {
  color: #fff;
}

.about_text .about_text_fr li:hover {
  background: #10376c;
}

.about_text .about_text_fr li:hover img {
  filter: invert(0);
}

.about_text .about_text_fr li:hover p {
  color: #fff;
}

.about .w>a {
  width: 160px;
  line-height: 46px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #10376c;
  border-radius: 30px;
  border: 2px solid #10376c;
  transition: all 0.5s;
  margin: 50px auto 0;
}

.about .w>a:hover {
  color: #10376c;
  background-color: #fff;
}

/* about-end */
/* product-start */
.prod_tit {
  width: 100%;
  overflow: hidden;
  padding: 90px 0 60px;
  background-image: url(../image/prod_tit_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.prod_tit .w>div {
  max-width: 410px;
}

.prod_tit .w>div h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.prod_tit .w>div p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 20px 0 30px;
  text-indent: 2em;
}

.prod_tit .w>div a {
  width: 130px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #333;
  background-color: #fff;
  transition: all 0.5s;
}

.prod_tit .w>div a:hover {
  background-color: #10376c;
  color: #fff;
}

.prod_bt_hz {
  width: 56%;
  display: flex;
  justify-content: space-between;
  margin-top: -300px;
  position: relative;
  float: right;
  margin-bottom: 30px;
}

.prod_bt_hz .prod_bt_list {
  width: 32%;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
}

.prod_bt_hz .prod_bt_list .prod_img {
  width: 100%;
  overflow: hidden;
  /* padding: 30px 0; */
  background-color: #f8f8f8;
}

.prod_bt_hz .prod_bt_list .prod_img img {
  width: 90%;
  display: block;
  margin: auto;
  transition: all 0.5s;
  mix-blend-mode: darken;
}

.prod_bt_hz .prod_bt_list:hover .prod_img img {
  transform: scale(1.2);
}

.prod_bt_hz .prod_bt_list .prod_text {
  padding: 30px;
}

.prod_bt_hz .prod_bt_list .prod_text h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #333;
}

.prod_bt_hz .prod_bt_list .prod_text .txy {
  width: 130px;
  line-height: 40px;
  border: 1px solid #10376c;
  text-align: center;
  display: block;
  color: #10376c;
  transition: all 0.5s;
}

.prod_bt_hz .prod_bt_list .prod_text .txy:hover {
  background-color: #10376c;
  color: #fff;
}

.prod_list_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.prod_list_box li {
  width: 24%;
  overflow: hidden;
  border: 1px solid #dedcdc;
}

.prod_list_box li img {
  padding: 10px;
  width: 85%;
  margin: auto;
  display: block;
  transition: all 0.5s;
}

.prod_list_box li:hover img {
  transform: scale(1.2);
}

.prod_list_box li a div {
  width: 100%;
  padding: 12px;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #10376c;
  transition: all 0.5s;
  position: relative;
}

.prod_list_box li:hover a div {
  background-color: #10376c;
  color: #fff;
}

.prod_list_box li a div h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prod_list_box li a div span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #10376c;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  color: #10376c;
  transition: all 0.5s;
}

.prod_list_box li:hover a div span {
  background-color: #fff;
  border: 1px solid #fff;
  color: #10376c;
}

/* product-end */

/* application-start */
.appli_tit {
  max-width: 820px;
  margin: auto;
  padding-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.appli_tit h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 0;
  color: #000;
}

.appli_tit p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin: 10px 0;
}

.appli_item {
  width: 100%;
}

.appli_item li {
  width: 19%;
  float: left;
  margin: 0 0.5%;
  text-align: center;
}

.appli_item li a>div {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
}

.appli_item li.active a>div {
  height: 480px;
  margin-top: -40px;
}

.appli_item li img {
  height: 100%;
  width: auto;
}

.appli_item li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.appli_item li:hover h3 {
  color: #10376c;
}

.section4 .w>a {
  width: 160px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #fff;
  color: #10376c;
  transition: all 0.5s;
  clear: both;
  position: relative;
  top: 30px;
}

.section4 .w>a:hover {
  background-color: #10376c;
  color: #fff;
}

/* application-end */
/* R and D--stat */
.section5 .w .yf_tit {
  max-width: 680px;
  margin: auto;
  padding-top: 60px;
  text-align: center;
}

.section5 .w .yf_tit h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #fff;
}

.section5 .w .yf_tit h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 30px 0 0 0;
  color: #fff;
}

.section5 .w .yf_tit p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin: 30px 0;
}

.section5 .w .yf_tit a {
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}

.section5 .w .yf_tit a:hover {
  border-bottom: 1px solid #fff;
}

.section5 .w ul {
  width: 100%;
  background-color: #ffffff2e;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
  margin-top: 50px;
}

.section5 .w ul li {
  max-width: 210px;
  text-align: center;
}

.section5 .w ul li span {
  font-size: 50px;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  font-family: "DINCOND-BOLD";
  color: #8d8d8d;
  display: block;
  margin: 0 auto 12px;
  transition: all 0.5s;
}

.section5 .w ul li:hover span {
  background-color: #10376c;
  color: #fff;
}

.section5 .w ul li p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 28px;
}

/* R and D--end */
/* Sales network--start */
.section6 .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section6 .w .xs_tit {
  width: 32%;
}

.section6 .w .xs_tit h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 50px;
}

.section6 .w .xs_tit a {
  width: 65%;
  line-height: 60px;
  display: block;
  text-align: center;
  border-radius: 30px;
  background-color: #e5e5e5;
  color: #10376c;
  font-size: 16px;
  margin: 20px 0;
  transition: all 0.5s;
}

.section6 .w .xs_tit a span {
  font-size: 22px;
  margin-left: 20px;
  transition: all 0.5s;
}

.section6 .w .xs_tit a:hover {
  background-color: #10376c;
  color: #fff;
}

.section6 .w .xs_tit a:hover span {
  color: #fff;
}

.section6 .w .xs_tit p {
  font-size: 32px;
  font-weight: 300;
  margin-top: 80px;
  color: #10376c;
}

.section6 .w .xs_img {
  width: 68%;
}

.section6 .w .xs_img img {
  width: 100%;
  margin-top: 40px;
}

/* Sales network--end */
/* newsâ€”start */
.news_box {
  position: relative;
}

.news_box .w h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 50px 0 30px;
  text-align: center;
}

.news_box ul {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_box ul li {
  width: 32%;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
}

.news_box ul li .new_img {
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
}

.news_box ul li .new_img img {
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
}

.news_box ul li:hover .new_img img {
  transform: scale(1.2);
}

.news_box ul li .new_img p {
  padding: 10px;
  background-color: #10376c;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.news_box ul li .new_text {
  width: 100%;
  padding: 30px;
}

.news_box ul li .new_text h3 {
  font-size: 20px;
  margin: 0 0 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333;
  line-height: 32px;
}

.news_box ul li .new_text p {
  font-size: 15px;
  line-height: 28px;
  color: #333;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-indent: 2em;
}

.news_box ul li .new_text>div {
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #efefef;
  color: #333;
  display: flex;
  align-items: center;
}

.news_box ul li .new_text>div p,
.news_box ul li .new_text>div span {
  font-size: 15px;
  color: #333;
  margin: 0 0 20px;
}

.news_box ul li .new_text>div span {
  margin-left: 20px;
  font-size: 20px;
  margin-bottom: 0;
}

.news_box ul li:hover .new_text>div,
.news_box ul li:hover .new_text>div span {
  color: #10376c;
}

.news_box .w>a {
  width: 160px;
  line-height: 46px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #10376c;
  border-radius: 30px;
  border: 2px solid #10376c;
  transition: all 0.5s;
  margin: 50px auto 0;
}

.news_box .w>a:hover {
  color: #10376c;
  background-color: #fff;
}

/* news-end */
/* footer-start */
.foot_cont {
  width: 100%;
  overflow: hidden;
  padding: 11vw 0 7vw;
  background-image: url(../image/fot_cont_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.foot_cont h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #10376c;
}

.foot_cont a {
  width: 180px;
  line-height: 46px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #10376c;
  border-radius: 30px;
  border: 2px solid #10376c;
  transition: all 0.5s;
  margin: auto;
}

.foot_cont a:hover {
  background-color: #fff;
  color: #10376c;
}

.foot {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 4vw;
  background-color: #10376c;
}

.foot .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot .w .foot_sea img {
  height: 45px;
  margin-bottom: 25px;
}

.foot .w .foot_sea .foot_tel {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.foot .w .foot_sea .foot_tel span {
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}

.foot .w .foot_sea .foot_tel p {
  font-size: 18px;
  /* font-weight: bold; */
  color: #fff;
  margin: 0;
}

.foot .w .foot_sea form input {
  width: 280px;
  background: #fff;
  border: 0;
  outline: none;
  padding: 15px 10px;
  color: #333;
  margin-bottom: 20px;
}

.foot .w .foot_sea .soci span {
  font-size: 32px;
  margin-right: 5px;
  color: #fff;
}

.foot .w ul h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 30px;
}

.foot .w ul li a {
  font-size: 15px;
  color: #a8c5de;
  margin: 0 0 25px;
  display: inline-block;
  transition: all 0.5s;
}

.foot .w ul li a:hover {
  color: #fff;
}

.foot .w .code>div {
  display: flex;
}

.foot .w .code>div>div {
  width: 140px;
  text-align: center;
}

.foot .w .code>div>div:first-of-type {
  margin-right: 20px;
}

.foot .w .code>div img {
  width: 100%;
  margin-bottom: 10px;
}

.foot .w .code>div p {
  font-size: 15px;
  color: #a8c5de;
  margin: 0;
}

.foot>p {
  font-size: 15px;
  color: #a8c5de;
  border-top: 1px solid #587398;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  margin-top: .8vw;
}

.foot>p a {
  color: #a8c5de;
}

/* footer--end */
@media only screen and (max-width: 768px) {

  .section1,
  .section1 .fp-tableCell {
    height: 250px !important;
  }

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

  .ban_text {
    top: 24%;
  }

  .ban_text h1 {
    font-size: 10vw;
    letter-spacing: 4px;
  }

  .ban_text p {
    font-size: 5vw;
    color: #fff;
    font-weight: normal;
  }

  .ban_text a {
    font-size: 20px;
  }

  .section2 {
    background-position: top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .about .w>h1 {
    font-size: 32px;
  }

  .about_text {
    margin-top: 15px;
  }

  .about_text .about_text_fl h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #10376c;
    text-align: center;
  }

  .about_text .about_text_fl {
    width: 100%;
  }

  .about_text .about_text_fl>div {
    display: flex;
    margin-top: 30px;
  }

  .about_text .about_video {
    width: 100%;
    height: 250px;
    margin: 40px 0;
  }

  .about_text .about_text_fr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about .w>a {
    margin: 30px auto 30px;
  }

  .section3,
  .section3 .fp-tableCell {
    height: auto !important;
  }

  .prod_tit {
    padding: 35px 10px;
    background-size: cover;
    margin-bottom: 20px;
  }

  .prod_tit .w>div h1 {
    font-size: 32px;
  }

  .prod_bt_hz {
    width: 100%;
    margin-top: 0;
    float: none;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .prod_bt_hz .prod_bt_list {
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #dedcdc;
    margin: 10px 0;
  }

  .prod_list_box {
    margin-bottom: 40px;
  }

  .prod_list_box li {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dedcdc;
    margin: 10px 0;
  }

  .section4 {
    height: auto !important;
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .appli_tit {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .appli_tit h1 {
    font-size: 32px;
  }

  .appli_tit p {
    font-size: 16px;
  }

  .appli_item li {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }

  .appli_item li a>div {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.5s;
  }

  .appli_item li img {
    height: auto;
    width: 100%;
  }

  .appli_item li.active a>div {
    height: auto;
    margin-top: 0;
  }

  .section4 .w>a {
    top: 0;
    margin-bottom: 30px;
  }

  .section5 .w .yf_tit {
    padding-top: 40px;
  }

  .section5 .w .yf_tit h1 {
    font-size: 32px;
  }

  .section5 .w .yf_tit h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 0 0;
    color: #fff;
  }

  .section5 .w .yf_tit p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin: 20px 0;
  }

  .section5 .w ul {
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .section5 .w ul li {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }

  .section6 {
    margin: 30px 0;
    height: auto !important;
  }

  .section6 .fp-tableCell {
    height: auto !important;
  }

  .section6 .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .section6 .w .xs_tit {
    width: 100%;
  }

  .section6 .w .xs_tit h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 30px;
  }

  .section6 .w .xs_tit p {
    font-size: 32px;
    font-weight: 300;
    margin-top: 30px;
    color: #10376c;
  }

  .section6 .w .xs_img {
    width: 100%;
  }

  .section6 .w .xs_img img {
    width: 100%;
    margin-top: 0;
  }

  .news_box .w h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0 20px;
    text-align: center;
  }

  .news_box ul li {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
    margin-bottom: 20px;
  }

  .news_box .w>a {
    margin: 20px auto 40px;
  }

  .section8 {
    height: auto !important;
  }

  .section8 .fp-tableCell {
    height: auto !important;
  }

  .foot_cont {
    padding: 30px 20px;
  }

  .foot_cont h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #10376c;
    line-height: 34px;
  }

  .foot {
    padding-top: 30px;
  }

  .foot ul {
    width: 100%;
    margin: 20px 0 0;
  }

  .foot ul li {
    width: 50%;
    float: left;
  }

  .foot .w ul h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: bold;
  }

  .foot .w ul li a {
    margin: 0 0 15px;
  }

  .foot>p {
    padding: 20px 10px 10px;
    margin-top: 20px;
  }

}