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

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-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;
}

div {
  font: normal 14px/180% \5fae\8f6f\96c5\9ed1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}

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

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

a:hover {
  color: inherit;
}

.hide {
  display: none !important;
}

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

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

*,
*::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;
}

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

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

body {
  font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow: auto;
  background: #b50d0d;
  background-size: cover;
}

.opacity0 {
  opacity: 0 !important;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0);
    opacity: 0;
  }
}

@keyframes round {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0);
    opacity: 0;
  }
}

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

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

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

.text-middle {
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: table;
  clear: both;
  visibility: hidden;
}

.mobile-wrap {
  overflow: hidden;
}

.mobile-wrap .for-pc {
  display: none !important;
}

.mobile-wrap .for-h5 {
  display: block !important;
}

.for-h5 {
  display: none;
}

.arrow-slide-wrap {
  position: absolute;
  left: 50%;
  top: 115vh;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.arrow-slide-wrap * {
  vertical-align: middle;
}

@-webkit-keyframes loading {
  from {
    background-position: top right;
  }
  to {
    background-position: top left;
  }
}

@keyframes loading {
  from {
    background-position: top right;
  }
  to {
    background-position: top left;
  }
}

.mousemove-tips {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 640px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.mousemove-tips:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: normal;
  content: "X";
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px dotted #f1f1f1;
  cursor: pointer;
}

.ua-check,
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: url(../images/bg-loading.jpg) center;
  background-size: cover;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.ua-check.hide-loading,
.loading.hide-loading {
  opacity: 0.8;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.ua-check .loading-2018,
.loading .loading-2018 {
  position: absolute;
  left: 50%;
  top: 3.78%;
  z-index: 9;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 74.63%;
}

.ua-check .loading-years,
.loading .loading-years {
  position: absolute;
  top: 45.26%;
  left: 0;
  z-index: 2;
  width: 5000%;
  height: 14px;
  background: url(../images/years.png) repeat-x;
  -webkit-animation: loading 1000s linear infinite;
  animation: loading 1000s linear infinite;
}

.ua-check .loading-cloud,
.loading .loading-cloud {
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 1;
  width: 5000%;
  height: 950px;
  background: url(../images/loading-cloud.png) repeat-x;
  -webkit-animation: loading 200s linear infinite;
  animation: loading 200s linear infinite;
}

.ua-check .loading-percent,
.loading .loading-percent {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 10;
  margin-left: -45px;
  padding-left: 5px;
  width: 90px;
  height: 90px;
  line-height: 82px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -1px;
  border: 5px solid rgba(255, 255, 255, 0.69);
  background: rgba(102, 185, 249, 0.69);
  -webkit-border-radius: 96px;
  border-radius: 96px;
}

.ua-check {
  font-size: 20px;
  font-weight: bold;
  z-index: 9999999;
  background: #f6f4b7;
  line-height: 2;
  text-align: left;
}

.ua-check .ua-content {
  position: relative;
  width: 50%;
  margin: 25% auto;
}

.ua-check .ua-content::after {
  position: absolute;
  top: -10px;
  left: -120px;
  width: 100px;
  height: 100px;
  background: url(../images/warning.png) center;
  background-size: cover;
  content: "";
}

.section {
  position: relative;
}

@-webkit-keyframes birdsfly {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-700px, 0, 0);
    transform: translate3d(-700px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1920px, 0, 0);
    transform: translate3d(-1920px, 0, 0);
  }
}

@keyframes birdsfly {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-700px, 0, 0);
    transform: translate3d(-700px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1920px, 0, 0);
    transform: translate3d(-1920px, 0, 0);
  }
}

.section-blank {
  height: 119vh;
}

.section-zhizuo {
  font-size: 15px;
  padding-top: 50px;
}

.content-news {
  color: #fff;
}

.content-news .arrow-zj {
  position: absolute;
  top: 46%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}

.content-news .arrow-zj:hover {
  opacity: 0.8;
}

.content-news .arrow-zj-left {
  left: -12px;
}

.content-news .arrow-zj-right {
  right: 280px;
}

.content-news .left-news {
  float: left;
  width: 912px;
}

.content-news .right-pro {
  margin-left: 882px;
  position: relative;
  padding-top: 50px;
}

.content-news .shengfen {
  display: none;
}

.content-news .list-pro {
  margin-left: 50px;
}

