/* 面包屑 */

.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);
}

/* productList */

.productList {
  padding-top: 60px;
}

.productList ul {
  display: flex;
  flex-wrap: wrap;
}

.productList ul li {
  width: 31.3333%;
  border: 1px solid rgba(229, 229, 229, 1);
  margin-right: 2.8%;
  padding: 30px;
  margin-bottom: 20px;
}

.productList ul li:nth-of-type(3n) {
  margin-right: 0;
}

.productList ul li a {
  display: block;
  overflow: hidden;
}

.productList ul li a .productList_img {
  padding-bottom: 58%;
  overflow: hidden;
  position: relative;
}

.productList ul li a .productList_img img {
  transition: all 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  margin: auto;
}

.productList ul li a h2 {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.2;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.productList ul li a p {
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.productList ul li a i {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(229, 229, 229, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  color: rgba(74, 76, 82, 1);
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  display: block;
  font-style: normal;
  transition: all 0.9s ease;
}

.productList ul li:hover a img {
  transform: scale(1.1);
  transition: all 0.9s ease;
}

.productList ul li a:hover i {
  background-color: #0263b2;
  color: #fff;
}

/* page */

.content_ny {
  margin-top: 70px;
  margin-bottom: 70px;
}

.content_ny h1 {
  font-size: 70px;
  color: rgba(250, 250, 250, 1);
  line-height: 1;
  text-align: center;
  font-family: Arial;
  margin-bottom: 0px;
  font-weight: bold;
}

.content_ny h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  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 {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 2;
  font-family: Microsoft YaHei;
}

.content_ny img {
  width: auto;
  display: inline-block;
}

/* 内容页 */

.content_article {
  display: flex;
  margin: 70px auto;
}

.article_L {
  border: 1px solid #f0f0f0;
  width: 66%;
  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_shortitle li {
  font-size: 16px;
  margin: 0 2px;
  color: #707070;
  font-weight: normal;
}

.article_content {
  padding: 2px 0;
}

.article_content p {
  font-size: 16px;
  line-height: 28px;
}

.article_content img {
  display: inline-block;
  /* max-width: 100%; */
  margin: 1px 0;
  width: auto;
}

.article_c {
  width: 4%;
}

.article_R {
  width: 30%;
}

.prev {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin-bottom: 25px;
  margin-top: 25px;
}

.next {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin-bottom: 25px;
}

.prevtitle {
  display: block;
  padding: 15px;
}

.prevtitle_i {
  font-size: 18px;
}

.prevtitle a {
  margin: 15px 0;
  font-size: 16px;
  color: #707070;
  display: block;
  background: #f0f0f0;
  padding: 10px;
  line-height: 26px;
  transition: all 1s;
}

.prevtitle a:hover {
  color: #fff;
  background-color: #0263b2;
  transition: all 1s;
}

.article_tj {
  border: 10px solid #f0f0f0;
  padding: 20px;
}

.article_tj span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  margin-top: 12px;
}

.article_tj ul li {
  border-bottom: 1px #ddd dashed;
}

.article_tj ul li a {
  display: block;
  padding: 10px 10px 15px 10px;
}

.article_tj ul li a:hover {
  background-color: #fafafa;
}

.article_tj ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
  transition: all 1s;
  text-overflow: ellipsis;
}

.article_tj ul li a:hover p:first-of-type {
  transform: translateX(15px);
  transition: all 1s;
  color: #0263b2;
}

.article_tj ul li p:last-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: rgba(151, 151, 151, 1);
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  text-overflow: ellipsis;
  text-indent: -2em;
}

.article_tj ul li em {
  font-size: 15px;
  display: block;
  font-style: normal;
  color: #333;
}

.article_L table {
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}

.article_L table tr td {
  border: 1px solid #d9d9d9;
  padding: 5px 0;
}

.article_L table tr td strong {
  color: #333;
}

/* list_new */

.content_list {
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
}

.content_list dl {
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 0 15px #e4e4e4;
  margin-bottom: 20px;
}

.content_list dl a {
  display: flex;
}

.content_list dl a dt {
  width: 30%;
  max-width: 389px;
  overflow: hidden;
  height: 222px;
  border: 1px solid #f2f2f2;
}

.content_list dl a dt img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  transition: all 1s;
}

