.head {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: url(img/head-bg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.headBox {
  width: 1400px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 60px;
  line-height: 60px;
  float: left;
}
.logo img {
  /*width: 413px;*/
  height: 34px;
}

.menu {
  height: 60px;
  float: right;
}

.menu a {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 4px;
  height: 60px;
  line-height: 60px;
  float: left;
  color: #fff;
}

.menu a.active {
  background: url(img/hd-active.png);
}

.tel {
  display: block;
}


.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 13px;
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.7);
}
.footer a{
    color: #fff;
}




#fp-nav ul li,
.fp-slidesNav ul li {
  width: 6px;
  height: 28px;
  margin: 0;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  height: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  display: block;
  position: static;
  border: none;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #fff;
}

.section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section.item-1 {
  background: url(img/item-1-Bg.jpg) center top no-repeat;
}

.section.item-2 {
  background: url(img/item-2-Bg.jpg) center top no-repeat;
}

.section.item-3 {
  background: url(img/item-3-Bg.jpg) center top no-repeat;
}

.section.item-4 {
  background: url(img/item-4-Bg.jpg) center top no-repeat;
}

.section.item-5 {
  background: url(img/item-5-Bg.jpg) center top no-repeat;
}

.section.item-6 {
  background: url(img/item-6-Bg.jpg) center top no-repeat;
}