.content-news .list-pro li {
  position: relative;
  float: left;
  width: 70px;
  height: 34px;
  line-height: 34px;
  color: #f0c975;
  margin-bottom: 19px;
  margin-right: 7px;
  font-size: 20px;
  cursor: pointer;
}

.content-news .list-pro li:nth-child(3n) {
  margin-right: 0;
}

.content-news .list-pro li:before {
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 50%;
  border-bottom: 1px solid #f0c975;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  font-size: 0;
}

.content-news .list-pro li:hover, .content-news .list-pro li.active {
  color: #a92022;
  background: #f0c975;
}

.content-news .list-pro li:hover:before, .content-news .list-pro li.active:before {
  display: none;
}

.content-news .right-zhaiyao {
  padding: 20px;
  height: 112px;
  background: #ac2023;
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.content-news .province {
  color: #fbd158;
  font-weight: bold;
  font-size: 28px;
}

.content-news .right-zhaiyao h2 {
  font: normal 21px/1.4 "Microsoft YaHei";
  margin-bottom: 20px;
}

.content-news .right-zhaiyao .zhaiyao {
  font-size: 16px;
  font-weight: bold;
}

.content-news .bottom-zhanguan {
  background: #faeaea;
  height: 143px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.content-news .bottom-zhanguan .info-zhanguan {
  float: left;
  padding: 20px 22px 10px;
  color: #ac2023;
  width: 558px;
  text-align: left;
  overflow-x: hidden;
}

.content-news .bottom-zhanguan .info-zhanguan h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.content-news .bottom-zhanguan .info-zhanguan .desc-zhanguan {
  font-size: 14px;
  text-indent: 2em;
}

@-webkit-keyframes bgmove {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}

@keyframes bgmove {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}

.section-1 {
  height: 150vh;
  background: url(../images/bg-cover3.jpg) center top/cover;
}

.section-1 .cover-logo {
  position: absolute;
  top: 50px;
  left: 70px;
  width: 100px;
}

.section-1 .birds-wrap,
.section-1 .cloud-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 372px;
  overflow: hidden;
}

.section-1 .cloud-wrap {
  width: 500%;
  background: url(../images/cloud.png) center top/contain repeat-x;
  -webkit-animation: bgmove 40s linear infinite;
  animation: bgmove 40s linear infinite;
}

.section-1 .birds-wrap {
  top: 50vh;
  height: 50vh;
}

.section-1 .birds-wrap .bird {
  position: absolute;
  top: 0;
  width: 40px;
  -webkit-animation: birdsfly 10s linear infinite forwards;
  animation: birdsfly 10s linear infinite forwards;
}

.section-1 .birds-wrap .bird:first-child {
  width: 65px;
  top: 18%;
  left: 80%;
}

.section-1 .birds-wrap .bird:nth-child(2) {
  top: 46%;
  left: 85%;
}

.section-1 .birds-wrap .bird:nth-child(3) {
  top: 65%;
  left: 90%;
}

.section-1 .birds-wrap .bird:nth-child(4) {
  top: 27%;
  left: 89%;
}

.section-1 .birds-wrap .bird:nth-child(5) {
  top: 46%;
  left: 93%;
}

.section-1 .cloud-wrap {
  bottom: 70vh;
}

.section-1 .cloud-wrap .cloud-inner {
  width: 4362px;
  height: 100%;
}

.section-1 .cloud-wrap .cloud-inner .cloud {
  width: 50%;
}

.section-1 .cover-text {
  width: 33.85%;
  margin-top: 100px;
  margin-left: 40%;
}

.section-2 {
  position: relative;
  height: 1014px;
  padding-top: 136px;
  background: url(../images/bg-news.jpg) left top/cover no-repeat;
}

.section-2 .fly {
  position: absolute;
  right: 0;
  top: 55px;
  width: 1%;
  min-width: 80px;
  max-width: 750px;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.section-2 .fly.show-fly {
  width: 100%;
}

.section-2 .ani-change {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.section-2 .news-wrap {
  margin: 0 auto;
  width: 1136px;
  height: 846px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 12px #ccc;
  box-shadow: 2px 2px 12px #ccc;
}

.section-2 .news-wrap header {
  height: 40px;
  border-bottom: 3px solid #999;
  text-align: center;
}

.section-2 .news-wrap header .paper-logo {
  float: left;
  width: 75px;
}

.section-2 .news-wrap header .yaowen {
  color: #333;
  font-size: 24px;
}

.section-2 .news-wrap header .news-date {
  margin-top: 6px;
  float: right;
  color: #333;
}

.section-2 .news-wrap article {
  padding: 40px 20px 0;
}

.section-2 .news-wrap article .news-left {
  float: left;
  width: 50%;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.section-2 .news-wrap article .news-left .news-desp {
  font-family: SimSun;
  text-indent: 2em;
  color: #333;
  margin-bottom: 30px;
}

.section-2 .news-wrap article .news-left .news-desp .link-detail:hover {
  color: #c00;
}

.section-2 .news-wrap article .news-left .big-title {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -2px;
  color: #cc0000;
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: SimHei;
}

.section-2 .news-wrap article .news-left .titles-wrap a {
  font-size: 20px;
  color: #000;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: SimHei;
}

.section-2 .news-wrap article .news-left .titles-wrap a:hover {
  color: #c00;
  text-decoration: underline;
}

.section-2 .news-wrap article .news-right {
  margin-left: 50%;
  padding-left: 24px;
}

.section-2 .news-wrap article .news-right .big-title-right {
  font-size: 32px;
  font-weight: bold;
  font-family: SimHei;
  letter-spacing: -2px;
}

.section-2 .news-wrap article .news-right .links {
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.section-2 .news-wrap article .news-right .two-news {
  height: 200px;
  overflow: auto;
}

.section-2 .news-wrap article .news-right .two-news .news-img {
  height: 90px;
  overflow: auto;
  margin-bottom: 20px;
}

.section-2 .news-wrap article .news-right .two-news .news-img:last-child {
  margin-bottom: 0;
}

.section-2 .news-wrap article .news-right .two-news .news-img .left-img {
  float: left;
  width: 270px;
  height: 90px;
  overflow: hidden;
}

.section-2 .news-wrap article .news-right .two-news .news-img .left-img a {
  display: block img;
  display-width: 270px;
  display-height: 90px;
}

.section-2 .news-wrap article .news-right .two-news .news-img .right-titles {
  margin-left: 270px;
}

.section-2 .news-wrap article .news-right .two-news .news-img .right-titles .news-item {
  font-size: 12px;
  font-family: SimSun;
  line-height: 1.4;
  color: #333;
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-2 .news-wrap article .news-right .two-news .news-img .right-titles .news-item a:hover {
  color: #c00;
}

.ad {
  width: 1000px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.left-img-xi {
  display: block;
  width: 100%;
  height: auto;
}

.cg-wrap {
  width: 910px;
  height: auto;
}

[data-d2] {
  position: absolute !important;
  top: 29vh;
  left: 0;
  width: 100%;
  height: 140vh;
  -webkit-transform: translate3d(0, -50vh, 0);
  transform: translate3d(0, -50vh, 0);
  background: #7e2420;
}

.swiper1 {
  position: relative;
  width: 100%;
  height: 334px;
  margin-bottom: 20px;
}

.swiper1 .swiper-slide {
  position: relative;
}

.swiper1 .swiper-slide .banner-img {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide .news-title {
  display: none;
}

.swiper1 .bottom-titles {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 15px;
  padding-left: 20px;
  font-weight: bold;
}

.swiper1 div.paginations {
  position: absolute;
  width: auto;
  left: auto;
  bottom: 15px;
  right: 10px;
  z-index: 4;
}

.swiper1 div.paginations .swiper-pagination-bullet {
  background: #afaa91;
  opacity: 1;
}

.swiper1 div.paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2a96c5;
}

#pagi1 {
  opacity: 0;
}

#pagi1.active {
  opacity: 1;
}

.pagi1 {
  padding-left: 10px;
}

.pagi1 .swiper-pagination-bullet {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #a7a7a7;
  opacity: 1;
}

.pagi1 .swiper-pagination-bullet-active {
  background: #a01d12;
}

.section-3 {
  position: relative;
  height: 970px;
  padding-top: 100px;
  background: url(../images/bg-videos.jpg) center bottom/cover no-repeat;
}

.section-3 .tv {
  position: absolute;
  left: -50px;
  top: 120px;
  width: 370px;
  height: 564px;
  background: url(../images/tv.png) center/contain no-repeat;
}

.section-3 .tv .tv-gif {
  margin-top: 123px;
  margin-left: 56px;
}

.section-3 .right-radios {
  position: absolute;
  right: -50px;
  top: 100px;
  z-index: 0;
  width: 456px;
  height: 620px;
}

.section-3 .right-radios img {
  position: absolute;
}

.section-3 .right-radios .cd {
  bottom: 0;
  left: 104px;
}

.section-3 .right-radios .radio {
  top: 40%;
  right: 0;
}

.section-3 .right-radios .symbol {
  right: 36px;
  top: 0;
}

.section-3 .ad1 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.section-3 .swiper2-wrap {
  position: relative;
  width: 1136px;
  height: 700px;
  margin: 0 auto;
}

.section-3 .swiper2-wrap .video-entry {
  position: absolute;
  top: -40px;
  left: 40px;
  width: 200px;
  height: 30px;
  z-index: 2;
  color: #866144;
  font-size: 14px;
  line-height: 1.5;
}

.section-3 .swiper2-wrap .video-entry span {
  vertical-align: middle;
}

.section-3 .swiper2-wrap .video-entry img {
  width: 20px;
  vertical-align: middle;
}

.section-3 .swiper2-wrap .swiper2 {
  position: relative;
  width: 1070px;
  height: 100%;
  margin: 0 auto;
}

.section-3 .swiper2-wrap .swiper2 .swiper-slide {
  background: #000;
}

.section-3 .swiper2-wrap .swiper2 .swiper-slide video,
.section-3 .swiper2-wrap .swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.section-3 .swiper2-wrap .hidden-banners {
  position: absolute;
  right: -37px;
  top: 15px;
  z-index: 0;
  width: 70px;
}

.section-3 .swiper2-wrap .bottom-titles2 {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.section-3 .swiper2-wrap .bottom-titles2 .banner-index {
  float: right;
  margin-right: 10px;
}

.section-3 .swiper2-wrap .bottom-titles2 .banner-index .totalcount {
  font-size: 12px;
}

.section-3 .swiper2-wrap .bottom-titles2 .banner-index .current-index {
  font-size: 30px;
}

.section-3 .swiper2-wrap .bottom-titles2 .banner-title2 {
  float: right;
  margin-right: 40px;
}

.section-3 .swiper2-wrap .bottom-titles2 .switch-page-wrap {
  position: relative;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  width: 100px;
  height: 30px;
  font-size: 30px;
}

.section-3 .swiper2-wrap .bottom-titles2 .switch-page-wrap .swiper-button-prev {
  background-size: 0;
  cursor: pointer;
  line-height: normal;
}

.section-3 .swiper2-wrap .bottom-titles2 .switch-page-wrap .swiper-button-next {
  background-size: 0;
  cursor: pointer;
  line-height: normal;
}

.section-4 {
  position: relative;
  height: 930px;
  background: url(../images/bg-gaigeyinji.jpg) center/cover no-repeat;
  padding-top: 160px;
}

.section-4 .gaigeyinji-wrap {
  position: relative;
  width: 895px;
  height: 430px;
  margin: 0 auto;
  text-align: center;
}

.section-4 .gaigeyinji-wrap .province {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  font-size: 36px;
  font-weight: bolder;
  color: #eeb384;
  font-family: SimHei;
}

.section-4 .provinces {
  width: 1166px;
  height: 338px;
  margin: 0 auto;
  background: url(../images/bg-flag.png) no-repeat;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.section-4 .provinces.show-provinces {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-4 .provinces .province-table {
  margin: 0 auto;
  margin-top: 150px;
}

.section-4 .provinces .province-table td {
  font-size: 18px;
  color: #ffff99;
  width: 70px;
  height: 35px;
  line-height: 35px;
}

.section-4 .provinces .province-table td a:hover {
  text-decoration: underline;
}

.section-4 .provinces .province-table td a:visited {
  color: #ffff99;
}

.section-5 {
  position: relative;
  height: 1486px;
  padding-top: 10px;
  background: url(../images/bg-pay.jpg) left top/contain no-repeat;
}

.section-5 .ad3 {
  margin: 0 auto;
  margin-bottom: 15px;
}

.section-5 .banner3 {
  position: relative;
  width: 1136px;
  height: 726px;
  overflow: hidden;
  margin: 0 auto;
  background: #ccc;
}

.section-5 .banner3 .expand-menu {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  width: 75px;
  height: 79px;
  text-align: center;
  padding-top: 28px;
  background: #144c83;
  cursor: pointer;
}

.section-5 .banner3 .img-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-5 .banner3 .img-list .img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.section-5 .banner3 .img-list .img:first-child {
  display: block;
  opacity: 1;
  z-index: 1;
}

.section-5 .banner3 .img-list img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.section-5 .banner3 .right-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 370px;
  height: 100%;
  padding: 50px 35px 50px 90px;
  background: #336699;
  opacity: 0.88;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.section-5 .banner3 .right-menu.hide-menu {
  -webkit-transform: translate3d(370px, 0, 0);
  transform: translate3d(370px, 0, 0);
}

.section-5 .banner3 .right-menu .menu-content .img-tab {
  display: block;
  position: relative;
  height: 80px;
  width: 240px;
  border-right: 1px solid #e8d2b8;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #e8d2b8;
  cursor: pointer;
}

.section-5 .banner3 .right-menu .menu-content .img-tab:hover {
  background: #184d81;
}

.section-5 .banner3 .right-menu .menu-content .img-tab::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 2px;
  background: #e8d2b8;
  content: "";
}

.section-5 .banner3 .right-menu .menu-content .img-tab::after {
  position: absolute;
  right: 10px;
  top: 37px;
  background: url(../images/right-arrow1.png) center/contain no-repeat;
  content: "";
  width: 27px;
  height: 11px;
}

.section-5 .banner3 .right-menu .menu-content .img-tab.active {
  color: #fff;
  border: 0;
}

.section-5 .banner3 .right-menu .menu-content .img-tab.active::after {
  display: none;
}

.section-5 .swiper3-wrap {
  position: absolute;
  bottom: -570px;
  left: 50%;
  margin-left: -568px;
  width: 1136px;
  height: 994px;
}

.section-5 .swiper3-wrap .swiper-button-prev,
.section-5 .swiper3-wrap .swiper-button-next {
  width: 76px;
  height: 76px;
  bottom: auto;
  top: 338px;
}

.section-5 .swiper3-wrap .swiper-button-prev {
  left: -36px;
  background: url(../images/prev.png) center/cover no-repeat;
}

.section-5 .swiper3-wrap .swiper-button-next {
  cursor: pointer;
  right: -36px;
  background: url(../images/next.png) center/cover no-repeat;
}

.section-5 .swiper3-wrap .swiper3 {
  position: relative;
  width: 100%;
  height: 694px;
  margin: 0 auto;
}

.section-5 .swiper3-wrap .swiper3 .swiper-slide {
  background: #000;
}

.section-5 .swiper3-wrap .swiper3 .swiper-slide video,
.section-5 .swiper3-wrap .swiper3 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.section-5 .swiper3-wrap .bottom-titles2 {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  z-index: 5;
  color: #fff;
}

.section-5 .swiper3-wrap .bottom-titles2 .banner-index {
  float: right;
  margin-right: 10px;
}

.section-5 .swiper3-wrap .bottom-titles2 .banner-index .totalcount {
  font-size: 12px;
}

.section-5 .swiper3-wrap .bottom-titles2 .banner-index .current-index {
  font-size: 30px;
}

.section-5 .swiper3-wrap .bottom-titles2 .banner-title2 {
  float: right;
  margin-right: 40px;
}

.section-5 .fan-people {
  position: absolute;
  left: 30px;
  top: 570px;
}

.section-5 .code {
  position: absolute;
  right: 326px;
  top: 685px;
}

.section-5 .scan-code-wrap {
  position: absolute;
  right: -100px;
  top: 410px;
  width: 322px;
  height: 624px;
}

.section-5 .scan-code-wrap .scan {
  position: absolute;
  left: 0;
  top: 167px;
}

.section-5 .scan-code-wrap .man {
  width: 100%;
}

.section-6 {
  position: relative;
  height: 460px;
  overflow: hidden;
  -webkit-perspective: 580px;
  perspective: 580px;
}

.section-6 .road {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/road.gif) center top/cover;
}

.section-7 {
  padding: 60px;
  color: #fff;
  text-align: center;
  max-height: 472px;
  background: #336699;
}

.section-7 .corp {
  font-size: 26px;
  font-family: serif;
  margin-bottom: 44px;
}

.section-7 .corp-logos {
  width: 1068px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.section-7 .corp-logos .row-logos .logo {
  float: left;
  width: 189px;
  height: 62px;
  background: #fff;
  margin-left: 30px;
  overflow: hidden;
}

.section-7 .corp-logos .row-logos .logo img {
  width: 100%;
}

.section-7 .corp-logos .row-logos .logo:first-child {
  margin-left: 0;
}

.section-7 .corp-logos .row-logos:first-child {
  margin-bottom: 25px;
}

.section-7 .copyrights1,
.section-7 .copyrights2 {
  font-family: SimSun;
}

.section-7 .copyrights1 {
  margin-bottom: 38px;
}

.container-1000 {
  width: 1000px;
  margin: 0 auto;
}

.bottom-pagi {
  position: absolute;
  right: 300px;
  top: 672px;
  z-index: 2;
  height: 20px;
  width: auto;
}

.section-news {
  position: relative;
  padding: 68px 0;
  min-height: 687px;
  text-align: center;
  font-family: SimHei;
  background: url(../images/bg-red.jpg) center top no-repeat #660f10;
  background-size: cover;
  padding-top: 33px;
  margin-top: -15vh;
  z-index: 2;
}

.section-news .big-title {
  font-size: 42px;
  color: #3680cb;
}

.section-news .big-title-desc {
  font-size: 12px;
  color: #3680cb;
}

.section-news .swiper-wrap-news {
  position: relative;
  height: 394px;
}

.section-news .left-swiper {
  height: 100%;
  margin-right: 245px;
}

.section-news .left-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.section-news .left-swiper .bottom-titles {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  padding-left: 8px;
  font-weight: 700;
}

.section-news .left-swiper .swiper-pagination-bullet {
  background: #fff;
}

.section-news .left-swiper div.paginations {
  position: absolute;
  width: auto;
  left: auto;
  bottom: 15px;
  right: 25px;
  z-index: 4;
}

.section-news .left-swiper div.paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c12c20;
}

.section-news .right-news-links {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 245px;
  height: 100%;
  background: #6eafdf;
}

.section-news .right-news-links .big-news-item {
  display: block;
  padding: 15px 25px 0;
  margin: 0;
  text-align: left;
  font-size: 16px;
  color: #fff;
  height: 78px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

.section-news .right-news-links .big-news-item:last-child {
  border-bottom: 0;
}

.section-news .right-news-links .big-news-item:hover {
  background: #418cd7;
}

.lastest-wrap-ad {
  margin-top: 20px;
  height: 80px;
  overflow: hidden;
}

.lastest-wrap-ad .ad-list {
  height: 100%;
  overflow: hidden;
}

.lastest-wrap-ad .ad-list .row-ad {
  float: left;
  width: 1000px;
  height: 100%;
  overflow: hidden;
}

.lastest-wrap-ad .ad-list .ad-img {
  margin-left: 10px;
  float: left;
  width: 326px;
  height: 100%;
  background: url(../images/1.jpg) center/contain no-repeat #f1f1f1;
}

.lastest-wrap-ad .ad-list .ad-img:first-child {
  margin-left: 0;
}

.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22222;
  background-size: cover;
  height: 100vh;
}

.cover .box-btn {
  position: absolute;
  left: 50%;
  top: 28vw;
  width: 40%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}

.cover .logo-cover {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.cover .logo-cover.active {
  opacity: 1 !important;
}

.cover .btn-chakan {
  width: 30%;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}

.cover .btn-chakan:hover {
  opacity: 0.9;
}

.cover .btn-chakan.active {
  opacity: 1 !important;
}

.for-h5 {
  display: none;
}

.page1508 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 750px;
  height: 1508px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media all and (min-device-width: 0px) and (max-device-width: 600px) {
  .for-pc {
    display: none !important;
  }
  .for-h5 {
    display: block !important;
  }
}

.mobile-wrap html {
  height: 100%;
}

.mobile-wrap body {
  max-width: 750px;
  height: 100%;
  overflow: hidden;
}

.mobile-wrap .right-logo img {
  width: 90%;
  height: auto;
}

.mobile-wrap .page-wrapper {
  width: 750px;
  height: 100vh;
  overflow-y: auto;
}

.mobile-wrap .cover-m {
  z-index: 2;
  background: url(../images/bg-cover-m.jpg) center/cover no-repeat #bd2427;
}

.mobile-wrap .logo-cover-m {
  position: absolute;
  left: 109px;
  top: 679px;
  z-index: 1;
  width: 534px;
  height: 370px;
  display: none;
}

.mobile-wrap .btn-chakan-m {
  position: absolute;
  left: 185px;
  top: 1163px;
  z-index: 2;
  width: 403px;
  height: 105px;
  display: none;
}

.mobile-wrap .section-news {
  min-height: 211vw;
  padding-top: 0;
  margin-top: 0;
}

.mobile-wrap .g-w1200 {
  width: 713px;
  margin: 0 auto;
}

.mobile-wrap .section-news .content-news {
  height: auto;
}

.mobile-wrap #pagi1 {
  display: none;
}

.mobile-wrap .content-news .left-news {
  width: 100%;
  height: auto;
}

.mobile-wrap .cg-wrap {
  width: 100%;
  height: auto;
}

.mobile-wrap .content-news .right-pro {
  margin-left: 0;
  padding-top: 20px;
}

.mobile-wrap .left-img-xi {
  float: none;
  width: 100%;
  height: auto;
  width: 713px;
  height: 410px;
}

.mobile-wrap .content-news .right-zhaiyao {
  margin-left: 0;
}

.mobile-wrap .section-news {
  background: url(../images/bg-swiper-m.jpg) center top/cover no-repeat #8d1516;
}

.mobile-wrap .label-zhanguan {
  display: none;
}

.mobile-wrap .content-news {
  padding-top: 40px;
}

.mobile-wrap .content-news .bottom-zhanguan {
  position: relative;
  height: 186px;
  overflow: visible;
}

.mobile-wrap .content-news .bottom-zhanguan .info-zhanguan {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 140%;
  padding: 30px;
}

.mobile-wrap .content-news .right-zhaiyao h2 {
  font-size: 32px;
}

.mobile-wrap .content-news .right-zhaiyao .zhaiyao {
  font-size: 28px;
  line-height: 1.8;
}

.mobile-wrap .zg-outer {
  height: 254px;
  height: 66%;
}

.mobile-wrap .content-news .right-zhaiyao {
  height: 312px;
  height: 345px;
  height: auto;
  max-height: 345px;
}

.mobile-wrap .zhanguan {
  width: 50%;
  height: auto;
}

.mobile-wrap .content-news .bottom-zhanguan .info-zhanguan h3 {
  font-size: 28px;
  line-height: 1.4;
}

.mobile-wrap .swiper-cg {
  overflow: hidden;
}

.mobile-wrap .content-news .list-pro {
  margin-left: 5px;
}

.mobile-wrap .content-news .list-pro li {
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 0px;
}

.mobile-wrap .content-news .list-pro li:nth-child(3n) {
  margin-right: 0px;
}

.mobile-wrap .content-news .list-pro li {
  font-size: 24px;
}

.mobile-wrap .top-pro {
  display: none;
}

.mobile-wrap .arrow-m-wrap {
  position: relative;
  background: #760d0e;
  padding: 10px 10px;
  font-size: 24px;
  text-align: left;
  padding-left: 60px;
}

.mobile-wrap .arrow-m-wrap .big-pagi {
  font-size: 30px;
  font-weight: bold;
}

.mobile-wrap .arrow-m-wrap .arrow-m-left {
  position: absolute;
  left: 20px;
  top: 17px;
}

.mobile-wrap .arrow-m-wrap .arrow-m-right {
  position: absolute;
  right: 20px;
  top: 17px;
}

.mobile-wrap .top-img {
  font-size: 0;
}

.mobile-wrap .arrow-zj {
  display: none;
  visibility: hidden;
}

.mobile-wrap .content-news .bottom-zhanguan .info-zhanguan .desc-zhanguan {
  font-size: 24px;
  line-height: 1.5;
}

.mobile-wrap .section-zhizuo {
  color: #fff;
}

.mobile-wrap .outer-text {
  max-height: 302px;
}

.zg-outer {
  overflow-y: auto;
  height: 108px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.zg-outer::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #c76567;
}

.zg-outer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #c76567;
}

.zg-outer::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #7e1113;
}

.outer-text {
  max-height: 100%;
  overflow-y: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.outer-text::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #c76567;
}

.outer-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #c76567;
}

.outer-text::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #7e1113;
}

.scrollbar {
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #c76567;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #c76567;
}

.scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #7e1113;
}
