@font-face {
  font-family: din;
  src: url(../assets/fonts/DINMedium.ttf);
}

.white_Header {
  height: 90px;
  background-color: #fff;
  box-shadow: 0 0 6px 7px rgba(0, 0, 0, 0.05);
  /*position: initial;*/
}
main.view_Box p img {
    width: 100%;
}
.white_Header .pc_nav_b ul li {
  height: 90px;
  display: flex;
  align-items: center;
}

.white_Header .pc_nav_b ul li.active {
  position: relative;
}

.white_Header .pc_nav_b ul li.active::after {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 3px solid #1c4f8c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.white_Header .pc_nav .language_Header,
.white_Header .pc_nav .language_Header a {
  color: #333333;
  font-size: 16px;
}

.white_Header .pc_nav_b ul li a {
  height: 20px;
  color: #333333;
  font-size: 16px;
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}

.white_Header .pc_nav {
  display: flex;
  align-items: center;
}

.white_Header .pc_nav .language_Header {
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white_Header .pc_nav .language_Header img {
  margin-right: 5px;
}

.banner_Box {
  position: relative;
  margin: 90px 0 0;
}

@media only screen and (max-width:950px) {
  .banner_Box {
    margin: 60px 0 0;
  }
}

.banner_Box>img {
  width: 100%;
}

.banner_Box>div[class^='container'] {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  padding: 0 10px;
}

@media only screen and (max-width:1560px) {
  .banner_Box>div[class^='container'] {
    max-width: 1300px;
  }
}

.banner_Box>div[class^='container'] p {
  font-weight: bold;
}

.banner_Box>div[class^='container'] p:nth-child(1) {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.98);
}

@media only screen and (max-width:950px) {
  .banner_Box>div[class^='container'] p:nth-child(1) {
    font-size: 20px;
  }
}

.banner_Box>div[class^='container'] p:nth-child(2) {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width:950px) {
  .banner_Box>div[class^='container'] p:nth-child(2) {
    font-size: 14px;
  }
}

.position_Box {
  height: 65px;
  background: #005ba6;
  margin-top: -5px;
}

@media only screen and (max-width:950px) {
  .position_Box {
    height: auto;
    padding: 10px 0;
  }
}

.position_Box>div[class^='container'] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width:950px) {
  .position_Box>div[class^='container'] .left {
    width: 100%;
    overflow-x: auto;
  }

  .position_Box>div[class^='container'] .left nav {
    display: flex;
  }
}

.position_Box>div[class^='container'] .left a {
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 18px;
}

.position_Box>div[class^='container'] .left a:not(:last-of-type) {
  margin-right: 3.125rem;
}

@media only screen and (max-width:950px) {
  .position_Box>div[class^='container'] .left a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.position_Box>div[class^='container'] .left a.active {
  border-bottom: 3px solid #fff;
  font-weight: bold;
}

.position_Box>div[class^='container'] .right {
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width:950px) {
  .position_Box>div[class^='container'] .right {
    width: 100%;
    padding: 10px 0;
  }
}

.position_Box>div[class^='container'] .right img {
  margin-right: 14px;
}

.position_Box>div[class^='container'] .right a {
  color: #fff;
  font-size: 14px;
}

.total_Title {
  font-size: 35px;
  text-align: center;
  position: relative;
}

.total_Title::after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 3px solid #1c4f8c;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width:950px) {
  .total_Title {
    font-size: 26px;
  }
}

.about_Box {
  padding: 4.6875rem 0 7.8125rem;
}

.about_Box main.view_Main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6.25rem 0 0;
}

@media only screen and (max-width:950px) {
  .about_Box main.view_Main {
    flex-wrap: wrap;
  }
}

.about_Box main.view_Main .left {
  width: 49.1%;
  height: 630px;
  position: relative;
}

@media only screen and (max-width:950px) {
  .about_Box main.view_Main .left {
    width: 100%;
    height: 210px;
  }
}

.about_Box main.view_Main .left .shadow_Box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.about_Box main.view_Main .left>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_Box main.view_Main .right {
  width: 49.1%;
}

@media only screen and (max-width:950px) {
  .about_Box main.view_Main .right {
    width: 100%;
  }
}

