.tops {
  text-align: center;
}

.tops p {
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #eeeeee;
}

.tops h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 14px;
  padding-bottom: 19px;
  background: url('../images/tops.jpg') no-repeat center;
  background-position-y: 45px;
}

.tops h3 a {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.pro {
  background: url('../images/pro.jpg') no-repeat center;
  height: 681px;
  background-position-y: -200px;
}

.pro .center {
  width: 100%;
  padding-top: 69px;
}

.pro .center ul {
  clear: both;
  margin-top: 73px;
  text-align: center;
}

.pro .center ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pro .center ul li {
  /* float: left; */
  /* margin-right: 59px; */
  display: inline-block;
  margin: 0 10px;
  width: 230px;
  padding: 0 20px !important;
  height: 270px;
  /* padding-top: 39px !important; */
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(62, 166, 212, 0.25);
  border-radius: 5px;
  margin-top: 23px;
  position: relative;
}

.pro .center ul li:last-of-type {
  border: none;
  /* margin-right: 0px; */
  padding-right: 0px;
  padding-left: 0px;
  /* margin-left: 0px; */
}

.pro .center ul li:last-of-type:after {
  content: '';
  display: none;
}

.pro .center ul li:last-of-type:before {
  content: '';
  display: none;
}

.pro .center ul li .t {
  clear: both;
  width: 100%;
  height: 100%;
}

.pro .center ul li .t:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pro .center ul li .t .img {
  float: left;
  /* width: 163px; */
  /* height: 147px; */
  width: 100%;
  /* height: 260px; */
  height: 100%;
  background-color: #fff;
  position: relative;
  display: block;
}

.pro .center ul li .t .img img {
  transition: 0.7s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  transition: 0.7s;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pro .center ul li .t .num {
  float: right;
  font-family: Arial;
  font-size: 116px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 147px;
  letter-spacing: 0px;
  color: #f8f8f8;
  margin-right: -20px;
  display: none;
}
.pro .center ul li>a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: scale(1);
  opacity: 1;
  transition: 0.7s;
}
.pro .center ul li:hover img{
  /* opacity: 1; */
  transform: scale(1.1);
}

.pro .center ul li .p1 {
  width: 37px;
  height: 2px;
  background-color: #39a0c3;
  display: none;
}

.pro .center ul li .p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
  display: none;
}

.pro .center ul .l1,
.pro .center ul .l3 {
  /* margin-top: 23px; */
}
.pro .center ul .l2{
  margin-top: -23px;
}
.hon{
  margin-bottom: 60px;
}
.hon .center {
  padding-top: 27px;
  overflow: hidden;
}

.hon .center .picScroll {
  margin-top: 44px;
  position: relative;
}

.hon .center .picScroll .bd {
  width: 1040px;
  margin: 0 auto;
}

.hon .center .picScroll .bd ul {
  overflow: hidden;
  padding-bottom: 15px;
}

.hon .center .picScroll .bd li {
  float: left;
  width: 225px;
  margin-right: 46px;
}

.hon .center .picScroll .bd li .img {
  width: 178px;
  height: 251px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 999;
}

.hon .center .picScroll .bd li .img img {
  transition: 0.7s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hon .center .picScroll .bd li .a1 {
  width: 225px;
  height: 70px;
  padding-top: 60px;
  background-color: #f8f8f8;
  display: block;
  margin-top: -60px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  transition: 0.7s;
  box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.5);
}

.hon .center .picScroll .bd li:hover .a1 {
  /* background-color: #39a0c3; */
  color: #39a0c3;
  box-shadow: 0px 5px 10px 0px rgba(57, 160, 195, 0.5);
}

.hon .center .picScroll .prev {
  background: url('../images/left.jpg') no-repeat center;
  width: 44px;
  height: 90px;
  transition: 0.7s;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 140px;
  left: 0px;
}

.hon .center .picScroll .prev:hover {
  background: url('../images/left1.jpg') no-repeat center;
}

.hon .center .picScroll .next {
  background: url('../images/right.jpg') no-repeat center;
  width: 44px;
  height: 90px;
  transition: 0.7s;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 140px;
  right: 0px;
}

.hon .center .picScroll .next:hover {
  background: url('../images/right1.jpg') no-repeat center;
}

.form {
  margin-top: 40px;
  display: none;
}

.form .center {
  font-size: 0px;
}

.form .center input {
  margin-right: 40px;
  width: 280px;
  padding-left: 20px;
  height: 50px;
  background-color: #eeeeee;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #666666;
}

.form .center input::placeholder {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #666666;
}

.form .center input:last-of-type {
  margin-right: 0px;
}

.form .center #btn {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #39a0c3;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 200px;
  height: 50px;
  float: right;
}

.form .center #btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #39a0c3;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}

.form .center #btn:hover {
  color: #39a0c3;
  background-color: #fff;
}

.form .center #btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}