@import "../vendors/swiper-6.1.2/swiper-bundle.min.css";
* {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
textarea {
  resize: none;
}
input {
  outline: 0;
}
input[type=button] {
  -webkit-appearance: none;
}
.f-margin-xs {
  margin: 5px;
}
.f-mt-xs {
  margin-top: 5px;
}
.f-mb-xs {
  margin-bottom: 5px;
}
.f-ml-xs {
  margin-left: 5px;
}
.f-mr-xs {
  margin-right: 5px;
}
.f-ma-xs {
  margin: 5px auto;
}
.f-margin-s {
  margin: 10px;
}
.f-mt-s {
  margin-top: 10px;
}
.f-mb-s {
  margin-bottom: 10px;
}
.f-ml-s {
  margin-left: 10px;
}
.f-mr-s {
  margin-right: 10px;
}
.f-ma-s {
  margin: 10px auto;
}
.f-margin-m {
  margin: 15px;
}
.f-mt-m {
  margin-top: 15px;
}
.f-mb-m {
  margin-bottom: 15px;
}
.f-ml-m {
  margin-left: 15px;
}
.f-mr-m {
  margin-right: 15px;
}
.f-ma-m {
  margin: 15px auto;
}
.f-margin-l {
  margin: 20px;
}
.f-mt-l {
  margin-top: 20px;
}
.f-mb-l {
  margin-bottom: 20px;
}
.f-ml-l {
  margin-left: 20px;
}
.f-mr-l {
  margin-right: 20px;
}
.f-ma-l {
  margin: 20px auto;
}
.f-margin-xl {
  margin: 30px;
}
.f-mt-xl {
  margin-top: 30px;
}
.f-mb-xl {
  margin-bottom: 30px;
}
.f-ml-xl {
  margin-left: 30px;
}
.f-mr-xl {
  margin-right: 30px;
}
.f-ma-xl {
  margin: 30px auto;
}
.f-margin-xxl {
  margin: 50px;
}
.f-mt-xxl {
  margin-top: 50px;
}
.f-mb-xxl {
  margin-bottom: 50px;
}
.f-ml-xxl {
  margin-left: 50px;
}
.f-mr-xxl {
  margin-right: 50px;
}
.f-ma-xxl {
  margin: 50px auto;
}
.f-padding-xs {
  padding: 5px;
}
.f-pt-xs {
  padding-top: 5px;
}
.f-pb-xs {
  padding-bottom: 5px;
}
.f-pl-xs {
  padding-left: 5px;
}
.f-pr-xs {
  padding-right: 5px;
}
.f-padding-s {
  padding: 10px;
}
.f-pt-s {
  padding-top: 10px;
}
.f-pb-s {
  padding-bottom: 10px;
}
.f-pl-s {
  padding-left: 10px;
}
.f-pr-s {
  padding-right: 10px;
}
.f-padding-m {
  padding: 15px;
}
.f-pt-m {
  padding-top: 15px;
}
.f-pb-m {
  padding-bottom: 15px;
}
.f-pl-m {
  padding-left: 15px;
}
.f-pr-m {
  padding-right: 15px;
}
.f-padding-l {
  padding: 20px;
}
.f-pt-l {
  padding-top: 20px;
}
.f-pb-l {
  padding-bottom: 20px;
}
.f-pl-l {
  padding-left: 20px;
}
.f-pr-l {
  padding-right: 20px;
}
.f-padding-xl {
  padding: 30px;
}
.f-pt-xl {
  padding-top: 30px;
}
.f-pb-xl {
  padding-bottom: 30px;
}
.f-pl-xl {
  padding-left: 30px;
}
.f-pr-xl {
  padding-right: 30px;
}
.f-padding-xxl {
  padding: 50px;
}
.f-pt-xxl {
  padding-top: 50px;
}
.f-pb-xxl {
  padding-bottom: 50px;
}
.f-pl-xxl {
  padding-left: 50px;
}
.f-pr-xxl {
  padding-right: 50px;
}
.f-cb {
  clear: both !important;
}
.f-fl {
  float: left !important;
}
.f-fr {
  float: right !important;
}
.f-pl {
  position: absolute;
  top: 0;
  left: 0;
}
.f-pr {
  position: absolute;
  top: 0;
  right: 0;
}
.f-tl {
  text-align: left !important;
}
.f-tr {
  text-align: right !important;
}
.f-tc {
  text-align: center !important;
}
.f-vm {
  vertical-align: middle;
}
.f-vt {
  vertical-align: top;
}
.f-clear {
  clear: both;
}
.f-fontneat {
  text-align: justify;
  word-break: break-word;
}
.f-limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: justify;
  word-break: break-word;
}
.f-limits {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.f-limit3 {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.f-limit4 {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.g-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.g-table-cell {
  display: table-cell;
}
.font-s12 {
  font-size: 12px;
}
.font-s14 {
  font-size: 14px;
}
.font-s16 {
  font-size: 16px;
}
.font-s18 {
  font-size: 18px;
}
/*Author:@leixy*/
/* 引入思源黑体字体Medium */
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('fonts/SourceHanSansCN-Medium.eot');
  /* IE9 Compat Modes */
  src: url('fonts/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/SourceHanSansCN-Medium.woff') format('woff'), /* Modern Browsers */ url('fonts/SourceHanSansCN-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium') format('svg');
  /* Legacy iOS */
}
body {
  width: 1920px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f3f3f3;
  font-family: 'SourceHanSansCN-Medium' !important;
  font-size: 14px;
  line-height: 20px;
}
input,
textarea {
  font-family: 'SourceHanSansCN-Medium' !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #dddddd;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #dddddd;
}
label[for] {
  cursor: pointer;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-header-top {
  height: 36px;
  overflow: hidden;
  padding: 0 10%;
  background: url(img/bg-header-top.jpg) repeat-x center;
  color: #f2f2f2;
  line-height: 36px;
}
.m-header-menu {
  position: relative;
  height: 202px;
  background: url(img/bg-header-menu.jpg) repeat-x center;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-header-menu.u-fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 1920px;
  height: 74px;
  background-color: #50362c;
  background-image: none;
}
.m-header-menu.u-fixed .header-menu {
  float: left;
  padding-left: 0;
  padding-top: 26px;
}
.m-header-menu.u-fixed .header-menu li {
  position: relative;
  width: 78px;
  height: 28px;
  margin-right: 38px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  background: none !important;
}
.m-header-menu.u-fixed .header-menu li a {
  display: block;
  color: #ece4de;
}
.m-header-menu.u-fixed .header-menu li:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 4px;
  right: 4px;
  height: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-header-menu.u-fixed .header-menu li:nth-child(3) {
  margin-right: 38px;
}
.m-header-menu.u-fixed .header-menu li:nth-child(6) {
  display: block;
}
.m-header-menu.u-fixed .header-menu li:nth-child(7) {
  display: block;
}
.m-header-menu .header-menu li:nth-child(6) {
  display: none;
}
.m-header-menu .header-menu li:nth-child(7) {
  display: none;
}
.m-header-menu.u-fixed .header-menu li img {
  display: none;
}
.m-header-menu.u-fixed .header-menu li label {
  display: block;
}
.m-header-menu.u-fixed .header-menu li:hover img,
.m-header-menu.u-fixed .header-menu li.active img {
  display: none;
}
.m-header-menu.u-fixed .header-menu li:hover img:last-of-type,
.m-header-menu.u-fixed .header-menu li.active img:last-of-type {
  display: none;
}
.m-header-menu.u-fixed .header-menu li:hover:after,
.m-header-menu.u-fixed .header-menu li.active:after {
  background-color: #e42529;
}
.m-header-menu.u-fixed .header-logo {
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  float: left;
  width: 251px;
  height: 47px;
  margin: 18px 100px 0 64px;
}
.m-header-menu.u-fixed .header-logo img {
  display: none;
}
.m-header-menu.u-fixed .header-logo img:last-child {
  display: block;
}
.m-header-menu.u-fixed .header-tel {
  position: absolute;
  z-index: 9;
  top: 25px;
  right: 25px;
  display: block;
  font-size: 18px;
  color: #ece4de;
}
.m-header-menu .header-menu {
  overflow: hidden;
  padding-left: 9.5%;
  padding-top: 75px;
}
.m-header-menu .header-menu li {
  float: left;
  width: 148px;
  height: 68px;
  margin-right: 60px;
}
.m-header-menu .header-menu li:nth-child(1) {
  background: url(img/header-menu1.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:nth-child(2) {
  background: url(img/header-menu2.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:nth-child(3) {
  margin-right: 420px;
  background: url(img/header-menu3.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:nth-child(4) {
  background: url(img/header-menu4.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:nth-child(5) {
  background: url(img/header-menu5.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:nth-child(8) {
  background: url(img/header-menu6.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:last-child {
  margin-right: 0;
}
.m-header-menu .header-menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
.m-header-menu .header-menu li img {
  display: block;
  width: 100%;
}
.m-header-menu .header-menu li img:last-of-type {
  display: none;
}
.m-header-menu .header-menu li label {
  display: none;
  cursor: pointer;
}
.m-header-menu .header-menu li:hover img,
.m-header-menu .header-menu li.active img {
  display: none;
}
.m-header-menu .header-menu li:hover img:last-of-type,
.m-header-menu .header-menu li.active img:last-of-type {
  display: block;
}
.m-header-menu .header-menu li:hover:nth-child(1),
.m-header-menu .header-menu li.active:nth-child(1) {
  background: url(img/header-menu11.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:hover:nth-child(2),
.m-header-menu .header-menu li.active:nth-child(2) {
  background: url(img/header-menu22.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:hover:nth-child(3),
.m-header-menu .header-menu li.active:nth-child(3) {
  background: url(img/header-menu33.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:hover:nth-child(4),
.m-header-menu .header-menu li.active:nth-child(4) {
  background: url(img/header-menu44.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:hover:nth-child(5),
.m-header-menu .header-menu li.active:nth-child(5) {
  background: url(img/header-menu55.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-menu li:hover:nth-child(8),
.m-header-menu .header-menu li.active:nth-child(8) {
  background: url(img/header-menu66.png) no-repeat center;
  background-size: cover;
}
.m-header-menu .header-logo {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 156px;
  margin-top: -78px;
  margin-left: -150px;
}
.m-header-menu .header-logo img {
  display: block;
  width: 100%;
}
.m-header-menu .header-logo img:last-child {
  display: none;
}
.m-header-menu .header-tel {
  display: none;
}
.m-fixed-anchor {
  position: fixed;
  z-index: 98;
  top: 20%;
  right: 42px;
  width: 30px;
}
.m-fixed-anchor ul li {
  position: relative;
  height: 30px;
}
.m-fixed-anchor ul li:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #c6c6c5;
}
.m-fixed-anchor ul li label {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 30px;
  overflow: hidden;
  background-color: rgba(137, 137, 137, 0.15);
  border-radius: 15px;
  color: #2b2b2b;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-fixed-anchor ul li.active:before {
  background-color: #ab9359;
}
.m-fixed-anchor ul li.active label {
  width: 114px;
}
.m-fixed-top {
  position: fixed;
  z-index: 99;
  bottom: 25%;
  right: 0;
}
.m-fixed-top ul li {
  position: relative;
  width: 45px;
  height: 45px;
  border-bottom: 1px solid #e50012;
  color: #fff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.m-fixed-top ul li:first-child {
  background-color: #3c3c3c;
}
.m-fixed-top ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.m-fixed-top ul li .sub-top {
  position: absolute;
  bottom: 0;
  right: 45px;
  width: 80px;
  width: 0;
  height: 45px;
  overflow: hidden;
  color: #666;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-fixed-top ul li:hover .sub-top {
  width: 80px;
  opacity: 1;
}
.m-fixed-top ul li:hover:nth-child(2) .sub-top,
.m-fixed-top ul li:hover:nth-child(3) .sub-top {
  width: 120px;
}
.m-fixed-top ul li:hover:nth-child(4) .sub-top {
  width: 100px;
  height: 100px;
}
.m-footer {
  position: relative;
  height: 336px;
  overflow: hidden;
  background: url(img/bg-footer.jpg) repeat-x center;
  color: #e2d8d2;
}
.m-footer .footer-logo {
  position: relative;
  float: left;
  width: 33.6%;
  min-height: 1px;
  height: 100%;
}
.m-footer .footer-logo img {
  position: absolute;
  top: 17%;
  right: 15.2%;
  width: 282px;
  height: 192px;
}
.m-footer .footer-nav {
  position: relative;
  float: left;
  width: 31.6%;
  min-height: 1px;
  height: 100%;
  padding-top: 45px;
}
.m-footer .footer-nav:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 0;
  bottom: 60px;
  width: 1px;
  background-color: #7b6668;
}
.m-footer .footer-nav dl {
  float: left;
  width: 110px;
  min-height: 1px;
  margin-right: 90px;
}
.m-footer .footer-nav dl dt {
  height: 30px;
  margin-bottom: 22px;
  font-size: 26px;
  color: #947575;
  line-height: 30px;
}
.m-footer .footer-nav dl dd {
  margin-bottom: 20px;
}
.m-footer .footer-nav dl dd a {
  color: #fcede2;
}
.m-footer .footer-nav dl:last-child {
  margin-right: 0;
}
.m-footer .footer-info {
  float: left;
  width: 34.8%;
  min-height: 1px;
  height: 100%;
  padding-left: 48px;
  padding-top: 45px;
}
.m-footer .footer-info dl {
  margin-bottom: 14px;
}
.m-footer .footer-info dl dt {
  height: 30px;
  margin-bottom: 5px;
  font-size: 26px;
  color: #947575;
  line-height: 30px;
}
.m-footer .footer-info dl dd b {
  display: block;
  margin-bottom: 5px;
  font-family: fantasy;
  font-weight: 100;
  color: #e2d8d2;
  font-size: 42px;
  line-height: 50px;
}
.m-footer .footer-info dl dd p {
  color: #f8e8dd;
}
.m-footer .footer-info .info-ewm img {
  display: inline-block;
  vertical-align: top;
  width: 102px;
  height: 102px;
  padding: 2px;
  margin-right: 15px;
  background-color: #fff;
}
.m-footer .footer-address {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 4%;
  bottom: 0;
  padding-bottom: 20px;
  color: #8d8681;
  text-align: center;
}
.m-footer .footer-address p {
  line-height: 180%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-slide {
  text-align: center;
  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;
}
.swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next {
  right: 90px !important;
  color: #d52529 !important;
  opacity: 0.5;
}
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev {
  left: 90px !important;
  color: #d52529 !important;
  opacity: 0.5;
}
.swiper-button-prev:hover {
  opacity: 1;
}
.m-focusTrans-swiper {
  position: relative;
  z-index: 4;
  margin: 0 auto;
}
.m-focusTrans-swiper .swiper-slide {
  width: 692px;
  height: 332px;
  background-color: #fff;
  box-shadow: 0 8px 30px #ddd;
}
.m-focusTrans-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-focusTrans-swiper .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  margin: 0;
}
.m-more {
  width: 123px;
  height: 47px;
  margin: 0 auto;
}
.m-more img {
  display: block;
  width: 100%;
  height: auto;
}
/**
     * 首页
 */
.m-home-banner {
  position: relative;
  height: 792px;
}
.m-home-banner .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.m-home-banner .swiper-pagination {
  bottom: 45px;
}
.m-home-banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 275px;
  height: 116px;
  margin: 0;
  margin-right: 25px;
  opacity: 1;
  background-color: transparent;
}
.m-home-banner .swiper-pagination .swiper-pagination-bullet img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.m-home-banner .swiper-pagination .swiper-pagination-bullet img:last-of-type {
  display: none;
}
.m-home-banner .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.m-home-banner .swiper-pagination .swiper-pagination-bullet:hover img,
.m-home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img {
  display: none;
}
.m-home-banner .swiper-pagination .swiper-pagination-bullet:hover img:last-of-type,
.m-home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img:last-of-type {
  display: block;
}
.m-home-wenbo {
  height: 1016px;
  padding-top: 50px;
  background: url(img/bg-home-wenbo.jpg) no-repeat center;
  background-size: 100%;
}
.m-home-wenbo .home-wenbo-title {
  height: 305px;
  margin-bottom: 100px;
  background: url(img/home-wenbo-bg.png) no-repeat;
  background-position: 196px 0;
}
.m-home-wenbo .home-wenbo-title ul {
  float: right;
  padding-right: 165px;
  padding-top: 25px;
}
.m-home-wenbo .home-wenbo-title ul li {
  float: left;
  width: 40px;
  height: 207px;
  margin-right: 72px;
  padding: 32px 5px;
  background: url(img/home-wenbo-li-bg.png) no-repeat center;
  background-size: 100%;
  font-size: 30px;
  line-height: 34px;
}
.m-home-wenbo .home-wenbo-title ul li a {
  display: block;
  height: 100%;
}
.m-home-wenbo .home-wenbo-title ul li:last-of-type {
  margin-right: 0;
}
.m-home-wenbo .home-wenbo-title ul li:hover {
  box-shadow: 0 0 3px 3px #ccc;
  border-radius: 3px;
}
.m-home-wenbo .home-wenbo-list {
  position: relative;
  height: 346px;
  padding: 0 160px;
}
.m-home-wenbo .home-wenbo-list .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-home-wenbo .home-wenbo-list .swiper-container .swiper-slide img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-home-wenbo .home-wenbo-list .swiper-container .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-home-wenbo .home-wenbo-list .swiper-container .swiper-slide .f-pl {
  top: initial;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  background-color: rgba(49, 49, 49, 0.63);
  color: #fff;
  padding: 0 3.8%;
}
.m-home-wenbo .home-wenbo-list .swiper-container .swiper-slide .f-pl b {
  display: block;
  font-weight: 100;
  font-size: 18px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
  text-align: center;
}
.m-home-wenbo .home-wenbo-list .swiper-container .swiper-slide .f-pl p {
  color: #a19091;
  font-size: 12px;
  line-height: 140%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-home-wenbo .m-more {
  margin-top: 60px;
}
.m-home-advert {
  height: 360px;
}
.m-home-advert img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-home-feiyi {
  position: relative;
  height: 1120px;
  padding-top: 242px;
  background: url(img/bg-home-feiyi.jpg) no-repeat center;
  background-size: 100%;
}
.m-home-feiyi .home-feiyi-title {
  position: absolute;
  z-index: 3;
  top: 76px;
  left: 0;
  right: 0;
  height: 326px;
  background: url(img/home-feiyi-bg.png) no-repeat;
  background-position: 192px 0;
}
.m-home-feiyi .home-feiyi-title ul {
  float: right;
  padding-right: 160px;
  padding-top: 22px;
}
.m-home-feiyi .home-feiyi-title ul li {
  float: left;
  width: 122px;
  height: 240px;
  margin-right: 20px;
}
.m-home-feiyi .home-feiyi-title ul li a {
  display: block;
}
.m-home-feiyi .home-feiyi-title ul li img {
  display: block;
  width: 100%;
}
.m-home-feiyi .home-feiyi-title ul li:last-of-type {
  margin-right: 0;
}
.m-home-feiyi .home-feiyi-title ul li img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-home-feiyi .home-feiyi-title ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-home-feiyi .home-feiyi-list {
  position: relative;
  height: 740px;
  padding: 0 185px;
}
.m-home-feiyi .home-feiyi-list .swiper-container .swiper-slide a {
  display: block;
  overflow: hidden;
}
.m-home-feiyi .m-more {
  margin-top: 35px;
}
.m-home-wenhua {
  position: relative;
  height: 895px;
  padding-top: 375px;
  background: url(img/bg-home-wenhua.jpg) no-repeat center;
  background-size: 100%;
}
.m-home-wenhua .home-wenhua-title {
  position: absolute;
  z-index: 3;
  top: 103px;
  left: 0;
  right: 0;
  height: 326px;
  background: url(img/home-wenhua-bg.png) no-repeat;
  background-position: 192px 0;
}
.m-home-wenhua .home-wenhua-list {
  position: relative;
  z-index: 2;
  height: 400px;
  padding: 0 160px 0 432px;
}
.m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 142px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .u-slide-img {
  height: 100%;
  overflow: hidden;
}
.m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl {
  top: initial;
  left: 0;
  right: 0;
  bottom: 0;
  height: 142px;
  padding: 14px 3.8% 0 3.8%;
}
.m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl b {
  display: block;
  margin-bottom: 5px;
  color: #535353;
  font-weight: 100;
  font-size: 22px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl p {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 160%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-home-wenhua .swiper-button-prev {
  left: 345px !important;
}
.m-home-wenhua .m-more {
  margin-top: 35px;
}
.m-home-xinwen {
  position: relative;
  height: 880px;
  padding-top: 72px;
  background: url(img/bg-home-xinwen.jpg) no-repeat center;
  background-size: 100%;
}
.m-home-xinwen .home-xinwen-title {
  position: absolute;
  z-index: 3;
  top: 96px;
  left: 0;
  right: 0;
  height: 373px;
  background: url(img/home-xinwen-bg.png) no-repeat;
  background-position: 186px 0;
}
.m-home-xinwen .home-xinwen-banner {
  width: 1375px;
  height: 340px;
  padding: 0 185px;
  margin-left: 360px;
}
.m-home-xinwen .home-xinwen-banner .swiper-container .swiper-slide.swiper-slide-prev:after,
.m-home-xinwen .home-xinwen-banner .swiper-container .swiper-slide.swiper-slide-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.m-home-xinwen .home-xinwen-list {
  position: relative;
  z-index: 5;
  padding-left: 492px;
  padding-top: 25px;
}
.m-home-xinwen .home-xinwen-list ul {
  width: 1160px;
  overflow: hidden;
}
.m-home-xinwen .home-xinwen-list ul li {
  float: left;
  width: 560px;
  height: 117px;
  margin-top: 40px;
  margin-right: 40px;
}
.m-home-xinwen .home-xinwen-list ul li a {
  display: block;
}
.m-home-xinwen .home-xinwen-list ul li:nth-child(2n) {
  margin-right: 0;
}
.m-home-xinwen .home-xinwen-list ul li .u-img {
  float: left;
  width: 117px;
  height: 117px;
  overflow: hidden;
  margin-right: 15px;
}
.m-home-xinwen .home-xinwen-list ul li .u-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-home-xinwen .home-xinwen-list ul li img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-home-xinwen .home-xinwen-list ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-home-xinwen .home-xinwen-list ul li .u-text {
  float: left;
  width: calc(100% - 117px - 15px);
  height: 117px;
  overflow: hidden;
}
.m-home-xinwen .home-xinwen-list ul li .u-text b {
  display: block;
  margin-bottom: 3px;
  color: #504747;
  font-size: 16px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-home-xinwen .home-xinwen-list ul li .u-text p {
  color: #a8a8a8;
  line-height: 160%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-home-xinwen .m-more {
  margin-top: 55px;
}
.m-banner {
  position: relative;
  height: 496px;
}
.m-banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-banner.m-banner-feiyi {
  height: 648px;
}
.m-banner.m-banner-feiyi .banner-subtitle {
  position: absolute;
  z-index: 2;
  left: 10%;
  right: 17.3%;
  bottom: 0;
  height: 152px;
  padding-top: 30px;
  padding: 30px 180px 0 132px;
  background: url(img/banner-feiyi-subtitle-bg.png) no-repeat 0 14px;
  color: #433f3e;
}
.m-banner.m-banner-feiyi .banner-subtitle p {
  height: 100px;
  font-size: 16px;
  line-height: 160%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-banner.m-banner-feiyi .banner-subtitle .f-pr {
  top: initial;
  bottom: 40px;
  width: 111px;
  height: 23px;
}
.m-banner.m-banner-feiyi .banner-subtitle .f-pr img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-aboutUs-jianjie {
  position: relative;
  height: 648px;
  padding-top: 110px;
  background: url(img/bg-aboutUs-jianjie.jpg) no-repeat center;
  background-size: 100%;
}
.m-aboutUs-jianjie .aboutUs-jianjie-title {
  position: absolute;
  z-index: 3;
  left: 160px;
  top: 133px;
  height: 282px;
}
.m-aboutUs-jianjie .aboutUs-jianjie-title img {
  display: block;
  width: auto;
  height: 100%;
}
.m-aboutUs-jianjie .aboutUs-jianjie-content {
  float: left;
  width: 790px;
  height: 340px;
  margin-left: 382px;
  margin-right: 25px;
}
.m-aboutUs-jianjie .aboutUs-jianjie-content .content-text {
  height: 180px;
  margin-bottom: 30px;
  overflow: hidden;
  color: #3e3a3a;
  font-size: 16px;
  line-height: 190%;
}
.m-aboutUs-jianjie .aboutUs-jianjie-content .content-text a {
  display: block;
  color: #3e3a3a;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-aboutUs-jianjie .aboutUs-jianjie-content dl {
  overflow: hidden;
}
.m-aboutUs-jianjie .aboutUs-jianjie-content dl dd {
  float: left;
  width: 260px;
  height: 130px;
}
.m-aboutUs-jianjie .aboutUs-jianjie-content dl dd img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-aboutUs-jianjie .aboutUs-jianjie-content dl dt {
  float: left;
  width: 245px;
  height: 130px;
  background-color: #b3874c;
  text-align: center;
}
.m-aboutUs-jianjie .aboutUs-jianjie-content dl dt a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 130px;
}
.m-aboutUs-jianjie .aboutUs-jianjie-picture {
  float: left;
  width: 520px;
  height: 336px;
}
.m-aboutUs-jianjie .aboutUs-jianjie-picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-aboutUs-yewu {
  height: 529px;
  overflow: hidden;
  padding-left: 164px;
  padding-top: 98px;
  background: url(img/bg-aboutUs-yewu.jpg) no-repeat center;
  background-size: 100%;
}
.m-aboutUs-yewu .aboutUs-yewu-title {
  float: left;
  width: 540px;
  height: 298px;
  padding-left: 230px;
  padding-top: 26px;
  background: url(img/aboutUs-yewu-bg.png) no-repeat left top;
}
.m-aboutUs-yewu .aboutUs-yewu-title ul li {
  height: 32px;
  margin-bottom: 13px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
.m-aboutUs-yewu .aboutUs-yewu-title ul li a {
  color: #fff;
}
.m-aboutUs-yewu .aboutUs-yewu-title ul li:last-of-type {
  margin-bottom: 0;
}
.m-aboutUs-yewu .aboutUs-yewu-list ul {
  overflow: hidden;
}
.m-aboutUs-yewu .aboutUs-yewu-list ul li {
  float: left;
  width: 184px;
  height: 290px;
  margin-right: 35px;
  background: url(img/aboutUs-yewu-li-bg.png) no-repeat center;
  background-size: 100%;
}
.m-aboutUs-yewu .aboutUs-yewu-list ul li a {
  display: block;
  height: 100%;
  padding-top: 68px;
}
.m-aboutUs-yewu .aboutUs-yewu-list ul li:last-of-type {
  margin-right: 0;
}
.m-aboutUs-yewu .aboutUs-yewu-list ul li img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.m-aboutUs-yewu .aboutUs-yewu-list ul li img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-aboutUs-yewu .aboutUs-yewu-list ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-aboutUs-yewu .aboutUs-yewu-list ul li p {
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.m-aboutUs-zhanguan {
  position: relative;
  height: 687px;
  overflow: hidden;
  background: url(img/bg-aboutUs-zhanguan.jpg) no-repeat center;
  background-size: 100%;
}
.m-aboutUs-zhanguan .aboutUs-zhanguan-title {
  position: absolute;
  z-index: 2;
  top: 200px;
  left: 156px;
  width: 154px;
  height: 276px;
  background: url(img/aboutUs-zhanguan-bg.png) no-repeat center;
  background-size: 100%;
}
.m-aboutUs-zhanguan .aboutUs-zhanguan-list ul {
  padding-top: 108px;
  padding-left: 488px;
  overflow: hidden;
}
.m-aboutUs-zhanguan .aboutUs-zhanguan-list ul li {
  float: left;
  width: 200px;
  height: 494px;
  margin-right: 34px;
}
.m-aboutUs-zhanguan .aboutUs-zhanguan-list ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-aboutUs-zhanguan .aboutUs-zhanguan-list ul li img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-aboutUs-zhanguan .aboutUs-zhanguan-list ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-aboutUs-zhanguan .aboutUs-zhanguan-list ul li:last-of-type {
  margin-right: 0;
}
.m-content-page .content-page {
  padding-top: 42px;
  padding-bottom: 70px;
  background: #f3f3f0 url(img/bg-content.jpg) no-repeat center top;
}
.m-content-page .content-focusTrans {
  padding-top: 125px;
  padding-bottom: 115px;
  background: url(img/bg-focusTrans.jpg) no-repeat center;
}
.m-content-page .content-focusTrans.u-feiyi-focusTrans {
  background: none;
}
.m-content-page .content-focusTrans .m-focusTrans-swiper {
  height: 540px;
  padding: 0 185px;
  margin: 0 148px;
}
.m-content-page .content-focusTrans .m-focusTrans-swiper .swiper-container .swiper-slide {
  width: 810px;
  height: 538px;
}
.m-content-page .content-title {
  position: relative;
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
}
.m-content-page .content-swiper {
  position: relative;
  padding: 0 320px 0 220px;
  background-color: #fff;
}
.m-content-page .content-swiper:before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  height: 535px;
  background-color: #476a7f;
}
.m-content-page .content-swiper .content-swiper-box {
  position: relative;
  height: 758px;
  padding: 122px 50px 110px 50px;
}
.m-content-page .content-swiper .content-swiper-box .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-content-page .content-swiper .content-swiper-box .swiper-container .swiper-slide img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-content-page .content-swiper .content-swiper-box .swiper-container .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-content-page .content-swiper .content-swiper-box .swiper-button-prev {
  left: -60px !important;
}
.m-content-page .content-swiper .content-swiper-box .swiper-button-prev:after {
  font-size: 64px;
}
.m-content-page .content-swiper .content-swiper-box .swiper-button-next {
  right: -60px !important;
}
.m-content-page .content-swiper .content-swiper-box .swiper-button-next:after {
  font-size: 64px;
}
.m-content {
  position: relative;
  min-height: 540px;
  margin: 0 237px;
  padding: 60px 120px;
  color: #3f2c2e;
  background-color: #fff;
}
.m-content.m-pageTab-content {
  min-height: 320px;
  background-color: rgba(255, 255, 255, 0.35);
}
.m-content .content-back {
  position: absolute;
  z-index: 3;
  top: 40px;
  right: 120px;
  font-size: 16px;
}
.m-content .content-back a {
  color: #422e30;
}
.m-content .content-body {
  font-size: 16px;
  line-height: 200%;
}
.m-content .content-body img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.m-content .content-pagination {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.m-content .content-pagination a {
  display: inline-block;
  vertical-align: top;
  width: 122px;
  height: 38px;
  margin-right: 360px;
  background-color: #694f52;
  color: #fff;
  font-size: 16px;
  border-radius: 19px;
  line-height: 38px;
}
.m-content .content-pagination a:last-of-type {
  margin-right: 0;
}
.body-wenhua .m-content-page .content-page {
  background: #fff;
}
.body-wenhua .m-content {
  margin: 0 200px 0 100px;
}
.body-wenhua .content-title {
  margin-bottom: 30px;
  font-size: 24px;
  color: #d77152;
}
.body-wenhua .content-title:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cdcdcd;
}
.body-wenhua .content-title span {
  display: inline-block;
  padding: 25px 30px;
  border-bottom: 3px solid #ce795c;
}
.m-news-body {
  padding-top: 92px;
  background: url(img/bg-news.jpg) repeat-y center top;
  background-size: 100%;
}
.m-news-body .m-news-title {
  height: 66px;
  margin-bottom: 55px;
}
.m-news-body .m-news-title img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.m-news-body .news-newest {
  margin: 0 146px 122px 146px;
  overflow: hidden;
}
.m-news-body .news-newest .news-newest-title {
  float: left;
  width: 52.2%;
  height: 360px;
  overflow: hidden;
  margin-right: 5%;
}
.m-news-body .news-newest .news-newest-title .u-img {
  float: left;
  width: 60.5%;
  height: 100%;
  overflow: hidden;
}
.m-news-body .news-newest .news-newest-title .u-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-news-body .news-newest .news-newest-title img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-news-body .news-newest .news-newest-title:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-news-body .news-newest .news-newest-title .u-text {
  float: left;
  width: 39.5%;
  height: 100%;
  padding-left: 10px;
}
.m-news-body .news-newest .news-newest-title .u-text a {
  display: block;
  height: 100%;
  padding: 22px;
  background-color: #fff;
}
.m-news-body .news-newest .news-newest-title .u-text b {
  display: block;
  max-height: 66px;
  margin-bottom: 40px;
  font-weight: 100;
  color: #664234;
  font-size: 20px;
  line-height: 160%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-news-body .news-newest .news-newest-title .u-text p {
  height: 196px;
  color: #706d6d;
  font-size: 16px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-news-body .news-newest .news-newest-list {
  float: left;
  width: 42.8%;
  overflow: hidden;
}
.m-news-body .news-newest .news-newest-list ul {
  overflow: hidden;
}
.m-news-body .news-newest .news-newest-list ul li {
  float: left;
  width: 48.75%;
  margin-right: 2.5%;
}
.m-news-body .news-newest .news-newest-list ul li a {
  display: block;
}
.m-news-body .news-newest .news-newest-list ul li:last-of-type {
  margin-right: 0;
}
.m-news-body .news-newest .news-newest-list ul li .u-img {
  height: 228px;
  overflow: hidden;
}
.m-news-body .news-newest .news-newest-list ul li .u-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-news-body .news-newest .news-newest-list ul li img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-news-body .news-newest .news-newest-list ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-news-body .news-newest .news-newest-list ul li .u-text {
  height: 132px;
}
.m-news-body .news-newest .news-newest-list ul li .u-text a {
  display: block;
  height: 100%;
  padding: 14px 16px;
  background-color: #fff;
}
.m-news-body .news-newest .news-newest-list ul li .u-text b {
  display: block;
  height: 32px;
  margin-bottom: 10px;
  font-weight: 100;
  color: #664234;
  font-size: 20px;
  line-height: 160%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-news-body .news-newest .news-newest-list ul li .u-text p {
  height: 56px;
  color: #706d6d;
  font-size: 16px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-news-body .news-news {
  margin: 0 146px 122px 146px;
}
.m-news-body .news-news .news-news-list ul {
  overflow: hidden;
}
.m-news-body .news-news .news-news-list ul li {
  float: left;
  width: 49%;
  height: 166px;
  margin-bottom: 45px;
  overflow: hidden;
  margin-right: 2%;
}
.m-news-body .news-news .news-news-list ul li a {
  display: block;
}
.m-news-body .news-news .news-news-list ul li:nth-child(even) {
  margin-right: 0;
}
.m-news-body .news-news .news-news-list ul li .u-img {
  float: left;
  width: 240px;
  height: 166px;
  overflow: hidden;
}
.m-news-body .news-news .news-news-list ul li .u-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-news-body .news-news .news-news-list ul li img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-news-body .news-news .news-news-list ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-news-body .news-news .news-news-list ul li .u-text {
  position: relative;
  float: left;
  width: 510px;
  height: 166px;
  margin-left: 42px;
  padding-left: 140px;
  padding-top: 10px;
  border-bottom: 1px solid #e8e2dd;
  color: #3e3a3a;
}
.m-news-body .news-news .news-news-list ul li .u-text .f-pl {
  width: 76px;
  top: 15px;
  color: #898989;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
}
.m-news-body .news-news .news-news-list ul li .u-text b {
  display: block;
  max-height: 64px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 160%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-news-body .news-news .news-news-list ul li .u-text p {
  font-size: 16px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-wenbo-list .wenbo-list-title {
  position: relative;
  height: 46px;
  overflow: hidden;
  margin-bottom: 52px;
  padding-left: 305px;
  padding-right: 190px;
  color: #664234;
  line-height: 46px;
}
.m-wenbo-list .wenbo-list-title .f-pl {
  width: 290px;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  font-size: 56px;
  text-align: center;
}
.m-wenbo-list .wenbo-list-title .f-pr {
  width: 176px;
  height: 46px;
  padding-left: 22px;
  color: #fff;
  font-size: 16px;
  background: url(img/wenbo-list-btn-bg.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenbo-list .wenbo-list-title p {
  font-size: 44px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-wenbo-list .wenbo-list-first {
  padding: 105px 148px 112px 148px;
  background: url(img/bg-wenbo-first.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenbo-list .wenbo-list-first .wenbo-first {
  overflow: hidden;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left {
  float: left;
  width: 61%;
  height: 348px;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left a {
  display: block;
  height: 100%;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-img {
  float: left;
  width: 598px;
  height: 100%;
  overflow: hidden;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-text {
  height: 100%;
  overflow: hidden;
  padding: 0 25px;
  margin-left: 598px;
  font-size: 16px;
  color: #3e3a3a;
  line-height: 180%;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-text p {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right {
  position: relative;
  float: left;
  width: 39%;
  height: 348px;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .swiper-slide {
  background-size: cover;
  background-position: center;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .gallery-top {
  height: 70%;
  width: 100%;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom {
  position: relative;
  height: 30%;
  padding: 0 62px;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-next,
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-prev {
  width: 58px;
  top: 10px;
  height: 85px;
  margin-top: 0;
  color: #fff !important;
  background-color: #e5e5e5;
  opacity: 1;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-next {
  right: 0 !important;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-prev {
  left: 0 !important;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .gallery-thumbs {
  height: 100%;
  padding: 10px 0;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.m-wenbo-list .wenbo-list-body {
  padding-bottom: 120px;
  background: url(img/bg-wenbo-three.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenbo-list .wenbo-list-body .u-list {
  overflow: hidden;
  padding: 66px 148px 62px 148px;
}
.m-wenbo-list .wenbo-list-body .u-list .wenbo-list-title {
  margin-bottom: 24px;
}
.m-wenbo-list .wenbo-list-body .u-list .list-text {
  float: left;
  width: 550px;
  height: 276px;
  margin-right: 22px;
  padding: 35px 45px 0 55px;
  background-color: #ededed;
}
.m-wenbo-list .wenbo-list-body .u-list .list-text a {
  display: block;
  color: #5c433a;
}
.m-wenbo-list .wenbo-list-body .u-list .list-text b {
  position: relative;
  display: block;
  height: 56px;
  margin-bottom: 15px;
  padding-left: 158px;
  font-size: 24px;
  font-weight: 100;
  line-height: 120%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-wenbo-list .wenbo-list-body .u-list .list-text b .f-pl {
  font-size: 52px;
  line-height: 54px;
}
.m-wenbo-list .wenbo-list-body .u-list .list-text p {
  height: 150px;
  font-size: 16px;
  line-height: 190%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-wenbo-list .wenbo-list-body .u-list .list-img {
  height: 276px;
  margin-left: 572px;
}
.m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-slide {
  height: 276px;
}
.m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-next,
.m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-prev {
  width: 50px;
  height: 76px;
  margin-top: -38px;
  color: #fff !important;
  background-color: #b4aaab;
  opacity: 0.8;
}
.m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-next:hover,
.m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-prev:hover {
  opacity: 1;
}
.m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-next {
  right: 0 !important;
}
.m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-prev {
  left: 0 !important;
}
.m-wenbo-list .wenbo-list-body .u-list:first-of-type {
  height: 475px;
  background: url(img/bg-wenbo-two.jpg) no-repeat center;
}
.m-feiyi-body {
  padding-bottom: 200px;
  background: url(img/feiyi-body-bg.jpg) repeat-y center;
}
.m-feiyi-body .feiyi-list {
  position: relative;
  height: 635px;
  padding-top: 115px;
}
.m-feiyi-body .feiyi-list .list-box {
  position: relative;
  z-index: 2;
  width: 1210px;
}
.m-feiyi-body .feiyi-list .list-box .swiper-slide {
  height: 440px;
}
.m-feiyi-body .feiyi-list .list-box .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 138px;
}
.m-feiyi-body .feiyi-list .list-box .swiper-slide img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-feiyi-body .feiyi-list .list-box .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-feiyi-body .feiyi-list .list-box .u-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 138px;
  padding: 10px 15px;
  background-color: #7e5a4d;
  color: #fff;
}
.m-feiyi-body .feiyi-list .list-box .u-text b {
  display: block;
  height: 44px;
  font-size: 28px;
  font-weight: 100;
  line-height: 160%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-feiyi-body .feiyi-list .list-box .u-text p {
  line-height: 160%;
  color: #fff;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-feiyi-body .feiyi-list .list-box .swiper-button-next,
.m-feiyi-body .feiyi-list .list-box .swiper-button-prev {
  top: -52px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  border: 3px solid #b7b7b7;
}
.m-feiyi-body .feiyi-list .list-box .swiper-button-next:after,
.m-feiyi-body .feiyi-list .list-box .swiper-button-prev:after {
  color: #b7b7b7;
  font-size: 24px;
  font-weight: bold;
}
.m-feiyi-body .feiyi-list .list-title {
  position: absolute;
  z-index: 1;
}
.m-feiyi-body .feiyi-list .list-title ul li {
  height: 24px;
  margin-bottom: 10px;
  padding-left: 28px;
  background: url(img/feiyi-xiju-li-bg.png) no-repeat 9px 5px;
  background-size: 14px 14px;
  font-size: 16px;
  line-height: 160%;
}
.m-feiyi-body .feiyi-list .list-title ul li a {
  color: #4c4c4c;
}
.m-feiyi-body .feiyi-list .list-title ul li:last-of-type {
  margin-bottom: 0;
}
.m-feiyi-body .feiyi-list .list-title ul li:hover a {
  border-bottom: 1px solid #4c4c4c;
}
.m-feiyi-body .feiyi-list .list-title.list-xiju {
  top: 62px;
  left: 122px;
  width: 477px;
  height: 533px;
  padding: 50px 45px 0 162px;
  background: url(img/feiyi-xiju-bg.png) no-repeat center;
  background-size: 100%;
}
.m-feiyi-body .feiyi-list .list-title.list-xiju ul li {
  background: url(img/feiyi-xiju-li-bg.png) no-repeat 9px 5px;
}
.m-feiyi-body .feiyi-list .list-title.list-yinyue {
  top: 54px;
  right: 155px;
  width: 452px;
  height: 550px;
  padding: 92px 134px 0 45px;
  background: url(img/feiyi-yinyue-bg.png) no-repeat center;
  background-size: 100%;
}
.m-feiyi-body .feiyi-list .list-title.list-yinyue ul li {
  padding-right: 30px;
  background: url(img/feiyi-yinyue-li-bg.png) no-repeat 250px 5px;
  text-align: right;
}
.m-feiyi-body .feiyi-list .list-title.list-wudao {
  top: 48px;
  left: 146px;
  width: 452px;
  height: 531px;
  padding: 145px 45px 0 138px;
  background: url(img/feiyi-wudao-bg.png) no-repeat center;
  background-size: 100%;
}
.m-feiyi-body .feiyi-list .list-title.list-wudao ul li {
  background: url(img/feiyi-wudao-li-bg.png) no-repeat 9px 5px;
}
.m-feiyi-body .feiyi-list .list-title.list-jiyi {
  top: 40px;
  right: 155px;
  width: 452px;
  height: 554px;
  padding: 132px 134px 0 45px;
  background: url(img/feiyi-jiyi-bg.png) no-repeat center;
  background-size: 100%;
}
.m-feiyi-body .feiyi-list .list-title.list-jiyi ul li {
  padding-right: 30px;
  background: url(img/feiyi-jiyi-li-bg.png) no-repeat 250px 5px;
  text-align: right;
}
.m-feiyi-body .feiyi-list.u-left {
  padding-left: 555px;
}
.m-feiyi-body .feiyi-list.u-left .swiper-button-next {
  right: 40px !important;
}
.m-feiyi-body .feiyi-list.u-left .swiper-button-prev {
  left: initial !important;
  right: 120px;
}
.m-feiyi-body .feiyi-list.u-right {
  padding-left: 145px;
}
.m-feiyi-body .feiyi-list.u-right .swiper-button-next {
  right: initial !important;
  left: 120px;
}
.m-feiyi-body .feiyi-list.u-right .swiper-button-prev {
  left: 40px !important;
}
.m-feiyi-body .feiyi-list.u-feiyi-yinyue {
  background-color: #bad0cb;
}
.m-feiyi-body .feiyi-list.u-feiyi-yinyue .u-text {
  background-color: #577871;
}
.m-feiyi-body .feiyi-list.u-feiyi-wudao .u-text {
  background-color: #96634e;
}
.m-feiyi-body .feiyi-list.u-feiyi-jiyi {
  background-color: #b69e9c;
}
.m-feiyi-body .feiyi-list.u-feiyi-jiyi .u-text {
  background-color: #7f4558;
}
.m-feiyi-nav,
.m-wenhua-fixedNav {
  position: fixed;
  z-index: 99;
  top: 200px;
  right: 64px;
  width: 190px;
  padding: 40px 35px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 3px #ccc;
}
.m-feiyi-nav ul li,
.m-wenhua-fixedNav ul li {
  padding-top: 4px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f1f1f1;
}
.m-feiyi-nav ul li a,
.m-wenhua-fixedNav ul li a {
  display: block;
  height: 42px;
  font-size: 20px;
  color: #3e3a3a;
  line-height: 42px;
  text-align: center;
}
.m-feiyi-nav ul li:hover a,
.m-wenhua-fixedNav ul li:hover a,
.m-feiyi-nav ul li.active a,
.m-wenhua-fixedNav ul li.active a {
  background-color: #801919;
  color: #fff;
}
.m-wenhua-fixedNav {
  padding: 30px 25px;
}
.m-pageTab-nav {
  min-height: 60px;
  margin: 0 237px 65px 237px;
  border-bottom: 1px solid #e3e3e3;
}
.m-pageTab-nav .pageTab-title {
  overflow: hidden;
  padding: 12px 20px;
  text-align: center;
}
.m-pageTab-nav .pageTab-title li {
  display: inline-block;
  vertical-align: top;
  min-width: 82px;
  height: 34px;
  margin-right: 15px;
  padding: 0 12px;
  border-radius: 10px;
  color: #4c4c4c;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.m-pageTab-nav .pageTab-title li a {
  color: #4c4c4c;
}
.m-pageTab-nav .pageTab-title li:hover,
.m-pageTab-nav .pageTab-title li.active {
  background-color: #801919;
  color: #fff;
}
.m-pageTab-nav .pageTab-title li:hover a,
.m-pageTab-nav .pageTab-title li.active a {
  color: #fff;
}
.m-pageTab-nav .pageTab-title li:last-of-type {
  margin-right: 0;
}
.body-feiyi-xiju .m-header-top {
  background: url(img/bg-header-feiyi-xiju.jpg) repeat-x center;
}
.body-feiyi-xiju .m-header-menu.u-fixed {
  background-color: #41261b;
}
.body-feiyi-xiju .m-footer {
  background: url(img/bg-footer-feiyi-xiju.jpg) repeat-x center;
}
.body-feiyi-yinyue .m-header-top {
  background: url(img/bg-header-feiyi-yinyue.jpg) repeat-x center;
}
.body-feiyi-yinyue .m-header-menu.u-fixed {
  background-color: #223a2d;
}
.body-feiyi-yinyue .m-footer {
  background: url(img/bg-footer-feiyi-yinyue.jpg) repeat-x center;
}
.body-feiyi-wudao .m-header-top {
  background: url(img/bg-header-feiyi-wudao.jpg) repeat-x center;
}
.body-feiyi-wudao .m-header-menu.u-fixed {
  background-color: #42281e;
}
.body-feiyi-wudao .m-footer {
  background: url(img/bg-footer-feiyi-wudao.jpg) repeat-x center;
}
.body-feiyi-jiyi .m-header-top {
  background: url(img/bg-header-feiyi-jiyi.jpg) repeat-x center;
}
.body-feiyi-jiyi .m-header-menu.u-fixed {
  background-color: #4c303e;
}
.body-feiyi-jiyi .m-footer {
  background: url(img/bg-footer-feiyi-jiyi.jpg) repeat-x center;
}
.body-wenbo .m-header-top {
  background: url(img/bg-header-wenbo.jpg) repeat-x center;
}
.body-wenbo .m-header-menu.u-fixed {
  background-color: #41271d;
}
.body-wenbo .m-footer {
  background: url(img/bg-footer-wenbo.jpg) repeat-x center;
}
.body-aboutUs .m-header-top {
  background: url(img/bg-header-aboutUs.jpg) repeat-x center;
}
.body-aboutUs .m-header-menu.u-fixed {
  background-color: #302627;
}
.body-aboutUs .m-footer {
  background: url(img/bg-footer-aboutUs.jpg) repeat-x center;
}
.body-wenhua .m-header-top {
  background: url(img/bg-header-wenhua.jpg) repeat-x center;
}
.body-wenhua .m-header-menu.u-fixed {
  background-color: #3a4957;
}
.body-wenhua .m-footer {
  background: url(img/bg-footer-wenhua.jpg) repeat-x center;
}
.body-tese .m-header-top {
  background: url(img/bg-header-tese.jpg) repeat-x center;
}
.body-tese .m-header-menu.u-fixed {
  background-color: #815155;
}
.body-tese .m-footer {
  background: url(img/bg-footer-tese.jpg) repeat-x center;
}
.body-tese-chuanz .m-header-top {
  background: url(img/bg-header-wenhua.jpg) repeat-x center;
}
.body-tese-chuanz .m-header-menu.u-fixed {
  background-color: #3a4957;
}
.body-tese-chuanz .m-footer {
  background: url(img/bg-footer-tese-chuanz.jpg) repeat-x center;
}
.body-tese-hongs .m-header-top {
  background: url(img/bg-header-tese.jpg) repeat-x center;
}
.body-tese-hongs .m-header-menu.u-fixed {
  background-color: #815155;
}
.body-tese-hongs .m-footer {
  background: url(img/bg-footer-tese-hongs.jpg) repeat-x center;
}
.body-tese-maz .m-header-top {
  background: url(img/bg-header-tese-maz.jpg) repeat-x center;
}
.body-tese-maz .m-header-menu.u-fixed {
  background-color: #3d3d56;
}
.body-tese-maz .m-footer {
  background: url(img/bg-footer-tese-maz.jpg) repeat-x center;
}
.body-tese-kej .m-header-top {
  background: url(img/bg-header-tese-kej.jpg) repeat-x center;
}
.body-tese-kej .m-header-menu.u-fixed {
  background-color: #6f6147;
}
.body-tese-kej .m-footer {
  background: url(img/bg-footer-tese-kej.jpg) repeat-x center;
}
.body-tese-minc .m-header-top {
  background: url(img/bg-header-tese-minc.jpg) repeat-x center;
}
.body-tese-minc .m-header-menu.u-fixed {
  background-color: #3c463e;
}
.body-tese-minc .m-footer {
  background: url(img/bg-footer-tese-minc.jpg) repeat-x center;
}
.m-wenhua-nav {
  position: relative;
  z-index: 2;
  padding: 0 7.7%;
  margin-top: -46px;
  margin-bottom: 52px;
}
.m-wenhua-nav ul {
  height: 194px;
  padding-bottom: 18px;
  background-color: #fff;
  box-shadow: 0 5px 10px #ccc;
  text-align: center;
}
.m-wenhua-nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 158px;
  height: 176px;
  padding: 14px 6px 0 6px;
}
.m-wenhua-nav ul li a {
  display: block;
  width: 100%;
  height: 162px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-wenhua-nav ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
.m-wenhua-nav ul li p {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.m-wenhua-nav ul li:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 45px;
  right: 0;
  width: 1px;
  height: 66px;
  background-color: #f1f1f1;
}
.m-wenhua-nav ul li:last-of-type:after {
  background-color: transparent;
}
.m-wenhua-nav ul li:hover a,
.m-wenhua-nav ul li.active a {
  height: 192px;
  margin-top: -30px;
  padding-top: 30px;
  background-color: #ce8958;
}
.m-wenhua-nav ul li:hover p,
.m-wenhua-nav ul li.active p {
  color: #fff;
}
.m-wenhua-body {
  background: url(img/bg-wenhua-body.jpg) repeat-y center;
  margin-bottom: 200px;
}
.m-wenhua-body .wenhua-list-title {
  height: 120px;
  padding-top: 42px;
  padding-bottom: 18px;
}
.m-wenhua-body .wenhua-list-title img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.m-wenhua-body .wenhua-list-box {
  position: relative;
  height: 472px;
  overflow: hidden;
  padding-left: 435px;
  padding-top: 72px;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-title {
  position: absolute;
  z-index: 3;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-title img {
  display: block;
  width: auto;
  height: 100%;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-content {
  float: left;
  width: 770px;
  height: 340px;
  margin-right: 50px;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-content .content-text {
  height: 180px;
  margin-bottom: 30px;
  overflow: hidden;
  color: #3e3a3a;
  line-height: 160%;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-content .content-text a {
  display: block;
  color: #3e3a3a;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-content dl {
  overflow: hidden;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-content dl dd {
  float: left;
  width: 260px;
  height: 130px;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-content dl dd img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-content dl dt {
  float: left;
  width: 245px;
  height: 130px;
  background-color: #b3874c;
  text-align: center;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-content dl dt a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 130px;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-picture {
  float: left;
  width: 520px;
  height: 336px;
  overflow: hidden;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-picture img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-wenhua-body .wenhua-list-box .wenhua-box-picture:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-1 {
  background: url(img/wenhua-list-bg-1.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-1 .wenhua-box-title {
  left: 222px;
  top: 44px;
  height: 336px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-2 {
  background: url(img/wenhua-list-bg-2.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-2 .wenhua-box-content .content-text,
.m-wenhua-body .wenhua-list-box.u-wenhua-list-2 .wenhua-box-content .content-text a {
  color: #fff;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-2 .wenhua-box-title {
  left: 198px;
  top: 40px;
  height: 355px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-3 {
  background: url(img/wenhua-list-bg-3.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-3 .wenhua-box-title {
  left: 228px;
  top: 30px;
  height: 418px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-4 {
  background: url(img/wenhua-list-bg-4.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-4 .wenhua-box-content .content-text,
.m-wenhua-body .wenhua-list-box.u-wenhua-list-4 .wenhua-box-content .content-text a {
  color: #fff;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-4 .wenhua-box-title {
  left: 188px;
  top: 24px;
  height: 337px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-5 {
  background: url(img/wenhua-list-bg-5.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-5 .wenhua-box-title {
  left: 212px;
  top: 36px;
  height: 383px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-6 {
  background: url(img/wenhua-list-bg-6.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-6 .wenhua-box-content .content-text,
.m-wenhua-body .wenhua-list-box.u-wenhua-list-6 .wenhua-box-content .content-text a {
  color: #fff;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-6 .wenhua-box-title {
  left: 240px;
  top: 20px;
  height: 433px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-7 {
  background: url(img/wenhua-list-bg-7.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-7 .wenhua-box-title {
  left: 208px;
  top: 16px;
  height: 449px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-8 {
  background: url(img/wenhua-list-bg-8.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-8 .wenhua-box-content .content-text,
.m-wenhua-body .wenhua-list-box.u-wenhua-list-8 .wenhua-box-content .content-text a {
  color: #fff;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-8 .wenhua-box-title {
  left: 188px;
  top: 28px;
  height: 361px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-9 {
  background: url(img/wenhua-list-bg-9.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-9 .wenhua-box-title {
  left: 226px;
  top: 5px;
  height: 410px;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-10 {
  background: url(img/wenhua-list-bg-10.jpg) no-repeat center;
  background-size: 100%;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-10 .wenhua-box-content .content-text,
.m-wenhua-body .wenhua-list-box.u-wenhua-list-10 .wenhua-box-content .content-text a {
  color: #fff;
}
.m-wenhua-body .wenhua-list-box.u-wenhua-list-10 .wenhua-box-title {
  left: 218px;
  top: 8px;
  height: 441px;
}
.m-tese-body {
  position: relative;
}
.m-tese-body .m-tese-nav {
  position: absolute;
  z-index: 2;
  top: -66px;
  left: 147px;
  right: 147px;
  height: 210px;
  background: url(img/tese-nav-bg.jpg) no-repeat center;
  background-size: 100%;
  box-shadow: 0 5px 10px #ccc;
}
.m-tese-body .m-tese-nav ul {
  padding-left: 305px;
  padding-top: 35px;
}
.m-tese-body .m-tese-nav ul:before,
.m-tese-body .m-tese-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.m-tese-body .m-tese-nav ul li {
  float: left;
  width: 142px;
  height: 143px;
  margin-right: 34px;
}
.m-tese-body .m-tese-nav ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-tese-body .m-tese-nav ul li img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-tese-body .m-tese-nav ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-tese-body .m-tese-nav ul li:last-of-type {
  margin-right: 0;
}
.m-tese-body .tese-list-box {
  position: relative;
  height: 714px;
  overflow: hidden;
  padding-left: 31.25%;
}
.m-tese-body .tese-list-box.u-list-top {
  height: 842px;
  padding-top: 144px;
}
.m-tese-body .tese-list-box.u-list-top .tese-box-content {
  margin-top: 72px;
}
.m-tese-body .tese-list-box.u-list-top .tese-box-content .content-text {
  margin-top: 160px;
}
.m-tese-body .tese-list-box.u-leftbg {
  background: url(img/tese-list-left-bg.jpg) no-repeat center;
  background-size: 100%;
}
.m-tese-body .tese-list-box.u-rightbg {
  background: url(img/tese-list-right-bg.jpg) no-repeat center;
  background-size: 100%;
}
.m-tese-body .tese-list-box .tese-list-title {
  position: absolute;
  z-index: 3;
  left: 262px;
}
.m-tese-body .tese-list-box .tese-list-title img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-tese-body .tese-list-box .tese-list-title.u-title1 {
  top: 204px;
  width: 192px;
  height: 422px;
}
.m-tese-body .tese-list-box .tese-list-title.u-title2 {
  top: 75px;
  width: 192px;
  height: 450px;
}
.m-tese-body .tese-list-box .tese-list-title.u-title3 {
  top: 78px;
  width: 212px;
  height: 450px;
}
.m-tese-body .tese-list-box .tese-box-content {
  position: relative;
  width: 1100px;
  height: 530px;
  margin-top: 90px;
  overflow: hidden;
}
.m-tese-body .tese-list-box .tese-box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 778px;
  background: url(img/tese-list-text-bg.jpg) repeat center;
}
.m-tese-body .tese-list-box .tese-box-content .content-text {
  position: relative;
  float: left;
  width: 370px;
  height: 300px;
  margin-left: 62px;
  margin-top: 130px;
}
.m-tese-body .tese-list-box .tese-box-content .content-text p {
  height: 300px;
  overflow: hidden;
  font-size: 16px;
  line-height: 190%;
}
.m-tese-body .tese-list-box .tese-box-content .content-text p a {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-tese-body .tese-list-box .tese-box-content .content-text .f-pr {
  top: initial;
  bottom: 0;
}
.m-tese-body .tese-list-box .tese-box-content .content-text .f-pr img {
  width: 111px;
  height: 23px;
}
.m-tese-body .tese-list-box .tese-box-content .content-picture {
  position: relative;
  float: left;
  width: 624px;
  height: 396px;
  margin-top: 50px;
  margin-left: 42px;
}
.m-tese-body .tese-list-box .tese-box-content .content-picture a {
  display: block;
  width: 100%;
  height: 100%;
}
.m-tese-body .tese-list-box .tese-box-content .content-picture .swiper-pagination {
  text-align: left;
}
.m-tese-body .tese-list-box .tese-box-content .content-picture .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ccb283;
}
.m-tese-body .tese-list-box .tese-box-content .content-picture .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ccb283;
}
.m-tese-body .tese-list-banner {
  position: relative;
  height: 570px;
  background: url(img/tese-list-banner-bg.jpg) no-repeat center;
  background-size: 100%;
}
.m-tese-body .tese-list-banner .banner-box {
  width: 1195px;
  margin-left: 195px;
  padding-top: 70px;
}
.m-tese-body .tese-list-banner .banner-box .banner-title {
  position: relative;
  height: 125px;
  padding-right: 130px;
}
.m-tese-body .tese-list-banner .banner-box .banner-title p {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
}
.m-tese-body .tese-list-banner .banner-box .banner-title p a {
  color: #fff;
}
.m-tese-body .tese-list-banner .banner-box .banner-title .f-pr {
  top: initial;
  bottom: 20px;
}
.m-tese-body .tese-list-banner .banner-box .banner-title .f-pr img {
  width: 111px;
  height: 23px;
}
.m-tese-body .tese-list-banner .banner-box ul {
  overflow: hidden;
}
.m-tese-body .tese-list-banner .banner-box ul li {
  float: left;
  width: 386px;
  height: 256px;
  overflow: hidden;
  border: 1px solid #fff;
  margin-right: 18px;
}
.m-tese-body .tese-list-banner .banner-box ul li a,
.m-tese-body .tese-list-banner .banner-box ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-tese-body .tese-list-banner .banner-box ul li:last-child {
  margin-right: 0;
}
.m-tese-body .tese-list-banner .banner-box ul li img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-tese-body .tese-list-banner .banner-box ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-tese-body .tese-list-banner .tese-list-title {
  position: absolute;
  z-index: 2;
  right: 252px;
  top: 44px;
  width: 214px;
  height: 450px;
}
.m-tese-body .tese-list-banner .tese-list-title img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-tese-content {
  padding: 25px 335px 140px 150px;
}
.m-tese-content .content-title {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 22px 18px;
  box-shadow: 0 5px 20px #ccc;
}
.m-tese-content .content-title .content-title-body {
  position: relative;
  min-height: 275px;
  padding: 90px 86px 40px 152px;
  background: url(img/tese-content-title-bg.jpg) repeat center;
}
.m-tese-content .content-title .content-title-body .u-title {
  position: absolute;
  z-index: 1;
  left: 68px;
  top: 48px;
  width: 60px;
}
.m-tese-content .content-title .content-title-body .u-title img {
  display: block;
  width: 100%;
  height: auto;
}
.m-tese-content .content-title .content-title-body .u-text {
  color: #433f3e;
  font-size: 16px;
  line-height: 190%;
}
.m-tese-content .content-title .content-title-body .u-subTitle {
  margin-top: -30px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
}
.m-tese-content .content-body {
  min-height: 550px;
  padding: 68px 96px;
  background-color: #fff;
}
.m-tese-minc {
  padding: 25px 147px 70px 147px;
  background: url(img/tese-minc-body-bg.jpg) repeat-y center;
  background-size: 100%;
}
.m-tese-minc .tese-minc-intro {
  padding: 22px 18px;
  background-color: #fff;
  box-shadow: 0 5px 20px #ccc;
}
.m-tese-minc .tese-minc-intro .intro-body {
  position: relative;
  min-height: 345px;
  overflow: hidden;
  padding-left: 152px;
  background: url(img/tese-content-title-bg.jpg) repeat center;
}
.m-tese-minc .tese-minc-intro .intro-body .u-title {
  position: absolute;
  left: 18px;
  top: 48px;
  width: 198px;
}
.m-tese-minc .tese-minc-intro .intro-body .u-title img {
  display: block;
  width: 100%;
  height: auto;
}
.m-tese-minc .tese-minc-intro .intro-body .u-text {
  position: relative;
  z-index: 1;
  float: left;
  width: 600px;
  min-height: 1px;
  margin-right: 100px;
  padding-top: 48px;
}
.m-tese-minc .tese-minc-intro .intro-body .u-text p {
  height: 210px;
  color: #433f3e;
  font-size: 16px;
  line-height: 190%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-tese-minc .tese-minc-intro .intro-body .u-text .f-pr {
  z-index: 1;
  top: initial;
  bottom: -30px;
}
.m-tese-minc .tese-minc-intro .intro-body .u-text .f-pr img {
  display: block;
  width: 111px;
  height: 23px;
}
.m-tese-minc .tese-minc-intro .intro-body .u-img {
  float: left;
  width: 726px;
  height: 345px;
}
.m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-prev {
  left: 25px !important;
}
.m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-next {
  right: 25px !important;
}
.m-tese-minc .tese-minc-title {
  padding: 0 150px 20px 150px;
  color: #433f3e;
  text-align: center;
}
.m-tese-minc .tese-minc-title .u-title {
  position: relative;
  padding-top: 60px;
  padding-bottom: 18px;
  font-size: 30px;
  line-height: 130%;
}
.m-tese-minc .tese-minc-title .u-title b,
.m-tese-minc .tese-minc-title .u-title strong {
  display: block;
  font-weight: 100;
}
.m-tese-minc .tese-minc-title .u-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33.4%;
  width: 33.2%;
  height: 1px;
  background-color: #cdcdcd;
}
.m-tese-minc .tese-minc-title .u-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 105px;
  height: 3px;
  margin-left: -53px;
  background-color: #b3874c;
}
.m-tese-minc .tese-minc-title p {
  font-size: 16px;
  line-height: 180%;
}
.m-tese-minc .tese-minc-title p:first-of-type {
  margin-top: 35px;
}
.m-tese-minc .tese-minc-list ul {
  padding: 0 34px;
}
.m-tese-minc .tese-minc-list ul:before,
.m-tese-minc .tese-minc-list ul:after {
  content: "";
  display: table;
  clear: both;
}
.m-tese-minc .tese-minc-list ul li {
  float: left;
  width: 756px;
  height: 408px;
  margin-right: 42px;
  margin-top: 25px;
  padding-top: 32px;
  box-shadow: 0 5px 10px #ccc;
  background-color: #fff;
}
.m-tese-minc .tese-minc-list ul li:nth-child(2n) {
  margin-right: 0;
}
.m-tese-minc .tese-minc-list ul li .u-text {
  position: relative;
  float: left;
  width: 300px;
  height: 100%;
  margin-left: 32px;
  margin-right: 36px;
}
.m-tese-minc .tese-minc-list ul li .u-text b {
  display: block;
  margin-bottom: 16px;
  padding: 4px 0 4px 60px;
  color: #0e6d06;
  font-size: 24px;
  font-weight: 100;
  line-height: 160%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
  background: url(img/u-tea.jpg) no-repeat left center;
  background-size: 45px 45px;
}
.m-tese-minc .tese-minc-list ul li .u-text p {
  color: #433f3e;
  font-size: 16px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-word;
}
.m-tese-minc .tese-minc-list ul li .u-text .f-pr {
  top: initial;
  right: 10px;
  bottom: 50px;
}
.m-tese-minc .tese-minc-list ul li .u-text .f-pr img {
  display: block;
}
.m-tese-minc .tese-minc-list ul li .u-img {
  float: left;
  width: 365px;
  height: 352px;
  overflow: hidden;
}
.m-tese-minc .tese-minc-list ul li .u-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-tese-minc .tese-minc-list ul li .u-img img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-tese-minc .tese-minc-list ul li .u-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-tese-minc .tese-minc-list ul.u-one li {
  width: 100%;
  margin-right: 0;
}
.m-tese-minc .tese-minc-list ul.u-one li .u-text {
  width: 600px;
}
.m-tese-minc .tese-minc-list ul.u-one li .u-img {
  float: left;
  width: 852px;
  overflow: hidden;
}
.m-tese-minc .tese-minc-list ul.u-one li .u-img a {
  float: left;
  width: 416px;
  height: 354px;
  overflow: hidden;
  margin-right: 20px;
}
.m-tese-minc .tese-minc-list ul.u-one li .u-img a:last-of-type {
  margin-right: 0;
}
.m-tese-minc .tese-minc-list ul.u-one li .u-img a img {
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-tese-minc .tese-minc-list ul.u-one li .u-img a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-tese-minc .tese-minc-list ul.u-one li .u-img:hover img {
  transform: none;
}
.content-flex ul {
  column-count: 3;
}
.content-flex ul li {
  break-inside: avoid;
}
.content-flex ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.content-flex ul li p {
  padding: 8px 10px 15px 10px;
  text-align: center;
}
.g-layout-app {
  display: none;
}
@media screen and (max-width: 1680px) {
  body {
    width: 1680px;
    max-width: 1680px;
  }
  .m-header-menu {
    height: 177px;
  }
  .m-header-menu.u-fixed {
    width: 1680px;
  }
  .m-header-menu.u-fixed .header-menu {
    padding-top: 23px;
  }
  .m-header-menu.u-fixed .header-logo {
    margin-right: 88px;
    margin-left: 56px;
  }
  .m-header-menu .header-menu {
    padding-left: 9.5%;
    padding-top: 66px;
  }
  .m-header-menu .header-menu li {
    width: 130px;
    height: 60px;
    margin-right: 53px;
  }
  .m-header-menu .header-menu li:nth-child(3) {
    margin-right: 367px;
  }
  .m-header-menu .header-logo {
    width: 263px;
    height: 137px;
    margin-top: -68px;
    margin-left: -131px;
  }
  .m-more {
    width: 108px;
    height: 41px;
  }
  /**
     * 首页
 */
  .m-home-banner {
    height: 693px;
  }
  .m-home-banner .swiper-pagination {
    bottom: 39px;
  }
  .m-home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 241px;
    height: 102px;
  }
  .m-footer {
    height: 294px;
  }
  .m-footer .footer-logo img {
    width: 247px;
    height: 168px;
  }
  .m-footer .footer-nav {
    padding-top: 39px;
  }
  .m-footer .footer-nav:after {
    top: 44px;
    bottom: 69px;
  }
  .m-footer .footer-nav dl {
    margin-right: 79px;
  }
  .m-footer .footer-nav dl dt {
    height: 26px;
    margin-bottom: 19px;
    font-size: 23px;
    line-height: 26px;
  }
  .m-footer .footer-nav dl dd {
    margin-bottom: 18px;
  }
  .m-footer .footer-info {
    padding-left: 42px;
    padding-top: 39px;
  }
  .m-footer .footer-info dl {
    margin-bottom: 12px;
  }
  .m-footer .footer-info dl dt {
    height: 26px;
    margin-bottom: 4px;
    font-size: 23px;
    line-height: 26px;
  }
  .m-footer .footer-info dl dd b {
    margin-bottom: 4px;
    font-size: 37px;
    line-height: 44px;
  }
  .m-footer .footer-info .info-ewm img {
    width: 89px;
    height: 89px;
    margin-right: 13px;
  }
  .m-footer .footer-address {
    padding-bottom: 18px;
  }
  .m-fixed-anchor ul li {
    height: 26px;
  }
  .m-fixed-anchor ul li label {
    height: 26px;
    line-height: 26px;
  }
  .m-fixed-anchor ul li.active label {
    width: 100px;
  }
  .m-home-wenbo {
    height: 889px;
    padding-top: 44px;
  }
  .m-home-wenbo .home-wenbo-title {
    height: 267px;
    margin-bottom: 88px;
    background-size: 733px 267px;
    background-position: 172px 0;
  }
  .m-home-wenbo .home-wenbo-title ul {
    padding-right: 144px;
    padding-top: 22px;
  }
  .m-home-wenbo .home-wenbo-title ul li {
    width: 35px;
    height: 181px;
    margin-right: 63px;
    padding: 28px 4px;
    font-size: 26px;
    line-height: 30px;
  }
  .m-home-wenbo .home-wenbo-list {
    height: 303px;
    padding: 0 140px;
  }
  .m-home-wenbo .m-more {
    margin-top: 53px;
  }
  .m-home-advert {
    height: 315px;
  }
  .m-home-feiyi {
    height: 980px;
    padding-top: 212px;
  }
  .m-home-feiyi .home-feiyi-title {
    top: 67px;
    height: 285px;
    background-size: 694px 285px;
    background-position: 168px 0;
  }
  .m-home-feiyi .home-feiyi-title ul {
    padding-right: 140px;
    padding-top: 19px;
  }
  .m-home-feiyi .home-feiyi-title ul li {
    width: 107px;
    height: 210px;
    margin-right: 18px;
  }
  .m-home-feiyi .home-feiyi-list {
    height: 648px;
    padding: 0 162px;
  }
  .m-home-feiyi .m-more {
    margin-top: 31px;
  }
  .m-home-wenhua {
    height: 783px;
    padding-top: 328px;
  }
  .m-home-wenhua .home-wenhua-title {
    top: 90px;
    height: 285px;
    background-size: 1313px 273px;
    background-position: 168px 0;
  }
  .m-home-wenhua .home-wenhua-list {
    height: 350px;
    padding: 0 140px 0 378px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide a {
    padding-bottom: 124px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl {
    height: 124px;
    padding-top: 12px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl b {
    font-size: 19px;
  }
  .m-home-wenhua .swiper-button-prev {
    left: 302px !important;
  }
  .m-home-wenhua .m-more {
    margin-top: 31px;
  }
  .m-home-xinwen {
    height: 770px;
    padding-top: 63px;
  }
  .m-home-xinwen .home-xinwen-title {
    top: 84px;
    height: 326px;
    background-size: 164px 326px;
    background-position: 163px 0;
  }
  .m-home-xinwen .home-xinwen-banner {
    width: 1203px;
    height: 298px;
    padding: 0 162px;
    margin-left: 315px;
  }
  .m-home-xinwen .home-xinwen-list {
    padding-left: 431px;
    padding-top: 22px;
  }
  .m-home-xinwen .home-xinwen-list ul {
    width: 1015px;
  }
  .m-home-xinwen .home-xinwen-list ul li {
    width: 490px;
    height: 102px;
    margin-top: 35px;
    margin-right: 35px;
  }
  .m-home-xinwen .home-xinwen-list ul li .u-img {
    width: 102px;
    height: 102px;
    margin-right: 13px;
  }
  .m-home-xinwen .home-xinwen-list ul li .u-text {
    width: calc(100% - 102px - 13px);
    height: 102px;
  }
  .m-home-xinwen .home-xinwen-list ul li .u-text p {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-home-xinwen .m-more {
    margin-top: 48px;
  }
  .m-focusTrans-swiper .swiper-slide {
    width: 606px;
    height: 291px;
    box-shadow: 0 7px 26px #ddd;
  }
  .m-wenbo-list .wenbo-list-title {
    height: 40px;
    margin-bottom: 46px;
    padding-left: 267px;
    padding-right: 166px;
    line-height: 40px;
  }
  .m-wenbo-list .wenbo-list-title .f-pl {
    width: 254px;
    font-size: 49px;
  }
  .m-wenbo-list .wenbo-list-title .f-pr {
    width: 154px;
    height: 40px;
    padding-left: 19px;
    font-size: 14px;
  }
  .m-wenbo-list .wenbo-list-title p {
    font-size: 39px;
  }
  .m-wenbo-list .wenbo-list-first {
    padding: 92px 130px 98px 130px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left {
    width: 61%;
    height: 305px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-img {
    width: 523px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-text {
    padding: 0 22px;
    margin-left: 523px;
    font-size: 14px;
    line-height: 180%;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right {
    width: 39%;
    height: 305px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom {
    height: 30%;
    padding: 0 54px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-next,
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-prev {
    width: 51px;
    top: 9px;
    height: 74px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .gallery-thumbs {
    padding: 9px 0;
  }
  .m-wenbo-list .wenbo-list-body {
    padding-bottom: 105px;
  }
  .m-wenbo-list .wenbo-list-body .u-list {
    padding: 58px 130px 54px 130px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .wenbo-list-title {
    margin-bottom: 21px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text {
    width: 481px;
    height: 242px;
    margin-right: 19px;
    padding: 31px 39px 0 48px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text b {
    height: 49px;
    margin-bottom: 13px;
    padding-left: 138px;
    font-size: 21px;
    line-height: 120%;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text b .f-pl {
    font-size: 46px;
    line-height: 47px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text p {
    height: 131px;
    font-size: 14px;
    line-height: 190%;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img {
    height: 242px;
    margin-left: 501px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-slide {
    height: 242px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-next,
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-prev {
    width: 44px;
    height: 67px;
    margin-top: -33px;
  }
  .m-wenbo-list .wenbo-list-body .u-list:first-of-type {
    height: 416px;
  }
  .m-banner {
    height: 434px;
  }
  .m-banner.m-banner-feiyi {
    height: 567px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle {
    height: 133px;
    padding-top: 26px;
    padding: 26px 158px 0 116px;
    background: url(img/banner-feiyi-subtitle-bg.png) no-repeat 0 12px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle p {
    height: 88px;
    font-size: 14px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle .f-pr {
    bottom: 35px;
    width: 97px;
    height: 20px;
  }
  .m-content-page .content-page {
    padding-top: 37px;
    padding-bottom: 61px;
  }
  .m-content-page .content-focusTrans {
    padding-top: 109px;
    padding-bottom: 101px;
  }
  .m-content-page .content-focusTrans .m-focusTrans-swiper {
    height: 473px;
    padding: 0 162px;
    margin: 0 130px;
  }
  .m-content-page .content-focusTrans .m-focusTrans-swiper .swiper-container .swiper-slide {
    width: 709px;
    height: 471px;
  }
  .m-content-page .content-title {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .m-content-page .content-swiper {
    padding: 0 280px 0 193px;
  }
  .m-content-page .content-swiper:before {
    top: 105px;
    height: 468px;
  }
  .m-content-page .content-swiper .content-swiper-box {
    height: 663px;
    padding: 107px 44px 96px 44px;
  }
  .m-content-page .content-swiper .content-swiper-box .swiper-button-prev {
    left: -53px !important;
  }
  .m-content-page .content-swiper .content-swiper-box .swiper-button-prev:after {
    font-size: 56px;
  }
  .m-content-page .content-swiper .content-swiper-box .swiper-button-next {
    right: -53px !important;
  }
  .m-content-page .content-swiper .content-swiper-box .swiper-button-next:after {
    font-size: 56px;
  }
  .m-content {
    min-height: 473px;
    margin: 0 207px;
    padding: 53px 105px;
  }
  .m-content.m-pageTab-content {
    min-height: 280px;
  }
  .m-content .content-back {
    top: 35px;
    right: 105px;
    font-size: 14px;
  }
  .m-content .content-body {
    font-size: 14px;
  }
  .m-content .content-body img {
    margin: 18px auto;
  }
  .m-content .content-pagination {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .m-content .content-pagination a {
    width: 107px;
    height: 33px;
    margin-right: 315px;
    font-size: 14px;
    border-radius: 17px;
    line-height: 33px;
  }
  .m-feiyi-body {
    padding-bottom: 175px;
  }
  .m-feiyi-body .feiyi-list {
    height: 556px;
    padding-top: 101px;
  }
  .m-feiyi-body .feiyi-list .list-box {
    width: 1059px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-slide {
    height: 385px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-slide a {
    padding-bottom: 121px;
  }
  .m-feiyi-body .feiyi-list .list-box .u-text {
    height: 121px;
    padding: 9px 13px;
  }
  .m-feiyi-body .feiyi-list .list-box .u-text b {
    height: 39px;
    font-size: 25px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-button-next,
  .m-feiyi-body .feiyi-list .list-box .swiper-button-prev {
    top: -46px;
    width: 35px;
    height: 35px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-button-next:after,
  .m-feiyi-body .feiyi-list .list-box .swiper-button-prev:after {
    font-size: 21px;
  }
  .m-feiyi-body .feiyi-list .list-title ul li {
    height: 21px;
    margin-bottom: 9px;
    padding-left: 25px;
    background: url(img/feiyi-xiju-li-bg.png) no-repeat 8px 4px;
    background-size: 12px 12px;
    font-size: 14px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-xiju {
    top: 54px;
    left: 107px;
    width: 417px;
    height: 466px;
    padding: 44px 39px 0 142px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-xiju ul li {
    background: url(img/feiyi-xiju-li-bg.png) no-repeat 8px 4px;
    background-size: 12px 12px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-yinyue {
    top: 47px;
    right: 136px;
    width: 396px;
    height: 481px;
    padding: 81px 117px 0 39px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-yinyue ul li {
    padding-right: 26px;
    background: url(img/feiyi-yinyue-li-bg.png) no-repeat 219px 4px;
    background-size: 12px 12px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-wudao {
    top: 42px;
    left: 128px;
    width: 396px;
    height: 465px;
    padding: 127px 39px 0 121px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-wudao ul li {
    background: url(img/feiyi-wudao-li-bg.png) no-repeat 8px 4px;
    background-size: 12px 12px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-jiyi {
    top: 35px;
    right: 136px;
    width: 396px;
    height: 485px;
    padding: 116px 117px 0 39px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-jiyi ul li {
    padding-right: 26px;
    background: url(img/feiyi-jiyi-li-bg.png) no-repeat 219px 4px;
    background-size: 12px 12px;
  }
  .m-feiyi-body .feiyi-list.u-left {
    padding-left: 486px;
  }
  .m-feiyi-body .feiyi-list.u-left .swiper-button-next {
    right: 35px !important;
  }
  .m-feiyi-body .feiyi-list.u-left .swiper-button-prev {
    right: 105px;
  }
  .m-feiyi-body .feiyi-list.u-right {
    padding-left: 127px;
  }
  .m-feiyi-body .feiyi-list.u-right .swiper-button-next {
    left: 105px;
  }
  .m-feiyi-body .feiyi-list.u-right .swiper-button-prev {
    left: 35px !important;
  }
  .m-feiyi-nav,
  .m-wenhua-fixedNav {
    top: 175px;
    right: 56px;
    width: 166px;
    padding: 35px 31px;
  }
  .m-feiyi-nav ul li,
  .m-wenhua-fixedNav ul li {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .m-feiyi-nav ul li a,
  .m-wenhua-fixedNav ul li a {
    height: 37px;
    font-size: 18px;
    line-height: 37px;
  }
  .m-wenhua-fixedNav {
    padding: 26px 22px;
  }
  .m-pageTab-nav {
    min-height: 53px;
    margin: 0 207px 57px 207px;
  }
  .m-pageTab-nav .pageTab-title {
    padding: 11px 18px;
  }
  .m-pageTab-nav .pageTab-title li {
    min-width: 72px;
    height: 30px;
    margin-right: 13px;
    padding: 0 11px;
    border-radius: 9px;
    font-size: 18px;
    line-height: 30px;
  }
  .m-wenhua-nav {
    margin-top: -40px;
    margin-bottom: 46px;
  }
  .m-wenhua-nav ul {
    height: 170px;
    padding-bottom: 16px;
  }
  .m-wenhua-nav ul li {
    width: 138px;
    height: 154px;
    padding: 12px 5px 0 5px;
  }
  .m-wenhua-nav ul li a {
    height: 142px;
  }
  .m-wenhua-nav ul li p {
    height: 26px;
    line-height: 26px;
  }
  .m-wenhua-nav ul li:after {
    bottom: 39px;
    height: 58px;
  }
  .m-wenhua-nav ul li:hover a,
  .m-wenhua-nav ul li.active a {
    height: 168px;
    margin-top: -26px;
    padding-top: 26px;
  }
  .m-wenhua-body {
    margin-bottom: 175px;
  }
  .m-wenhua-body .wenhua-list-title {
    height: 105px;
    padding-top: 37px;
    padding-bottom: 16px;
  }
  .m-wenhua-body .wenhua-list-box {
    height: 413px;
    padding-left: 381px;
    padding-top: 63px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content {
    width: 674px;
    height: 298px;
    margin-right: 44px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content .content-text {
    height: 158px;
    margin-bottom: 26px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dd {
    width: 228px;
    height: 114px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dt {
    width: 214px;
    height: 114px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dt a {
    font-size: 14px;
    line-height: 114px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-picture {
    width: 455px;
    height: 294px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-1 .wenhua-box-title {
    left: 194px;
    top: 39px;
    height: 294px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-2 .wenhua-box-title {
    left: 173px;
    top: 35px;
    height: 311px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-3 .wenhua-box-title {
    left: 200px;
    top: 26px;
    height: 366px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-4 .wenhua-box-title {
    left: 165px;
    top: 21px;
    height: 295px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-5 .wenhua-box-title {
    left: 186px;
    top: 32px;
    height: 335px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-6 .wenhua-box-title {
    left: 210px;
    top: 18px;
    height: 379px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-7 .wenhua-box-title {
    left: 182px;
    top: 14px;
    height: 393px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-8 .wenhua-box-title {
    left: 165px;
    top: 25px;
    height: 316px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-9 .wenhua-box-title {
    left: 198px;
    top: 4px;
    height: 359px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-10 .wenhua-box-title {
    left: 191px;
    top: 7px;
    height: 386px;
  }
  .body-wenhua .m-content {
    margin: 0 175px 0 88px;
  }
  .body-wenhua .content-title {
    margin-bottom: 26px;
    font-size: 21px;
  }
  .body-wenhua .content-title span {
    padding: 22px 26px;
  }
  .m-aboutUs-jianjie {
    height: 567px;
    padding-top: 96px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-title {
    left: 140px;
    top: 116px;
    height: 247px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content {
    width: 691px;
    height: 22px;
    margin-left: 334px;
    margin-right: 22px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content .content-text {
    height: 158px;
    margin-bottom: 26px;
    font-size: 14px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dd {
    width: 228px;
    height: 114px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dt {
    width: 214px;
    height: 114px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dt a {
    font-size: 14px;
    line-height: 114px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-picture {
    width: 455px;
    height: 294px;
  }
  .m-aboutUs-yewu {
    height: 463px;
    padding-left: 144px;
    padding-top: 86px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-title {
    width: 473px;
    height: 261px;
    padding-left: 201px;
    padding-top: 23px;
    background-size: 137px 260px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-title ul li {
    height: 28px;
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 28px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li {
    width: 161px;
    height: 254px;
    margin-right: 31px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li a {
    padding-top: 60px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li img {
    width: 96px;
    height: 96px;
    margin-bottom: 25px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li p {
    padding: 0 18px;
    font-size: 14px;
  }
  .m-aboutUs-zhanguan {
    height: 601px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-title {
    top: 175px;
    left: 137px;
    width: 135px;
    height: 242px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-list ul {
    padding-top: 95px;
    padding-left: 415px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-list ul li {
    width: 175px;
    height: 432px;
    margin-right: 30px;
  }
  .m-news-body {
    padding-top: 81px;
  }
  .m-news-body .m-news-title {
    height: 58px;
    margin-bottom: 48px;
  }
  .m-news-body .news-newest {
    margin: 0 128px 107px 128px;
  }
  .m-news-body .news-newest .news-newest-title {
    height: 315px;
  }
  .m-news-body .news-newest .news-newest-title .u-text {
    padding-left: 9px;
  }
  .m-news-body .news-newest .news-newest-title .u-text a {
    padding: 19px;
  }
  .m-news-body .news-newest .news-newest-title .u-text b {
    max-height: 58px;
    margin-bottom: 35px;
    font-size: 18px;
  }
  .m-news-body .news-newest .news-newest-title .u-text p {
    height: 172px;
    font-size: 14px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-img {
    height: 200px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text {
    height: 116px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text a {
    padding: 12px 14px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text b {
    height: 28px;
    margin-bottom: 9px;
    font-size: 18px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text p {
    height: 49px;
    font-size: 14px;
  }
  .m-news-body .news-news {
    margin: 0 128px 107px 128px;
  }
  .m-news-body .news-news .news-news-list ul li {
    height: 145px;
    margin-bottom: 39px;
  }
  .m-news-body .news-news .news-news-list ul li .u-img {
    width: 210px;
    height: 145px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text {
    width: 446px;
    height: 145px;
    margin-left: 37px;
    padding-left: 123px;
    padding-top: 9px;
  }
   .m-news-body .news-news .news-news-list ul li .u-text1 {
    width: 446px;
    height: 145px;
    margin-left: 37px;
    padding-left: 3px;
    padding-top: 9px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text .f-pl {
    width: 67px;
    top: 13px;
    font-size: 23px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text b {
    max-height: 56px;
    margin-bottom: 13px;
    font-size: 18px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text p {
    font-size: 14px;
  }
    .m-news-body .news-news .news-news-list ul li .u-text1 b {
    max-height: 56px;
    margin-bottom: 13px;
    font-size: 18px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text1 p {
    font-size: 14px;
  }
  .m-tese-body .m-tese-nav {
    top: -58px;
    left: 129px;
    right: 129px;
    height: 184px;
  }
  .m-tese-body .m-tese-nav ul {
    padding-left: 267px;
    padding-top: 31px;
  }
  .m-tese-body .m-tese-nav ul li {
    width: 124px;
    height: 125px;
    margin-right: 30px;
  }
  .m-tese-body .tese-list-box {
    height: 625px;
  }
  .m-tese-body .tese-list-box.u-list-top {
    height: 737px;
    padding-top: 126px;
  }
  .m-tese-body .tese-list-box.u-list-top .tese-box-content {
    margin-top: 63px;
  }
  .m-tese-body .tese-list-box.u-list-top .tese-box-content .content-text {
    margin-top: 140px;
  }
  .m-tese-body .tese-list-box .tese-list-title {
    left: 229px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title1 {
    top: 179px;
    width: 168px;
    height: 369px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title2 {
    top: 66px;
    width: 168px;
    height: 394px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title3 {
    top: 68px;
    width: 186px;
    height: 394px;
  }
  .m-tese-body .tese-list-box .tese-box-content {
    width: 963px;
    height: 464px;
    margin-top: 79px;
  }
  .m-tese-body .tese-list-box .tese-box-content:before {
    width: 681px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text {
    width: 324px;
    height: 263px;
    margin-left: 54px;
    margin-top: 114px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text p {
    height: 263px;
    font-size: 14px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text .f-pr img {
    width: 97px;
    height: 20px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-picture {
    width: 546px;
    height: 347px;
    margin-top: 44px;
    margin-left: 37px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-picture .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .m-tese-body .tese-list-banner {
    height: 499px;
  }
  .m-tese-body .tese-list-banner .banner-box {
    width: 1046px;
    margin-left: 171px;
    padding-top: 61px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title {
    height: 109px;
    padding-right: 114px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title p {
    font-size: 14px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title .f-pr {
    bottom: 18px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title .f-pr img {
    width: 97px;
    height: 20px;
  }
  .m-tese-body .tese-list-banner .banner-box ul li {
    width: 338px;
    height: 224px;
    margin-right: 16px;
  }
  .m-tese-body .tese-list-banner .tese-list-title {
    right: 221px;
    top: 39px;
    width: 187px;
    height: 394px;
  }
  .m-tese-content {
    padding: 22px 293px 123px 131px;
  }
  .m-tese-content .content-title {
    margin-bottom: 44px;
    padding: 19px 16px;
  }
  .m-tese-content .content-title .content-title-body {
    min-height: 241px;
    padding: 79px 75px 35px 133px;
  }
  .m-tese-content .content-title .content-title-body .u-title {
    left: 60px;
    top: 42px;
    width: 53px;
  }
  .m-tese-content .content-title .content-title-body .u-text {
    font-size: 14px;
  }
  .m-tese-content .content-title .content-title-body .u-subTitle {
    margin-top: -26px;
    margin-bottom: 26px;
    font-size: 26px;
  }
  .m-tese-content .content-body {
    min-height: 481px;
    padding: 60px 84px;
  }
  .m-tese-minc {
    padding: 22px 129px 61px 129px;
  }
  .m-tese-minc .tese-minc-intro {
    padding: 19px 16px;
  }
  .m-tese-minc .tese-minc-intro .intro-body {
    min-height: 302px;
    padding-left: 133px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-title {
    left: 16px;
    top: 42px;
    width: 173px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text {
    width: 525px;
    margin-right: 88px;
    padding-top: 42px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text p {
    height: 184px;
    font-size: 14px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text .f-pr {
    bottom: -26px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text .f-pr img {
    width: 97px;
    height: 20px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img {
    width: 635px;
    height: 302px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-prev {
    left: 22px !important;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-next {
    right: 22px !important;
  }
  .m-tese-minc .tese-minc-title {
    padding: 0 131px 18px 131px;
  }
  .m-tese-minc .tese-minc-title .u-title {
    padding-top: 53px;
    padding-bottom: 16px;
    font-size: 26px;
  }
  .m-tese-minc .tese-minc-title .u-title:after {
    width: 92px;
    height: 3px;
    margin-left: -46px;
  }
  .m-tese-minc .tese-minc-title p {
    font-size: 14px;
  }
  .m-tese-minc .tese-minc-title p:first-of-type {
    margin-top: 31px;
  }
  .m-tese-minc .tese-minc-list ul {
    padding: 0 30px;
  }
  .m-tese-minc .tese-minc-list ul li {
    width: 662px;
    height: 357px;
    margin-right: 37px;
    margin-top: 22px;
    padding-top: 28px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text {
    width: 263px;
    margin-left: 28px;
    margin-right: 32px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text b {
    margin-bottom: 14px;
    padding: 4px 0 4px 53px;
    font-size: 21px;
    background-size: 39px 39px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text p {
    font-size: 14px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text .f-pr {
    right: 9px;
    bottom: 44px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text .f-pr img {
    width: 97px;
    height: 20px;
  }
  .m-tese-minc .tese-minc-list ul li .u-img {
    width: 319px;
    height: 308px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-text {
    width: 525px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-img {
    width: 746px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-img a {
    width: 364px;
    height: 310px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 1366px) {
  body {
    width: 1366px;
    max-width: 1366px;
  }
  .m-header-menu {
    height: 144px;
  }
  .m-header-menu.u-fixed {
    width: 1348px;
    height: 53px;
  }
  .m-header-menu.u-fixed .header-menu {
    padding-top: 18px;
  }
  .m-header-menu.u-fixed .header-menu li {
    width: 55px;
    height: 20px;
    margin-right: 27px;
    font-size: 13px;
    line-height: 20px;
  }
  .m-header-menu.u-fixed .header-menu li:after {
    left: 2px;
    right: 2px;
    height: 1px;
  }
  .m-header-menu.u-fixed .header-menu li:nth-child(3) {
    margin-right: 27px;
  }
  .m-header-menu.u-fixed .header-logo {
    width: 179px;
    height: 33px;
    margin: 13px 71px 0 46px;
  }
  .m-header-menu.u-fixed .header-tel {
    top: 18px;
    right: 18px;
    font-size: 13px;
  }
  .m-header-menu .header-menu {
    padding-left: 9.5%;
    padding-top: 53px;
  }
  .m-header-menu .header-menu li {
    width: 105px;
    height: 48px;
    margin-right: 43px;
  }
  .m-header-menu .header-menu li:nth-child(3) {
    margin-right: 298px;
  }
  .m-header-menu .header-logo {
    width: 213px;
    height: 111px;
    margin-top: -55px;
    margin-left: -107px;
  }
  .m-more {
    width: 88px;
    height: 33px;
  }
  /**
     * 首页
 */
  .m-home-banner {
    height: 563px;
  }
  .m-home-banner .swiper-pagination {
    bottom: 32px;
  }
  .m-home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 196px;
    height: 83px;
    margin-right: 18px;
  }
  .m-footer {
    height: 239px;
  }
  .m-footer .footer-logo img {
    width: 201px;
    height: 137px;
  }
  .m-footer .footer-nav {
    padding-top: 32px;
  }
  .m-footer .footer-nav:after {
    top: 36px;
    bottom: 84px;
  }
  .m-footer .footer-nav dl {
    width: 78px;
    margin-right: 64px;
  }
  .m-footer .footer-nav dl dt {
    height: 21px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 21px;
  }
  .m-footer .footer-nav dl dd {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .m-footer .footer-info {
    padding-left: 34px;
    padding-top: 32px;
  }
  .m-footer .footer-info dl {
    margin-bottom: 10px;
  }
  .m-footer .footer-info dl dt {
    height: 21px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 21px;
  }
  .m-footer .footer-info dl dd b {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 36px;
  }
  .m-footer .footer-info dl dd p {
    font-size: 12px;
  }
  .m-footer .footer-info .info-ewm img {
    width: 73px;
    height: 73px;
    margin-right: 11px;
  }
  .m-footer .footer-address {
    padding-bottom: 14px;
    font-size: 12px;
  }
  .m-fixed-anchor {
    right: 30px;
    width: 21px;
  }
  .m-fixed-anchor ul li {
    height: 21px;
  }
  .m-fixed-anchor ul li label {
    height: 21px;
    font-size: 12px;
    line-height: 21px;
  }
  .m-fixed-anchor ul li.active label {
    width: 81px;
  }
  .m-fixed-top {
    bottom: 25%;
  }
  .m-fixed-top ul li {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .m-fixed-top ul li .sub-top {
    right: 32px;
    height: 32px;
  }
  .m-home-wenbo {
    height: 723px;
    padding-top: 36px;
  }
  .m-home-wenbo .home-wenbo-title {
    height: 217px;
    margin-bottom: 71px;
    background-size: 596px 217px;
    background-position: 139px 0;
  }
  .m-home-wenbo .home-wenbo-title ul {
    padding-right: 117px;
    padding-top: 18px;
  }
  .m-home-wenbo .home-wenbo-title ul li {
    width: 28px;
    height: 147px;
    margin-right: 51px;
    padding: 23px 4px;
    font-size: 21px;
    line-height: 24px;
  }
  .m-home-wenbo .home-wenbo-list {
    height: 246px;
    padding: 0 114px;
  }
  .m-home-wenbo .home-wenbo-list .swiper-container .swiper-slide .f-pl {
    height: 58px;
  }
  .m-home-wenbo .home-wenbo-list .swiper-container .swiper-slide .f-pl b {
    font-size: 13px;
  }
  .m-home-wenbo .m-more {
    margin-top: 43px;
  }
  .swiper-button-next {
    right: 64px !important;
  }
  .swiper-button-prev {
    left: 64px !important;
  }
  .m-home-advert {
    height: 256px;
  }
  .m-home-feiyi {
    height: 797px;
    padding-top: 172px;
  }
  .m-home-feiyi .home-feiyi-title {
    top: 54px;
    height: 232px;
    background-size: 564px 232px;
    background-position: 137px 0;
  }
  .m-home-feiyi .home-feiyi-title ul {
    padding-right: 114px;
    padding-top: 16px;
  }
  .m-home-feiyi .home-feiyi-title ul li {
    width: 87px;
    height: 171px;
    margin-right: 14px;
  }
  .m-home-feiyi .home-feiyi-list {
    height: 526px;
    padding: 0 132px;
  }
  .m-home-feiyi .m-more {
    margin-top: 25px;
  }
  .m-home-wenhua {
    height: 637px;
    padding-top: 267px;
  }
  .m-home-wenhua .home-wenhua-title {
    top: 73px;
    height: 232px;
    background-size: 1067px 222px;
    background-position: 137px 0;
  }
  .m-home-wenhua .home-wenhua-list {
    height: 285px;
    padding: 0 114px 0 307px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide a {
    padding-bottom: 101px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl {
    height: 101px;
    padding-top: 10px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl b {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .m-home-wenhua .swiper-button-prev {
    left: 245px !important;
  }
  .m-home-wenhua .m-more {
    margin-top: 25px;
  }
  .m-home-xinwen {
    height: 626px;
    padding-top: 51px;
  }
  .m-home-xinwen .home-xinwen-title {
    top: 68px;
    height: 265px;
    background-size: 133px 265px;
    background-position: 132px 0;
  }
  .m-home-xinwen .home-xinwen-banner {
    width: 978px;
    height: 242px;
    padding: 0 132px;
    margin-left: 256px;
  }
  .m-home-xinwen .home-xinwen-list {
    padding-left: 350px;
    padding-top: 18px;
  }
  .m-home-xinwen .home-xinwen-list ul {
    width: 825px;
  }
  .m-home-xinwen .home-xinwen-list ul li {
    width: 398px;
    height: 83px;
    margin-top: 28px;
    margin-right: 28px;
  }
  .m-home-xinwen .home-xinwen-list ul li .u-img {
    width: 83px;
    height: 83px;
    margin-right: 11px;
  }
  .m-home-xinwen .home-xinwen-list ul li .u-text {
    width: calc(100% - 82px - 12px);
    height: 83px;
  }
  .m-home-xinwen .home-xinwen-list ul li .u-text b {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .m-home-xinwen .home-xinwen-list ul li .u-text p {
    font-size: 12px;
  }
  .m-home-xinwen .m-more {
    margin-top: 39px;
  }
  .m-focusTrans-swiper .swiper-slide {
    width: 492px;
    height: 236px;
    box-shadow: 0 6px 21px #ddd;
  }
  .m-wenbo-list .wenbo-list-title {
    height: 33px;
    margin-bottom: 37px;
    padding-left: 217px;
    padding-right: 135px;
    line-height: 33px;
  }
  .m-wenbo-list .wenbo-list-title .f-pl {
    width: 206px;
    font-size: 40px;
  }
  .m-wenbo-list .wenbo-list-title .f-pr {
    width: 125px;
    height: 33px;
    padding-left: 16px;
    font-size: 11px;
  }
  .m-wenbo-list .wenbo-list-title p {
    font-size: 31px;
  }
  .m-wenbo-list .wenbo-list-first {
    padding: 75px 105px 80px 105px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left {
    width: 61%;
    height: 248px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-img {
    width: 425px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-text {
    padding: 0 18px;
    margin-left: 425px;
    font-size: 14px;
    line-height: 180%;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-text p {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right {
    width: 39%;
    height: 248px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom {
    height: 30%;
    padding: 0 44px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-next,
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-prev {
    width: 41px;
    top: 7px;
    height: 60px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .gallery-thumbs {
    padding: 7px 0;
  }
  .m-wenbo-list .wenbo-list-body {
    padding-bottom: 85px;
  }
  .m-wenbo-list .wenbo-list-body .u-list {
    padding: 47px 105px 44px 105px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .wenbo-list-title {
    margin-bottom: 17px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text {
    width: 391px;
    height: 196px;
    margin-right: 16px;
    padding: 25px 32px 0 39px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text b {
    height: 40px;
    margin-bottom: 11px;
    padding-left: 112px;
    font-size: 17px;
    line-height: 120%;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text b .f-pl {
    font-size: 37px;
    line-height: 38px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text p {
    height: 107px;
    font-size: 11px;
    line-height: 190%;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img {
    height: 196px;
    margin-left: 407px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-slide {
    height: 196px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-next,
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-prev {
    width: 36px;
    height: 54px;
    margin-top: -27px;
  }
  .m-wenbo-list .wenbo-list-body .u-list:first-of-type {
    height: 338px;
  }
  .m-banner {
    height: 353px;
  }
  .m-banner.m-banner-feiyi {
    height: 461px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle {
    height: 108px;
    padding-top: 21px;
    padding: 21px 128px 0 94px;
    background: url(img/banner-feiyi-subtitle-bg.png) no-repeat 0 10px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle p {
    height: 71px;
    font-size: 14px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle .f-pr {
    bottom: 28px;
    width: 79px;
    height: 16px;
  }
  .m-content-page .content-focusTrans {
    padding-top: 89px;
    padding-bottom: 82px;
  }
  .m-content-page .content-focusTrans .m-focusTrans-swiper {
    padding: 0 132px;
    margin: 0 105px;
  }
  .m-content-page .content-swiper .content-swiper-box {
    height: 539px;
    padding: 87px 36px 78px 36px;
  }
  .m-content {
    min-height: 384px;
    margin: 0 169px;
    padding: 43px 85px;
  }
  .m-content.m-pageTab-content {
    min-height: 228px;
  }
  .m-content .content-back {
    top: 28px;
    right: 85px;
  }
  .m-content .content-body img {
    margin: 14px auto;
  }
  .m-content .content-pagination {
    padding-top: 57px;
    padding-bottom: 28px;
  }
  .m-content .content-pagination a {
    width: 87px;
    height: 27px;
    margin-right: 256px;
    border-radius: 14px;
    line-height: 27px;
  }
  .m-feiyi-body {
    padding-bottom: 142px;
  }
  .m-feiyi-body .feiyi-list {
    height: 452px;
    padding-top: 82px;
  }
  .m-feiyi-body .feiyi-list .list-box {
    width: 861px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-slide {
    height: 313px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-slide a {
    padding-bottom: 98px;
  }
  .m-feiyi-body .feiyi-list .list-box .u-text {
    height: 98px;
    padding: 7px 11px;
  }
  .m-feiyi-body .feiyi-list .list-box .u-text b {
    height: 31px;
    font-size: 20px;
  }
  .m-feiyi-body .feiyi-list .list-box .u-text p {
    font-size: 12px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-button-next,
  .m-feiyi-body .feiyi-list .list-box .swiper-button-prev {
    top: -37px;
    width: 28px;
    height: 28px;
    border: 2px solid #b7b7b7;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-button-next:after,
  .m-feiyi-body .feiyi-list .list-box .swiper-button-prev:after {
    font-size: 17px;
  }
  .m-feiyi-body .feiyi-list .list-title ul li {
    height: 17px;
    margin-bottom: 7px;
    padding-left: 20px;
    background: url(img/feiyi-xiju-li-bg.png) no-repeat 6px 4px;
    background-size: 10px 10px;
    font-size: 12px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-xiju {
    top: 44px;
    left: 87px;
    width: 339px;
    height: 379px;
    padding: 36px 32px 0 115px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-xiju ul li {
    background: url(img/feiyi-xiju-li-bg.png) no-repeat 6px 4px;
    background-size: 10px 10px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-yinyue {
    top: 38px;
    right: 110px;
    width: 322px;
    height: 391px;
    padding: 65px 95px 0 32px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-yinyue ul li {
    padding-right: 21px;
    background: url(img/feiyi-yinyue-li-bg.png) no-repeat 178px 4px;
    background-size: 10px 10px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-wudao {
    top: 34px;
    left: 104px;
    width: 322px;
    height: 378px;
    padding: 103px 32px 0 98px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-wudao ul li {
    background: url(img/feiyi-wudao-li-bg.png) no-repeat 6px 4px;
    background-size: 10px 10px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-jiyi {
    top: 28px;
    right: 110px;
    width: 322px;
    height: 394px;
    padding: 94px 95px 0 32px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-jiyi ul li {
    padding-right: 21px;
    background: url(img/feiyi-jiyi-li-bg.png) no-repeat 178px 4px;
    background-size: 10px 10px;
  }
  .m-feiyi-body .feiyi-list.u-left {
    padding-left: 395px;
  }
  .m-feiyi-body .feiyi-list.u-left .swiper-button-next {
    right: 28px !important;
  }
  .m-feiyi-body .feiyi-list.u-left .swiper-button-prev {
    right: 85px;
  }
  .m-feiyi-body .feiyi-list.u-right {
    padding-left: 103px;
  }
  .m-feiyi-body .feiyi-list.u-right .swiper-button-next {
    left: 85px;
  }
  .m-feiyi-body .feiyi-list.u-right .swiper-button-prev {
    left: 28px !important;
  }
  .m-feiyi-nav,
  .m-wenhua-fixedNav {
    top: 142px;
    right: 46px;
    width: 135px;
    padding: 28px 25px;
    box-shadow: 0 0 1px #ccc;
  }
  .m-feiyi-nav ul li,
  .m-wenhua-fixedNav ul li {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .m-feiyi-nav ul li a,
  .m-wenhua-fixedNav ul li a {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .m-wenhua-fixedNav {
    padding: 21px 18px;
  }
  .m-pageTab-nav {
    min-height: 43px;
    margin: 0 169px 46px 169px;
  }
  .m-pageTab-nav .pageTab-title {
    padding: 9px 14px;
  }
  .m-pageTab-nav .pageTab-title li {
    min-width: 58px;
    height: 24px;
    margin-right: 11px;
    padding: 0 9px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 24px;
  }
  .m-wenhua-nav {
    margin-top: -33px;
    margin-bottom: 37px;
  }
  .m-wenhua-nav ul {
    height: 138px;
    padding-bottom: 13px;
  }
  .m-wenhua-nav ul li {
    width: 112px;
    height: 125px;
    margin-left: -2px;
    padding: 10px 2px 0 2px;
  }
  .m-wenhua-nav ul li a {
    height: 115px;
  }
  .m-wenhua-nav ul li p {
    height: 21px;
    line-height: 21px;
  }
  .m-wenhua-nav ul li:after {
    bottom: 32px;
    height: 47px;
  }
  .m-wenhua-nav ul li:hover a,
  .m-wenhua-nav ul li.active a {
    height: 137px;
    margin-top: -21px;
    padding-top: 21px;
  }
  .m-wenhua-body {
    margin-bottom: 142px;
  }
  .m-wenhua-body .wenhua-list-title {
    height: 85px;
    padding-top: 30px;
    padding-bottom: 13px;
  }
  .m-wenhua-body .wenhua-list-box {
    height: 336px;
    padding-left: 309px;
    padding-top: 51px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content {
    width: 548px;
    height: 242px;
    margin-right: 36px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content .content-text {
    height: 128px;
    margin-bottom: 21px;
    font-size: 12px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dd {
    width: 185px;
    height: 92px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dt {
    width: 174px;
    height: 92px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dt a {
    font-size: 12px;
    line-height: 92px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-picture {
    width: 370px;
    height: 239px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-1 .wenhua-box-title {
    left: 158px;
    top: 31px;
    height: 239px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-2 .wenhua-box-title {
    left: 141px;
    top: 28px;
    height: 253px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-3 .wenhua-box-title {
    left: 162px;
    top: 21px;
    height: 297px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-4 .wenhua-box-title {
    left: 134px;
    top: 17px;
    height: 240px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-5 .wenhua-box-title {
    left: 151px;
    top: 26px;
    height: 272px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-6 .wenhua-box-title {
    left: 171px;
    top: 14px;
    height: 308px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-7 .wenhua-box-title {
    left: 148px;
    top: 11px;
    height: 319px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-8 .wenhua-box-title {
    left: 134px;
    top: 20px;
    height: 257px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-9 .wenhua-box-title {
    left: 161px;
    top: 4px;
    height: 292px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-10 .wenhua-box-title {
    left: 155px;
    top: 6px;
    height: 314px;
  }
  .content-flex ul li p {
    font-size: 12px;
  }
  .body-wenhua .m-content {
    margin: 0 142px 0 71px;
  }
  .body-wenhua .content-title {
    margin-bottom: 21px;
    font-size: 17px;
  }
  .body-wenhua .content-title span {
    padding: 18px 21px;
    border-bottom: 2px solid #ce795c;
  }
  .m-aboutUs-jianjie {
    height: 461px;
    padding-top: 78px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-title {
    left: 114px;
    top: 95px;
    height: 201px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content {
    width: 562px;
    height: 18px;
    margin-left: 272px;
    margin-right: 18px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content .content-text {
    height: 128px;
    margin-bottom: 21px;
    font-size: 12px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dd {
    width: 185px;
    height: 92px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dt {
    width: 174px;
    height: 92px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dt a {
    font-size: 12px;
    line-height: 92px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-picture {
    width: 370px;
    height: 239px;
  }
  .m-aboutUs-yewu {
    height: 376px;
    padding-left: 117px;
    padding-top: 70px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-title {
    width: 384px;
    height: 212px;
    padding-left: 164px;
    padding-top: 18px;
    background-size: 111px 211px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-title ul li {
    height: 23px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 23px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li {
    width: 131px;
    height: 206px;
    margin-right: 25px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li a {
    padding-top: 48px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li img {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li p {
    padding: 0 14px;
    font-size: 12px;
  }
  .m-aboutUs-zhanguan {
    height: 489px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-title {
    top: 142px;
    left: 111px;
    width: 110px;
    height: 196px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-list ul {
    padding-top: 77px;
    padding-left: 318px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-list ul li {
    width: 142px;
    height: 351px;
    margin-right: 24px;
  }
  .m-news-body {
    padding-top: 65px;
  }
  .m-news-body .m-news-title {
    height: 47px;
    margin-bottom: 39px;
  }
  .m-news-body .news-newest {
    margin: 0 104px 87px 104px;
  }
  .m-news-body .news-newest .news-newest-title {
    height: 256px;
  }
  .m-news-body .news-newest .news-newest-title .u-text {
    padding-left: 7px;
  }
  .m-news-body .news-newest .news-newest-title .u-text a {
    padding: 16px;
  }
  .m-news-body .news-newest .news-newest-title .u-text b {
    max-height: 47px;
    margin-bottom: 28px;
    font-size: 14px;
  }
  .m-news-body .news-newest .news-newest-title .u-text p {
    height: 149px;
    font-size: 12px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-img {
    height: 162px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text {
    height: 94px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text a {
    padding: 10px 11px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text b {
    height: 23px;
    margin-bottom: 7px;
    font-size: 14px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text p {
    height: 40px;
    font-size: 12px;
  }
  .m-news-body .news-news {
    margin: 0 104px 87px 104px;
  }
  .m-news-body .news-news .news-news-list ul li {
    height: 118px;
    margin-bottom: 32px;
  }
  .m-news-body .news-news .news-news-list ul li .u-img {
    width: 171px;
    height: 118px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text {
    width: 363px;
    height: 118px;
    margin-left: 30px;
    padding-left: 100px;
    padding-top: 7px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text .f-pl {
    width: 54px;
    top: 11px;
    font-size: 18px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text b {
    max-height: 46px;
    margin-bottom: 11px;
    font-size: 14px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text p {
    font-size: 12px;
  }
  .m-tese-body .m-tese-nav {
    top: -47px;
    left: 105px;
    right: 105px;
    height: 149px;
    box-shadow: 0 2px 6px #ccc;
  }
  .m-tese-body .m-tese-nav ul {
    padding-left: 217px;
    padding-top: 25px;
  }
  .m-tese-body .m-tese-nav ul li {
    width: 101px;
    height: 102px;
    margin-right: 24px;
  }
  .m-tese-body .tese-list-box {
    height: 508px;
  }
  .m-tese-body .tese-list-box.u-list-top {
    height: 599px;
    padding-top: 102px;
  }
  .m-tese-body .tese-list-box.u-list-top .tese-box-content {
    margin-top: 51px;
  }
  .m-tese-body .tese-list-box.u-list-top .tese-box-content .content-text {
    margin-top: 114px;
  }
  .m-tese-body .tese-list-box .tese-list-title {
    left: 186px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title1 {
    top: 145px;
    width: 137px;
    height: 300px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title2 {
    top: 53px;
    width: 137px;
    height: 320px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title3 {
    top: 55px;
    width: 151px;
    height: 320px;
  }
  .m-tese-body .tese-list-box .tese-box-content {
    width: 783px;
    height: 377px;
    margin-top: 64px;
  }
  .m-tese-body .tese-list-box .tese-box-content:before {
    width: 554px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text {
    width: 263px;
    height: 233px;
    margin-left: 44px;
    margin-top: 92px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text p {
    height: 233px;
    font-size: 12px;
    line-height: 180%;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text .f-pr img {
    width: 79px;
    height: 16px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-picture {
    width: 444px;
    height: 282px;
    margin-top: 36px;
    margin-left: 30px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-picture .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  .m-tese-body .tese-list-banner {
    height: 406px;
  }
  .m-tese-body .tese-list-banner .banner-box {
    width: 850px;
    margin-left: 139px;
    padding-top: 50px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title {
    height: 89px;
    padding-right: 92px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title .f-pr {
    bottom: 14px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title .f-pr img {
    width: 79px;
    height: 16px;
  }
  .m-tese-body .tese-list-banner .banner-box ul li {
    width: 273px;
    height: 182px;
    margin-right: 13px;
  }
  .m-tese-body .tese-list-banner .tese-list-title {
    right: 179px;
    top: 31px;
    width: 152px;
    height: 320px;
  }
  .m-tese-content {
    padding: 18px 238px 100px 107px;
  }
  .m-tese-content .content-title {
    margin-bottom: 36px;
    padding: 16px 13px;
    box-shadow: 0 2px 12px #ccc;
  }
  .m-tese-content .content-title .content-title-body {
    min-height: 196px;
    padding: 64px 61px 28px 108px;
  }
  .m-tese-content .content-title .content-title-body .u-title {
    left: 48px;
    top: 34px;
    width: 43px;
  }
  .m-tese-content .content-title .content-title-body .u-text {
    font-size: 12px;
  }
  .m-tese-content .content-title .content-title-body .u-subTitle {
    margin-top: -21px;
    margin-bottom: 21px;
    font-size: 21px;
  }
  .m-tese-content .content-body {
    min-height: 391px;
    padding: 48px 68px;
  }
  .m-tese-minc {
    padding: 18px 105px 50px 105px;
  }
  .m-tese-minc .tese-minc-intro {
    padding: 16px 13px;
    box-shadow: 0 2px 12px #ccc;
  }
  .m-tese-minc .tese-minc-intro .intro-body {
    min-height: 245px;
    padding-left: 108px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-title {
    left: 13px;
    top: 34px;
    width: 141px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text {
    width: 427px;
    margin-right: 71px;
    padding-top: 34px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text p {
    height: 149px;
    font-size: 12px;
    line-height: 180%;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text .f-pr {
    bottom: -21px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text .f-pr img {
    width: 79px;
    height: 16px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img {
    width: 517px;
    height: 245px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-prev {
    left: 18px !important;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-next {
    right: 18px !important;
  }
  .m-tese-minc .tese-minc-title {
    padding: 0 107px 14px 107px;
  }
  .m-tese-minc .tese-minc-title .u-title {
    padding-top: 43px;
    padding-bottom: 13px;
    font-size: 21px;
  }
  .m-tese-minc .tese-minc-title .u-title:after {
    width: 75px;
    height: 2px;
    margin-left: -38px;
  }
  .m-tese-minc .tese-minc-title p {
    font-size: 12px;
  }
  .m-tese-minc .tese-minc-title p:first-of-type {
    margin-top: 25px;
  }
  .m-tese-minc .tese-minc-list ul {
    padding: 0 24px;
  }
  .m-tese-minc .tese-minc-list ul li {
    width: 538px;
    height: 290px;
    margin-right: 30px;
    margin-top: 18px;
    padding-top: 23px;
    box-shadow: 0 2px 6px #ccc;
  }
  .m-tese-minc .tese-minc-list ul li .u-text {
    width: 213px;
    margin-left: 23px;
    margin-right: 26px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text b {
    margin-bottom: 11px;
    padding: 3px 0 3px 43px;
    font-size: 17px;
    background-size: 32px 32px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text p {
    font-size: 12px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text .f-pr {
    right: 7px;
    bottom: 36px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text .f-pr img {
    width: 79px;
    height: 16px;
  }
  .m-tese-minc .tese-minc-list ul li .u-img {
    width: 260px;
    height: 250px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-text {
    width: 427px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-img {
    width: 606px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-img a {
    width: 296px;
    height: 252px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    width: 1024px;
    max-width: 1024px;
  }
  .m-header-top {
    height: 32px;
    padding: 0 6%;
    background-size: 100%;
    font-size: 12px;
    line-height: 32px;
  }
  .m-header-menu {
    background-size: 100% 100%;
  }
  .m-header-menu.u-fixed {
    width: 1002px;
  }
  .m-header-menu.u-fixed .header-menu li {
    margin-right: 20px;
  }
  .m-header-menu.u-fixed .header-menu li:nth-child(3) {
    margin-right: 20px;
  }
  .m-header-menu.u-fixed .header-logo {
    margin-left: 34px;
    margin-right: 53px;
  }
  .m-header-menu.u-fixed .header-tel {
    right: 13px;
  }
  .m-header-menu .header-menu {
    padding-left: 4.6%;
  }
  .m-header-menu .header-menu li {
    margin-right: 22px;
  }
  .m-header-menu .header-menu li:nth-child(3) {
    margin-right: 208px;
  }
  .m-header-menu .header-logo {
    width: 160px;
    height: 83px;
    margin-top: -45px;
    margin-left: -80px;
  }
  .m-more {
    width: 66px;
    height: 25px;
  }
  /**
     * 首页
 */
  .m-home-banner {
    height: 422px;
  }
  .m-home-banner .swiper-pagination {
    bottom: 24px;
  }
  .m-home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 147px;
    height: 62px;
    margin-right: 13px;
  }
  .m-footer {
    height: 219px;
  }
  .m-footer .footer-logo {
    width: 29.6%;
  }
  .m-footer .footer-logo img {
    top: 20%;
    width: 150px;
    height: 102px;
  }
  .m-footer .footer-nav {
    width: 39.6%;
    padding-top: 24px;
  }
  .m-footer .footer-nav:after {
    top: 27px;
    bottom: 113px;
  }
  .m-footer .footer-nav dl dt {
    height: 16px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .m-footer .footer-nav dl dd {
    margin-bottom: 7px;
  }
  .m-footer .footer-info {
    width: 30.8%;
    padding-left: 26px;
    padding-top: 24px;
  }
  .m-footer .footer-info dl {
    margin-bottom: 7px;
  }
  .m-footer .footer-info dl dt {
    height: 16px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 16px;
  }
  .m-footer .footer-info dl dd b {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 27px;
  }
  .m-footer .footer-info .info-ewm img {
    width: 54px;
    height: 54px;
    margin-right: 8px;
  }
  .m-footer .footer-address {
    padding-bottom: 11px;
  }
  .m-home-wenbo {
    height: 623px;
    background-size: 100% 100%;
  }
  .m-home-wenbo .home-wenbo-title {
    background-position: 49px 0;
  }
  .m-home-wenbo .home-wenbo-title ul {
    padding-right: 38px;
  }
  .m-home-wenbo .home-wenbo-title ul li {
    margin-right: 28px;
  }
  .m-home-wenbo .home-wenbo-title ul li:hover {
    box-shadow: 0 0 0px 2px #ccc;
  }
  .m-home-wenbo .home-wenbo-list {
    height: 185px;
    padding: 0 85px;
  }
  .swiper-button-next {
    right: 48px !important;
  }
  .swiper-button-prev {
    left: 48px !important;
  }
  .m-home-advert {
    height: 192px;
  }
  .m-home-feiyi {
    height: 597px;
    padding-top: 129px;
  }
  .m-home-feiyi .home-feiyi-title {
    top: 31px;
    background-position: 49px 0;
  }
  .m-home-feiyi .home-feiyi-title ul {
    padding-right: 35px;
    padding-top: 16px;
  }
  .m-home-feiyi .home-feiyi-title ul li {
    width: 65px;
    height: 128px;
    margin-right: 6px;
  }
  .m-home-feiyi .home-feiyi-list {
    height: 395px;
    padding: 0 99px;
  }
  .m-home-wenhua {
    height: 517px;
    padding-top: 237px;
    background-size: 100% 100%;
  }
  .m-home-wenhua .home-wenhua-title {
    top: 25px;
    background-position: 49px 0;
  }
  .m-home-wenhua .home-wenhua-list {
    height: 213px;
    padding: 0 85px 0 230px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide a {
    padding-bottom: 76px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl {
    height: 76px;
    padding-top: 7px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl b {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .m-home-wenhua .home-wenhua-list .swiper-container .swiper-slide .f-pl p {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-home-wenhua .swiper-button-prev {
    left: 184px !important;
  }
  .m-home-wenhua .m-more {
    margin-top: 19px;
  }
  .m-home-xinwen {
    height: 566px;
    background-size: 100% 100%;
  }
  .m-home-xinwen .home-xinwen-title {
    top: 36px;
    background-position: 49px 0;
  }
  .m-home-xinwen .home-xinwen-banner {
    width: 733px;
    height: 181px;
    padding: 0 99px;
    margin-left: 252px;
  }
  .m-home-xinwen .home-xinwen-list {
    padding-left: 182px;
  }
  .m-home-xinwen .home-xinwen-list ul li {
    margin-right: 21px;
  }
  .m-focusTrans-swiper .swiper-slide {
    width: 369px;
    height: 177px;
    box-shadow: 0 4px 16px #ddd;
  }
  .m-wenbo-list .wenbo-list-title {
    margin-bottom: 28px;
    padding-left: 133px;
  }
  .m-wenbo-list .wenbo-list-title .f-pl {
    width: 125px;
    font-size: 30px;
  }
  .m-wenbo-list .wenbo-list-title p {
    font-size: 24px;
  }
  .m-wenbo-list .wenbo-list-first {
    padding: 56px 79px 60px 79px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left {
    width: 60%;
    height: 186px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-img {
    width: 319px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-text {
    padding: 0 13px;
    margin-left: 319px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-left .u-text p {
    font-size: 12px;
    line-height: 160%;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right {
    width: 40%;
    height: 186px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom {
    height: 30%;
    padding: 0 23px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-next,
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-prev {
    width: 21px;
    top: 5px;
    height: 45px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-next:after,
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .u-swiper-bottom .swiper-button-prev:after {
    font-size: 26px;
  }
  .m-wenbo-list .wenbo-list-first .wenbo-first .wenbo-first-right .gallery-thumbs {
    padding: 5px 0;
  }
  .m-wenbo-list .wenbo-list-body {
    padding-bottom: 64px;
  }
  .m-wenbo-list .wenbo-list-body .u-list {
    padding: 35px 79px 33px 79px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .wenbo-list-title {
    margin-bottom: 13px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text {
    width: 293px;
    height: 147px;
    margin-right: 12px;
    padding: 19px 24px 0 29px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text b {
    height: 30px;
    margin-bottom: 8px;
    padding-left: 84px;
    font-size: 13px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text b .f-pl {
    font-size: 28px;
    line-height: 29px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-text p {
    height: 80px;
    font-size: 9px;
    line-height: 160%;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img {
    height: 147px;
    margin-left: 305px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-slide {
    height: 147px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-next,
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-prev {
    width: 27px;
    height: 41px;
    margin-top: -20px;
  }
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-next:after,
  .m-wenbo-list .wenbo-list-body .u-list .list-img .swiper-button-prev:after {
    font-size: 28px;
  }
  .m-wenbo-list .wenbo-list-body .u-list:first-of-type {
    height: 253px;
  }
  .m-banner {
    height: 265px;
  }
  .m-banner.m-banner-feiyi {
    height: 346px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle {
    height: 81px;
    padding-top: 16px;
    padding: 16px 96px 0 70px;
    background: url(img/banner-feiyi-subtitle-bg.png) no-repeat 0 7px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle p {
    height: 53px;
    font-size: 12px;
  }
  .m-banner.m-banner-feiyi .banner-subtitle .f-pr {
    bottom: 21px;
  }
  .m-content-page .content-page {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .m-content-page .content-focusTrans {
    padding-top: 67px;
    padding-bottom: 61px;
  }
  .m-content-page .content-focusTrans .m-focusTrans-swiper {
    height: 288px;
    padding: 0 132px;
    margin: 0 105px;
  }
  .m-content-page .content-focusTrans .m-focusTrans-swiper .swiper-container .swiper-slide {
    width: 432px;
    height: 287px;
  }
  .m-content-page .content-title {
    font-size: 21px;
  }
  .m-content-page .content-swiper {
    padding: 0 228px 0 157px;
  }
  .m-content-page .content-swiper:before {
    top: 85px;
    height: 285px;
  }
  .m-content-page .content-swiper .content-swiper-box {
    height: 404px;
    padding: 65px 27px 59px 27px;
  }
  .m-content-page .content-swiper .content-swiper-box .swiper-button-prev {
    left: -32px !important;
  }
  .m-content-page .content-swiper .content-swiper-box .swiper-button-prev:after {
    font-size: 34px;
  }
  .m-content-page .content-swiper .content-swiper-box .swiper-button-next {
    right: -32px !important;
  }
  .m-content-page .content-swiper .content-swiper-box .swiper-button-next:after {
    font-size: 34px;
  }
  .m-content {
    margin: 0 126px;
    padding: 32px 64px;
  }
  .m-content.m-pageTab-content {
    margin: 0 26px;
    padding: 32px 44px;
  }
  .m-content .content-back {
    top: 21px;
    right: 64px;
  }
  .m-content .content-body img {
    margin: 11px auto;
  }
  .m-content .content-pagination {
    padding-top: 43px;
    padding-bottom: 21px;
  }
  .m-feiyi-body {
    padding-bottom: 107px;
  }
  .m-feiyi-body .feiyi-list {
    height: 339px;
    padding-top: 61px;
  }
  .m-feiyi-body .feiyi-list .list-box {
    width: 645px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-slide {
    height: 235px;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-slide a {
    padding-bottom: 74px;
  }
  .m-feiyi-body .feiyi-list .list-box .u-text {
    height: 74px;
    padding: 5px 8px;
  }
  .m-feiyi-body .feiyi-list .list-box .u-text b {
    height: 23px;
    font-size: 15px;
  }
  .m-feiyi-body .feiyi-list .list-box .u-text p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-feiyi-body .feiyi-list .list-box .swiper-button-next:after,
  .m-feiyi-body .feiyi-list .list-box .swiper-button-prev:after {
    font-size: 13px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-xiju {
    top: 33px;
    left: 65px;
    width: 274px;
    height: 284px;
    padding: 27px 24px 0 86px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-xiju ul li {
    background: url(img/feiyi-xiju-li-bg.png) no-repeat 5px 3px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-yinyue {
    top: 29px;
    right: 83px;
    width: 261px;
    height: 293px;
    padding: 49px 71px 0 44px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-yinyue ul li {
    padding-right: 16px;
    background: url(img/feiyi-yinyue-li-bg.png) no-repeat 153px 3px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-wudao {
    top: 26px;
    left: 78px;
    width: 261px;
    height: 283px;
    padding: 77px 24px 0 74px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-wudao ul li {
    background: url(img/feiyi-wudao-li-bg.png) no-repeat 5px 3px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-jiyi {
    top: 21px;
    right: 83px;
    width: 261px;
    height: 295px;
    padding: 70px 71px 0 44px;
  }
  .m-feiyi-body .feiyi-list .list-title.list-jiyi ul li {
    padding-right: 16px;
    background: url(img/feiyi-jiyi-li-bg.png) no-repeat 153px 3px;
  }
  .m-feiyi-body .feiyi-list.u-left {
    padding-left: 316px;
  }
  .m-feiyi-body .feiyi-list.u-left .swiper-button-next {
    right: 21px !important;
  }
  .m-feiyi-body .feiyi-list.u-left .swiper-button-prev {
    right: 64px;
  }
  .m-feiyi-body .feiyi-list.u-right {
    padding-left: 97px;
  }
  .m-feiyi-body .feiyi-list.u-right .swiper-button-next {
    left: 64px;
  }
  .m-feiyi-body .feiyi-list.u-right .swiper-button-prev {
    left: 21px !important;
  }
  .m-feiyi-body .feiyi-list.u-right.u-feiyi-jiyi,
  .m-feiyi-body .feiyi-list.u-right.u-feiyi-yinyue {
    padding-left: 77px;
  }
  .m-feiyi-nav,
  .m-wenhua-fixedNav {
    top: 107px;
    padding: 21px 19px;
  }
  .m-wenhua-fixedNav {
    padding: 16px 13px;
  }
  .m-pageTab-nav {
    margin: 0 26px 35px 26px;
  }
  .m-pageTab-nav .pageTab-title {
    padding: 6px 11px;
  }
  .m-pageTab-nav .pageTab-title li {
    margin-right: 8px;
    padding: 0 6px;
    border-radius: 5px;
  }
  .m-wenhua-nav {
    padding: 0 3.7%;
    margin-top: -25px;
    margin-bottom: 28px;
  }
  .m-wenhua-nav ul {
    height: 113px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px #ccc;
  }
  .m-wenhua-nav ul li {
    width: 89px;
    height: 104px;
    margin-left: -3px;
    padding-top: 7px;
  }
  .m-wenhua-nav ul li a {
    height: 96px;
  }
  .m-wenhua-nav ul li p {
    font-size: 12px;
  }
  .m-wenhua-nav ul li:after {
    bottom: 24px;
    height: 45px;
  }
  .m-wenhua-nav ul li:hover a,
  .m-wenhua-nav ul li.active a {
    height: 112px;
    margin-top: -16px;
    padding-top: 16px;
  }
  .m-wenhua-body {
    margin-bottom: 107px;
  }
  .m-wenhua-body .wenhua-list-title {
    height: 79px;
    padding-top: 22px;
  }
  .m-wenhua-body .wenhua-list-box {
    height: 252px;
    padding-left: 232px;
    padding-top: 38px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content {
    width: 411px;
    height: 181px;
    margin-right: 27px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content .content-text {
    height: 96px;
    margin-bottom: 16px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content .content-text a {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dd {
    width: 139px;
    height: 69px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dt {
    width: 131px;
    height: 69px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-content dl dt a {
    line-height: 69px;
  }
  .m-wenhua-body .wenhua-list-box .wenhua-box-picture {
    width: 277px;
    height: 179px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-1 .wenhua-box-title {
    left: 118px;
    top: 23px;
    height: 179px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-2 .wenhua-box-title {
    left: 106px;
    top: 21px;
    height: 189px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-3 .wenhua-box-title {
    left: 122px;
    top: 16px;
    height: 223px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-4 .wenhua-box-title {
    left: 100px;
    top: 13px;
    height: 180px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-5 .wenhua-box-title {
    left: 113px;
    top: 19px;
    height: 204px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-6 .wenhua-box-title {
    left: 128px;
    top: 11px;
    height: 231px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-7 .wenhua-box-title {
    left: 111px;
    top: 9px;
    height: 239px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-8 .wenhua-box-title {
    left: 100px;
    top: 15px;
    height: 193px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-9 .wenhua-box-title {
    left: 121px;
    top: 3px;
    height: 219px;
  }
  .m-wenhua-body .wenhua-list-box.u-wenhua-list-10 .wenhua-box-title {
    left: 116px;
    top: 4px;
    height: 235px;
  }
  .content-flex ul {
    column-gap: 10px;
  }
  .content-flex ul li p {
    padding: 5px 8px 12px 8px;
  }
  .body-wenhua .content-title {
    margin-bottom: 16px;
  }
  .body-wenhua .content-title span {
    padding: 18px 21px;
  }
  .m-aboutUs-jianjie {
    height: 346px;
    padding-top: 59px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-title {
    left: 85px;
    top: 71px;
    height: 150px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content {
    width: 421px;
    height: 13px;
    margin-left: 204px;
    margin-right: 13px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content .content-text {
    height: 96px;
    margin-bottom: 16px;
    font-size: 12px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content .content-text a {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dd {
    width: 139px;
    height: 69px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dt {
    width: 131px;
    height: 69px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-content dl dt a {
    font-size: 12px;
    line-height: 69px;
  }
  .m-aboutUs-jianjie .aboutUs-jianjie-picture {
    width: 277px;
    height: 179px;
  }
  .m-aboutUs-yewu {
    height: 282px;
    padding-left: 87px;
    padding-top: 52px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-title {
    width: 288px;
    height: 159px;
    padding-left: 123px;
    padding-top: 14px;
    background-size: 83px 158px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-title ul li {
    height: 17px;
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 17px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li {
    width: 98px;
    height: 155px;
    margin-right: 19px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li a {
    padding-top: 26px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li img {
    width: 59px;
    height: 59px;
    margin-bottom: 15px;
  }
  .m-aboutUs-yewu .aboutUs-yewu-list ul li p {
    padding: 0 11px;
    line-height: 140%;
  }
  .m-aboutUs-zhanguan {
    height: 366px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-title {
    top: 107px;
    left: 83px;
    width: 82px;
    height: 147px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-list ul {
    padding-top: 58px;
    padding-left: 214px;
  }
  .m-aboutUs-zhanguan .aboutUs-zhanguan-list ul li {
    width: 107px;
    height: 263px;
    margin-right: 18px;
  }
  .m-news-body {
    padding-top: 49px;
  }
  .m-news-body .m-news-title {
    margin-bottom: 29px;
  }
  .m-news-body .news-newest {
    margin: 0 78px 65px 78px;
  }
  .m-news-body .news-newest .news-newest-title {
    height: 192px;
    margin-right: 3%;
  }
  .m-news-body .news-newest .news-newest-title .u-img {
    width: 55.5%;
  }
  .m-news-body .news-newest .news-newest-title .u-text {
    width: 44.5%;
  }
  .m-news-body .news-newest .news-newest-title .u-text a {
    padding: 12px;
  }
  .m-news-body .news-newest .news-newest-title .u-text b {
    max-height: 45px;
    margin-bottom: 11px;
  }
  .m-news-body .news-newest .news-newest-title .u-text p {
    height: 105px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-img {
    height: 112px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text {
    height: 80px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text a {
    padding: 7px 9px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text b {
    height: 22px;
    margin-bottom: 0px;
  }
  .m-news-body .news-newest .news-newest-list ul li .u-text p {
    height: 40px;
  }
  .m-news-body .news-news {
    margin: 0 78px 65px 78px;
  }
  .m-news-body .news-news .news-news-list ul li {
    width: 49.25%;
    margin-bottom: 24px;
    margin-right: 1.5%;
  }
  .m-news-body .news-news .news-news-list ul li .u-img {
    width: 161px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text {
    width: 252px;
    margin-left: 12px;
    padding-left: 60px;
  }
  .m-news-body .news-news .news-news-list ul li .u-text b {
    margin-bottom: 8px;
  }
  .m-tese-body .m-tese-nav {
    top: -35px;
    left: 78px;
    right: 78px;
    height: 112px;
  }
  .m-tese-body .m-tese-nav ul {
    padding-left: 163px;
    padding-top: 19px;
  }
  .m-tese-body .m-tese-nav ul li {
    width: 76px;
    height: 76px;
    margin-right: 18px;
  }
  .m-tese-body .tese-list-box {
    height: 381px;
    padding-left: 26.25%;
  }
  .m-tese-body .tese-list-box.u-list-top {
    height: 449px;
    padding-top: 77px;
  }
  .m-tese-body .tese-list-box.u-list-top .tese-box-content {
    margin-top: 38px;
  }
  .m-tese-body .tese-list-box.u-list-top .tese-box-content .content-text {
    margin-top: 65px;
  }
  .m-tese-body .tese-list-box .tese-list-title {
    left: 120px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title1 {
    top: 145px;
    width: 122px;
    height: 245px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title2 {
    top: 40px;
    width: 122px;
    height: 260px;
  }
  .m-tese-body .tese-list-box .tese-list-title.u-title3 {
    top: 42px;
    width: 133px;
    height: 260px;
  }
  .m-tese-body .tese-list-box .tese-box-content {
    width: 617px;
    height: 283px;
    margin-top: 48px;
  }
  .m-tese-body .tese-list-box .tese-box-content:before {
    width: 415px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text {
    width: 227px;
    height: 180px;
    margin-left: 33px;
    margin-top: 69px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text p {
    height: 180px;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-text p a {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-tese-body .tese-list-box .tese-box-content .content-picture {
    width: 333px;
    height: 211px;
    margin-top: 27px;
    margin-left: 22px;
  }
  .m-tese-body .tese-list-banner {
    height: 304px;
  }
  .m-tese-body .tese-list-banner .banner-box {
    width: 667px;
    margin-left: 104px;
    padding-top: 37px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title {
    height: 67px;
    padding-right: 79px;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-tese-body .tese-list-banner .banner-box .banner-title .f-pr {
    bottom: 11px;
    right: -10px;
  }
  .m-tese-body .tese-list-banner .banner-box ul li {
    width: 206px;
    height: 137px;
    margin-right: 10px;
  }
  .m-tese-body .tese-list-banner .tese-list-title {
    right: 104px;
    top: 23px;
    width: 114px;
    height: 240px;
  }
  .m-tese-content {
    padding: 13px 179px 75px 80px;
  }
  .m-tese-content .content-title {
    margin-bottom: 27px;
    padding: 12px 10px;
    box-shadow: 0 2px 12px #ccc;
  }
  .m-tese-content .content-title .content-title-body {
    min-height: 196px;
    padding: 48px 61px 28px 108px;
  }
  .m-tese-content .content-title .content-title-body .u-title {
    left: 36px;
    top: 26px;
    width: 43px;
  }
  .m-tese-content .content-body {
    min-height: 391px;
    padding: 36px 51px;
  }
  .m-tese-minc {
    padding: 13px 58px 37px 58px;
  }
  .m-tese-minc .tese-minc-intro {
    padding: 12px 10px;
    box-shadow: 0 2px 12px #ccc;
  }
  .m-tese-minc .tese-minc-intro .intro-body {
    min-height: 184px;
    padding-left: 81px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-title {
    left: 10px;
    top: 26px;
    width: 106px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text {
    width: 320px;
    margin-right: 53px;
    padding-top: 26px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text p {
    height: 106px;
    font-size: 12px;
    line-height: 180%;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-text .f-pr {
    bottom: -22px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img {
    width: 387px;
    height: 184px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-prev {
    left: 13px !important;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-prev:after {
    font-size: 28px;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-next {
    right: 13px !important;
  }
  .m-tese-minc .tese-minc-intro .intro-body .u-img .swiper-button-next:after {
    font-size: 28px;
  }
  .m-tese-minc .tese-minc-title {
    padding: 0 80px 11px 80px;
  }
  .m-tese-minc .tese-minc-title .u-title {
    padding-top: 32px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .m-tese-minc .tese-minc-title .u-title:after {
    width: 56px;
    height: 2px;
    margin-left: -28px;
  }
  .m-tese-minc .tese-minc-title p {
    font-size: 12px;
  }
  .m-tese-minc .tese-minc-title p:first-of-type {
    margin-top: 19px;
  }
  .m-tese-minc .tese-minc-list ul {
    padding: 0 18px;
  }
  .m-tese-minc .tese-minc-list ul li {
    width: 423px;
    height: 218px;
    margin-right: 22px;
    margin-top: 13px;
    padding-top: 17px;
    box-shadow: 0 2px 6px #ccc;
  }
  .m-tese-minc .tese-minc-list ul li .u-text {
    width: 170px;
    margin-left: 17px;
    margin-right: 19px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text b {
    margin-bottom: 9px;
    padding: 2px 0 2px 32px;
    font-size: 13px;
    background-size: 24px 24px;
  }
  .m-tese-minc .tese-minc-list ul li .u-text p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .m-tese-minc .tese-minc-list ul li .u-text .f-pr {
    right: 5px;
    bottom: 27px;
  }
  .m-tese-minc .tese-minc-list ul li .u-img {
    width: 195px;
    height: 188px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-text {
    width: 350px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-img {
    width: 464px;
  }
  .m-tese-minc .tese-minc-list ul.u-one li .u-img a {
    width: 222px;
    height: 189px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 720px) {
  body {
    width: auto;
    background-color: #efe9e9;
  }
  .g-layout-pc {
    display: none;
  }
  .g-layout-app {
    display: block;
  }
  .app-header {
    position: relative;
    background-color: #fff;
  }
  .app-header .header-logo {
    height: 58px;
    padding: 12px 0;
  }
  .app-header .header-logo img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .app-header .header-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 52px;
  }
  .app-header .header-menu .header-menu-icon {
    position: absolute;
    z-index: 3;
    top: 8px;
    right: 6px;
    width: 43px;
    height: 41px;
    background: url(imgApp/header-menu-icon.png) no-repeat center;
    background-size: 23px 21px;
    cursor: pointer;
  }
  .app-header .header-menu ul {
    position: relative;
    z-index: 2;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0 22px;
    background-color: #6d5043;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .app-header .header-menu ul:before {
    content: "";
    position: absolute;
    top: -7px;
    right: 18px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #6d5043;
    border-radius: 2px;
  }
  .app-header .header-menu ul li {
    width: 96px;
    height: 42px;
    padding: 5px 0;
    line-height: 32px;
    border-bottom: 1px solid #8a7369;
    text-align: center;
  }
  .app-header .header-menu ul li a {
    display: block;
    color: #fff;
    border-radius: 2px;
  }
  .app-header .header-menu ul li:last-of-type {
    border-bottom: none;
  }
  .app-header .header-menu ul li.active a {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .app-header .header-menu ul.u-show {
    width: auto;
    height: auto;
    overflow: initial;
    padding: 5px 22px;
  }
  .app-home-banner img {
    display: block;
    width: 100%;
    height: auto;
  }
  .app-home-menu {
    padding: 33px 15px;
  }
  .app-home-menu ul {
    overflow: hidden;
  }
  .app-home-menu ul li {
    float: left;
    width: 50%;
    margin-bottom: 8px;
    padding: 0 7px;
  }
  .app-home-menu ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .app-footer {
    padding: 15px 0 12px 0;
    background-color: #53382d;
    color: #c5b5b1;
    text-align: center;
    line-height: 160%;
  }
  .app-wenbo-body ul li {
    overflow: hidden;
    padding: 30px 28px;
    border-bottom: 2px solid #fff;
  }
  .app-wenbo-body ul li:nth-child(odd) {
    background-color: #fceae0;
  }
  .app-wenbo-body ul li:nth-child(even) {
    background-color: #f5dfd4;
  }
  .app-wenbo-body ul li .u-img {
    float: left;
    width: 114px;
    height: 74px;
  }
  .app-wenbo-body ul li .u-img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .app-wenbo-body ul li .u-text {
    margin-left: 134px;
  }
  .app-wenbo-body ul li .u-text b {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 140%;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .app-wenbo-body ul li .u-text p {
    line-height: 140%;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .app-feiyi-body ul {
    overflow: hidden;
    padding-top: 2px;
  }
  .app-feiyi-body ul li {
    float: left;
    width: 50%;
    margin-bottom: 2px;
  }
  .app-feiyi-body ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .app-feiyi-body ul li:nth-child(odd) {
    padding-right: 1px;
  }
  .app-feiyi-body ul li:nth-child(even) {
    padding-left: 1px;
  }
  .body-wenhua .app-footer {
    background-color: #466a80;
  }
  .app-wenhua-body ul {
    overflow: hidden;
  }
  .app-wenhua-body ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 2px;
  }
  .app-wenhua-body ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .app-wenhua-body ul li.u-half {
    width: 50%;
  }
  .app-news-body {
    padding-top: 35px;
    background-color: #fff;
  }
  .app-news-body .news-top {
    padding: 0 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .app-news-body .news-top a {
    display: block;
  }
  .app-news-body .news-top b {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 140%;
  }
  .app-news-body .news-top img {
    display: block;
    width: 100%;
    height: 175px;
    margin-bottom: 16px;
    object-fit: cover;
  }
  .app-news-body .news-top p {
    overflow: hidden;
    margin-bottom: 12px;
    line-height: 28px;
  }
  .app-news-body .news-top p label {
    color: #878787;
  }
  .app-news-body .news-top p span {
    float: right;
    color: #d75926;
  }
  .app-news-body .news-list ul li {
    overflow: hidden;
    padding: 18px 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .app-news-body .news-list ul li:last-of-type {
    border-bottom: none;
  }
  .app-news-body .news-list ul li .u-img {
    float: left;
    width: 130px;
    height: 90px;
  }
  .app-news-body .news-list ul li .u-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .app-news-body .news-list ul li .u-text {
    margin-left: 154px;
    padding-top: 5px;
  }
  .app-news-body .news-list ul li .u-text b {
    display: block;
    height: 40px;
    margin-bottom: 16px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    word-break: break-word;
  }
  .app-news-body .news-list ul li .u-text p {
    overflow: hidden;
    line-height: 28px;
  }
  .app-news-body .news-list ul li .u-text p label {
    color: #878787;
  }
  .app-news-body .news-list ul li .u-text p span {
    float: right;
    color: #d75926;
  }
  .app-news-body .news-list ul li a {
    display: block;
  }
  .app-aboutUs-body {
    padding-top: 45px;
    background-color: #fff;
  }
  .app-aboutUs-body .aboutUs-jianjie {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .app-aboutUs-body .aboutUs-jianjie b {
    display: block;
    margin-bottom: 20px;
  }
  .app-aboutUs-body .aboutUs-jianjie b img {
    display: block;
    width: 115px;
    height: auto;
    margin: 0 auto;
  }
  .app-aboutUs-body .aboutUs-jianjie a {
    display: block;
    color: #403a3a;
    line-height: 200%;
  }
  .app-aboutUs-body .aboutUs-yewu b {
    display: block;
    margin-bottom: 18px;
  }
  .app-aboutUs-body .aboutUs-yewu b img {
    display: block;
    width: 117px;
    height: auto;
    margin: 0 auto;
  }
  .app-aboutUs-body .aboutUs-yewu ul {
    overflow: hidden;
  }
  .app-aboutUs-body .aboutUs-yewu ul li {
    float: left;
    width: 20%;
  }
  .app-aboutUs-body .aboutUs-yewu ul li a {
    display: block;
    width: 100%;
  }
  .app-aboutUs-body .aboutUs-yewu ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .app-aboutUs-body .aboutUs-zhanguan {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #ede6e5 url(imgApp/aboutUs-zhanguan-bg.jpg) no-repeat center;
    background-size: 100%;
  }
  .app-aboutUs-body .aboutUs-zhanguan b {
    display: block;
    margin-bottom: 18px;
  }
  .app-aboutUs-body .aboutUs-zhanguan b img {
    display: block;
    width: 118px;
    height: auto;
    margin: 0 auto;
  }
  .app-aboutUs-body .aboutUs-zhanguan ul {
    display: flex;
    padding: 0 15px;
  }
  .app-aboutUs-body .aboutUs-zhanguan ul li {
    margin-right: 10px;
    border: 1px solid #fff;
  }
  .app-aboutUs-body .aboutUs-zhanguan ul li:last-of-type {
    margin-right: 0;
  }
  .app-aboutUs-body .aboutUs-zhanguan ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .swiper-container .swiper-pagination {
    bottom: initial;
    top: 10px;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffb900;
  }
  .app-content-body {
    background-color: #fff;
  }
  .app-content-body .u-content-title {
    padding: 25px 15px 18px 15px;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
  }
  .app-content-body .u-content-banner .swiper-slide {
    position: relative;
    height: 260px;
  }
  .app-content-body .u-content-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .app-content-body .u-content-banner .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .app-content-body .u-content-body {
    padding: 20px 15px 30px 15px;
    color: #404040;
    line-height: 200%;
  }
  .app-content-body .u-content-body img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .app-content-body .u-content-swiper {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid #e6e6e6;
  }
  .app-content-body .u-content-swiper .u-swiper-title {
    padding-bottom: 25px;
    font-size: 18px;
    text-align: center;
  }
  .app-content-body .u-content-swiper .u-swiper-box {
    position: relative;
  }
  .app-content-body .u-content-swiper .u-swiper-box .swiper-container {
    width: 188px;
    height: 256px;
  }
  .app-content-body .u-content-swiper .u-swiper-box .swiper-container a,
  .app-content-body .u-content-swiper .u-swiper-box .swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .app-content-body .u-content-swiper .u-swiper-box .swiper-container img {
    object-fit: cover;
  }
  .app-content-body .u-content-swiper .u-swiper-box .swiper-button-next {
    right: 10px !important;
    color: #717171 !important;
  }
  .app-content-body .u-content-swiper .u-swiper-box .swiper-button-prev {
    left: 10px !important;
    color: #717171 !important;
  }
  .m-content-nav,
  .appFixed-nav {
    overflow: hidden;
    background-color: #fff;
  }
  .m-content-nav ul,
  .appFixed-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7px 15px;
  }
  .m-content-nav ul li,
  .appFixed-nav ul li {
    height: 30px;
    margin-bottom: 6px;
    background-color: #eeeeee;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
  }
  .m-content-nav ul li.active,
  .appFixed-nav ul li.active {
    background-color: #eab873;
    color: #fff;
  }
  .m-content-nav ul li.active a,
  .appFixed-nav ul li.active a {
    color: #fff;
  }
  .m-content-nav.nav-wenbo ul li,
  .appFixed-nav.nav-wenbo ul li {
    min-width: 24%;
  }
  .m-content-nav.nav-feiyi-jiy ul li,
  .appFixed-nav.nav-feiyi-jiy ul li {
    min-width: 45%;
    padding: 0 10px;
    background-color: #fff3f3;
  }
  .m-content-nav.nav-feiyi-jiy ul li.active,
  .appFixed-nav.nav-feiyi-jiy ul li.active {
    background-color: #811815;
  }
  .m-content-nav.nav-feiyi-xij ul li,
  .appFixed-nav.nav-feiyi-xij ul li {
    min-width: 22%;
    padding: 0 10px;
    background-color: #fff3f3;
  }
  .m-content-nav.nav-feiyi-xij ul li.active,
  .appFixed-nav.nav-feiyi-xij ul li.active {
    background-color: #811815;
  }
  .m-content-nav.nav-feiyi-yiny ul li,
  .appFixed-nav.nav-feiyi-yiny ul li {
    min-width: 22%;
    padding: 0 10px;
    background-color: #fff3f3;
  }
  .m-content-nav.nav-feiyi-yiny ul li.active,
  .appFixed-nav.nav-feiyi-yiny ul li.active {
    background-color: #811815;
  }
  .m-content-nav.nav-feiyi-wud ul li,
  .appFixed-nav.nav-feiyi-wud ul li {
    min-width: 26%;
    padding: 0 10px;
    background-color: #fff3f3;
  }
  .m-content-nav.nav-feiyi-wud ul li.active,
  .appFixed-nav.nav-feiyi-wud ul li.active {
    background-color: #811815;
  }
  .m-content-nav.nav-wenhua ul li,
  .appFixed-nav.nav-wenhua ul li {
    min-width: 22%;
    padding: 0 10px;
    background-color: #e8fcff;
  }
  .m-content-nav.nav-wenhua ul li.active,
  .appFixed-nav.nav-wenhua ul li.active {
    background-color: #155a81;
  }
  .m-content-nav.nav-tese ul li,
  .appFixed-nav.nav-tese ul li {
    min-width: 24%;
  }
  .appFixed-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
  }
  .app-tese-minc {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .app-tese-minc .u-minc-top {
    display: block;
    width: 100%;
  }
  .app-tese-minc .u-minc-top img {
    display: block;
    width: 100%;
    height: auto;
  }
  .app-tese-minc .u-minc-title {
    padding: 0 15px;
  }
  .app-tese-minc .u-minc-title .u-title {
    margin-bottom: 20px;
    padding-top: 35px;
    color: #433f3e;
    text-align: center;
  }
  .app-tese-minc .u-minc-title .u-title strong {
    display: block;
    font-size: 18px;
    font-weight: 100;
    line-height: 160%;
  }
  .app-tese-minc .u-minc-title .u-title b {
    padding: 0 5px;
    margin: 0 auto;
    border-bottom: 1px solid #b48847;
    font-size: 12px;
    font-weight: 100;
    line-height: 18px;
  }
  .app-tese-minc .u-minc-title .u-desc {
    position: relative;
    margin-bottom: 12px;
  }
  .app-tese-minc .u-minc-title .u-desc p {
    height: auto;
    line-height: 180%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .app-tese-minc .u-minc-title .u-desc.u-hide p {
    height: 56px;
    overflow: hidden;
  }
  .app-tese-minc .u-minc-title .u-desc.u-hide .f-pl label:first-child {
    display: block;
  }
  .app-tese-minc .u-minc-title .u-desc.u-hide .f-pl label:last-child {
    display: none;
  }
  .app-tese-minc .u-minc-title .u-desc .f-pl {
    top: initial;
    bottom: -18px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
  }
  .app-tese-minc .u-minc-title .u-desc .f-pl label:first-child {
    display: none;
  }
  .app-tese-minc .u-minc-title .u-desc .f-pl label:last-child {
    display: block;
  }
  .app-tese-minc .u-minc-list ul {
    overflow: hidden;
    padding: 0 16px;
  }
  .app-tese-minc .u-minc-list ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 62px;
    margin-top: 20px;
    padding: 0 18px;
  }
  .app-tese-minc .u-minc-list ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .app-tese-minc .u-minc-list ul li span {
    position: absolute;
    z-index: 1;
    top: 21px;
    left: 18px;
    right: 18px;
    display: block;
    height: 20px;
    padding-left: 42px;
    background: url(imgApp/u-tea.png) no-repeat 22px 3px;
    background-size: 14px 14px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
  }
  .app-tese-minc .u-minc-list ul.u-full li {
    width: 100%;
  }
  .app-tese-minc .u-minc-list ul.u-full li span {
    padding-left: 128px;
    background-position: 110px 3px;
  }
  .body-tese-minc .app-footer {
    background-color: #253b21;
  }
  .body-tese-chuanz .app-footer {
    background-color: #21263b;
  }
  .body-tese-maz .app-footer {
    background-color: #282a56;
  }
  .body-tese-hongs .app-footer {
    background-color: #802d2a;
  }
  .body-tese-kej .app-footer {
    background-color: #936e20;
  }
  .body-tese-kej .app-footer {
    background-color: #936e20;
  }
  .body-feiyi-jiyi .app-footer {
    background-color: #3a2124;
  }
}
@media screen and (width: 1920px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (width: 1680px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (width: 1366px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (width: 1024px) {
  body {
    overflow-x: hidden;
  }
}
