.banner1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}

.banner1 .bd {
  width: 100%;
  height: 100%;
}

.banner1 .bd ul li {
  position: relative;
  height: 426px;
}

.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-box {
  padding: 28px 0;
  min-height: 900px;
}

.page-box .crumbs {
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.page-box .crumbs h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #000000;
  float: left;
}

.page-box .crumbs p {
  float: left;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 31px;
}

.page-box .cont {
  position: relative;
}

.page-box .crumbs-1 {
  position: absolute;
  background-color: rgba(0, 64, 127, 0.902);
  width: 384px;
  height: 122px;
  top: -150px;
  left: 0px;
  z-index: 99;
  padding: 20px 30px 0 32px;
 
}

.page-box .crumbs-1 h4 {
  font-size: 48px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  width: 175px;
  text-align: center;
}

.page-box .crumbs-1 p{
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: inline-block;
  margin-top: 45px;
  margin-left: 37px;
}
.page-box .crumbs-1 img{
  position: absolute;
  width: 95px;
  height: 87px;
  left: 197px;
}
.page-box .crumbs p a {
  color: #333333;
}
.viewbox{
  margin-bottom: 30px;
}
.page-box .l-nav {
  margin-top: 35px;
  margin-bottom: 50px;
}

.page-box .l-nav ul li {
  text-align: center;
  display: inline-block;
  background: transparent;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  font-size: 16px;
  background: #f4f4f4;
}

.page-box .l-nav ul li a {
  color: #333333;
}

.page-box .l-nav ul .on {
  background: #00407f;
}

.page-box .l-nav ul .on a {
  color: #FFFFFF;
}

.prod ul li {
  width: 400px;
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 27px;
}

.prod ul li .link {
  height: 3px;
  background: transparent;
  width: 100%;
  transition: all 0.6s;
  position: relative;
}

.prod ul li .link::after {
  content: ' ';
  position: absolute;
  top: 0px;
  background: #e2e2e2;
  height: 3px;
  width: 100%;
  transition: all 0.6s;
}

.prod ul li:hover .link::after {
  width: 0px;
  transition: all 0.6s;
}

.prod ul li:hover .link {
  height: 3px;
  background: #00407f;
  width: 100%;
  transition: all 0.6s;
}

.prod ul li .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.prod ul li .img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s;
  object-fit: cover;
}

.prod ul li p {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
}

.prod ul li:hover {
  border-color: #00407f;
}

.prod ul li:hover img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.prod ul li:hover p {
  color: #00407f;
}

.prod ul li:nth-child(3n) {
  margin-right: 0px;
}

.paging {
  text-align: center;
  margin-top: 30px;
}

.paging ul li {
  display: inline-block;
  margin: 0 5px;
}

.certificate-box {
  margin-top: 40px;
}

.certificate-box ul li {
  width: 400px;
  margin-right: 50px;
  float: left;
  margin-bottom: 48px;
}

.certificate-box ul li .img-box {
  width: 100%;
  height: 300px;
  border: 1px solid #dcdcdc;
}

.certificate-box ul li .img-box img {
  width: 100%;
  height: 100%;
}

.certificate-box ul li p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 30px;
  text-align: center;
}

.certificate-box ul li:nth-child(3n) {
  margin-right: 0px;
}

.certificate-box ul li:hover p {
  color: #00407f;
}

.contact {
  margin-top: 83px;
}

.contact .contact-box {
  margin-bottom: 50px;
}

.contact .contact-box ul li {
  width: 24%;
  display: inline-block;
  margin-bottom: 25px;
}

.contact .contact-box ul li img {
  width: 14px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 8px;
}

.contact .contact-box ul li .text {
  vertical-align: top;
  display: inline-block;
  width: 277px;
}

.contact .contact-box ul li .text h4 {
  background-color: #00407f;
  width: 178px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  padding-left: 17px;
  margin-bottom: 10px;
}

.contact .contact-box ul li .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 1.75;
}

.news ul li {
  background-color: #f5f5f5;
  width: 1300px;
  height: 255px;
  padding: 18px;
  margin-bottom: 23px;
}

.news ul li .img-box {
  width: 352px;
  height: 217px;
  float: left;
}

.news ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

.news ul li .text {
  float: left;
  width: 745px;
  padding-left: 27px;
  padding-right: 65px;
  padding-top: 36px;
}

.news ul li .text h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.news ul li .text p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.714;
}

.news ul li .time {
  width: 144px;
  height: 144px;
  float: left;
  margin-top: 37px;
  text-align: center;
  padding-top: 18px;
  background: #f5f5f5;
}

.news ul li .time h4 {
  font-size: 60px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.368;
}

.news ul li .time p {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #666666;
}

.news ul li:hover .text h4 {
  color: #00407f;
}

.news ul li:hover .time {
  background-color: #00407f;
}

.news ul li:hover .time h4 {
  color: #FFFFFF;
}

.news ul li:hover .time p {
  color: #FFFFFF;
}

.view h1 {
  text-align: center;
}

.view .date {
  margin-top: 10px;
  text-align: center;
}

.view .photo {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 80px;
}

.pager p {
  margin-bottom: 10px;
}

.paging ul .on {
  color: #00407f;
}

.page-box .title h4 {
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.news ul li:hover .img-box img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.news ul li .img-box {
  overflow: hidden;
}