#index-content .index-title {
  text-align: center;
  margin-top: 70px;
}
#index-content .index-title .p1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
}
#index-content .index-title .p2 {
  line-height: 24px;
  margin-top: 15px;
}
#index-content .index-title .p2 .left {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background: url(../images/left.png) no-repeat center center;
}
#index-content .index-title .p2 .text {
  vertical-align: middle;
  color: #f2cb62;
  font-size: 24px;
  margin: 0 26px;
}
#index-content .index-title .p2 .right {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background: url(../images/right.png) no-repeat center center;
}
#index-content .index-title .p3 {
  color: #717171;
  font-size: 12px;
  line-height: 1;
  margin-top: 22px;
}
#index-content .index-1 {
  /* height: 364px; */
}
#index-content .index-1 .cont {
  height: 100%;
  position: relative;
}
#index-content .index-1 .cont img {
  object-fit: cover;
  display: block;
  width: 352px;
  height: 513px;
  float: left;
  margin-top: -112px;
  position: relative;
  z-index: 111;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
#index-content .index-1 .cont .info {
  width: 888px;
  float: right;
  padding-top: 44px;
}
#index-content .index-1 .cont .info .tit {
  line-height: 48px;
}
#index-content .index-1 .cont .info .tit .s1 {
  color: #f2cb62;
  font-size: 48px;
}
#index-content .index-1 .cont .info .tit .s2 {
  color: #ffffff;
  font-size: 48px;
}
#index-content .index-1 .cont .info .tit .s3 {
  color: #f2cb62;
  font-size: 24px;
}
#index-content .index-1 .cont .info .desc {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 30px;
  margin-top: 32px;
}
#index-content .index-1 .cont .info .more {
  /* position: absolute; */
  right: 0;
  bottom: 0;
  display: block;
  width: 102px;
  height: 34px;
  border: 1px solid #f2cb62;
  color: #f2cb62;
  font-size: 14px;
  line-height: 33px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-1 .cont .info .more:hover {
  background: #f2cb62;
  color: #ffffff;
}
#index-content .index-2 .list ul {
  font-size: 0px;
}
#index-content .index-2 .list ul li {
  position: relative;
  display: inline-block;
  width: 403px;
  height: 274px;
  overflow: hidden;
  margin-right: 45px;
  margin-top: 45px;
}
#index-content .index-2 .list ul li:nth-child(3n) {
  margin-right: 0;
}
#index-content .index-2 .list ul li .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center center;
  padding-top: 44px;
  text-align: center;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-2 .list ul li .content .icon {
  width: 98px;
  height: 112px;
  background: url(../images/border.png) no-repeat center center;
  margin: 0 auto;
}
#index-content .index-2 .list ul li .content .icon .iconfont {
  font-size: 46px;
  color: #f2cb62;
  line-height: 112px;
}
#index-content .index-2 .list ul li .content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
}
#index-content .index-2 .list ul li .content span {
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
#index-content .index-2 .list ul li .hover {
  position: absolute;
  top: -274px;
  width: 100%;
  height: 100%;
  border: 1px solid #f2cb62;
  text-align: center;
  padding-top: 107px;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-2 .list ul li .hover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-content .index-2 .list ul li .hover p {
  position: relative;
  z-index: 1;
  color: #f2cb62;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
#index-content .index-2 .list ul li .hover span {
  position: relative;
  z-index: 1;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
#index-content .index-2 .list ul li:hover .content {
  top: 274px;
}
#index-content .index-2 .list ul li:hover .hover {
  top: 0;
}
#index-content .index-3 .map {
  position: relative;
  width: 1300px;
  height: 900px;
  margin: 10px auto 0;
}
#index-content .index-3 .map #chart-panel {
  width: 1300px;
  height: 900px;
}
#index-content .index-3 .map .info {
  position: absolute;
  z-index: 10000;
  left: 0;
  bottom: 76px;
  font-size: 0px;
}
#index-content .index-3 .map .info .iconfont {
  display: inline-block;
  vertical-align: middle;
  color: #373737;
  font-size: 62px;
  line-height: 1;
  margin-right: 17px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
