@charset "UTF-8";
/**
颜色配备
**/
.pageMain {
  width: 1200px;
  margin: auto;
  margin-top: 182px;
}

.mainLeft {
  padding-right: 40px;
}

.mainRight {
  width: 326px;
}

.plane .head .title {
  font-size: 20px;
  color: #222222;
  line-height: 1;
  padding-left: 16px;
  line-height: 24px;
  position: relative;
}
.plane .head .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 16px;
  background: #4860D3;
}
.plane .head .more a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  background-image: url(../images/home/home045.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 18px;
}
.plane .head .more a:hover {
  color: #4860D3;
  background-image: url(../images/home/home045_hover.png);
}

.h03 {
  margin-bottom: 26px;
  font-size: 20px;
}

.detailHead {
  height: 196px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
  padding: 30px;
  color: #666666;
  margin-top: 30px;
  margin-bottom: 20px;
}
.detailHead .image {
  width: 136px;
  height: 136px;
  background: #999999;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  margin-right: 24px;
}
.detailHead .title {
  font-size: 18px;
  color: #666666;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
}
.detailHead .title .name {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.detailHead .title .utag {
  display: inline-block;
  width: 63px;
  height: 20px;
  background: #E0E6FE;
  border-radius: 0px 10px 10px 10px;
  text-align: center;
  line-height: 20px;
  color: #4860D3;
  font-size: 12px;
}
.detailHead .cname {
  font-size: 14px;
  color: #333333;
  padding-bottom: 20px;
}

.pjFromContent {
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
  padding: 30px;
  margin-bottom: 20px;
}
.pjFromContent .fpjlist {
  margin-top: 30px;
  margin-bottom: 50px;
}
.pjFromContent .fpjlist .pjItem {
  height: 169px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
  margin-bottom: 20px;
  padding: 20px;
  display: block;
  position: relative;
  display: inline-block;
  width: 326px;
  border: 1px solid #D7DCF3;
  box-shadow: none;
  margin-right: 16px;
}
.pjFromContent .fpjlist .pjItem .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  height: 24px;
}
.pjFromContent .fpjlist .pjItem .title .ellipsis {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pjFromContent .fpjlist .pjItem .title .ellipsis.w246 {
  width: 246px;
}
.pjFromContent .fpjlist .pjItem .title .bp {
  display: inline-block;
  width: 32px;
  height: 20px;
  background: #99B2E3;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  margin-left: 6px;
}
.pjFromContent .fpjlist .pjItem .subtitle {
  max-height: 24px;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.pjFromContent .fpjlist .pjItem .tags {
  display: flex;
  height: 30px;
  padding-top: 10px;
  overflow: hidden;
}
.pjFromContent .fpjlist .pjItem .flg {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 14px;
  color: #666666;
  display: flex;
}
.pjFromContent .fpjlist .pjItem .flg span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.pjFromContent .fpjlist .pjItem .flg span img {
  margin-right: 5px;
}
.pjFromContent .about {
  margin-bottom: 55px;
  font-size: 16px;
}
.pjFromContent .company {
  font-size: 16px;
  color: #222222;
  line-height: 2;
  margin-bottom: 55px;
}
.pjFromContent .company .label {
  color: #666666;
  width: 75px;
}

.guestbookForm {
  height: 210px;
  background: #FFFFFF;
  border: 1px solid #D7DCF3;
}
.guestbookForm .textarea {
  height: 159px;
  padding: 30px 30px 40px 30px;
  position: relative;
}
.guestbookForm .textarea textarea {
  border: none;
  width: 100%;
  height: 100%;
  resize: none;
}
.guestbookForm .textarea .prompt {
  position: absolute;
  display: inline-block;
  background-color: #FFFFFF;
  right: 27px;
  bottom: 13px;
  color: #999999;
  font-size: 14px;
}
.guestbookForm .textarea .prompt span {
  color: #F83600;
}
.guestbookForm .bottom {
  height: 50px;
  background: rgba(72, 96, 211, 0.05);
  padding: 10px 20px;
  line-height: 30px;
  color: #999999;
}
.guestbookForm .bottom input {
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  padding: 0 12px;
  line-height: 30px;
  margin-right: 10px;
}
.guestbookForm .bottom .linkman {
  width: 120px;
}
.guestbookForm .bottom .tel {
  width: 180px;
}
.guestbookForm .bottom .button {
  width: 100px;
  height: 30px;
  background: #4860D3;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-left: 6px;
}
.guestbookForm .bottom .button:hover {
  background: #5B73E4;
}

.guestbookList {
  margin-top: 40px;
}
.guestbookList .guestbookItem {
  margin-bottom: 40px;
}
.guestbookList .avt .image {
  width: 90px;
  height: 90px;
  background: #F4F6FF;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}
.guestbookList .avt .image .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.guestbookList .name {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  margin-top: 16px;
}
.guestbookList .subtitle {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}
.guestbookList .subtitle .time {
  font-size: 14px;
  color: #999999;
}
.guestbookList .info {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-top: 10px;
}

.agencyList .items {
  margin-top: 30px;
}
.agencyList .item {
  position: relative;
  display: inline-block;
  width: 410px;
  height: 225px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
  padding: 30px;
  margin-bottom: 20px;
}
.agencyList .item .uinfo {
  margin-top: 12px;
}
.agencyList .item .image {
  width: 90px;
  margin-right: 19px;
  z-index: 1;
}
.agencyList .item .image .img {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.agencyList .item .uname {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
  margin-top: 10px;
  height: 26px;
  overflow: hidden;
}
.agencyList .item .uname span {
  font-size: 15px;
  color: #666666;
}
.agencyList .item .cmpname {
  color: #666666;
  line-height: 2.2;
  height: 22px;
  overflow: hidden;
}
.agencyList .opt {
  position: absolute;
  width: 100%;
  right: 30px;
  bottom: 25px;
  text-align: right;
  z-index: 1;
}
.agencyList .opt .optBtn {
  display: inline-block;
  padding-right: 32px;
  background-image: url(../images/home/home044.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #4860D3;
}
.agencyList .opt .optBtn:hover {
  background-image: url(../images/home/home044_hover.png);
}
.agencyList .hot {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 12px;
  color: #666666;
}
.agencyList .hot img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.agencyList .hot span {
  margin-left: 5px;
  display: inline-block;
  color: #FF5F32;
  font-weight: bold;
}
.agencyList .item {
  width: 326px;
  height: 182px;
  background: #FFFFFF;
}

.hotPlane {
  width: 326px;
  height: 247px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
  margin-top: 56px;
  margin-bottom: 40px;
  padding: 24px 17px;
  background-image: url(../images/project/hot-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.hotPlane .hot {
  height: 80px;
  background-image: url(../images/project/icon-hot.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 30px;
  padding-left: 76px;
  color: #FF5F32;
  font-size: 16px;
  margin-left: 50px;
}
.hotPlane .hot span {
  font-size: 36px;
  font-weight: bold;
}
.hotPlane .contact {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px #F5F6FC solid;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  color: #999999;
}
.hotPlane .contact .button {
  width: 160px;
  height: 40px;
  border: 1px solid #4860D3;
  color: #4860D3;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}
.hotPlane .contact .button:hover {
  background: #5B73E4;
  color: #FFFFFF;
}

.pjList {
  margin-top: 30px;
}
.pjList .pjItem {
  height: 169px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
  margin-bottom: 20px;
  padding: 20px;
  display: block;
  position: relative;
}
.pjList .pjItem .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  height: 24px;
}
.pjList .pjItem .title .ellipsis {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pjList .pjItem .title .ellipsis.w246 {
  width: 246px;
}
.pjList .pjItem .title .bp {
  display: inline-block;
  width: 32px;
  height: 20px;
  background: #99B2E3;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  margin-left: 6px;
}
.pjList .pjItem .subtitle {
  max-height: 24px;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.pjList .pjItem .tags {
  display: flex;
  height: 30px;
  padding-top: 10px;
  overflow: hidden;
}
.pjList .pjItem .flg {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 14px;
  color: #666666;
  display: flex;
}
.pjList .pjItem .flg span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.pjList .pjItem .flg span img {
  margin-right: 5px;
}