.itemMain {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/*企业介绍*/
.introduce {
  width: 796px;
  position: absolute;
  top: -176px;
  right: 0;
  transition: 0.8s;
}

.introHd {
  height: 60px;
  font-size: 18px;
  color: #6ea0db;
}

.introHd span {
  padding-right: 10px;
  font-size: 30px;
  color: #fff;
}

.introText {
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
}

.section.item-1.active .introduce {
  top: 130px;
  right: 0;
}

.videoBox {
  position: absolute;
  left: 50%;
  top: 340px;
  margin-left: -205px;
  width: 890px;
  height: 500px;
  padding: 10px;
  background: #000;
}

/*董事长致辞内容*/
.speech {
  width: 413px;
  padding: 40px 58px 20px 45px;
  background: #1b4cc4 url(img/speech.png) 462px 15px no-repeat;
  color: #fff;
  position: absolute;
  top: 420px;
  left: -423px;
  z-index: 3;
  transition: 1s;
}

.speech-Title {
  height: 50px;
  font-size: 24px;
}

.speech-subTitle {
  height: 30px;
  font-size: 20px;
}

.speechText {
  line-height: 2;
}

.ceoPic {
  display: block;
  width: 450px;
  height: 548px;
  position: absolute;
  top: -400px;
  left: 550px;
  z-index: 2;
  transition: 0.8s;
}

.ceoCard {
  width: 217px;
  height: 110px;
  padding-top: 43px;
  padding-left: 30px;
  background: #1b4cc4;
  color: #fff;
  position: absolute;
  top: 306px;
  right: -227px;
  z-index: 4;
  transition: 1s;
}

.ceoName {
  height: 46px;
  font-size: 36px;
  font-weight: 700;
}

.ceoPosition {
  font-size: 22px;
}

.section.item-2.active .speech {
  top: 310px;
  left: 50px;
}

.section.item-2.active .ceoPic {
  top: 200px;
  left: 550px;
}

.section.item-2.active .ceoCard {
  top: 240px;
  right: 42px;
}

/*组织架构*/
.sectors {
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.sectorsName {
  color: #1b4cc4;
  text-align: center;
  padding-bottom: 4px;
}

.sectorsDuty {
  color: #999;
  text-align: center;
}

.sectors-1 {
  width: 150px;
  height: 150px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  top: -160px;
  left: -160px;
  transition: 1s;
  /*	top: 366px;
	left: 108px;*/
}

.sectors-1 .sectorsName {
  padding-top: 50px;
  font-size: 24px;
}

.sectors-1 .sectorsDuty {
  font-size: 16px;
}

.section.item-3.active .sectors-1 {
  top: 366px;
  left: 108px;
}

.sectors-2 {
  width: 216px;
  height: 216px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  top: -226px;
  left: -226px;
  transition: 0.8s;
  /*	top: 263px;
	left: 302px;*/
}

.sectors-2 .sectorsName {
  padding-top: 78px;
  font-size: 28px;
}

.sectors-2 .sectorsDuty {
  font-size: 18px;
}

.section.item-3.active .sectors-2 {
  top: 263px;
  left: 302px;
}

.sectors-3 {
  width: 182px;
  height: 182px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  top: -192px;
  right: -192px;
  transition: 0.8s;
  /*	top: 257px;
	right: 306px;*/
}

.sectors-3 .sectorsName {
  padding-top: 64px;
  font-size: 24px;
}

.sectors-3 .sectorsDuty {
  font-size: 16px;
}

.section.item-3.active .sectors-3 {
  top: 257px;
  right: 306px;
}

.sectors-4 {
  width: 138px;
  height: 138px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  top: -148px;
  left: -148px;
  transition: 1s;
  /*	top: 554px;
	left: 280px;*/
}

.sectors-4 .sectorsName {
  padding-top: 44px;
  font-size: 22px;
}

.sectors-4 .sectorsDuty {
  font-size: 16px;
}

.section.item-3.active .sectors-4 {
  top: 554px;
  left: 280px;
}

.sectors-5 {
  width: 202px;
  height: 202px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  top: -212px;
  right: -212px;
  transition: 0.8s;
  /*	top: 437px;
	right: 70px;*/
}

.sectors-5 .sectorsName {
  padding-top: 72px;
  font-size: 26px;
}

.sectors-5 .sectorsDuty {
  font-size: 16px;
}

.section.item-3.active .sectors-5 {
  top: 437px;
  right: 70px;
}

.sectors-6 {
  width: 220px;
  height: 220px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  left: -230px;
  bottom: -230px;
  transition: 1s;
  /*	left: 0;
	bottom: 106px;*/
}

.sectors-6 .sectorsName {
  padding-top: 78px;
  font-size: 26px;
}

.sectors-6 .sectorsDuty {
  font-size: 16px;
}

.section.item-3.active .sectors-6 {
  left: 0;
  bottom: 106px;
}

.sectors-7 {
  width: 164px;
  height: 164px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  left: -174px;
  bottom: -174px;
  transition: 0.8s;
  /*	left: 468px;
	bottom: 40px;*/
}

.sectors-7 .sectorsName {
  padding-top: 60px;
  font-size: 22px;
}

.sectors-7 .sectorsDuty {
  font-size: 16px;
}

.section.item-3.active .sectors-7 {
  left: 468px;
  bottom: 40px;
}

.sectors-8 {
  width: 190px;
  height: 190px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  right: -200px;
  bottom: -200px;
  transition: 1s;
  /*	right: 260px;
	bottom: 140px;*/
}

.sectors-8 .sectorsName {
  padding-top: 68px;
  font-size: 24px;
}

.sectors-8 .sectorsDuty {
  font-size: 16px;
}

.section.item-3.active .sectors-8 {
  right: 260px;
  bottom: 140px;
}

.sectors-9 {
  width: 160px;
  height: 160px;
  box-shadow: 2px 6px 7px rgba(0, 40, 137, 0.1);
  right: -170px;
  bottom: -170px;
  transition: 0.8s;
  /*	right: 0;
	bottom: 110px;*/
}

.sectors-9 .sectorsName {
  padding-top: 62px;
  font-size: 22px;
}

.sectors-9 .sectorsDuty {
  font-size: 16px;
}

.section.item-3.active .sectors-9 {
  right: 0;
  bottom: 110px;
}

/*企业文化*/
.section.item-4 img {
  display: block;
  position: absolute;
  transition: 0.8s;
}

.section.item-4 img.culture-1 {
  top: -278px;
  left: 37px;
}
.section.item-4.active img.culture-1 {
  top: 337px;
  left: 37px;
}

.section.item-4 img.culture-2 {
  top: -138px;
  left: 454px;
}
.section.item-4.active img.culture-2 {
  top: 337px;
  left: 454px;
}

.section.item-4 img.culture-3 {
  top: -138px;
  left: 454px;
}
.section.item-4.active img.culture-3 {
  top: 477px;
  left: 454px;
}

.section.item-4 img.culture-4 {
  top: -185px;
  right: 340px;
}
.section.item-4.active img.culture-4 {
  top: 337px;
  right: 340px;
}

.section.item-4 img.culture-5 {
  top: -109px;
  right: 110px;
}
.section.item-4.active img.culture-5 {
  top: 421px;
  right: 110px;
}

.section.item-4 img.culture-6 {
  top: 100%;
  left: 149px;
}
.section.item-4.active img.culture-6 {
  top: 617px;
  left: 149px;
}

.section.item-4 img.culture-7 {
  top: 100%;
  left: 379px;
}
.section.item-4.active img.culture-7 {
  top: 617px;
  left: 379px;
}

.section.item-4 img.culture-8 {
  top: 100%;
  right: 340px;
}
.section.item-4.active img.culture-8 {
  top: 617px;
  right: 340px;
}

.section.item-4 img.culture-9 {
  top: 100%;
  right: 39px;
}
.section.item-4.active img.culture-9 {
  top: 532px;
  right: 39px;
}

/*大事记*/
.history {
  width: 100%;
  height: 100%;
  padding: 160px 0 40px;
  box-sizing: border-box;
}
.history * {
  box-sizing: border-box;
}
.history .notes {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.notesCont {
  width: 1200px;
  height: 1312px;
  background: url('./img/history.png') center top no-repeat;
}

.notes-scrollbar {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.control {
  width: 48px;
  height: 140px;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50px);
}
.control .button {
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.control .button.to-top {
  top: 0;
  background-image: url('./img/to-top.png');
}
.control .button.to-bottom {
  bottom: 0;
  background-image: url('./img/to-bottom.png');
}