#index-content .index-3 .map .info .text {
  display: inline-block;
  vertical-align: middle;
}
#index-content .index-3 .map .info .text .p1 {
  color: #f2cb62;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 17px;
}
#index-content .index-3 .map .info .text .p1 span {
  color: #ffffff;
}
#index-content .index-3 .map .info .text .p2 {
  color: #666666;
  font-size: 14px;
  line-height: 1;
}
#index-content .index-3 .about {
  width: 1300px;
  height: 103px;
  margin: 0 auto;
  border: 1px solid #9b8344;
  padding: 30px;
  font-size: 0;
}
#index-content .index-3 .about span {
  display: inline-block;
  vertical-align: top;
  line-height: 41px;
  color: #ffffff;
  font-size: 24px;
  border-right: 1px solid #f2cb62;
  padding-right: 20px;
  margin-right: 22px;
}
#index-content .index-3 .about p {
  display: inline-block;
  vertical-align: top;
  width: 1050px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 20px;
}
#index-content .index-4 {
  background: url(../images/bg1.jpg) center top;
  margin-top: 70px;
}
#index-content .index-4 .step {
  width: 100%;
  height: 905px;
  position: relative;
}
#index-content .index-4 .step .index-title {
  margin-top: 0;
  padding-top: 64px;
}
#index-content .index-4 .step .list {
  width: 840px;
  height: 673px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
}
#index-content .index-4 .step .list .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 524px;
  height: 524px;
  border: 1px solid #b09449;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.8);
  margin: 0 auto;
}
#index-content .index-4 .step .list .circle img {
  display: block;
  margin: 122px auto 0;
}
#index-content .index-4 .step .list .circle .p1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
#index-content .index-4 .step .list .circle .p1 span {
  color: #f2cb62;
}
#index-content .index-4 .step .list .circle .p2 {
  text-align: center;
  color: #a9a9a9;
  font-size: 12px;
  line-height: 1;
  margin-top: 12px;
}
#index-content .index-4 .step .list .circle .line {
  width: 58px;
  height: 1px;
  background: #ffffff;
  margin: 26px auto 0;
}
#index-content .index-4 .step .list .hd ul li {
  position: absolute;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: #1e1e1e;
  padding-top: 12.5px;
}
#index-content .index-4 .step .list .hd ul li .icon {
  width: 153px;
  height: 153px;
  border-radius: 50%;
  border: 1px solid #f2cb62;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0;
  position: relative;
}
#index-content .index-4 .step .list .hd ul li .icon .iconfont {
  position: relative;
  z-index: 1;
  font-size: 42px;
  line-height: 1;
  color: #f2cb62;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-4 .step .list .hd ul li .icon p {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #f2cb62;
  margin-top: 18px;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-4 .step .list .hd ul li .icon .color {
  position: absolute;
  background: #f2cb62;
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-4 .step .list .hd ul li:hover .icon .iconfont,
#index-content .index-4 .step .list .hd ul li.on .icon .iconfont {
  color: #1e1e1e;
}
#index-content .index-4 .step .list .hd ul li:hover .icon p,
#index-content .index-4 .step .list .hd ul li.on .icon p {
  color: #1e1e1e;
}
#index-content .index-4 .step .list .hd ul li:hover .icon .color,
#index-content .index-4 .step .list .hd ul li.on .icon .color {
  width: 100%;
  height: 100%;
}
#index-content .index-4 .step .list .hd ul li:nth-child(1) {
  bottom: 0;
  left: 84px;
}
#index-content .index-4 .step .list .hd ul li:nth-child(2) {
  bottom: 205px;
  left: 0;
}
#index-content .index-4 .step .list .hd ul li:nth-child(3) {
  top: 102px;
  left: 123px;
}
#index-content .index-4 .step .list .hd ul li:nth-child(4) {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#index-content .index-4 .step .list .hd ul li:nth-child(5) {
  top: 102px;
  right: 123px;
}
#index-content .index-4 .step .list .hd ul li:nth-child(6) {
  bottom: 205px;
  right: 0;
}
#index-content .index-4 .step .list .hd ul li:nth-child(7) {
  bottom: 0;
  right: 84px;
}
#index-content .index-4 .step .bd {
  width: 100%;
  background: #282828;
  padding: 50px 0 !important;
  margin-top: 718px !important;
}
#index-content .index-4 .step .bd ul .about p {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
#index-content .index-5 .cont {
  margin-top: 55px;
}
#index-content .index-5 .cont .left {
  float: left;
  width: 50%;
  height: 578px;
  background: #f2cb62;
  padding: 56px;
}
#index-content .index-5 .cont .left .l1 .tit {
  line-height: 50px;
  border-bottom: 1px solid #1e1e1e;
}
#index-content .index-5 .cont .left .l1 .tit .s1 {
  color: #1e1e1e;
  font-size: 30px;
  font-weight: bold;
  margin-right: 20px;
}
#index-content .index-5 .cont .left .l1 .tit .s2 {
  color: #1e1e1e;
  font-size: 12px;
}
#index-content .index-5 .cont .left .l1 p {
  color: #181818;
  font-size: 12px;
  line-height: 2;
  margin-top: 9px;
}
#index-content .index-5 .cont .left ul {
  margin-top: 61px;
}
#index-content .index-5 .cont .left ul li {
  margin-top: 25px;
}
#index-content .index-5 .cont .left ul li .titles {
  width: 93px;
  height: 29px;
  background: #1e1e1e;
  color: #f2cb62;
  font-size: 16px;
  text-align: center;
  line-height: 29px;
}
#index-content .index-5 .cont .left ul li p {
  color: #181818;
  font-size: 12px;
  line-height: 2;
  margin-top: 9px;
}
#index-content .index-5 .cont .right {
  float: right;
  width: 50%;
  height: 578px;
  overflow: hidden;
}
#index-content .index-5 .cont .right img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-5 .cont .right img:hover {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#index-content .index-6 {
  padding-bottom: 80px;
}
#index-content .index-6 .list {
  margin-top: 77px;
  display: flex;
  justify-content: space-between;
}
#index-content .index-6 .list .first {
  width: 522px;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