.about_Box main.view_Main .right .font_Box {
  height: 500px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
}

@media only screen and (max-width:950px) {
  .about_Box main.view_Main .right .font_Box {
    padding: 20px 0 0;
    line-height: 23px;
  }
}

.about_Box main.view_Main .right .font_Box b {
  font-size: 1.875rem;
  font-weight: bold;
}

.about_Box main.view_Main .right .num_List {
  display: flex;
}

@media only screen and (max-width:950px) {
  .about_Box main.view_Main .right .num_List {
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
}

.about_Box main.view_Main .right .num_List li {
  width: 33.33%;
  text-align: center;
  position: relative;
}

@media only screen and (max-width:950px) {
  .about_Box main.view_Main .right .num_List li {
    width: 100%;
  }
}

.about_Box main.view_Main .right .num_List li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 22px;
}

@media only screen and (max-width:950px) {
  .about_Box main.view_Main .right .num_List li:not(:last-of-type)::after {
    background-color: transparent;
  }
}

.about_Box main.view_Main .right .num_List li p:nth-of-type(1) {
  display: inline-block;
  font-size: 5rem;
  color: #1c4f8c;
  font-weight: bold;
  position: relative;
}

.about_Box main.view_Main .right .num_List li p:nth-of-type(1)::after {
  content: attr(data-small-font);
  color: #1c4f8c;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: -20px;
}

.about_Box main.view_Main .right .num_List li p:nth-of-type(2) {
  font-size: 16px;
  color: #666666;
  /*padding: 1.25rem 0 0;*/
}

.contact_Box {
  padding: 5rem 0 6.875rem;
}

.contact_Box>div[class^='container'] {
  padding: 0 2.1875rem;
}

.contact_Box>div[class^='container'] main.view_Main {
  height: 445px;
  background-color: #f5f5f5;
  margin: 5rem 0 0;
  display: flex;
}

@media only screen and (max-width:950px) {
  .contact_Box>div[class^='container'] main.view_Main {
    height: auto;
    flex-wrap: wrap;
  }
}

.contact_Box>div[class^='container'] main.view_Main .left {
  width: 50%;
  height: 100%;
}

@media only screen and (max-width:950px) {
  .contact_Box>div[class^='container'] main.view_Main .left {
    width: 100%;
    height: 320px;
  }
}

.contact_Box>div[class^='container'] main.view_Main .map_Box .BMapLabel::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  border: 8px solid;
  border-color: #fff transparent transparent transparent;
}

.contact_Box>div[class^='container'] main.view_Main .right {
  width: 50%;
  padding: 4.69% 7.2%;
}

@media only screen and (max-width:950px) {
  .contact_Box>div[class^='container'] main.view_Main .right {
    width: 100%;
    padding: 15px 10px;
  }
}

.contact_Box>div[class^='container'] main.view_Main .right h1 {
  font-size: 26px;
  color: #333333;
}

@media only screen and (max-width:950px) {
  .contact_Box>div[class^='container'] main.view_Main .right h1 {
    font-size: 20px;
  }
}

.contact_Box>div[class^='container'] main.view_Main .right .main_Box {
  padding: 2.8125rem 0 0;
  display: flex;
}

@media only screen and (max-width:950px) {
  .contact_Box>div[class^='container'] main.view_Main .right .main_Box {
    flex-wrap: wrap;
  }
}

.contact_Box>div[class^='container'] main.view_Main .right .main_Box ul {
  width: calc(100% - 125px);
}

.contact_Box>div[class^='container'] main.view_Main .right .main_Box ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666666;
  font-family: '微软雅黑';
  margin: 0 0 1.25rem;
  white-space: nowrap;
}

@media only screen and (max-width:950px) {
  .contact_Box>div[class^='container'] main.view_Main .right .main_Box ul li {
    font-size: 16px;
  }
}

.contact_Box>div[class^='container'] main.view_Main .right .main_Box ul li .icon {
  width: 20px;
  margin-right: 1.25rem;
  text-align: center;
}

.contact_Box>div[class^='container'] main.view_Main .right .main_Box .code_Box {
  width: 125px;
  margin-left: 4.375rem;
  text-align: center;
}

