@charset "UTF-8";
body {
  min-width: 1200px;
}

.positon {
  position: absolute;
}

.positon-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.m-center, .section2 .sec2-sub, .section2 .sec2-mian, .section2 .sec2-title, .section2 .sec2-logo, .section1 .section-main, .section1 .logo, .section1 .title {
  margin: 0 auto;
}

.section1 .logo a {
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  height: 100%;
}

.logo {
  width: 316px;
}

.section8 .logo, .section7 .logo, .section6 .logo, .section5 .logo, .section4 .logo, .section3 .logo, .section2 .logo {
  position: absolute;
  left: 6vh;
  top: 6vh;
}

/* 导航点 */
#fp-nav ul li a span {
  background: #ee781e;
}

.section1 {
  background: url(../images/section1-bg.png) no-repeat center/100% 100%;
}

.section2 {
  background: url(../images/section2-bg.png) no-repeat center/100% 100%;
}

.section3 {
  background: url(../images/section3-bg.png) no-repeat center/100% 100%;
}

.section4 {
  background: url(../images/section4-bg.png) no-repeat center/100% 100%;
}

.section5 {
  background: url(../images/section5-bg.png) no-repeat center/100% 100%;
}

.section6 {
  background: url(../images/section6-bg.png) no-repeat center/100% 100%;
}

.section7 {
  background: url(../images/section7-bg.png) no-repeat center/100% 100%;
}

.section8 {
  background: url(../images/section8-bg.png) no-repeat center/100% 100%;
}

.section1 {
  background-image: url(../images/section1-bg.png);
}

.section2 {
  background-image: url(../images/section2-bg.png);
}

.section {
  min-height: 100vh;
}

