* {
  margin: 0;
  padding: 0;
  /* letter-spacing: 3px; */
}

html,
body {
  height: 100%;
}

h1,
h2,
h3 {
  letter-spacing: 3px;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}



a {
  color: #000;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.iconfont {
  font-family: "iconfont";
  font-style: normal;
}


@font-face {
  font-family: 'iconfont';
  /* Project id 2701175 */
  src: url('//at.alicdn.com/t/font_2701175_b1yszd68tbt.woff2?t=1632279086553') format('woff2'),
    url('//at.alicdn.com/t/font_2701175_b1yszd68tbt.woff?t=1632279086553') format('woff'),
    url('//at.alicdn.com/t/font_2701175_b1yszd68tbt.ttf?t=1632279086553') format('truetype');
}



@font-face {
  font-family: '书体坊王学勤钢笔行书';
  src: url('/default/font/书体坊王学勤钢笔行书.ttf');
}

@font-face {
  font-family: 'HuXiaoBo-NanShen';
  src: url('/default/font/胡晓波男神体.otf');
}

/*定义轨道的宽高{height定义的是横向轨道的高，width定义的是垂直轨道的宽}*/
::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

/*定义的轨道的样式*/
::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f5f5f5;
}

/*定义的滑块的样式*/
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ccc;
}

.qdhead .headerCenter a {
  color: #000 !important;
}

