.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #105fac;
  border-top-color: #105fac;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #105fac;
  border-bottom-color: #105fac;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.middle {
  background: url(../images/b1.jpg) no-repeat center top;
  height: 2650px;
}
.box10 {
  overflow: hidden;
  padding-top: 76px;
  box-sizing: border-box;
}
.box10 .top .top-cc {
  float: left;
  background: url(../images/tit.png) no-repeat left top;
  width: 218px;
  height: 82px;
  padding: 28px 0 0 41px;
}
.box10 .top .top-cc p {
  font-family: Arial;
  font-size: 36px;
  line-height: 24px;
  color: #105fac;
  font-weight: bold;
}
.box10 .top .top-cc h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 16px;
}
.box10 .top span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  float: right;
  margin-top: 50px;
  letter-spacing: 24px;
}
.box10 .con {
  height: 700px;
  margin-top: 20px;
}
.box10 .con .list-nav {
  float: left;
  margin-top: 90px;
}
.box10 .con .list-nav li {
  width: 195px;
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.box10 .con .list-nav li a {
  font-size: 16px;
  line-height: 60px;
  color: #666;
  padding: 0 10px 0 33px;
  background: url(../images/cire.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box10 .con .list-nav li a::hover {
  color: #105fac;
}
.box10 .con .list-img {
  width: 1021px;
  float: right;
}
.box10 .con .list-img li {
  float: left;
  margin: 0 0 20px 30px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box10 .con .list-img li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .con .list-img li .img {
  display: block;
  width: 310px;
  height: 240px;
  border-radius: 10px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 7px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .con .list-img li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.box10 .con .list-img li .title {
  width: 310px;
  box-sizing: border-box;
  display: block;
  line-height: 55px;
  color: #666;
  padding: 0 140px 0 10px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box10 .con .list-img li .title::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  background: #666;
  top: 50%;
  right: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .con .list-img li .title i {
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
}
.box10 .con .list-img li:hover .title {
  color: #105fac;
}
.box10 .con .list-img li:hover .title::before {
  background: #105fac;
}
.box10 .con .list-img li:hover .title i {
  color: #105fac;
}
.box10 .hot {
  margin-top: 85px;
  position: relative;
}
.box10 .hot .sild50 {
  position: relative;
}
.box10 .hot .sild50 .hd {
  position: absolute;
  top: -104px;
  left: 295px;
}
.box10 .hot .sild50 .hd li {
  float: left;
  margin-right: 25px;
  margin-left: 25px;
  position: relative;
}
.box10 .hot .sild50 .hd li a {
  font-size: 20px;
  color: #fff;
  display: block;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .hot .sild50 .hd li i {
  position: absolute;
  top: 10px;
  right: -25px;
  color: #fff;
}
.box10 .hot .sild50 .hd .on a {
  width: 130px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  color: #105fac;
}
.box10 .hot .sild50 .hd .more {
  color: #fff;
  position: absolute;
  top: 9px;
  right: -620px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  font-size: 16px;
}
.box10 .hot .sild50 .hd .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .hot .sild50 .sild10 .bd {
  box-sizing: border-box;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList {
  margin: 0 26px 20px 0;
  padding-top: 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 300px;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList .img {
  display: block;
  width: 300px;
  height: 240px;
  border-radius: 10px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 7px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList .title {
  width: 300px;
  box-sizing: border-box;
  display: block;
  line-height: 55px;
  color: #666;
  padding: 0 140px 0 10px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList .title::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  background: #666;
  top: 50%;
  right: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList .title i {
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList:hover .title {
  color: #105fac;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList:hover .title::before {
  background: #105fac;
}
.box10 .hot .sild50 .sild10 .bd li .slideprodctList:hover .title i {
  color: #105fac;
}
.box10 .hot .sild50 .sild10 .arrow .prev1 {
  width: 40px;
  height: 40px;
  background: url(../images/prev.png) no-repeat center;
  text-indent: -99999px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  position: absolute;
  top: 35%;
  left: -85px;
  cursor: pointer;
}
.box10 .hot .sild50 .sild10 .arrow .prev1:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .hot .sild50 .sild10 .arrow .next2 {
  width: 40px;
  height: 40px;
  background: url(../images/next.png) no-repeat center;
  text-indent: -99999px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  position: absolute;
  top: 35%;
  right: -80px;
  cursor: pointer;
}
.box10 .hot .sild50 .sild10 .arrow .next2:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box20 {
  margin-top: 43px;
}
.box20 .contents {
  position: relative;
}
.box20 .z1 {
  width: 715px;
  float: left;
}
.box20 .z1 .top .top-cc {
  background: url(../images/tit.png) no-repeat left top;
  width: 218px;
  height: 82px;
  padding: 28px 0 0 41px;
}
.box20 .z1 .top .top-cc p {
  font-family: Arial;
  font-size: 36px;
  line-height: 24px;
  color: #105fac;
  font-weight: bold;
}
.box20 .z1 .top .top-cc h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 16px;
}
.box20 .z1 .top span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 10px 0 0 155px;
  letter-spacing: 24px;
}
.box20 .z1 .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  margin-top: 170px;
}
.box20 .z1 .zm {
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0.5;
  padding-left: 42px;
  margin-top: 10px;
}
.box20 .z1 .text {
  line-height: 36px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
  width: 596px;
  padding-left: 42px;
  margin-top: 31px;
}
.box20 .z1 .more {
  display: block;
  line-height: 36px;
  color: #e7dfc7;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin-top: 30px;
  padding-left: 42px;
}
.box20 .z1 .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box20 .y1 {
  width: 548px;
  float: left;
  margin: 15px 0 0 12px;
}
.box20 .y1 img{
  width: 548px;
  height: 548px;
  border-radius: 50%;
}
.box20 .rong {
  width: 257px;
  height: 385px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 5px #ffffff;
  overflow: hidden;
  position: absolute;
  top: 190px;
  right: 302px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box20 .rong:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box20 .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box30 {
  margin-top: 115px;
  height: 539px;
}
.box30 .top .top-cc {
  background: url(../images/tit3.png) no-repeat right top;
  width: 270px;
  height: 82px;
  padding: 28px 0 0 41px;
  margin-left: 955px;
}
.box30 .top .top-cc p {
  font-family: Arial;
  font-size: 36px;
  line-height: 24px;
  color: #105fac;
  font-weight: bold;
}
.box30 .top .top-cc h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 16px;
}
.box30 .top span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 10px 0 0 495px;
  letter-spacing: 23px;
}
.box30 .sild20 {
  position: relative;
}
.box30 .sild20 .bd {
  margin-top: 55px;
  float: left;
  width: 1065px!important;
}
.box30 .sild20 .bd li {
  margin: 0 -30px 0 0;
  width: 1065px;
}
.box30 .sild20 .bd li .list:nth-child(3){
  margin-right: 0;
}
.box30 .sild20 .bd li .list {
  width: 335px;
  box-sizing: border-box;
  margin-right: 30px;
  float: left;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box30 .sild20 .bd li .list:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .sild20 .bd li .list .img {
  display: block;
  width: 335px;
  height: 280px;
  border-radius: 10px;
  border: solid 1px #dddddd;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}
.box30 .sild20 .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.box30 .sild20 .bd li .list .title {
  display: block;
  line-height: 60px;
  background: url(../images/tit2.png) no-repeat center left;
  background-position-x: 10px;
  padding: 0 50px 0 38px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box30 .sild20 .hd {
  float: right;
  margin-top: 47px;
}
.box30 .sild20 .hd li a {
  display: block;
  width: 158px;
  height: 49px;
  border-radius: 23px;
  padding-left: 60px;
  box-sizing: border-box;
  background: url(../images/cire.png) no-repeat center left;
  background-position-x: 38px;
  line-height: 49px;
  box-shadow: 0px 3px 8px 0px rgba(16, 95, 172, 0);
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd .on {
  box-shadow: 0px 3px 8px 0px rgba(16, 95, 172, 0.16);
  border-radius: 23px;
}
.box30 .sild20 .hd .more {
  display: block;
  width: 158px;
  height: 46px;
  border-radius: 23px;
  padding-left: 60px;
  box-sizing: border-box;
  background: url(../images/cire.png) no-repeat center left;
  background-position-x: 38px;
  line-height: 46px;
}
.box30 .sild20 .arrow {
  position: absolute;
  top: -50px;
  left: 0;
}
.box30 .sild20 .arrow .prev {
  width: 40px;
  height: 40px;
  background: url(../images/prev.png) no-repeat center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-indent: -99999px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.box30 .sild20 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .sild20 .arrow .next {
  width: 40px;
  height: 40px;
  background: url(../images/next.png) no-repeat center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-indent: -99999px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.box30 .sild20 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 {
  height: 920px;
  background: url(../images/b4.jpg) no-repeat center top;
  box-sizing: border-box;
}
.box40 .contents {
  position: relative;
}
.box40 .new {
  font-family: "BodoniBT";
  font-size: 135px;
  position: absolute;
  top: 603px;
  left: -193px;
  font-weight: bold;
  color: #000;
  opacity: 0.1;
}
.box40 .top-cc {
  background: url(../images/tit.png) no-repeat left top;
  width: 218px;
  height: 82px;
  padding: 28px 0 0 41px;
  position: absolute;
  top: 52px;
  left: 0;
}
.box40 .top-cc p {
  font-family: Arial;
  font-size: 36px;
  line-height: 24px;
  color: #105fac;
  font-weight: bold;
}
.box40 .top-cc h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 16px;
}
.box40 .sild30 .hd {
  padding-top: 204px;
  float: left;
}
.box40 .sild30 .hd li {
  width: 120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  margin-left: 50px;
}
.box40 .sild30 .hd li a {
  display: block;
  height: 120px;
  width: 120px;
  padding-top: 72px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .sild30 .hd li:nth-child(1) a {
  background: url(../images/xico1.png) no-repeat center top;
  background-position-y: 31px;
}
.box40 .sild30 .hd li:nth-child(2) a {
  background: url(../images/xico2.png) no-repeat center top;
  background-position-y: 31px;
}
.box40 .sild30 .hd li:nth-child(3) a {
  background: url(../images/xico3.png) no-repeat center top;
  background-position-y: 31px;
}
.box40 .sild30 .hd .on:nth-child(1) {
  background: url(../images/x-title.png) no-repeat center;
  width: 180px;
  border-radius: 10px;
  margin-left: 0;
}
.box40 .sild30 .hd .on:nth-child(1) a {
  padding-top: 0;
  line-height: 120px;
  background: url(../images/xico4.png) no-repeat center left;
  background-position-x: 37px;
  padding-left: 84px;
  width: 180px;
  text-align: left;
  color: #fff;
}
.box40 .sild30 .hd .on:nth-child(2) {
  background: url(../images/x-title.png) no-repeat center;
  width: 180px;
  border-radius: 10px;
  margin-left: 0;
}
.box40 .sild30 .hd .on:nth-child(2) a {
  padding-top: 0;
  line-height: 120px;
  background: url(../images/xico5.png) no-repeat center left;
  background-position-x: 37px;
  padding-left: 84px;
  width: 180px;
  text-align: left;
  color: #fff;
}
.box40 .sild30 .hd .on:nth-child(3) {
  background: url(../images/x-title.png) no-repeat center;
  width: 180px;
  border-radius: 10px;
  margin-left: 0;
}
.box40 .sild30 .hd .on:nth-child(3) a {
  padding-top: 0;
  line-height: 120px;
  background: url(../images/xico6.png) no-repeat center left;
  background-position-x: 37px;
  padding-left: 84px;
  width: 180px;
  text-align: left;
  color: #fff;
}
.box40 .sild30 .bd {
  width: 947px;
  float: right;
  margin-top: 122px;
}
.box40 .sild30 .bd .top .img {
  width: 480px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}
.box40 .sild30 .bd .top .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box40 .sild30 .bd .top .text {
  float: left;
  width: 464px;
  border-bottom: 1px solid #ddd;
  margin-left: 1px;
  padding-left: 38px;
  box-sizing: border-box;
  margin-top: 20px;
}
.box40 .sild30 .bd .top .text .title {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .sild30 .bd .top .text .data {
  color: #999;
  position: relative;
  padding-left: 41px;
  margin-top: 15px;
}
.box40 .sild30 .bd .top .text .data::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  background: #666;
  top: 50%;
  left: 0;
}
.box40 .sild30 .bd .top .text p {
  line-height: 32px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 96px;
  margin-top: 20px;
}
.box40 .sild30 .bd .top .text .more {
  display: block;
  line-height: 32px;
  color: #888;
  margin: 20px 0 50px;
}
.box40 .sild30 .bd .top:hover .text .title {
  color: #105fac;
}
.box40 .sild30 .bd .plaet {
  margin: 50px -22px 0 0;
}
.box40 .sild30 .bd .plaet .list {
  width: 300px;
  height: 100px;
  margin: 0 22px 20px 0;
  float: left;
  background-color: #fbfbfb;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box40 .sild30 .bd .plaet .list:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .sild30 .bd .plaet .list .title {
  line-height: 40px;
  padding-left: 25px;
  background: url(../images/list.png) no-repeat center left;
  color: #333;
  display: block;
  width: 280px;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .sild30 .bd .plaet .list .box {
  width: 280px;
  margin: 0 auto;
}
.box40 .sild30 .bd .plaet .list .box .data {
  color: #999;
  float: left;
  line-height: 40px;
}
.box40 .sild30 .bd .plaet .list .box .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  float: right;
  line-height: 40px;
}
.box40 .sild30 .bd .plaet .list:hover .title {
  color: #105fac;
}
.link {
  margin-top: 120px;
  height: 60px;
}
.link p {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #105fac;
  float: left;
}
.link p i {
  font-size: 16px;
  color: #105fac;
  display: block;
}
.link .lj {
  float: left;
  margin: 0 -48px 0 29px;
  width: 1165px;
}
.link .lj a {
  display: inline-block;
  line-height: 30px;
  color: #999;
  margin-right: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link .lj a:hover {
  color: #105fac;
}
.liuy {
  position: relative;
  margin-bottom: 60px;
  margin-top: 68px;
}
.liuy .Z {
  margin-top: 28px;
}
.liuy .Z p {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding-left: 41px;
  background: url(../images/line.png) no-repeat center left;
}
.liuy .Z span {
  display: block;
  font-family: "Arial-BoldMT";
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin-top: 20px;
}
.liuy .FOM {
  width: 900px;
}
.liuy .FOM input {
  width: 100%;
  height: 100%;
}
.liuy .FOM .n {
  width: 280px;
  height: 38px;
  padding-left: 42px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  margin-right: 10px;
  float: left;
}
.liuy .FOM .n:nth-child(1) {
  background: url(../images/k1.jpg) no-repeat left;
  background-position: 10px 6px;
}
.liuy .FOM .n:nth-child(2) {
  background: url(../images/k2.jpg) no-repeat left;
  background-position: 10px 6px;
  width: 608px;
  margin-right: 0;
}
.liuy .FOM .ln {
  width: 900px;
  height: 82px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 15px 15px 15px 45px;
  float: left;
  background: url(../images/k3.jpg) no-repeat left;
  background-position: 10px 13px;
}
.liuy .FOM .ln textarea {
  width: 100%;
  height: 100%;
}
.liuy .FOM img {
  display: block;
  margin-right: 9px;
  float: left;
  width: 91px;
  height: 36px;
}
.liuy #btn {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 242px;
  height: 40px;
  background: #105fac;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 35px;
  cursor: pointer;
}
