@charset "UTF-8";
@font-face {
  font-family: DIN;
  src: url("/assets/font/DIN-Bold.otf");
}
.page {
  text-align: center;
}
.page .layui-laypage a, .page .layui-laypage span {
  font-size: 14px;
}
.page .layui-laypage a:hover {
  color: #0E357F;
}

/** 发表案例 **/
.publish .example {
  padding: 187px 0 30px;
  background: #F5F7FA;
}
.publish .example-tabs {
  margin-top: 30px;
}
.publish .example-tabs .tabs {
  padding: 30px 50px;
  background: #ffffff;
}
.publish .example-tabs .tabs span {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 15px;
  background: #F3F3F3;
  color: #666666;
  cursor: pointer;
}
.publish .example-tabs .tabs span.active, .publish .example-tabs .tabs span:hover {
  background: #ff8400;
  color: #ffffff;
}
.publish .example-tabs .tabs p {
  line-height: 24px;
  margin-top: 30px;
  color: #666666;
}
.publish .example-tabs .tabs-item {
  display: none;
}
.publish .example-tabs .tabs-item .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.publish .example-tabs .tabs-item .cont-item {
  width: calc((100% - 20px) / 2);
  margin: 0 20px 20px 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
}
.publish .example-tabs .tabs-item .cont-item:nth-of-type(2n) {
  margin-right: 0;
}
.publish .example-tabs .tabs-item .cont-item .box {
  display: flex;
  align-items: center;
}
.publish .example-tabs .tabs-item .cont-item .box .pic {
  width: 180px;
  height: 234px;
}
.publish .example-tabs .tabs-item .cont-item .box .text {
  flex: 1;
  margin-left: 15px;
}
.publish .example-tabs .tabs-item .cont-item .box .text .topic {
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.publish .example-tabs .tabs-item .cont-item .box .text .topic a {
  color: #0e357f;
  text-decoration: underline;
}
.publish .example-tabs .tabs-item .cont-item .box .text .topic a:hover {
  color: #ff8400;
}
.publish .example-tabs .tabs-item .cont-item .box .text .info p {
  margin-top: 15px;
}
.publish .example-tabs .tabs-item .cont-item .box .text .info p span {
  display: inline-block;
  width: 90px;
  color: #666666;
}
.publish .example-tabs .tabs-item .cont-item .factor {
  width: 180px;
  text-align: center;
  margin: 10px 0;
  color: #0E357F;
}
.publish .example-tabs .tabs-item .cont-item .factor span {
  font-family: DIN;
}
.publish .example-tabs .tabs-item .cont-item .tags {
  max-width: 590px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publish .example-tabs .tabs-item .cont-item .tags span {
  display: inline-block;
  padding: 8px 12px;
  margin-right: 10px;
  background: #F3F3F3;
  font-size: 12px;
}

/** 服务案例 **/
.service-case {
  padding: 187px 0 30px;
  background: #F5F7FA;
}
.service-case-desc {
  margin-top: 30px;
  padding: 20px 50px;
  background: #ffffff;
  color: #666666;
}
.service-case-cont .case-title {
  width: 100%;
  height: 66px;
  line-height: 66px;
  background: rgba(14, 53, 127, 0.08);
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
}
.service-case-cont .case-title i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 12px 0 30px;
}
.service-case-cont .case-title--47 i {
  background: url(/assets/images/case/icon1.png) no-repeat;
}
.service-case-cont .case-title--48 i {
  background: url(/assets/images/case/icon2.png) no-repeat;
}
.service-case-cont .case-title--49 i {
  background: url(/assets/images/case/icon3.png) no-repeat;
}
.service-case-cont .case-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 30px 10px;
  background: #ffffff;
}
.service-case-cont .case-item {
  flex: 0 0 calc((100% - 200px) / 5);
  margin-bottom: 15px;
  margin-right: 50px;
}
.service-case-cont .case-item:nth-of-type(5n) {
  margin-right: 0;
}
.service-case-cont .case-text {
  display: flex;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
}
.service-case-cont .case-text .name {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0E357F;
  text-decoration: underline;
}
.service-case-cont .case-text .name:hover {
  color: #ff8400;
}
.service-case-cont .case-text .iconfont {
  color: #0E357F;
}
.service-case-cont .case-popup .public-popup-box {
  width: 60%;
  height: 600px;
  padding: 20px;
  overflow-y: auto;
}
.service-case-cont .case-popup .public-popup-box .close {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}
.service-case-cont .case-tabs .tab-title {
  background: #ffffff;
  padding: 20px 30px;
  border-bottom: 1px solid #E9E9E9;
}
.service-case-cont .case-tabs .tab-title span {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 15px;
  background: #F3F3F3;
  color: #666666;
  cursor: pointer;
}
.service-case-cont .case-tabs .tab-title span:last-child {
  margin-right: 0;
}
.service-case-cont .case-tabs .tab-title span.active, .service-case-cont .case-tabs .tab-title span:hover {
  background: #ff8400;
  color: #ffffff;
}
.service-case-cont .case-tabs .tab-cont {
  display: none;
}
.service-case-cont .case-tabs .tab-cont.current {
  display: block;
}
.service-case-cont .case-btn {
  background: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}
