.about-banner {
  width: 100%;
  height: 425px;
  background: url(../img/about-banner.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.about-container {
  max-width: 990px;
  width: 70%;
  height: auto;
  margin: auto;
}
.about-banner-box {
  width: 100%;
  height: auto;
  padding-top: 180px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.31);
}
.about-banner-box > h1 {
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 5px;
}
.about-banner-box > p {
  font-size: 28px;
  font-weight: 400;
}
.about-tab-box {
  max-width: 990px;
  width: 70%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.about-tab-box ul {
  display: flex;
}
.about-tab-box ul .cur {
  background: #cb191e;
}
.about-tab-box li {
  display: inline-block;
  flex: 6;
  margin-right: 5px;
  background: rgba(177, 177, 177, 0.67);
  border-radius: 10px 10px 0px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.about-tab-box li:hover {
  background: #cb191e;
}
.about-tab-box li:last-child {
  margin-right: 0;
}
/* 小麒介绍 */
.about-title {
  max-width: 990px;
  /* width: 85%; */
  font-size: 30px;
  font-weight: 400;
  color: #383838;
  margin: 50px auto 25px;
}
.about-box-bg {
  width: 100%;
  height: 550px;
  background: url(../img/about-xqbg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.about-box-content {
  width: 55%;
  height: auto;
  /* padding-top: 70px; */
  position: absolute;
  left: 5%;
  top: 45%;
  transform: translateY(-50%);
  letter-spacing: 1px;
  /* outline: 1px solid red; */
}

.about-box-bg p {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  /* letter-spacing: 0.1em; */
  text-indent: 30px; /*首行缩进*/
  /* outline: 1px solid red; */
}
.about-box {
  margin: 30px auto;
  text-align: center;
  /* outline: 1px solid red; */
}
.about-box-left {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: left;
}
.about-box-left::before {
  content: "";
  width: 6px;
  height: 50px;
  background: #c82428;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.about-number {
  font-size: 37px;
  font-family: Bahnschrift;
  font-weight: 600;
  color: #fff;
}

.number111 {
  font-size: 28px;
  display: inline-block;
  position: absolute;
  top: -1px;
  /* outline: 2px solid fuchsia; */
}
.about-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: -5px;
}
.about-down {
  width: 100%;
  height: 86px;
  position: absolute;
  bottom: 13px;
  /* outline: 2px solid red; */
}
.about-down-left {
  width: 60%;
  /* font-size: 22px; */
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  /* text-align: center; */
  margin-left: 10%;
  margin-top: 29px;
  float: left;
  line-height: 28px;
  /* outline: 1px solid forestgreen; */
}

.about-down-right {
  float: right;
}
.about-down-pic {
  width: 75px;
  height: 86px;
  float: left;
  margin-right: 15px;
}
.about-down-pic img {
  width: 100%;
  vertical-align: middle;
}
/* 小麒文化 */
.about-culture {
  display: flex;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.about-culture li {
  display: inline-block;
  flex: 3;
  height: 110px;
}
.line {
  position: relative;
}
.line::after {
  content: "";
  width: 1px;
  height: 110px;
  background: rgba(65, 65, 65, 0.15);
  position: absolute;
  right: 96px;
  top: 0;
  /* background-color: #5e84d9; */
}
.left-pic {
  width: 71px;
  height: 71px;
  float: left;
}
.left-pic img {
  width: 100%;
  vertical-align: middle;
}
.right-text {
  width: calc(100% - 71px);
  padding-left: 18px;
  box-sizing: border-box;
  float: left;
}
#yuanjing {
  /* outline: 1px solid red; */
  margin-left: -34px;
  box-sizing: border-box;
  position: relative;
}
#yuanjing::after {
  content: "";
  width: 1px;
  height: 110px;
  background: rgba(65, 65, 65, 0.15);
  position: absolute;
  right: 31px;
  top: 0;
  /* background-color: #5e84d9; */
}
.right-text h3 {
  font-size: 20px;
  font-weight: 400;
  color: #383838;
  padding: 7px 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right-text p {
  font-size: 15px;
  font-weight: 400;
  color: #636363;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; */
}
#leftlist {
  margin-left: 30px;
}
.tab-item {
  display: none;
}
.show {
  display: block;
}
/* 小麒发展 */
.xq-develop{
  max-width: 1920px;
  width: 85%;
}
.xq-develop img{
  width: 100%;
  vertical-align: middle;
}
.about-left-box,
.about-right-box {
  width: calc((100% - 17px) / 2);
  height: 560px;
  float: left;
  position: relative;
}
.about-left-box {
  background: url(../img/about-kj-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  /* outline: 2px solid firebrick; */
}
.mb40 {
  /* outline: 1px solid red; */
}
.leftbox1 {
  width: 104%;
  height: 200px;
  background: url(../img/leftbox1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -2%;
  z-index: -1;
}
.leftbox2 {
  top: 22%;
}
.about-right-box {
  background: url(../img/about-fn-bg.png) no-repeat;
  background-size: 100% 100%;
}
.about-box-title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 65px;
  text-align: center;
}
.about-box-one {
  width: calc(100% - 110px);
  height: auto;
  padding: 17px 30px 16px 50px;
  box-sizing: border-box;
  position: relative;
  /*  top: 50%;
  left: 50%;
  transform: translate(-64%, -244%); */
  /* outline: 1px solid red; */
}
.about-box-one::before,
.about-box-two::before,
.about-box-four::before,
.about-box-right-one::before,
.about-box-fz::before {
  content: "";
  width: 10px;
  height: 13px;
  background: #c82428;
  position: absolute;
}
.about-box-one::before {
  top: 32px;
  left: 30px;
}
.about-box-two::before {
  top: 24px;
  left: 30px;
}
.about-box-two {
  padding: 10px 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.aboutbox1 {
  /* outline: 2px solid red; */
  margin-top: -18px;
  top: 12px;
}
.leftbox3 {
  top: 42%;
}
.aboutbox2 {
  margin-top: -8px;
}
#about_two {
  padding: 10px 50px;
  position: relative;
  top: 3px;
  /* outline: 2px solid forestgreen; */
}
#ellipsisId {
  /* height: 80px; */
  width: 100%;
  height: 80px;
  display: flex;
  /* outline: 1px solid fuchsia; */
}
.about-box-four {
  padding: 20px 50px;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -210%);
}
.about-box-four::before {
  top: 34px;
  left: 30px;
}
.boldTitle {
  font-size: 18px;
  color: #3f3f3f;
  font-weight: 600;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.boldTitle111 {
  /* margin-top: 10px; */
  /* outline: 1px solid red; */
}
.about-text-fz {
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  /* line-height: 28px; */
}

.aobut-left-box-pic,
.aobut-left-box-fnpic {
  width: 84px;
  height: 96px;
  position: absolute;
  right: 20px;
  top: 40px;
}
.aobut-left-box-pic {
  /* width: 84px;
    height: 96px; */
  background: url(../img/about-kjcx.png) no-repeat;
  background-size: 100% 100%;
  /* outline: 3px solid fuchsia; */
}
.aobut-left-box-fnpic {
  background: url(../img/about-pyfn.png) no-repeat;
  background-size: 100% 100%;
}
.about-fn-tel {
  width: 214px;
  height: 342px;
  background: url(../img/about-fn-tel.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 28px;
}
.about-box-fz {
  width: 50%;
  padding: 55px 0 30px 50px;
  box-sizing: border-box;
  position: relative;
}
.about-box-fz::before {
  top: 63px;
  left: 30px;
}
.about-fn-icon3 {
  width: 212px;
  height: 60px;
  background: url(../img/about-fn-icon3.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 23px;
}
.about-box-right-one {
  width: calc(100% - 110px);
  height: auto;
  padding: 35px 30px 16px 50px;
  box-sizing: border-box;
  position: relative;
}
.about-box-right-one::before {
  top: 43px;
  left: 30px;
}
/* 小麒团队 */
.about-team-box {
  width: 86%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  /* outline: 2px solid forestgreen; */
}
.teambg111 {
  outline: 2px solid forestgreen;
}
.team-left,
.team-right {
  width: calc((100% - 15px) / 2);
  height: auto;
  float: left;
}
.team-title-bg {
  width: 100%;
  height: 117px;
  background: url(../img/about-team-title-bg.png) no-repeat;
  background-size: 100% 100%;
  /* outline: 2px solid forestgreen; */
}
.team-left-box,
.team-right-box {
  height: 117px;
  float: left;
  text-align: center;
}
.team-left-box {
  width: 40%;
}
.team-right-box {
  width: 60%;
  position: relative;
}
.team-icon1 {
  width: 41px;
  height: 37px;
  background: url(../img/about-team-icon1.png) no-repeat;
  background-size: 100% 100%;
  margin: 25px auto 10px;
}
.team-icon2 {
  width: 51px;
  height: 38px;
  background: url(../img/about-team-icon2.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px auto 10px;
}
.team-icon3 {
  width: 42px;
  height: 42px;
  background: url(../img/about-team-icon3.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px auto 5px;
}
.team-icon4 {
  width: 38px;
  height: 40px;
  background: url(../img/about-team-icon4.png) no-repeat;
  background-size: 100% 100%;
  margin: 22px auto 8px;
}
.team-text {
  font-size: 22px;
  font-weight: 400;
  color: #72531c;
}
.team-right-box-up {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: red; */
}
.team-right-box-up::before {
  content: "";
  width: 1px;
  height: 70px;
  background: #72531c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.team-right-box-up-text {
  padding: 15px 0 10px 0;
  box-sizing: border-box;
}
.team-right-box-up-text span {
  background: #fff;
  padding: 2px 15px;
  border-radius: 15px;
  color: #9b7f3e;
}
#channel_partner {
  word-wrap: break-word;
  /* outline: 1px solid red; */
}
.team-box-down {
  width: 100%;
  height: 160px;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 20px 25px 30px;
  box-sizing: border-box;
}
/* #team_box1 {
  min-height: 160px !important;
  outline: 1px solid forestgreen;
}
#team_box {
  min-height: 160px;
  outline: 1px solid red;
} */

.team-box-down p,
ol li {
  font-size: 15px;
  font-weight: 400;
  color: #5f5f5f;
  line-height: 35px;
}
ol {
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
/* 小麒荣誉 */
.honor-box {
  width: 100%;
  height: auto;
  background: #262626;
}
.honor-box h1 {
  font-size: 36px;
  font-weight: 300;
  color: #cfb888;
  text-align: center;
  padding: 70px 0 28px;
  box-sizing: border-box;
}
.honor-box h1 span {
  position: relative;
}
.honor-box h1 span::before {
  content: "";
  width: 100px;
  height: 2px;
  background: #cfb888;
  position: absolute;
  left: -115px;
  top: 54%;
  transform: translateY(-50%);
}
.honor-box h1 span::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #cfb888;
  position: absolute;
  right: -115px;
  top: 54%;
  transform: translateY(-50%);
}
.honor-box-star{
  width: 130px;
  height: 36px;
  background: url(../img/about-xq4-star.png) no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.honor-box-star-title{
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: 400;
  color: #CFBA86;
  text-align: center;
  margin: 15px auto 27px;
  letter-spacing: 2px;
}
.honor-box-star-pic{
  width: 502px;
  height: 358px;
  background: url(../img/about-xq4-pic0.png) no-repeat;
  /* background: url(../img/证书.png) no-repeat; */
  background-size: 100% 100%;
  margin: 0 auto 55px;
  position: relative;
}
.honor-box-star-pic::after{
  content: '';
  width: 277px;
  height: 201px;
  background: url(../img/about-xq4-pic0-tip.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 6px;
  right: -215px;
}
.honor-box-content {
  /* max-width: 1260px; */
  min-width: 1260px;
  width: 70%;
  margin: auto;
  /* outline: 3px solid darkorchid; */
}

.honer-three {
  /* width: 100%; */
  min-width: 1260px;
  height: 38px;
  display: flex;
  line-height: 38px;
  /* outline: 2px solid white; */
}
.honer-three li {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  text-align: center;
}
.honer-three .w280 {
  /* width: 29%; */
  width: 280px;
  /* min-width: 28%; */
  height: 38px;
  background: url(../img/about-honor-bg2.png) no-repeat;
  background-size: 100% 100%;
}
#innovate {
  width: 395px;
  /* margin-right: 110px; */
  /* outline: 2px solid forestgreen; */
}
#internet {
  width: 430px;
  /* outline: 2px solid forestgreen; */
}
#personage {
  width: 390px;
  /* outline: 2px solid forestgreen; */
}
.honer-three .w320 {
  width: 320px;
  /* min-width: 30%; */
  /* width: 32%; */
  height: 38px;
  background: url(../img/about-honor-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.honor-three-pic {
  /* width: 100%; */
  width: 100%;
  min-width: 1300px;
  height: auto;
  margin: 35px auto 60px;
}
.honor-three-pic img,
.about-certificate-five img {
  width: 100%;
  padding-right: 37px;
  box-sizing: border-box;
  vertical-align: middle;
  /* outline: 2px solid powderblue; */
}
/* .honor-three-pic img{
  width: 100%;
  margin-bottom: 10px;
} */
.honer-title {
  font-size: 22px;
  font-weight: 400;
  color: #cfba86;
  text-align: center;
}
.about-certificate-five {
  max-width: 1140px;
  width: 80%;
  height: auto;
  margin: 45px auto 0;
  padding-bottom: 70px;
  box-sizing: border-box;
}
#certificate_five img {
  width: 114%;
  padding: 0;
  margin-left: -91px;
  /* outline: 2px solid red; */
}
/* 小麒新闻 */
.newLine {
  position: relative;
}
.newLine::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #dedfe2;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.xqNew-title {
  /* border-bottom: 2px solid  #CE2B30;
    padding-bottom: 8px;
    position: relative;
    z-index: 1; */
}
.new-left-box {
  width: calc(70% - 25px);
  height: auto;
  float: left;
  /* background: #fff; */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
  margin-right: 20px;
}
.new-right-box {
  width: 30%;
  height: auto;
  float: right;
  cursor: pointer;
}
.new-right {
  width: 100%;
  height: 700px;
  overflow-y: auto;
}

.new-box {
  width: 100%;
  height: 77px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.new-box:hover {
  width: 100%;
  height: 80px;
  background: url(../img/about-new-active.png) no-repeat;
  background-size: 100% 100%;
}
.new-box-active {
  width: 100%;
  height: 80px;
  background: url(../img/about-new-active.png) no-repeat;
  background-size: 100% 100%;
}
.new-box-left {
  width: calc(100% - 55px);
  height: 57px;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.new-list-time {
  font-size: 12px;
  color: #666;
}
.new-list-title {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 18px;
  padding-top: 4px;
  box-sizing: border-box;
}
.new-content {
  width: calc(100% - 80px);
  height: 70px;
  font-size: 14px;
  font-weight: 300;
  color: #7f7f7f;
  line-height: 20px;
  float: left;
  padding-top: 10px;
  box-sizing: border-box;
}
.new-img {
  width: 55px;
  height: 57px;
  background: #eee;
  float: right;
}
.new-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.new-left-title {
  font-size: 24px;
  font-weight: 500;
  color: #313131;
  line-height: 30px;
  text-align: left;
  padding: 30px 0 20px;
  box-sizing: border-box;
}
.new-left-time {
  font-size: 14px;
  color: #999;
  text-align: left;
  padding-bottom: 10px;
}
.new-left-content {
  font-size: 16px;
  font-weight: 300;
  color: #676767;
  line-height: 28px;
}
.new-left-content h1 {
  text-indent: 32px;
}
.new-left-content p {
  /* text-indent: 32px; */
}
.new-left-content p img {
  width: 100%;
  vertical-align: middle;
  /* margin-left: -32px; */
}

.new-left-content img {
  width: 100%;
  vertical-align: middle;
  padding: 10px 0;
  box-sizing: border-box;
}
/* 联系小麒 */
.contact-box {
  width: 100%;
  /* height: 190px; */
  height: auto;
  display: flex;
}
.contact-box li {
  float: left;
  flex: 3;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}
.icon-code-box{
  margin-top: 20px;
}
#contact_group {
  /* outline: 3px solid fuchsia; */
}
.contact-up {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.contact-up span {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  color: #5c5c5c;
}
.contact-up-left-pic {
  width: 40px;
  height: 32px;
  margin-right: 5px;
}
.contact-up-left-pic1 {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.contact-up-left-pic img,
.contact-up-left-pic1 img {
  width: 100%;
  vertical-align: middle;
}
.contact-people {
  font-size: 16px;
  font-weight: 400;
  color: #5c5c5c;
  padding: 23px 0 18px;
  box-sizing: border-box;
}
.contact-tel {
  font-size: 26px;
  font-family: Bahnschrift;
  font-weight: normal;
  color: #676767;
}
.address {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.address span {
  display: inline-block;
}
.address .map {
  width: 16px;
  height: 23px;
  margin-right: 5px;
}
.address .map img {
  width: 100%;
  vertical-align: middle;
}
.map-city {
  font-weight: bold !important;
  font-size: 16px;
  font-weight: 500;
  color: #5c5c5c;
}
.map-address {
  font-size: 16px;
  font-weight: 500;
  color: #5c5c5c;
}
.map-btn {
  background: linear-gradient(0deg, #5e84d9, #9dccff);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  margin-left: 15px;
  padding: 0 10px;
  box-sizing: border-box;
}
.map-btn a {
  color: #fff;
}
.about-map {
  width: 100%;
  /* height: 350px; */
  height: auto;
  margin-top: 40px;
  position: relative;
}
.about-map img {
  width: 100%;
  /* height: 100%; */
  vertical-align: middle;
}
.about-map-box {
  max-width: 990px;
  width: 70%;
  margin: auto;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.about-map-text {
  max-width: 990px;
  width: 430px;
  height: auto;
  margin: auto;
  position: absolute;
  right: 0;
}
.about-map-text img {
  width: 100%;
  vertical-align: middle;
}

.teamText {
  color: #fff;
  margin: 0;
  padding: 50px 88px 27px;
  box-sizing: border-box;
}
/* 地图 */
#container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "微软雅黑";
}
/* 新闻搜索框 */
.search-box {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
/* 输入框 */
input,
button {
  border: 0;
  outline: none;
}
input {
  width: 100%;
  border: 0;
  height: 35px;
  line-height: 35px;
  background: #fff;
  outline: none;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
  position: relative;
}
.icon-search {
  display: inline-block;
  width: 70%;
  height: 35px;
  float: left;
  position: relative;
}
.icon-search::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/icon-search.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
/* .icon-search::after{
    content: '';
    width: 0;
    height: 0;
    background: url(../img/icon-search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 99;
} */
button {
  width: 30%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #cb191e;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  float: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ql-video{
  width: 100%;
  height: 250px;
  padding: 10px 0;
}
/* .icon-code{
  width: 100%;
}
.icon-code img{
  width: 100%;
  vertical-align: middle;
} */
