.index-tit {
  text-align: center;
  padding-top: 40px;
}
.index-tit p {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}
.index-tit span {
  color: #b0b0b0;
  font-size: 20px;
  line-height: 1;
}
.index-1 {
  background-color: #f4f4f4;
  height: 585px;
}
.index-1 .pro-scroll {
  margin-top: 40px;
}
.index-1 .pro-scroll .bd ul {
  height: 395px;
}
.index-1 .pro-scroll .bd ul li {
  float: left;
  position: relative;
  width: 276px;
  height: 375px;
  box-shadow: 0px 0px 10px 0px rgba(22, 50, 97, 0.3);
  margin: 0 16px;
}
.index-1 .pro-scroll .bd ul li .pic {
  display: block;
  overflow: hidden;
  position: relative;
  width: 276px;
  height: 170px;
}
.index-1 .pro-scroll .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-1 .pro-scroll .bd ul li .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 102, 175, 0.9);
  top: -170px;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  text-align: center;
  padding-top: 70px;
}
.index-1 .pro-scroll .bd ul li .pic .mask span {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
}
.index-1 .pro-scroll .bd ul li .pic .mask .iconfont {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
.index-1 .pro-scroll .bd ul li .pro {
  width: 276px;
  height: 205px;
  background-color: #fff;
  text-align: center;
  padding-top: 18px;
}
.index-1 .pro-scroll .bd ul li .pro a {
  display: block;
  margin: 0 auto;
  color: #555555;
  font-size: 14px;
  line-height: 30px;
}
.index-1 .pro-scroll .bd ul li .title {
  position: absolute;
  background-color: #0066af;
  display: block;
  width: 190px;
  height: 40px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.index-1 .pro-scroll .bd ul li:hover .pic .mask {
  top: 0;
}
.index-1 .pro-scroll .bd ul li:hover .title {
  /*width: 40px;*/
  /*font-size: 30px;*/
  /*font-weight: bold;*/
  /*border-radius: 20px;*/
}
.index-2 {
  height: 621px;
}
.index-2 .slideBox {
  position: relative;
  margin-top: 42px;
}
.index-2 .slideBox > a {
  position: absolute;
  display: block;
  width: 501px;
  height: 31px;
}
.index-2 .slideBox .prev {
  bottom: 6px;
  left: 0;
  background: url(../images/prev.png) no-repeat center center;
}
.index-2 .slideBox .next {
  bottom: 6px;
  right: 0;
  background: url(../images/next.png) no-repeat center center;
}
.index-2 .slideBox .bd ul li {
  font-size: 0px;
}
.index-2 .slideBox .bd ul li .pic {
  display: inline-block;
  vertical-align: top;
  width: 470px;
  height: 340px;
  margin-right: 53px;
}
.index-2 .slideBox .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-2 .slideBox .bd ul li .info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 677px;
  height: 340px;
  padding-top: 24px;
}
.index-2 .slideBox .bd ul li .info .tit {
  display: block;
  color: #333333;
  font-size: 22px;
  line-height: 1;
}
.index-2 .slideBox .bd ul li .info .model {
  color: #333333;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  line-height: 29px;
  padding: 0 13px;
  display: inline-block;
  margin-top: 26px;
}
.index-2 .slideBox .bd ul li .info .desc {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  margin-top: 19px;
}
.index-2 .slideBox .bd ul li .info .more {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #0365ab;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
}
.index-2 .slideBox .bd ul li .num {
  text-align: center;
  color: #979797;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  margin-top: 25px;
}
.index-3 {
  width: 100%;
  height: 326px;
  background: url(../images/bg.jpg) no-repeat center center;
  padding-top: 85px;
  font-size: 0px;
}
.index-3 .cont .tit {
  display: inline-block;
  vertical-align: middle;
}
.index-3 .cont .tit .text {
  width: 193px;
  height: 120px;
  border: 1px solid #89889e;
  border-bottom: none;
  text-align: center;
  padding-top: 30px;
}
.index-3 .cont .tit .text p {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 17px;
}
.index-3 .cont .tit .text span {
  color: #cecece;
  font-size: 20px;
  line-height: 1;
}
.index-3 .cont .tit .more {
  display: block;
  width: 193px;
  height: 36px;
  background-color: #0066af;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
.index-3 .cont .desc {
  display: inline-block;
  vertical-align: middle;
  width: 928px;
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  margin-left: 78px;
}
.index-4 {
  padding-bottom: 40px;
}
.index-4 ul {
  font-size: 0;
  margin-top: 39px;
}
.index-4 ul li {
  display: inline-block;
  margin: 0 55px;
}
.index-4 ul li .icon {
  width: 128px;
  height: 128px;
  border: 10px solid #e0ecf5;
  border-radius: 50%;
  background-color: #0066af;
  text-align: center;
  margin: 0 auto;
}
.index-4 ul li .icon .iconfont {
  color: #ffffff;
  font-size: 54px;
  line-height: 108px;
}
.index-4 ul li .p1 {
  color: #333333;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 25px;
}
.index-4 ul li .line {
  width: 36px;
  height: 2px;
  background-color: #0066af;
  margin: 0 auto 15px;
}
.index-4 ul li .p2 {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.index-4 ul li:first-child {
  margin-left: 0;
}
.index-4 ul li:last-child {
  margin-right: 0;
}
.index-4 ul li:last-child .iconfont {
  font-size: 72px;
}
.index-5 {
  background-color: #f4f4f4;
  padding-bottom: 80px;
}
.index-5 ul {
  font-size: 0;
  margin-top: 33px;
}
.index-5 ul li {
  position: relative;
  float: left;
  width: 293px;
  height: 201px;
  margin-left: 8px;
  margin-top: 10px;
}
.index-5 ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-5 ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.index-5 ul li .tit {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: rgba(37, 37, 37, 0.85);
  height: 44px;
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
  padding-left: 10px;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.index-5 ul li .tit .iconfont {
  margin-right: 10px;
}
.index-5 ul li:first-child {
  width: 597px;
  height: 412px;
  margin-left: 0;
}
.index-5 ul li:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.index-5 ul li:hover .tit {
  background-color: rgba(0, 102, 175, 0.85);
}
.index-5 .more {
  display: block;
  width: 228px;
  height: 36px;
  border: 1px solid #bfbfbf;
  line-height: 34px;
  text-align: center;
  margin: 37px auto 0;
  color: #666666;
  font-size: 14px;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.index-5 .more:hover {
  border-color: #0066af;
  background-color: #0066af;
  color: #ffffff;
}
.detail-tit {
  text-align: center;
  padding-top: 30px;
}
.detail-tit .p1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: bold;
  color: #279c55;
}
.detail-tit .p2 {
  color: #333333;
  font-size: 30px;
  line-height: 30px;
}
.detail-tit .p2 span {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 1px;
  background: #bfbfbf;
  margin: 0 16px;
}
.detail-tit .p3 {
  color: #999999;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 28px;
}
.detail-tit .p3 i {
  color: #279c55;
}
.pro-list {
  width: 1200px;
  margin: 30px auto 0;
}
.pro-list > ul {
  font-size: 0px;
}
.pro-list > ul li {
  width: 590px;
  height: 312px;
  padding: 16px;
  background: #ffffff;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  box-shadow: 1px 1px 15px 0px rgba(35, 35, 35, 0.15);
}
.pro-list > ul li:nth-child(even) {
  margin-right: 0;
}
.pro-list > ul li .pic {
  display: block;
  width: 280px;
  height: 280px;
  border: 1px solid #eeeeee;
  float: left;
}
.pro-list > ul li .pic img {
  width: 100%;
  height: 100%;
}
.pro-list > ul li .info {
  float: right;
  width: 250px;
  height: 100%;
  position: relative;
}
.pro-list > ul li .info .title {
  font-size: 18px;
  color: #279c55;
  font-weight: bold;
  line-height: 56px;
}
.pro-list > ul li .info .desc {
  color: #555555;
  font-size: 14px;
  line-height: 30px;
}
.pro-list > ul li .info .more {
  position: absolute;
  bottom: 19px;
  display: block;
  width: 126px;
  height: 36px;
  border: 1px solid #e5e5e5;
  color: #888888;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-list > ul li:hover .more {
  background: #279c55;
  border-color: #279c55;
  color: #ffffff;
}