.bannerBox {
  position: relative;
  width: 100%;
  /* height: 600px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.bannerBox img {
  height: 100%;
  width: 100%;
}

.bannerH1 {
  position: absolute;
  bottom: 80px;
  left: 0px;
  width: 100%;
  height: 100px;
  display: block;
}

.bannerh1child {
  position: relative;
  width: 1520px;
  margin: 0 auto;
  height: 100px;
  border-left: 12px solid #D1332D;
}

.bannerH1 h1 {
  font-family: OPPOSans;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  margin-left: 17px;
}

.bannerH1 h2 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  margin-top: 12px;
  margin-left: 17px;
}


/* 关于我们 */
.about_daohang {
  width: 100%;
  height: 50px;
  background-color: #D1332D;
  overflow: hidden;
}

.topUl {
  width: 1520px;
  margin: 0 auto;
  height: 50px;
  display: flex;
  z-index: 100;
}

.about_daohang i {
  display: none;
}

.about_daohang p {
  display: none;
}

.topUl a {
  display: block;
  width: 100px;
  height: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}



.topUla {
  background-color: rgb(167, 41, 36);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(167, 41, 36) !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media screen and (max-width:700px) {
  .hvr-bounce-to-right::before {
    background: rgba(0, 0, 0, 0);

  }
}

.aboutUsBox {
  width: 1520px;
  padding-top: 80px;
  margin: 0 auto;
}

.aboutUsBox h1 {
  font-size: 30px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 28px;
  color: #D1332D;
  margin: 0px 0 10px 0;
}

.aboutUsBox h2 {
  font-size: 18px;
  font-family: OPPOSans-B;
  font-weight: 500;
  line-height: 18px;
  color: #CCCCCC;
  margin-bottom: 48px;
  margin-top: 18px;
}

.aboutUsBox p {
  width: 650px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  opacity: 1;
  text-indent: 2em;
}

.aboutUsBox img {
  width: 740px;
}

.aboutUsBoxChild {
  width: 100%;
  /* display: flex; */
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.aboutUsBoxChild>div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 506px;
}

@media screen and (max-width:1600px) {
  .aboutUsBoxChild>div {
    height: 576px;
  }
}

.aboutUsUl {
  display: flex;
  justify-content: space-between;
  width: 1520px;
  margin: 92px auto 40px auto;
}

.aboutUsUl a {
  width: 480px;
  height: 270px;
  display: block;
  overflow: hidden;
}

.aboutUsUl a:hover img {
  transform: scale(1.2);
}

.aboutUsUl img {
  width: 100%;
  transition: .3s;
}

.aboutUsbu {
  display: flex;
  justify-content: space-evenly;
  width: 1520px;
  height: 200px;
  background: #D1332D;
  margin-bottom: 100px;
}

.aboutUsbu li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.aboutUsbu div {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.aboutUsbu img {
  width: 18px;
}

.aboutUsbu p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 1;
  text-indent: 0;
  width: auto;
}

.aboutUsbu h1 {
  font-size: 36px;
  font-family: OPPOSans-B;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 1;
  margin: 0;
}

/* 院长致辞 */
.aboutSpeech {
  background-image: url("/default/img/gy1.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.aboutSpeechBoxChild {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 620px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
}

.aboutSpeechBoxChild p {
  width: 675px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  opacity: 1;
}

.aboutSpeechBoxChild h3 {
  font-size: 48px;
  font-family: 书体坊王学勤钢笔行书;
  font-weight: 400;
  line-height: 48px;
  color: #333333;
  margin-top: 53px;
}

.aboutSpeechBoxChild span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}

/* 技术骨干 */
.core {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 90px 0;
}

.core_box {
  position: relative;
  width: 246px;
  height: 492px;
  background: #ECECEC;
  margin: 5px 3px;
  overflow: hidden;
}

.core_box>img {
  width: 246px;
  height: 246px;
}

.core_text {
  padding: 0 20px;
}

.core_box h1 {
  font-size: 18px !important;
  font-family: SourceHanSansCN-Regular;
  /* line-height: 40px; */
  letter-spacing: 1px;
  margin: 20px 0 12px 0;
}

.core_box h2 {
  font-size: 12px !important;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  /* line-height: 20px; */
  letter-spacing: 1.0px;
  margin: 0;
}

.core_red img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.core_text h1 {
  color: #333;
}

.core_box h2 {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 3;
  /* 控制最多显示几行 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
}

.core_red {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  transition: .5s;
  opacity: 0;
  padding: 0 30px;
  width: 186px;
  height: 256px;
  background-color: #d1332d;
}

.core_box:hover .core_red {
  transform: translateY(0);
  opacity: 1;
}

.core_red .iconfont {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.core_red h1,
.core_red h2,
.core_red .iconfont {
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
}

.core_red h1 {
  transition: 1s;
  transition-delay: .3s;
}

.core_red h2 {
  transition: 1.5s;
  transition-delay: .4s;
}

.core_red .iconfont {
  transition: 1s;
  transition-delay: .6s;
}

.core_box:hover h1,
.core_box:hover h2,
.core_box:hover .iconfont {
  transform: translateY(0);
  opacity: 1;
}


.core_b {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-150%);
  transition: 1s;
  opacity: 0;
}

.core_w {
  width: 1180px;
  height: 380px;
  padding: 110px 0;
  background: #fff;
}

.core_w_banner {
  height: 100%;
}

.core-swiper-container {
  height: 100%;
}

.core-swiper-container .swiper-slide {
  overflow: hidden;
}

.core-slide {
  display: flex;
  align-items: flex-start;
}

.core-slide-text {
  overflow: auto;
  width: 870px;
}

.core-slide h1 {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 40px; */
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.core-slide p {
  padding: 0 90px 0 0;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  letter-spacing: 1.0px;
  overflow: auto;
  /* height: 330px; */
}

.core-slide-text-p {
  height: 330px;
  overflow: auto;
}


.core-slide img {
  width: 220px;
  height: 220px;
  margin: 0 40px 0 50px;
}

.core_button {
  position: absolute;
  top: 0;
  right: 30px;
  width: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.core_button .swiper-button-next,
.core_button .swiper-button-prev {
  left: 0px;
  width: 20px;
  right: auto;
  bottom: 0;
  margin: 0;
  background: none;
}

.core_button .swiper-button-next {
  top: auto;
  bottom: 0;
}

.core_button .swiper-button-prev {
  top: 0;
  bottom: auto;
}

.core_b .swiper-button-next:after,
.core_b .swiper-button-prev:after {
  display: none;
}

.core_button span {
  font-size: 16px;
  color: #999999;
}

.core_button span:hover {
  color: #d1332d;
}

.core_close {
  display: flex;
  font-size: 24px !important;
  cursor: pointer;
}

.core_b .swiper-button-disabled {
  background-color: #d1322d00;
}

.core-pagination {
  right: auto;
  left: 0;
  opacity: 0;
}

/* 组织架构 */
.team .aboutSpeechBoxChild {
  justify-content: center;
  align-content: center;
  align-items: center;
  height: auto;
  margin: 50px 0;
}

.team h1,
.team h2 {
  text-align: center;
}

.team p {
  width: auto;
  height: auto;
  text-indent: 0;
}

.team img {
  width: auto;
}

/* 资质证书 */
.aboutCertificate h1,
.aboutCertificate h2 {
  text-align: center;
}

.aboutCertificatebox {
  width: 1516px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.aboutCertificatebox a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 280px;
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  margin: -2px 0 0 0;
  transition: .3s;
  margin-right: 79px;
}

.kedu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
  height: 336px !important;
  width: auto !important;
}

.aboutCertificatebox a:hover .kedu {
  opacity: 1;
}

.aboutCertificatebox a:nth-child(5n) {
  margin-right: 0;
}

.aboutCertificatebox a:hover {
  border-top: 0px;
  border-bottom: 0px;
  background-color: #D1332D;
  height: 282px;
}

.aboutCertificatebox a:hover h1 {
  color: #fff;
}

.aboutCertificatebox a:hover p {
  text-align: left;
  width: 140px !important;
}

.aboutCertificatebox a:hover img {
  width: 140px;
  height: 96px;
}

.aboutCertificatebox h1 {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  width: 200px;
  transition: .3s;

}

.aboutCertificatebox p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  width: 200px;
  text-align: center;
  text-indent: 0em;
  margin-bottom: 15px;
  transition: .3;
}

.aboutCertificatebox a:hover p {
  color: #fff;
}

.aboutCertificatebox img {
  width: 200px;
  height: 140px;
  transition: .3s;

}

.jiazai {
  position: relative;
  left: 50%;
  margin-left: -29px;
  width: 59px;
  margin-top: 60px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
}

.jiazai img {
  width: 59px;
  height: 43px;

}

.loading_white {
  z-index: 1;
}

.loading_red {
  position: absolute;
  background-color: #fff;
  width: 0px;
  height: 43px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: auto;
  animation-name: loading;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.loading_red img {
  position: absolute;
  left: 0;
  right: auto;
  animation-name: loadingimg;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes loading {
  0% {
    width: 0px;
  }

  100% {
    width: 59px;
  }
}

.cretificate {
  position: fixed !important;
  display: flex;
  top: -2000px;
  left: 50%;
  align-items: center;
  width: 1200px;
  margin: -360px 0 0 -600px;
  height: 721px;
  /* background-color: rgba(0, 0, 0, 0.7); */
  z-index: 10001 !important;
}

.cretificateback {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  display: none;
}

.cretificateBox {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.cretificateswiper {
  width: 1000px !important;
}

.cretificate .swiper-slide {
  display: flex;
  align-items: center;
}

.cretificatebox {
  width: 1000px;
  height: 720px;
  margin: 0 auto;
  background-color: #fff;
}

.cretificateTitle {
  width: 100%;
  height: 60px;
  border-bottom: 1px dotted #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cretificateTitle h1 {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
}

.cretificateTitle p {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  line-height: 28px;
  color: #999999;
  margin-left: 9px;
}

.cretificateBottom {
  width: 100%;
  height: 660px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cretificateBottom img {
  width: 870px;
  height: 600px;
}

.cretificateprev,
.cretificatenext {
  width: 50px !important;
  height: 50px !important;
  background: #D1332D;
  border-radius: 50%;
  background-image: url("/default/img/jiantou-zuo.png") !important;
  background-position: center;
  background-size: 17px !important;
}

.cretificatenext {
  background-image: url("/default/img/jiantou-you.png") !important;
}

/* 业务范围 */
.businesstitle h1,
.businesstitle h2 {
  text-align: center;

}

.businessbox {
  width: 1520px;
  height: auto;
  padding-bottom: 100px;
  /* overflow: hidden; */
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.businessbox a {
  position: relative;
  display: flex;
  width: 510px;
  background: #666666;
  margin-right: 3px;
  transition: .3s;
}

/* .businessbox a:first-child {
  width: 510px;
} */

/* .businessbox a:hover{
  width: 408px;
} */

.businessbox a:last-child {
  margin-right: 0;
}

.businessbox img {
  width: 100%;
  z-index: 11;
  height: 100%;
}

.businessbox span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 1;
  z-index: 15;
  width: 100%;
  padding: 42px 0px 0 0;
  height: 38px;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 500;
  line-height: 28px;
  text-indent: 1em;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.busswiper {
  width: 136px !important;
  overflow: initial !important;
}

.buswrapper {
  width: 136px !important;
  align-items: flex-end;
  height: 750px !important;
}

.buswrapper .swiper-slide {
  width: 136px !important;
  display: flex;
  align-items: flex-end;
}

.buswrapper .swiper-slide-active,
.buswrapper .swiper-slide-active a {
  width: 408px !important;
}

.busp {
  display: none;
  padding-top: 60px;
  width: 1200px;
  margin: 0 auto;
  /* display: flex; */
  justify-content: center;
}

.busp h1 {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-right: 55px;
}

.busp p {
  width: 870px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}

.busbtn {
  position: relative;
  display: none;
  width: 1200px;
  margin: 0 auto;
  height: 140px;
}

.busbtn .cretificatenext,
.busbtn .cretificateprev {
  top: 50%;
  left: 230px;
  transform: rotate(45deg);
  transition: .3s;
}

.busbtn .cretificatenext {
  left: 300px;
  transform: rotate(-45deg);
}

.busbtn .cretificatenext:hover,
.busbtn .cretificateprev:hover {
  transform: rotate(0);
}

.businessbox_mobile {
  display: none;
}

/* 获奖荣誉 */
.honortime1 {
  display: none;
}

.honor {
  height: 700px;
  display: flex;
  justify-content: space-between;
}

.honor>div:first-child {
  width: 135px;
}

.honor>div:last-child {
  width: 1123px;
}

.honortime {
  height: 70px;
  width: 1123px;
  background-image: url("/default/img/kedu2.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

@media screen and (max-width:1600px) {
  .honor>div:last-child {
    width: 1000px;
  }

  .honortime {
    width: 1000px;
  }
}

.honortimebox {
  position: relative;
  width: 1000px;
  margin-left: 83px;
}

.honortimebox a {
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  margin-right: 70px;
}

.honors {
  margin-top: 100px;
  height: 505px;
  overflow-y: auto;
  overflow-x: hidden;
}

.honorstitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1123px;
  height: 83px;
}

.honorsbox {
  border-top: 1px dotted #ccc;
  width: 1123px;
  height: 83px;
  overflow: hidden;
  transition: .3s;
}

.honorsbox:last-child {
  border-bottom: 1px dotted #ccc;
}

.honorsbox:hover {
  height: 302px;
  padding-bottom: 40px;
}

.honorsbox a {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  transform: .3s;
}

.honorsbox:hover a {
  color: #D1332D;
  font-weight: bold;
}

.honorsbox p {
  width: 718px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  text-indent: 0em;
  margin-bottom: 30px;
}

.honorsbox p:nth-child(2) {
  margin-bottom: 0;
}

.icon {
  width: 19px !important;
  transition: .3s;
}

.honorsbox:hover .icon {
  transform: rotate(135deg);
}

.honorimg {
  position: static;
}

.honorNext,
.honorPrev {
  width: 44px !important;
  height: 44px !important;
  background: #D1332D;
  border-radius: 50%;
  opacity: 1;
  background-image: url("/default/img/jiantou-you.png") !important;
  background-size: 17px !important;
  transition: .3s;
}

.honorPrev {
  transform: rotate(-135deg);
  left: -83px !important;
}

.honorPrev:hover {
  transform: rotate(-180deg);
}

.honorNext {
  transform: rotate(-45deg);
  right: 83px !important;
}

.honorNext:hover {
  transform: rotate(0deg);
}

.swiper-button-disabled {
  opacity: 1 !important;
  background: #CCCCCC;
}

/* 合作伙伴 */
.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners p {
  text-align: center;
  width: 820px;
  text-indent: 0em;
  display: none;
}

.partnerslogo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  width: 1290px;
  height: 270px;
  margin: 42px 0 104px 0;
}

.partnerslogo a {
  margin: 0 15px;
}

.partnerslogo img {
  width: auto;
  height: auto;
}

/* 项目展示 */
.searchBox1 {
  position: absolute !important;
  right: 0;
  bottom: 0;
}

.searchBox1 img {
  width: 14px;
  height: 14px;
}

.search1 {
  width: 287px;
  height: 40px;
  outline: none;
  border: none;
  background-color: #fff;
  padding-left: 37px;
  font-family: SourceHanSansCN-Regular;
  font-weight: Regular;
  font-size: 14px;
  color: #cccccc;
}

.project {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.mouseoverstyle {
  color: #D1332D !important;
}

.mouseoverstyle i {
  -webkit-text-stroke: 1px #d1332d;
  color: rgba(209, 51, 45, 0.1) !important;
}

.projectbox {
  width: 1520px;
  /* height: 1540px; */
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  transition: .3s;
}

.projectbox>img {
  margin: 100px auto !important;
}

.projectbox .blj2BoxChild {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 13px;
  position: relative;
}

.proboxtitle {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);

}

.projectbox .blj2BoxChild>img {
  width: 100%;
}

.swiper-scrollbar {
  width: 100% !important;
  left: 0 !important;
}

.proboxtitle a {
  width: 415px;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project .jiazai {
  margin-bottom: 90px;
}

/* 详情页 */
.case {
  padding-top: 162px;
  width: 100%;
  background-color: #ECECEC;
  overflow: hidden;
}

.casebox {
  width: 1520px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 150px;
  border-bottom: 1px dotted #999999;
}

.case_left {
  width: 262px;
}

.case_left a {
  font-size: 48px;
  font-family: OPPOSans;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
}

.case_left a i {
  font-size: 19px;
  color: #999999;
  transition: .3s;
}

.case_left a:hover i {
  color: #D1332D;
}

.case_left p {
  font-size: 12px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  margin-top: 38px;
}

.case_left span {
  font-size: 12px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}

.case_right {
  width: 1129px;
}

.casert {
  width: 1129px;
  padding-bottom: 28px;
  border-bottom: 1px dotted #999999;
}

.casert a {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  margin: 24px 0;
}

.casert h1 {
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
  margin: 39px 0;
}

.casert ul {
  display: flex;
}

.casert li {
  margin-right: 80px;
}

.casert span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
}

.casert h2 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  margin: 10px 0;
}

.casep {
  width: 1130px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 32px;
  color: #666666;
  margin: 42px 0;
}

.casep1 {
  margin: 0 !important;
  text-indent: 2em;
}

.casep1:nth-child(2) {
  text-indent: 0em;
}


.cb {
  height: auto;
  width: 1129px;
  padding-top: 40px;
}

.cb p {
  margin-bottom: 0 !important;
}

.cb .swiper-wrapper {
  align-items: flex-end;
}

.cbbox {
  overflow: visible !important;
}

.cbbox p {
  display: none;
}

.cbbox1 {
  width: auto !important;
  /* height: 704px !important; */
  overflow: hidden;
}

.cbbox1 img {
  height: auto;
  width: auto;
  max-width: 800px;
}

.cbsc {
  bottom: -50px !important;
  background-color: #FFFFFF !important;
  opacity: 1 !important;
}

.cbsc .swiper-scrollbar-drag {
  background-color: #D1332D;
}

.casepage {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 49px;
  margin: 90px 0 60px 0;
}

.casepage span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
}

.casepage a {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}

.casepage a:hover {
  color: #D1332D;
}

.recommended {
  width: 100%;
}

.recommended h1 {
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  display: none;
}

.recommended ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.recommended a {
  display: block;
  width: 363px;
  font-size: 16px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
  transition: .3s;
}

.recommended a:hover {
  color: #D1332D;
}

.recommended div {
  width: 100%;
  height: 261px;
  overflow: hidden;
}

.recommended img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: .3s;
}

.recommended a:hover img {
  transform: scale(1.2);
  filter: grayscale(100%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: rgba(128, 128, 128, 0);
}

/* 新闻资讯 */
.new {
  width: 100%;
  padding-bottom: 90px;
}

.newbox {
  width: 1560px;
  /* height: 1398px; */
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.newbox a {
  display: block;
  height: 420px;
  width: 350px;
  margin: 0px 20px 46px 20px;
}

.nbtitle {
  display: flex;
  height: 40px !important;
  align-items: flex-start;
  justify-content: space-between;
}

.newbox span {
  font-size: 30px;
  font-family: OPPOSans-B;
  font-weight: bold;
  line-height: 27px;
  color: #999999;
}

.newbox p {
  width: 301px;
  border-top: 1px dotted #666666;
  font-size: 12px;
  font-family: OPPOSans-B;
  font-weight: bold;
  line-height: 44px;
  color: #999999;

}

.newbox a div {
  width: 350px;
  height: 262px;
  overflow: hidden;
}

.newbox a div img {
  width: 350px;
  height: 262px;
  transition: .3s;
}

.newbox a:hover div img {
  transform: scale(1.2);
}

.newbox h1 {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newbox a:hover h1 {
  color: #D1332D;
}

.newbox a button {
  width: 19px;
  height: 19px;
  border: 0px;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  transition: .3s;
  background-image: url("/default/img/jiantou-black.png");
}

.newbox a .iconfont {
  color: #333333;
  font-size: 19px;
  display: block;
  width: 19px;
  height: 19px;
  transition: .3s;
}

.newbox a:hover i {
  transform: rotate(45deg);
  color: #D1332D;
}

/* 招贤纳士 */
.recruitment {
  width: 1260px;
  margin: 0 auto;
}

.recruitment h1 {
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
  margin: 40px 0;
}

.recruitment h1 span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #D1332D;
  border-radius: 50%;
  margin-right: 10px;
}

.recruitment p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  letter-spacing: 1px;
}

.recuitmentbox {
  width: 100%;
  padding: 20px 0 104px 0;
}

.recuitmentbox li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px dotted #999999;
  padding: 48px 0 41px 0;
}

.recuitmentbox li:last-child {
  border-bottom: 1px dotted #999999;
}

.recuitmentbox h2 {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 800;
  line-height: 28px;
  color: #333333;
}

.recuitmentbox h2 span {
  font-size: 16px;
  font-family: OPPOSans-B;
  font-weight: bold;
  line-height: 18px;
  color: #D1332D;
  margin-right: 20px;
}


.recuitmentbox p {
  width: 935px;
}

.position {
  width: 1256px;
  margin: 0 auto;
}

.positionula {
  width: 1000px !important;
}

.positionul a {
  display: block;
  width: 100%;
  border-top: 1px dotted #ccc;
  overflow: hidden;
  height: 82px;
  transition: .3s;
}

.positionula {
  border-top: 0px !important;
}

.positionul li:last-child a {
  border-bottom: 1px dotted #ccc;
}

.positionul .top {
  display: flex;
  width: 100%;
  height: 82px;
  justify-content: space-between;
  align-items: center;
}

.positionul .top i {
  color: #333333;
  font-size: 19px;
  transition: .3s;
}

.positionul a:hover .top i {
  transform: rotate(135deg) !important;
}


.positionul h1 {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
  transition: .3s;
}

.positionul a:hover h1 {
  color: #D1332D !important;
}

.positionul h2 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 28px;
  color: #666666;
}

.positionul p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  margin: 19px 0;
}

.positionbox {
  padding: 91px 0 114px 0;
}

.positionbox h1 {
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
}

.positionbox h1 span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #D1332D;
  border-radius: 50%;
  margin-right: 10px;
}

.deliverybox {
  display: flex;
  justify-content: space-between;
  width: 720px;
  margin: 40px 0;
}

.delivery {
  padding: 41px 35px;
  width: 280px;
  height: 113px;
  background: #ECECEC;
}

.delivery h2 {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
}

.delivery p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  margin: 18px 0;
}

