.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.titles {
  width: 100%;
  height: 58px;
  text-align: center;
  background: url("../images/8cg.png") no-repeat center bottom;
}
.titles h3 {
  font-size: 30px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}
.titles h3 span {
  color: #01519a;
}
.titles h3 a {
  color: #333;
}
.titles h3 a span {
  color: #01519a;
}
.product {
  width: 100%;
  height: 596px;
  padding-top: 82px;
  box-sizing: border-box;
}
.product ul {
  width: 100%;
}
.product ul li:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 8px 1px #eee;
}
.product ul li:nth-child(1),
.product ul li:nth-child(9) {
  margin-left: 0px;
}
.product ul li {
  width: 140px;
  height: 174px;
  background-color: #F2F6FA;
  border-radius: 10px;
  text-align: center;
  float: left;
  margin-left: 22.5px;
  margin-top: 35px;
  box-sizing: border-box;
  padding: 0 27px;
  transition: 0.5s;
}
.product ul li p {
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: -7px;
}
.product ul li .tu {
  width: 100%;
  height: 105px;
  position: relative;
}
.product ul li .tu img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hot_product {
  width: 100%;
  height: 560px;
  background: url("../images/13cg.png") no-repeat center top;
  padding-top: 78px;
  box-sizing: border-box;
}
.hot_product ul {
  width: 100%;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hot_product ul li:hover {
  border: 1px solid #01519a;
  background: #01519a;
}
.hot_product ul li:hover .tu img {
  transform: scale(1.2);
}
.hot_product ul li:hover .jie {
  color: #fff;
}
.hot_product ul li {
  width: 290px;
  height: 300px;
  border-radius: 0px 20px 0px 20px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s;
}
.hot_product ul li .tu {
  width: 290px;
  height: 220px;
  border-radius: 0px 20px 0px 0px;
  overflow: hidden;
  margin-bottom: 17px;
}
.hot_product ul li .tu img {
  width: 290px;
  height: 220px;
  border-radius: 0px 20px 0px 0px;
  transition: 0.5s;
}
.hot_product ul li .ti {
  width: 210px;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 12px;
  float: left;
  color: #fff;
}
.hot_product ul li .ti a {
  color: #fff;
  transition: 0.3s;
}
.hot_product ul li .mo {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 12px;
  float: right;
  margin-right: 15px;
}
.hot_product ul li .jie {
  font-size: 14px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  color: #cccccc;
  margin-top: 18px;
  transition: 0.3s;
}
.patent {
  width: 100%;
  /*height: 850px;*/
  padding-top: 78px;
  padding-bottom: 78px;
  box-sizing: border-box;
}
.patent .titles {
  background: url("../images/10cg.png") no-repeat center bottom;
}
.patent ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.patent ul li:hover .tu {
  background: #01519a;
}
.patent ul li:hover .tu img {
  transform: scale(1.2);
}
.patent ul li:hover .ti a {
  color: #01519a;
}
.patent ul li {
  margin-top: 40px;
  width: 290px;
  height: 275px;
  transition: 0.5s;
}
.patent ul li .tu {
  width: 290px;
  height: 220px;
  border-radius: 0px 20px 0px 20px;
  border: solid 1px #e5e5e5;
  margin-bottom: 17px;
  box-sizing: border-box;
  padding: 4px;
  transition: 0.5s;
}
.patent ul li .tu a {
  display: block;
  width: 280px;
  height: 210px;
  border-radius: 0px 20px 0px 20px;
  position: relative;
  overflow: hidden;
}
.patent ul li .tu img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
.patent ul li .ti {
  width: 200px;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 12px;
  float: left;
  color: #333;
}
.patent ul li .ti a {
  color: #333;
  transition: 0.3s;
}
.patent ul li .mo {
  display: block;
  width: 78px;
  text-align: right;
  background: url("../images/14cg.png") no-repeat left center;
  color: #999;
  font-size: 12px;
  line-height: 12px;
  float: right;
  margin-right: 5px;
}
.patent ul li .jie {
  font-size: 14px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  color: #808080;
  margin-top: 14px;
  transition: 0.3s;
}
.news {
  width: 100%;
  height: 474px;
  background: url("../images/bg.png") no-repeat center;
  padding-top: 33px;
  box-sizing: border-box;
}
.news .titles {
  float: left;
  width: 135px;
  height: 58px;
  background: url("../images/9cg.png") no-repeat center bottom;
}
.news .hd {
  width: 330px;
  height: 45px;
  float: right;
  margin-top: 7px;
  border-bottom: 1px solid #e6e6e6;
}
.news .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .hd ul li.on {
  border-bottom: 2px solid #01519a;
  background: url(../images/xw11.png) no-repeat left top;
}
.news .hd ul li.on a {
  color: #01519a;
}
.news .hd ul li:nth-child(2) {
  background: url(../images/xw2.png) no-repeat left top;
}
.news .hd ul li:nth-child(2).on {
  background: url(../images/xw21.png) no-repeat left top;
}
.news .hd ul li:nth-child(3) {
  background: url(../images/xw3.png) no-repeat left top;
}
.news .hd ul li:nth-child(3).on {
  background: url(../images/xw31.png) no-repeat left top;
}
.news .hd ul li {
  font-size: 16px;
  height: 46px;
  padding-top: 5px;
  box-sizing: border-box;
  padding-left: 30px;
  width: 96px;
  transition: 0.5s;
  background: url(../images/xw1.png) no-repeat left top;
  line-height: 15px;
}
.news .hd ul li a {
  color: #333;
}
.news .bd .zole {
  width: 721px;
  height: 250px;
  margin-top: 70px;
}
.news .bd .zole .tu:hover img {
  transform: scale(1.2);
}
.news .bd .zole .tu {
  float: left;
  width: 350px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.news .bd .zole .tu img {
  width: 350px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.5s;
}
.news .bd .zole .zi {
  float: right;
  padding-top: 8px;
  box-sizing: border-box;
  width: 338px;
}
.news .bd .zole .zi .ti:hover a {
  color: #01519a;
}
.news .bd .zole .zi .ti {
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  transition: 0.3s;
}
.news .bd .zole .zi .ti a {
  color: #333;
  transition: 0.3s;
}
.news .bd .zole .zi .shi {
  font-size: 16px;
  line-height: 12px;
  color: #999999;
  margin: 15px 0 28px;
}
.news .bd .zole .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .bd .zole .zi .mo {
  margin-top: 38px;
  width: 87px;
  display: inline-block;
  height: 16px;
  color: #808080;
  font-size: 14px;
  line-height: 16px;
  background: url("../images/19cg.png") no-repeat right center;
}
.news .bd .zori {
  width: 466px;
  margin-top: 37px;
}
.news .bd .zori ul li:hover {
  background: #01519a url(../images/21cg.png) no-repeat 26px 19px;
}
.news .bd .zori ul li:hover .ti {
  color: #fff;
}
.news .bd .zori ul li:hover .ti a {
  color: #fff;
}
.news .bd .zori ul li:hover .mo {
  color: #fff;
}
.news .bd .zori ul li:hover .shi {
  color: #fff;
}
.news .bd .zori ul li {
  width: 466px;
  height: 66px;
  background: #ffffff url(../images/20cg.png) no-repeat 26px 19px;
  margin-top: 11px;
  box-sizing: border-box;
  padding: 16px 0 0 42px;
  position: relative;
  transition: 0.5s;
}
.news .bd .zori ul li .mo {
  color: #999999;
  font-size: 12px;
  line-height: 9px;
  position: absolute;
  top: 19px;
  right: 23px;
  transition: 0.3s;
}
.news .bd .zori ul li .ti {
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  transition: 0.3s;
}
.news .bd .zori ul li .ti a {
  transition: 0.3s;
  color: #333;
}
.news .bd .zori ul li .shi {
  color: #999999;
  font-size: 14px;
  line-height: 12px;
  margin-top: 12px;
}
.shows {
  width: 100%;
 padding-bottom: 80px;
  padding-top: 82px;
  box-sizing: border-box;
}
.shows .titles {
  background: url("../images/12cg.png") no-repeat center bottom;
}
.shows ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6px;
}
.shows ul li:hover {
  padding: 13px 28px;
  background: #01519a;
}
.shows ul li:hover .ti a {
  color: #fff;
  background: url("../images/5cg.png") no-repeat right center;
}
.shows ul li:hover .shi {
  color: #fff;
}
.shows ul li {
  margin-top: 32px;
  width: 393px;
  height: 68px;
  box-sizing: border-box;
  padding: 10px 17px 0 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  transition: 0.5s;
}
.shows ul li .ti {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  color: #333;
  transition: 0.3s;
}
.shows ul li .ti a {
  transition: 0.3s;
  color: #333;
  display: block;
  box-sizing: border-box;
  padding-right: 20px;
  background: url("../images/6cg.png") no-repeat right center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shows ul li .shi {
  color: #808080;
  font-size: 14px;
  line-height: 11px;
  margin-top: 14px;
}
.about {
  width: 100%;
  height: 555px;
  background: url("../images/4cg.png") no-repeat center top;
  padding-top: 55px;
  box-sizing: border-box;
}
.about .able {
  width: 560px;
}
.about .able h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.about .able p {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 14px;
  margin: 13px 0 27px;
}
.about .able .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 120px;
  margin-bottom: 23px;
}
.about .able .mo {
  width: 135px;
  height: 38px;
  background-color: #01519a;
  border-radius: 0px 16px 0px 16px;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  float: left;
}
.about .able .mo span i:nth-child(5) {
  margin-left: 5px;
}
.about .able .dh {
  width: 220px;
  height: 90px;
  float: left;
  margin-left: 95px;
  font-size: 24px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 65px;
  background: url(../images/23cg.png) no-repeat left top;
}
.about .able .dh p {
  width: 100px;
  height: 30px;
  background-color: #01519a;
  border-radius: 16px 0px 16px 0px;
  margin: 22px auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.about .able .yy {
  width: 208px;
  height: 140px;
  background: url("../images/3cg.png") no-repeat center;
  overflow: hidden;
}
.about .able .yy img {
  width: 180px;
  height: 112px;
  margin: 15px auto;
  display: block;
}
.linkss {
  width: 100%;
  height: 184px;
  padding-top: 82px;
  box-sizing: border-box;
}
.linkss ul {
  padding-left: 125px;
  padding-top: 11px;
  box-sizing: border-box;
  height: 25px;
  background: url("../images/16cg.png") no-repeat left center;
}
.linkss ul li:hover {
  transform: translateX(5px);
}
.linkss ul li:hover a {
  color: #01519a;
}
.linkss ul li {
  color: #808080;
  font-size: 14px;
  line-height: 12px;
  transition: 0.3s;
  float: left;
  margin-left: 50px;
}
.linkss ul li a {
  color: #808080;
  transition: 0.3s;
}