/* 第一屏 */
.section1 .container {
  padding-top: 1%;
}
.section1 .title {
  width: 377px;
}
.section1 .logo a {
  display: block;
}
.section1 .logo {
  bottom: 2%;
}
.section1 .section-main {
  top: 12vh;
  width: 805px;
  height: 701px;
  padding: 55px;
  background: url(../images/sec-num-bg.png) no-repeat;
}
.section1 .section-main .main-1 {
  width: 122px;
}
.section1 .section-main .main-1 li {
  margin-bottom: 10px;
}
.section1 .section-main .main-1 li:hover a {
  -webkit-animation: scale 1s linear infinite;
     -moz-animation: scale 1s linear infinite;
       -o-animation: scale 1s linear infinite;
          animation: scale 1s linear infinite;
}
.section1 .section-main .main-1 li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section1 .section-main .main-2 {
  width: 521px;
  padding-left: 9px;
  padding-top: 1px;
}
.section1 .section-main .main-2 ul li {
  width: 122px;
  float: left;
  margin-right: 8px;
  margin-bottom: 9px;
}
.section1 .section-main .main-2 ul li:last-child {
  margin-right: 0;
}
.section1 .section-main .main-2 ul li.empty {
  height: 100px;
  width: 389px;
  margin-right: 0;
}
.section1 .section-main .main-2 ul li:hover a {
  -webkit-animation: scale 1s linear infinite;
     -moz-animation: scale 1s linear infinite;
       -o-animation: scale 1s linear infinite;
          animation: scale 1s linear infinite;
}
.section1 .section-main .main-2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.section1 .section-main .main-2 ul:nth-child(4) li {
  margin-right: 0;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes scale {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes scale {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
/* 第二屏 */
.section2 .container {
  padding-top: 5%;
  z-index: 8;
}
.section2 .sec2-logo {
  width: 146px;
  margin-bottom: 50px;
}
.section2 .sec2-title {
  width: 863px;
  margin-bottom: 40px;
}
.section2 .sec2-mian {
  width: 1072px;
  margin-bottom: 20px;
}
.section2 .sec2-sub {
  width: 510px;
}
.section2 #ip {
  position: absolute;
  width: 364px;
  height: 488px;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 9;
}

/* 第三屏 */
.section3 .container {
  padding-left: 120px;
  padding-top: 140px;
}
.section3 .container .sec3-img {
  float: left;
}
.section3 .container .sec3-img.sec3-img1 {
  width: 112px;
}
.section3 .container .sec3-img.sec3-img2 {
  width: 118px;
  margin: 50px 70px 0 5px;
}
.section3 .container .sec3-img.sec3-img3 {
  width: 655px;
  margin-top: 100px;
}

/* 第四屏 */
.section4 .container {
  padding-top: 14vh;
}
.section4 .container .card-title {
  width: 867px;
  margin: 0 auto 50px;
}
.section4 .container .card {
  width: 1103px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section4 .container .card .panel {
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 530px;
  color: #fff;
  cursor: pointer;
  -webkit-flex: 0.7;
     -moz-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  position: relative;
  -webkit-transition: all 700ms ease-in;
  -o-transition: all 700ms ease-in;
  -moz-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section4 .container .card .panel h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}
.section4 .container .card .panel h4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}
.section4 .container .card .panel:nth-child(1) h4:before {
  width: 60px;
  height: 163px;
}
.section4 .container .card .panel:nth-child(2) h4:before {
  width: 57px;
  height: 159px;
}
.section4 .container .card .panel:nth-child(3) h4:before {
  width: 63px;
  height: 161px;
}
.section4 .container .card .panel:nth-child(4) h4:before {
  width: 71px;
  height: 160px;
}
.section4 .container .card .panel:nth-child(1) h4 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}
.section4 .container .card .panel:nth-child(1) h4:before {
  background: url(../images/section4-card-ht1.png);
}
.section4 .container .card .panel:nth-child(2) h4 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}
.section4 .container .card .panel:nth-child(2) h4:before {
  background: url(../images/section4-card-ht2.png);
}
.section4 .container .card .panel:nth-child(3) h4 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}
.section4 .container .card .panel:nth-child(3) h4:before {
  background: url(../images/section4-card-ht3.png);
}
.section4 .container .card .panel:nth-child(4) h4 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}
.section4 .container .card .panel:nth-child(4) h4:before {
  background: url(../images/section4-card-ht4.png);
}
.section4 .container .card .panel.active {
  -webkit-flex: 4;
     -moz-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.section4 .container .card .panel.active h4 {
  position: relative;
  width: 120px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in 0.4s;
  -o-transition: opacity 0.3s ease-in 0.4s;
  -moz-transition: opacity 0.3s ease-in 0.4s;
  transition: opacity 0.3s ease-in 0.4s;
}
.section4 .container .card .panel.active img {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}
.section4 .container .card .panel:nth-child(1).active h4 {
  background: url(../images/section4-title-bg.png) no-repeat;
}
.section4 .container .card .panel:nth-child(1).active h4:before {
  background: url(../images/section4-card-t1.png);
}
.section4 .container .card .panel:nth-child(1).active h4::after {
  display: none;
}
.section4 .container .card .panel:nth-child(2).active h4 {
  background: url(../images/section4-title-bg.png) no-repeat;
}
.section4 .container .card .panel:nth-child(2).active h4:before {
  background: url(../images/section4-card-t2.png);
}
.section4 .container .card .panel:nth-child(2).active h4::after {
  display: none;
}
.section4 .container .card .panel:nth-child(3).active h4 {
  background: url(../images/section4-title-bg.png) no-repeat;
}
.section4 .container .card .panel:nth-child(3).active h4:before {
  background: url(../images/section4-card-t3.png);
}
.section4 .container .card .panel:nth-child(3).active h4::after {
  display: none;
}
.section4 .container .card .panel:nth-child(4).active h4 {
  background: url(../images/section4-title-bg.png) no-repeat;
}
.section4 .container .card .panel:nth-child(4).active h4:before {
  background: url(../images/section4-card-t4.png);
}
.section4 .container .card .panel:nth-child(4).active h4::after {
  display: none;
}
.section4 .container .sec-list {
  width: 1103px;
  margin: 0 auto;
}
.section4 .container .sec-list li {
  float: left;
  width: 265px;
  height: 42px;
  margin: 50px 10px 0 0;
}
.section4 .container .sec-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/section4-list-bg.png) no-repeat;
}
.section4 .container .sec-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
     -moz-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
       -o-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  width: 106px;
  height: 23px;
}
.section4 .container .sec-list li.active a {
  background: url(../images/section4-list-hbg.png);
}
.section4 .container .sec-list li:nth-child(1) a::after {
  background: url(../images/section4-list-t1.png);
}
.section4 .container .sec-list li:nth-child(1).active a::after {
  background: url(../images/section4-list-ht1.png);
}
.section4 .container .sec-list li:nth-child(2) a::after {
  background: url(../images/section4-list-t2.png);
}
.section4 .container .sec-list li:nth-child(2).active a::after {
  background: url(../images/section4-list-ht2.png);
}
.section4 .container .sec-list li:nth-child(3) a::after {
  background: url(../images/section4-list-t3.png);
}
.section4 .container .sec-list li:nth-child(3).active a::after {
  background: url(../images/section4-list-ht3.png);
}
.section4 .container .sec-list li:nth-child(4) a::after {
  background: url(../images/section4-list-t4.png);
}
.section4 .container .sec-list li:nth-child(4).active a::after {
  background: url(../images/section4-list-ht4.png);
}