.contact_Box>div[class^='container'] main.view_Main .right .main_Box .code_Box img {
  background: #fff;
  object-fit: contain;
  border: 3px solid #fff;
  border-radius: 5px;
}

.contact_Box>div[class^='container'] main.view_Main .right .main_Box .code_Box p {
  font-size: 16px;
  color: #666666;
  padding: 14px 0 0;
}

.list_Down {
  padding: 4.375rem 0 3.125rem;
}

.list_Down div[class^='container'] {
  max-width: 1740px;
  padding: 0 2.1875rem;
}

.list_Down div[class^='container'] ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_Down div[class^='container'] ul li {
  width: 48.5%;
  height: 170px;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 2.4% 4.2%;
  margin: 0 0 1.375rem;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width:950px) {
  .list_Down div[class^='container'] ul li {
    width: 100%;
    flex-wrap: wrap;
  }
}

.list_Down div[class^='container'] ul li .left {
  width: 55.21%;
}

@media only screen and (max-width:950px) {
  .list_Down div[class^='container'] ul li .left {
    width: 100%;
  }
}

.list_Down div[class^='container'] ul li .left .list_Title {
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 1.375rem;
}

.list_Down div[class^='container'] ul li .left .description_Box {
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}

.list_Down div[class^='container'] ul li .right {
  width: 31.88%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width:1350px) {
  .list_Down div[class^='container'] ul li .right {
    width: 42.88%;
  }
}

@media only screen and (max-width:950px) {
  .list_Down div[class^='container'] ul li .right {
    width: 100%;
  }
}

.list_Down div[class^='container'] ul li .right a {
  padding: 0.625rem 1.25rem;
  font-size: 15px;
  color: #666666;
  border: 1px solid #bfbfbf;
  white-space: nowrap;
}

.list_Down div[class^='container'] ul li .right .date {
  padding-left: 2.1875rem;
}

@media only screen and (max-width:950px) {
  .list_Down div[class^='container'] ul li .right .date {
    display: flex;
    align-items: center;
  }
}

.list_Down div[class^='container'] ul li .right .date p {
  font-family: din;
}

.list_Down div[class^='container'] ul li .right .date p:nth-of-type(1) {
  width: 76px;
  height: 26px;
  background-color: #008bc4;
  color: #fff;
  text-align: center;
  line-height: 26px;
}

@media only screen and (max-width:950px) {
  .list_Down div[class^='container'] ul li .right .date p:nth-of-type(1) {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 20px;
    color: #666666;
  }

  .list_Down div[class^='container'] ul li .right .date p:nth-of-type(1)::after {
    content: "/";
  }
}

.list_Down div[class^='container'] ul li .right .date p:nth-of-type(2) {
  font-size: 25px;
  color: #666666;
  padding: 1.125rem 0 0;
}

@media only screen and (max-width:950px) {
  .list_Down div[class^='container'] ul li .right .date p:nth-of-type(2) {
    padding: 0 0;
    font-size: 20px;
  }
}

.page_Box {
  padding: 2.1875rem 0 0;
  text-align: center;
}

.page_Box a {
  font-size: 14px;
  color: #333333;
  background: #f6f6f6;
  padding: 9px 14px;
  border-radius: 350px;
}

.page_Box .active {
  background: #1c4f8c;
  color: #fff;
}

.list_News {
  padding: 5.625rem 0 5rem;
}

@media only screen and (max-width:1680px) {
  .list_News div[class^='container'] {
    padding-left: 0;
    padding-right: 0;
  }
}

.list_News ul li {
  margin-bottom: 30px;
}

.list_News ul li:hover .left .date p {
  color: #fff;
}

.list_News ul li:hover .left img.bgImg {
  left: 0;
}

.list_News ul li:hover .right .main_Box::after {
  width: 19.8%;
}

.list_News ul li a {
  display: flex;
  justify-content: space-between;
  height: 230px;
}

@media only screen and (max-width:950px) {
  .list_News ul li a {
    height: auto;
  }
}

.list_News ul li a .left {
  width: 19.8%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width:950px) {
  .list_News ul li a .left {
    display: none;
  }
}

.list_News ul li a .left .date {
  padding-right: 3.75rem;
  position: relative;
  z-index: 2;
}

