* {
  margin: 0px;
  padding: 0px;
}
.company-profile {
  width: 100%;
  height: auto;
  background: #ffffff;
}
.company-profile-slider {
  width: 100%;
  height: 440px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.company-profile-slider .company-profile-title {
  padding-top: 175px;
}

.company-profile-article {
  width: 1200px;
  height: auto;
  margin: 41px auto;
  background: #ffffff;
}
.company-profile-article .company-profile-items {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.company-about {
  margin-top: 36px;
}
.company-about h1 {
  font-size: 36px;
  font-family: arial, microsoft yahei, sans-serif;
  font-weight: 900;
  color: rgba(51, 51, 51, 1);
  opacity: 0.05;
  filter:alpha(opacity=50);
}
.company-about h2 {
  font-size: 28px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  /* margin-top: -36px; */
}
.company-about>span {
  width: 35px;
  height: 5px;
  background: rgba(45, 122, 219, 1);
  border-radius: 3px;
  display: block;
  margin-top: 12px;
  margin-bottom: 15px;
}
.company-about p {
  width: 621px;
  height: 190px;
  font-size: 14px;
  font-family: pingfangsc-medium, pingfang sc;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}
.company-about>.line {
  width: 622px;
  border: 1px solid #eeeeee;
}
.company-about div {
  font-size: 16px;
  font-family: pingfangsc-medium, pingfang sc;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
  margin-top: 29px;
}
.company-about div strong {
  font-size: 40px;
  font-family: avantgardeitcbybt-demi, avantgardeitcbybt;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  
}
.company-about div>span {
  font-size: 14px;
  font-family: pingfangsc-medium, pingfang sc;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin-right: 65px;
  margin-left: 8px;
  display: inline-block;
}
.company-about h3 {
  font-size: 18px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 17px;
}
.company-about ul li {
  color: #2d7adb;
  margin-bottom: 10px;
  margin-left: 16px;
  list-style: disc!important;
}
.company-about ul li p {
  width: 637px;
  height: auto;
  font-size: 16px;
  font-family: pingfangsc-medium, pingfang sc;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 25px;
}
.company-about-img {
  position: relative;
}

.company-about-img .blue-bg img {
  display: block;
  width: 215px;
  height: 322px;
  float: right;
}

.company-about-img img {
  display: block;
  width: 477px;
  height: 406px;
  z-index: 3;
}
.company-about-img dl {
  float: left;
  margin-top: -290px;
  margin-right: 34px;
  text-align: center;
}
.company-about-img dl dt{
  width: 477px;
  height: 406px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.company-about-img dl dt img {
  display: block;
  width: 477px;
  height: 406px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 11px 24px 0px rgba(52, 70, 93, 0.15);
  margin-bottom: 21px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
}
.company-about-img dl dt img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.company-about-img dl dt dd {
  text-align: center;
  font-size: 14px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(60, 60, 60, 1);
  letter-spacing: 5px;
}
/* 社会责任 */
.social-responsibility {
  width: 100%;
  height: auto;
  background: rgba(247, 250, 252, 1);
}
.social-responsibility-items {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 67px 0px 66px 0px;
}
h4 {
  font-size: 28px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  margin-top: 32px;
}

.culture {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.culture-items {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
}
.culture-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 25px;
}
.culture-info .culture-first {
  width: 288px;
  height: 526px;
  background-image: ;
  background-size: 288px 526px;
  background-repeat: no-repeat;
  margin-top: 18px;
  margin-bottom: 102px;
  
}
.culture-info .culture-second {
  width: 288px;
  height: 526px;
  background-image: ;
  background-size: 288px 526px;
  background-repeat: no-repeat;
  margin-top: 60px;
}
.culture-info .culture-three {
  width: 288px;
  height: 526px;
  background-image: ;
  background-size: 288px 526px;
  background-repeat: no-repeat;
  margin-top: 32px;
}
.culture-info .culture-forth {
  width: 288px;
  height: 526px;
  background-image: ;
  background-size: 288px 526px;
  background-repeat: no-repeat;
}
/* 资质荣誉 */
.qualification-honor {
  width: 100%;
  height: 762px;
  background-image: ;
  background-size: 100% 765px;
  background-repeat: no-repeat;
  position: relative;
}
.honor-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 583px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 27px 58px 37px 58px;
}
.honor-sliders {
  width: 100%;
  height: 647px;
  position: relative;
  margin-top: 36px;
}
.honor-sliders .sliders {
  /* position: absolute; */
  top: 0;
  left: 0;
}
.honor-sliders .sliders ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}
.honor-sliders .sliders ul li {
  height: 223px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-right: 10px;
  line-height: 47px;
}
.honor-sliders .sliders ul>li>span {
  display: block;
  width: 256px;
  height: 174px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.honor-sliders .sliders ul li span img {
  display: block;
  width: 246px;
  height: 164px;
  position: absolute;
  top: 5px;
  left: 5px;
  /* transform: translate(-50%, -50%); */
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
}
.honor-sliders .sliders ul li span img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.honor-sliders ol {
  display: flex;
  list-style: none;
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honor-sliders .slider-move {
  width: 10px;
  height: 10px;
  background: rgb(187, 190, 192);
  border-radius: 50%;
  margin-right: 10px;
}
.current {
  background: #2d7adb !important;
}
