@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
}

a {
  background: transparent;
  text-decoration: none;
  color: #333;
}

a:active, a:hover {
  outline: 0;
}

a:hover {
  color: #1b9866;
}

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

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

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

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

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

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hidden {
  display: none;
}

.b {
  font-weight: bold;
}

.img_100 img {
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1400px;
}
.container-mt {
  margin-top: 30px;
}
.container-mb {
  margin-bottom: 50px;
}
.container-auto {
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container-100 {
  width: 100%;
}
.container-90 {
  max-width: 1800px;
  min-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container-aside {
  float: left;
  width: 220px;
}
.container-body {
  margin-left: 260px;
}

.top_line {
  width: 100%;
  height: 10px;
  background-color: #1b9866;
  position: relative;
}
.top_line-txt {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #1b9866;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 0 0 5px 5px;
}
.top_line-txt a {
  color: #fff;
  font-size: 14px;
  margin: 0 3px;
}

.header-fixed {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header-fixed.scroll-to-fixed-fixed .header .container {
  padding: 10px 0;
}
.header-fixed.scroll-to-fixed-fixed .header .container .logo {
  height: 90px;
}

.header {
  width: 100%;
  background-color: #fff;
}
.header .container {
  transition: all 200ms;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .logo {
  transition: all 200ms;
  height: 100px;
}
.header .logo img {
  height: 100%;
}
.header .search .search-input {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.header .search .search-input input {
  display: inline-block;
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  line-height: 34px;
  padding: 0 10px;
  outline: none;
  box-sizing: border-box;
  vertical-align: top;
}
.header .search .search-input a {
  display: inline-block;
  width: 80px;
  background: #1b9866;
  color: #fff;
  line-height: 36px;
  border-radius: 0 5px 5px 0;
  text-align: center;
}
.header .toggle {
  position: absolute;
  border: 0 none;
  top: 0.1rem;
  right: 0.1rem;
  background-color: transparent;
  border-radius: 0.1rem;
  display: none;
}
.header .toggle .icon-bar {
  display: block;
  width: 0.44rem;
  height: 3px;
  border-radius: 1px;
  background-color: #1b9866;
}
.header .toggle .icon-bar + .icon-bar {
  margin-top: 0.08rem;
}

.nav {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  height: 48px;
  font-size: 0;
  z-index: 100;
  position: relative;
}
.nav .nav-wapper > li {
  display: inline-block;
  position: relative;
  width: 10%;
}
.nav .nav-wapper > li > a {
  text-align: center;
  display: block;
  color: #000;
  position: relative;
  line-height: 48px;
  font-size: 16px;
}
.nav .nav-wapper > li > a:hover {
  background-color: #1b9866;
  color: #fff;
}
.nav .nav-wapper > li .subnav {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #f1f1f1;
  border-radius: 0 0 5px 5px;
  padding: 5px 0;
}
.nav .nav-wapper > li .subnav:after {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background-color: #f1f1f1;
  content: "";
  left: 50%;
  top: -5px;
  transform: rotate(45deg);
}
.nav .nav-wapper > li .subnav > a {
  display: block;
  line-height: 40px;
  color: #333;
  font-size: 15px;
  text-align: center;
}
.nav .nav-wapper > li .subnav > a:hover {
  color: #1b9866;
}

.menu {
  display: none;
}

.banner {
  width: 100%;
  height: 640px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-h360 {
  height: 360px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  height: 100%;
  width: 100%;
}
.banner .swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .swiper-button-next {
  right: 80px !important;
  transform: translate(120px, 0);
  transition: 0.9s;
}
.banner .swiper-button-prev {
  left: 80px !important;
  transform: translate(-120px, 0);
  transition: 0.9s;
}
.banner:hover .swiper-button-next {
  transform: translate(0, 0);
}
.banner:hover .swiper-button-prev {
  transform: translate(0, 0);
}
.banner-btns {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 40px;
  text-align: center;
}
.banner-btns .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1;
}
.banner-btns .swiper-pagination-bullet-active {
  background-color: #1b9866 !important;
}

.subbanner {
  height: 360px;
  background-image: url("../images/subbanner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.subbanner .container {
  height: 100%;
  color: #fff;
}
.subbanner-title {
  top: 50%;
  transform: translateY(-70%);
}
.subbanner-title .line {
  width: 40px;
  height: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.subbanner-title .ch {
  margin-bottom: 20px;
  font-size: 50px;
  letter-spacing: 2px;
  font-family: "黑体", Arial, sans-serif;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.crumbs {
  line-height: 40px;
  color: #333;
}
.crumbs span {
  margin: 0 5px;
}

.aside_box {
  margin-bottom: 30px;
  background-color: #fff;
}
.aside_box:last-child {
  margin-bottom: 0;
}
.aside_box-hd {
  background: #1b9866 url("../images/mod_title-logo.png") no-repeat -60px center;
  background-size: 120px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.aside_box-bd {
  border: 1px solid #eee;
  padding: 10px;
}
.aside_box-news-hd {
  background-color: #1b9866;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
.aside_box-news-hd a {
  color: #fff;
}
.aside_box-news-bd {
  border: 1px solid #eee;
  padding: 10px;
}
.aside_box-news-bd ul li {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.aside_box-news-bd ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: 5px;
  top: 50%;
  background-color: #1b9866;
  margin-top: -2px;
}
.aside_box-news-bd ul li a {
  padding-left: 15px;
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.aside_box-news-bd ul li a.tag-comm:before {
  color: #1b9866;
  margin-right: 5px;
  content: "[推荐]";
  font-size: 15px;
  font-style: normal;
}
.aside-subnav a {
  display: block;
  padding: 15px 12px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  padding-left: 23px;
  position: relative;
}
.aside-subnav a:before {
  display: block;
  content: "";
  width: 3px;
  height: 14px;
  background-color: #1b9866;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}
.aside-subnav a.active {
  background-color: #1b9866;
  color: #fff;
}
.aside-subnav a.active:before {
  background-color: #fff;
}
.aside-subnav a:last-child {
  border-bottom: none;
}

.mod_title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 40px;
  justify-content: space-between;
}
.mod_title-logo:after {
  position: absolute;
  content: "";
  top: -20px;
  left: -100px;
  display: block;
  width: 210px;
  height: 210px;
  background: url("../images/mod_title-logo.png") no-repeat center center;
  background-size: cover;
}
.mod_title-center {
  position: relative;
  justify-content: center;
}
.mod_title-center .mod_title-hd {
  padding-bottom: 10px;
}
.mod_title-center .mod_title-hd:after {
  position: absolute;
  width: 50%;
  height: 2px;
  display: block;
  content: "";
  background-color: #1b9866;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mod_title-center .mod_title-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mod_title-hd {
  position: relative;
}
.mod_title-hd span {
  color: #1b9866;
}
.mod_title-hd.active::after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: #1b9866;
}
.mod_title-tab {
  display: flex;
  align-items: center;
}
.mod_title-tab .mod_title-hd {
  position: relative;
  cursor: pointer;
}
.mod_title-space {
  margin: 0 10px;
  color: #999;
  font-weight: normal;
}
.mod_title-more {
  margin-left: 20px;
  font-size: 16px;
}
.mod_title-more i {
  color: #1b9866;
}
.mod_title-line {
  margin-left: 20px;
  height: 1px;
  flex: 1;
  background-color: #1b9866;
}

.mod_news {
  padding-top: 20px;
  padding-bottom: 60px;
}
.mod_news .mod_title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mod_news-row {
  display: flex;
  justify-content: space-between;
}
.mod_news-row .mod_news-thumbnews {
  width: 40%;
  height: 400px;
}
.mod_news-row .mod_news-lists {
  width: 56%;
}
.mod_news-thumbnews {
  position: relative;
}
.mod_news-thumbnews .swiper-container {
  height: 100%;
}
.mod_news-thumbnews .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.mod_news-thumbnews .swiper-slide a > img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.mod_news-thumbnews .swiper-slide a > div {
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 10px;
}
.mod_news-thumbnews .swiper-slide a > div > p {
  display: block;
  line-height: 40px;
  height: 40px;
  color: #fff;
  margin-right: 150px;
}
.mod_news-thumbnews .thumbnews-pagination {
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 3;
}
.mod_news-thumbnews .thumbnews-pagination-box .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 0;
  margin: 0 5px;
  opacity: 1;
}
.mod_news-thumbnews .thumbnews-pagination-box .swiper-pagination-bullet-active {
  background-color: #1b9866;
}
.mod_news-recomm {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  height: 90px;
  box-sizing: border-box;
  padding-right: 20px;
}
.mod_news-recomm a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  color: #1b9866;
}
.mod_news-recomm p {
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #999;
}
.mod_news-recomm .recomm-pagination {
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 3;
}
.mod_news-recomm .recomm-pagination-box .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 0;
  margin: 0 5px;
  opacity: 1;
}
.mod_news-recomm .recomm-pagination-box .swiper-pagination-bullet-active {
  background-color: #1b9866;
}
.mod_news-new ul li {
  line-height: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mod_news-new ul li a {
  flex: 1;
  line-height: 36px;
  font-size: 18px;
  height: 36px;
}
.mod_news-new ul li span {
  margin-left: 10px;
  color: #999;
  font-size: 14px;
}

.mod_info {
  background-color: #f4f4f4;
  padding: 60px 0;
}
.mod_info .mod_title {
  margin-bottom: 20px;
}
.mod_info-row {
  display: flex;
  justify-content: space-between;
}
.mod_info-row .row-grid {
  width: 47%;
}

.mod_about {
  background: url("../images/index-about-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.mod_about-row {
  display: flex;
  justify-content: space-between;
}
.mod_about-pic {
  width: 45%;
}
.mod_about-pic img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.mod_about-info {
  flex: 1;
  margin-left: 50px;
}
.mod_about-info .info-logo {
  height: 60px;
  margin-bottom: 30px;
}
.mod_about-info .info-logo img {
  height: 100%;
}
.mod_about-info .info-content {
  line-height: 1.8;
}
.mod_about-info .info-content p {
  margin-bottom: 10px;
  text-indent: 2em;
}
.mod_about-info .info-content a {
  float: right;
  display: block;
  margin-top: 20px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #1b9866;
  color: #fff;
}
.mod_about-num {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.mod_about-num dl {
  width: 25%;
  text-align: center;
}
.mod_about-num dl dt {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.mod_about-num dl dd {
  margin-top: 10px;
  color: #1b9866;
  font-size: 20px;
}

.mod_pics {
  margin-top: 80px;
}
.mod_pics-hd {
  margin-bottom: 60px;
}
.mod_flink {
  margin-top: 40px;
  margin-bottom: 50px;
}

.list-box-row3 {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  float: left;
}
.list-box-row3:nth-child(3n) {
  margin-right: 0;
}

.list-box-row2 {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 40px;
  float: left;
}
.list-box-row2:nth-child(2n) {
  margin-right: 0;
}

.list-zsjy {
  display: flex;
  justify-content: space-evenly;
}
.list-zsjy li {
  width: 30%;
  background-image: linear-gradient(145deg, #1b9866 40%, #bbe0d1);
  border-radius: 10px;
}
.list-zsjy li a {
  background: url("../images/logo-gray.png") no-repeat -90px center;
  background-size: 180px 180px;
  display: block;
}
.list-zsjy li a .list-inner {
  color: #fff;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("../images/logo-gray.png") no-repeat calc(100% + 90px) center;
  background-size: 180px 180px;
}
.list-zsjy li a .list-ico {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-zsjy li a .list-title {
  font-size: 30px;
}
.list-zsjy li a:hover .list-ico {
  color: #1b9866;
  background: #fff;
}

ul.list-news li {
  height: 40px;
  line-height: 40px;
  position: relative;
  background: url("../images/list-news-ico.gif") no-repeat left center;
  padding-left: 20px;
  margin: 5px 0;
}
ul.list-news li a {
  display: block;
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
ul.list-news li a.tag-comm:before {
  color: #1b9866;
  margin-right: 5px;
  content: "[推荐]";
  font-size: 15px;
  font-style: normal;
}
ul.list-news li span {
  float: right;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}
ul.list-news li i.top:before {
  color: #1b9866;
  margin-left: 5px;
  content: "[推荐]";
  font-size: 14px;
  font-style: normal;
}

ul.list-pics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.list-pics li {
  width: 48%;
  margin-bottom: 30px;
}
ul.list-pics li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
ul.list-pics li a {
  display: block;
  height: 380px;
  vertical-align: middle;
  position: relative;
}
ul.list-pics li a img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
ul.list-pics li a p {
  position: absolute;
  bottom: 0;
  line-height: 50px;
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

ul.list-flink {
  display: flex;
  justify-content: space-between;
}
ul.list-flink li {
  width: 11%;
}
ul.list-flink li .list-inner {
  width: 100%;
  margin: 0 auto;
  min-width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  background-color: #1b9866;
  background-image: linear-gradient(145deg, #1b9866 40%, #bbe0d1);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
ul.list-flink li .list-inner .list-ico {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
}
ul.list-flink li .list-inner .list-ico img {
  max-width: 55%;
  max-height: 55%;
}
ul.list-flink li .list-inner .list-ico i {
  font-size: 26px;
  line-height: 1;
}
ul.list-flink li .list-inner p {
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
}

.mod_more {
  display: none;
  justify-content: center;
  margin-top: 30px;
}
.mod_more a {
  font-size: 16px;
  padding: 0 10px;
}

.page_title {
  display: flex;
  line-height: 60px;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.page_title-hd {
  font-weight: bold;
  font-size: 24px;
}
.page_body {
  line-height: 1.8;
}

.bg-grey {
  background: url("../images/bg-grey.jpg") no-repeat center center;
  background-size: cover;
}

.about-info-img {
  float: left;
  margin-right: 80px;
  margin-bottom: 10px;
}

.page_news-listnews {
  margin-top: 80px;
}

.page_list {
  padding-bottom: 50px;
}

.pagination-box {
  text-align: center;
  position: relative;
}
.pagination-box-view {
  display: inline-block;
  line-height: 12px;
}
.pagination-box-view .swiper-pagination-bullet {
  background-color: #1b9866;
  margin: 0 5px;
  width: 35px;
  height: 5px;
  border-radius: 3px;
}
.pagination-box-view .swiper-pagination-bullet-active {
  background-color: #1b9866;
}
.pagination-box-a {
  margin: 0 5px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  height: 12px;
  line-height: 10px;
  font-size: 12px;
  width: 24px;
  border-radius: 5px;
  cursor: pointer;
}
.pagination-box.black .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.pagination-box.black .swiper-pagination-bullet-active {
  background-color: rgb(0, 0, 0);
}
.pagination-box.black .pagination-box-a {
  color: #000;
  border: 1px solid #000;
}

.footer {
  background-color: #bbe0d1;
  padding: 75px 0 30px 0;
}
.footer_line {
  width: 90%;
  margin: 30px auto;
  height: 1px;
  background-color: #1b9866;
}
.footer_info {
  display: flex;
  justify-content: space-between;
}
.footer_info-nav {
  width: 70%;
  display: flex;
}
.footer_info-nav-item {
  width: 33.33%;
}
.footer_info-contact {
  width: 30%;
}
.footer_info-hd {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.footer_info-bd dl {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.5;
}
.footer_info-bd dl dt {
  position: relative;
  padding-left: 14px;
}
.footer_info-bd dl dt a {
  color: #000;
}
.footer_info-bd dl dt:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1b9866;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.footer_info-bd dl dd {
  flex: 1;
}
.footer_info-bd dl dd p {
  margin-bottom: 5px;
}
.footer_info-bd dl dd p:last-child {
  margin-bottom: 0;
}
.footer_copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_copyright-logo {
  height: 60px;
}
.footer_copyright-logo img {
  height: 100%;
  vertical-align: middle;
}
.footer_copyright-icp {
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  color: #000;
}
.footer_copyright-icp a {
  color: #000;
}
.footer_copyright-qrcode {
  text-align: center;
}
.footer_copyright-qrcode img {
  height: 100px;
}
.footer_copyright-qrcode p {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1;
}

.scroll-to-top {
  display: none;
  padding: 5px 10px;
  overflow: hidden;
  position: fixed;
  bottom: 40px;
  right: 40px;
  border-radius: 5px;
  text-align: center;
  background-color: #1b9866;
  z-index: 100;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
.scroll-to-top i {
  font-size: 30px;
  line-height: 20px;
  height: 20px;
}

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

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

.page_detail.page_picDetail {
  margin-top: 30px;
  padding-bottom: 0;
}
.page_detail.page_picDetail .aside {
  margin-top: 0;
}
.page_detail_hd-shortTitle {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  letter-spacing: 0;
}
.page_detail_hd-title {
  text-align: center;
  font-size: 34px;
  color: #333;
  font-weight: normal;
  letter-spacing: 0;
}
.page_detail_hd-simpleTitle {
  text-align: center;
  font-size: 22px;
  color: #333;
  font-weight: normal;
  letter-spacing: 0;
}
.page_detail_hd-info {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 36px 0;
  padding: 20px 0;
  border: 1px dashed #ccc;
  border-right: none;
  border-left: none;
}
.page_detail_hd-info > div {
  display: inline-block;
  margin: 0 10px;
  line-height: 20px;
}
.page_detail_hd-info .info-print {
  background: url("../images/ico.png") no-repeat left 3px;
  padding-left: 22px;
  cursor: pointer;
}
.page_detail_body {
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.8;
}
.page_detail_body img {
  vertical-align: middle;
  line-height: 1;
}
.page_detail_body video {
  max-width: 100%;
}
.page_detail_body h1 {
  font-size: 2.8em;
}
.page_detail_body h2 {
  font-size: 2.4em;
}
.page_detail_body h3 {
  font-size: 2em;
}
.page_detail_body > .imgWrap {
  text-align: center;
  margin: 40px 0;
}
.page_detail_body > .shareTo {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page_detail_body > .shareTo img {
  margin-left: 10px;
}
.page_detail_ft {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  letter-spacing: 0;
  padding: 30px 0 35px;
  border-top: 1px dashed #ccc;
  position: relative;
}
.page_detail_ft a {
  display: inline-block;
  line-height: 40px;
  color: #666;
}
.page_detail_ft .back {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 32px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  letter-spacing: 2px;
}
.page_detail_video .page_newsDetail_hd-info {
  border-bottom: none;
  padding: 0;
}
.page_detail_video .player-video {
  line-height: 1;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.page_detail_video .player-video .CuMob {
  display: inline-block;
}
.page_detail_video .player-video .video-js {
  width: 900px;
  height: 506px;
}
.page_detail_video .player-content {
  margin-top: 40px;
}

ul.list-newspic {
  display: flex;
  flex-wrap: wrap;
}
ul.list-newspic li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
ul.list-newspic li:nth-child(3n) {
  margin-right: 0;
}
ul.list-newspic li .li-inner {
  border: 1px solid #f1f1f1;
  padding: 10px;
}
ul.list-newspic li .li-thumb {
  background-color: #f1f1f1;
  height: 220px;
  text-align: center;
}
ul.list-newspic li .li-thumb img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
ul.list-newspic li .li-title {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  overflow: hidden;
}
ul.list-newspic li:hover .li-inner {
  background-color: #1b9866;
  transition: all 0.3s;
}
ul.list-newspic li:hover .li-title {
  color: #fff;
}

.channel_org {
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.channel_org-hd {
  color: #1b9866;
  font-size: 20px;
  margin-bottom: 10px;
}

ul.list-org {
  display: flex;
  flex-wrap: wrap;
}
ul.list-org li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 25px;
}
ul.list-org li:nth-child(4n) {
  margin-right: 0;
}
ul.list-org li .li-inner {
  border: 1px solid #f1f1f1;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
ul.list-org li .li-thumb {
  width: 50px;
  height: 50px;
}
ul.list-org li .li-thumb img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
ul.list-org li .li-title {
  flex: 1;
  font-size: 18px;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
}
ul.list-org li:hover .li-inner {
  background-color: #1b9866;
  transition: all 0.3s;
}
ul.list-org li:hover .li-title {
  color: #fff;
}

ul.list-org-row {
  display: flex;
  flex-wrap: wrap;
}
ul.list-org-row li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
ul.list-org-row li:nth-child(3n) {
  margin-right: 0;
}
ul.list-org-row li .li-inner {
  border: 1px solid #f1f1f1;
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
}
ul.list-org-row li .li-thumb {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
ul.list-org-row li .li-thumb img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
ul.list-org-row li .li-title {
  flex: 1;
  font-size: 24px;
  line-height: 1;
}
ul.list-org-row li:hover .li-inner {
  background-color: #1b9866;
  transition: all 0.3s;
}
ul.list-org-row li:hover .li-title {
  color: #fff;
}

ul.list-news-des li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #eee;
  display: flex;
}
ul.list-news-des li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 none;
}
ul.list-news-des li .list-title {
  position: relative;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #f1f1f1;
  color: #666;
  display: flex;
  flex-direction: column;
  font-style: normal;
}
ul.list-news-des li .list-title dt {
  font-size: 40px;
  line-height: 60px;
}
ul.list-news-des li .list-title dd {
  line-height: 40px;
  border-top: 1px solid #ccc;
  font-size: 16px;
}
ul.list-news-des li .list-info {
  flex: 1;
  margin-left: 20px;
}
ul.list-news-des li .list-info a {
  font-size: 22px;
  line-height: 36px;
  padding-bottom: 5px;
  font-weight: bold;
  display: block;
  position: relative;
}
ul.list-news-des li .list-info a.tag-comm:after {
  color: #1b9866;
  margin-left: 5px;
  content: "[推荐]";
  font-size: 15px;
  font-style: normal;
  vertical-align: top;
}
ul.list-news-des li .list-info p {
  margin-top: 5px;
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  position: relative;
}

.guestbook_page .aside {
  margin-top: 30px;
}
.guestbook_page-content dl {
  width: 100%;
  margin-bottom: 20px;
}
.guestbook_page-content dl dt {
  width: 80px;
  float: left;
  text-align: right;
  line-height: 34px;
  height: 34px;
}
.guestbook_page-content dl dt span {
  line-height: 34px;
  vertical-align: middle;
}
.guestbook_page-content dl dd {
  margin-left: 90px;
  line-height: 34px;
}
.guestbook_page-content dl dd input {
  display: inline-block;
}
.guestbook_page-content dl dd img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.guestbook_page-table {
  margin-bottom: 50px;
}
.guestbook_page-table table {
  width: 100%;
  background-color: #eee;
  margin-bottom: 10px;
}
.guestbook_page-table table:last-child {
  margin-bottom: 0;
}
.guestbook_page-table table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
  line-height: 1.6;
}
.guestbook_page-table .td-lable {
  width: 120px;
  text-align: right;
}
.guestbook_page-table .td-gbMan {
  width: 40%;
}
.guestbook_page-table .td-replyText {
  color: rgb(0, 153, 0);
}

.null {
  width: 100%;
  padding: 150px 0 250px;
  text-align: center;
  font-size: 20px;
  color: #999;
}
.null-logo {
  width: 400px;
  margin: 0 auto 10px;
}

#page {
  margin-top: 30px;
}
#page .pagination {
  display: block;
  width: 100%;
  text-align: center;
}
#page .pagination li {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 3px;
}
#page .pagination li.page {
  border: 1px solid #999;
}
#page .pagination li.activ {
  border-color: #1b9866;
  background: #1b9866;
}
#page .pagination li.activ a {
  font-weight: bold;
  color: #fff;
}

.searchList_ul {
  margin: 50px 0 70px;
}
.searchList_ul li {
  padding: 32px 0;
  border-bottom: 1px dashed #eee;
}
.searchList_ul li:last-child {
  border-bottom: 0 none;
}
.searchList_ul li .list-title {
  font-size: 22px;
  line-height: 36px;
  padding-bottom: 5px;
  font-weight: bold;
  display: block;
  position: relative;
}
.searchList_ul li .list-des {
  margin-top: 5px;
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  position: relative;
}
.searchList_ul li .list-time {
  margin-top: 5px;
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  position: relative;
}
.searchList_ul li .list-time i {
  font-style: normal;
  color: #1b9866;
  font-weight: bold;
  margin-right: 5px;
}

.search_null {
  text-align: center;
  margin: 200px 0;
  color: #1b9866;
  font-size: 40px;
}
.search_null a {
  padding: 0 10px;
  margin-top: 10px;
  line-height: 26px;
  background-color: #1b9866;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}

.search-banner-box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -500px;
  width: 1000px;
  text-align: center;
}
.search-banner-box .search-page {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.search-banner-box .search-page input {
  box-sizing: border-box;
  display: inline-block;
  width: 600px;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  padding: 0 10px;
  border: 0 none;
  outline: none;
  vertical-align: top;
}
.search-banner-box .search-page a {
  display: inline-block;
  width: 150px;
  background: #1b9866;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  vertical-align: top;
}
.search-banner-box i {
  display: inline-block;
  line-height: 60px;
  font-style: normal;
  margin-left: 10px;
  vertical-align: bottom;
  font-size: 20px;
}

.ad-sidebar {
  position: fixed;
  right: 10px;
  top: 35%;
  z-index: 100;
}
.ad-sidebar a {
  display: block;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.form-control {
  display: block;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: none;
}

.form-control:focus {
  border-color: #1b9866;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(188, 14, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(188, 14, 0, 0.6);
}

.pc-hidden {
  display: none;
}

.mobile-hidden {
  display: none;
}

@media (max-width: 1450px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.26rem;
  }
  .header-fixed {
    box-shadow: none;
  }
  .container {
    width: 100%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .container-aside {
    display: none;
  }
  .container-body {
    margin: 0;
  }
  .container-mt {
    margin-top: 0.4rem;
  }
  .info-print,
  .top_line,
  .nav {
    display: none !important;
  }
  .mod_more {
    display: flex;
  }
  .banner {
    height: 4rem;
  }
  .banner-h360 {
    height: 4rem;
  }
  .banner-h360 .swiper-container .swiper-slide a {
    background-size: 150% 100%;
  }
  .banner .swiper-slide a {
    background-size: cover;
  }
  .banner-btns {
    bottom: 0.5rem;
  }
  .header .container {
    padding: 0.25rem 0.25rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .container .logo {
    height: 1rem !important;
    max-width: 6rem;
  }
  .header .container .search {
    align-self: flex-end;
    margin-top: 0.1rem;
  }
  .header .container .search input {
    width: 3rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  .header .container .search a {
    font-size: 0.24rem;
    width: 1.2rem;
    line-height: calc(0.4rem + 2px);
  }
  .header .container .toggle {
    display: block;
    margin-right: 0.2rem;
    margin-top: 0.5rem;
  }
  .menu {
    display: block;
  }
  .menu .menu-mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
  }
  .menu .menu-wrap {
    position: fixed;
    right: -70%;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 66%;
    background-color: #fff;
    z-index: 200;
    box-sizing: border-box;
    border-left: 3px solid #1b9866;
    overflow: auto;
  }
  .menu .menu-wrap li {
    position: relative;
  }
  .menu .menu-logo {
    max-width: 70%;
    text-align: center;
    padding-top: 0.2rem;
    margin: 0 auto;
  }
  .menu .menu-logo img {
    max-height: 1rem;
  }
  .menu .menulist {
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .menu .menulist > li {
    padding-left: 0;
  }
  .menu .menulist > li > a {
    color: #1b9866;
    display: block;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  .menu .menulist > li:last-child {
    border-bottom: 0 none;
  }
  .menu .menulist1 {
    display: flex;
    flex-wrap: wrap;
  }
  .menu .menulist1 > li {
    width: 50%;
    padding-left: 10px;
    line-height: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
  }
  .menu .menulist1 > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #1b9866;
  }
  .menu .menulist1 > li > a {
    color: #666;
    font-size: 0.26rem;
  }
  .mod_news {
    padding: 0.5rem 0;
  }
  .mod_news-row {
    flex-direction: column;
  }
  .mod_news-row .mod_news-lists {
    margin-top: 0.2rem;
    width: 100%;
  }
  .mod_news-row .mod_news-thumbnews {
    height: 5rem;
    width: 100%;
  }
  .mod_info-row {
    flex-direction: column;
  }
  .mod_info-row .row-grid {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .mod_info-row .row-grid:last-child {
    margin-bottom: 0;
  }
  .mod_title {
    font-size: 0.6rem;
    flex-direction: column;
  }
  .mod_title-logo:after {
    top: -0.2rem;
    left: -2rem;
    width: 4rem;
    height: 4rem;
  }
  .mod_title-center {
    justify-content: center;
  }
  .mod_title-center .mod_title-hd {
    padding-bottom: 10px;
  }
  .mod_title-center .mod_title-hd:after {
    position: absolute;
    width: 50%;
    height: 2px;
    display: block;
    content: "";
    background-color: #1b9866;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mod_title-hd {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mod_title-more {
    display: none !important;
  }
  .mod_title-line {
    margin: 0.2rem auto;
    flex: auto;
    width: 2rem;
  }
  .mod_about {
    padding: 1rem 0;
  }
  .mod_about-row {
    flex-direction: column;
  }
  .mod_about-pic {
    width: 100%;
  }
  .mod_about-info {
    margin: 0.4rem 0;
  }
  .mod_about-info .info-logo {
    height: 1rem;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .mod_about-info .info-content a {
    margin: 0 auto;
    float: none;
    width: 2rem;
    text-align: center;
  }
  .mod_about-num {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .mod_about-num dl {
    margin-bottom: 0.4rem;
    width: 50%;
  }
  .mod_about-num dl dt {
    font-size: 0.6rem;
  }
  .mod_about-num dl dd {
    font-size: 0.34rem;
  }
  .mod_pics {
    margin: 0;
    padding: 1rem 0 0.5rem;
  }
  .mod_pics-hd {
    margin-bottom: 0.8rem;
  }
  .mod_flink {
    margin-top: 0;
  }
  .subbanner {
    height: 4rem;
  }
  .subbanner-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%, -70%);
  }
  .subbanner-title .ch {
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
    white-space: nowrap;
  }
  .subbanner-title .line {
    height: 2px;
  }
  .crumbs-title {
    display: none;
  }
  .footer {
    padding: 0.5rem 0;
  }
  .footer_info, .footer_line {
    display: none;
  }
  .footer_copyright {
    flex-direction: column;
  }
  .footer_copyright-logo {
    height: auto;
  }
  .footer_copyright-logo img {
    width: 5rem;
    height: auto;
  }
  .footer_copyright > div {
    margin-bottom: 0.5rem;
  }
  .footer_copyright > div:last-child {
    margin-bottom: 0;
  }
  ul.list-pics li {
    margin-bottom: 0.2rem;
  }
  ul.list-pics li a {
    height: 2rem;
  }
  ul.list-pics li a p {
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.26rem;
    text-align: center;
  }
  ul.list-flink {
    flex-wrap: wrap;
  }
  ul.list-flink li {
    width: 23.5%;
    margin-right: 2%;
    min-width: auto;
    margin-bottom: 0.2rem;
  }
  ul.list-flink li:nth-child(4n) {
    margin-right: 0;
  }
  ul.list-flink li .list-inner {
    box-sizing: border-box;
    min-width: auto;
    height: 2rem;
  }
  ul.list-flink li .list-inner .list-ico {
    width: 1rem;
    height: 1rem;
  }
  ul.list-news-des li {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    display: flex;
  }
  ul.list-news-des li .list-title {
    position: relative;
    box-sizing: border-box;
    width: 1.3rem;
    height: 1.3rem;
  }
  ul.list-news-des li .list-title dt {
    font-size: 0.36rem;
    line-height: 0.75rem;
  }
  ul.list-news-des li .list-title dd {
    line-height: 0.55rem;
    font-size: 0.24rem;
  }
  ul.list-news-des li .list-info {
    flex: 1;
    margin-left: 0.2rem;
  }
  ul.list-news-des li .list-info a {
    font-size: 0.3rem;
    padding: 0;
    line-height: 0.5rem;
  }
  ul.list-news-des li .list-info p {
    margin-top: 0.1rem;
    font-size: 0.25rem;
    height: 0.6rem;
    overflow: hidden;
    line-height: 0.3rem;
  }
  ul.list-newspic {
    justify-content: space-between;
  }
  ul.list-newspic li {
    width: 48%;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  ul.list-newspic li .li-inner {
    padding: 0.2rem;
  }
  ul.list-newspic li .li-thumb {
    height: 2rem;
  }
  ul.list-newspic li .li-title {
    margin-top: 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  ul.list-org {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.list-org li {
    width: 47.5%;
    margin-right: 0;
  }
  ul.list-org li .li-inner {
    padding: 0.4rem;
  }
  ul.list-org li .li-thumb {
    width: 1rem;
    height: 1rem;
  }
  ul.list-org li .li-title {
    margin-top: 0.2rem;
  }
  ul.list-org-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.list-org-row li {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  ul.list-org-row li .li-inner {
    padding: 0.15rem;
  }
  ul.list-org-row li .li-thumb {
    width: 0.7rem;
    height: 0.7rem;
  }
  ul.list-org-row li .li-title {
    line-height: 1.2;
    font-size: 0.3rem;
    text-align: left;
  }
  .list-zsjy {
    flex-wrap: wrap;
  }
  .list-zsjy li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .list-zsjy li:last-child {
    margin-bottom: 0;
  }
  .list-zsjy li a {
    background: url("../images/logo-gray.png") no-repeat -1.5rem center;
    background-size: 3rem 3rem;
  }
  .list-zsjy li a .list-inner {
    height: 3rem;
    background: url("../images/logo-gray.png") no-repeat calc(100% + 1.5rem) center;
    background-size: 3rem 3rem;
  }
  .list-zsjy li a .list-ico {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.6rem;
  }
  .list-zsjy li a .list-title {
    font-size: 0.4rem;
  }
  .page_detail_body,
  .page_body {
    font-size: 0.32rem;
    text-align: justify;
  }
  .page_detail_hd-title {
    font-size: 0.5rem;
  }
  .page_detail_hd-info {
    margin: 0.2rem 0 0.5rem 0;
    padding: 0.3rem 0;
  }
  .page_detail_body img {
    height: auto;
  }
  .page_detail_body table {
    width: 100%;
  }
  .page_detail_ft .back {
    position: relative;
    top: 0;
    right: auto;
    display: block;
    transform: translate(0, 0);
    margin: 0.4rem auto 0;
  }
  .search-banner-box {
    display: flex;
    flex-direction: column;
  }
  .search-banner-box .search-page input {
    width: 5rem;
  }
  .search-banner-box .search-page a {
    width: 1.5rem;
  }
  .null {
    padding: 1rem 0;
    font-size: 0.3rem;
  }
  .null-logo {
    width: 5rem;
  }
  #page .pagination .text_m {
    display: none;
  }
}
@media print {
  .container-auto {
    min-width: 95% !important;
  }
  .container {
    background-color: #000000 !important;
    width: 95% !important;
  }
  .logo {
    width: 100% !important;
    text-align: center !important;
  }
  video,
  .top_line,
  .subbanner,
  .header-topline,
  .crumbs,
  .container-aside,
  .info-fontsize,
  .info-print,
  .nav,
  .search,
  .head-tags-right,
  .page_newsDetail_ft,
  .footer,
  .scroll-to-top {
    display: none !important;
  }
  .container-body {
    margin: 0 auto;
  }
}
@page :pseudo-class {
  size: A4 landscape;
  margin: 5cm;
}

/*# sourceMappingURL=index.css.map */
