@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', '宋体', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 4px;
}
::scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.page-new, .page-home, .main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.page-new .new-title, .page-new .zhaiyao, .page-new .new-title1, .page-new .pinglun, .page-new .arrow-back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body {
  height: 100%;
  background: #000;
  overflow: hidden;
}
@font-face {
  font-family: 'fz';
  src: url("../media/fz.TTF");
  /* IE9 Compat Modes */
}
.music {
  position: fixed;
  top: 6vh;
  right: 6vw;
  width: 8vw;
  height: 8vw;
  z-index: 99;
}

.loading-wrap {
  z-index: 99999;
  background:#fff;
  background-size: 100%;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-size: 24px;
}

.loading-wrap .loading-text-wrap {
  margin-top: 63%;
}

.loading-wrap .loading-img {
  width: 40%;
  max-width: 200px;
}

.loading-wrap .loading-tip {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 28px;
}

.hidden {
  display: none;
}

.page-new {
  width: 750px;
  height: 1508px;
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: 99999;
}

.page-new .logo {
  width: 140px;
  position: absolute;
  top: 200px;
  left: 62px;
}

.page-new .new-title {
  width: 658px;
  position: absolute;
  top: 317px;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}

.page-new .zhaiyao {
  width: 658px;
  position: absolute;
  top: 371px;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  text-indent: 36px;
}

.page-new .new-title1 {
  width: 658px;
  position: absolute;
  top: 505px;
  font-size: 32px;
  text-align: center;
}

.page-new .pinglun {
  width: 658px;
  position: absolute;
  top: 588px;
  text-align: left;
}

.page-new .pinglun img {
  position: absolute;
  top: 0;
  left: 0;
}

.page-new .pinglun .artical-list {
  width: 617px;
  position: absolute;
  top: 78px;
  left: 30px;
}

.page-new .pinglun .artical-list li {
  list-style-image: url("../images/icon.png");
  height: 52px;
  line-height: 52px;
  text-align: left;
  font-size: 20px;
  padding-left: 12px;
}

.page-new .arrow-back {
  position: absolute;
  top: 1247px;
}

.page-home {
  width: 750px;
  height: 1508px;
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}

.page-home .logo {
  width: 140px;
  position: absolute;
  top: 200px;
  left: 62px;
}

.page-home .map {
  width: 587px;
  position: absolute;
  top: 221px;
  left: 84px;
}

.page-home .map img {
  width: 100%;
  position: absolute;
}

.page-home .title {
  width: 275px;
  position: absolute;
  left: 68px;
  top: 588px;
}

.page-home .title img {
  width: 100%;
}

.page-home .text {
  width: 622px;
  height: 304px;
  position: absolute;
  top: 918px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #c45454;
}

.page-home .text .text-title {
  font-size: 30px;
  font-weight: 900;
   font-family: 'Microsoft YaHei'
}

.page-home .text .text-desc {
      font-size: 22px;
    line-height: 36px;
    margin-top: 12px;
    color: #333333;
    font-family: 'Microsoft YaHei';
    text-indent: 44px;
}

.page-home .btn {
  width: 416px;
  position: absolute;
  top: 940px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-home .btn img {
  width: 100%;
  margin-bottom: 20px;
}

.main {
  width: 750px;
  height: 1508px;
  background: #fff;
}

.main .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background:#fff;
  -webkit-overflow-scrolling: touch
}

.main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.main .slide-info {
  width: 100%;
  height: 100%;
}

.main .city-line, .main .city-line-1 {
  width: 100px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 370px;
  right: 21px;
}

.main .city-line li, .main .city-line-1 li {
  display: none;
  position: absolute;
  right: 0;
  top: 67px;
}

.main .click {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 370px;
  right: 21px;
  z-index: 10000;
}

.main .click li {
  width: 80px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}

.main .click li:nth-child(1) {
  top: 66px;
  left: 1px;
}

.main .click li:nth-child(2) {
  top: 157px;
  left: 16px;
}

.main .click li:nth-child(3) {
  top: 272px;
  left: 22px;
}

.main .click li:nth-child(4) {
  top: 354px;
  left: 15px;
}

.main .click li:nth-child(5) {
  top: 413px;
  left: 6px;
}

.main .click li:nth-child(6) {
  top: 461px;
  left: 17px;
}

.main .click li:nth-child(7) {
  top: 513px;
  left: 6px;
}