/* 第五屏 */
.section5 .container {
  padding: 12vh 0 10vh 7vh;
}
.section5 .container .fn-fl {
  width: 150px;
  margin-top: 8vh;
}
.section5 .container .fn-fr {
  width: 970px;
}

/* 第六屏 */
.section6 .container {
  padding: 12vh 0 0 5vh;
}
.section6 .container .sec6-img li {
  width: 132px;
}
.section6 .container .sec6-img li:nth-child(1) {
  margin-top: 3.6vh;
}
.section6 .container .sec6-img li:nth-child(2) {
  margin-top: 17vh;
}
.section6 .container .sec6-img li:nth-child(3) {
  margin-top: 34vh;
  margin-left: 5px;
  width: 23px;
}
.section6 .container .sec6-list {
  width: 780px;
  position: relative;
}
.section6 .container .sec6-list .list-item {
  margin-bottom: 24px;
}
.section6 .container .sec6-list .list-item img {
  width: 290px;
  height: 175px;
  float: left;
}
.section6 .container .sec6-list .list-item .list-main {
  width: -webkit-calc(100% - 325px);
  width: -moz-calc(100% - 325px);
  width: calc(100% - 325px);
}
.section6 .container .sec6-list .list-item .list-main h4 {
  display: block;
  height: 52px;
  line-height: 42px;
  border-bottom: 1px solid #ffe5c6;
}
.section6 .container .sec6-list .list-item .list-main h4 a {
  font-size: 20px;
  color: #333;
  width: 75%;
}
.section6 .container .sec6-list .list-item .list-main h4 span {
  font-size: 16px;
  color: #b8b8b8;
}
.section6 .container .sec6-list .list-item .list-main p {
  margin-top: 1em;
  font-size: 16px;
  color: #a1a1a1;
}
.section6 .container .sec6-list .list-item .list-main:hover a {
  color: #ee781e;
}
.section6 .container .sec6-list .list-more {
  position: absolute;
  right: 0;
  bottom: 1em;
  font-size: 16px;
  color: #4497a0;
}

/* 第七屏 */
.section7 .container {
  padding: 29.5vh 0 0 5vh;
}
.section7 .container .sec7-title img {
  display: block;
}
.section7 .container .sec7-title img:nth-child(1) {
  width: 478px;
  margin: 52px 0 57px;
}
.section7 .container .sec7-title img:nth-child(2) {
  width: 400px;
}
.section7 .container .sec7-sec {
  width: 650px;
}
.section7 .container .sec7-sec a {
  display: block;
  width: 100%;
  height: 385px;
}
.section7 .container .sec7-sec p {
  padding: 0 1em;
  width: 100%;
  height: 58px;
  line-height: 58px;
  color: #fff;
  background: rgba(255, 250, 244, 0.2);
  font-size: 20px;
  text-align: center;
}

/* 第八屏 */
.section8 .container {
  padding-top: 24.9vh;
}
.section8 .container .sec8-main {
  position: relative;
  z-index: 9;
}
.section8 .container .sec8-main img {
  display: block;
  margin: 0 auto 0;
}
.section8 .container .sec8-main img:nth-child(1) {
  width: 690px;
  margin-bottom: 163px;
}
.section8 .container .sec8-main img:nth-child(2) {
  width: 420px;
}
.section8 .sec8-l,
.section8 .sec8-r,
.section8 .sec8-b {
  position: absolute;
  z-index: 2;
}
.section8 .sec8-b {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 366px;
  z-index: 3;
}
.section8 .sec8-l {
  width: 350px;
  height: 700px;
  left: 0;
  bottom: 240px;
}
.section8 .sec8-r {
  width: 335px;
  height: 452px;
  right: 135px;
  bottom: 200px;
}

/* 0705改 */
.section2 .sec2-title {
  width: 1125px;
}
.section2 .sec2-big {
  width: 1067px;
  margin: 0 auto;
}
.section2 .sec2-sub {
  margin-top: 20px;
  width: 1020px;
}
.section2 #ip {
  left: 80px;
}

.section1 .container {
  padding-top: 5vh;
}
.section1 .logo {
  width: 785px;
}

.section7 .container .sec7-title img:nth-child(1) {
  margin-top: 30px;
  margin-bottom: 50px;
}
.section7 .container .sec7-title img:nth-child(2) {
  width: 390px;
}

.section8 .container {
  padding-top: 22.4vh;
}
.section8 .container .sec8-main img:nth-child(1) {
  margin-bottom: 130px;
}
.section8 .container .sec8-main img:nth-child(2) {
  width: 790px;
}
.section8 .sec8-r {
  bottom: 120px;
}