.delivery span p {
  display: inline-block;
  margin: 18px 0 0 0;
}

.delivery a {
  font-size: 14px;
  font-family: OPPOSans-B;
  font-weight: 400;
  line-height: 18px;
  color: #D1332D;
}

.delivery span a {
  text-decoration: underline;
}

.positionbox h3 {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}

.positionbox p {
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.fileback {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.filebox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
  height: 350px;
  background: #FFFFFF;
}

.filebox h1 {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
  margin: 30px 0 16px 0;
}

.fileboxchild {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 336px;
  height: 140px;
  background: #ECECEC;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #D1332D;
}

.filebox p {
  font-size: 12px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  margin: 19px 0 23px 0;
}

.td,
.td1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  background: #D1332D;
  border-radius: 25px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF !important;
}

.td {
  display: none;
  margin: 0 auto;
}

.td1 {
  background-color: #CCCCCC;
  margin: 0 auto;
  bottom: 26px;
  border: 0px solid #CCCCCC;
  outline: none;
}

.close {
  position: absolute;
  bottom: -80px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close i {
  color: #D1332D;
  font-size: 24px;
}

/* 联系我们 */
.contact {
  width: 1520px;
  padding-bottom: 140px;
  margin: 0 auto;
}

.conttop {
  position: relative;
  width: 100%;
  height: 594px;
  background-color: #ECECEC;
}

.conttop h1 {
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
}

.conttop h1 span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #D1332D;
  border-radius: 50%;
  margin-right: 10px;
}

