/**   custom banner**/
#customBanner{
  width: 100%;
  height: 380px;
  margin-top: 80px;
  background: url(../images/customImage/custom-banner.jpg) no-repeat center;
}
/**   custom list**/
#customer{
  height: 2px;
}
#inducy-area{
  /* height: 386px; */
  width: 100%;
}
.lineStyle{
  width: 1145px;
  height: 80px;
  border-bottom: 1px dashed rgb(218,218,218);
  margin-top: 38px;
}
.sexangle-lists{
  cursor:pointer;
  display: flex;
  margin-top: -44px;
  justify-content: space-between;
}
.sexangle{
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area-name{
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
  color:rgb(41,41,41)
}
.sexangle-one{
  width: 48px;
  height: 55px;
  background: url(../images/customImage/sexAngle.png) no-repeat;
}
.sexangle-one-hover{
  background: url(../images/customImage/sexAngle-select.png) no-repeat;
}
.area-name-hover{
  color: rgb(0,176,227);
}
.partner-list{
  padding: 68px 0px 30px 0px;
  display: flex;
}
.partner-msg{
  /* display: block; */
  width: 278px;
  height: 134px;
  margin-right: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-msg p{
  color:rgb(0,176,227);
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  padding:0px 10px;
}
p.parter-name-select{
  color:#fff;
}
.partner-msg-select{
  border: 1px solid rgb(0,176,227);
  background-color: rgb(153,176,197);
}
/**   custom detail**/
.partner-detail{
  background-color: #fff;
}
.partner-describe{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner-describe ul li{
  line-height: 28px;
  font-size: 18px;
  text-align: left;
}
.partner-describe ul li i{
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #00b0e3;
  border-radius: 6px;
  margin-right: 5px;
}
.partner-describe ul li:first-child{
  font-size: 20px;
  font-weight: 600;
}
.partner-detail h3{
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color:rgb(41,41,41);
  padding: 50px 0px;
}
.partner-detail p{
  text-indent: 2em;
  font-size: 18px;
  font-weight: 400;
  color:rgb(90,90,90);
  line-height: 20px;
}
.custom-image{
  margin-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.zwy{
  padding-top: 20px;
  font-size: 18px;
}