/* 内页 */
.banner2 img {
  min-height: 350px;
  object-fit: cover;
}
.inside-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.inside-page .left-nav {
  width: 29%;
  padding-top: 4%;
  padding-bottom: 22px;
  background-color: #f2f2f2;
}
.inside-page .left-nav .row {
  width: 61%;
  margin: 0 0 0 auto;
}
.inside-page .left-nav .row .tit {
  font-size: 30px;
  color: #242424;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.inside-page .left-nav .row ul {
  border-left: 3px solid #d3dddd;
  margin-top: 10%;
}
.inside-page .left-nav .row ul li {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  display: block;
  padding-left: 15px;
  margin-left: -3px;
  border-left: 3px solid #d3dddd;
  overflow: hidden;
  padding-right: 10px;
}
.inside-page .left-nav .row ul li a {
  color: #333333;
}
.inside-page .left-nav .row ul li:hover {
  border-color: #215fa8;
}
.inside-page .left-nav .row ul li:hover a {
  color: #215fa8;
}
.inside-page .left-nav .row ul .on {
  border-color: #215fa8;
}
.inside-page .left-nav .row ul .on a {
  color: #215fa8;
}
.inside-page .right-con {
  width: 67%;
  padding-right: 10px;
}
.inside-page .right-con .row {
  max-width: 1064px;
}
.inside-page .right-con .pro-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-page .right-con .pro-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3.5%;
}
.inside-page .right-con .pro-list li:nth-child(3n) {
  margin-right: 0;
}
.inside-page .right-con .pro-list li .pic {
  overflow: hidden;
}
.inside-page .right-con .pro-list li .pic img {
  width: 100%;
  transition: all 0.3s linear;
}
.inside-page .right-con .pro-list li p {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 50px;
  text-align: center;
  padding: 0px 10px;
  border-bottom: 1px solid #bcbcbc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-page .right-con .pro-list li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
@media screen and (max-width: 640px) {
  .inside-page .left-nav {
    width: 100%;
  }
  .inside-page .left-nav .row {
    width: 90%;
  }
  .inside-page .left-nav .row ul {
    margin-top: 5%;
  }
  .inside-page .right-con {
    width: 100%;
    padding: 0 15px;
  }
  .inside-page .right-con .pro-list li {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }
  .inside-page .right-con .pro-list li:nth-child(3n) {
    margin-right: 4%;
  }
  .inside-page .right-con .pro-list li:nth-child(2n) {
    margin-right: 0;
  }
  .inside-page .right-con .pro-list li p {
    font-size: 14px;
    line-height: 40px;
  }
}
.pro-detail {
  max-width: 1140px;
  margin: 0 auto;
}
.detail-box {
  padding: 3% 0 4%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.detail-box .row {
  width: 330px;
  max-width: 100%;
  margin-right: 8%;
}
.detail-box .row .prod-tit {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
}
.detail-box .row .picFocus img {
  max-width: 100%;
}
.detail-box .row .picFocus .pro-pics {
  max-width: 400px;
}
.detail-box .row .picFocus .description {
  max-width: 300px;
  margin: 0 auto;
}
.detail-box .row .picFocus .description .pic-tabs {
  width: 100%;
  margin-top: 15px;
  padding: 5px 45px;
  position: relative;
}
.detail-box .row .picFocus .description .pic-tabs .pro-tp {
  position: relative;
}
.detail-box .row .picFocus .description .pic-tabs .pro-tp ul li {
  width: 100px;
}
.detail-box .row .picFocus .description .pic-tabs .pro-tp ul .swiper-slide {
  width: auto !important;
}
.detail-box .row .picFocus .description .pic-tabs .pro-tp ul img {
  width: 100px;
  border: 1px solid #ccc;
}
.detail-box .row .picFocus .description .pic-tabs .pro-tp .my-slide-thumb-active img {
  border-color: #023793;
}
.detail-box .row .picFocus .description .pic-tabs .swiper-next,
.detail-box .row .picFocus .description .pic-tabs .swiper-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.detail-box .row .picFocus .description .pic-tabs .swiper-next:hover,
.detail-box .row .picFocus .description .pic-tabs .swiper-prev:hover {
  background-color: #023793;
}
.detail-box .row .picFocus .description .pic-tabs .swiper-prev {
  left: 0px;
  background-image: url(../images/p-prev3.png);
}
.detail-box .row .picFocus .description .pic-tabs .swiper-next {
  right: 0;
  background-image: url(../images/p-next3.png);
}
.detail-box .row .det-l {
  flex: 1;
  position: relative;
}
.detail-box .row .det-l .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.detail-box .specification {
  display: flex;
  justify-content: center;
}
.detail-box .specification .btn {
  margin-top: 1.5rem;
  padding-left: 80px;
  background: url(../images/specification.png) no-repeat left center;
  background-size: 50px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.detail-box .specification .mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #525659;
  z-index: 111111;
  top: 0;
  left: 0;
}
.detail-box .specification .mask .page {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .detail-box .specification .mask .page h2 {
    font-size: 3vw !important;
  }
}
.detail-box .specification .mask .page table {
  width: 100%;
  border-spacing: 0px;
}
@media screen and (max-width: 600px) {
  .detail-box .specification .mask .page table * {
    font-size: 2vw !important;
  }
}
.detail-box .specification .mask .page table tr {
  border: none !important;
}
.detail-box .specification .mask .page table td {
  padding: 3px;
  background-color: #fff !important;
}
.detail-box .specification .mask .swiper {
  width: 100%;
  height: 100%;
}
.detail-box .specification .mask .swiper-slide {
  background-color: #fff;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 5%;
}
.detail-box .specification .mask .swiper-slide h2 {
  margin-bottom: 1rem;
}
.detail-box .specification .mask .close {
  position: fixed;
  top: 3rem;
  right: 4%;
  width: 40px;
  height: 40px;
  padding-top: 18px;
  color: #fff;
  cursor: pointer;
  z-index: 1111;
  opacity: 0.5;
}
.detail-box .specification .mask .close:hover {
  opacity: 1;
}
.detail-box .specification .mask .close span {
  width: 40px;
  height: 4px;
  background-color: #fff;
}
.detail-box .specification .mask .close span:first-child {
  transform: rotateZ(45deg);
}
.detail-box .specification .mask .close span:last-child {
  transform: rotateZ(-45deg);
  margin-top: -4px;
}
@media screen and (max-width: 1100px) {
  .detail-box .specification .mask .close {
    top: 2vw;
  }
  .detail-box .specification .mask .close span {
    background-color: #000;
  }
}
.detail-box .tit2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 3;
  margin-bottom: 3%;
  border-bottom: 1px solid #bcbcbc;
  padding-left: 32px;
  background: url(../images/det-i.png) no-repeat left center;
}
.pro-intro {
  margin-top: 25px;
  flex: 1;
}
.pro-intro .pro-intro-tabs {
  display: flex;
  margin-bottom: 0.5rem;
}
.pro-intro .pro-intro-tabs li {
  padding: 0.375rem 0.75rem;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #dce0e0;
  border-radius: 0.25rem;
  white-space: nowrap;
  cursor: pointer;
}
.pro-intro .pro-intro-tabs li:hover {
  border-color: #215fa8;
  color: #215fa8;
}
.pro-intro .pro-intro-tabs li:hover p {
  color: #215fa8;
}
.pro-intro .pro-intro-tabs .on {
  background-color: #215fa8;
  border-color: #215fa8;
  color: #fff !important;
}
.pro-intro .pro-intro-tabs .on p {
  color: #fff !important;
}
.pro-intro table {
  display: none;
  width: 100%;
}
.pro-intro table tr {
  border-bottom: 1px solid #fff;
}
.pro-intro table tr:nth-child(2n-1) {
  background-color: #f4f4f4;
}
.pro-intro table td {
  padding: 0.7rem;
}
.pro-intro table td span {
  display: inline;
}
.new-list li {
  padding: 22px;
  border-bottom: 1px solid #bcbcbc;
}
.new-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.new-list li .text {
  width: 66%;
}
.new-list li .text p {
  font-size: 16px;
  color: #333;
}
.new-list li .text span {
  line-height: 24px;
  color: #636363;
  margin: 11px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
}
.new-list li .text .o-l {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  margin-top: 22px;
}
.new-list li .text .o-l .more {
  color: #636363;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #aaaaaa;
  height: 30px;
  width: 142px;
  text-align: center;
}
.new-list li .text .o-l .date {
  color: #666;
}
.new-list li .pic {
  width: 28%;
  overflow: hidden;
}
.new-list li .pic img {
  width: 100%;
  transition: all 0.2s linear;
}
.new-list li:hover p {
  color: #215fa8;
}
.new-list li:hover .more {
  background-color: #215fa8;
  color: #fff !important;
}
.new-list li:hover img {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
@media screen and (max-width: 500px) {
  .new-list li .text {
    width: 100%;
  }
  .new-list li .pic {
    width: 100%;
    margin-top: 20px;
  }
}
.news-row {
  padding: 3% 0;
}
.news-row h2 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 10px;
}
.news-row .date {
  border-top: 1px dashed #aaaa9e;
  border-bottom: 1px dashed #aaaa9e;
  line-height: 50px;
  display: flex;
  justify-content: center;
}
.news-row .date li {
  font-size: 14px;
  color: #aaaa9e;
  margin-right: 10px;
}
.news-row .date li:last-child {
  margin-right: 0;
}
.news-row .content {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 1.8;
  padding: 3% 0;
  text-indent: 28px;
}
.news-row .content * {
  font-size: 16px;
  color: #5b5b5b;
}
.news-row .btn p {
  flex: 1;
  display: flex;
  white-space: nowrap;
  color: #7b7b7b;
  line-height: 30px;
}
.news-row .btn p a {
  color: #7b7b7b;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
.honor-list li {
  background: #e8e8e8;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 2%;
  padding: 2%;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li .pic {
  cursor: url(../images/magnifier.png), crosshair;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .honor-list li {
    width: 49%;
  }
  .honor-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.history-row ul {
  padding-left: 30px;
  position: relative;
}
.history-row ul::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #111;
  position: absolute;
  left: 6px;
}
.history-row ul li {
  margin-bottom: 20px;
}
.history-row ul li p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  position: relative;
}
.history-row ul li p:first-child::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #111;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}
.position {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  line-height: 60px;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  border-bottom: 1px solid #bcbcbc;
}
.position p {
  color: #333;
  padding-left: 35px;
  background: url(../images/position-icon.png) no-repeat left center;
}
.position * {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 640px) {
  .position {
    line-height: 44px;
  }
  .position * {
    font-size: 14px;
  }
}
.pag-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5% 0;
}
.pag-bar .page-status,
.pag-bar a {
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.pag-bar span {
  margin-top: 10px !important;
}
.pag-bar .page-numbar {
  display: flex;
}
.pag-bar a:hover {
  background-color: #215fa8;
  color: #fff;
}
.pag-bar .page-num-current {
  background-color: #215fa8;
  color: #fff;
}
.pag-bar .page-none {
  width: 221px;
  height: 157px;
  background: url(../images/null.jpg);
  text-indent: -10000px;
}
.about-row {
  padding: 3% 0;
  line-height: 1.8;
}
.about-row p {
  color: #5b5b5b;
  line-height: 1.8;
}
/* 联系我们 */
.contact-us {
  margin-bottom: 20px;
}
.contact-us .tit {
  text-align: center;
}
.contact-us .tit h2 {
  font-size: 36px;
  color: #215fa8;
}
.contact-us .row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.contact-us .row li {
  flex: 1;
  height: 240px;
  padding: 0 20px;
  margin: 0 10px;
  box-shadow: 0 0 10px #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  white-space: nowrap;
  margin-top: 20px;
  transition: all 0.5s linear;
}
.contact-us .row li img {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}
.contact-us .row li p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.contact-us .row li h5 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.contact-us .row li:hover {
  transform: scale(1.1);
  transition: all 0.5s linear;
  box-shadow: 0 0 10px #ddd;
}
.contact-us .row li:hover h5 {
  color: #215fa8;
}
.latest-news {
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}
.latest-news .box {
  width: 98%;
  max-width: 1170px;
  margin: auto;
  padding: 2% 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.latest-news .box .tit {
  width: 25%;
  margin-right: 3%;
  text-align: center;
}
.latest-news .box .tit p {
  font-size: 30px;
  color: #333;
}
.latest-news .box .tit span {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
  font-family: Arial;
  text-transform: uppercase;
}
.latest-news .box ul {
  flex: 1;
}
.latest-news .box ul li a {
  display: flex;
  justify-content: space-between;
}
.latest-news .box ul li p {
  font-size: 13px;
  color: #555;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.latest-news .box ul li .date {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .latest-news .box .tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 留言 */
.mess-right {
  padding: 25px;
}
.mess-right label {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.mess-right input,
.mess-right textarea {
  width: 100%;
  line-height: 38px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.v-code > div {
  display: flex;
}
.v-code input {
  width: 30%;
  margin-right: 20px;
  border-radius: 1px;
}
.mess-submit button {
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background-color: #181818;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
