@charset "utf-8";
body {
  font-size: 12px;
  font-family: "微软雅黑", Tahoma, Geneva, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f3edde;
  position: relative;
}
.clear {
  clear: both;
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.center {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.mr0 {
  margin-right: 0px !important;
}
.header_wrap {
  width: 100%;
  height: 1160px;
  background: url(../img/top_bg.jpg) no-repeat center top;
}
.header_wrap .star1 {
  position: absolute;
  left: 97px;
  top: 574px;
  animation: shink 1s linear 0s infinite alternate;
}
.header_wrap .star2 {
  position: absolute;
  left: 215px;
  top: 381px;
  animation: shink 1s linear 0.5s infinite alternate;
}
.header_wrap .star3 {
  position: absolute;
  left: 387px;
  top: 209px;
  animation: shink 1s linear 1s infinite alternate;
}
.header_wrap .star4 {
  position: absolute;
  left: 307px;
  top: 671px;
  animation: shink 1s linear 1.5s infinite alternate;
}
@keyframes shink {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@-webkit-keyframes shink {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@-moz-keyframes shink {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@-o-keyframes shink {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
.header_wrap .header_con {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 4;
}
.header_wrap .header_con .to_index {
  position: absolute;
  right: 12px ;
  z-index: 15;
  top: 112px;
}
.header_wrap .header_con .to_index a:hover {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
}
.gifPic {
  position: absolute;
  top: 174px;
  right: -30px;
}
.yh {
  position: absolute;
  top: 530px;
  right: 305px;
  animation: mymove 2s linear infinite alternate;
}
@keyframes mymove {
  from {
    right: 305px;
  }
  to {
    right: 335px;
  }
}
@-webkit-keyframes mymove {
  from {
    right: 305px;
  }
  to {
    right: 335px;
  }
}
@-moz-keyframes mymove {
  from {
    right: 305px;
  }
  to {
    right: 335px;
  }
}
@-o-keyframes mymove {
  from {
    right: 305px;
  }
  to {
    right: 335px;
  }
}
@keyframes iScale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@-moz-keyframes iScale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@-webkit-keyframes iScale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@-o-keyframes iScale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.footer {
  width: 100% ;
  margin: 0 auto ;
  padding: 100px 0 0 0;
}
.footer p {
  color: #000;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}
.navBar {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 10;
}
.navBar li {
  text-align: center;
  float: left;
  width: 157px;
  height: 209px;
}
.navBar li a {
  display: block;
  width: 100%;
  height: 100%;
}
.navBar .li01 a {
  background: url(../img/navBar01.png) no-repeat center center;
}
.navBar .li01.on a {
  background: url(../img/navBar01h.png) no-repeat center center;
}
.navBar .li02 {
  margin-top: -30px;
}
.navBar .li02 a {
  background: url(../img/navBar02.png) no-repeat center center;
}
.navBar .li02.on a {
  background: url(../img/navBar02h.png) no-repeat center center;
}
.navBar .li03 a {
  background: url(../img/navBar03.png) no-repeat center center;
}
.navBar .li03.on a {
  background: url(../img/navBar03h.png) no-repeat center center;
}
.header_wrap .header_con .logo {
  position: absolute;
  right: 12px;
  top: 54px;
  z-index: 6;
}
.header_wrap .header_con .logo1 {
  position: absolute;
  left: 12px;
  top: 40px;
}
.section01_wrap {
  padding: 67px 0 94px;
}
.section01_wrap .center {
  height: 100%;
  width: 1148px;
  margin: 0 auto;
}
.section01_wrap .tabnav {
  position: absolute;
  left: 4px;
  top: 110px;
  z-index: 2;
  width: 66px;
  height: 370px;
  background: url(../img/section01_4.png) no-repeat center center;
}
.section01_wrap .tabnav a {
  display: block;
  width: 66px;
  height: 66px;
  margin-bottom: 26px;
}
.section01_wrap .tabnav .a1 {
  margin-top: 44px;
  background: url(../img/kfbg_nav01.png) no-repeat;
}
.section01_wrap .tabnav .a1.on {
  background: url(../img/kfbg_nav01h.png) no-repeat;
}
.section01_wrap .tabnav .a2 {
  background: url(../img/kfbg_nav02.png) no-repeat;
}
.section01_wrap .tabnav .a2.on {
  background: url(../img/kfbg_nav02h.png) no-repeat;
}
.section01_wrap .tabnav .a3 {
  background: url(../img/kfbg_nav03.png) no-repeat;
}
.section01_wrap .tabnav .a3.on {
  background: url(../img/kfbg_nav03h.png) no-repeat;
}
.section01_wrap .tabcon_wrap {
  position: absolute;
  top: 63px;
  right: 40px;
  z-index: 1;
  text-align: center;
  width: 857px;
  height: 639px;
}
.section01_wrap .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.section01_wrap .swiper-slide {
  text-align: left;
}
.section01_wrap .swiper-pagination {
  position: absolute;
  right: 90px;
  bottom: 120px;
}
.section01_wrap .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #c2a65b;
  opacity: 1;
  margin: 0 8px;
}
.section01_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #508294;
}
.btn02 {
  opacity: 1;
  -webkit-animation: shink 0.8s infinite alternate ease-in-out;
  animation: shink 0.8s infinite alternate ease-in-out;
}
@keyframes shink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section02_wrap {
  padding-bottom: 100px;
}
.section02_wrap .center .sec2_tab {
  width: 100%;
  height: 100%;
  position: relative;
}
.section02_wrap .center .sec2_tab .c-pic {
  position: absolute;
  left: 316px;
  top: 315px;
}
.section02_wrap .center .sec2_tab .sec2_nav {
  width: 950px;
  height: 720px;
  margin: 0 auto;
  position: relative;
}
.section02_wrap .center .sec2_tab .sec2_nav a {
  width: 329px;
  height: 315px;
  position: absolute;
}
.section02_wrap .center .sec2_tab .sec2_nav .a1 {
  left: 0;
  top: 210px;
  background: url(../img/sec2_nav01.png) no-repeat center center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a1.on {
  background: url(../img/sec2_nav01h.png) no-repeat center center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a2 {
  left: 151px;
  top: 59px;
  background: url(../img/sec2_nav02.png) no-repeat center center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a2.on {
  background: url(../img/sec2_nav02h.png) no-repeat center center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a3 {
  left: 489px;
  top: 57px;
  background: url(../img/sec2_nav03.png) no-repeat center center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a3.on {
  background: url(../img/sec2_nav03h.png) no-repeat center center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a4 {
  right: -22px;
  top: 210px;
  background: url(../img/sec2_nav04.png) no-repeat center center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a4.on {
  background: url(../img/sec2_nav04h.png) no-repeat center center;
}
.section02_wrap .center .sec2_tab .sec2_list_wrap {
  margin-top: -271px;
  text-align: center;
  margin-left: 26px;
  position: relative;
  z-index: 10;
}
.section02_wrap .center .sec2_tab .sp {
  margin-top: 0;
  margin-left: 0;
  text-align: center;
}
.section03_wrap {
  width: 100%;
  padding-bottom: 108px;
}
.section03_wrap .section03 {
  background: url(../img/section03_2.png) no-repeat center 210px;
}
.section03_wrap .anli_fx {
  width: 100%;
  text-align: center;
  position: relative;
}
.section03_wrap .anli_fx .anli_con {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.section03_wrap .anli_fx .anli_nav {
  position: absolute;
  left: 90px;
  top: 62px;
  z-index: 30;
}
.section03_wrap .anli_fx .anli_nav .a1 {
  margin-top: -6px;
}
.section03_wrap .anli_fx .anli_nav a {
  width: 130px ;
  text-align: center;
}
.section03_wrap .anli_fx .anli_list_wrap {
  padding-top: 149px;
  width: 100%;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con01 .p1 {
  width: 100%;
  height: 100%;
  margin-top: -163px;
  margin-left: -20px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con01 .p2 {
  width: 100%;
  height: 100%;
  margin-top: -164px;
  margin-left: -19px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con01 .p3 {
  width: 100%;
  height: 100%;
  margin-top: -163px;
  margin-left: -19px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con01 .p4 {
  width: 100%;
  height: 100%;
  margin-top: -163px;
  margin-left: -20px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con01 .p5 {
  width: 100%;
  height: 100%;
  margin-top: -116px;
  margin-left: -35px;
}
.section03_wrap .anli_fx .anli_list_wrap .hover_con01 p {
  display: none;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con02 .p1 {
  width: 100%;
  height: 100%;
  margin-top: -163px;
  margin-left: -18px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con02 .p2 {
  width: 100%;
  height: 100%;
  margin-top: -163px;
  margin-left: -17px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con02 .p3 {
  width: 100%;
  height: 100%;
  margin-top: -163px;
  margin-left: -15px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con02 .p4 {
  width: 100%;
  height: 100%;
  margin-top: -163px;
  margin-left: -16px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con02 .p5 {
  width: 100%;
  height: 100%;
  margin-top: -163px;
  margin-left: -15px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con02 .p6 {
  width: 100%;
  height: 100%;
  margin-top: -164px;
  margin-left: -15px;
}
.anli_fx .list_nav {
  position: absolute;
  top: 798px;
  left: 30px;
}
.anli_fx .list_nav a {
  width: 246px;
  height: 232px;
  margin-right: 17px;
  cursor: pointer;
  float: left;
  display: block;
  background: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff);
  zoom: 1;
}
.anli_fx .list_nav a:last-child {
  margin-right: 0;
}
.anli_fx .list_nav .a1 {
  background: url(../img/sec3_1.png) no-repeat;
}
.anli_fx .list_nav .a1:hover {
  background: url(../img/sec3_1_on.png) no-repeat;
}
.anli_fx .list_nav .a2 {
  background: url(../img/sec3_2.png) no-repeat;
}
.anli_fx .list_nav .a2:hover {
  background: url(../img/sec3_2_on.png) no-repeat;
}
.anli_fx .list_nav .a3 {
  background: url(../img/sec3_3.png) no-repeat;
}
.anli_fx .list_nav .a3:hover {
  background: url(../img/sec3_3_on.png) no-repeat;
}
.anli_fx .list_nav .a4 {
  background: url(../img/sec3_4.png) no-repeat;
}
.anli_fx .list_nav .a4:hover {
  background: url(../img/sec3_4_on.png) no-repeat;
}
.anli_fx #list_nav02 {
  position: absolute;
  top: 798px;
  left: 30px;
}
.anli_fx #list_nav02 a:last-child {
  margin-right: 0;
}
.tips {
  text-align: center;
  padding: 30px 0;
}
.tips img {
  margin-left: -82px;
}
@media only screen and (max-width: 1000px) and (min-width: 320px) {
  .header_wrap {
    margin-bottom: -1px;
  }
}
.swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #976e52;
  margin: 0 11px;
  opacity: 0.8;
  border: 1px solid #bda156;
  cursor: pointer;
}
.swiper-pagination .swiper-active-switch {
  background: #3e6a7a;
}
.swiper-pagination-tz {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-tz .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #9d6c4e;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #eb8d4c;
  cursor: pointer;
}
.swiper-pagination-tz .swiper-active-switch {
  background: #d10002;
}
@keyframes myRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes myRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes myRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 39;
}
.btn1-box {
  display: none;
  position: absolute;
  left: 50%;
  width: 1073px;
  top: 85%;
  transform: translateX(-50%);
  z-index: 40;
}
.btn1-box .close {
  width: 137px;
  height: 137px;
  position: absolute;
  right: -125px;
  top: -62px;
  -webkit-animation: myRotate 4s infinite linear;
  animation: myRotate 4s infinite linear;
}
