.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: #007bd8;
  border-top-color: #007bd8;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #007bd8;
  border-bottom-color: #007bd8;
  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;
}
.box10 {
  height: 1261px;
  overflow: hidden;
}
.box10 .top {
  margin-top: 50px;
}
.box10 .top .top-cc {
  float: left;
}
.box10 .top .top-cc p {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.box10 .top .top-cc p i {
  color: #ffa200;
  font-weight: bold;
}
.box10 .top .top-cc h3 {
  font-size: 24px;
  color: #007bd8;
  position: relative;
}
.box10 .top .top-cc h3::before {
  content: "";
  display: block;
  width: 214px;
  height: 1px;
  position: absolute;
  background: #007bd8;
  top: 50%;
  left: 122px;
}
.box10 .top .more {
  display: block;
  font-size: 14px;
  line-height: 10px;
  width: 133px;
  height: 10px;
  margin-top: 24px;
  background: url(../images/more.png) no-repeat center;
  float: right;
  padding-left: 55px;
  box-sizing: border-box;
  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;
  color: #999;
}
.box10 .top .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .con {
  margin-top: 20px;
  height: 700px;
}
.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: #007bd8;
}
.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 .img {
  border: solid 1px #007bd8;
}
.box10 .con .list-img li:hover .title {
  color: #007bd8;
}
.box10 .con .list-img li:hover .title::before {
  background: #007bd8;
}
.box10 .con .list-img li:hover .title i {
  color: #007bd8;
}
.box10 .hot {
  margin-top: 85px;
  position: relative;
}
.box10 .hot .rec {
  position: absolute;
  top: -109px;
  left: 340px;
}
.box10 .hot .rec h3 {
  font-size: 18px;
  color: #fff;
}
.box10 .hot .rec .more {
  color: #fff;
  position: absolute;
  top: 3px;
  right: -855px;
  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 .hot .rec .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .hot .sild10 {
  position: relative;
}
.box10 .hot .sild10 .bd li {
  float: left;
  margin: 0 30px 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;
}
.box10 .hot .sild10 .bd li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .hot .sild10 .bd 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 .hot .sild10 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.box10 .hot .sild10 .bd 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 .hot .sild10 .bd 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 .hot .sild10 .bd li .title i {
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
}
.box10 .hot .sild10 .bd li:hover .img {
  border: solid 1px #007bd8;
}
.box10 .hot .sild10 .bd li:hover .title {
  color: #007bd8;
}
.box10 .hot .sild10 .bd li:hover .title::before {
  background: #007bd8;
}
.box10 .hot .sild10 .bd li:hover .title i {
  color: #007bd8;
}
.box10 .hot .sild10 .arrow .prev {
  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: -70px;
  cursor: pointer;
}
.box10 .hot .sild10 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .hot .sild10 .arrow .next {
  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: -125px;
  cursor: pointer;
}
.box10 .hot .sild10 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box20 {
  margin-top: 120px;
  height: 415px;
}
.box20 .contents {
  position: relative;
}
.box20 .z1 {
  width: 624px;
  float: left;
}
.box20 .z1 .top-cc p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.box20 .z1 .top-cc p i {
  color: #ffa200;
  font-weight: bold;
}
.box20 .z1 .top-cc h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
}
.box20 .z1 .top-cc h3::before {
  content: "";
  display: block;
  width: 214px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 122px;
}
.box20 .z1 .list {
  margin-top: 95px;
}
.box20 .z1 .list li {
  float: left;
}
.box20 .z1 .list li .num {
  font-size: 24px;
  font-family: "simsun";
  color: #fff;
}
.box20 .z1 .list li .num span {
  font-size: 60px;
  font-family: "simsun";
  color: #fff;
}
.box20 .z1 .list li p {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.box20 .z1 .list li:nth-child(1) {
  margin-right: 175px;
}
.box20 .y1 {
  margin-top: -85px;
  padding-top: 85px;
  box-sizing: border-box;
  width: 445px;
  height: 445px;
  background: #fff;
  border-radius: 50%;
  float: left;
}
.box20 .y1 .title {
  font-size: 22px;
  line-height: 36px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box20 .y1 p {
  font-size: 13px;
  line-height: 36px;
  color: #aaa;
  text-align: center;
  position: relative;
}
.box20 .y1 p::before {
  content: "";
  display: block;
  width: 337px;
  height: 1px;
  position: absolute;
  background: #efefef;
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
}
.box20 .y1 .text {
  line-height: 30px;
  color: #666;
  width: 295px;
  margin: 40px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 150px;
}
.box20 .y1 .more {
  display: block;
  width: 139px;
  height: 45px;
  background: #ffa200;
  border-radius: 23px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  margin: 25px auto 0;
  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 .y1 .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box20 .rong {
  position: absolute;
  top: 155px;
  right: -10px;
  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: 270px;
  height: 195px;
  border-radius: 10px;
  border: solid 1px #f0f1f3;
  overflow: hidden;
  display: block;
}
.box20 .rong .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box20 .rong p a {
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  display: block;
  padding-right: 30px;
  box-sizing: border-box;
}
.box30 {
  height: 905px;
}
.box30 .top .top-cc {
  float: left;
}
.box30 .top .top-cc p {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.box30 .top .top-cc p i {
  color: #ffa200;
  font-weight: bold;
}
.box30 .top .top-cc h3 {
  font-size: 24px;
  color: #007bd8;
  position: relative;
}
.box30 .top .top-cc h3::before {
  content: "";
  display: block;
  width: 214px;
  height: 1px;
  position: absolute;
  background: #007bd8;
  top: 50%;
  left: 122px;
}
.box30 .top .num {
  float: left;
  padding-left: 60px;
  background: url(../images/tle1.png) no-repeat top left;
  background-position-y: 5px;
  margin-left: 75px;
}
.box30 .top .num .zm {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.box30 .top .num p {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  font-family: "Times";
  height: 54px;
  line-height: 31px;
}
.box30 .sild20 {
  position: relative;
  height: 580px;
  margin-top: 45px;
}
.box30 .sild20 .bd {
  height: 580px;
}
.box30 .sild20 .bd li {
  height: 580px;
}
.box30 .sild20 .bd li .img {
  width: 541px;
  padding: 37px 0 0 25px;
  box-sizing: border-box;
  background: url(../images/ys-d.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
}
.box30 .sild20 .bd li .text {
  width: 656px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.box30 .sild20 .bd li .text .title {
  font-size: 26px;
  color: #333;
  line-height: 36px;
  margin-bottom: 38px;
  position: relative;
}
.box30 .sild20 .bd li .text .title::before {
  content: "";
  display: block;
  width: 43px;
  height: 3px;
  position: absolute;
  background: #ffa200;
  top: 54px;
  left: 0;
}
.box30 .sild20 .bd li .text p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.box30 .sild20 .hd {
  position: absolute;
  right: 0;
  top: 290px;
}
.box30 .sild20 .hd li {
  float: left;
}
.box30 .sild20 .hd li p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  position: relative;
}
.box30 .sild20 .hd li p::before {
  content: "";
  display: block;
  width: 41px;
  height: 1px;
  position: absolute;
  background: #ccc;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd li span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  margin-top: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd li span::before {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  position: absolute;
  background: #007bd8;
  left: 0;
  bottom: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd .on p {
  font-weight: bold;
  color: #007bd8;
}
.box30 .sild20 .hd .on span {
  color: #007bd8;
  font-weight: bold;
}
.box30 .sild20 .hd .on span::before {
  width: 41px;
}
.box30 .sild20 .hd li:nth-child(2) {
  margin: 0 124px 0 49px;
}
.box30 .sild20 .hd li:nth-child(3) {
  margin: 0 59px 0 0;
}
.box30 .sild20 .ys {
  position: absolute;
  left: 614px;
  top: 60px;
}
.box30 .sild20 .ys .title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  height: 130px;
}
.box30 .sild20 .ys .title i {
  font-size: 100px;
  color: #ffa200;
  font-weight: bold;
  font-family: "Times";
  display: inline-block;
  transform: skewY(-7deg);
  margin: 0 15px;
  position: relative;
  top: 5px;
}
.box30 .sild20 .ys p {
  font-size: 16px;
  line-height: 36px;
  color: #999;
  letter-spacing: 10px;
  position: relative;
}
.box30 .sild20 .ys p i {
  margin: 0 10px;
}
.box30 .sild20 .ys p::before {
  content: "";
  display: block;
  width: 666px;
  height: 1px;
  position: absolute;
  background: #ccc;
  top: 42px;
  left: 0;
}
.box30 .sild20 .anv {
  position: absolute;
  right: 0;
  top: 0;
}
.box30 .liu {
  margin-top: -22px;
  width: 545px;
}
.box30 .liu .more {
  width: 150px;
  height: 50px;
  background: #ffa200;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  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;
  font-size: 16px;
}
.box30 .liu .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .liu p {
  width: 366px;
  line-height: 24px;
  color: #cbcbcb;
  float: left;
  margin-left: 25px;
}
.box40 {
  height: 868px;
  background: url(../images/b2.jpg) no-repeat center top;
  margin-top: 100px;
}
.box40 .z1 {
  width: 565px;
  float: left;
}
.box40 .z1 .porduct .img {
  width: 565px;
  height: 385px;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  border: solid 1px #dddddd;
  padding: 10px;
  overflow: hidden;
  display: block;
  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;
  box-sizing: border-box;
}
.box40 .z1 .porduct .img:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .z1 .porduct .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.box40 .z1 .porduct .title {
  display: block;
  line-height: 65px;
  padding: 0 50px 0 11px;
  font-size: 16px;
  background: url(../images/more7.png) no-repeat center left;
  background-position-x: 522px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box40 .z1 .porduct:hover .title {
  background: url(../images/more6.png) no-repeat center left;
  background-position-x: 522px;
  color: #007bd8;
}
.box40 .z1 .FOM {
  width: 565px;
  margin-top: 30px;
}
.box40 .z1 .FOM .n {
  width: 270px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  position: relative;
  padding: 0 0 0 48px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 29px;
}
.box40 .z1 .FOM .n img {
  width: 80px;
  height: 32px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.box40 .z1 .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 46px;
  background: none;
  color: #989898;
}
.box40 .z1 .FOM .n:nth-child(1) {
  background: url(../images/f1.png) no-repeat center left;
  background-position-x: 18px;
  margin-right: 25px;
}
.box40 .z1 .FOM .n:nth-child(2) {
  background: url(../images/f2.png) no-repeat center left;
  background-position-x: 18px;
}
.box40 .z1 .FOM .ln {
  width: 565px;
  height: 145px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  float: left;
  background: url(../images/f3.png) no-repeat top left;
  background-position: 18px 17px;
  padding: 0 0 0 53px;
  box-sizing: border-box;
  margin-bottom: 29px;
}
.box40 .z1 .FOM .ln textarea {
  width: 100%;
  height: 130px;
  background: none;
  line-height: 32px;
  color: #666;
  margin-top: 10px;
}
.box40 .z1 .FOM input::-webkit-input-placeholder,
.box40 .z1 .FOM textarea::-webkit-input-placeholder {
  color: #666 !important;
}
.box40 .z1 .FOM .yan {
  width: 320px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  float: left;
  padding: 0 100px 0 44px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/f4.png) no-repeat center left;
  background-position-x: 18px;
}
.box40 .z1 .FOM .yan input {
  width: 100%;
  height: 100%;
  line-height: 46px;
  background: none;
  color: #666;
}
.box40 .z1 .FOM .yan ::-webkit-input-placeholder {
  color: #666;
}
.box40 .z1 .FOM .yan img {
  position: absolute;
  width: 90px;
  height: 36px;
  top: 7px;
  right: 7px;
}
.box40 .z1 .FOM #btn {
  float: left;
  width: 215px;
  height: 50px;
  background: url(../images/btn.png) no-repeat center;
  border-radius: 5px;
  padding-left: 75px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 29px;
}
.box40 .y1 {
  width: 696px;
  float: right;
}
.box40 .y1 .top-cc {
  margin: 40px 0 0 138px;
}
.box40 .y1 .top-cc p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.box40 .y1 .top-cc p i {
  color: #ffa200;
  font-weight: bold;
}
.box40 .y1 .top-cc h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
}
.box40 .y1 .top-cc h3::before {
  content: "";
  display: block;
  width: 214px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 122px;
}
.box40 .y1 .list {
  width: 742px;
  margin-top: 95px;
}
.box40 .y1 .list li {
  margin: 0 0 10px 38px;
  float: left;
}
.box40 .y1 .list li .img {
  width: 310px;
  height: 230px;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  border: solid 1px #dddddd;
  padding: 10px;
  overflow: hidden;
  display: block;
  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;
  box-sizing: border-box;
}
.box40 .y1 .list li .img:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .y1 .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.box40 .y1 .list li .title {
  width: 310px;
  display: block;
  line-height: 55px;
  padding: 0 50px 0 11px;
  font-size: 16px;
  background: url(../images/more4.png) no-repeat center left;
  background-position-x: 278px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.box40 .y1 .list li:hover .img {
  border: solid 1px #007bd8;
}
.box40 .y1 .list li:hover .title {
  background: url(../images/more5.png) no-repeat center left;
  background-position-x: 278px;
  color: #007bd8;
}
.box50 {
  height: 735px;
}
.box50 .top {
  margin-top: 50px;
}
.box50 .top .top-cc {
  float: left;
}
.box50 .top .top-cc p {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.box50 .top .top-cc p i {
  color: #ffa200;
  font-weight: bold;
}
.box50 .top .top-cc h3 {
  font-size: 24px;
  color: #007bd8;
  position: relative;
}
.box50 .top .top-cc h3::before {
  content: "";
  display: block;
  width: 214px;
  height: 1px;
  position: absolute;
  background: #007bd8;
  top: 50%;
  left: 122px;
}
.box50 .top .more {
  display: block;
  font-size: 14px;
  line-height: 10px;
  width: 133px;
  height: 10px;
  margin-top: 24px;
  background: url(../images/more.png) no-repeat center;
  float: right;
  padding-left: 55px;
  box-sizing: border-box;
  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;
  color: #999;
}
.box50 .top .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box50 .sild30 {
  margin-top: 30px;
  height: 520px!important;
}
.box50 .sild30 .hd3 {
  margin: 0 auto;
  width: 720px;
}
.box50 .sild30 .hd3 li {
  float: left;
  margin-left: 40px;
  width: 200px;
  height: 60px;
}
.box50 .sild30 .hd3 li a {
  display: block;
  width: 200px;
  height: 60px;
  box-shadow: 0px 0px 15px 0px rgba(44, 86, 139, 0.1);
  border-radius: 5px;
  font-size: 20px;
  line-height: 60px;
  color: #444;
  padding-left: 41px;
  box-sizing: border-box;
  background: url(../images/more8.png) no-repeat center left;
  background-position-x: 140px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}
.box50 .sild30 .hd3 li a::before {
  content: "";
  display: block;
  width: 200px;
  height: 0px;
  position: absolute;
  background: url(../images/more9.png) no-repeat center;
  top: -14px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.box50 .sild30 .hd3 li a:hover {
  color: #fff;
}
.box50 .sild30 .hd3 li a:hover::before {
  content: "";
  display: block;
  width: 200px;
  height: 90px;
  position: absolute;
}
.box50 .sild30 .hd3 li:nth-child(1) {
  margin-left: 40px;
}
.box50 .sild30 .hd3 li:nth-child(2) {
  margin-left: 40px;
}
.box50 .sild30 .hd3 .on a {
  color: #fff;
}
.box50 .sild30 .hd3 .on a::before {
  content: "";
  display: block;
  width: 200px;
  height: 90px;
  position: absolute;
}
.box50 .sild30 .bd3 {
  margin-top: 40px;
}
.box50 .sild30 .bd3 .li {
  height: 520px;
  display: none;
}
.box50 .sild30 .bd3 .li .sild40 {
  position: relative;
  width: 380px;
  height: 520px;
  float: left;
  overflow: hidden;
}
.box50 .sild30 .bd3 .li .sild40 .bd {
  width: 380px;
}
.box50 .sild30 .bd3 .li .sild40 .bd li {
  width: 380px !important;
  height: 520px;
  background-color: #f9fafb;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}
.box50 .sild30 .bd3 .li .sild40 .bd li .title-top {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.box50 .sild30 .bd3 .li .sild40 .bd li .title-top i {
  font-family: Arial;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.box50 .sild30 .bd3 .li .sild40 .bd li .img {
  width: 320px;
  height: 160px;
  border-radius: 5px;
  margin: 25px auto 0;
  overflow: hidden;
  display: block;
}
.box50 .sild30 .bd3 .li .sild40 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box50 .sild30 .bd3 .li .sild40 .bd li .title {
  display: block;
  font-size: 16px;
  line-height: 80px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild30 .bd3 .li .sild40 .bd li p {
  line-height: 24px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-bottom: 25px;
}
.box50 .sild30 .bd3 .li .sild40 .bd li .data {
  padding-top: 15px;
  border-top: 1px solid #cccccc;
  font-size: 20px;
  color: #999;
  font-weight: bold;
  background: url(../images/data.png) no-repeat center right;
  background-position-y: 25px;
}
.box50 .sild30 .bd3 .li .sild40 .bd li:hover .title {
  color: #007bd8;
}
.box50 .sild30 .bd3 .li .sild40 .hd {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-71%);
}
.box50 .sild30 .bd3 .li .sild40 .hd li {
  float: left;
  width: 10px;
  height: 10px;
  background: url(../images/cire-x2.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 25px;
  text-indent: -9999px;
}
.box50 .sild30 .bd3 .li .sild40 .hd .on {
  background: url(../images/cire-x1.png);
}
.box50 .sild30 .bd3 .li .y1 {
  width: 900px;
  float: left;
}
.box50 .sild30 .bd3 .li .y1 .list li {
  margin: 0 0 40px 40px;
  float: left;
  width: 410px;
  height: 130px;
  background-color: #ffffff;
  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;
  box-shadow: 0px 0px 13px 0px rgba(42, 77, 145, 0.1);
  border-radius: 5px;
}
.box50 .sild30 .bd3 .li .y1 .list li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box50 .sild30 .bd3 .li .y1 .list li .text {
  padding: 25px 0 0 25px;
  width: 360px;
  height: 130px;
  box-sizing: border-box;
  float: left;
}
.box50 .sild30 .bd3 .li .y1 .list li .text .title {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild30 .bd3 .li .y1 .list li .text p {
  line-height: 26px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 58px;
  margin-top: 5px;
}
.box50 .sild30 .bd3 .li .y1 .list li .data {
  width: 50px;
  height: 130px;
  background: url(../images/dat1.jpg) no-repeat center;
  float: right;
  text-align: center;
  padding-top: 79px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
.box50 .sild30 .bd3 .li .y1 .list li .data::before {
  content: "";
  display: block;
  width: 50px;
  height: 0px;
  position: absolute;
  background: url(../images/dat2.jpg) no-repeat center;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.box50 .sild30 .bd3 .li .y1 .list li:hover .title {
  color: #007bd8;
}
.box50 .sild30 .bd3 .li .y1 .list li:hover .data {
  color: #fff;
}
.box50 .sild30 .bd3 .li .y1 .list li:hover .data::before {
  content: "";
  display: block;
  width: 50px;
  height: 130px;
  position: absolute;
}
.box50 .sild30 .bd3 .li .y1 .con li {
  margin: 7px 0 0 40px;
  width: 409px;
  height: 53px;
  float: left;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  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;
}
.box50 .sild30 .bd3 .li .y1 .con li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box50 .sild30 .bd3 .li .y1 .con li a {
  width: 409px;
  display: block;
  line-height: 52px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 80px 0 16px;
  box-sizing: border-box;
  background: url(../images/cire-1.jpg) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild30 .bd3 .li .y1 .con li i {
  line-height: 52px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.box50 .sild30 .bd3 .li .y1 .con li:hover a {
  background: url(../images/cire-2.jpg) no-repeat center left;
}
.box50 .sild30 .bd3 .li:nth-child(1) {
  display: block;
}
.box60 {
  margin: 40px 0 0 0;
}
.box60 p {
  font-family: Arial;
  font-size: 24px;
  line-height: 40px;
  color: #007bd8;
  padding-left: 49px;
  background: url(../images/link.jpg) no-repeat center left;
  float: left;
}
.box60 .LJ {
  margin-left: 59px;
  float: left;
}
.box60 .LJ a {
  display: inline-block;
  line-height: 40px;
  color: #666;
}
.box60 .LJ a i {
  display: inline-block;
  margin: 0 20px;
}
.box60 .LJ a:hover {
  color: #007bd8;
}
.box60 .LJ a:hover i {
  color: #666;
}
