@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  width: 100%;
  background: #ffffff;
  font-family: 'Source Han Sans CN Normal';
}

html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

input, button, textarea, select {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"],
input[type="search"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="time"], input[type="number"], button, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

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

@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../../font/iconfont.eot");
  src: url("../../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../../font/iconfont.woff") format("woff"), url("../../font/iconfont.ttf") format("truetype"), url("../../font/iconfont.svg#iconfont") format("svg");
}

@font-face {
  font-family: shuzi;
  src: url(../../font/georgia.ttf);
}

@font-face {
  font-family: shuzi2;
  src: url(../../font/gilroy-regular-3.otf);
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

@media all and (min-width: 750px) {
  html {
    font-size: 75px;
  }
}

.main {
  width: 92%;
  margin: 0 auto;
}

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.left::after, .right::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.title {
  height: 5.34375em;
  text-align: center;
  background-color: whitesmoke;
}

.title h3 {
  color: #912224;
  font-weight: bold;
  font-size: 0.64rem;
  padding-top: 0.26667rem;
}

.title .down {
  position: relative;
}

.title .down img {
  width: 15%;
  height: auto;
  position: absolute;
}

.title .down img:nth-child(1) {
  left: 4%;
  bottom: 0.10667rem;
}

.title .down img:nth-child(3) {
  right: 4%;
  bottom: 0.10667rem;
}

.title .down span {
  display: block;
  color: #b8b8b8;
  font-weight: 400;
  font-size: 0.42667rem;
  padding: 0 0.26667rem;
  margin-top: 0.05333rem;
  font-family: 'shuzi';
}

.page .pagination {
  text-align: center;
  margin-top: 0.53333rem;
}

.page .pagination li {
  display: inline-block;
  margin: 0 0.08rem;
  height: 0.53333rem;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a, .page .pagination li span {
  display: inline-block;
  padding: 0 0.21333rem;
  font-size: 0.21333rem;
  color: #333;
  line-height: 0.66667rem;
  border-radius: 0.02667rem;
}

.page .pagination li.active span {
  background: #861116;
  color: #ffffff;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.more {
  text-align: center;
  margin-top: 0.66667rem;
}

.more a {
  width: 3.73333rem;
  height: 0.85333rem;
  color: #000000;
  font-size: 0.37333rem;
  line-height: 0.85333rem;
  display: inline-block;
  border-radius: 0.10667rem;
  background-color: #ecc246;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  height: 1.46667rem;
  position: fixed;
  background-color: #912224;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .left {
  margin-left: 4%;
  display: inline-block;
  line-height: 1.46667rem;
}

.header .left img {
  width: auto;
  height: 1.06667rem;
}

.header .right {
  float: left;
  padding-left: 0.26667rem;
}

.header .right h3 {
  color: #ffffff;
  font-size: 0.42667rem;
  padding-top: 0.16rem;
}

.header .right p span {
  padding: 0 0.10667rem;
  color: #ffffff;
  font-size: 0.32rem;
  border-radius: 0.32rem;
  border: solid 1px #ffffff;
}

.banner {
  margin-top: 1.46667rem;
}

.banner img {
  width: 100%;
  height: auto;
}

.area {
  background-color: #912224;
}

.area .main .text a {
  float: left;
  height: 5.33333rem;
  margin-top: 10px;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  width: calc(50% - 5px);
}

.area .main .text a:nth-child(2n+1) {
  margin-left: 0;
}

.area .main .text a dl dt img {
  width: 100%;
  height: auto;
}

.area .main .text a dl dd {
  padding: 0.26667rem;
}

.area .main .text a dl dd h3 {
  line-height: 1;
  font-weight: 500;
  font-size: 0.42667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.area .main .text a dl dd p {
  padding-top: 0.26667rem;
}

.area .main .text a dl dd p span {
  padding: 0 0.16rem;
  border: 1px solid #737d99;
}

.area .main .down {
  height: 1.86667rem;
  margin: 0.26667rem 0;
  padding: 0.34667rem 0.53333rem;
  border-radius: 0.26667rem;
  background-color: #ffffff;
}

.area .main .down img {
  float: left;
  width: 1.17333rem;
  height: 1.17333rem;
  overflow: hidden;
  border-radius: 1.17333rem;
}

.area .main .down h3 {
  float: left;
  padding-top: 0.10667rem;
  padding-left: 0.26667rem;
}

.area .main .down h3 p {
  font-weight: bold;
  font-size: 0.37333rem;
}

.area .main .down h3 span {
  font-size: 0.32rem;
}

.area .main .down a {
  float: right;
  width: 2.13333rem;
  height: 0.96rem;
  margin-top: 0.05333rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.96rem;
  border-radius: 0.96rem;
  background-color: #ecc246;
}

.advantage {
  background-color: #861116;
}

.advantage .title {
  background-color: transparent;
}

.advantage .title h3 {
  color: #f5d89b;
}

.advantage .main .text {
  padding-bottom: 0.53333rem;
}

.advantage .main .text a {
  width: 100%;
  display: block;
  height: 2.4rem;
  overflow: hidden;
  margin-top: 0.53333rem;
  background-color: #ffffff;
}

.advantage .main .text a:nth-child(1) {
  margin-top: 0;
}

.advantage .main .text a dl dt {
  float: left;
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
}

.advantage .main .text a dl dt img {
  width: 100%;
  height: 100%;
}

.advantage .main .text a dl dd {
  padding-right: 0.53333rem;
  padding-left: 2.66667rem;
}

.advantage .main .text a dl dd h3 {
  line-height: 1;
  color: #aa131a;
  font-weight: 500;
  font-size: 0.42667rem;
  padding-top: 0.42667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.advantage .main .text a dl dd p {
  padding-top: 0.26667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.select {
  margin-top: 0.10667rem;
  background-color: #861116;
}

.select .title {
  background-color: transparent;
}

.select .title h3 {
  color: #f5d89b;
}

.select .main .text {
  padding-bottom: 0.53333rem;
}

.select .main .text .item {
  width: 50%;
  float: left;
}

.select .main .text .item dl dt {
  padding: 0 0.8rem;
  position: relative;
}

.select .main .text .item dl dt img {
  width: 100%;
}

.select .main .text .item dl dt span {
  left: 50%;
  bottom: 0.37333rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.4rem;
  position: absolute;
  transform: translate(-50%, 0);
}

.select .main .text .item dl dd {
  color: #ffffff;
  font-size: 0.32rem;
  text-align: center;
  margin: 0.4rem 0.53333rem 0.53333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.about {
  padding-bottom: 0.53333rem;
  background-color: #861116;
}

.about .main {
  overflow: hidden;
  margin-top: 0.53333rem;
  border-radius: 0.53333rem;
}

.about .main .swiper {
  height: 5.86667rem;
  overflow: hidden;
  position: relative;
}

.about .main .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}

.about .main .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.about .main .swiper .swiper-pagination {
  bottom: 0.26667rem;
}

.about .main .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: .2;
  width: 0.21333rem;
  height: 0.21333rem;
  background-color: #ffffff;
}

.about .main .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff;
}

.about .main .down {
  font-size: 0.48rem;
  padding: 0.26667rem 0.4rem 0;
  background-color: #ffffff;
}

.about .main .down.active h3 span {
  display: none;
}

.about .main .down.active h3 i {
  display: block;
}

.about .main .down.active p {
  display: block;
}

.about .main .down p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.about .main .down h3 {
  color: #333;
  height: 1.6rem;
  font-size: 0.42667rem;
  text-align: center;
  line-height: 1.6rem;
}

.about .main .down h3 span {
  display: block;
  color: #ecc246;
}

.about .main .down h3 i {
  display: none;
}

.video video {
  width: 100%;
  height: auto;
}

.map .main h3 {
  font-weight: bold;
  font-size: 0.53333rem;
  padding: 0.53333rem 0 0.26667rem;
}

.map .main #container {
  height: 2.66667rem;
}

.map .main p {
  font-size: 0.37333rem;
  padding: 0.26667rem 0;
}

.crumbs {
  margin-top: 1.46667rem;
  height: 1.12rem;
  padding: 0 0.4rem;
  border-radius: 0.05333rem;
  background-color: #fafafa;
}

.crumbs p {
  color: #666666;
  font-size: 0.32rem;
  line-height: 1.12rem;
}

.crumbs p a {
  color: #666666;
  font-size: 0.32rem;
}

.detail {
  border-bottom: solid 0.26667rem #f9f9f9;
}

.detail .main h3 {
  color: #000000;
  font-size: 0.48rem;
  padding: 0.53333rem 0 0.26667rem;
}

.detail .main .subTitle {
  color: #999999;
  font-size: 0.32rem;
}

.detail .main .text {
  color: #010101;
  font-size: 0.42667rem;
  line-height: 0.64rem;
  padding: 0.53333rem 0 1.06667rem;
}

.detail .main .detailFoot {
  padding: 0.66667rem 0;
  border-top: dashed 1px #999999;
}

.detail .main .detailFoot a {
  width: 100%;
  padding: 0.08rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new {
  padding-bottom: 0.8rem;
  background-color: #861116;
}

.new .main .text a {
  display: block;
  padding: 0.4rem 0;
}

.new .main .text a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.new .main .text a .left {
  width: 3.06667rem;
  height: 2.13333rem;
  overflow: hidden;
  border-radius: 0.16rem;
}

.new .main .text a .left img {
  width: 100%;
  height: 100%;
}

.new .main .text a .right {
  width: calc(100% - 3.5rem);
}

.new .main .text a .right h3 {
  color: #fff;
  font-weight: bold;
  font-size: 0.37333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new .main .text a .right p {
  height: 1.06667rem;
  color: #fff;
  font-size: 0.32rem;
  padding-top: 0.53333rem;
}

.new .main .text a .right p span {
  float: right;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.13333rem;
}

.news {
  padding-bottom: 0.8rem;
}

.news .main .text a {
  display: block;
  padding: 0.4rem 0;
  border-bottom: solid 1px #ebeef3;
}

.news .main .text a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.news .main .text a .left {
  width: 3.06667rem;
  height: 2.13333rem;
  overflow: hidden;
}

.news .main .text a .left img {
  width: 100%;
  height: 100%;
}

.news .main .text a .right {
  width: calc(100% - 3.5rem);
}

.news .main .text a .right h3 {
  color: #000000;
  font-weight: bold;
  font-size: 0.37333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .main .text a .right p {
  height: 1.06667rem;
  color: #6b7280;
  font-size: 0.32rem;
  padding-top: 0.53333rem;
}

.news .main .text a .right p span {
  float: right;
  color: #912224;
  font-size: 0.32rem;
  margin-right: 0.13333rem;
}

.foot {
  padding-top:0.12rem;
  height: 1.28rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  text-align: center;
  background-color: #fafafa;
}
