@font-face {
  font-family: 'FZLTCHJW-C';
  src: url('FZLTCHJW.TTF') format('truetype');
  /* 现代浏览器 */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FZLTHJW-X';
  src: url('FZLTHJW.TTF') format('truetype');
  /* 现代浏览器 */
  font-weight: normal;
  font-style: normal;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  list-style: none;
  font-family: 'FZLTCHJW-x', sans-serif, "SimHei", Arial, "SimSun";
}
html,
body {
  color: #22779c;
}
body {
  overflow-x: hidden;
  height: 100vh;
  align-items: center;
  text-align: center;
  background-color: #d4ffe1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 0;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
input,
select {
  border-radius: 3px;
  border: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  border: none;
  height: 1px;
}
p {
  text-indent: 1.6rem;
}
a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: table;
  content: '';
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-hide {
  font-size: 0;
  width: 0;
  height: 0;
  color: transparent;
}
.swiper .swiper-slide {
  width: 100%;
  height: 100%;
  /* 文字垂直居中 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper img {
  width: 100%;
}
.swiper-box {
  margin: 0 auto;
}
.swiper-box .swiper-c {
  position: relative;
}
.swiper-box .swiper-c .swiper-slide {
  cursor: auto;
}
.swiper-box .swiper-c .mask {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.swiper-box .swiper-c .swiper-slide-active .mask {
  opacity: 0;
}
.swiper-box .swiper-c .swiper-button-prev:after,
.swiper-box .swiper-c .swiper-container-rtl .swiper-button-next:after,
.swiper-box .swiper-c .swiper-button-next:after,
.swiper-box .swiper-c .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.swiper-box .swiper-c .swiper-button-prev.swiper-slide-active,
.swiper-box .swiper-c .swiper-container-rtl .swiper-button-next.swiper-slide-active,
.swiper-box .swiper-c .swiper-button-next.swiper-slide-active,
.swiper-box .swiper-c .swiper-container-rtl .swiper-button-prev.swiper-slide-active {
  box-shadow: 0px 0px 38px -10px #7c96d5;
}
.swiper-box .swiper-c .swiper-button-prev,
.swiper-box .swiper-c .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/arrowhead_left2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-box .swiper-c .swiper-button-next,
.swiper-box .swiper-c .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrowhead_right2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-box .swiper-c .swiper-horizontal > .swiper-pagination-bullets,
.swiper-box .swiper-c .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-box .swiper-c .swiper-pagination-custom,
.swiper-box .swiper-c .swiper-pagination-fraction {
  bottom: 0;
}
.swiper-box .swiper-c-v .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-box .swiper-c-v:hover .video-btn {
  opacity: 1;
}
.swiper-box .swiper-video-top .swiper-button-next,
.swiper-box .swiper-video-top .swiper-rtl .swiper-button-prev,
.swiper-box .swiper-video-top .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 6.5%;
  height: 100%;
  background-color: #e6ffee;
}
.swiper-box .swiper-video-top .swiper-button-next,
.swiper-box .swiper-video-top .swiper-rtl .swiper-button-prev {
  right: 0;
  background-image: url(../images/arrowhead_right1.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
}
.swiper-box .swiper-video-top .swiper-button-prev,
.swiper-box .swiper-video-top .swiper-rtl .swiper-button-next {
  left: 0;
  background-image: url(../images/arrowhead_left1.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
}
.swiper-box .swiper-button-next:after,
.swiper-box .swiper-rtl .swiper-button-prev:after,
.swiper-box .swiper-button-prev:after,
.swiper-box .swiper-rtl .swiper-button-next:after {
  font-size: 0 !important;
}
.pop-box {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
}
.pop-box .mask {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.pop-box .close {
  position: absolute;
  right: 40px;
  top: 20px;
  width: 40px;
  height: 40px;
  z-index: 4;
  cursor: pointer;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}
.pop-box .pop-img {
  position: relative;
  z-index: 1;
}
.wrap-ab {
  position: absolute;
}
.wrap-re {
  position: relative;
}
.wrap-ab,
.wrap-re {
  top: 0;
  left: 50%;
  min-height: 100px;
}
.player-text {
  background-image: url(../images/text-bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  text-align: left;
  color: #fff;
  font-family: FZLTHJW-X;
}
.player-wrap {
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  background-color: #000;
}
.player-wrap .player-in {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  background-color: #636363;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #177145;
}
.swiper-box1 {
  background: #fff;
}
.swiper1.swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
.swiper1 .swiper-slide {
  text-align: center;
  margin-top: 0 !important;
  height: calc((100% - 30px) / 2) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper1 .swiper-slide a {
  width: 100%;
}
.swiper1 .swiper-slide .focus-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 0px 18px -10px #7c96d5;
}
.swiper1 .swiper-slide .focus-img img {
  width: 100%;
}
.swiper1 p {
  padding: 2px;
  font-family: 'FZLTHJW-X';
  text-indent: 0;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper1 a:hover {
  opacity: 0.9;
}
.swiper1 a:hover p {
  font-weight: bold;
}
.news-box {
  position: relative;
}
.news-box ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.news-box ul li {
  width: 46%;
}
.news-box ul li p {
  text-indent: 0%;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-box ul li .li-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.news-box ul li .li-box .li-l {
  position: relative;
}
.news-box ul li .li-box .li-r img {
  width: 100%;
  overflow: hidden;
}
.news-box ul li .li-box p {
  overflow: hidden;
  color: #363636;
  font-family: "FZLTCHJW-C";
}
.news-box ul li .li-box a {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 0;
  background: #1c8b54;
  color: #fff;
  text-align: center;
}
.news-box ul li .li-box a .news-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  overflow: hidden;
  background: url(../images/arrowhead.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
}
.news-box ul li .news-bottom {
  position: relative;
  display: block;
  background: url(../images/news-bg.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  overflow: hidden;
}
.news-box ul li .news-bottom p {
  font-family: 'FZLTCHJW-C';
}
.news-box ul li .news-bottom .arrow {
  position: absolute;
  display: block;
  top: 50%;
  overflow: hidden;
  background: url(../images/arrowhead.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
}
.news-box .line-lengthways {
  position: absolute;
}
/*滚动条*/
.roll-box {
  width: 90%;
}
.roll-c .mCSB_scrollTools,
.roll-c .mCSB_draggerRail {
  margin-top: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.roll-c img {
  display: block;
  margin: 0 auto;
  width: 88%;
}
.mCSB_dragger:hover {
  cursor: pointer;
}
.mCSB_draggerRail {
  overflow: hidden;
}
.mCSB_dragger_bar {
  cursor: pointer;
}
/*end*/
.x-title {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  html,
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
.bg-pc {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.bg-pc.bg-pc-b {
  background-image: url(../images/images_pc/bg_pc_02.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
h2 {
  height: 116px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
h2 img {
  height: 116px;
}
.wrap-ab,
.wrap-re {
  margin-left: -600px;
  width: 1200px;
}
.content {
  padding-bottom: 120px;
}
.player-box {
  margin: 0 39px 10px;
}
.player-box .player-text {
  padding: 20px 30px;
  height: 40px;
  line-height: 40px;
  font-size: 36px;
}
.player-wrap {
  width: 100%;
  height: 480px;
}
.player-pop {
  width: 800px;
  height: 400px;
}
.swiper-box1,
.news-box {
  box-shadow: 0px 0px 38px -10px #7c96d5;
}
.swiper-box {
  margin: 0 39px;
}
.swiper-box.swiper-box1 {
  padding: 56px 62px 30px 62px;
  width: 1000px;
  border-radius: 1px 1px 30px 30px;
}
.swiper-box.swiper-box1 .swiper-wrapper {
  padding-bottom: 45px;
}
.swiper-box .swiper-video-top {
  padding: 25px 6.5%;
  border: 2px solid #44c96b;
  background: #e6ffee;
}
.swiper-box .swiper-video-top .swiper-slide {
  cursor: pointer;
  border-bottom: 2px solid #000;
}
.swiper-box .swiper-video-top .swiper-slide.active {
  border-bottom: 2px solid #b80101;
}
.swiper-box .swiper-c {
  padding: 0 80px 35px;
}
.swiper-box .swiper-c .swiper-button-prev,
.swiper-box .swiper-c .swiper-container-rtl .swiper-button-next,
.swiper-box .swiper-c .swiper-button-next,
.swiper-box .swiper-c .swiper-container-rtl .swiper-button-prev {
  width: 40px;
  height: 60px;
}
.swiper-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper1-pc {
  padding: 15px 39px 30px;
}
.swiper1-pc .swiper-slide {
  margin-bottom: 15px;
}
.swiper1-pc p {
  height: 60px;
  margin: 10px 0;
  font-size: 24px;
  line-height: 30px;
}
.news-box {
  margin: 20px 39px;
  padding: 30px;
  border-radius: 30px;
}
.news-box.news-box1 {
  padding: 20px 0;
}
.news-box li {
  width: 46%;
  margin: 24px 0;
}
.news-box li .li-l {
  position: relative;
  width: 42%;
}
.news-box li .li-r {
  width: 55%;
}
.news-box li .li-r img {
  border-radius: 15px;
}
.news-box li p {
  font-size: 26px;
  line-height: 34px;
}
.news-box li a {
  width: 88%;
  font-size: 22px;
  line-height: 34px;
  border-radius: 50px;
}
.news-box li a .more {
  padding-right: 30px;
}
.news-box li a .news-arrow {
  margin-left: 42px;
  margin-bottom: 6px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
.news-box li .news-bottom {
  padding: 16px 20px;
  vertical-align: middle;
  min-height: 72px;
  border-radius: 20px;
}
.news-box li .news-bottom p {
  margin: 2px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-box li .news-bottom .arrow {
  top: 50%;
  right: 20px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
}
.news-box.news-box-b {
  margin-top: 0;
}
.news-box.news-box-b li {
  margin: 12px 0;
}
.news-box .roll2 li {
  margin: 16px 0;
}
.line-lengthways {
  top: 40px;
  bottom: 30px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  background: url(../images/dotted.png) repeat-y;
  background-size: 100% auto;
}
.straight-matter {
  position: relative;
  z-index: 2;
}
.straight-matter .straight-matter-in {
  position: relative;
  z-index: 1;
}
.straight-matter .item-box {
  margin-top: 50px;
}
.straight-matter .content-bg {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
}
.straight-matter .t-bg {
  padding: 22px 20px;
}
.straight-matter .item {
  padding-top: 40px;
  padding-bottom: 40px;
}
.straight-matter .item:first-child {
  padding-top: 0;
}
.straight-matter .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.straight-matter .item .i-title {
  font-size: 0;
  color: transparent;
  text-align: center;
}
.straight-matter .item .i-content {
  position: relative;
}
.straight-matter .item .i-content .i-img {
  float: left;
  margin-right: 15px;
  padding: 6px;
  width: 26%;
  border: 1px solid #83b1c2;
  border-radius: 15px;
  overflow: hidden;
}
.straight-matter .item .i-content .i-img img {
  width: 100%;
  border-radius: 15px;
}
.straight-matter .item .i-content .i-text {
  float: right;
  width: 69%;
  height: 100%;
}
.straight-matter .item .i-content .i-text p {
  margin: 8px 0;
}
.straight-matter .item .i-content a {
  margin-right: 10px;
  float: right;
  padding: 8px 26px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  background: #22779c;
  font-style: italic;
  color: #fff;
  box-shadow: 0px 4px 10px 2px #83b1c2;
}
.straight-matter .item .i-content a:active,
.straight-matter .item .i-content a:hover {
  background: rgba(34, 119, 156, 0.5);
  box-shadow: 0px 4px 10px 2px #a0b1b7;
}
.pop-img {
  width: 800px;
  height: 570px;
  overflow-y: auto;
}
.pop-img img {
  width: 100%;
}
.roll-c {
  width: 1200px;
  margin-left: -69px;
}
.roll1 {
  height: 640px;
}
.roll1 .mCSB_scrollTools,
.roll1 .mCSB_draggerRail {
  right: 10px;
  height: 610px;
}
.roll2 {
  height: 435px;
}
.roll2 .mCSB_scrollTools,
.roll2 .mCSB_draggerRail {
  right: 10px;
  height: 410px;
}
.mCSB_container {
  margin: 0 70px;
}
.mCSB_dragger {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background: #8be2b2;
}
.mCSB_dragger,
.mCSB_scrollTools,
.mCSB_draggerRail,
.mCSB_dragger_bar {
  width: 6px;
}
.mCSB_scrollTools {
  right: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  border: 2px solid #65c48f;
}
