﻿.bannerPc {
  width: 100%;
  /* min-width: 1200px; */
  overflow: hidden;
}

.about {
  margin-top: 30px;
  position: relative;
  margin-bottom: 40px;
}

.about .word {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 37%);
}

.about .word p {
  color: rgb(95, 95, 95);
  font-size: 16px;
  text-align: center;
}

.about .word h3 {
  color: rgb(48, 90,168);
  font-size: 30px;
  text-align: center;
}

.about>img {
  margin: 0px auto;
  display: block;
}

.about .zhaiyao {
  margin: 10px auto;
  width: 80%;
  font-size: 0px;
}

.about .zhaiyao img {
  display: inline-block;
  width: 33%;
  margin-right: 7%;

}

.about .zhaiyao .baohan {
  height: 230px;
  overflow: hidden;
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
}

.about .zhaiyao .baohan p {
  text-indent: 2em;
}

.about .zhaiyao a {
  width: 60%;
  color: #000000;
  font-size: 16px;
}

.about>a {
  border-width: 0px;
  border-color: transparent;
  padding: 0px;
  width: 160px;
  height: 36px;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 36px;
  margin: 0px auto;
  background-color: transparent;
  color: rgb(48, 90,168);
  border: 1px solid rgb(48, 90,168);
  transition: all ease .4s;
}

.about>a:hover {
  background-color: rgb(48, 90,168);
  color: white;
}

.product {
  /* height: 830px; */
  background-color: #e5eff8;
  /* background-image: url(../images/yx8m.png); */
  width: 100%;
  min-width: 1200px;
  padding-bottom: 15px;
}

.product>a {
  border: 1px solid white;
  padding: 0px;
  width: 130px;
  height: 36px;
  overflow: hidden;
  display: block;
  text-align: center;
  border: 1px solid white;
  line-height: 36px;
  margin: 20px auto;
  border: 1px solid rgb(48, 90,168);
  background-color: transparent;
  color: rgb(48, 90,168);
  transition: all ease .4s;
}

.product>a:hover {
  background-color: rgb(48, 90,168);
  color: white;
}

.product h2 {
  font-size: 30px;
  font-family: 微软雅黑;
  color: rgb(48, 90,168);
  text-align: center;
  padding-top: 30px;
}

.product h3 {
  font-size: 16px;
  font-family: 微软雅黑;
  color: rgb(48, 90,168);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 5px;
}

.mask ul {
  width: 1200px;
  margin: 0 auto;
}

.mask ul li {
  width: 284px;
  height: 284px;
  margin-right: 19px;
  font-size: 0px;
  margin-bottom: 5px;
  color: #3b3c36;
}

.mask ul li:nth-child(4n) {
  margin-right: 0px;
}

.mask ul li a>div {
  width: 100%;
  height: 75%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 0px
}

.mask ul li a p {
  text-align: center;
  font-size: 16px;
  color: #3b3c36;
  margin-top: 15px;
}

.mask ul li>a>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .4s;

}

.mask ul li a:hover>div>img {
  transform: scale(1.1);
}

.mask ul li a:hover .bg {
  transform: scaleX(1);
}

.mask ul li a .bg {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: all ease .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask ul li a .bg img {
  width: 42px;
  height: auto;
}

.news>h2 {
  font-size: 30px;
  font-family: 微软雅黑;
  color: rgb(48, 90,168);
  line-height: 1.6;
  text-align: center;
  padding-top: 30px;
}

.news>h3 {
  font-size: 16px;
  font-family: 微软雅黑;
  color: rgb(91, 91, 91);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.news>a {
  padding: 0px;
  width: 130px;
  height: 36px;
  overflow: hidden;
  display: block;
  border: 1px solid white;
  background-color: transparent;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 1px solid rgb(48, 90,168);
  color: rgb(48, 90,168);
  transition: all ease .4s;
}

.news>a:hover {
  background-color: rgb(48, 90,168);
  color: white;
}

.news ul {
  font-size: 0px;
}

.news ul li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.news ul li:nth-child(2n) {
  margin-right: 0px;
}

.news ul li .time {
  background: #305AA8;
  width: 70px;
  height: 70px;
}

.news ul li .time p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

.news ul li .time p:nth-child(2) {
  color: #fff;
  font-size: 14px;
}

.news ul li .title {
  width: 84%;
}

.news ul li .title h3 {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #3b3c36;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}
.news ul li .title h3 a{
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #3b3c36;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}
.news ul li .title p {
  line-height: 140%;
  font-family: Microsoft YaHei;
  font-size: 13px;
  padding-top: 10px;
  color: #6d6d6d;
  font-weight: normal;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.anli img {
  width: 1200px;
  height: 320px;
}

.anli .baohan {
  /* border: 1px solid black; */
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  /* position: relative; */
}

.anli {
  /* border: 1px solid black; */
  width: 100%;
  height: 500px;
  text-align: center;
  background-color: #e5eff8;
}

.anli .po {
  width: 300px;
  /* height: 200px; */
  margin: 0 auto;
}

.anli .images {
  width: 100%;
  height: 280px;
  /* border: 1px solid black; */
}



.dinzhi {
  background-color: transparent;
}

.anli h2 {
  font-size: 30px;
  font-family: 微软雅黑;
  color: rgb(48, 90,168);
  line-height: 1.6;
  text-align: center;
  padding-top: 30px;
}

.anli h3 {
  font-size: 16px;
  font-family: 微软雅黑;
  color: rgb(91, 91, 91);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}


.fuwu img {
  width: 1200px;
  height: 320px;
}

.fuwu .baohan {
  /* border: 1px solid black; */
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  /* position: relative; */
}

.fuwu {
  /* border: 1px solid black; */
  width: 100%;
  height: 500px;
  text-align: center;
}

.fuwu .po {
  width: 300px;
  /* height: 200px; */
  margin: 0 auto;
}

.fuwu .images {
  width: 100%;
  height: 280px;
  /* border: 1px solid black; */
}


.fuwu h2 {
  font-size: 30px;
  font-family: 微软雅黑;
  color: rgb(48, 90,168);
  line-height: 1.6;
  text-align: center;
  padding-top: 30px;
}

.fuwu h3 {
  font-size: 16px;
  font-family: 微软雅黑;
  color: rgb(91, 91, 91);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}