.g-w1200 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;}

.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: 0;
}
*/
::-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);}
}

/*clear*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;}

.clearfix:after {
  clear: both;
  overflow: hidden;}

.clearfix {
  zoom: 1;}

/*other*/
.mt30 {
  margin-top: 30px;}

.mt40 {
  margin-top: 40px;}

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;}

.fl {
  float: left;}

.fr {
  float: right;}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);}

.main {
  min-width: 1200px;}

.page-1 {
  background: url(../images/top.jpg) center/100% auto no-repeat;}

.high-ratio .page-1 {
  background-position: center;
  background-size: cover;}

.high-ratio .fixed-page {
  background-position: center;
  background-size: cover;}

.fixed-page {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  max-height: 65vw;
  background: url(../images/top2.jpg) center/100% auto no-repeat;}

.full-img {
  width: 100%;
  height: auto;}

.dh.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: auto;}

.auto-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;}

.fixed-group {
  display: none;}

.fixed-button {
  position: fixed;
  z-index: 4;
  left: 50%;
  bottom: 20px;
  width: 60px;
  height: 60px;
  margin-left: 520px;
  cursor: pointer;
  background: #940411;
  -webkit-border-radius: 60px;
  border-radius: 60px;}

.fixed-button .aixin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;}

.fixed-button .more-button {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 60px;
  margin-left: -30px;}

@-webkit-keyframes aniStar {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;}
  25% {
    opacity: 0.8;
    -webkit-transform: translate3d(10px, -50px, 0) scale(0.5);
    transform: translate3d(10px, -50px, 0) scale(0.5);}
  50% {
    opacity: 1;
    -webkit-transform: translate3d(60px, -100px, 0) scale(1) rotate(-10deg);
    transform: translate3d(60px, -100px, 0) scale(1) rotate(-10deg);}
  75% {
    opacity: 0.5;
    -webkit-transform: translate3d(110px, -150px, 0) scale(1) rotate(0deg);
    transform: translate3d(110px, -150px, 0) scale(1) rotate(0deg);}
  100% {
    opacity: 0;
    -webkit-transform: translate3d(160px, -200px, 0) scale(0) rotate(0deg);
    transform: translate3d(160px, -200px, 0) scale(0) rotate(0deg);}
}

@keyframes aniStar {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;}
  25% {
    opacity: 0.8;
    -webkit-transform: translate3d(10px, -50px, 0) scale(0.5);
    transform: translate3d(10px, -50px, 0) scale(0.5);}
  50% {
    opacity: 1;
    -webkit-transform: translate3d(60px, -100px, 0) scale(1) rotate(-10deg);
    transform: translate3d(60px, -100px, 0) scale(1) rotate(-10deg);}
  75% {
    opacity: 0.5;
    -webkit-transform: translate3d(110px, -150px, 0) scale(1) rotate(0deg);
    transform: translate3d(110px, -150px, 0) scale(1) rotate(0deg);}
  100% {
    opacity: 0;
    -webkit-transform: translate3d(160px, -200px, 0) scale(0) rotate(0deg);
    transform: translate3d(160px, -200px, 0) scale(0) rotate(0deg);}
}

.xxwrap .star {
  position: absolute;
  margin-left: 20px;
  width: 30px;
  opacity: 0;}

.xxwrap .star:nth-child(1) {
  left: 0;
  -webkit-animation: aniStar 2.2s linear infinite;
  animation: aniStar 2.2s linear infinite;}

.xxwrap .star:nth-child(2) {
  left: 23px;
  -webkit-animation: aniStar 2.2s linear infinite;
  animation: aniStar 2.2s linear infinite;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;}

.xxwrap .star:nth-child(3) {
  left: -10px;
  -webkit-animation: aniStar 1.2s linear infinite;
  animation: aniStar 1.2s linear infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;}

.xxwrap .star:nth-child(4) {
  left: -10px;
  -webkit-animation: aniStar 2.2s linear infinite;
  animation: aniStar 2.2s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;}

.xxwrap .star:nth-child(5) {
  left: -10px;
  -webkit-animation: aniStar 2.2s linear infinite;
  animation: aniStar 2.2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;}

.xxwrap .star:nth-child(6) {
  left: -10px;
  -webkit-animation: aniStar 1.5s linear infinite;
  animation: aniStar 1.5s linear infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;}

.xxwrap .star:nth-child(7) {
  left: -10px;
  -webkit-animation: aniStar 2.5s linear infinite;
  animation: aniStar 2.5s linear infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;}

.xxwrap .star:nth-child(8) {
  left: -10px;
  -webkit-animation: aniStar 2.2s linear infinite;
  animation: aniStar 2.2s linear infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;}

.xxwrap .star:nth-child(9) {
  left: -6px;
  -webkit-animation: aniStar 5.2s linear infinite;
  animation: aniStar 5.2s linear infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;}

.xxwrap .star:nth-child(10) {
  left: 3px;
  -webkit-animation: aniStar 2.2s linear infinite;
  animation: aniStar 2.2s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;}

.xxwrap .star:nth-child(11) {
  left: 11px;
  -webkit-animation: aniStar 3.2s linear infinite;
  animation: aniStar 3.2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;}

.common-header {
  height: 150px;
  padding-top: 70px;}

.common-header .left-title {
  float: left;
  margin-left: 360px;}

.common-header .left-title img {
  height: 100%;}

.common-header .title-text {
  font: bold 52px/1 "Microsoft YaHei";
  color: #c00516;}

.common-header .right-title {
  float: right;
  margin-right: 210px;}

.common-header .right-title {
  position: relative;
  width: 411px;
  height: 100px;
  margin-top: 5px;}

.common-header .right-title .gezi-title {
  position: absolute;
  right: 149px;
  top: -94px;
  width: 44%;
  height: auto;}

.common-article {
  width: 100%;}


.rili {
  margin-top: -20px;
  display: block;}

@-webkit-keyframes aniDian {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;}
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;}
}

@keyframes aniDian {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;}
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;}
}

.hover-area {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;}

@-webkit-keyframes aniFlashRound {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;}
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;}
}

@keyframes aniFlashRound {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;}
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;}
}

@-webkit-keyframes opacity1 {
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;}
}

@keyframes opacity1 {
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;}
}

@-webkit-keyframes showHeight {
  100% {
    height: 100%;}
}

