﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

/*.imgHoveHide .img1 {
    display: block;
    transform: scale(1);
    transition: all 0.5s;
}*/

.imgHoveHide .img2 {
    display: none;
}

.imgHoveHide:hover .img1 {
    display: none;
    transform: scale(1.05);
}

.imgHoveHide:hover .img2 {
    display: block;
}

.imgbox {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
}
    .imgbox img {
        transform: scale(1);
        transition: all 0.5s;
    }

    .imgbox img:hover {
        transition: all 0.5s;
        transform: scale(1.05);
    }
    
    @media (min-width: 1470px) {
        .container {
    width: 1440px;
    max-width: 1440px;
    padding: 0 15px;
  }
  .container .row {
    margin: 0 -15px;
  }
  .container .row > div {
    padding: 0 15px;
  }
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.slick-dots li button {
  display: none;
}
.slick-track {
  margin-left: unset;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
:root {
  scroll-behavior: unset;
}
.box-searchbox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container .close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 10px;
  color: #fff;
}
.box-searchbox .container p {
  width: 100%;
  margin-bottom: 50px;
  padding: unset;
  animation: zoomIn 1s 0s ease both;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.box-searchbox .container form {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.box-searchbox .container form input {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  height: 60px;
  width: 90%;
}
.box-searchbox .container form button {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
}
.box-searchbox .container form button i {
  color: #fff;
  font-size: 24px;
}
.icon {
  line-height: 1;
}
.icon i {
  line-height: 1;
}
.slick-slide {
  font-size: 0;
  border: unset !important;
}
@media (max-width: 1199px) {
  .fancybox-slide > * {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide .item > div {
  overflow: hidden;
  display: block;
}
.banner .swiper-slide .item .img-box {
  width: 100%;
  padding-bottom: 39.0625%;
}
.banner .swiper-slide .item .img-box img {
  width: 100%;
  transform: scale(1.1);
  transition: all 5s;
}
.banner .swiper-slide-active .item .img-box img {
  transform: scale(1);
}
.banner #video-id_fluid_controls_container {
  display: none;
}
.banner .banner-video-box {
  display: block;
  padding-bottom: 39.0625%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner .banner-video-box .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-video-box .fluid_initial_play {
  background-color: #005646 !important;
}
.banner .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e628';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner .banner-button-prev,
.banner .banner-button-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.banner .banner-button-prev i,
.banner .banner-button-next i {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 1199px) {
  .banner .banner-button-prev i,
  .banner .banner-button-next i {
    font-size: 18px;
  }
}
.banner .banner-button-prev {
  left: 50px;
}
@media (max-width: 1199px) {
  .banner .banner-button-prev {
    left: 10px;
  }
}
.banner .banner-button-next {
  right: 50px;
}
@media (max-width: 1199px) {
  .banner .banner-button-next {
    right: 10px;
  }
}
.banner .mouseBox {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .mouseBox .top {
  margin-bottom: 10px;
  width: 28px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: relative;
}
@media (max-width: 767px) {
  .banner .mouseBox .top {
    display: none;
  }
}
@keyframes upDown {
  0% {
    top: 10%;
    height: 8px;
  }
  100% {
    top: 50%;
    height: 14px;
  }
}
.banner .mouseBox .top::before {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 4px;
  background-color: #fff;
  height: 14px;
  border-radius: 20px;
  animation: upDown 1.5s infinite ease-in-out alternate;
}
.banner .mouseBox p {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .banner .mouseBox p {
    font-size: 12px;
  }
}
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    height: 100px;
    background-color: #fff;
    background-image: url(../images/header_bg.png);
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
@media (max-width: 1199px) {
  header {
    height: 60px;
  }
}
header .header {
  height: 100%;
}
header .header .container {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .container .header_l .logo a img {
  width: 23.4375vw;
  height: auto;
}

@media (max-width: 767px) {
    header .header .container .header_l .logo a img {
        width: 67.4375vw;
        height: auto;
    }
}

header .header .container .header_r {
  display: flex;
  align-items: center;
}
header .header .container .header_r > div:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  header .header .container .header_r .menu {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    height: calc(100vh - 60px);
    background-color: #fff;
    overflow: auto;
    display: none;
  }
}
header .header .container .header_r .menu > ul {
  display: flex;
  align-items: center;
  transform: translateY(5px);
}
@media (max-width: 1199px) {
  header .header .container .header_r .menu > ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 12px;
  }
}
header .header .container .header_r .menu > ul > li {
    position: relative;
    letter-spacing: 0.1em;
}
header .header .container .header_r .menu > ul > li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1400px) {
  header .header .container .header_r .menu > ul > li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  header .header .container .header_r .menu > ul > li:not(:last-child) {
    margin-right: unset;
  }
}
@media (max-width: 1199px) {
  header .header .container .header_r .menu > ul > li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
header .header .container .header_r .menu > ul > li .tit {
  padding-bottom: 5px;
  position: relative;
}
@media (max-width: 1199px) {
  header .header .container .header_r .menu > ul > li .tit {
    width: 80%;
  }
}
header .header .container .header_r .menu > ul > li .tit a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
header .header .container .header_r .menu > ul > li .tit::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #005646;
  transition: all 0.5s;
}
header .header .container .header_r .menu > ul > li .switch {
  width: 20%;
  display: none;
}
@media (max-width: 1199px) {
  header .header .container .header_r .menu > ul > li .switch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
header .header .container .header_r .menu > ul > li .switch div {
  width: 20px;
  height: 20px;
  position: relative;
}
header .header .container .header_r .menu > ul > li .switch div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: 0.5s;
}
header .header .container .header_r .menu > ul > li .switch div span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
header .header .container .header_r .menu > ul > li .switchOn div span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
header .header .container .header_r .menu > ul > li .submenu {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: max-content;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1199px) {
  header .header .container .header_r .menu > ul > li .submenu {
    width: 100%;
    opacity: 1;
    transition: unset;
    transform: unset;
    position: unset;
    display: none;
  }
}
header .header .container .header_r .menu > ul > li .submenu > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
header .header .container .header_r .menu > ul > li .submenu > ul > li a {
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
  display: block;
}
header .header .container .header_r .menu > ul > li .submenu > ul > li a:hover {
  color: #005646;
  transform: translateX(3px);
}
header .header .container .header_r .menu > ul > li:hover .tit::before {
  width: 80%;
}
@media (max-width: 1199px) {
  header .header .container .header_r .menu > ul > li:hover .tit::before {
    width: 0;
  }
}
header .header .container .header_r .menu > ul > li:hover .submenu {
  opacity: 1;
  pointer-events: initial;
}
header .header .container .header_r .func {
  display: flex;
  align-items: center;
}
header .header .container .header_r .func .searchBtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #005646;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header .container .header_r .func .searchBtn i {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
header .header .container .header_r .func .mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: none;
}
@media (max-width: 1199px) {
  header .header .container .header_r .func .mobilenavBTN {
    display: block;
    margin-left: 20px;
  }
}
header .header .container .header_r .func .mobilenavBTN .BTN {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header .container .header_r .func .mobilenavBTN .BTN span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #000;
  transition: all 0.3s;
}
header .header .container .header_r .func .mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}
header .header .container .header_r .func .mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #005646;
}
header .header .container .header_r .func .mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}
header .header .container .header_r .func .mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}
header .header .container .header_r .func .mobilenavBTN .active span:nth-child(2) {
  display: none;
}
main {
    margin-top: 100px;
}
main .index_box {
    padding: 70px 0;
}
@media (max-width: 1199px) {
    main {
        margin-top: 60px;
    }
  main .index_box {
    padding: 20px 0;
  }

    header .header .container .header_r img {
        display: none;
    }
}
@media (max-width: 991px) {
    main {
        margin-top: 60px;
    }
  main .index_box {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
    main {
        margin-top: 60px;
    }
  main .index_box {
    padding: 0px 0;
  }
}
main .index_tit {
  position: relative;
  width: max-content;
}
@media (max-width: 1199px) {
  main .index_tit {
    margin-bottom: 20px !important;
  }
}
main .index_tit .CN {
  position: relative;
  z-index: 10;
}
main .index_tit .CN p {
  font-size: 46px;
  color: #332c2b;
  font-weight: bold;
}
@media (max-width: 1400px) {
  main .index_tit .CN p {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  main .index_tit .CN p {
    font-size: 32px;
  }
}
main .index_tit .CN p span {
  color: #005646;
}
main .index_tit .EN {
  position: absolute;
  bottom: -25%;
  left: 5%;
}
main .index_tit .EN p {
  font-weight: bold;
  white-space: nowrap;
  -webkit-text-stroke: 2px #eee;
  font-size: 46px;
  font-style: italic;
  color: transparent;
}
@media (max-width: 1400px) {
  main .index_tit .EN p {
    font-size: 32px;
  }
}
main .index_news {
  /*background: url(../images/index_news_bg.jpg) no-repeat;
  background-position: center;
  background-size: 85%;*/
}
main .index_news .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  main .index_news .head {
    flex-direction: column;
  }
}
main .index_news .head .index_tit {
  margin-bottom: 10px;
}
main .index_news .head .index_news_menu {
  display: flex;
  align-items: center;
}
main .index_news .head .index_news_menu ul {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 767px) {
  main .index_news .head .index_news_menu ul {
    margin-right: 5px;
  }
}
main .index_news .head .index_news_menu ul li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  main .index_news .head .index_news_menu ul li:not(:last-child) {
    margin-right: 10px;
  }
}
main .index_news .head .index_news_menu ul li .item {
  padding:0.52vw 2.34vw;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .index_news .head .index_news_menu ul li .item {
    padding: 5px;
  }
}
main .index_news .head .index_news_menu ul li .item p {
  font-size: 20px;
  color: #000;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  main .index_news .head .index_news_menu ul li .item p {
    font-size: 14px;
  }
}
main .index_news .head .index_news_menu ul .active .item {
  background-color: #005646;
}
main .index_news .head .index_news_menu ul .active .item p {
  color: #fff;
}
main .index_news .head .index_news_menu .more a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
main .index_news .head .index_news_menu .more a span {
  white-space: nowrap;
  margin-right: 5px;
  color: #000;
  font-size: 16px;
}
@media (max-width: 767px) {
  main .index_news .head .index_news_menu .more a span {
    font-size: 14px;
  }
}
main .index_news .main > ul {
  height: max-content;
}
main .index_news .main > ul > li {
  padding: 20px 0;
  transition: all 0.5s;
}
main .index_news .main > ul > li:nth-child(n+2) {
  display: none;
}
main .index_news .main > ul > li > .item .timeBox {
  width: max-content;
  display: flex;
  flex-direction: column;
}
main .index_news .main > ul > li > .item .timeBox .t {
  text-align: center;
  font-size: 46px;
  color: #8b8b8c;
  line-height: 1;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
    main .index_news .head .index_news_menu ul li:not(:last-child) {
        margin-right: 1px;
    }
    main .index_news .head .index_news_menu .more a span {
        font-size: 10px;
    }
    main .index_news .head .index_news_menu ul li .item p {
        font-size:14px;
    }
  main .index_news .main > ul > li > .item .timeBox .t {
    font-size: 32px;
  }
}
main .index_news .main > ul > li > .item .timeBox .b {
  font-size: 24px;
  color: #8b8b8c;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  main .index_news .main > ul > li > .item .timeBox .b {
    font-size: 16px;
  }
}
main .index_news .main > ul > li > .item .top {
  margin-bottom: 20px;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_l {
  position: relative;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_l .slick-dots {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_l .slick-dots li {
  transition: all 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_l .slick-dots li:not(:last-child) {
  margin-right: 5px;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_l .slick-dots .slick-active {
  background-color: #fff;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_l .img-box {
  padding-bottom: 61.33333333%;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r {
  height: 100%;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r > div {
  height: 100%;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r > div > div {
  height: 100%;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r > div > div > div {
  height: 100%;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r > div > div > div > div {
  height: 100%;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r > div > div > div > div > div {
  height: 100%;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r > div > div > div > div > div > div {
  height: 100%;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item {
  display: flex;
  align-items: center;
  height: 100%;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .timeBox {
  padding: 20px;
  flex-shrink: 0;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox {
  padding: 20px;
  position: relative;
}
@media (max-width: 1400px) {
  main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox {
    padding: 10px;
  }
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  background-color: #eee;
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox .tit {
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox .tit {
    margin-bottom: 10px;
  }
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox .tit p {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1400px) {
  main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox .tit p {
    font-size: 18px;
  }
}
main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox .intro p {
  color: #8b8b8c;
  font-size: 16px;
  line-height: 2;
  text-align:justify;
}
@media (max-width: 1400px) {
  main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox .intro p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  main .index_news .main > ul > li > .item .top .slick_index_newsBox_r .item .infoBox .intro p {
    font-size: 12px;
    line-height: 1.5;
  }
}
main .index_news .main > ul > li > .item .bottom {
  width: 100%;
}
@media (max-width: 1199px) {
  main .index_news .main > ul > li > .item .bottom {
    display: none;
  }
}
main .index_news .main > ul > li > .item .bottom ul {
  display: flex;
  align-items: stretch;
  height: auto;
}
main .index_news .main > ul > li > .item .bottom ul li {
  width: 33.33%;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
}
main .index_news .main > ul > li > .item .bottom ul li:first-child {
  border-left: 2px solid #eee;
}
    main .index_news .main > ul > li > .item .bottom ul li .item {
        width: 100%;
        padding: 20px;
        /*background: url(../images/index_news_item_bg.jpg) no-repeat;*/
        background-color: #009f75;
        background-size: cover;
        height: 100%;
        position: relative;
    }
main .index_news .main > ul > li > .item .bottom ul li .item::before {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
}
main .index_news .main > ul > li > .item .bottom ul li .item .timeBox {
  position: relative;
  z-index: 2;
}
main .index_news .main > ul > li > .item .bottom ul li .item .tit {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  main .index_news .main > ul > li > .item .bottom ul li .item .tit {
    margin-bottom: 5px;
  }
}
main .index_news .main > ul > li > .item .bottom ul li .item .tit p {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  main .index_news .main > ul > li > .item .bottom ul li .item .tit p {
    font-size: 18px;
  }
}
main .index_news .main > ul > li > .item .bottom ul li .item .intro {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  main .index_news .main > ul > li > .item .bottom ul li .item .intro {
    margin-bottom: 10px;
  }
}
main .index_news .main > ul > li > .item .bottom ul li .item .intro p {
  font-size: 14px;
  line-height: 2;
  color: #8b8b8c;
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 3;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  transition: all 0.5s;
  text-align:justify;
}
main .index_news .main > ul > li > .item .bottom ul li .item .more {
  display: flex;
  align-items: center;
  color: #005646;
  font-size: 16px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
main .index_news .main > ul > li > .item .bottom ul li .item .more span {
  margin-left: 10px;
  font-size: 16px;
  transition: all 0.5s;
}
main .index_news .main > ul > li > .item .bottom ul li .item:hover::before {
  opacity: 0;
}
main .index_news .main > ul > li > .item .bottom ul li .item:hover .tit p {
  color: #fff;
}
main .index_news .main > ul > li > .item .bottom ul li .item:hover .intro p {
  color: #fff;
}
main .index_news .main > ul > li > .item .bottom ul li .item:hover .more {
  color: #fff;
}
main .index_news .main > ul > li > .item .bottom ul li .item:hover .more span {
  color: #fff;
}
main .index_news .main > ul > li > .item .bottom ul li .item:hover .timeBox .t {
  color: #fff;
}
main .index_news .main > ul > li > .item .bottom ul li .item:hover .timeBox .b {
  color: #fff;
}
main .index_busniss {
  position: relative;
  overflow: hidden;
}
main .index_busniss .bgBox {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  filter: blur(10px);
}
main .index_busniss .bgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
main .index_busniss .head {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  main .index_busniss .head {
    margin-bottom: 30px;
  }
}
main .index_busniss .main .top {
  padding: 1.5625vw;
  background-color: rgba(0, 86, 70, 0.5);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  main .index_busniss .main .top {
    display: none;
  }
}
main .index_busniss .main .top .tit {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
main .index_busniss .main .top .tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #fff;
}
main .index_busniss .main .top .tit p {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
    main .index_busniss .main .top .intro p {
        font-size: 18px;
        color: #fff;
        display: -webkit-box;
        /* 设置为WebKit内核的弹性盒子模型 */
        -webkit-box-orient: vertical;
        /* 垂直排列 */
        /*-webkit-line-clamp: 3;*/
        /* 限制显示两行 */
        overflow: hidden;
        /* 隐藏超出范围的内容 */
        text-overflow: ellipsis;
        min-height: 8vw;
        text-align:justify;
    }
main .index_busniss .main .hover0 {
  padding: 1.5625vw 4.6875vw 1.5625vw 31.25vw;
}
main .index_busniss .main .hover1 {
  padding: 1.5625vw 4.6875vw 1.5625vw 45.25vw;
}
main .index_busniss .main .hover2 {
  padding: 1.5625vw 44.6875vw 1.5625vw 1.25vw;
}
@media (max-width: 1400px) {
    main .index_busniss .main .hover2 {
        padding: 1.5625vw 51.6875vw 1.5625vw 1.25vw;
    }
}
main .index_busniss .main .hover3 {
  padding: 1.5625vw 29.6875vw 1.5625vw 1.25vw;
}
@media (max-width: 1400px) {
    main .index_busniss .main .hover3 {
        padding: 1.5625vw 35.6875vw 1.5625vw 1.25vw;
    }
}
main .index_busniss .main .pic_list {
  display: flex;
  align-items: flex-end;
  margin-top: -18.625vw;
}
@media (max-width: 1199px) {
  main .index_busniss .main .pic_list {
    margin-top: unset;
  }
}
main .index_busniss .main .pic_list ul {
  display: flex;
  align-items: flex-end;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  main .index_busniss .main .pic_list ul {
    flex-wrap: wrap;
    margin: 0 7px;
  }
}
main .index_busniss .main .pic_list ul li {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  main .index_busniss .main .pic_list ul li {
    width: 50% !important;
    margin-bottom: 10px;
    padding: 0 7px;
  }
}
main .index_busniss .main .pic_list .item {
  width: 13.4375vw;
  height: 17.4479vw;
  position: relative;
}
@media (max-width: 1199px) {
  main .index_busniss .main .pic_list .item {
    width: 100% !important;
    height: auto !important;
  }
}
main .index_busniss .main .pic_list .item > img, 
main .index_busniss .main .pic_list .item > a > img {
        width: 100%;
        height: 100%;
    }
main .index_busniss .main .pic_list .item .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 30;
}
main .index_busniss .main .pic_list .item .tit img {
  width: 26px;
  height: auto;
  transition: all 0.5s;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  main .index_busniss .main .pic_list .item .tit img {
    width: 26px !important;
  }
}
main .index_busniss .main .pic_list .item .tit p {
  transition: all 0.5s;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  main .index_busniss .main .pic_list .item .tit p {
    font-size: 18px !important;
  }
}
main .index_busniss .main .pic_list .active {
  width: 28.4375vw;
  height: 36.9271vw;
}
main .index_busniss .main .pic_list .active .tit img {
  width: 32px;
}
main .index_busniss .main .pic_list .active .tit p {
  font-size: 22px;
}
main .index_infomation .head {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .index_infomation .head {
    margin-bottom: 20px;
  }
}
main .index_infomation .head .index_infomation_menu ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  main .index_infomation .head .index_infomation_menu ul {
    flex-wrap: wrap;
  }
}
main .index_infomation .head .index_infomation_menu ul li {
  border-top: 1px solid #005646;
  border-bottom: 1px solid #005646;
  border-right: 1px solid #005646;
  width: 25%;
}
@media (max-width: 767px) {
  main .index_infomation .head .index_infomation_menu ul li {
    width: 50%;
    border: 1px solid #005646;
  }
}
main .index_infomation .head .index_infomation_menu ul li:nth-child(1) {
  border-left: 1px solid #005646;
}
    main .index_infomation .head .index_infomation_menu ul li .item {
        display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
        cursor: pointer;
        transition: all 0.5s;
}
@media (max-width: 1410px) {
  main .index_infomation .head .index_infomation_menu ul li .item {
    padding: 10px 5px;
  }
}
        main .index_infomation .head .index_infomation_menu ul li .item i {
  margin-right: 10px;
            color: #999;
            font-size: 20px;
            transition: all 0.5s;

   


}

main .index_infomation .head .index_infomation_menu ul li .item span {
  color: #332c2b;
  font-size: 18px;
  transition: all 0.5s;
}
@media (max-width: 1410px) {
  main .index_infomation .head .index_infomation_menu ul li .item span {
    font-size: 14px;
  }
}
/*main .index_infomation .head .index_infomation_menu ul li:hover .item {
  background-color: #005646;
}
main .index_infomation .head .index_infomation_menu ul li:hover .item i,
main .index_infomation .head .index_infomation_menu ul li:hover .item span {
  color: #fff;
}*/
main .index_infomation .head .index_infomation_menu ul li.active .item {
    background-color: #005646;
}
main .index_infomation .head .index_infomation_menu ul li.active .item i,
main .index_infomation .head .index_infomation_menu ul li.active .item span {
    color: #fff;
}
main .index_infomation .main > ul > li:nth-child(n+2) {
  display: none;
}
main .index_infomation .main > ul > li .tit {
    margin-bottom: 10px;
}
    main .index_infomation .main > ul > li .tit p {
        font-weight: bold;
        font-size: 18px;
        display: -webkit-box;
        width: 530px;
        height: 54px;
        /* 设置为WebKit内核的弹性盒子模型 */
        -webkit-box-orient: vertical;
        /* 垂直排列 */
        -webkit-line-clamp: 2;
        /* 限制显示两行 */
        overflow: hidden;
        /* 隐藏超出范围的内容 */
        text-overflow: ellipsis;
        color: #000;
    }

main .index_infomation .main > ul > li .intro p {
    font-size: 16px;
    color: #8b8b8c;
    display: -webkit-box;
    width: 513px;
    /*height: 48px;*/
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 4;
    /* 限制显示两行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    text-align:justify;
}
@media (max-width: 1400px) {

    main .index_busniss .main .top .intro p {
        font-size: 18px;
        color: #fff;
        display: -webkit-box;
        /* 设置为WebKit内核的弹性盒子模型 */
        -webkit-box-orient: vertical;
        /* 垂直排列 */
        -webkit-line-clamp: 3;
        /* 限制显示两行 */
        overflow: hidden;
        /* 隐藏超出范围的内容 */
        text-overflow: ellipsis;
        min-height: 8vw;
    }

    main .index_infomation .main > ul > li .tit p {
        -webkit-line-clamp: 1;
        font-size: 16px;
        width: auto;
        height: auto;
    }

    main .index_infomation .main > ul > li .intro p {
        -webkit-line-clamp: 2;
        font-size: 14px;
        width: auto;
        height: auto;
    }
}
main .index_infomation .main > ul > li .hot {
  padding: 40px;
  background-color: #fafafc;
  height: 78%;
}
main .index_infomation .main > ul > li .jxweb1 {
    margin-top:20px;
}

    main .index_infomation .main > ul > li .jxweb1 img {
        width: 276px;
        border-radius: 13px;
        transition: all .5s
    }
        main .index_infomation .main > ul > li .jxweb1 img:hover {
            box-shadow: 5px 5px 10px 0 rgba(0,0,0,.4);
            transform: translateY(-4px);
        }
@media (max-width: 1400px) {
    main .index_infomation .main > ul > li .hot {
        padding: 12px;
    }

    main .index_infomation .main > ul > li .jxweb1 {
        margin-top: 20px;
    }

        main .index_infomation .main > ul > li .jxweb1 img {
            width: 49%;
        }
}
main .index_infomation .main > ul > li .hot .intro {
  margin-bottom: 20px;
}
main .index_infomation .main > ul > li .hot .type {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background: url(../../../assets/app/img/bg2.jpg) 0 0 no-repeat;
    margin-bottom: 20px;
    background-size: cover;
}
@media (max-width: 1400px) {
  main .index_infomation .main > ul > li .hot .type {
    height: 80px;
  }
}
main .index_infomation .main > ul > li .hot .type i {
  color: #005646;
  font-size: 24px;
  margin-right: 10px;
}
main .index_infomation .main > ul > li .hot .type span {
    /*  color: #005646;*/
    font-size: 38px;
    font-weight: bold;
    padding-left: 10px;
}
@media (max-width: 1400px) {
  main .index_infomation .main > ul > li .hot .type span {
    font-size: 20px;
  }
}
main .index_infomation .main > ul > li .hot .more {
    /*  float:right;*/
    margin: -55px 0 0 380px;
    display: flex;
    align-content: center;
    color: #a1a1a1;
    font-size: 16px;
    /*padding: 10px 24px;*/
    /*border: 1px solid #332c2b;*/
    /*width: max-content;*/
}
main .index_infomation .main > ul > li .hot .more p {
  margin-right: 5px;
}
main .index_infomation .main > ul > li .item_list .timeBox {
  width: max-content;
  display: flex;
  flex-direction: column;
}
main .index_infomation .main > ul > li .item_list .timeBox .t {
  text-align: center;
  font-size: 46px;
  color: #8b8b8c;
  line-height: 1;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  main .index_infomation .main > ul > li .item_list .timeBox .t {
    font-size: 32px;
  }
}
main .index_infomation .main > ul > li .item_list .timeBox .b {
  font-size: 24px;
  color: #8b8b8c;
  transition: all 0.5s;
}
main .index_infomation .main > ul > li .item_list ul li {
    padding: 10px 0px 10px 0px;
    position: relative;
}
@media (max-width: 1400px) {
  main .index_infomation .main > ul > li .item_list ul li {
    padding: 5px;
  }
}
main .index_infomation .main > ul > li .item_list ul li:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: 3px;
  background-color: #eee;
}
main .index_infomation .main > ul > li .item_list ul li a {
  display: block;
  position: relative;
}
main .index_infomation .main > ul > li .item_list ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0%;
  background-color: #005646;
  transition: all 0.5s;
}
main .index_infomation .main > ul > li .item_list ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0%;
  background-color: #005646;
  transition: all 0.5s;
}
main .index_infomation .main > ul > li .item_list ul li a .item {
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}
@media (max-width: 1400px) {
  main .index_infomation .main > ul > li .item_list ul li a .item {
    padding: 5px;
  }
}
main .index_infomation .main > ul > li .item_list ul li a .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: #005646;
  transition: all 0.5s;
}
main .index_infomation .main > ul > li .item_list ul li a .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #005646;
  transition: all 0.5s;
}
main .index_infomation .main > ul > li .item_list ul li a .item .timeBox {
  flex-shrink: 0;
  padding: 30px;
}
@media (max-width: 1400px) {
  main .index_infomation .main > ul > li .item_list ul li a .item .timeBox {
    padding: 10px;
  }
}
main .index_infomation .main > ul > li .item_list ul li a .item .infobox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
}
    main .index_infomation .main > ul > li .item_list ul li a .item .infobox .more {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size:1px;
        justify-content: center;
        padding: 10px 20px;
        width: 50px;
        height: 50px;
        margin: 22px 0 0 20px;
        border-radius:50%; transition: all 0.5s;
    }
@media (max-width: 1400px) {
    main .index_infomation .main > ul > li .item_list ul li a .item .infobox .more {
        padding: 6px 12px;
	margin: 22px 0 0 20px;
    }

    main .index_infomation .main > ul > li .hot .more {
        display:none;
    }
}
main .index_infomation .main > ul > li .item_list ul li a .item .infobox .more p {
    transition: all 0.5s;
    display: block;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    height: 0;
    overflow: hidden;
}
@media (max-width: 1400px) {
  main .index_infomation .main > ul > li .item_list ul li a .item .infobox .more p {
    font-size: 14px;
  }
}
main .index_infomation .main > ul > li .item_list ul li a .item .infobox .more i {
  line-height: 1;
  color: #000;
  font-size: 18px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  main .index_infomation .main > ul > li .item_list ul li a .item .infobox .more i {
    font-size: 24px;
  }
}
main .index_infomation .main > ul > li .item_list ul li a:hover::before {
  height: 100%;
}
main .index_infomation .main > ul > li .item_list ul li a:hover::after {
  height: 100%;
}
main .index_infomation .main > ul > li .item_list ul li a:hover .item::before,
main .index_infomation .main > ul > li .item_list ul li a:hover .item::after {
  width: 100%;
}
main .index_infomation .main > ul > li .item_list ul li a:hover .item .infobox .more {
  background-color: #005646;
}
main .index_infomation .main > ul > li .item_list ul li a:hover .item .infobox .more p {
  height: 30px;display:none;
}
main .index_infomation .main > ul > li .item_list ul li a:hover .item .infobox .more i {
  color: #fff;
}
main .index_bottomLink {
  background: url(../images/index_bottomLink_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
main .index_bottomLink .topbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
main .index_bottomLink .topbox .box_tit p {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
main .index_bottomLink .topbox .more a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
}
main .index_bottomLink .topbox .more a span {
  margin-right: 5px;
}
main .index_bottomLink .container > .row > div:not(:last-child) {
  margin-bottom: 30px;
}
main .index_bottomLink .tripBox img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  main .index_bottomLink .tripBox .row {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  main .index_bottomLink .tripBox .row > div {
    margin-bottom: 5px;
    padding: 0 7px;
  }
}
main .index_bottomLink .videoBox .slick-indexbottomVideo .img-box {
  padding-bottom: 65.50218341%;
  cursor: pointer;
}
main .index_bottomLink .videoBox .slick-indexbottomVideo .img-box:hover img {
  transform: scale(1.02);
}
main .index_bottomLink .subjectBox {
  height: 100%;
}
main .index_bottomLink .subjectBox .slick-indexbottomsubject .slick-slide {
  padding: 3px 0;
}
main .index_bottomLink .subjectBox .slick-indexbottomsubject .img-box {
  padding-bottom: 31.50984683%;
}
    main .index_bottomLink .highWayBox .slick-highWayBox {
        height: 294px;overflow:hidden;
    }
    main .index_bottomLink .highWayBox .slick-highWayBox .slick-list {
        margin: 0 -12px;
    }
main .index_bottomLink .highWayBox .slick-highWayBox .slick-slide {
  padding: 0 12px;
}
main .index_bottomLink .highWayBox .slick-highWayBox .img-box {
  padding-bottom: 140.1826484%;
}

    main .index_bottomLink .highWayBox .slick-highWayBox img{
        height:294px;
    }

    main .index_bottomLink .blogroll .main > ul {
        display: flex;
        align-items: stretch;
        height: auto;
        background-color: rgba(255, 255, 255);
        opacity: 0.7;
        padding: 15px;
    }
main .index_bottomLink .blogroll .main > ul > li {
  width: 20%;
  position: relative;
}
main .index_bottomLink .blogroll .main > ul > li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #8b8b8c;
}
    main .index_bottomLink .blogroll .main > ul > li > select {
        background-color: rgba(255, 255, 255);
        font-size:16px;
        text-align:center;
        width:90%;
    }
        main .index_bottomLink .blogroll .main > ul > li > select > option:first-child {
            color: #808080;
        }
        main .index_bottomLink .blogroll .main > ul > li > .tit {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 3px;
        }
.tit-link {
    display: none;
    position:absolute;z-index:999;
}
main .index_bottomLink .blogroll .main > ul > li > .tit p {
        color: #000;
        font-size: 16px;
        margin-right: 5px;
    }
main .index_bottomLink .blogroll .main > ul > li > .tit i {
  font-size: 14px;
}

main .index_bottomLink .blogroll .main > ul > .li:hover  .tit-link {
    display: block;
}

    main .index_bottomLink .blogroll .main > ul > li > ul > li:not(:last-child) {
        margin-bottom: 5px;
    }
main .index_bottomLink .blogroll .main > ul > li > ul > li > a {
  color: #332c2b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.topico {
    background: url(../img/cxfw_bg1.png) 0 0 no-repeat;
    height: 31px;
    width: 133px;
    position: absolute;
    top: 100px;
    left: 10px;
    background-size: cover;
}
.topico2 {
    background: url(../img/cxfw_bg2.png) 0 0 no-repeat;
    background-size: cover;
}

.topico3 {
    background: url(../img/cxfw_bg3.png) 0 0 no-repeat;
    background-size: cover;
}
    footer {
        background: url(../images/footer_bottom.jpg) no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
footer .footer {
  padding: 40px 0;
}
footer .footer .linkList {
  margin-bottom: 20px;
}
footer .footer .linkList ul {
  display: flex;
  align-items: center;
}
footer .footer .linkList ul li {
  padding-right: 10px;
  position: relative;
  padding-left: 10px;
}
footer .footer .linkList ul li:first-child {
  padding-left: unset;
}
footer .footer .linkList ul li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #fff;
}
footer .footer .linkList ul li a {
  color: #fff;
  font-size: 16px;
}
footer .footer .copyRight {
  margin-bottom: 10px;
}
footer .footer .copyRight p {
  color: #fff;
  font-size: 14px;
}
footer .footer .beian a {
  color: #fff;
  font-size: 14px;
}
footer .footer .footer-r {
  display: flex;
  align-content: center;
}
footer .footer .footer-r .logo {
  padding-right: 20px;
  position: relative;
  display: flex;
  align-content: center;
}
footer .footer .footer-r .logo::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100px;
  background-color: #fff;
}
footer .footer .footer-r .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
footer .footer .footer-r .Qrcode {
  padding-left: 20px;
}
div.booknum {
    width: 140px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    z-index: 23;
    position: relative;
    right: -63px;
    top: 250px;
    text-align: center;
    box-shadow: 4px 3px 3px rgba(255,255,255,0.7);
}

@media (max-width: 1400px) {
    .topico {
        top: 73px;
    }
    main .index_bottomLink .blogroll .main > ul > li > select {
        font-size:10px;
    }
        div .booknum {
        right: -18px;
        top: 233px;
    }

    main .index_bottomLink .blogroll .main > ul {
        margin-bottom:10px;
    }

}

.intro p {
    text-indent: 2em;
}