.content_list dl a:hover dt img {
  transform: scale(1.1);
  transition: all 1s;
}

.content_list dl a dd {
  width: 70%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content_list dl a dd h3 {
  font-size: 22px;
  color: #222;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 1s;
}

.content_list dl a:hover dd h3 {
  color: #0263b2;
  transform: translateX(15px);
  transition: all 1s;
}

.content_list dl a dd p {
  line-height: 30px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  margin-bottom: 10px;
  font-size: 15px;
  text-indent: -2em;
}

.content_list dl a dd em {
  font-style: normal;
  color: #666;
}

.content_list dl a:hover dd em {
  color: #0263b2;
}

.concat {
}

.concat .pcwl_content {
  background-color: rgba(242, 244, 245, 1);
  display: grid;
  grid-template-columns: 60% 40%;
  margin: 50px auto;
}

.concat .concat_L {
  padding: 30px 55px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.concat .concat_L h2 {
  font-weight: bold;
  font-family: Impact;
  font-size: 48px;
  color: rgba(32, 32, 32, 1);
  height: 48px;
  line-height: 48px;
}

.concat_L_txt {
  display: flex;
}

.concat_L_txt_box1 {
  width: 100%;
  margin-top: 18px;
}

.concat_L_txt_box1 span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.concat_L_txt_box1 dl {
  display: flex;
  align-items: center;
  height: 48px;
  margin-top: 39px;
}

.concat_L_txt_box1 dl dt {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.concat_L_txt_box1 dl dd p {
  line-height: 1.5;
  font-weight: 600;
  font-size: 18px;
}

.concat_L_txt_box1 dl dd p:first-of-type {
  font-size: 14px;
  font-weight: normal;
}

.concat_L_txt_box2 {
  display: flex;
  /* flex-direction: column; */
  margin-top: 20px;
}

.concat_L_txt_box2_wx {
  margin-left: 40px;
}

.concat_L_txt_box2_wx img {
  width: 150px;
}

.concat_L_txt_box2_wx p {
  font-size: 14px;
  text-align: center;
  height: 28px;
  line-height: 28px;
}

.concat .pcwl_content .concat_R {
}

.concat .pcwl_content .concat_R img {
  display: block;
  width: 100%;
  height: 100%;
}

/* message */

.message {
  margin: 0 auto;
  position: relative;
}

/* @media screen and (max-width: 1600px) {
    .message {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
} */

.message_box h4 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 1px;
}

.gustbook_title {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-top: 50px;
}

.gustbook_txt {
  font-size: 30px;
  font-weight: bold;
}

.gustbook_line {
  width: 80px;
  height: 3px;
  background: #f00;
  margin: 0 auto;
  margin-top: 15px;
}

.gustbook_title p {
  font-size: 12px;
  color: #cccccc;
  line-height: 20px;
}

.gustbook {
  margin-top: 30px;
}

.gusttop {
  width: 100%;
  border: 1px solid #cccccc;
}

.gusttop textarea {
  width: 99%;
  height: 150px;
  border: 0;
  resize: none;
  font-size: 15px;
}

.gustbott {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.gustbott_gs {
  width: 49%;
  flex-wrap: wrap;
  display: flex;
  margin-right: 2%;
  margin-top: 25px;
}

.gustbott_gs:nth-child(2n) {
  margin-right: 0;
}

.gustbott_gs input {
  width: 100%;
  height: 45px;
  font-size: 15px;
  border: 1px solid #cccccc;
}

.gustbott_gs input:focus,
.gusttop textarea:focus,
.gust_btn input:focus {
  outline: none;
}

.gust_btn {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 100px;
}

.gust_btn input:hover {
  background: #162777;
}

.gust_btn input {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 15px;
  padding: 12px 0;
  border: 0;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 600;
  background: #333;
  color: #fff;
  letter-spacing: 10px;
}

#vcodetxt {
  width: 70%;
}

#VCode {
  width: 29%;
}

/* ny_banner */

.ny_banner {
  width: 100%;
  position: relative;
}

.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.36rem;
  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;
}