@keyframes showHeight {
  100% {
    height: 100%;}
}

@-webkit-keyframes showWidth {
  100% {
    width: 100%;}
}

@keyframes showWidth {
  100% {
    width: 100%;}
}

.area1 {
  width: 21.62vw;
  height: 8.2vw;
  margin-left: -40vw;
  margin-top: 3vw;}

.area1 .bottom-info {
  position: absolute;
  left: 0;
  bottom: -22%;
  width: 100%;
  height: auto;}

.area1 .bottom-info .round {
  opacity: 0;
  width: 10%;
  vertical-align: middle;}

.area1 .bottom-info .data-text {
  width: 43%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);}

.area1 .ani-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: url(../images/shuzidonghua.png) left bottom/100% auto no-repeat;}

.area1.active .round {
  opacity: 1;
  -webkit-animation: aniFlashRound 1.2s linear infinite;
  animation: aniFlashRound 1.2s linear infinite;}

.area1.active .data-text {
  -webkit-animation: opacity1 0.5s ease-out 1 forwards;
  animation: opacity1 0.5s ease-out 1 forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;}

.area1.active .ani-wrap {
  -webkit-animation: showHeight 1.8s ease-out 1 forwards;
  animation: showHeight 1.8s ease-out 1 forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;}

.area2 {
  width: 28.125vw;
  height: 8.9vw;
  margin-left: -45vw;
  margin-top: 9.9vw;}

.area2 .bottom-info {
  position: absolute;
  left: -2%;
  bottom: -28%;
  width: 100%;
  height: auto;}

.area2 .bottom-info .round {
  opacity: 0;
  width: 7%;
  vertical-align: middle;}

.area2 .bottom-info .data-text {
  width: 33%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);}

.area2 .ani-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: url(../images/zhexiantu.png) left bottom/auto 100% no-repeat;}

.area2.active .round {
  opacity: 1;
  -webkit-animation: aniFlashRound 1.2s linear infinite;
  animation: aniFlashRound 1.2s linear infinite;}

.area2.active .data-text {
  -webkit-animation: opacity1 0.5s ease-out 1 forwards;
  animation: opacity1 0.5s ease-out 1 forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;}

.area2.active .ani-wrap {
  -webkit-animation: showWidth 1.8s ease-out 1 forwards;
  animation: showWidth 1.8s ease-out 1 forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;}

@-webkit-keyframes aniHeight {
  100% {
    height: 100%;}
}

@keyframes aniHeight {
  100% {
    height: 100%;}
}

.area3 {
  width: 14.583vw;
  height: 17.19vw;
  margin-left: 28.1vw;
  margin-top: -9.8vw;}

.area3 .bottom-info {
  position: absolute;
  left: -4%;
  bottom: -10%;
  width: 100%;
  height: auto;}

.area3 .bottom-info .round {
  opacity: 0;
  width: 15%;
  vertical-align: middle;}

.area3 .bottom-info .data-text {
  width: 48%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);}

.area3 .ani-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;}

.area3 .ani-wrap .yuanzu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 0%;
  margin-right: 5%;}

.area3 .ani-wrap .yz1 {
  bottom: 1%;
  background: url(../images/yuanzhu1.png) left bottom/100% auto no-repeat;}

.area3 .ani-wrap .yz2 {
  left: 20%;
  background: url(../images/yuanzhu2.png) left bottom/100% auto no-repeat;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;}

.area3 .ani-wrap .yz3 {
  left: 40%;
  bottom: -0.2%;
  background: url(../images/yuanzhu3.png) left bottom/100% auto no-repeat;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;}

.area3 .ani-wrap .yz4 {
  left: 60%;
  bottom: -2.9%;
  background: url(../images/yuanzhu4.png) left bottom/100% auto no-repeat;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;}

.area3 .ani-wrap .yz5 {
  left: 80%;
  bottom: -5.5%;
  background: url(../images/yuanzhu5.png) left bottom/100% auto no-repeat;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;}

.area3.active .round {
  opacity: 1;
  -webkit-animation: aniFlashRound 1.2s linear infinite;
  animation: aniFlashRound 1.2s linear infinite;}

.area3.active .data-text {
  -webkit-animation: opacity1 0.5s ease-out 1 forwards;
  animation: opacity1 0.5s ease-out 1 forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;}

.area3.active .yuanzu {
  -webkit-animation: aniHeight 1.2s ease-in-out 1 forwards;
  animation: aniHeight 1.2s ease-in-out 1 forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;}

.area3.active .yz2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;}

.area3.active .yz3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;}

.area3.active .yz4 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;}

.area3.active .yz5 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;}

.dian1 {
  position: absolute;
  left: 20vw;
  bottom: 30vh;
  width: 1.5vw;
  height: auto;
  -webkit-animation: aniDian 1.2s linear infinite;
  animation: aniDian 1.2s linear infinite;}

.dian3 {
  position: absolute;
  right: 20vw;
  bottom: 30vh;
  width: 1.5vw;
  height: auto;
  -webkit-animation: aniDian 1.2s linear infinite;
  animation: aniDian 1.2s linear infinite;}

.dian2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 20vw;
  height: auto;
  -webkit-animation: aniDian 1.2s linear infinite;
  animation: aniDian 1.2s linear infinite;}

.ifwrap {
  width: 100%;}

.feiji {
  position: fixed;
  z-index: 5;
  right: 10px;
  width: 220px;
  bottom: 70px;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;}

.feiji.active {
  -webkit-transform: translate3d(0, -270px, 0);
  transform: translate3d(0, -270px, 0);
  opacity: 0;}

.fixed-daohang {
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 169px;
  background: url(../images/daohang.png) center top no-repeat;
  background-size: 1920px auto;
  padding-top: 125px;}

.fixed-daohang .list-daohang {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 0;}

.fixed-daohang .list-daohang li {
  position: relative;
  display: inline-block;
  font: bold 16px/1 SimHei;
  margin-right: 44px;
  cursor: pointer;}

.fixed-daohang .list-daohang li:hover:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 60%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  border-bottom: 4px solid #fff;
  content: "";}

.fixed-daohang .list-daohang li:nth-child(4) {
  margin-right: 30px;}

.fixed-daohang .list-daohang li:nth-child(5) {
  margin-right: 170px;}

.item-bk {
  position: relative;
  margin-bottom: 30px;}

.item-bk .common-header {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;}

.item-bk .left-title {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;}