.list_News ul li a .left .date p {
  color: #0957a6;
  transition: color 0.53s ease;
}

.list_News ul li a .left .date p:nth-of-type(1) {
  font-size: 3rem;
  font-weight: bold;
}

.list_News ul li a .left .date p:nth-of-type(2) {
  font-size: 14px;
}

.list_News ul li a .left img.bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  transition: left 0.53s ease;
}

.list_News ul li a .right {
  width: 81.2%;
  padding-left: 2.5rem;
  position: relative;
  border-left: 1px solid #bcbcbc;
}

@media only screen and (max-width:950px) {
  .list_News ul li a .right {
    width: 100%;
  }
}

.list_News ul li a .right::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bcbcbc;
  position: absolute;
  left: -1px;
  bottom: -30px;
}

.list_News ul li a .right::before {
  content: "";
  width: 2.5rem;
  border-bottom: 1px solid #bcbcbc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.list_News ul li a .right .main_Box {
  width: 93.75%;
  height: 230px;
  background: #fafafa;
  position: relative;
  padding: 1.35% 4.674%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width:950px) {
  .list_News ul li a .right .main_Box {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.list_News ul li a .right .main_Box::after {
  content: "";
  width: 0;
  height: 100%;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 100%;
  transition: width 0.53s ease;
}

.list_News ul li a .right .main_Box .font_Box {
  width: 73.99%;
}

@media only screen and (max-width:950px) {
  .list_News ul li a .right .main_Box .font_Box {
    width: 100%;
  }
}

.list_News ul li a .right .main_Box .font_Box .list_Title {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_News ul li a .right .main_Box .font_Box .total_Box {
  display: flex;
  align-items: center;
  margin: 1.125rem 0 0.75rem;
}

.list_News ul li a .right .main_Box .font_Box .total_Box span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #c9c9c9;
  padding-right: 7px;
}

.list_News ul li a .right .main_Box .font_Box .description_Box {
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 27px;
  color: #777777;
}

.list_News ul li a .right .main_Box .pic {
  width: 25.2%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width:950px) {
  .list_News ul li a .right .main_Box .pic {
    width: 100%;
    height: 130px;
    margin: 10px 0 0;
  }
}

.show_News {
  padding: 3.75rem 0 18.125rem;
}

.show_News div[class^='container'] {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] {
    padding: 0 3%;
  }
}

.show_News div[class^='container'] .left {
  width: 73.125%;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .left {
    width: 100%;
  }
}

.show_News div[class^='container'] .left .show_Title {
  padding: 1.25rem 0 0;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
}

.show_News div[class^='container'] .left .show_Title h3 {
  font-size: 22px;
  color: #181818;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .left .show_Title h3 {
    font-size: 18px;
  }
}

.show_News div[class^='container'] .left .show_Title ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 1.25rem;
}

.show_News div[class^='container'] .left .show_Title ul li {
  color: #666666;
  padding: 0 4px;
}

.show_News div[class^='container'] .left .show_Content {
  padding: 3.75rem 0 6.25rem;
  border-bottom: 1px dashed #bdbdbd;
  color: #333333;
  line-height: 30px;
}

@media only screen and (max-width:1440px) {
  .show_News div[class^='container'] .left .show_Content img {
    width: 100%;
  }
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .left .show_Content {
    line-height: 24px;
  }
}

.show_News div[class^='container'] .left .btn_Box {
  padding: 2.8125rem 0;
  border-bottom: 1px dashed #bdbdbd;
  display: flex;
  align-items: center;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .left .btn_Box {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .left .btn_Box .left {
    width: 100%;
  }
}

.show_News div[class^='container'] .left .btn_Box .left a {
  display: block;
  color: #555555;
}

.show_News div[class^='container'] .left .btn_Box .left a.prev {
  padding-bottom: 1rem;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .left .btn_Box .right {
    margin: 20px 0 0;
  }
}

.show_News div[class^='container'] .left .btn_Box .right a {
  width: 97px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c3c3c3;
  border-radius: 350px;
  color: #555555;
}

.show_News div[class^='container'] .left .btn_Box .right a img {
  width: 27px;
  margin: 5px 5px 0 0;
}

.show_News div[class^='container'] .right {
  width: 25%;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .right {
    width: 100%;
    margin: 40px 0 0;
  }
}

.show_News div[class^='container'] .right .right_Title {
  font-size: 25px;
  color: #333333;
  padding-left: 10px;
  position: relative;
  margin: 0 0 1.75rem;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .right .right_Title {
    font-size: 20px;
  }
}

.show_News div[class^='container'] .right .right_Title::before {
  content: "";
  width: 3px;
  height: 70%;
  background: #3962b0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.show_News div[class^='container'] .right ul {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.show_News div[class^='container'] .right ul li {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .right ul li {
    height: 48px;
  }
}