.conttop h2 {
  font-size: 18px;
  font-family: HuXiaoBo-NanShen;
  line-height: 36px;
  color: #333333;
  margin: 40px 0 14px 0;
}

.conttop p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  line-height: 18px;
  color: #333333;
  margin: 16px 0;
}

.conttop p span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  line-height: 18px;
  color: #999999;
}

.wecat {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  margin-top: 50px;
}

.wecat img {
  width: 100%;
}

.wecat p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  line-height: 18px;
  color: #333333;
  margin-top: 8px;
}

.map {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 910px;
  height: 594px;
}

.map .BMap_noprint,
.map .anchorBL {
  opacity: 0 !important;
}

.clickstyle div {
  opacity: 1;
}

.clickstyl div {
  opacity: 0;
}

.map img {
  /* width: 100%; */
  height: 100%;
}

.mapbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background-color: #D1332D;
  z-index: 9998;
}

.mapbox h1 {
  color: #fff;
}

.mapbox span {
  background-color: #fff !important;
}

.mapbox p {
  color: #fff;
}

.mapbox img {
  width: 25px;
  height: 32.1px;
  transition: .3s;
}

.mapbox:hover img {
  transform: rotate(90deg);
}

.contbottom {
  width: 100%;
  height: 443px;
  padding-top: 89px;
  background-color: #ECECEC;
  margin-top: 30px;
}