.item-bk .right-title {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 1.1s linear;
  transition: all 1.1s linear;}

.item-bk .common-article {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;}

.item-bk.active .left-title {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 1;}

.item-bk.active .right-title {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 1;}

.item-bk.active .common-article {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}

@media all and (min-device-width: 1px) and (max-device-width: 600px) {
  .header .w1000 .list-lang-wrap {
    right: -17px;}
}


.join-count-wrap {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 200px;
  margin-left: -100px;
  color: #e4c87a;
  text-align: center;
  font-size: 12px;}

.join-count-wrap i {
  font-style: normal;}

.place-img {
  display: block;
  height: auto;}

.swiper-wrap1 {
  position: relative;
  height: 344px;
  overflow: hidden;}

.swiper-wrap1 .swiper-box1 {
  position: relative;
  float: left;
  width: 600px;
  height: 100%;}

.swiper-wrap1 .swiper-box1 img {
  width: 100%;
  height: 100%;}

.swiper-wrap1 .center-text-wrap {
  position: relative;
  float: left;
  width: 326px;
  height: 100%;
  background: #c9a977;
  color: #fff;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 20px 0;
  font-family: SimHei;}

.swiper-wrap1 .center-text-wrap h2 {
  font: bold 18px/1.5 'Microsoft YaHei';
  margin-bottom: 20px;}

.swiper-wrap1 .center-text-wrap .zhaiyao-zb {
  color: #ebe1d2;
  font-size: 12px;
  line-height: 1.6;
  text-indent: 2em;
  margin-bottom: 30px;}

.swiper-wrap1 .center-text-wrap .list-zb {
  position: relative;
  line-height: 1.6;
  padding-left: 20px;}

.swiper-wrap1 .center-text-wrap .list-zb li {
  font: normal 14px/1.6 'Microsoft YaHei';
  margin-bottom: 10px;
  list-style-type: square;}

.swiper-wrap1 .center-text-wrap .list-zb li:last-child {
  margin-bottom: 0;}

.swiper-wrap1 .right-box {
  position: relative;
  float: left;
  width: 274px;
  height: 100%;}

.swiper-wrap1 .list-date1 {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  text-align: center;}

.swiper-wrap1 .list-date1 li {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  margin-right: 4px;
  cursor: pointer;
  color: #fff;
  background-color: #c57a5a;}

.swiper-wrap1 .list-date1 li:last-child {
  margin-right: 0;}

.swiper-wrap1 .list-date1 li:hover, .swiper-wrap1 .list-date1 li.active {
  background-color: #bd2a27;}

.swiper-wrap1 .swiper-box2 {
  height: 172px;}

.swiper-wrap1 .swiper-box3 {
  height: 172px;}

.swiper-wrap1 .swiper-container {
  height: 100%;}

.swiper-wrap1 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;}

.swiper-wrap1 .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;}

.list-tuila {
  position: relative;
  width: 1200px;
  height: 695px;
  margin: 0 auto;
  overflow: hidden;}

.list-tuila > li {
  position: relative;
  float: left;
  width: 134px;
  height: 100%;
  background-position: left top;
  background-size: auto 100%;
  overflow: hidden;
  background: #bd2a27;}

.list-tuila > li .img-bg-left {
  float: left;
  width: 436px;
  height: 695px;}

.list-tuila > li.active {
  width: 798px;}

.list-tuila > li.active .tl-text {
  display: none;}

.list-tuila > li .tl-text {
  position: relative;
  width: 134px;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 134px;
  font: bold 40px "Microsoft YaHei";
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;}

.list-tuila > li .tl-text p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}

.list-tuila > li .right-list-wrap-bg {
  margin-left: 436px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #bd2a27;
  color: #fff;
  padding: 60px 20px 0;
  font-family: SimHei;}

.list-tuila > li .right-list-wrap-bg h2 {
  font: bold 18px/1.5 'Microsoft YaHei';
  margin-bottom: 30px;}

.list-tuila > li .right-list-wrap-bg .zhaiyao-bg {
  color: #e5b9b9;
  font-size: 14px;
  line-height: 1.6;
  text-indent: 2em;
  margin-bottom: 30px;}

.list-tuila > li .right-list-wrap-bg .list-bg {
  position: relative;
  line-height: 1.6;}

.list-tuila > li .right-list-wrap-bg .list-bg li {
  font: bold 18px/1.5 'Microsoft YaHei';
  margin-bottom: 30px;}

.list-tuila > li .right-list-wrap-bg .list-bg li:last-child {
  margin-bottom: 0;}

.left-tab {
  position: relative;
  float: left;
  width: 360px;
  height: 470px;
  overflow: auto;}

.left-tab ul li {
  float: left;
  width: 172px;
  height: 172px;
  margin-left: 12px;
  margin-bottom: 12px;}

.left-tab ul li:nth-child(odd) {
  margin-left: 0;}

.right-content {
  margin-left: 370px;
  line-height: 0;
  height: 470px;
  overflow: hidden;}

.right-content .item-content1 {
  display: none;
  height: 100%;
  overflow: hidden;}

.right-content .item-content1:first-child {
  display: block;}

.right-content .img-dj-big {
  float: left;}

.right-content .right-dj-news {
  margin-left: 557px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #bd2a27;
  color: #fff;
  padding: 40px 20px 0;}

.right-content .right-dj-news h2 {
  font: bold 18px/1.5 'Microsoft YaHei';
  margin-bottom: 20px;}

.right-content .right-dj-news .zhaiyao-dj {
  color: #e5b9b9;
  font-size: 14px;
  line-height: 1.6;
  text-indent: 2em;
  margin-bottom: 20px;}

.right-content .right-dj-news .list-dj {
  position: relative;
  line-height: 1.6;
  padding-left: 20px;
  padding-right: 15px;}

.right-content .right-dj-news .list-dj li {
  list-style-type: square;
  margin-bottom: 18px;}

.right-content .right-dj-news .list-dj li:last-child {
  margin-bottom: 0;}

.qmjh-wrap {
  height: 375px;
  overflow: hidden;}

.qmjh-wrap .qmjh-left {
  position: relative;
  float: left;
  width: 803px;
  height: 375px;}

.qmjh-wrap .qmjh-right-wrap {
  position: relative;
  margin-left: 803px;}

.qmjh-wrap .list-qmjh {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 100px;}