.show_News div[class^='container'] .right ul li:hover {
  background: #808080;
}

.show_News div[class^='container'] .right ul li:hover a {
  color: #fff;
}

.show_News div[class^='container'] .right ul li:hover a i {
  margin-right: 4px;
}

.show_News div[class^='container'] .right ul li a {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width:950px) {
  .show_News div[class^='container'] .right ul li a {
    font-size: 14px;
  }
}

.show_News div[class^='container'] .right ul li a:visited {
  font-weight: bold;
}

.show_News div[class^='container'] .right ul li a i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #3962b0;
  border-radius: 50%;
  margin-right: 12px;
  transition: margin 0.43s ease;
}

.list_Product {
  padding: 6.25rem 0 5.625rem;
}

.list_Product div[class^='container'] {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.list_Product div[class^='container'] ul {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width:950px) {
  .list_Product {
    padding-top: 3.125rem;
  }

  .list_Product div[class^='container'] ul {
    justify-content: space-between;
  }
}

.list_Product div[class^='container'] ul li {
  width: 31.25%;
  margin-bottom: 3.125rem;
}

@media only screen and (max-width:950px) {
  .list_Product div[class^='container'] ul li {
    width: 48.5%;
    margin-bottom: 1.5625rem;
  }
}

.list_Product div[class^='container'] ul li:not(:nth-of-type(3n)) {
  margin-right: 3%;
}

@media only screen and (max-width:950px) {
  .list_Product div[class^='container'] ul li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.list_Product div[class^='container'] ul li:hover .pic img {
  transform: scale(1.1);
}

.list_Product div[class^='container'] ul li:hover .font {
  color: #fff;
  background: #005ba6;
}

.list_Product div[class^='container'] ul li a {
  width: 100%;
}

.list_Product div[class^='container'] ul li a .pic {
  width: 100%;
  height: 390px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 6px 7px rgba(0, 0, 0, 0.01), 0 0 6px 7px rgba(0, 0, 0, 0.01);
  overflow: hidden;
}

@media only screen and (max-width:950px) {
  .list_Product div[class^='container'] ul li a .pic {
    height: 155px;
  }
}

.list_Product div[class^='container'] ul li a .pic img {
  transition: transform 0.43s ease;
}

.list_Product div[class^='container'] ul li a .font {
  height: 90px;
  background: #f5f5f5;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 75px;
  transition: background 0.43s ease;
}

@media only screen and (max-width:950px) {
  .list_Product div[class^='container'] ul li a .font {
    height: 56px;
    line-height: 50px;
    font-size: 16px;
  }
}

.show_Product div[class^='container'] {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.show_Product div[class^='container'] .show_Header {
  width: 100%;
  background: #f5f5f5;
  margin: 6.25rem 0 3.75rem;
  display: flex;
}

@media only screen and (max-width:950px) {
  .show_Product div[class^='container'] .show_Header {
    flex-wrap: wrap;
  }
}

.show_Product div[class^='container'] .show_Header .show_Pic {
  width: 55%;
  height: 555px;
  background-color: #fff;
  padding: 2%;
  box-shadow: 0 0 6px 7px rgba(0, 0, 0, 0.01), 0 0 6px 7px rgba(0, 0, 0, 0.01), 0 0 6px 7px rgba(0, 0, 0, 0.01), 0 0 6px 7px rgba(0, 0, 0, 0.01);
}

@media only screen and (max-width:950px) {
  .show_Product div[class^='container'] .show_Header .show_Pic {
    width: 100%;
    height: 290px;
  }
}

.show_Product div[class^='container'] .show_Header .description_Box {
  width: 45%;
  height: 555px;
  padding: 0 5.625%;
  position: relative;
  z-index: 9999;
}

@media only screen and (max-width:950px) {
  .show_Product div[class^='container'] .show_Header .description_Box {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
}

.show_Product div[class^='container'] .show_Header .description_Box .show_Title {
  font-size: 24px;
  color: #333333;
  padding: 3.75rem 0 1.375rem;
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width:950px) {
  .show_Product div[class^='container'] .show_Header .description_Box .show_Title {
    font-size: 20px;
  }
}

.show_Product div[class^='container'] .show_Header .description_Box .parameter_List {
  padding: 2.375rem 0;
  border-bottom: 1px solid #e9e9e9;
}

.show_Product div[class^='container'] .show_Header .description_Box .parameter_List li {
  font-size: 18px;
  color: #666666;
  padding-left: 6px;
}

@media only screen and (max-width:950px) {
  .show_Product div[class^='container'] .show_Header .description_Box .parameter_List li {
    font-size: 15px;
  }
}

.show_Product div[class^='container'] .show_Header .description_Box .parameter_List li:not(:last-of-type) {
  margin: 0 0 1.5rem;
}

.show_Product div[class^='container'] .show_Header .description_Box a.btn_Link {
  width: 200px;
  height: 50px;
  background: #0b5da3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 0 0 1.875rem;
  font-size: 1.25rem;
  color: #fff;
}

@media only screen and (max-width:950px) {
  .show_Product div[class^='container'] .show_Header .description_Box a.btn_Link {
    width: 140px;
    height: 45px;
  }
}

.show_Product div[class^='container'] .show_Header .description_Box a.btn_Link img {
  margin-right: 10px;
}

.show_Product div[class^='container'] .show_Content {
  text-align: center;
}

.show_Product div[class^='container'] .show_Content .show_Title {
  font-size: 24px;
  color: #333333;
  display: inline-block;
}

@media only screen and (max-width:950px) {
  .show_Product div[class^='container'] .show_Content .show_Title {
    font-size: 20px;
  }
}

.show_Product div[class^='container'] .show_Content .show_Title::after {
  content: "";
  display: block;
  width: 90%;
  border-bottom: 3px solid #0b5da3;
  margin: 1.625rem auto 0;
}

.show_Product div[class^='container'] .show_Content main.view_Box {
  border-top: 1px solid #f2f2f2;
  padding: 6.25rem 4.8125rem 8.75rem;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

@media only screen and (max-width:950px) {
  .show_Product div[class^='container'] .show_Content main.view_Box {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }
}

.show_Product_About {
  background-color: #f8f8f8;
  padding-bottom: 5.625rem;
}

.show_Product_About .show_About_title {
  font-size: 24px;
  color: #005ba6;
  font-weight: bold;
  padding: 2.5rem 0 1.875rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 3.125rem;
}

.show_Product_About .swiper-container {
  padding: 0 0 3.125rem;
}

.show_Product_About .swiper-container .swiper-slide:hover .pic_Box img {
  transform: scale(1.1);
}

.show_Product_About .swiper-container .swiper-slide:hover .font_Box {
  color: #fff;
  background: #005ba6;
}

.show_Product_About .swiper-container .swiper-slide .pic_Box {
  width: 100%;
  height: 385px;
  background-color: #fff;
  overflow: hidden;
  padding: 2%;
}

@media only screen and (max-width:950px) {
  .show_Product_About .swiper-container .swiper-slide .pic_Box {
    height: 168px;
  }
}

.show_Product_About .swiper-container .swiper-slide .pic_Box img {
  transition: transform 0.43s ease;
}

.show_Product_About .swiper-container .swiper-slide .font_Box {
  height: 90px;
  background: #f5f5f5;
  line-height: 75px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  transition: background 0.43s ease;
}

@media only screen and (max-width:950px) {
  .show_Product_About .swiper-container .swiper-slide .font_Box {
    height: 45px;
    line-height: 42px;
    font-size: 14px;
  }
}

.index_main5_btn a {
  color: #fff;
}