@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: #f4e6de;
}
.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: 925px;
  position: relative;
  background: url(../img/top_bg.jpg) no-repeat center top;
}
.header_wrap .header_con {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  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;
}
.he2 {
  position: absolute;
  top: 279px;
  right: 680px;
  animation: mymove 1.5s linear infinite alternate;
}
@keyframes mymove {
  from {
    top: 279px;
  }
  to {
    top: 269px;
  }
}
@-webkit-keyframes mymove {
  from {
    top: 279px;
  }
  to {
    top: 269px;
  }
}
.he3 {
  position: absolute;
  bottom: 143px;
  left: 335px;
  animation: mymove3 2s linear infinite alternate;
}
@keyframes mymove3 {
  from {
    bottom: 143px;
  }
  to {
    bottom: 153px;
  }
}
@-webkit-keyframes mymove3 {
  from {
    bottom: 143px;
  }
  to {
    bottom: 153px;
  }
}
.dl2 {
  position: absolute;
  top: 136px;
  right: 258px;
  transform-origin: top;
  animation: dl2 2.9s linear infinite alternate;
}
@keyframes dl2 {
  from {
    transform: rotateZ(10deg);
  }
  to {
    transform: rotateZ(-10deg);
  }
}
@-webkit-keyframes dl2 {
  from {
    transform: rotateZ(10deg);
  }
  to {
    transform: rotateZ(-10deg);
  }
}
.dl1 {
  position: absolute;
  top: 136px;
  left: 310px;
  transform-origin: top;
  animation: dl1 3s linear infinite alternate;
}
@keyframes dl1 {
  from {
    transform: rotateZ(10deg);
  }
  to {
    transform: rotateZ(-10deg);
  }
}
@-webkit-keyframes dl1 {
  from {
    transform: rotateZ(10deg);
  }
  to {
    transform: rotateZ(-10deg);
  }
}
.yu {
  position: absolute;
  top: 900px;
  right: -14px;
  animation: yu 2s linear infinite alternate;
}
@keyframes yu {
  from {
    top: 890px;
  }
  to {
    top: 900px;
  }
}
@-webkit-keyframes yu {
  from {
    top: 890px;
  }
  to {
    top: 900px;
  }
}
.he {
  position: absolute;
  top: 53px;
  right: 295px;
  animation: mymove1 2s linear infinite alternate;
}
@keyframes mymove1 {
  from {
    top: 53px;
  }
  to {
    top: 43px;
  }
}
@-webkit-keyframes mymove1 {
  from {
    top: 53px;
  }
  to {
    top: 43px;
  }
}
.sun {
  position: absolute;
  top: 193px;
  left: -65px;
  animation: iScale 3s linear infinite;
}
@keyframes iScale {
  0% {
    transform: scale(0.8);
    opacity: 0.1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.1;
  }
}
@-webkit-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: 140px 0 100px 0;
}
.footer p {
  color: #41332c;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}
.footer .sp {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 50px;
}
.navBar {
  position: absolute;
  right: 13px;
  top: 550px;
  z-index: 10;
  width: 351px;
  height: 195px;
  background: url(../img/navbar_bg.png) no-repeat;
}
.navBar ul {
  position: relative;
  top: 156px;
  left: -36px;
}
.navBar li {
  text-align: center;
  float: right;
  width: 120px;
  height: 120px;
  margin-left: 19px;
}
.navBar li a {
  display: block;
  width: 100%;
  height: 100%;
}
.navBar .li01 {
  position: relative;
  top: -210px;
  right: -60px;
}
.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 {
  position: relative;
  top: -110px;
  right: -120px;
}
.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 {
  position: relative;
  top: -190px;
  left: -134px;
}
.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;
}
.navBar .li04 {
  position: relative;
  top: -142px;
  left: -102px;
}
.navBar .li04 a {
  background: url(../img/navBar04.png) no-repeat center center;
}
.navBar .li04.on a {
  background: url(../img/navBar04h.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 {
  height: 867px;
  background: url(../img/section01_bg.jpg) no-repeat center center;
}
.section01_wrap .center {
  height: 100%;
}
.section01_wrap .tabcon_wrap {
  position: absolute;
  top: 25px;
  left: 66px;
  z-index: 1;
  text-align: center;
  width: 956px;
  height: 541px;
}
.section01_wrap .swiper-container {
  padding-top: 100px;
  width: 100%;
  height: 100%;
  position: relative;
}
.section01_wrap .swiper-slide {
  text-align: left;
}
.section01_wrap .swiper-pagination {
  position: absolute;
  right: 140px;
  bottom: 30px;
}
.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;
  }
}
@keyframes niao1 {
  from {
    top: 102px;
  }
  to {
    top: 90px;
  }
}
@-webkit-keyframes niao1 {
  from {
    top: 102px;
  }
  to {
    top: 90px;
  }
}
@keyframes niao2 {
  from {
    top: 157px;
  }
  to {
    top: 140px;
  }
}
@-webkit-keyframes niao2 {
  from {
    top: 157px;
  }
  to {
    top: 140px;
  }
}
.section02_wrap {
  height: 777px;
  margin-top: 60px;
  background: url(../img/section02_bg.png) no-repeat center top;
}
.section02_wrap .center .niao1 {
  position: absolute;
  left: 148px;
  top: 102px;
  animation: niao1 1.5s linear infinite alternate;
}
.section02_wrap .center .niao2 {
  position: absolute;
  right: 166px;
  top: 157px;
  animation: niao2 1.8s linear infinite alternate;
}
.section02_wrap .center .hehua {
  position: absolute;
  left: -230px;
  top: 490px;
}
.section02_wrap .center .sec2_tab .sec2_nav {
  width: 100%;
  position: absolute;
  left: 52px;
  top: 352px;
  z-index: 30;
}
.section02_wrap .center .sec2_tab .sec2_nav a {
  width: 270px;
  height: 125px;
  float: left;
  position: relative;
}
.section02_wrap .center .sec2_tab .sec2_nav .a1 {
  top: -10px;
  left: 30px;
  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 0px center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a2 {
  top: 55px;
  left: 25px;
  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 0px center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a3 {
  top: -39px;
  right: 10px;
  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 0px center;
}
.section02_wrap .center .sec2_tab .sec2_nav .a4 {
  top: 65px;
  right: 60px;
  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 0px center;
}
.section02_wrap .center .sec2_tab .sec2_list_wrap {
  padding-top: 159px;
  text-align: center;
}
.section02_wrap .center .sec2_tab .sec2_list {
  margin: 25px 0 0 -15px;
}
.section02_wrap .center .sec2_tab .sp {
  position: absolute;
  left: 400px;
  top: 200px;
}
.section03_wrap {
  width: 100%;
  min-height: 620px;
  background: url(../img/section03_bg.jpg) no-repeat center top;
}
.section03_wrap ul {
  position: absolute;
  left: -77px;
  top: 190px;
  display: flex;
}
.section03_wrap ul li {
  cursor: pointer;
  margin-right: -170px;
}
.section03_wrap ul li:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}
.section04_wrap {
  width: 100%;
  background: url(../img/section04_bg.jpg) no-repeat center top;
}
.section04_wrap .anli_fx {
  width: 100%;
  text-align: center;
  position: relative;
}
.section04_wrap .anli_fx .anli_con {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
.section04_wrap .anli_fx .anli_nav {
  position: absolute;
  right: 57px;
  top: 130px;
  z-index: 30;
}
.section04_wrap .anli_fx .anli_nav a {
  width: 130px ;
  margin-right: 22px;
  text-align: center;
}
.section04_wrap .anli_fx .anli_list_wrap {
  padding-top: 170px;
  width: 100%;
}
.section04_wrap .anli_fx .anli_list_wrap #hover_con01 .p1 {
  width: 100%;
  height: 100%;
  margin-top: -92px;
  margin-left: -33px;
}
.section04_wrap .anli_fx .anli_list_wrap #hover_con01 .p2 {
  width: 100%;
  height: 100%;
  margin-top: -92px;
  margin-left: 1px;
}
.section04_wrap .anli_fx .anli_list_wrap #hover_con01 .p3 {
  width: 100%;
  height: 100%;
  margin-top: -92px;
  margin-left: 1px;
}
.section04_wrap .anli_fx .anli_list_wrap #hover_con01 .p4 {
  width: 100%;
  height: 100%;
  margin-top: -92px;
  margin-left: 32px;
}
.section04_wrap .anli_fx .anli_list_wrap .hover_con01 p {
  display: none;
}
.section04_wrap .anli_fx .anli_list_wrap #hover_con02 .p1 {
  width: 100%;
  height: 100%;
  margin-top: -92px;
  margin-left: -33px;
}
.section04_wrap .anli_fx .anli_list_wrap #hover_con02 .p2 {
  width: 100%;
  height: 100%;
  margin-top: -92px;
  margin-left: 1px;
}
.section04_wrap .anli_fx .anli_list_wrap #hover_con02 .p3 {
  width: 100%;
  height: 100%;
  margin-top: -92px;
  margin-left: 1px;
}
.section04_wrap .anli_fx .anli_list_wrap #hover_con02 .p4 {
  width: 100%;
  height: 100%;
  margin-top: -92px;
  margin-left: 32px;
}
.alert_box_wrap {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -490px;
  width: 981px;
  height: 822px;
  z-index: 200;
}
.alert_box_wrap .close {
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 1;
}
.alert_box_wrap .close:hover {
  animation: iRotate 0.8s alternate;
  -webkit-animation: iRotate 0.8s alternate;
  -moz-animation: iRotate 0.8s alternate;
  -o-animation: iRotate 0.8s alternate;
  -ms-animation: iRotate 0.8s alternate;
}
.alert_box_wrap .alert01 {
  text-align: center;
  width: 100%;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 190;
}
.anli_fx .list_nav {
  position: absolute;
  top: 518px;
  left: 20px;
}
.anli_fx .list_nav a {
  width: 239px;
  height: 89px;
  margin-right: 18px;
  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_nav02 {
  position: absolute;
  top: 551px;
  left: 20px;
}
.anli_fx #list_nav02 a {
  margin-right: 18px;
}
.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;
  }
  .section02_wrap .center .sec2_tab .sec2_list {
    margin: 25px 0 0 -40px;
  }
}
.swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  background: #bf5545;
  margin: 0 11px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-pagination .swiper-active-switch {
  background: #ea9674;
}
.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;
}
