.abuoutpage {
  width: 100%;
}
.abuoutpage .banner {
  width: 100%;
  height: 407px;
  position: relative;
  overflow: hidden;
}
.abuoutpage .banner img {
  height: 407px;
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
.abuoutpage .introduce {
  width: 1200px;
  height: 363px;
  background: #ffffff;
  margin: -10px auto 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 50px 40px;
  align-items: flex-start;
}
.abuoutpage .introduce img {
  width: 406px;
  height: 267px;
  margin-right: 35px;
}
.abuoutpage .introduce .text {
  font-size: 17px;
  line-height: 23px;
}
.abuoutpage .introduce .text b {
  color: #000;
}
.abuoutpage .introduce .text p {
  color: #555;
  padding-bottom: 24px;
}
.abuoutpage .introduce .text:last-child {
  border-bottom: none;
}
.abuoutpage .module01 {
  background: url(../image/ditu_1.png) no-repeat top center;
  height: 650px;
  width: 100%;
}
.abuoutpage .module01 h1 {
  display: flex;
  justify-content: center;
  padding: 70px 0 40px 0;
}
.abuoutpage .module01 .content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.abuoutpage .module01 .content .item {
  width: 290px;
  height: 400px;
  box-sizing: border-box;
  padding: 120px 0 0 30px;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.abuoutpage .module01 .content .item .title {
  position: relative;
  padding-bottom: 20px;
}
.abuoutpage .module01 .content .item .title h2 {
  font-size: 36px;
  font-weight: 700;
}
.abuoutpage .module01 .content .item .title p {
  font-size: 20px;
}
.abuoutpage .module01 .content .item .title::after {
  content: '';
  width: 40px;
  height: 4px;
  display: block;
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
}
.abuoutpage .module01 .content .item .text {
  font-size: 14px;
  line-height: 24px;
  padding-top: 25px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.abuoutpage .module01 .content .item:nth-child(1) {
  background: url(../image/chuanxin_1.png) no-repeat top center;
}
.abuoutpage .module01 .content .item:nth-child(2) {
  background: url(../image/qinfei.png) no-repeat top center;
}
.abuoutpage .module01 .content .item:nth-child(3) {
  background: url(../image/pinzhi.png) no-repeat top center;
}
.abuoutpage .module01 .content .item:nth-child(4) {
  background: url(../image/zeren.png) no-repeat top center;
}
.abuoutpage .module01 .content .item:after {
  width: 100%;
  cursor: pointer;
  position: absolute;
  content: "";
  bottom: -150%;
  height: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  background: url(../image/ditu.png) no-repeat top center;
  transition: 0.3s linear;
}
.abuoutpage .module01 .content .item:hover {
  color: #000;
  transition: 0.2s linear;
}
.abuoutpage .module01 .content .item:hover .title::after {
  background-color: #000;
}
.abuoutpage .module01 .content .item:hover .text {
  opacity: 1;
}
.abuoutpage .module01 .content .item:hover:after {
  bottom: 0%;
}
.abuoutpage .module02 { 
  height: 1850px;
  width: 100%;
}
.abuoutpage .module02 .content {
  width: 1200px;
  margin: 0 auto;
  padding: 105px 0 0 40px;
  display: flex;
  align-items: flex-start;
}
.abuoutpage .module02 .content h2 {
  font-size: 36px;
  margin-right: 107px;
  font-weight: 500;
  position: relative;
}
.abuoutpage .module02 .content h2::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -6px;
  width: 40px;
  height: 4px; 
}
.abuoutpage .module02 .content .item p {
  color: #555;
  font-size: 15px;
  height: 35px;
  display: flex;
  align-items: center;
}
.abuoutpage .module02 .content .item p span {
  display: block;
  width: 80px;
  height: 22px;
  line-height: 22px;
  background: #3075ff;
  border-radius: 11px;
  text-align: center;
  color: #ffffff;
  margin-right: 20px;
}
.abuoutpage .module03 {
  background: #f7f7f7;
  height: 412px;
  width: 100%;
}
.abuoutpage .module03 h1 {
  display: flex;
  justify-content: center;
  padding: 70px 0 40px 0;
}
.abuoutpage .module03 .recommend-box {
  width: 1130px;
  height: 170px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  border-radius: 15px;
  justify-content: space-between;
  padding: 0 35px;
}
.abuoutpage .module03 .recommend-box .item {
  display: flex;
  align-items: center;
}
.abuoutpage .module03 .recommend-box .item img {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  margin-right: 15px;
}
.abuoutpage .module03 .recommend-box .item h3 {
  font-size: 42px;
  margin: 0;
  position: relative;
  display: inline;
}
.abuoutpage .module03 .recommend-box .item h3 .dw {
  font-size: 26px;
  position: absolute;
  right: -30px;
  bottom: 8px;
}
.abuoutpage .module03 .recommend-box .item h3 .more {
  position: absolute;
  top: -20px;
  right: -50px;
  font-size: 26px;
  font-weight: 400;
}
.abuoutpage .module03 .recommend-box .item p {
  margin: 0;
  font-size: 16px;
  color: #364256;
  padding-left: 5px;
}
