* {
  font-family: Arial, sans-serif;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
.container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.container .inner {
  width: 1100px;
  margin: 126px auto;
  position: relative;
  height: 100%;
}
.container .inner .logo {
  display: block;
}
.container .inner ul {
  margin-top: 30px;
}
.container .inner ul li {
  float: left;
}
.container .inner ul li:nth-of-type(2) {
  margin: 0 40px;
  margin-right: 25px;
}
.container .inner .footer {
  margin: 30px auto;
  position: absolute;
  bottom: 80px;
}
.container .fly {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.container .fly .close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 54px;
  cursor: pointer;
  transform: rotate(136deg);
}
.container .fly .video {
  width: 1000px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -500px;
}
.music-btn {
  width: 52px;
  height: 52px;
  display: block;
  position: fixed;
  right: 130px;
  top: 70px;
  z-index: 9;
  background: url("../images/musicBtn2.png") no-repeat left bottom;
}
.music-btn.on {
  background: url("../images/musicBtn.png") no-repeat left top;
  -webkit-animation: music_run 3s infinite linear;
  -o-animation: music_run 3s infinite linear;
  animation: music_run 3s infinite linear;
}
@-webkit-keyframes music_run {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes music_run {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.nav {
  width: 337px;
  height: 673px;
  background: url(../images/nav.png) no-repeat center;
  background-size: cover;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 3;
  font-size: 18px;
}
.nav ul {
  position: absolute;
  top: 50px;
  left: 30px;
  line-height: 49px;
}
.nav ul li a {
  color: #fff;
}
.nav ul li.active a {
  color: #ffd131;
}
.section .inner {
  position: absolute;
  width: 1200px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.section1 .car {
  position: relative;
  top: 360px;
  left: -428px;
}
.section1 .content {
  width: 720px;
  position: absolute;
  top: 126px;
  left: 50%;
  margin-left: -360px;
}
.section1 .content .text {
  height: 300px;
  overflow: auto;
}
.section1 .content img {
  margin: 10px auto;
  display: block;
}
.section1 .content p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: justify;
}
.section1 .content .tab {
  font-size: 18px;
  color: #fff;
  width: 90px;
  /*   margin:0 auto; */
  display: block;
  padding-top: 25px;
  background: url(../images/jiantou.png) no-repeat center top;
  text-align: center;
  margin-top: 10px;
}
.section1 .tabs {
  width: 550px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  padding: 0;
  cursor: pointer;
}
.section1 .tabs li:nth-of-type(1) {
  width: 182px;
  height: 46px;
  background: url(../images/jm1.png) no-repeat center;
}
.section1 .tabs li:nth-of-type(1).active {
  width: 182px;
  height: 46px;
  background: url(../images/jm0.png) no-repeat center;
}
.section1 .tabs li:nth-of-type(2) {
  width: 182px;
  height: 46px;
  background: url(../images/jq1.png) no-repeat center;
}
.section1 .tabs li:nth-of-type(2).active {
  width: 182px;
  height: 46px;
  background: url(../images/jq0.png) no-repeat center;
}
.section1 .scroll_wrap .scroll_slider {
  width: 30px;
  height: 30px;
  left: -9px;
  background: url(../images/btn.png) no-repeat;
  cursor: pointer;
  opacity: 1;
}
.section1 .scroll_wrap .scroll_bar {
  width: 12px;
  border-radius: 10px;
}
.section1.bg {
  background: url(../images/bg1.png) no-repeat center top;
  background-size: cover;
}
.section2.bg {
  background: url(../images/bg2.png) no-repeat center top;
  background-size: cover;
}
.section3.bg {
  background: url(../images/bg3.png) no-repeat center top;
  background-size: cover;
}
.section4.bg {
  background: url(../images/bg44.png) no-repeat center top;
  background-size: cover;
}
.section5.bg {
  background: url(../images/bg4.png) no-repeat center top;
  background-size: cover;
}
.section2 {
  /*  background:url(../images/bg2.png)no-repeat center top;
    background-size: cover; */
}
.section2 .lacar {
  position: relative;
  top: 380px;
  left: -250px;
}
.section2 .zczy {
  width: 830px;
  position: absolute;
  top: 126px;
  left: 50%;
  margin-left: -360px;
}
.section2 .tabs {
  width: 550px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 0;
  cursor: pointer;
}
.section2 .tabs li:nth-of-type(1) {
  width: 179px;
  height: 46px;
  background: url(../images/zc1.png) no-repeat center;
}
.section2 .tabs li:nth-of-type(1).active {
  width: 179px;
  height: 46px;
  background: url(../images/zc0.png) no-repeat center;
}
.section2 .tabs li:nth-of-type(2) {
  width: 179px;
  height: 46px;
  background: url(../images/zy1.png) no-repeat center;
}
.section2 .tabs li:nth-of-type(2).active {
  width: 179px;
  height: 46px;
  background: url(../images/zy0.png) no-repeat center;
}
.section2 .swiper-container {
  width: 90%;
  height: 100%;
  margin: 0 auto 0;
}
.section2 .swiper-container img {
  width: 100%;
}
.section2 .swiper-button-prev {
  height: 22px;
  top: 247px;
  background: url(../images/swiperbtn.png) no-repeat top;
  transform: rotate(180deg);
  left: -10px;
}
.section2 .swiper-button-next {
  height: 22px;
  top: 247px;
  background: url(../images/swiperbtn.png) no-repeat top;
  right: 0;
}
.section3 {
  /*  background:url(../images/bg3.png)no-repeat center top;
    background-size: cover;  */
}
.section3 .tel {
  position: relative;
  top: 380px;
  left: -428px;
}
.section3 .wmfz {
  width: 800px;
  position: absolute;
  top: 126px;
  left: 50%;
  margin-left: -360px;
}
.section3 .tabs {
  width: 550px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 0;
  cursor: pointer;
}
.section3 .tabs li:nth-of-type(1) {
  width: 182px;
  height: 46px;
  background: url(../images/jmjz1.png) no-repeat center;
  background-size: cover;
}
.section3 .tabs li:nth-of-type(1).active {
  width: 182px;
  height: 46px;
  background: url(../images/jmjz0.png) no-repeat center;
}
.section3 .tabs li:nth-of-type(2) {
  width: 182px;
  height: 46px;
  background: url(../images/syhg1.png) no-repeat center;
}
.section3 .tabs li:nth-of-type(2).active {
  width: 182px;
  height: 46px;
  background: url(../images/syhg0.png) no-repeat center;
}
.section3 .swiper-container {
  width: 90%;
  height: 100%;
  margin: 0 auto 0;
  cursor: pointer;
}
.section3 .swiper-container img {
  width: 90%;
}
.section3 .swiper-button-prev {
  height: 22px;
  top: 280px;
  left: -10px;
  background: url(../images/swiperbtn.png) no-repeat top;
  transform: rotate(180deg);
}
.section3 .swiper-button-next {
  height: 22px;
  top: 280px;
  right: -10px;
  background: url(../images/swiperbtn.png) no-repeat top;
}
.section3 .scroll_wrap .scroll_slider {
  width: 30px;
  height: 30px;
  left: -9px;
  background: url(../images/btn.png) no-repeat;
  cursor: pointer;
  opacity: 1;
}
.section3 .scroll_wrap .scroll_bar {
  width: 12px;
  border-radius: 10px;
}
.section3 .pailian2 ul {
  margin-right: 30px;
}
.section3 .pailian2 li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 360px;
  height: 238px;
  overflow: hidden;
  cursor: pointer;
}
.section3 .pailian2 li img {
  width: 100%;
}
.bigpic,
.bigfu,
.bigtpsx,
.bigplsj,
.bigplsj2 {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
}
.bigpic ul,
.bigfu ul,
.bigtpsx ul,
.bigplsj ul,
.bigplsj2 ul {
  width: 1000px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -500px;
}
.bigpic ul li,
.bigfu ul li,
.bigtpsx ul li,
.bigplsj ul li,
.bigplsj2 ul li {
  width: 100%;
  display: none;
}
.bigpic ul li img,
.bigfu ul li img,
.bigtpsx ul li img,
.bigplsj ul li img,
.bigplsj2 ul li img {
  width: 100%;
}
.bigpic .close,
.bigfu .close,
.bigtpsx .close,
.bigplsj .close,
.bigplsj2 .close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 54px;
  cursor: pointer;
  transform: rotate(136deg);
}
.bigtpsx ul {
  width: 500px;
  margin-left: -250px;
  top: 20px;
}
.bigplsj ul {
  /* width:1000px;
    margin-left:-250px; */
  top: 20px;
}
.bigplsj ul li:nth-of-type(15) {
  width: 500px;
  margin: 0 auto;
}
.bigplsj2 ul {
  /* width:1000px;
    margin-left:-250px; */
  top: 20px;
}
.bigplsj2 ul p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}
.bigfu ul {
  width: 470px;
  position: absolute;
  margin-left: -235px;
  top: 4%;
}
.section4 .fuzhuang li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 180px;
  height: 258px;
  overflow: hidden;
  cursor: pointer;
}
.section4 .fuzhuang li img {
  width: 100%;
}
.section4 .fuzhuang li:nth-of-type(3) {
  /*  margin-right:0; */
}
.section4 .ygt {
  position: relative;
  top: 160px;
  left: -428px;
}
.section4 .mhjc {
  width: 830px;
  position: absolute;
  top: 126px;
  left: 50%;
  margin-left: -360px;
}
.section4 .tabs {
  width: 550px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 0;
  cursor: pointer;
}
.section4 .tabs li:nth-of-type(1) {
  width: 179px;
  height: 46px;
  background: url(../images/w1.png) no-repeat center;
}
.section4 .tabs li:nth-of-type(1).active {
  width: 179px;
  height: 46px;
  background: url(../images/w0.png) no-repeat center;
}
.section4 .tabs li:nth-of-type(2) {
  width: 179px;
  height: 46px;
  background: url(../images/f1.png) no-repeat center;
}
.section4 .tabs li:nth-of-type(2).active {
  width: 179px;
  height: 46px;
  background: url(../images/f0.png) no-repeat center;
}
.section4 .tabs li:nth-of-type(3) {
  width: 179px;
  height: 46px;
  background: url(../images/plsj1.png) no-repeat center;
}
.section4 .tabs li:nth-of-type(3).active {
  width: 179px;
  height: 46px;
  background: url(../images/plsj0.png) no-repeat center;
}
.section4 .swiper-container {
  width: 90%;
  height: 100%;
  margin: 0 auto 0;
}
.section4 .swiper-container img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.section4 .swiper-button-prev {
  height: 22px;
  top: 310px;
  background: url(../images/swiperbtn.png) no-repeat top;
  transform: rotate(180deg);
  left: -10px;
}
.section4 .swiper-button-next {
  height: 22px;
  top: 310px;
  background: url(../images/swiperbtn.png) no-repeat top;
  right: 0;
}
.section4 .scroll_wrap .scroll_slider {
  width: 30px;
  height: 30px;
  left: -9px;
  background: url(../images/btn.png) no-repeat;
  cursor: pointer;
  opacity: 1;
}
.section4 .scroll_wrap .scroll_bar {
  width: 12px;
  border-radius: 10px;
}
.section4 .pailian ul {
  margin-right: 30px;
}
.section4 .pailian li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 360px;
  height: 238px;
  overflow: hidden;
  cursor: pointer;
}
.section4 .pailian li img {
  width: 100%;
}
.section4 .pailian li:nth-of-type(15) {
  /*  margin-right:0; */
  height: 550px;
}
.section5 {
  /* background:url(../images/bg4.png)no-repeat center top;
    background-size: cover; */
}
.section5 .lsj {
  position: relative;
  top: 360px;
  left: -428px;
}
.section5 .mtzs {
  width: 680px;
  position: absolute;
  top: 126px;
  left: 50%;
  margin-left: -340px;
}
.section5 .mtzs img {
  display: block;
  margin: 0 auto 30px;
}
.section5 .mtzs a {
  color: #fff;
}
.section5 .mtzs a span {
  margin-left: 10px;
}
.section5 .mtzs a strong {
  float: right;
  font-weight: normal;
}
.section5 .mtzs li {
  line-height: 60px;
  border-bottom: 2px solid #fff;
}
.section5 .mtzs li:hover {
  border-bottom: 2px solid #ffd131;
}
.section5 .mtzs li:hover a {
  color: #ffd131;
}
.inners {
  /*  width:1200px; */
  font-size: 18px;
  margin: 0 auto;
  position: fixed;
  top: 70px;
  left: 50%;
  margin-left: -600px;
  z-index: 3;
}
.inners .title {
  color: #fff;
}
.inners .title a {
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  margin-top: 20px;
}
.inners .title a:last-child {
  margin-left: 20px;
}
.wrap .bigbg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../images/bigbg.jpg) no-repeat center top;
  background-size: cover;
  z-index: 1;
}
.wrap .titlet {
  position: fixed;
  width: 1020px;
  left: 50%;
  margin-left: -510px;
  bottom: 20px;
  z-index: 2;
}
.wrap .titlet img {
  width: 100%;
}
@media (max-width: 1600px) {
  .nav {
    width: 200px;
    height: 431px;
    bottom: 30px;
    font-size: 14px;
  }
  .nav ul {
    position: absolute;
    top: 34px;
    left: 18px;
    line-height: 31px;
  }
  .wrap .titlet {
    width: 600px;
    margin-left: -300px;
  }
  .section1 .car {
    position: fixed;
    width: 300px;
    /*    top: 425px; */
    bottom: 40px;
    /* left: -200px; */
    left: 0px;
  }
  .section2 .lacar {
    position: absolute;
    /* top: 540px;
        left: -116px; */
    top: auto;
    width: 369px;
    bottom: 30px;
    left: 0;
  }
  .section3 .tel {
    position: absolute;
    /*        top: 440px; */
    top: auto;
    bottom: 40px;
    left: -80px;
    width: 300px;
  }
  .section5 .lsj {
    position: fixed;
    top: auto;
    left: 0;
    width: 300px;
    bottom: 40px;
  }
  .inners {
    /* width: 1200px; */
    margin: 0 auto;
    position: fixed;
    top: 70px;
    left: 100px;
    margin-left: 0;
    z-index: 3;
  }
  .section5 .mtzs {
    width: 600px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -300px;
  }
  .section3 .wmfz {
    width: 600px;
    margin-left: -300px;
    top: 100px;
  }
  .section1 .content {
    width: 700px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -350px;
  }
  .section3 .swiper-button-prev,
  .section3 .swiper-button-next {
    top: 230px;
  }
  .section2 .zczy,
  .section4 .mhjc {
    top: 100px;
    width: 600px;
    margin-left: -300px;
  }
  .section2 .swiper-button-prev,
  .section2 .swiper-button-next {
    top: 220px;
  }
  .section4 .swiper-button-prev,
  .section4 .swiper-button-next {
    top: 250px;
  }
  .scroll_wrap {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .container .inner .title {
    width: 344px;
  }
  .container .inner .title img {
    width: 100%;
  }
  .container .inner ul li {
    width: 200px;
  }
  .container .inner ul li img {
    width: 100%;
  }
  .container .inner ul li:first-child {
    width: 192px;
  }
  .container .inner {
    width: 800px;
    margin: 70px auto;
  }
  .container .inner .footer {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
  }
  .container .inner .footer img {
    width: 100%;
  }
  .section4 .ygt {
    width: 300px;
    top: 360px;
    left: -158px;
  }
  .section4 .pailian li {
    width: 260px;
    height: 172px;
  }
  .section3 .pailian2 li {
    width: 260px;
    height: 172px;
  }
  .container .inner .footer {
    bottom: 40px;
  }
  .bigplsj2 ul {
    width: 800px;
    margin-left: -400px;
  }
}