.service-case-cont .case-btn a {
  display: inline-block;
  width: 168px;
  line-height: 48px;
}

/** 客户评价 **/
.feedback {
  padding: 187px 0 30px;
  background: #F5F7FA;
}
.feedback-desc {
  margin-top: 30px;
  padding: 30px 50px;
  background: #ffffff;
  line-height: 24px;
  color: #666666;
}
.feedback-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.feedback-item {
  width: calc((100% - 20px) / 2);
  margin: 0 20px 20px 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
}
.feedback-item:nth-of-type(2n) {
  margin-right: 0;
}
.feedback-item .cont {
  display: flex;
  align-items: center;
}
.feedback-item .cont .pic {
  width: 100px;
  height: 100px;
}
.feedback-item .cont .text {
  flex: 1;
  margin-left: 20px;
}
.feedback-item .cont .text p span {
  font-size: 16px;
  color: #666666;
}
.feedback-item .cont .text p.star {
  margin: 10px 0;
}
.feedback-item .cont .text p.college, .feedback-item .cont .text p.journal {
  font-size: 18px;
}
.feedback-item .cont .text p.journal {
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.feedback-item .topic {
  margin: 20px 0;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feedback-item .topic a {
  color: #0e357f;
  text-decoration: underline;
}
.feedback-item .topic a:hover {
  color: #ff8400;
}
.feedback-item .remark {
  position: relative;
  padding: 15px 15px 20px;
  background: #F8F8F8;
  border-radius: 4px 4px 4px 4px;
}
.feedback-item .remark-cont {
  height: 75px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.feedback-item .remark::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  content: "";
  display: inline-block;
  width: 53px;
  height: 43px;
  background: url(/assets/images/sign2.png) no-repeat;
}

/** 致谢艾德思 **/
.thanks {
  padding-top: 187px;
}
.thanks-box {
  margin-top: 30px;
}
.thanks-item {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-bottom: 20px;
  background: #F7F9FA;
  border: 1px solid #E9E9E9;
}
.thanks-item .date {
  width: 190px;
  padding: 15px 0;
  text-align: center;
  background: #ffffff;
}
.thanks-item .date .day {
  font-family: DIN;
  font-size: 40px;
  color: #FF8400;
}
.thanks-item .date .years {
  margin: 10px 0;
  font-family: DIN;
  font-size: 20px;
}
.thanks-item .date .time {
  color: #666666;
}
.thanks-item .text {
  flex: 1;
  margin-left: 30px;
}
.thanks-item .text h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #0E357F;
}
.thanks-item .text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 36px;
  color: #666666;
}
.thanks-item .text p .journal {
  color: #0E357F;
}
.thanks-item .text p a {
  color: #FF8400;
  text-decoration: underline;
}