.qmjh-wrap .list-qmjh li {
  width: 100px;
  height: 60px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;}

.qmjh-wrap .list-qmjh li .qmjh2 {
  display: none;}

.qmjh-wrap .list-qmjh li.active .qmjh2 {
  display: inline-block;}

.qmjh-wrap .list-qmjh li.active .qmjh1 {
  display: none;}

.qmjh-wrap .qmjh-poster .poster {
  display: none;}

.qmjh-wrap .qmjh-poster .poster:first-child {
  display: block;}

.qmjh-wrap .qmjh-img-box {
  position: relative;
  height: 100%;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  height: 100%;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .box-img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box:hover .box-img {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .box-img img {
  width: 100%;
  height: 100%;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 20px;
  text-align: center;
  background: rgba(168, 145, 121, 0.76);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box:hover .box-content {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .description {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 24px;
  color: #fff;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .title:after,
.qmjh-wrap .qmjh-img-box .img-qmjh .box .description:after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  margin: 15px auto;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .description:before {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  margin: 15px auto;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .social-links {
  margin: 0;
  padding: 0;
  list-style: none;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .social-links li {
  display: inline-block;
  margin: 0 10px;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .social-links li a {
  font-size: 20px;
  color: #a6a6a6;}

.qmjh-wrap .qmjh-img-box .img-qmjh .box .social-links li a:hover {
  text-decoration: none;
  color: #fff;}

.qmjh-wrap .qmjh-img-box .qmjh1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 296px;
  height: 209px;}

.qmjh-wrap .qmjh-img-box .qmjh2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 296px;
  height: 136px;}

.qmjh-wrap .qmjh-img-box .qmjh3 {
  position: absolute;
  left: 296px;
  bottom: 0;
  width: 290px;
  height: 100%;}

.qmjh-wrap .qmjh-img-box .qmjh4 {
  position: absolute;
  right: 0;
  top: 0;
  width: 217px;
  height: 196px;}

.qmjh-wrap .qmjh-img-box .qmjh5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 217px;
  height: 147px;}

.qmjh-wrap .swiper-qmjh {
  height: 100%;}

.qmjh-wrap .qmhh-bottom {
  position: relative;
  height: 30px;}

.qmjh-wrap .qmhh-bottom:after {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  border: 2px solid #f6edd4;
  content: "";}

.qmjh-wrap .qmhh-bottom .arrow-qmjh-left {
  position: absolute;
  left: 380px;
  top: 5px;
  z-index: 2;}

.qmjh-wrap .qmhh-bottom .arrow-qmjh-right {
  position: absolute;
  left: 409px;
  top: 5px;
  z-index: 2;}

.qmjh-wrap .swiper-qmjh-wrap {
  height: 343px;
  background: #ccc;}

.qmjh-wrap .qmjh-poster {
  position: absolute;
  left: 62px;
  top: 60px;
  width: 145px;
  height: 247px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;}

.qmjh-wrap .qmjh-poster img {
  width: 100%;
  height: 100%;}

.box-daibiao {
  position: relative;
  height: 612px;
  overflow: hidden;}

.box-daibiao .left-dabiaofengcai {
  position: relative;
  float: left;
  height: 353px;
  width: 375px;
  background: #fff;
  padding-left: 12px;}

.box-daibiao .left-dabiaofengcai .arrow-top-daibiao {
  position: absolute;
  left: 226px;
  top: 40px;
  cursor: pointer;}

.box-daibiao .left-dabiaofengcai .arrow-bottom-daibiao {
  position: absolute;
  left: 226px;
  bottom: 0px;
  cursor: pointer;}

.box-daibiao .left-dabiaofengcai .label-daibiaofengcai {
  color: #c00516;
  font: bold 26px/1 'Microsoft YaHei';
  margin-bottom: 29px;}

.box-daibiao .left-dabiaofengcai .headimg-daibiao {
  float: left;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;}

.box-daibiao .left-dabiaofengcai .info-daibiao {
  margin-left: 90px;
  background: #f9f7f1;
  padding: 15px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 77px;
  margin-top: 5px;}

.box-daibiao .left-dabiaofengcai .info-daibiao .name-db {
  font: bold 18px/1 'Microsoft YaHei';
  margin-bottom: 9px;}

.box-daibiao .left-dabiaofengcai .info-daibiao .desc-db {
  font: normal 14px/1.5 'Microsoft YaHei';}

.box-daibiao .left-dabiaofengcai .swiper-container {
  height: 280px;
  width: 365px;
  overflow: hidden;}

.box-daibiao .right-fangtanlanmu {
  margin-left: 389px;
  width: 798px;
  background: #fff;
  background: #f9f7f1;}

.box-daibiao .right-fangtanlanmu .top-lanmu {
  background: #fff;
  width: 170px;
  height: 53px;
  color: #c00516;
  font: bold 26px/1 'Microsoft YaHei';}

.box-daibiao .right-fangtanlanmu .bottom-fangtan {
  position: relative;
  overflow: hidden;
  height: 280px;}

.box-daibiao .right-fangtanlanmu .bottom-fangtan .img-fangtan {
  float: left;}

.box-daibiao .right-fangtanlanmu .bottom-fangtan .right-text-wrap {
  margin-left: 450px;
  width: 320px;}

.box-daibiao .right-fangtanlanmu .bottom-fangtan .right-text-wrap h3 {
  font: bold 18px/1 'Microsoft YaHei';
  padding: 20px 0;
  border-bottom: 1px solid #b5b1aa;
  margin-bottom: 20px;}

.box-daibiao .right-fangtanlanmu .bottom-fangtan .right-text-wrap p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.5;
  max-height: 156px;
  overflow-y: auto;}

.box-daibiao .right-fangtanlanmu .bottom-fangtan .pagi-fangtan {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 3;}

.box-daibiao .right-fangtanlanmu .bottom-fangtan .pagi-fangtan .swiper-pagination-bullet {
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  color: #da1e12;
  font-size: 13px;
  border: 1px solid #da1e12;
  cursor: pointer;
  margin-right: 4px;}

.box-daibiao .right-fangtanlanmu .bottom-fangtan .pagi-fangtan .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #da1e12;
  color: #fbe2c1;}

.list-daibiao {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
  width: 1200px;
  background: #fff;}

.list-daibiao ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 1200px;
  text-align: left;
  padding-top: 40px;
  overflow: hidden;}

.list-daibiao ul li {
  display: inline-block;
  margin: 20px 25px;
  margin-right: 100px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);}

.list-daibiao ul li:last-child {
  margin-right: 0;}

.list-daibiao .shape {
  width: 300px;
  height: 300px;
  position: relative;
  -webkit-border-radius: 300px;
  border-radius: 300px;}

.list-daibiao .shape .overlay {
  display: block;
  width: 310px;
  height: 310px;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.6s;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 0.6s;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 0.6s;
  z-index: 500;
  /* allow user to actually perform actions underneath this layer */
  pointer-events: none;
  background-repeat: no-repeat;
  outline: 0;}

.list-daibiao .shape .overlay.round {
  background: url(../images/round3.png);}

.list-daibiao .desc1 {
  color: #fff;
  margin-bottom: 15px;
  width: 70%;
  margin-left: 10%;
  font-size: 14px;}

.list-daibiao .line1 {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;}

.list-daibiao .shape .overlay.hexagon {
  background: url(hexagon.png);}

.list-daibiao .shape .overlay.pentagon {
  background: url(pentagon.png);}

.list-daibiao .shape:hover .overlay {
  -webkit-transform: scale(1.07, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  -moz-transform: scale(1.07, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 0.3s;}

.list-daibiao .shape:hover .bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display: block;}

.list-daibiao .shape:hover .details {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 450;
  display: block;}

.list-daibiao .shape .bg,
.list-daibiao .shape .details {
  position: absolute;
  width: 300px;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;}

.list-daibiao .shape .bg {
  background: rgba(44, 46, 51, 0.79);}

.list-daibiao .shape .details span.heading {
  font-family: "Roboto Condensed", serif;
  font-size: 30px;
  display: block;
  margin-top: 70px;
  color: #fff;
  text-decoration: none;}

.list-daibiao .shape .details p {
  color: #fff;
  width: 70%;
  font-size: 13px;
  margin: 0 auto;}

.list-daibiao .shape a.button {
  padding: 5px 15px;
  font-family: "Abel", sans-serif;
  font-size: 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #2f3644;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 50px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;}

.list-daibiao .shape a.button:hover {
  background: #fff;
  color: #2f3644;}

.grid {
  overflow: hidden;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;}

.imgs-zl li {
  float: left;
  width: 390px;
  height: 226px;
  margin-left: 15px;}

.imgs-zl li:first-child {
  margin-left: 0;}

.zlzx-wrap {
  padding: 40px 0 40px;}

.zlzx-wrap .list-zlzx {
  font-size: 0;
  text-align: center;}

.zlzx-wrap .list-zlzx li {
  display: inline-block;
  vertical-align: top;
  width:300px;
  height: 133px;
  text-align: center;
  border-right: 1px solid #e08384;}

.zlzx-wrap .list-zlzx li:last-child {
  border: 0;}

.zlzx-wrap .list-zlzx li .img-zl-1 {
  margin-top: 12px;}

.zlzx-wrap .list-zlzx li .img-zl-2 {
  display: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;}

.zlzx-wrap .list-zlzx li:hover .img-zl-2 {
  display: inline-block;
  margin-top: -5px;}

.zlzx-wrap .list-zlzx li:hover .img-zl-1 {
  display: none;}

/* Common style */
.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 390px;
  height: 226px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;}

.grid figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;}

.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;}

.grid figure figcaption,
.grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;}

.grid figure h2 span {
  font-weight: 800;}

.grid figure h2,
.grid figure p {
  margin: 0;}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;}

/* Individual effects */
/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  background: rgba(73, 11, 17, 0.66);
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);}

figure.effect-zoe h2 {
  float: left;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 10px;
  background: #c00516;
  text-align: left;}

figure.effect-zoe figcaption > span {
  float: right;}

figure.effect-zoe p {
  position: absolute;
  bottom: 5em;
  padding: 2em 5em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;}

figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);}

figure.effect-zoe figcaption > span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

.icon-eye::before {
  content: "\e000";}

.icon-paper-clip::before {
  content: "\e001";}

.icon-heart::before {
  content: "\e024";}

figure.effect-zoe h2 {
  display: inline-block;}

figure.effect-zoe:hover p {
  opacity: 1;}

figure.effect-zoe:hover figcaption {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}

figure.effect-zoe:hover figcaption > span {
  -webkit-transform: translate3d(0, -19px, 0);
  transform: translate3d(0, -19px, 0);}

figure.effect-zoe:hover h2 {
  -webkit-transform: translate3d(0, 179px, 0);
  transform: translate3d(0, 179px, 0);}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;}

.imgs-zl li {
  text-align: left;}

.bk-about {
  position: relative;}

.bk-about .center-line {
  position: absolute;
  left: 0;
  top: 176px;
  width: 98%;
  border-bottom: 1px solid #cccccc;
  margin-left: 1%;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, #cccccc), color-stop(99%, rgba(255, 255, 255, 0))) 2 2 2 2;
  -webkit-border-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #cccccc 20%, rgba(255, 255, 255, 0) 99%) 2 2 2 2;
  border-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, #cccccc), color-stop(99%, rgba(255, 255, 255, 0))) 2 2 2 2;
  border-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #cccccc 20%, rgba(255, 255, 255, 0) 99%) 2 2 2 2;}

.bk-about h2 {
  position: relative;
  color: #bf0000;
  font: bold 25px/1 "Microsoft YaHei";
  margin-bottom: 20px;}

/*.bk-about h2 a {
    color: #a3a3a3;
    font-size: 16px;
    position: absolute;
    right: 0;
  }*/
.bk-about h2 a:hover {
  text-decoration: underlinec;}

.bk-about .swiper10-outer {
  position: relative;
  height: 240px;}

.bk-about .swiper-slide {
  position: relative;
  height: 240px;
  text-align: center;
  cursor: pointer;}

.bk-about .swiper-slide:hover {
  background: url(../images/bg-year.png) center no-repeat;
  background-size: contain;}

.bk-about .swiper-slide:hover:after {
  display: none;}

.bk-about .swiper-slide:hover .more2 {
  display: block;}

.bk-about .swiper-slide:hover .year {
  margin-top: 140px;}

.bk-about .swiper-slide:after {
  position: absolute;
  left: 50%;
  top: 124px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin-left: -7px;
  border: 1px solid #cccccc;
  content: "";
  background: #fff;}

.bk-about .swiper-slide .year {
  font-size: 22px;
  color: #c30d22;
  margin-bottom: 17px;
  margin-top: 170px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.bk-about .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 130px;
  width: 80%;
  margin-left: 10%;
  text-align: center;
  color: #2a2a2a;}

.bk-about .swiper-slide .more2 {
  display: none;
  width: 70px;
  margin: 0 auto;
  padding: 5px 15px;
  background: #f4f5f7;
  font-size: 16px;
  color: #a4a4a4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;}

.bk-about .arrow-left10 {
  position: absolute;
  bottom: 89px;
  left: 0;
  z-index: 5;
  width: 40px;
  height: auto;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}

.bk-about .arrow-right10 {
  position: absolute;
  bottom: 89px;
  right: 0;
  z-index: 5;
  width: 40px;
  height: auto;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}

.zhuanlan {
  font-size: 0;}

.zhuanlan .box-zl {
  display: inline-block;
  vertical-align: top;}

.zhuanlan .box-zl header {
  height: 58px;
  font: bold 18px/58px "Microsoft YaHei";
  background: #ecebe9;
  color: #bd2a27;
  padding-left: 20px;}

.zhuanlan .zl-center,
.zhuanlan .zl-left {
  width: 356px;
  margin-right: 15px;}

.zhuanlan .zl-right {
  width: 456px;}

.zhuanlan .list-zl {
  padding: 20px;}

.zhuanlan .list-zl li {
  border-bottom: 1px dashed #bcbcba;
  font: normal 14px/1.8 "Microsoft YaHei";
  padding: 20px 0;}

.zhuanlan .list-zl li:last-child {
  border: 0;}

/* duoyuzhong */
.languageTabTitle .title {
  width: 100%;
  height: 147px;
  text-align: center;
  position: relative;
  padding: 30px 0 50px 0;}

.languageTabTitle .title span {
  display: inline-block;
  height: 147px;
  width: 508px;
  background: url(../../../../../../../24214/img/2019lh/static/images/title_language.jpg) no-repeat;}

.languageTabTitle {
  width: 100%;
  height: auto;}

.languageTabTitle .languageTabTop {
  padding-bottom: 20px;}

.languageTabTitle .languageTabTop span {
  display: inline-block;
  width: 10.5%;
  text-align: center;
  height: 30px;}

.languageTabTitle .languageTabTop span a {
  display: inline-block;
  width: 100%;
  height: 30px;}

.languageTabTitle .languageTabTop .e1 {
  background: url(../../../../../../../24214/img/2019lh/static/images/e1.png) no-repeat center center;}

.languageTabTitle .languageTabTop .e2 {
  background: url(../../../../../../../24214/img/2019lh/static/images/e2.png) no-repeat center center;}

.languageTabTitle .languageTabTop .e3 {
  background: url(../../../../../../../24214/img/2019lh/static/images/e3.png) no-repeat center center;}

.languageTabTitle .languageTabTop .e4 {
  background: url(../../../../../../../24214/img/2019lh/static/images/e4.png) no-repeat center center;}
.languageTabTitle .languageTabTop span.active {
  background: url(../../../../../../../24214/img/2019lh/static/images/e1_hover.png) no-repeat center center #c71f29;}

.languageTabTitle .languageTabBottom {
  width: 520px;
  margin: 0 auto;
  padding-bottom: 30px;}

.languageTabTitle .languageTabBottom span {
  display: inline-block;
  width: 18%;
  text-align: center;
  height: 36px;
  background-size: contain;}

.languageTabTitle .languageTabBottom span a {
  display: inline-block;
  width: 100%;
  height: 30px;}

.languageTabTitle .languageTabBottom .m1 {
  background: url(../../../../../../../24214/img/2019lh/static/images/m1.png) no-repeat center center;
  background-size: contain;}

.languageTabTitle .languageTabBottom .m2 {
  background: url(../../../../../../../24214/img/2019lh/static/images/m2.png) no-repeat center center;}

.languageTabTitle .languageTabBottom .m3 {
  background: url(../../../../../../../24214/img/2019lh/static/images/m3.png) no-repeat center center;}

.languageTabTitle .languageTabBottom .m4 {
  background: url(../../../../../../../24214/img/2019lh/static/images/m4.png) no-repeat center center;}

.languageTabTitle .languageTabBottom .m5 {
  background: url(../../../../../../../24214/img/2019lh/static/images/m5.png) no-repeat center center;}

.languageTabTitle .languageTabBottom .m6 {
  background: url(../../../../../../../24214/img/2019lh/static/images/m6.png) no-repeat center center;}

.languageTabTitle .languageTabBottom .m7 {
  background: url(../../../../../../../24214/img/2019lh/static/images/m7.png) no-repeat center center;}

.languageTabTitle .languageTabBottom span.m1:hover {
  background: url(../../../../../../../24214/img/2019lh/static/images/m1_hover.png) no-repeat center center #c71f29;}

.languageTabTitle .languageTabBottom span.m2:hover {
  background: url(../../../../../../../24214/img/2019lh/static/images/m2_hover.png) no-repeat center center #c71f29;}

.languageTabTitle .languageTabBottom span.m3:hover {
  background: url(../../../../../../../24214/img/2019lh/static/images/m3_hover.png) no-repeat center center #c71f29;}

.languageTabTitle .languageTabBottom span.m4:hover {
  background: url(../../../../../../../24214/img/2019lh/static/images/m4_hover.png) no-repeat center center #c71f29;}

.languageTabTitle .languageTabBottom span.m5:hover {
  background: url(../../../../../../../24214/img/2019lh/static/images/m5_hover.png) no-repeat center center #c71f29;}

.bk-wodedongao {
  margin-bottom: 60px;}

.bk-wodedongao .video-group .top-big-img {
  position: relative;
  float: left;
  width: 870px;
  height: 490px;}

.bk-wodedongao .video-group .top-big-img .swiper-container {
  height: 100%;}

.bk-wodedongao .video-group .top-big-img .swiper-container .swiper-slide {
  position: relative;
  height: 100%;}

.bk-wodedongao .video-group .top-big-img .swiper-container .swiper-slide .btn-play1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 76px;
  height: 76px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}

.bk-wodedongao .video-group .top-big-img .swiper-container .swiper-slide .btn-play1:hover {
  opacity: 0.8;}

.bk-wodedongao .video-group .top-big-img .swiper-container .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #fff;
  font: normal 18px/60px "Microsoft YaHei";
  background: rgba(0, 0, 0, 0.4);}

.bk-wodedongao .video-group .bottom-small-imgs {
  margin-left: 890px;}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-container {
  width: 310px;
  height: 100%;}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-smallv-outer {
  overflow: hidden;
  height: 490px;}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-inner-v2 {
  position: relative;
  overflow: hidden;}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-inner-v2 .img-smallvideo {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-inner-v2 .img-smallvideo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-slide {
  position: relative;
  height: 100%;}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-slide .swiper-inner-v {
  position: relative;
  width: 100%;
  height: 100%;}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-slide p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font: normal 14px/30px "Microsoft YaHei";}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-slide .btn-play2 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 30px;
  height: 30px;
  z-index: 1;}

.bk-wodedongao .video-group .bottom-small-imgs .swiper-slide:last-child {
  margin-right: 0;}

.bk-tb-news {
  font-size: 0;}

.bk-tb-news .left,
.bk-tb-news .right,
.bk-tb-news .center {
  display: inline-block;
  vertical-align: top;}

.bk-tb-news .left {
  width: 390px;
  min-height: 270px;
  padding-right: 35px;}

.bk-tb-news h3 {
  font: bold 26px/1 "Microsoft YaHei";
  text-align: left;
  color: #a2312b;
  margin-bottom: 25px;}

.bk-tb-news .center {
  width: 400px;
  min-height: 270px;
  padding-right: 35px;}

.bk-tb-news ul li {
  font-size: 18px;
  height: 50px;
  line-height: 1.2;}

.bk-tb-news .right {
  position: relative;
  width: 406px;
  min-height: 270px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;}

.bk-tb-news .right .top {
  margin-bottom: 5px;}

.bk-tb-news .right .right-img,
.bk-tb-news .right .left-img {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;}

.bk-tb-news .right .left-img {
  margin-right: 6px;}

.bk-tb-paper {
  height: 306px;
  overflow: hidden;}

.bk-tb-paper .left {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 313px;
  height: 443px;}

.bk-tb-paper .center {
  position: absolute;
  left: 346px;
  top: 64px;
  width: 300px;
  height: 443px;
  padding-left: 20px;
  padding-top: 40px;
  background: url(../images/bg-paper.png) no-repeat;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);}

.bk-tb-paper .center .top-tabs {
  width: 260px;
  border-bottom: 1px solid #c0b299;
  font: normal 20px/1 "Microsoft YaHei";
  margin-bottom: 25px;}

.bk-tb-paper .center .top-tabs span {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  color: #a24435;
  cursor: pointer;}

.bk-tb-paper .center .top-tabs span.active {
  background: #b49668;
  color: #fff;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;}

.bk-tb-paper .center .links {
  text-align: left;}

.bk-tb-paper .center .links a {
  display: inline-block;
  border: 1px solid #a24435;
  color: #a24435;
  font: normal 18px/1 "Microsoft YaHei";
  margin-right: 14px;
  margin-bottom: 8px;
  padding: 4px 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;}

.bk-tb-paper .center .links a:hover {
  color: #fff;
  background: #a24435;}

.bk-tb-paper .right {
  position: relative;}

.bk-tb-paper .right .swiper-flow-outer {
  position: relative;
  height: 526px;
  overflow: hidden;}

.bk-tb-paper .right .swiper-flow-outer .at-flow {
  position: absolute;
  right: 10px;
  top: 220px;
  z-index: 9;
  cursor: pointer;}

.bk-tb-paper .right .swiper-flow-outer .ab-flow {
  position: absolute;
  right: 10px;
  top: 280px;
  z-index: 9;
  cursor: pointer;}

.bk-tb-paper .right .swiper-flow-outer .swiper-container {
  height: 100%;}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
  margin-top: 0;
  overflow: hidden;
  height: auto;}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;}

.bk-tb-paper .right .list-links {
  padding: 10px;}

.bk-tb-paper .right .list-links a {
  display: block;
  font: normal 16px "Microsoft YaHei";
  color: #000;
  line-height: 1.5;
  margin-bottom: 5px;}

.bk-tb-paper .right .list-links a:hover {
  color: #c3352c;}

.bk-tb-paper .right .list-links a:last-child {
  margin-bottom: 0;}

.bk-tb-paper .right .rmrb-bar {
  width: 660px;
  height: 90px;
  background: url(../../../../../../../14432/img/main/2021/06/121014/images/bg-paperbar.png) no-repeat;
  background-size: 100%;}

.bk-tb-paper .right .rmrb-bar a {
  color: #ffffb5;
  padding-left: 20px;
  font: bold 28px/70px "Microsoft YaHei";}

.bk-tb-paper .right .swiper-flow-outer .swiper-container {
  height: auto;}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
  margin-top: 0;
  overflow: hidden;
  height: auto;
  height: 60px;}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide .list-links {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  overflow: hidden;}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-active {
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;}

.bk-tb-paper
.right
.swiper-flow-outer
.swiper-slide.swiper-slide-active
.list-links {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);}

.bk-tb-paper .center {
  position: absolute;
  left: 310px;
  top: 64px;}

.bk-tb-paper .right {
  width: 900px;
  position: relative;
  -webkit-transform: scale(0.6) translate(-248px, -152px);
  -ms-transform: scale(0.6) translate(-248px, -152px);
  transform: scale(0.6) translate(-248px, -152px);}

.bk-tb-paper .right .swiper-flow-outer {
  position: relative;
  height: 526px;
  overflow: visible;}

.bk-tb-paper .right .swiper-flow-outer .at-flow {
  position: absolute;
  right: -23px;
  top: 220px;
  z-index: 9;
  cursor: pointer;}

.bk-tb-paper .right .swiper-flow-outer .ab-flow {
  position: absolute;
  right: -23px;
  top: 280px;
  z-index: 9;
  cursor: pointer;}

.bk-zgjs .right-contents .links-wrap {
  font-size: 0;
  margin-top: 10px;}

.bk-zgjs .right-contents .links-wrap ul {
  height: 226px;
  background: #4e3e39;
  font: normal 20px "Microsoft YaHei";
  color: #fff;
  padding-top: 17px;}

.bk-zgjs .right-contents .links-wrap ul li {
  position: relative;
  height: 63px;
  line-height: 63px;
  padding-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.bk-zgjs .right-contents .links-wrap ul li:hover {
  color: #cc4c46;
  background: url(../../../../../../../8568/img/main/2021/06/121014/images/bg-li-jingshen.png) left center no-repeat;}

.bk-zgjs .right-contents .top .links-wrap ul li:after {
  position: absolute;
  left: 20px;
  bottom: 0;
  display: block;
  content: "";
  width: 370px;
  border-bottom: 1px solid #938986;}

.bk-zgjs .right-contents .links-wrap ul li:last-child:after {
  display: none;}

.bk-zgjs .right-contents .links-wrap .left-links {
  display: inline-block;
  width: 444px;
  vertical-align: top;
  margin-right: 4px;}

.bk-zgjs .right-contents .links-wrap .right-links {
  width: 448px;
  display: inline-block;
  vertical-align: top;}

.bk-zgjs {
  margin-bottom: 20px;}

.bk-zgjs .swiper-container {
  height: 100%;}

.bk-zgjs .content-wrap {
  position: relative;
  height:300px;}

.bk-zgjs .content-wrap .arrowtop-js {
  position: absolute;
  left: 120px;
  top: 67px;
  cursor: pointer;}

.bk-zgjs .content-wrap .arrowbottom-js {
  position: absolute;
  left: 120px;
  bottom:20px;
  cursor: pointer;}

.bk-zgjs .left-nav {
  position: absolute;
  left: 36px;
  top: 87px;
  width: 190px;
  height: 180px;}

.bk-zgjs .left-nav .btn-js {
  width: 190px;
  text-align: center;
  color: white;
  background-color: #d54f48;
  font: normal 30px/53px "Microsoft YaHei";
  cursor: pointer;
  font-size: 16px;
  height: 35px;
  line-height: 35px;}

.bk-zgjs .left-nav .swiper-slide-active .btn-js {
  background-color: #d30000;}

.bk-zgjs .left-nav .btn-js:hover {
  opacity: 0.8;}

.bk-zgjs .right-contents {
  margin-left: 260px;}

.bk-zgjs .right-contents .item-content {
  display: none;
  position: relative;
  margin-top: 28px;}

.bk-zgjs .right-contents .item-content:first-child {
  display: block;}

.bk-zgjs .right-contents .item-content .right-desc-wrap {
  position: absolute;
  left:487px;
  top:20px;
  width:420px;
  height:235px;
  overflow: auto;
  color: #333;}

.bk-zgjs .right-contents .item-content .right-desc-wrap h3 {
  font: bold 20px/1.5 "Microsoft YaHei";
  margin-bottom: 10px;}

.bk-zgjs .right-contents .item-content .right-desc-wrap p,.bk-zgjs .right-contents .item-content .right-desc-wrap .text {
  font: normal 18px/1.8 "Microsoft YaHei";}

.bk-zgjs .right-contents .item-content .right-desc-wrap .btn-wrap {
  text-align: right;}

.bk-zgjs .right-contents .item-content .right-desc-wrap .btn-wrap .detail,
.bk-zgjs .right-contents .item-content .right-desc-wrap .btn-wrap a {
  color: #ede3b4;
  font-size: 16px;}

.bk-zgjs .right-contents .top {
  position: relative;
  height: 280px;
  background-image: url(../images/juxing.png);
  background-repeat: no-repeat;}

.bk-zgjs .right-contents .top button {
  display: none;}

.bk-zgjs .right-contents .top .links-wrap {
  font-size: 0;}

.bk-zgjs .right-contents .top .links-wrap ul {
  height: 226px;
  background: #4e3e39;
  font: normal 20px "Microsoft YaHei";
  color: #fff;
  padding-top: 17px;}

.bk-zgjs .right-contents .top .links-wrap ul li {
  position: relative;
  height: 63px;
  line-height: 63px;
  padding-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.bk-zgjs .right-contents .top .links-wrap ul li:hover {
  color: #cc4c46;
  background: url(../../../../../../../14432/img/main/2021/06/121014/images/bg-li-jingshen.png) left center no-repeat;}

.bk-zgjs .right-contents .top .links-wrap ul li:after {
  position: absolute;
  left: 20px;
  bottom: 0;
  display: block;
  content: "";
  width: 370px;
  border-bottom: 1px solid #938986;}

.bk-zgjs .right-contents .top .links-wrap ul li:last-child:after {
  display: none;}

.bk-zgjs .right-contents .top .links-wrap .left-links {
  display: inline-block;
  width: 444px;
  vertical-align: top;
  margin-right: 4px;}

.bk-zgjs .right-contents .top .links-wrap .right-links {
  width: 460px;
  display: inline-block;
  vertical-align: top;}

.bk-zgjs .right-contents .top .desc {
  position: absolute;
  left: 0;
  top: 272px;
  width: 902px;
  height: 226px;}

.bk-zgjs .right-contents .top .desc .desc-tit {
  display: none;}

.bk-zgjs .right-contents .img-left {
  position: absolute;
  left: 37px;
  top: 16px;}

.swiper-outer-gqdt {
  background: #fff;}

.swiper-outer-gqdt .swiper-container {
  height: 675px;}

.swiper-outer-gqdt .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;}

.swiper-outer-gqdt .swiper-container .swiper-slide .img-gqdt {
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;}

.swiper-outer-gqdt .swiper-container .swiper-slide .img-gqdt:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);}

.swiper-outer-gqdt .swiper-container .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  font: normal 18px/60px 'Microsoft YaHei';
  background: rgba(192, 5, 22, 0.6);
  text-align: center;
  color: #fff;}

.swiper-outer-gqdt .swiper-gqdt-pagi {
  background: #fff;
  height: 76px;
  text-align: center;
  padding-top: 26px;}

.swiper-outer-gqdt .swiper-gqdt-pagi .swiper-pagination-bullet {
  width: 70px;
  height: 8px;
  background: #e7ddc1;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  margin-right: 10px;}

.swiper-outer-gqdt .swiper-gqdt-pagi .swiper-pagination-bullet:last-child {
  margin-right: 0;}

.swiper-outer-gqdt .swiper-gqdt-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c00516;}

.zl-js {
  position: relative;
width: 1200px;
    margin-left: auto;
    margin-right: auto;


}

.zl-js .zgjs-text {
  color: #d30000;
  font-size: 18px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 267px;
  top: -5px;}