#index-content .index-6 .list .first .pic {
  width: 522px;
  height: 282px;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
#index-content .index-6 .list .first .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-6 .list .first .pic img:hover {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#index-content .index-6 .list .first .title {
  color: #f2cb62;
  font-size: 16px;
  line-height: 1;
}
#index-content .index-6 .list .first .desc {
  color: #a7a7a7;
  font-size: 12px;
  line-height: 2;
  margin-top: 18px;
}
#index-content .index-6 .list ul {
  width: 721px;
}
#index-content .index-6 .list ul li {
  width: 100%;
  height: 127px;
  border: 1px solid #1e1e1e;
  position: relative;
  background: #1e1e1e;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 28px;
  font-size: 0px;
  margin-top: 25px;
  overflow: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-6 .list ul li:first-child {
  margin-top: 0;
  animation-delay: 0.3s;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
#index-content .index-6 .list ul li:nth-child(2) {
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
#index-content .index-6 .list ul li:last-child {
  animation-delay: 0.3s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
#index-content .index-6 .list ul li .info {
  width: 495px;
  display: inline-block;
}
#index-content .index-6 .list ul li .info .tit {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-6 .list ul li .info .desc {
  color: #a7a7a7;
  font-size: 12px;
  line-height: 2;
  margin-top: 14px;
}
#index-content .index-6 .list ul li .date {
  position: absolute;
  top: 20px;
  right: 30px;
  text-align: right;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-6 .list ul li .date p {
  color: #f2cb62;
  font-size: 46px;
}
#index-content .index-6 .list ul li .date span {
  color: #494949;
  font-size: 14px;
  line-height: 1;
}
#index-content .index-6 .list ul li .more {
  display: block;
  width: 142px;
  height: 45px;
  background: #f2cb62;
  position: absolute;
  right: -142px;
  bottom: -45px;
  color: #383838;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index-content .index-6 .list ul li:hover {
  border-color: #f2cb62;
}
#index-content .index-6 .list ul li:hover .info .tit {
  color: #f2cb62;
}
#index-content .index-6 .list ul li:hover .date {
  right: -128px;
  top: -75px;
}
#index-content .index-6 .list ul li:hover .more {
  right: 0;
  bottom: 0;
}
#index-content .index-7 {
  width: 100%;
  height: 285px;
  background: url(../images/bg2.jpg) center center;
  text-align: center;
  padding-top: 76px;
  margin-top: 100px;
}
#index-content .index-7 .p1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
}
#index-content .index-7 .p2 {
  color: #f2cb62;
  font-size: 30px;
  border: 1px solid #f2cb62;
  display: inline-block;
  line-height: 62px;
  padding: 0 75px;
  margin-top: 16px;
}
#index-content .index-7 .p2 span {
  color: #ffffff;
}
