#banner {
  padding-top: 145px;
  background: #f4f1ec;
}

#banner img {
  width: 100%;
}

.title {
  text-align: center;
}

.title h2 {
  height: 27px;
  font-size: 28px;
  font-weight: 500;
  color: rgba(34, 34, 34, 1);
  line-height: 36px;
}

.title p {
  height: 17px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
}

.title div {
  margin-top: 10px;
}

.product,
.after {
  padding-top: 110px;
}

.product ul,
.after ul {
  overflow: hidden;
}

.product ul li,
.after ul li {
  width: 33%;
  height: 356px;
  float: left;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;

  border-right: 1px solid #D5CFBF;
}

.product ul li:nth-child(3),
.product ul li:nth-child(6) {
  border-right: none;
}

.product ul li:nth-child(1),
.product ul li:nth-child(2),
.product ul li:nth-child(3) {
  border-bottom: 1px solid #D5CFBF;
}
.product ul li .img {
  width: 80px;
  height: 80px;
  margin: 0 auto 44px;
}

.product ul li:nth-child(1) .img {
  background: url('../img/cj\ \(11\).png') no-repeat;
}

.product ul li:nth-child(2) .img {
  background: url('../img/cj\ \(1\).png') no-repeat;
}

.product ul li:nth-child(3) .img {
  background: url('../img/cj\ \(2\).png') no-repeat;
}

.product ul li:nth-child(4) .img {
  background: url('../img/cj\ \(3\).png') no-repeat;
}

.product ul li:nth-child(5) .img {
  background: url('../img/cj\ \(4\).png') no-repeat;
}

.product ul li:nth-child(6) .img {
  background: url('../img/cj\ \(5\).png') no-repeat;
}
.product ul li:hover {
  background: #00b6cb;
}
.product ul li:nth-child(1):hover .img {
  background: url('../img/cj11.png') no-repeat;
}

.product ul li:nth-child(2):hover .img {
  background: url('../img/cj1.png') no-repeat;
}

.product ul li:nth-child(3):hover .img {
  background: url('../img/cj2.png') no-repeat;
}

.product ul li:nth-child(4):hover .img {
  background: url('../img/cj3.png') no-repeat;
}

.product ul li:nth-child(5):hover .img {
  background: url('../img/cj4.png') no-repeat;
}

.product ul li:nth-child(6):hover .img {
  background: url('../img/cj5.png') no-repeat;
}
.after ul li {
  border: none;
}

.after ul li img {
  width: 90px;
  height: 90px;
  margin: 0 auto 29px;
}

.after ul li p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}

.after ul li p.title {
  font-size: 18px;
  font-weight: 500;
}

.join {
  padding: 125px 0;
  color: #fff;
  background: #222 url('../img/join-bg.png') no-repeat bottom;
}

.join .title h2 {
  color: #fff;
}

.join .title p {
  color: #fff;
}

.join .tab-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.join .tab-wrap .item {
  padding: 10px 20px;
  width: 580px;
  box-sizing: border-box;
  text-align: center;
  background:#212121;
  border: 1px solid #555
}
.join .tab-wrap .item.on{
  background: #373737;
  box-shadow:0px 3px 10px #221e04;
}
.join .tab-wrap table {
  font-size: 16px;
  width: 100%;
}

.join .tab-wrap .item th {
  height: 50px;
  background: #333;
}
.join .tab-wrap .item.on th {
  height: 50px;
  background: #666;
}

.join .tab-wrap td {
  height: 40px;
  text-align: center;
}

.join .tab-wrap .title {

  margin: 20px 0;
  font-size: 20px;
}

.join .tab-wrap .item.on .btn {
  color: #222;
  background: #00b6cb;
}

.join .tab-wrap .btn {
  display: inline-block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #00b6cb;
  font-size: 16px;
  border: 1px solid #00b6cb;
  margin: 20px auto;
}

.profit {
  padding-bottom: 114px;
}

.profit .title {
  margin: 110px 0;
}

.pro-wrap {
  display: flex;
  justify-content: space-between;
}

.pro-wrap .item:nth-child(1) {
  margin-right: 60px;
}

.pro-wrap h2 {
  height: 60px;
  padding-left: 20px;
  font-size: 30px;
  border-left: 4px solid #222;
}

.pro-wrap h2 p {
  font-size: 20px;
}

.pro-wrap .ul {
  overflow: hidden;
  padding: 22px;
}

.pro-wrap .ul .li {
  width: 50%;
  float: left;
  margin-top: 40px;
}

.pro-wrap .ul .li .li-title {
  background: url('../img/ty.png') no-repeat left center;
  font-size: 18px;
}

.pro-wrap .ul .li p {
  padding-left: 21px;
  font-size: 16px;
  line-height: 30px;
}

.pro-wrap .btn {
  display: block;
  width: 210px;
  height: 58px;
  background: #00b6cb;
  line-height: 58px;
  text-align: center;
  margin-left: 22px;
  font-size: 18px;
  margin-top: 30px;
}

.model {
  background: #F6F6F6;
  padding: 90px 0 70px;
}

.model form {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.model form p {
  margin: 19px 0;
}

.model form input {
  box-sizing: border-box;
  height: 60px;
  padding: 0 20px;
  box-sizing: none;
}

.model form .name input,
.model form .phone input {
  width: 560px;
}
.model .city-wrap input{
  width: 358px;
}
.model .city-wrap{
  width: 100%;
}
.model .city-wrap div {
  display: flex;
  justify-content: space-between;
}
.model .leave  {
  width: 100%;
}
.model .leave textarea{
  width: 100%;
  height: 180px;
  padding: 20px;
  box-sizing: border-box;
  resize:none
}
.model .submit{
  width: 210px;
  height: 58px;
  background: #00b6cb;
  border: 0;
  margin: 0 auto;
  margin-top: 50px;
}