@charset "utf-8";
.technology {
  width: 100%;
}
.technology .wrap {
  width: 1200px;
  margin: 0 auto;
}
.technology .logy {
  width: 100%;
  background: url(../images/bj02.png) center bottom no-repeat;
  background-size: cover;
  padding: 70px 0 90px;
}
.technology .logy .logyLeft {
  width: 360px;
}
.technology .logy .logyLeft li {
  position: relative;
  margin: 12px 0;
}
.technology .logy .logyLeft li .logyImg {
  width: 360px;
}
.technology .logy .logyLeft li .logyImg img {
  width: 100%;
  height: 100%;
}
.technology .logy .logyLeft li p {
  position: absolute;
  top: 16px;
  right: 70px;
  font-size: 16px;
  font-weight: 400;
  color: #1d2738;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.technology .logy .logyLeft li h4 {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 27px;
  height: 19px;
  font-size: 24px;
  font-weight: bold;
  color: #27426f;
  line-height: 48px;
}
.technology .logy .logyCent {
  width: 366px;
  position: relative;
}
.technology .logy .logyCent .logyImg {
  width: 366px;
  height: 372px;
}
.technology .logy .logyCent .logyImg img {
  width: 100%;
  height: 100%;
}
.technology .logy .logyCent .ours {
  position: absolute;
  top: 72px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.technology .logy .logyCent .ours h3 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
}
.technology .logy .logyCent .ours p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.technology .logy .logyRight {
  width: 360px;
}
.technology .logy .logyRight li {
  position: relative;
  margin: 12px 0;
}
.technology .logy .logyRight li .logyImg {
  width: 360px;
}
.technology .logy .logyRight li .logyImg img {
  width: 100%;
  height: 100%;
}
.technology .logy .logyRight li p {
  position: absolute;
  top: 16px;
  left: 68px;
  width: 260px;
  font-size: 16px;
  font-weight: 400;
  color: #1d2738;
  line-height: 48px;
}
.technology .logy .logyRight li h4 {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 27px;
  height: 19px;
  font-size: 24px;
  font-weight: bold;
  color: #27426f;
  line-height: 48px;
}
.technology .radiusImg {
  width: 100%;
  margin: 68px 0 68px;
}
.technology .radiusImg li {
  width: 300px;
  text-align: center;
}
.technology .radiusImg li .radiuimg {
  width: 240px;
  /* height: 240px; */
  margin: 0 auto;
}
.technology .radiusImg li .radiuimg img {
  width: 100%;
  /* height: 95%; */
  border-radius: 132px;
}
.technology .radiusImg li p {
  width: 190px;
  font-size: 18px;
  font-weight: 400;
  color: #1d2738;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding-top: 14px;
}
.back {
  width: 100%;
  background: #f6f6f6;
  padding: 40px 0 150px;
}
.back .bock {
  width: 1200px;
  margin: 0 auto;
}
.back .bock .ours {
  width: 100%;
  text-align: center;
}
.back .bock .ours h3 {
  font-size: 36px;
  font-weight: 400;
  color: #1d2738;
  line-height: 48px;
}
.back .bock .ours p {
  font-size: 14px;
  font-weight: 400;
  color: #1d2738;
  line-height: 48px;
    text-transform: uppercase;
}
.back .bock ul {
  width: 100%;
}
.back .bock ul li {
  width: 280px;
  margin: 14px 0;
  overflow: hidden;
}
.back .bock ul li img {
  width: 100%;
  transition: all ease 0.5s;
  /* height: 100%; */
  overflow: hidden;
}
.back .bock ul li:hover img{
  transform: scale(1.05);
}
.back .bock .more{
   display: block;
   width: 170px;
   border: 1px solid #27426F;
   border-radius: 30px;
   margin: 0 auto;
   font-size: 19px;
   font-weight: 400;
   color: #27426F;
   line-height: 50px;
   text-align: center;
   margin-top: 37px;
} 
.back .bock .more:hover{
   border: 1px solid #d69962;
   color: #d69962;
}