@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: #fff6e8;
  position: relative;
  overflow-x: hidden;
}
.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: 1207px;
  background: url(../img/top_bg.jpg) no-repeat center top;
}
.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: 0;
  z-index: 10;
  top: 109px;
}
.header_wrap .header_con .to_index a:hover {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
}
.footer {
  background: url(../img/footer_bg.jpg) no-repeat center top;
  height: 194px;
  width: 100%;
  margin: 0 auto;
}
.footer p {
  color: #000;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
.footer h3 {
  padding-bottom: 70px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #3d3a39;
}
.navBar {
  position: absolute;
  left: 148px;
  bottom: -20px;
  z-index: 10;
}
.navBar ul li {
  text-align: center;
  width: 154px;
  height: 155px;
  float: left;
  margin-right: 44px;
}
.navBar ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.navBar ul .li01 a {
  background: url(../img/navBar01.png) no-repeat center center;
}
.navBar ul .li01.on a {
  background: url(../img/navBar01h.png) no-repeat center center;
}
.navBar ul .li02 a {
  background: url(../img/navBar02.png) no-repeat center center;
}
.navBar ul .li02.on a {
  background: url(../img/navBar02h.png) no-repeat center center;
}
.navBar ul .li03 a {
  background: url(../img/navBar03.png) no-repeat center center;
}
.navBar ul .li03.on a {
  background: url(../img/navBar03h.png) no-repeat center center;
}
.navBar ul .li04 a {
  background: url(../img/navBar04.png) no-repeat center center;
}
.navBar ul .li04.on a {
  background: url(../img/navBar04h.png) no-repeat center center;
}
.header_wrap .header_con .logo {
  position: absolute;
  right: 0;
  top: 46px;
  z-index: 6;
}
.header_wrap .header_con .logo1 {
  position: absolute;
  left: 14px;
  top: 35px;
}
.gif {
  position: absolute;
  left: -13px;
  top: -1px;
}
@keyframes mymove1 {
  from {
    top: 478px;
  }
  to {
    top: 498px;
  }
}
@-webkit-keyframes mymove1 {
  from {
    top: 478px;
  }
  to {
    top: 498px;
  }
}
@-moz-keyframes mymove1 {
  from {
    top: 478px;
  }
  to {
    top: 498px;
  }
}
@-o-keyframes mymove1 {
  from {
    top: 478px;
  }
  to {
    top: 498px;
  }
}
.header_wrap .bort1 {
  position: absolute;
  top: 478px;
  right: 206px;
  -webkit-animation: mymove1 2s infinite alternate ease-in-out;
  animation: mymove1 2s infinite alternate ease-in-out;
}
.header_wrap .bort2 {
  position: absolute;
  top: 342px;
  left: 205px;
  -webkit-animation: mymove2 2s infinite alternate ease-in-out;
  animation: mymove2 2s infinite alternate ease-in-out;
}
@keyframes mymove2 {
  from {
    top: 88px;
  }
  to {
    top: 100px;
  }
}
@-webkit-keyframes mymove2 {
  from {
    top: 88px;
  }
  to {
    top: 100px;
  }
}
.header_wrap .bort3 {
  position: absolute;
  top: 88px;
  left: 410px;
  -webkit-animation: mymove2 1.5s infinite alternate ease-in-out;
  animation: mymove2 1.5s infinite alternate ease-in-out;
}
.header_wrap .sun img {
  position: absolute;
  top: 94px;
  right: 270px;
}
@keyframes mymove4 {
  from {
    transform: scale(0.8);
    opacity: 1;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes mymove4 {
  from {
    transform: scale(0.8);
    opacity: 1;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
.fireworks01 {
  position: absolute;
  top: 44px;
  right: 210px;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  animation: fireworks 4s 1s infinite;
  -moz-animation: fireworks 4s 1s infinite;
  -webkit-animation: fireworks 4s 1s infinite;
  -o-animation: fireworks 4s 1s infinite;
}
@keyframes fireworks {
  0% {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
  }
  60% {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 老版Mozilla */
    -khtml-opacity: 0.8;
    /* 老版Safari */
    opacity: 0.8;
    /* 支持opacity的浏览器*/
  }
  100% {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    filter: alpha(opacity=0);
    /* IE */
    -moz-opacity: 0;
    /* 老版Mozilla */
    -khtml-opacity: 0;
    /* 老版Safari */
    opacity: 0;
    /* 支持opacity的浏览器*/
  }
}
@-webkit-keyframes fireworks {
  0% {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
  }
  60% {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 老版Mozilla */
    -khtml-opacity: 0.8;
    /* 老版Safari */
    opacity: 0.8;
    /* 支持opacity的浏览器*/
  }
  100% {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    filter: alpha(opacity=0);
    /* IE */
    -moz-opacity: 0;
    /* 老版Mozilla */
    -khtml-opacity: 0;
    /* 老版Safari */
    opacity: 0;
    /* 支持opacity的浏览器*/
  }
}
@keyframes mymove3 {
  from {
    top: 452px;
  }
  to {
    top: 472px;
  }
}
@-webkit-keyframes mymove3 {
  from {
    top: 452px;
  }
  to {
    top: 472px;
  }
}
.section01_wrap {
  text-align: center;
  margin: 0 auto 0;
  width: 100%;
  height: 1230px;
  background: url(../img/section01_bg.jpg) no-repeat center top;
}
.section01_wrap .center {
  position: relative;
}
.section01_wrap .center .tabcon_wrap {
  position: absolute;
  top: 177px;
  right: 94px;
  z-index: 1;
  text-align: center;
  width: 843px;
  height: 639px;
}
.section01_wrap .center .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.section01_wrap .center .swiper-slide {
  text-align: left;
}
.section01_wrap .center .swiper-pagination {
  position: absolute;
  right: -10px;
  bottom: 16px;
}
.section01_wrap .center .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #eb8d4c;
  opacity: 1;
  margin: 0 8px;
}
.section01_wrap .center .swiper-pagination .swiper-pagination-bullet-active {
  background: #ec000d;
}
.btn01,
.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 ani1 {
  from {
    left: 20px;
  }
  to {
    left: 35px;
  }
}
@-webkit-keyframes ani1 {
  from {
    left: 20px;
  }
  to {
    left: 35px;
  }
}
@keyframes ani2 {
  from {
    right: 90px;
  }
  to {
    right: 105px;
  }
}
@-webkit-keyframes ani2 {
  from {
    right: 90px;
  }
  to {
    right: 105px;
  }
}
@keyframes ani3 {
  from {
    left: 160px;
    opacity: 1;
  }
  to {
    left: 240px;
    opacity: 0;
  }
}
@-webkit-keyframes ani3 {
  from {
    left: 160px;
    opacity: 1;
  }
  to {
    left: 240px;
    opacity: 0;
  }
}
@keyframes ani4 {
  from {
    right: 60px;
    opacity: 1;
  }
  to {
    right: 200px;
    opacity: 0;
  }
}
@-webkit-keyframes ani4 {
  from {
    right: 60px;
    opacity: 1;
  }
  to {
    right: 200px;
    opacity: 0;
  }
}
.section02_wrap {
  width: 100%;
  height: 846px;
  background: url(../img/section02_bg.jpg) no-repeat center center;
}
.section02_wrap .center {
  width: 1026px;
  height: 460px;
  padding-top: 140px;
  position: relative;
}
.section02_wrap .center .sec2_tip {
  position: absolute;
  left: 156px;
  top: -239px;
  z-index: 1;
}
.section02_wrap .center .ullist {
  width: 1026px;
  position: absolute;
  left: 25px;
  height: 100%;
  top: 410px;
}
.section02_wrap .center .ullist ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.section02_wrap .center .ullist ul li {
  margin-right: 24px;
  width: 161px;
  height: 439px;
  overflow: hidden;
  cursor: pointer;
  float: left;
}
.section02_wrap .center .ullist ul .li01 {
  background: url(../img/section02-1.png) no-repeat;
}
.section02_wrap .center .ullist ul .li01.on {
  background: url(../img/section02-1-on.png) no-repeat;
}
.section02_wrap .center .ullist ul .li02 {
  background: url(../img/section02-2.png) no-repeat;
  margin-right: 282px;
}
.section02_wrap .center .ullist ul .li02.on {
  background: url(../img/section02-2-on.png) no-repeat;
}
.section02_wrap .center .ullist ul .li03 {
  background: url(../img/section02-3.png) no-repeat;
}
.section02_wrap .center .ullist ul .li03.on {
  background: url(../img/section02-3-on.png) no-repeat;
}
.section02_wrap .center .ullist ul .li04 {
  background: url(../img/section02-4.png) no-repeat;
  margin-right: 0;
}
.section02_wrap .center .ullist ul .li04.on {
  background: url(../img/section02-4-on.png) no-repeat;
}
.section03_wrap {
  width: 100%;
  background: url(../img/section03_bg.jpg) no-repeat center top;
}
.section03_wrap .anli_fx {
  width: 100%;
  text-align: center;
  position: relative;
}
.section03_wrap .anli_fx .anli_con {
  width: 884px;
  margin: 0 auto;
  position: relative;
}
.section03_wrap .anli_fx .anli_nav {
  position: absolute;
  left: -60px;
  top: 258px;
  z-index: 30;
}
.section03_wrap .anli_fx .anli_nav a {
  display: block;
  width: 130px;
  margin-bottom: 58px;
  text-align: center;
}
.section03_wrap .anli_fx .anli_list_wrap {
  padding-top: 169px;
  margin-left: -30px;
  width: 1054px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con01 p {
  width: 100%;
  height: 100%;
  margin-top: -60px;
  margin-left: 2px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con01 .p1 {
  margin-left: 1px;
}
.section03_wrap .anli_fx .anli_list_wrap .hover_con01 p {
  display: none;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con02 p {
  width: 100%;
  height: 100%;
  margin-top: -60px;
  margin-left: 2px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con02 .p4 {
  margin-left: 2px;
}
.section03_wrap .anli_fx .anli_list_wrap .hover_con02 p {
  display: none;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con03 p {
  width: 100%;
  height: 100%;
  margin-top: -72px;
  margin-left: 4px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con03 .p4 {
  margin-left: 2px;
}
.section03_wrap .anli_fx .anli_list_wrap #hover_con03 .p5 {
  margin-left: 2px;
}
.section03_wrap .anli_fx .anli_list_wrap .hover_con03 p {
  display: none;
}
.anli_fx .list_nav {
  position: absolute;
  top: 508px;
  left: 518px;
  z-index: 10;
}
.anli_fx .list_nav a {
  width: 54px;
  height: 54px;
  margin-right: 5px;
  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;
}
.section04_wrap {
  width: 100%;
  height: 977px;
  background: url(../img/section04_bg.jpg) no-repeat center top;
}
.section04_wrap .swiper-container-tz {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
.section04_wrap .swiper-container-tz .swiper-slide,
.section04_wrap .swiper-container-tz .swiper-wrapper {
  text-align: center;
  height: 407px !important;
}
.section04_wrap .center .tz-banner {
  padding-top: 390px;
  text-align: center;
  width: 744px;
  margin: 0 auto;
  position: relative;
  left: -14px;
}
.section04_wrap .center .tz-banner .prev {
  position: absolute;
  left: -90px;
  bottom: 230px;
  z-index: 100;
}
.section04_wrap .center .tz-banner .next {
  position: absolute;
  right: -90px;
  bottom: 230px;
  z-index: 100;
}
.section04_wrap .center .swiper-pagination-tz {
  position: absolute;
  left: 45px;
  bottom: 0px;
}
.section04_wrap .center .swiper-pagination-tz .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #eb8d4c;
  opacity: 1;
  margin: 0 8px;
}
.section04_wrap .center .swiper-pagination-tz .swiper-pagination-bullet-active {
  background: #ec000d;
}
.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 #eb8d4c;
  cursor: pointer;
}
.swiper-pagination .swiper-active-switch {
  background: #d7000f;
}
.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;
}
@media only screen and (max-width: 1000px) and (min-width: 320px) {
  .header_wrap {
    margin-bottom: -1px;
  }
}
@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;
}