.contbottom h1 {
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
  margin: 0 0 0 60px;
}

.contbottom h1 span {
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background: #D1332D;
  border-radius: 50%;
}

.contbottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 60px;
}

.contbottom p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
}

.contbottom p span {
  color: #D1332D;
}

.contbottom input {
  width: 350px;
  border: 0px;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  line-height: 46px;
  outline: none;
}

.contbottom li:nth-child(4) input {
  width: 1400px;
}

.contbottom li:nth-child(4) {
  margin: 0px 0 50px 0;
}

.contbottom li {
  margin: 56px 0 50px 0;
}

.contbottom li:last-child {
  margin: 0 auto;
}

.submit a {
  display: none;
}

.ybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  background: #D1332D;
  border-radius: 25px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
  margin-left: 60px;
}

.ybtn i {
  font-size: 19px;
  color: #fff;
  margin-left: 15px;
  transition: .3s;
}

.ybtn:hover i {
  transform: rotate(45deg);
}

/* 搜索结果页 */
.searchb {
  width: 1000px;
}

.searchb p {
  height: auto !important;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.searchtop {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.searchtop input {
  width: 880px;
  padding: 0 10px;
  height: 40px;
  border: 0px;
  outline: none;
  color: #333;
  line-height: 40px;
}

.searchtop button {
  outline: none;
  border: 0px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  width: 88px;
  height: 40px;
  background: #D1332D;
}

.searchtop i {
  font-size: 14px;
  margin-right: 8px;
}

.searchb ul {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 54px;
}

.searchb li {
  display: flex;
  align-items: center;
  height: 40px;
  margin-right: 17px;
}

.searchb ul a {
  position: relative;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
}

.redblock {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  width: 6px;
  height: 6px;
  background: #D1332D;
  border-radius: 50%;
  opacity: 0;
}

.searchb ul span {
  font-size: 16px;
  font-family: OPPOSans-B;
  font-weight: 400;
  line-height: 18px;
  color: #D1332D;
}

.searchbottom {
  width: 100%;
  border-top: 1px dotted #999999;
  padding: 9px 0;
  margin: 7px 0 41px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.positionul {
  border-bottom: 1px dotted #999999;

}

.result {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px dotted #999999;
  padding: 20px 0;
}

.resultleft {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 194px;
  height: 140px;
}

.resultleft img {
  width: 100%;
}

.resultright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 765px;
}

.resultright a {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  line-height: 28px;
  color: #333333;
  transition: .3s;
}

.resultright a:hover {
  color: #D1332D;
}

.resultright p {
  height: 60px;
  margin-bottom: 20px;
}

.resultright ul {
  margin-top: 0px;
  height: auto;
}

.resultright li {
  margin-right: 20px;
  font-size: 10px;
  font-family: OPPOSans-B;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  height: auto;
}

.resultright li:nth-child(2) {
  display: none;
}

/* 页码 */
.pagination {
  display: flex;
  justify-content: center;
}

.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  color: #000;
}

.disabled,
.active {
  background-color: #d1332d;
  border: 0px solid #ccc;
  color: #fff;
}

























































@media screen and (max-width:1600px) {
  .bannerH1 {
    bottom: 20px;
  }

  .bannerh1child {
    width: 1000px;
    height: 70px;
  }

  .bannerH1 h1 {
    font-size: 30px;
  }

  .bannerH1 h2 {
    margin-top: 0;
    font-size: 23px;
  }

  .topUl {
    width: 1000px;
  }

  .aboutUsBox {
    width: 1200px;
    padding-top: 50px;
  }

  .aboutUsBox h1 {
    font-size: 24px;
    margin: 0 0 5px 0;
  }

  .aboutUsBox h2 {
    font-size: 14px;
    margin: 0 0 34px 0;
  }

  .aboutUsBox p {
    width: 500px !important;
  }

  .aboutUsBox p img {
    width: 580px !important;
  }

  .team p,
  .team p img {
    width: auto !important;
  }

  .aboutUsUl {
    width: 1200px;
  }

  .aboutUsUl a {
    width: 380px;
    height: 213px;
  }

  .aboutUsbu {
    width: 1200px;
  }

  .aboutUsbu img {
    width: 18px;
  }

  .aboutUsbu p {
    width: auto !important;
  }

  .aboutCertificatebox {
    width: 920px;
    margin: 0 auto;
  }

  .aboutCertificatebox a {
    width: 190px;
  }

  .aboutCertificatebox a {
    margin: -1px 20px !important;
  }

  .aboutCertificatebox h1 {
    font-size: 18px;
  }

  .aboutCertificatebox p {
    width: 200px;
  }

  .aboutCertificatebox img {
    width: 200px;
    height: 140px;
  }

  .cretificate {
    width: 723px;
    height: 482px;
    margin: -241px 0 0 -361px;
  }

  .cretificateswiper {
    width: 550px !important;
  }

  .cretificatebox {
    width: 550px;
    height: 480px;
  }

  .cretificateBox {
    width: 700px;
  }

  .cretificateBottom {
    height: 419px;
  }

  .cretificateBottom img {
    width: 470px;
    height: 320px;
  }

  .businessbox {
    width: 1000px;
    height: auto;
  }

  /* .businessbox a {
    width: 81px;
  } */

  .businessbox a {
    width: 460px;
  }

  .projectbox {
    width: 1100px;
  }

  .projectbox1 {
    width: 1200px;
  }

  .projectbox .blj2BoxChild {
    margin: 7px;
  }

  .projectbox1 .proboxtitle {
    width: 288px;
    height: 50px;
  }

  .projectbox1 .proboxtitle a {
    font-size: 16px;
    width: 255px;
  }

  .project .blj2TopBox {
    width: 325px;
    height: 217px;
    padding: 30px;
  }

  .project .proboxtitle {
    width: 385px;
  }

  .proboxtitle a {
    width: 320px;
  }

  .casebox {
    width: 1200px;
    padding-bottom: 80px;
  }

  .case_left {
    width: 221px;
  }

  .case_left a {
    font-size: 36px;
  }

  .case_right {
    width: 829px;
  }

  .casert {
    width: 100%;
  }

  .casert h1 {
    margin: 20px 0;
  }

  .casert h2 {
    margin: 0;
  }

  .cb {
    width: 100%;
    /* height: 485px; */
  }

  .casep {
    width: 100%;
    font-size: 13px;
    margin: 22px 0;
  }

  .cbbox1 img {
    height: 370px;
  }

  .cbsc {
    bottom: -20px !important;
  }

  .recommended a {
    width: 264px;
  }

  .recommended div {
    height: 194px;
  }

  .cb1 img {
    width: 410px;
  }

  .newbox {
    width: 1060px;
  }

  .newbox a {
    height: 294px;
    width: 245px;
    margin: 0 10px 46px 10px;
  }

  .newbox a div {
    width: 100%;
    height: 183px;
  }

  .newbox a div img {
    width: 100%;
    height: 100%;
  }

  .newbox h1 {
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0;
  }

  .recruitment {
    width: 956px;
  }

  .recuitmentbox p {
    width: 680px;
  }

  .position {
    width: 956px;
  }

  .contact {
    width: 1100px;
  }

  .conttop {
    height: 415.8px;
  }

  .conttop>div:first-child {
    padding: 60px 40px !important;
  }

  .conttop h2 {
    margin: 28px 0 10px 0;
  }

  .conttop p {
    margin: 10px 0;
  }

  .wecat {
    width: 70px;
    margin-top: 35px;
  }

  .wecat p {
    margin-top: 4px;
  }

  .map {
    width: 637px;
    height: 415.8px;
  }

  .mapbox {
    width: 154px;
    height: 154px;
  }

  .contbottom {
    height: 310px;
    padding-top: 63px;
  }

  .contbottom li {
    margin: 20px 0 20px 0;
  }

  .contbottom input {
    width: 245px;
    line-height: 32px;
  }

  .contbottom li:nth-child(4) input {
    width: 990px;
  }

  .contbottom li:last-child {
    margin-bottom: 35px;
  }

  .partners p {
    display: none;
  }

  .partnerslogo {
    width: auto;
    height: auto;
    margin: 42px 0 54px 0;
  }

  .partnerslogo img {
    width: auto;
    height: auto;
  }

  .searchtop input {
    padding: 0;
  }

  .core_box {
    width: 234px;
    height: 480px;
  }

  .case_right p {
    width: 829px !important;
  }

  .core_w {
    width: 1000px;
    height: 300px;
    padding: 40px 0;
  }

  .core-slide-text-p {
    height: 200px;
  }

  .core_box h1 {
    font-size: 18px !important;
    font-family: SourceHanSansCN-Regular;
    /* line-height: 40px; */
    letter-spacing: 1px;
    margin: 20px 0 12px 0;
  }
}







@media screen and (max-width:700px) {

  /* 公司简介 */
  .bannerBox img {
    width: auto;
  }

  .mobile-img {
    width: 100% !important;
  }

  .aboutUsBox {
    width: 90%;
  }

  .aboutUsBox p {
    width: 100% !important;
  }

  .aboutUsBox p:last-child {
    text-indent: 0em !important;
  }

  .aboutUsBox p img {
    width: 100% !important;
  }

  .aboutUsBoxChild>div {
    height: auto;
  }

  .aboutUsUl {
    display: none;
  }

  .aboutUsbu {
    width: 100%;
    height: 110px;
    margin-bottom: 40px;
  }

  .aboutUsbu div {
    margin: 2px 0;
  }

  .aboutUsbu p {
    font-size: 12px;
  }

  .aboutUsBox h1 {
    font-size: 20px;
  }

  .about_daohang {
    position: relative;
    overflow: hidden;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .about_daohang i {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #ECECEC;
    position: absolute;
    right: 0;
  }

  .about_daohang p {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    font-family: SourceHanSansCN-Regular;
    color: #fff;

  }

  .topUl {
    width: 100%;
    flex-direction: column;
    background-color: #d1332d;
    transition: .3s;
    /* padding-top: 50px; */
  }

  .topUl a {
    height: 50px;
    width: 100%;
  }





  ::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .bannerBox {
    height: auto;
  }

  /* 院长致辞 */
  .aboutSpeech {
    background-position: top;
  }

  .aboutSpeechBoxChild {
    height: auto;
    padding-bottom: 30px;
  }

  /* 组织架构 */
  .team img {
    /* display: none; */
  }

  .teambox {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 240px;
    margin: 0 auto;
  }

  .teambox_right {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    padding: 5px;
    height: auto;
    color: #fff;
    font-weight: 700;
    background-color: #D1332D;
    border-radius: 5px;
  }

  .teambox_left {
    display: flex;
    flex-direction: column;
  }

  .teambox_left p {
    color: #000;
    background-color: #333;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 5px;
  }





  /* 资质证书 */
  .aboutCertificatebox {
    width: 96%;
  }

  .aboutCertificatebox a {
    width: 132px;
    height: 180px;
  }

  .aboutCertificatebox a:hover {
    height: 180px;
  }

  .aboutCertificatebox a:hover p {
    text-align: center;
    width: 100%;
  }

  .aboutCertificatebox h1 {
    font-size: 14px
  }

  .aboutCertificatebox img {
    width: 110px;
    height: auto;
  }

  .aboutCertificatebox a:hover img {
    width: 110px;
    height: auto;
  }

  .cretificate {
    width: 96%;
    height: 482px;
    margin: -241px 0 0 2%;
    left: 0;
  }

  .cretificateBox {
    width: 100%;
  }

  .cretificatebox {
    height: 300px;
  }

  .cretificateswiper {
    width: 70% !important;
  }

  .cretificateTitle {
    flex-direction: column;
  }

  .cretificateBottom {
    height: 240px;
  }

  .cretificateBottom img {
    width: 96%;
    height: auto;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
  }

  .cretificateTitle p {
    font-size: 14px;
  }

  /* 业务范围 */

  .businessbox {
    display: none;
  }

  .busbottom {
    display: none;
  }

  .businessbox_mobile {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  .businessbox_mobile a {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 200px;
    width: 100%;
  }

  .businessbox_mobile img {
    width: 100%;
  }

  .businessbox_mobile .text {
    margin-top: 50px;
  }

  .businessbox_mobile .text span {
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
  }

  .businessbox_mobile .text p {
    font-size: 14px;
    line-height: 24px;
  }

  .businessbox_mobile .buskd {
    position: absolute;
    top: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .businessbox_mobile .buskd img {
    /* width: 100%; */
    height: 10px;
    width: 270px;
  }

  .businessbox_mobile .buskd span {
    display: flex;
  }

  .businessbox_mobile .buskd p {
    font-size: 18px;
    font-weight: 700;
    color: rgb(153, 153, 153);
  }

  .businessbox_mobile .buskd p:nth-child(1) {
    color: #000;
  }

  .partnerslogo {
    margin: 0;
  }

  .partnerslogo img {
    width: 300px;
    height: auto;
  }


  .busbtn {
    width: 120px;
    height: 60px;
    margin: 0 0 0 5%;
  }

  .busbtn .cretificatenext {
    left: 70px;
  }

  .busbtn .cretificatenext,
  .busbtn .cretificateprev {
    transform: rotate(0);
  }

  .honor {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }

  .honors {
    padding-top: 10px;
    margin-top: 0;
  }

  .honor>div:last-child {
    width: 80%;
  }

  .honor>div:first-child {
    width: auto;
  }

  .honortime {
    width: 100%;
    background-image: none;
  }

  .honortime1 {
    height: 70px;
    width: 100%;
    background-image: url("/default/img/kedu2.png");
    background-repeat: repeat-x;
    background-position: bottom;
  }

  .honortime1 a {
    font-size: 18px;
    font-family: OPPOSans;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    display: flex;
    justify-content: center;
  }

  .honorsbox {
    width: 100%;
  }

  .honorstitle {
    width: 100%;
  }

  .honortimebox {
    width: 100%;
    margin-left: 0;
  }

  .honortimebox a {
    display: none;
  }

  .honortime1 {
    display: block;
  }

  /* 项目展示 */
  .bannerH1 {
    bottom: 20px;
    height: auto;
  }

  .bannerH2 {
    bottom: 60px;
  }

  .bannerh1child {
    width: 96%;
    height: auto;
  }

  .searchBox1 {
    right: auto;
    bottom: -50px;
  }

  .project .proUl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 96%;
    height: 132px;
    margin: 20px auto 0 auto;
    padding: 0;
  }

  .project .proUl a {
    width: 70px;
    height: 70px;
    justify-content: flex-start;
    line-height: 16px;
  }

  .project .proUl a i {
    margin-bottom: 10px;
  }

  .projectbox1 {
    width: 100%;
  }

  .projectbox {
    height: auto;
    /* justify-content: space-evenly; */

  }

  .blj2BoxChild {
    width: 49%;
    height: 150px;
  }

  .projectbox .blj2BoxChild {
    height: 140px;
    width: 46%;
    margin: 2%;
  }

  .projectbox1 .proboxtitle {
    width: 100%;
    height: 30px;
  }

  .projectbox1 .proboxtitle a {
    text-indent: 1em;
  }

  .blj2TopBox {
    display: none;
  }

  /* 新闻资讯 */
  .newbox {
    width: 96%;
    align-content: flex-start;
    justify-content: space-around;
  }

  .newbox a {
    height: 248px;
    width: 170px;
    margin: 0 0px 4px 0px;
  }

  .newbox a div {
    width: 100%;
    height: 126px;
  }

  /* 人才理念 */
  .recruitment {
    width: 90%;
  }

  .recruitment h1 {
    font-size: 18px;
    margin: 10px 0;
  }

  .recuitmentbox li {
    padding: 20px 0;
    flex-direction: column;
  }

  .recuitmentbox h2 {
    margin-bottom: 10px;
  }

  .recuitmentbox p {
    width: 100%;
  }

  /* 招聘岗位 */
  .position {
    width: 90%;
  }

  .positionul h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .positionbox h1 {
    font-size: 20px;
  }

  .deliverybox {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px 0;
  }

  .delivery {
    margin: 5px 0;
  }

  .filebox {
    width: 90%;
  }

  .fileboxchild {
    width: auto;
  }

  .positionul a {
    height: 60px;
  }

  .positionul .top {
    height: 60px;
  }

  .positionul h1 {
    font-size: 16px;
  }

  /* 联系我们 */
  .contact {
    width: 90%;
  }

  .conttop {
    height: 600px;
    width: 100%;
  }

  .conttop>div:first-child {
    padding: 5% !important;
  }

  .conttop h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .conttop h2 {
    margin: 8px 0 10px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .wecat {
    display: none;
  }

  .map {
    width: 90%;
    height: 375px;
    bottom: 2%;
    right: 5%;
  }

  .mapbox {
    width: 100px;
    height: 100px;
    bottom: 2%;
    right: 5%;
  }

  .mapbox h1 {
    font-size: 14px;
    display: none;
  }

  .mapbox img {
    width: 16px;
    height: auto;
  }

  .contbottom {
    padding: 30px 5%;
    height: 400px;
    width: 90%;
  }

  .contbottom h1 {
    font-size: 20px;
    margin: 0;
  }

  .contbottom ul {
    padding: 0;
  }

  .contbottom li {
    margin: 10px 0;
    width: 100%;
  }

  .contbottom input {
    font-size: 14px;
    width: 100%;
  }

  .contbottom li:nth-child(4) input {
    width: 100%;
  }

  .submit input {
    display: none;
  }

  .submit a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 130px;
    height: 50px;
    background: #D1332D;
    border-radius: 25px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
  }

  /* 详情页 */
  .case {
    padding-top: 100px;
  }

  .casebox {
    flex-direction: column;
    width: 90%;
  }

  .case_left {
    width: 100%;
  }

  .case_left p {
    margin-top: 8px;
  }

  .case_right {
    width: 100%;
  }

  .casert {
    width: 100%;
  }

  .casert ul {
    flex-direction: column;
    justify-content: space-around;
  }

  .casert li {
    margin-right: 0px;
  }

  .case_right p {
    width: 100% !important;
  }

  .cb {
    margin-bottom: 50px;
  }

  .cbbox1 img {
    height: 285px;
  }

  .casepage {
    height: 55px;
    margin: 0;
  }

  .casepage span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cb1 img {
    width: 100%;
  }

  /* 搜索页面 */
  .searchb {
    width: 100%;
  }

  .searchtop form {
    width: 100%;
  }

  .searchtop input {
    width: 70%;
  }

  .searchtop button {
    width: 25%;
  }

  .searchb ul {
    justify-content: space-between;
    margin-top: 20px;
  }

  .searchb li {
    margin-right: 0;
  }

  .positionula {
    width: 100% !important;
    border-bottom: 1px dotted #999;
  }

  .searchbottom {
    align-items: normal;
  }

  .resultright a {
    font-size: 14px;
  }

  .resultright {
    width: 265px;
    margin-left: 10px;
  }

  .core {
    padding: 0 0 30px 0;
  }

  .core_box {
    width: 48%;
    height: 370px;
    margin: 5px 0;
  }

  .core_box:nth-child(2n) {
    margin: 5px 0 5px 2%;
  }

  .core_box>img {
    width: 100%;
    height: 50%;
  }

  .core_box:hover .core_red {
    opacity: 0;
  }

  .core_w {
    width: 80%;
    height: 90%;
    padding: 5%;
  }

  .core-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
  }

  .core-slide p {
    padding: 0;
  }

  .core-slide-text {
    overflow: auto;
    width: auto;
  }

  .core-slide-text-p {
    height: auto;
  }

  .core_button {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .core_button .swiper-button-next,
  .core-button .swiper-button-prev {
    display: none !important;
  }

  .core_button .swiper-button-prev {
    display: none;
  }

  .core_button .swiper-button-next.swiper-button-disabled,
  .core_button .swiper-button-prev.swiper-button-disabled {
    display: none;
  }



  .core_text {
    padding: 0 10px;
  }

  .core_box h2 {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .core-slide img {
    width: 80%;
    height: auto;
    margin: 0 auto 15px auto;
  }

  .core-slide h1 {
    margin-bottom: 10px;
    text-align: center;
  }
}

@font-face {
  font-family: 'OPPOSans-B';
  src: url('/default/font/OPPOSans-B-2.ttf');
}