/*----------  PUBLIC  ----------*/

.bread {
  background-color: rgba(242, 242, 242, 1);
  box-shadow: 3px 3px 12px rgb(0 0 0 / 15%);
  padding: 0.2rem 0;
}

.bread_box {
  display: flex;
}

.bread_nav {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.bread_nav img {
  margin-right: 5px;
  width: 20px;
}

.bread_nav a {
  color: #555;
  font-size: 16px;
}

.bread_nav a:hover {
  color: #0263b2;
}

.bread_muen {
  display: flex;
  justify-content: center;
  margin-left: auto;
}

.bread_muen a {
  font-size: 18px;
  padding: 12px 25px;
  color: #020202;
  background-color: #fff;
  margin-right: 15px;
}

.bread_muen a:last-of-type {
  margin-right: 0;
}

.bread_muen a:hover {
  background: #0263b2;
  color: #fff;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

/*----------  NY_BANNER  ----------*/

.ny_banner {
  width: 100%;
  position: relative;
  margin-top: 88px;
}

.ny_banner img {
  width: 100%;
  display: block;
}

.ny_banner .ny_txt {
  position: absolute;
  font-size: 0.36rem;
  top: 0;
  width: 10rem;
  left: 50%;
  margin-left: -5rem;
  top: 40%;
}

.ny_banner .ny_txt h3 {
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
}

.ny_banner .ny_txt .line {
  border-bottom: 3px solid #fff;
  width: 0.8rem;
  margin: 0 auto;
  margin-top: 0.15rem;
  border-radius: 0.1rem;
}

.ny_banner .ny_txt p {
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
  margin-top: 0.1rem;
  letter-spacing: 1px;
}

main {
  margin: 50px auto;
}

/*----------  SHOW PRODUCT  ----------*/

.pro_xq {
  display: flex;
}

.pro_xq .pro_xq_L {
  width: 70%;
  box-shadow: 0 0 32px rgba(0, 84, 163, 0.3);
  padding-bottom: 35%;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 10px;
}

.pro_xq .pro_xq_L img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.pro_xq .pro_xq_R {
  width: 29%;
  margin-left: 2%;
  box-shadow: 0 0 13px rgba(0, 84, 163, 0.3);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.pro_xq .pro_xq_R dl dt {
  color: #0263b2;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.pro_xq .pro_xq_R dl dd {
  /* border-bottom: 1px dashed #d1d1d1; */
  line-height: 2.5;
  font-size: 17px;
}

.pro_xq .pro_xq_R dl dd.pro_xq_r_1 {
  border-bottom: 1px solid #d1d1d1;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.pro_xq .pro_xq_R dl dd span {
  color: #222;
  font-weight: 600;
}

.pro_des {
  box-shadow: 0 0 18px rgba(0, 84, 163, 0.3);
  border-radius: 10px;
  margin-top: 50px;
  padding: 40px 30px;
}

.pro_des h3 {
  color: #222;
  font-weight: 600;
  border-bottom: 2px solid #0263b2;
  font-size: 22px;
  padding-bottom: 15px;
}

.pro_des .pro_des_box {
  padding: 30px 0 0 0;
  line-height: 1.8;
}

.pro_des .pro_des_box p {
  color: #555555;
  text-align: justify;
}

.pro_xg {
  margin-top: 50px;
}

.pro_xg h3 {
  font-size: 22px;
}

.pro_xg ul {
  margin-top: 30px;
  display: flex;
}

.pro_xg ul li {
  box-shadow: 0 0 18px rgba(0, 84, 163, 0.3);
  border-radius: 10px;
  width: 32.66%;
  margin-right: 1.5%;
  border-radius: 10px;
}

.pro_xg ul li:last-of-type {
  margin-right: 0;
}

.pro_xg ul li a {
  display: block;
}

.pro_xg ul li a .pro_xg_pic {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 52%;
  overflow: hidden;
  position: relative;
  display: block;
  border-bottom: 0.5px solid #f7f7f7;
}

.pro_xg ul li a .pro_xg_pic img {
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0; */
  width: 100%;
  /* height: 100%; */
  margin: auto;
}

.pro_xg ul li a:hover .pro_xg_pic img {
  transform: scale(1.1);
  transition: all 1s ease;
  border: 1px solid #333;
}

.pro_xg ul li a .pro_xg_txt {
  padding: 20px;
}

.pro_xg ul li a .pro_xg_txt span {
  font-weight: 600;
  color: #222;
}

.pro_xg ul li a .pro_xg_txt p {
  color: #555;
  line-height: 2.5;
}

.pro_xg ul li a .pro_xg_txt em {
  color: #ea5a23;
  font-style: normal;
}

/*----------  NEW    ----------*/

.list {
  display: grid;
  grid-template-columns: 18% 1.5% 80.5%;
}

.list_L {
}

.list_L .list_L_nav {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px 20px;
  margin-bottom: 20px;
}

.list_L .list_L_nav h3 {
  border-bottom: 2px solid #0263b2;
  padding-bottom: 8px;
  font-size: 24px;
  color: #0263b2;
}

.list_L .list_L_nav ul {
  display: flex;
  flex-direction: column;
}

.list_L .list_L_nav ul li {
  line-height: 3;
  margin-bottom: 5px;
}

.list_L .list_L_nav ul li:first-of-type {
  margin-top: 15px;
}

.list_L .list_L_nav ul li a {
  display: block;
  color: #000;
  padding-left: 10px;
  font-size: 17px;
  transition: all 0.5s;
}

.list_L .list_L_nav ul li:hover a {
  background-color: #0054a3;
  border-radius: 5px;
  color: #fff !important;
  transition: all 0.5s;
}

.active {
  background-color: #0054a3;
  border-radius: 5px;
  color: #fff !important;
  transition: all 0.5s;
}

.list_L_tel {
  margin-top: 25px;
}

.list_L_tel .list_L_tel_box ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: Impact;
  line-height: 45px;
}

.list_L_tel .list_L_tel_box ul li img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.list_R {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.list_R dl {
  margin: 15px 25px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
}

.list_R dl a {
  display: flex;
}

.list_R dl a dt {
  width: 25%;
  padding-bottom: 14%;
  overflow: hidden;
  position: relative;
  display: block;
}

.list_R dl a dt img {
  transition: all 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  margin: auto;
}

.list_R dl a:hover dt img {
  /* transform: scale(1.1); */
  transition: all 1s;
}

.list_R dl a dd {
  width: 75%;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list_R dl a dd h3 {
  font-size: 22px;
  color: #222;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 1s;
}

.list_R dl a:hover dd h3 {
  color: #0263b2;
  /* transform: translateX(15px);
  transition: all 1s; */
}

.list_R dl a dd p {
  line-height: 30px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  margin-bottom: 10px;
  font-size: 15px;
}

.list_R dl a dd em {
  font-style: normal;
  color: #666;
}

.list_R dl a:hover dd em {
  color: #0263b2;
}

/*----------  CONTACT  ----------*/

.contact {
  display: grid;
  grid-template-columns: 47% 6% 47%;
  align-items: center;
}

.contact_L .contact_logo {
  width: 220px;
}

.contact_L h2 {
  margin-top: 10px;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact_L p {
  font-size: 18px;
}

.contact_L hr {
  margin-top: 30px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact_L p.contact_tel {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #0054a3;
}

.contact_L p.contact_txt {
  margin-bottom: 10px;
}

.contact_R {
  box-shadow: 0px 0px 30px 0px rgb(212 222 229);
  display: flex;
  flex-direction: column;
  padding: 7%;
}

.contact_R h2 {
  font-size: 32px;
  text-align: left;
  font-weight: normal;
  color: rgba(34, 34, 34, 1);
}

.contact_R h6 {
  font-size: 16px;
  text-align: left;
  color: rgba(102, 102, 102, 1);
  margin-top: 0px;
  font-weight: normal;
}

.contact_R form {
  margin-top: 40px;
}

.contact_R form .form_1 {
  display: flex;
  margin-bottom: 20px;
}

.contact_R form .form_1 input {
  width: 46%;
  margin-right: 4%;
  padding: 13px 10px;
  font-size: 16px;
  font-family: 微软雅黑;
  outline: none;
  border: 1px solid #ced4da;
}

.contact_R form .form_1 input:last-of-type {
  margin-right: 0;
}

.contact_R form .form_1 input:focus {
  border-color: #0263b2;
  box-shadow: 0 0 5px rgba(64, 158, 255, 0.5);
}

.contact_R form textarea {
  width: 100%;
  padding: 13px 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 微软雅黑;
  outline: none;
  border-color: #ced4da;
  resize: none;
}

.contact_R form textarea:focus {
  border-color: #0263b2;
  box-shadow: 0 0 5px rgba(64, 158, 255, 0.5);
}

.contact_R form .form_submit input {
  width: 200px;
  padding: 12px 8px;
  margin-top: 25px;
  border-radius: 25px;
  border: 0;
  font-size: 18px;
  background-color: #0263b2;
  color: #fff;
}

.contact_R form .form_submit input:hover {
  background-color: #ea5a23;
  cursor: pointer;
}

/*----------  PRODUCT  ----------*/

.pro_box {
  box-shadow: none;
}

.pro_box ul {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5%; */
}

.pro_box ul li {
  box-shadow: 0 0 13px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-bottom: 1.5%;
  margin-right: 1.5%;
  width: 31.3%;
  /* max-width: 424px; */
}

.pro_box ul li:nth-of-type(3n) {
  margin-right: 0;
}

.pro_box ul li a {
  display: block;
}

.pro_box ul li .pro_box_pic {
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
  display: block;
  border-bottom: 0.5px solid #f7f7f7;
}

.pro_box ul li .pro_box_pic img {
  transition: all 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  margin: auto;
}

.pro_box ul li .pro_box_txt {
  padding: 25px 30px;
}

.pro_box ul li .pro_box_txt h3 {
  color: #0054a3;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 100;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro_box ul li .pro_box_txt p {
  font-size: 16px;
  color: #666666;
  border-bottom: 1px dashed rgba(228, 228, 228, 1);
  line-height: 2.2;
  display: flex;
}

.pro_box ul li .pro_box_txt p em {
  width: 30%;
  font-style: normal;
}

.pro_box ul li .pro_box_txt p span {
  width: 80%;
  text-align: end;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: auto;
  padding-left: 18%;
  box-sizing: border-box;
}

/*----------  PAGE  ----------*/

.content_ny h2 {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  margin-top: -20px;
  color: rgba(0, 0, 0, 1);
}

.content_ny_box {
  margin-top: 30px;
}

.content_ny_box p {
  color: rgba(51, 51, 51, 1);
  line-height: 2;
}

/*----------  ARTICLE  ----------*/

.article_L {
  border: 1px solid #f0f0f0;
  padding: 40px;
}

.article_L h1 {
  font-size: 24px;
  text-align: center;
  color: #000;
  padding: 0 5px 24px 5px;
}

.article_shortitle {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
}

.article_content {
  padding: 2px 0;
}

.article_content p {
  font-size: 16px;
  line-height: 28px;
}

.article_content img {
  display: inline-block;
  margin: 10px 0;
  width: auto;
}