.main .click li:nth-child(8) {
  top: 600px;
  left: 17px;
}

.main .back {
  position: fixed;
  right: 37px;
  z-index: 10000;
  top: 1026px;
}

.main .click-1 {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 370px;
  right: 21px;
  z-index: 10000;
}

.main .click-1 li {
  width: 80px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}

.main .click-1 li:nth-child(1) {
  top: 66px;
  left: 27px;
}

.main .click-1 li:nth-child(2) {
  top: 145px;
  left: 20px;
}

.main .click-1 li:nth-child(3) {
  top: 259px;
  left: 34px;
}

.main .click-1 li:nth-child(4) {
  top: 344px;
  left: 29px;
}

.main .click-1 li:nth-child(5) {
  top: 419px;
  left: 31px;
}

.main .page {
  width: 100%;
  height: 100%;
  position: relative;
}

.main .page .page-title {
  width: 500px;
    height: 100px;
    text-align: center;
    font-size: 32px;
    /* padding: 16px 58px; */
    /* background: url(../images/yinhao.png) no-repeat; */
    background-size: 100%;
    left: 57px;
    top: 200px;
    position: absolute;
    font-weight: 900;
	font-family:'Microsoft YaHei'
}

.main .page .page-desc {
 width: 558px;
    height: 100px;
    text-align: left;
    font-size: 22px;
    line-height: 34px;
    position: absolute;
    top: 300px;
    left: 21px;
    text-indent: 48px;
}

.main .page .img-list {
    width: 552px;
    height: 372px;
    position: absolute;
    top: 437px;
    left: 21px;
}

.main .page .img-list img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
}

.main .page .img-list p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 22px;
}
.main .page .ul-box {
	width: 551px;
    height: 220px;
    position: absolute;
    top: 820px;
    left: 22px;
    font-family: 'Microsoft YaHei';
    overflow-y: scroll;
    overflow-x: hidden;
}
.main .page .new-list {
  width: 551px;
  font-family:'Microsoft YaHei';
  position:absolute;
}

.main .page .new-list li {
      width: 100%;
    padding: 6px 0;
    text-align: left;
    background: url(../images/icon.png) no-repeat;
    background-position-y: 50%;
    background-size: 22px;
    line-height: 35px;
    font-size: 22px;
    border-bottom: 1px dashed #ccc;
    padding-left: 31px;
  
}
.main .page .new-list li a {
	    width: auto;
    max-width: 94%;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main .page .guanggao {
  width: 552px;
  height: 63px;
  position: absolute;
  top: 1010px;
  left: 21px;
}

.main .page .guanggao img {
  width: 100%;
}

.main .page .city-name {
  width: 150px;
  position: absolute;
  top: 234px;
  right: 21px;
  font-size: 48px;
  text-align: right;
  font-family: 'fz';
  color: #acacac;
}
.main .page .city-name span {
	width: 30%;
	display:block;
	float:right;
}
.main .page-0 {
  background: url("../images/p_bg1.jpg") no-repeat;
  background-size: 100%;
}

.main .page-1 {
  background: url("../images/p_bg2.jpg") no-repeat;
  background-size: 100%;
}

.main .page-2 {
  background: url("../images/p_bg3.jpg") no-repeat;
  background-size: 100%;
}

.main .page-3 {
  background: url("../images/p_bg4.jpg") no-repeat;
  background-size: 100%;
}

.main .page-4 {
  background: url("../images/p_bg5.jpg") no-repeat;
  background-size: 100%;
}

.main .page-5 {
  background: url("../images/p_bg6.jpg") no-repeat;
  background-size: 100%;
}

.main .page-6 {
  background: url("../images/p_bg7.jpg") no-repeat;
  background-size: 100%;
}

.main .page-7 {
  background: url("../images/p_bg8.jpg") no-repeat;
  background-size: 100%;
}

.main .page-8 {
  background: url("../images/n_bg1.jpg") no-repeat;
  background-size: 100%;
}

.main .page-9 {
  background: url("../images/n_bg2.jpg") no-repeat;
  background-size: 100%;
}

.main .page-10 {
  background: url("../images/n_bg3.jpg") no-repeat;
  background-size: 100%;
}

.main .page-11 {
  background: url("../images/n_bg4.jpg") no-repeat;
  background-size: 100%;
}

.main .page-12 {
  background: url("../images/n_bg5.jpg") no-repeat;
  background-size: 100%;
}
