/* 内页 */
.inside-page {
  padding: 0px 0 100px;
  min-height: 400px;
}
.inside-page .page {
  display: flex;
  align-items: flex-start;
}
.inside-page .main {
  flex: 1;
}
.left_nav {
  width: 21.5%;
  margin-right: 2.5%;
  position: relative;
  z-index: 2;
}
.left_nav .tit {
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../images/sort-bg.jpg"/*tpa=https://www.zhenghuijc.com/template/cn/images/sort-bg.jpg*/);
  background-size: cover;
}
.left_nav .tit p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .left_nav .tit {
    height: 120px;
  }
  .left_nav .tit p {
    font-size: 24px;
  }
}
.left_nav .sort-nav {
  background-color: #fff;
  border: 1px solid #eee;
}
.left_nav .sort-nav > ul {
  padding: 20px;
}
.left_nav .sort-nav > ul > li {
  margin-bottom: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.left_nav .sort-nav > ul > li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left_nav .sort-nav > ul > li > a {
  padding: 20px 30px;
  background-color: #f2f8fe;
  border-top: 1px solid #fff;
  position: relative;
}
.left_nav .sort-nav > ul > li > a p {
  padding-right: 20px;
  font-size: 20px;
}
.left_nav .sort-nav > ul > li > a i {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 1600px) {
  .left_nav .sort-nav > ul > li > a {
    padding: 12px 20px;
  }
  .left_nav .sort-nav > ul > li > a p {
    font-size: 16px;
    padding-right: 15px;
  }
  .left_nav .sort-nav > ul > li > a i {
    font-size: 14px;
    right: 15px;
  }
}
.left_nav .sort-nav > ul > li > a:hover {
  background-color: #003da5;
  color: #fff;
}
.left_nav .sort-nav > ul > li > a:hover i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .open .iconfont {
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(90deg);
}
.left_nav .sort-nav > ul .on {
  background-color: #003da5;
  color: #fff;
}
.left_nav .sort-nav > ul .on i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .erji {
  padding: 10px 0;
  display: none;
}
.left_nav .sort-nav > ul .erji li a {
  padding: 15px 30px;
  color: #696464;
}
.left_nav .sort-nav > ul .erji li a:hover {
  color: #003da5;
}
.left_nav .com-info {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
  border: 1px solid #eee;
}
.left_nav .com-info li {
  padding: 5px 20px;
  line-height: 1.75;
  font-size: 16px;
  color: #444;
}
.left_nav .com-info li img {
  width: 100%;
  margin: 20px 0 5px 0;
}
.left_nav .com-info .yx {
  white-space: nowrap;
}
.left_nav .com-info .dz {
  display: flex;
}
.left_nav .com-info .dz i {
  flex: 1;
}
.position {
  background-color: #f2f8fe;
  display: flex;
  align-items: center;
  padding-left: 30px;
  line-height: 70px;
  font-size: 20px;
  color: #aaaaaa;
}
.position i {
  font-size: 24px;
}
.position a {
  margin: 0 20px;
}
.pag-bar {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pag-bar a {
  width: 37px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  margin: 4px;
  border-radius: 4px;
  color: #666;
}
.pag-bar a:hover {
  border-color: #003da5;
}
.pag-bar .page-num-current {
  border-color: #003da5;
  background-color: #003da5;
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  border: 1px solid #e2e2e2;
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li .text {
  padding: 25px 0;
}
.inside-list li p {
  color: #696464;
  font-size: 20px;
  text-align: center;
  transition: all 0.2s linear;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-list li span {
  color: #77cb1d;
  position: relative;
  line-height: 1.5;
  font-size: 18px;
  margin-top: 20px;
}
.inside-list li span::after {
  content: '';
  width: 88px;
  height: 1px;
  background-color: #77cb1d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.inside-list li:hover {
  border-color: #003da5;
}
.inside-list li:hover img {
  transform: scale(1.1);
}
.inside-list li:hover span {
  color: #003da5;
}
.inside-list li:hover span::after {
  background-color: #003da5;
}
.ptn-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  transition: all 0.3s;
  cursor: pointer;
}
.ptn-list li:nth-child(5n) {
  margin-right: 0;
}
.ptn-list li img {
  width: 100%;
}
.ptn-list li:hover {
  border-color: #1550b6;
}
.pics-list {
  display: flex;
  flex-wrap: wrap;
}
.pics-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pics-list li:nth-child(4n) {
  margin-right: 0;
}
.pics-list li .pic {
  border: 1px solid #e2e2e2;
  cursor: pointer;
}
.pics-list li .pic img {
  width: 100%;
}
.pics-list li p {
  padding: 12px;
  text-align: center;
}
.pics-list li:hover img {
  transform: scale(1.05);
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #003da5;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
.pro-detail {
  width: 100%;
  margin-top: 35px;
}
.pro-detail .row {
  display: flex;
  padding: 10px 0;
}
.pro-detail .row .pro-pics {
  width: 50%;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
.pro-detail .row .pro-pics img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.pro-detail .row .description {
  flex: 1;
  position: relative;
  padding-bottom: 70px;
}
.pro-detail .row .description h2 {
  font-size: 40px;
  margin-top: 5px;
  color: #333;
}
.pro-detail .row .description .describe {
  color: #696464;
  margin: 40px 0;
  font-size: 20px;
  line-height: 2;
}
.pro-detail .row .description .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 70px;
  display: flex;
  white-space: nowrap;
}
.pro-detail .row .description .btm a {
  padding: 0 35px;
  margin-right: 30px;
  font-size: 30px;
  background-color: #003da5;
  color: #fff;
  border-radius: 10px;
}
.pro-detail .row .description .btm a:hover {
  opacity: 0.85;
}
.pro-detail .row .description .btm .tel {
  border: 2px solid #003da5;
  padding: 0 35px 0 80px;
  background: url("../images/tel-ico.jpg"/*tpa=https://www.zhenghuijc.com/template/cn/images/tel-ico.jpg*/) no-repeat 35px center;
  border-radius: 10px;
  font-size: 26px;
  color: #003da5;
}
@media screen and (max-width: 1600px) {
  .pro-detail .row .description {
    padding-bottom: 50px;
  }
  .pro-detail .row .description h2 {
    font-size: 30px;
  }
  .pro-detail .row .description .describe {
    margin: 20px 0;
    font-size: 16px;
  }
  .pro-detail .row .description .btm {
    line-height: 50px;
  }
  .pro-detail .row .description .btm a {
    padding: 0 25px;
    margin-right: 15px;
    font-size: 20px;
  }
  .pro-detail .row .description .btm .tel {
    font-size: 20px;
    padding: 0 25px 0 70px;
    background-position-x: 25px;
  }
}
.pro-detail .details {
  margin-top: 40px;
  border: 1px solid #e2e2e2;
}
.pro-detail .details h5 {
  padding: 0 30px;
  font-size: 30px;
  color: #003da5;
  line-height: 80px;
  border-bottom: 1px solid #e2e2e2;
}
.pro-detail .details .del-con {
  padding: 30px;
  min-height: 400px;
  font-size: 20px;
  color: #696464;
  line-height: 2;
}
.news-list li {
  padding: 30px 25px 30px 0;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: all 0.5s;
}
.news-list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-list li .pic {
  width: 300px;
  height: 200px;
  margin-right: 40px;
  position: relative;
}
.news-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list li .pic .news-pic {
  background-color: #fff;
  filter: contrast(95%);
}
.news-list li .pic .date {
  width: 122px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.news-list li .pic .date::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #003da5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.85;
}
.news-list li .pic .date em {
  font-size: 40px;
  font-weight: bold;
}
.news-list li .text {
  flex: 1;
}
.news-list li .text p {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: lighter;
}
.news-list li .text span {
  font-size: 14px;
  line-height: 1.875;
  color: #666;
  font-weight: lighter;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d9d9d9;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .text em {
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 8px;
}
.news-list li .text em i {
  font-size: 24px;
  color: #8c8c8c;
  margin-right: 3px;
}
.news-list li:hover {
  padding: 30px 25px;
  box-shadow: 0px 0px 10px #ccc;
}
.news-list li:hover img {
  transform: scale(1.1);
}
.news-list1 li {
  position: relative;
  margin-bottom: 30px;
  background: #FFF;
  transition: 0.45s;
  border: 3px solid #f5f5f5;
  padding: 30px;
}
.news-list1 li a {
  display: flex;
  justify-content: space-between;
}
.news-list1 li .date {
  width: 10%;
  height: 140px;
  margin-right: 3%;
  background-color: #a9a9a9;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.news-list1 li .date i {
  font-size: 24px;
}
.news-list1 li .date em {
  display: block;
  font-size: 34px;
  font-weight: bold;
}
.news-list1 li .date span {
  font-weight: lighter;
}
.news-list1 li .text {
  flex: 1;
}
.news-list1 li .text p {
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 20px;
  border-bottom: 1px solid #c8c8c8;
}
.news-list1 li .text span {
  line-height: 28px;
  color: #888;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list1 li .text em {
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  align-items: center;
  color: #333;
  margin-top: 8px;
}
.news-list1 li .text em i {
  font-size: 24px;
  color: #8c8c8c;
  margin-right: 3px;
}
.news-list1 li:hover {
  border-color: #003da5;
}
.news-list1 li:hover .date {
  background-color: #003da5;
}
.news-page .main {
  padding: 40px 40px 20px;
  box-shadow: 0 0 10px #eee;
}
.news-page .news-con .tit h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
.news-page .news-con .tit ul {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.news-page .news-con .tit ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #999;
  white-space: nowrap;
}
.news-page .news-con .tit ul li:last-child {
  margin-right: 0;
}
.news-right {
  width: 300px;
  margin-left: 10px;
}
.news-right ul {
  padding: 30px 30px 20px 30px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #eee;
}
.news-right ul h6 {
  font-size: 20px;
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  line-height: 20px;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
}
.news-right ul h6::after {
  content: "";
  width: 82px;
  height: 1px;
  background: #003da5;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-right ul h6 i {
  color: #003da5;
}
.news-right ul li {
  display: block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 15px;
}
.news-right ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-right ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.turn_page {
  padding-top: 15px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
}
.turn_page .lf {
  max-width: 600px;
  overflow: hidden;
}
.turn_page .lf li {
  line-height: 1.875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn_page .lf a {
  display: inline;
}
.turn_page .lf a:hover {
  color: #003da5;
}
.turn_page .return a {
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.2s linear;
}
.turn_page .return a:hover {
  background-color: #003da5;
  color: #fff;
  border-color: #003da5;
}
.contact-w {
  display: flex;
}
.contact-w .lf {
  margin-right: 20px;
}
.contact-w .lf p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 53px;
  line-height: 76px;
  color: #003da5;
  margin-bottom: 25px;
}
.contact-w .lf span {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1;
}
.contact-w .lf hr {
  width: 40px;
  height: 3px;
  background: #003da5;
  display: block;
}
.contact-w .box {
  background-color: #f5f5f5;
  margin-left: 5%;
  flex: 1;
  padding: 50px;
  position: relative;
}
.contact-w .box h5 {
  font-size: 24px;
  color: #fff;
  background-color: #003da5;
  padding: 10px 60px;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: -25px;
}
.contact-w .box .text {
  margin-top: 85px;
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-w .box .quote {
  margin: 10px 0 0 auto;
}
.map-w {
  margin-top: 60px;
}
.map-w iframe {
  width: 100%;
  height: 600px;
}
.message-w {
  padding: 180px 0 100px;
  background-color: #f7f7f7;
}
.message-w h2 {
  font-size: 36px;
}
.message-w .form-con {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-w .form-con input,
.message-w .form-con textarea,
.message-w .form-con select {
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 1.75;
  font-size: 16px;
  background-color: #fff !important;
}
.message-w .form-con input::placeholder,
.message-w .form-con textarea::placeholder,
.message-w .form-con select::placeholder {
  font-size: 15px;
  color: #999;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input,
  .message-w .form-con textarea,
  .message-w .form-con select {
    font-size: 16px;
  }
  .message-w .form-con input::placeholder,
  .message-w .form-con textarea::placeholder,
  .message-w .form-con select::placeholder {
    font-size: 16px;
  }
}
.message-w .form-con input {
  width: calc(50% - 7px);
  padding-right: 47px;
  background: url("../images/x.png"/*tpa=https://www.zhenghuijc.com/template/cn/images/x.png*/) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input {
    width: 100%;
  }
}
.message-w .form-con select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url("../images/down-ico.png"/*tpa=https://www.zhenghuijc.com/template/cn/images/down-ico.png*/) no-repeat right center;
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con option {
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w input[type="submit"] {
  width: 120px;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 30px;
  cursor: pointer;
}
.message-w input[type="submit"] i {
  margin-left: 10px;
}
.message-w input[type="submit"]:hover {
  background-color: #003da5;
  border-color: #003da5;
  color: #fff;
}
.company_profile {
  display: flex;
}
.company_profile .lf .tit p {
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  line-height: 40px;
  padding: 20px 0 0;
  font-weight: lighter;
}
.company_profile .lf .tit span {
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 30px;
  font-weight: normal;
}
.company_profile .rg {
  flex: 1;
  padding: 60px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.company_profile .rg h1 {
  font-size: 32px;
  line-height: 30px;
  padding: 0 15px 40px;
  border-bottom: 1px solid #f3edf0;
  margin-bottom: 30px;
  color: #003da5;
}
.company_profile .rg .text {
  height: 420px;
  overflow-y: auto;
  line-height: 2.5;
  color: #666;
  padding: 0 15px;
}
.company_profile .rg .text::-webkit-scrollbar {
  width: 3px;
}
.company_profile .rg .text::-webkit-scrollbar-button {
  display: none;
}
.company_profile .rg .text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.company_profile .rg .text::-webkit-scrollbar-thumb {
  background-color: #003da5;
}
.pro-btm .bt {
  text-align: center;
}
.pro-btm .bt p {
  font-size: 40px;
  color: #003da5;
}
.pro-btm .bt span {
  font-size: 30px;
  color: #888;
  text-transform: uppercase;
  margin-top: 15px;
}
.pro-btm .shili-b {
  padding: 60px 0;
}
.pro-btm .shili-b .page {
  max-width: none;
}
.pro-btm .shili-b .sl-list {
  margin-top: 50px;
}
.pro-btm .shili-b .sl-list li {
  position: relative;
}
.pro-btm .shili-b .sl-list li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.37);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.pro-btm .shili-b .sl-list li .text P {
  font-size: 18px;
}
.pro-btm .shili-b .sl-list li .text span {
  width: 130px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  margin: 15px 0;
  font-size: 14px;
}
.pro-btm .shili-b .sl-list li .text span:hover {
  background-color: #003da5;
  border-color: #003da5;
}
.pro-btm .shili-b .sl-list li:hover img {
  transform: scale(1.1);
}
.pro-btm .shili-b .sl-list li:hover .text {
  opacity: 1;
  visibility: visible;
}
.pro-btm .shili-b .sl-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pro-btm .shili-b .sl-pagination span {
  border-radius: 0;
}
.pro-btm .shili-b .swiper-btn .iconfont {
  width: 25px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  transform: scaleY(1.5);
}
.pro-btm .shili-b .swiper-btn .iconfont:hover {
  background-color: #003da5;
  color: #fff;
}
.pro-btm .fw-b {
  padding: 80px 0 100px;
  background: url("../images/fw-bg.jpg"/*tpa=https://www.zhenghuijc.com/template/cn/images/fw-bg.jpg*/) no-repeat;
  background-size: cover;
}
.pro-btm .fw-b .box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pro-btm .fw-b .box .lf {
  width: 68%;
  display: flex;
  position: relative;
}
.pro-btm .fw-b .box .lf .fw-pics {
  width: 420px;
  margin: 0;
}
.pro-btm .fw-b .box .lf .fw-con {
  width: calc(100% - 265px);
  height: 375px;
  background-color: rgba(232, 232, 232, 0.6);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pro-btm .fw-b .box .lf .fw-con li {
  padding: 50px 100px 0 30px;
  line-height: 2.5;
}
.pro-btm .fw-b .box .lf .fw-con li h5 {
  font-size: 23px;
}
.pro-btm .fw-b .box .lf .fw-con li span {
  font-size: 18px;
  color: #666;
}
.pro-btm .fw-b .box .lf .fw-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
  width: 40px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.37);
  font-size: 18px;
  color: #fff;
}
.pro-btm .fw-b .box .lf .fw-next:hover {
  background-color: #003da5;
}
.pro-btm .fw-b .box .rg {
  width: 28%;
}
.pro-btm .fw-b .box .rg .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #77cb15;
  color: #fff;
  padding: 25px 40px;
}
.pro-btm .fw-b .box .rg .tit p {
  font-size: 30px;
  font-weight: bold;
}
.pro-btm .fw-b .box .rg .tit p span {
  font-size: 25px;
  font-weight: normal;
  opacity: 0.6;
  display: block;
  margin-top: 25px;
}
.pro-btm .fw-b .box .rg .tit em {
  font-size: 105px;
  opacity: 0.2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro-btm .fw-b .box .rg ul {
  margin-top: 40px;
}
.pro-btm .fw-b .box .rg ul li {
  height: 155px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.pro-btm .fw-b .box .rg ul li img {
  margin-right: 25px;
}
.pro-btm .fw-b .box .rg ul li p {
  font-size: 23px;
}
.pro-btm .fw-b .box .rg ul li span {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.pro-btm .fw-b .box .rg ul li:hover {
  background-color: #003da5;
}
.pro-btm .fw-b .box .rg ul li:hover * {
  color: #fff;
}
.pro-btm .tuijian-b {
  padding: 100px 0 150px;
}
.pro-btm .tuijian-b .page {
  max-width: none;
}
.pro-btm .tuijian-b .tj-list {
  margin-top: 50px;
}
.pro-btm .tuijian-b .tj-list li {
  display: flex;
}
.pro-btm .tuijian-b .tj-list li .pic {
  max-width: 60%;
}
.pro-btm .tuijian-b .tj-list li .pic:hover img {
  transform: scale(1.05);
}
.pro-btm .tuijian-b .tj-list li .text {
  flex: 1;
  padding-left: 5%;
  padding-top: 5%;
  padding-right: 40px;
}
@media screen and (max-width: 1600px) {
  .pro-btm .tuijian-b .tj-list li .text {
    padding-right: 0;
  }
}
.pro-btm .tuijian-b .tj-list li .text h5 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pro-btm .tuijian-b .tj-list li .text hr {
  width: 20px;
  height: 2px;
  background-color: #bce8e7;
  margin: 30px 0;
}
.pro-btm .tuijian-b .tj-list li .text .text1 {
  font-size: 12px;
  color: #4b4b4b;
  line-height: 2;
}
.pro-btm .tuijian-b .btn {
  position: absolute;
  right: 0;
  top: 600px;
  z-index: 11;
  display: flex;
  align-items: center;
}
.pro-btm .tuijian-b .btn .iconfont {
  margin-left: 15px;
  text-transform: uppercase;
  color: #4da8b5;
  cursor: pointer;
}
.pro-btm .tuijian-b .btn .iconfont:hover {
  color: #003da5;
}
.anchorsite {
  position: absolute;
  top: -85px;
}
@media screen and (max-width: 1024px) {
  .anchorsite {
    top: -70px;
  }
}
section {
  position: relative;
}
.about_beidi {
  padding-top: 9.6%;
}
.about_beidi .intr {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.about_beidi .intr .pic {
  width: 50%;
}
.about_beidi .intr .pic img {
  border-radius: 0 10px 10px 0;
}
.about_beidi .intr .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_beidi .intr .page .box {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 5.2%;
}
.about_beidi .intr .page .box .tit {
  font-size: 48px;
}
.about_beidi .intr .page .box .text {
  margin-top: 30px;
  font-size: 18px;
  opacity: 0.8;
  line-height: 1.875;
  padding-right: 30px;
  height: 300px;
  overflow-y: scroll;
}
.about_beidi .intr .page .box .text::-webkit-scrollbar {
  width: 3px;
}
.about_beidi .intr .page .box .text::-webkit-scrollbar-button {
  display: none;
}
.about_beidi .intr .page .box .text::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.about_beidi .intr .page .box .text::-webkit-scrollbar-thumb {
  background-color: #003da5;
}
.about_beidi .stg-w {
  margin-top: 6%;
  background: url("../images/stg-bg.jpg"/*tpa=https://www.zhenghuijc.com/template/cn/images/stg-bg.jpg*/) no-repeat center;
  background-size: cover;
}
.about_beidi .stg-w ul {
  width: 100%;
  height: 17.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_beidi .stg-w ul * {
  color: #fff;
}
.about_beidi .stg-w ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-width: 18%;
}
.about_beidi .stg-w ul li i {
  display: flex;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 1.5625rem;
}
.about_beidi .stg-w ul li i img {
  margin: auto;
  height: 3.3125rem;
}
.about_beidi .stg-w ul li p {
  font-size: 1.875rem;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.33;
}
.about_beidi .stg-w ul li p em {
  font-size: 3.5rem;
}
.about_beidi .stg-w ul .line {
  width: 1px;
  height: 6.5625rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.about_beidi .honor {
  position: relative;
}
.about_beidi .honor::after {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #f2f6fc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about_beidi .honor .page {
  display: flex;
  padding: 6.25rem 0;
}
.about_beidi .honor .lf {
  width: 50%;
}
.about_beidi .honor .lf .tit {
  font-size: 48px;
}
.about_beidi .honor .lf .honor_swiper1 {
  height: 26.5625rem;
  margin-top: 2.5rem;
}
.about_beidi .honor .lf .honor_swiper1 .swiper-slide {
  height: auto;
  margin-bottom: 2.1875rem;
  opacity: 0.4;
  cursor: pointer;
}
.about_beidi .honor .lf .honor_swiper1 .swiper-slide h6 {
  font-size: 1.875rem;
  font-weight: normal;
}
.about_beidi .honor .lf .honor_swiper1 .my-slide-thumb-active {
  opacity: 1;
}
.about_beidi .honor .lf .honor_swiper1 .my-slide-thumb-active h6 {
  font-size: 2.25rem;
  color: #003da5;
}
.about_beidi .honor .rg {
  width: 50%;
}
.about_beidi .honor .rg .honor_swiper2 {
  height: 33.125rem;
  padding-right: 9.5rem;
  text-align: right;
  padding-bottom: 3.125rem;
}
.about_beidi .honor .rg .honor_swiper2 ul {
  overflow: visible;
}
.about_beidi .honor .rg .honor_swiper2 .swiper-slide {
  height: auto;
  padding-right: 3.75rem;
  margin-bottom: 3.125rem;
  line-height: 1;
  cursor: pointer;
}
.about_beidi .honor .rg .honor_swiper2 .swiper-slide h6 {
  font-size: 4.375rem;
  font-weight: normal;
  color: #eaeff6;
}
.about_beidi .honor .rg .honor_swiper2 .my-slide-thumb-active {
  height: 10rem;
}
.about_beidi .honor .rg .honor_swiper2 .my-slide-thumb-active::after {
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #eaeff6;
  border-right-color: #003da5;
  transform: rotateZ(-45deg);
}
.about_beidi .honor .rg .honor_swiper2 .my-slide-thumb-active h6 {
  line-height: 10rem;
  color: #003da5;
  position: relative;
  z-index: 1;
}
.about_beidi .honor .mid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.about_beidi .honor .mid .honor_swiper {
  margin: auto;
  width: 29.625rem;
  height: 25rem;
}
.about_beidi .honor .mid .honor_swiper .hon_pics img {
  display: none;
  height: 20.9375rem;
  margin: 0 auto;
  object-fit: contain;
}
.about_beidi .honor .mid .honor_swiper .hon_pics .show {
  display: block;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs {
  display: flex;
  margin-top: 1.5625rem;
  justify-content: center;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-right: 0.9375rem;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs i::after {
  content: '';
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #d0d9e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_beidi .honor .mid .honor_swiper .pics_tabs i:last-child {
  margin-right: 0;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs .on {
  border-color: #003da5;
}
.about_beidi .honor .mid .honor_swiper .pics_tabs .on::after {
  background-color: #003da5;
}
.about_beidi .honor .med {
  position: absolute;
  width: 100%;
}
.about_beidi .honor .med li {
  visibility: hidden;
}
.about_beidi .honor .pr {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 100%;
}
.about_beidi .honor .pr .swiper-pagination {
  width: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: auto;
}
.about_beidi .honor .pr .swiper-pagination .swiper-pagination-bullet {
  width: 1px;
  flex: 1;
  margin: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  opacity: 1;
}
.about_beidi .honor .pr .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003da5;
  width: 3px;
}
.about_beidi .honor .pr p {
  width: 1.0625rem;
  color: #8493a8;
  margin: 15rem 0 0 auto;
  padding-bottom: 5.1875rem;
  background: url("../images/mouse.png"/*tpa=https://www.zhenghuijc.com/template/cn/images/mouse.png*/) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .about_beidi .honor .page {
    padding: 5rem 0;
  }
  .about_beidi .honor .lf {
    padding-right: 10px;
  }
  .about_beidi .honor .rg {
    display: none;
  }
  .about_beidi .honor .pr {
    display: none;
  }
  .about_beidi .honor .mid {
    width: 46%;
    right: 0;
    left: auto;
  }
}
.about_beidi .equ-b {
  padding: 90px 0 150px;
  background: url("../images/equ-bg.jpg"/*tpa=https://www.zhenghuijc.com/template/cn/images/equ-bg.jpg*/);
  background-size: cover;
}
.about_beidi .equ-b .text {
  font-size: 24px;
  color: #666666;
  line-height: 1.875;
  text-indent: 2em;
  margin-top: 60px;
}
.about_beidi .equ-b .equ-list {
  margin-top: 80px;
  position: relative;
}
.about_beidi .equ-b .equ-list li:hover img {
  transform: scale(1.05);
}
.about_beidi .equ-b .equ-list .swiper-btn {
  width: calc(100% + 200px);
}
.about_beidi .equ-b .equ-list .swiper-btn .iconfont {
  width: 43px;
  height: 73px;
  background: url("../images/equ-arrow.png"/*tpa=https://www.zhenghuijc.com/template/cn/images/equ-arrow.png*/);
  opacity: 0.38;
  transition: all 0.3s;
}
.about_beidi .equ-b .equ-list .swiper-btn .iconfont:last-child {
  transform: scaleX(-1);
}
.about_beidi .equ-b .equ-list .swiper-btn .iconfont:hover {
  opacity: 1;
}
.about_beidi .mission {
  background: url("../images/sm-bg.jpg"/*tpa=https://www.zhenghuijc.com/template/cn/images/sm-bg.jpg*/);
  background-size: cover;
  padding: 70px;
}
.about_beidi .mission .page {
  max-width: 1150px;
  background-color: #fff;
  padding: 90px 30px 25px;
}
.about_beidi .mission .tit {
  background: url("../images/sm-tit.jpg"/*tpa=https://www.zhenghuijc.com/template/cn/images/sm-tit.jpg*/);
  width: 368px;
  height: 195px;
  padding-left: 45px;
  padding-top: 50px;
  position: absolute;
  top: -125px;
  left: -45px;
}
.about_beidi .mission .tit p {
  font-size: 30px;
  color: #fff;
}
.about_beidi .mission .tit hr {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-top: 40px;
}
.about_beidi .mission .con {
  line-height: 1.875;
  padding-left: 40px;
  background: url("../images/sm-ico1.png"/*tpa=https://www.zhenghuijc.com/template/cn/images/sm-ico1.png*/);
  background-repeat: repeat-y;
}
.about_beidi .mission .con h5 {
  font-size: 24px;
}
.about_beidi .mission .con h6 {
  font-size: 18px;
  color: #0e80d7;
}
.about_beidi .mission .con .text {
  color: #666666;
}
.about_beidi .case-b {
  padding: 120px 0;
}
.about_beidi .case-b .case-box {
  margin-top: 80px;
}
.about_beidi .case-b .case-box li {
  border: 1px solid #e2e2e2;
}
.about_beidi .case-b .case-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.about_beidi .case-b .case-pagination span {
  margin: 0 15px;
}
.about_beidi .case-b .case-pagination .swiper-pagination-bullet-active {
  background-color: #003da5;
  position: relative;
}
.about_beidi .case-b .case-pagination .swiper-pagination-bullet-active::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 2px solid #003da5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-tit h5 {
  font-size: 48px;
}
.top-tit ul {
  display: flex;
}
.top-tit ul li {
  width: 160px;
  line-height: 45px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
  margin-left: 15px;
}
.top-tit ul li a {
  white-space: nowrap;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-tit ul li:hover {
  background-color: #003da5;
}
.top-tit ul li:hover a {
  color: #fff;
}
.case-top {
  margin-top: 100px;
}
.case-top li {
  background-color: #fafbfd;
}
.case-top li a {
  display: flex;
  align-items: center;
}
.case-top li .pic {
  width: 35%;
}
.case-top li .pic img:hover {
  transform: scale(1.05);
}
.case-top li .text {
  flex: 1;
  padding: 0 70px;
}
.case-top li .text h5 {
  font-size: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case-top li .text P {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.case-top li .text .more {
  margin-top: 40px;
  width: 220px;
  line-height: 55px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003da5;
  font-size: 18px;
  color: #003da5;
}
.case-top li .text .more i {
  font-size: 35px;
  margin-left: 20px;
}
.case-top li .text .more:hover {
  background-color: #003da5;
  color: #fff;
}
.case-list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.case-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 75px;
}
.case-list li:nth-child(3n) {
  margin-right: 0;
}
.case-list li img:hover {
  transform: scale(1.05);
}
.case-list li .text h5 {
  font-size: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 20px;
}
.case-list li .text P {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-list li .text .more {
  margin-top: 20px;
  width: 220px;
  line-height: 55px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003da5;
  font-size: 18px;
  color: #003da5;
}
.case-list li .text .more i {
  font-size: 35px;
  margin-left: 20px;
}
.case-list li .text .more:hover {
  background-color: #003da5;
  color: #fff;
}
.case_con .tit {
  text-align: center;
}
.case_con .tit h2 {
  font-size: 48px;
}
.case_con .tit p {
  font-size: 28px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
}
.Selectors {
  display: flex;
  margin: 2.5rem 0;
}
.Selectors .box {
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e3e8;
  border-radius: 27px;
  padding: 0 1.5625rem;
}
.Selectors .box span {
  opacity: 0.5;
}
.Selectors .select {
  flex: 1;
  margin-right: 0.5rem;
  position: relative;
}
.Selectors .select .box {
  cursor: pointer;
}
.Selectors .select i {
  opacity: 0.5;
}
.Selectors .select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: calc(100% - 3.125rem);
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.Selectors .select .options a {
  font-size: 0.875rem;
  font-weight: lighter;
  line-height: 2.5;
}
.Selectors .search {
  flex: 2;
  position: relative;
}
.Selectors .search form {
  width: 100%;
}
.Selectors .search .sear-w {
  display: flex;
}
.Selectors .search .sear-w input {
  width: 100%;
  border: none;
  line-height: 3.125rem;
}
.Selectors .search .sear-w input::placeholder {
  font-size: 1rem;
  opacity: 0.5;
  color: #003da5;
}
.Selectors .search .sear-w button {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.625rem;
  line-height: 3.4375rem;
  border: none;
  background-color: #003da5;
  color: #fff;
  border-radius: 27px;
  cursor: pointer;
}
.Selectors .search .sear-w button i {
  color: #fff;
  margin-right: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 500px) {
  .Selectors {
    flex-wrap: wrap;
  }
  .Selectors .select {
    flex: auto;
    width: 100%;
    margin-bottom: 3%;
  }
}
.news_date {
  line-height: 1;
}
.news_date em {
  font-size: 3.875rem;
  font-weight: bold;
}
.news_date span {
  display: block;
  font-size: 1.125rem;
  margin-top: 0.3125rem;
}
.newslist-page {
  padding: 180px 0 100px;
}
.newslist-page .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.newslist-page .title h5 {
  font-size: 48px;
}
.newslist-page .article-top {
  border-radius: 10px;
  overflow: hidden;
}
.newslist-page .article-top li {
  position: relative;
}
.newslist-page .article-top li img {
  width: 100%;
  height: 37.5rem;
  object-fit: cover;
  border-radius: 10px;
}
.newslist-page .article-top li .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.125rem;
  background-color: rgba(0, 0, 0, 0.15);
}
.newslist-page .article-top li .box * {
  color: #fff;
}
.newslist-page .article-top li .box .news_date {
  margin-top: 3.125rem;
}
.newslist-page .article-top li .box .text {
  margin-top: 3.75rem;
  max-width: 37.5rem;
  line-height: 2;
}
.newslist-page .article-top li .box .text h5 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
.newslist-page .article-top li .box .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist-page .article-top .banner-pagination {
  position: absolute;
  left: 3.125rem;
  bottom: 3.125rem;
  z-index: 1;
}
.newslist-page .article_list li {
  padding: 3.125% 0;
}
.newslist-page .article_list li a {
  display: flex;
  position: relative;
  overflow: hidden;
}
.newslist-page .article_list li a .iconfont {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #003da5;
  color: #fff;
  font-size: 1.25rem;
  line-height: 3.25rem;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.newslist-page .article_list li img {
  width: 22.5%;
  min-width: 140px;
  height: 13.75rem;
  object-fit: cover;
  border-radius: 10px;
}
.newslist-page .article_list li .news_date {
  margin: auto;
  margin-left: 3.125rem;
  width: 13.125%;
  max-height: 8.75rem;
  border-right: 1px solid #e1e7f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .newslist-page .article_list li .news_date {
    margin-left: 0;
  }
}
.newslist-page .article_list li .text {
  flex: 1;
  margin: auto;
  padding-left: 3.75%;
  line-height: 2;
}
.newslist-page .article_list li .text h5 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newslist-page .article_list li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newslist-page .article_list li .text .date {
  display: none;
  opacity: 0.9;
  margin-top: 3px;
}
.newslist-page .article_list li:hover {
  background-color: #f2f6fc;
}
.newslist-page .article_list li:hover a i {
  left: 22.5%;
  opacity: 1;
  transition: all 0.3s linear;
}
@media screen and (max-width: 600px) {
  .newslist-page .article_list {
    margin-top: 15px;
  }
  .newslist-page .article_list li .news_date {
    display: none;
  }
  .newslist-page .article_list li .text .date {
    display: block;
  }
  .newslist-page .article_list li i {
    display: none;
  }
}
.article_detail {
  margin-top: 100px;
}
.article_detail .page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.article_detail .tit {
  width: 24.375%;
  position: relative;
}
.article_detail .tit h5 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: normal;
}
.article_detail .tit .news_date {
  margin: 1.875rem 0 3.75rem;
}
.article_detail .tit .news_date em {
  color: #003da5;
}
.article_detail .tit .news_date span {
  opacity: 0.7;
}
.article_detail .tit ul {
  display: flex;
}
.article_detail .tit ul li {
  position: relative;
  margin-right: 1.125rem;
  cursor: pointer;
}
.article_detail .tit ul li:last-child {
  margin-right: 0;
}
.article_detail .tit ul li i {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #e5e7ec;
  border-radius: 50%;
  line-height: 3.125rem;
  text-align: center;
  color: #5e7190;
  font-size: 1.5rem;
}
.article_detail .tit ul li .pic {
  position: absolute;
  left: 50%;
  bottom: 150%;
  transform: translateX(-50%);
  width: 130px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.article_detail .tit ul li:hover i {
  background-color: #0a245c;
  border-color: #0a245c;
  color: #fff;
}
.article_detail .tit ul li:hover .pic {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}
.article_detail .tit ul .phone {
  display: flex;
  align-items: center;
  border-radius: 25px;
}
.article_detail .tit ul .phone p {
  padding: 0 30px 0 20px;
  text-align: center;
  display: none;
  font-size: 18px;
  font-weight: bold;
}
.article_detail .tit ul .phone:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.article_detail .tit ul .phone:hover p {
  display: block;
}
.article_detail .con {
  width: 68.75%;
  line-height: 1.875;
}
.article_detail .con img {
  display: inline-block;
}
.article_detail .con .btm {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_detail .btm {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_detail .btm .new_page {
  display: flex;
  align-items: center;
  gap: 100px;
}
.article_detail .btm .new_page span {
  font-size: 15px;
  color: #666;
}
.article_detail .btm .new_page span a {
  color: #666;
}
.article_detail .btm .new_page span a:hover {
  color: #003da5;
}
.article_detail .btm .more {
  width: 180px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
}
.article_detail .btm .more:hover {
  background-color: #003da5;
  color: #fff;
}
.news-row {
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.news-row .news-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.news-row .news-data {
  display: flex;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news-row .news-data li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 15px;
  color: #777;
  border-right: 1px dashed #ccc;
}
.news-row .news-data li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.news-row .news-content {
  font-size: 1rem;
  color: #666;
  line-height: 40px;
  text-indent: 2rem;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 1rem;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
}
.news-row .news-next p {
  display: flex;
}
.news-row .news-next p a {
  color: #666;
}
.contact_p {
  padding: 180px 0 0;
}
.contact_p .tit {
  text-align: center;
}
.contact_p .tit p {
  font-size: 48px;
}
.contact_p .tit span {
  font-size: 25px;
  margin-top: 10px;
  text-transform: uppercase;
}
.contact_p .contact-info table td {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
}
.contact_p .contact-info table td strong {
  font-size: 60px;
  margin: 25px 0 40px;
}
.contact_p .contact-info table td img {
  margin: 20px 30px;
}
.contact_p .address {
  padding: 80px 0;
}
.contact_p .address a {
  margin-top: 60px;
}
.contact_p .address .page {
  max-width: none;
}
.contact_p .address img {
  max-width: none;
}
.inquiry-w {
  background: url("../images/inquiry-bg.jpg"/*tpa=https://www.zhenghuijc.com/template/cn/images/inquiry-bg.jpg*/);
  background-size: cover;
}
.inquiry-w .page {
  max-width: 1450px;
  height: 850px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inquiry-w .page h1 {
  font-size: 60px;
  color: #001842;
  text-align: center;
}
.inquiry-w .page form {
  width: 100%;
  display: flex;
  align-items: center;
  border: 2px solid #e4e7eb;
  margin-top: 70px;
  line-height: 95px;
  border-radius: 25px;
  font-size: 28px;
  color: #666;
}
.inquiry-w .page form p {
  width: 350px;
  text-align: center;
  background-color: rgba(210, 210, 210, 0.5);
  border-radius: 25px;
}
.inquiry-w .page form span {
  padding-left: 80px;
  user-select: none;
}
.inquiry-w .page form input {
  flex: 1;
  border: none;
  padding-right: 80px;
  background-color: transparent;
  line-height: 95px;
  font-size: 28px;
}
.inquiry-w .page form button {
  width: 310px;
  border-radius: 25px;
  background-color: #0042b8;
  color: #fff;
  line-height: 95px;
  font-size: 28px;
  cursor: pointer;
}
.inquiry-w .page form button:hover {
  background-color: #003da5;
}
.honor_p {
  padding: 130px 0;
}
.honor_p .tit {
  text-align: center;
  color: #666;
}
.honor_p .tit p {
  font-size: 60px;
}
.honor_p .tit span {
  font-size: 24px;
  margin: 20px 0;
  text-transform: uppercase;
}
.honor_p .tit hr {
  width: 110px;
  height: 4px;
  background-color: #0a245c;
  margin: 0 auto;
}
.honor_p .honor-list {
  margin-top: 60px;
}
.honor_p .honor-list li {
  padding: 20px;
}
.honor_p .honor-list li a {
  padding-top: 80%;
  border-radius: 5px;
  box-shadow: 3px 3px 15px #ccc;
  position: relative;
}
.honor_p .honor-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.honor_p .honor-list li p {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  line-height: 35px;
  text-align: center;
  background: linear-gradient(#3da5fe, #5fdbfd);
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s linear;
}
.honor_p .honor-list li:hover p {
  bottom: 12px;
  opacity: 1;
}
