body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body .header {
  width: 100%;
  min-width: 1300px;
  z-index: 1;
}
body .header .header-top {
  width: 100%;
}
body .header .header-top img {
  width: 100%;
  height: auto;
  display: block;
}
body .header .headerUl {
  width: 100%;
  height: 50px;
  background-color: #b92626;
}
body .header .headerUl > div {
  width: 1300px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
body .header .headerUl > div > ul > li {
  float: left;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body .header .headerUl > div > ul > li > a {
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .header .headerUl > div > ul > li > ul {
  width: 132px;
  background-color: #e6e6e6;
  padding-top: 12px;
  position: absolute;
  top: 47px;
  left: 0;
  display: none;
}
body .header .headerUl > div > ul > li > ul > li {
  width: 132px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  position: relative;
}
body .header .headerUl > div > ul > li > ul > li > a {
  color: #000;
  font-size: 14px;
  line-height: 36px;
  position: relative;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .header .headerUl > div > ul > li > ul > li:hover {
  background-color: #47a567;
}
body .header .headerUl > div > ul > li > ul > li:hover a {
  color: #fff;
}
body .header .headerUl > div > ul .active {
  background-color: #960f0f;
}
body .header .headerUl > div > ul .active > a {
  color: #fff;
}
body .header .headerUl > div > ul > li:hover {
  background-color: #960f0f;
}
body .header .headerUl > div > ul > li:hover > a {
  color: #fff;
}
body .header .headerUl > div .headerSearch {
  position: absolute;
  bottom: 11px;
  right: 50px;
}
body .header .headerUl > div .headerSearch form {
  position: relative;
}
body .header .headerUl > div .headerSearch form input {
  border-radius: 20px;
  width: 0;
  height: 26px;
  padding: 0 25px 0 12px;
  background-color: #b92626;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body .header .headerUl > div .headerSearch form input::-webkit-input-placeholder {
  color: #fff;
}
body .header .headerUl > div .headerSearch form input:-moz-placeholder {
  color: #fff;
}
body .header .headerUl > div .headerSearch form input:-ms-input-placeholder {
  color: #fff;
}
body .header .headerUl > div .headerSearch form ​ ​ a button {
  color: #fff;
  font-size: 16px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
body .header .headerUl > div .headerSearch form button {
  color: #fff;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 5px;
}
body .header .headerUl-phone,
body .header .nav,
body .header .headerSearch-phone {
  display: none;
}
body .title > div {
  width: 1300px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
body .title > div h3 {
  width: 300px;
  height: 50px;
  font-size: 24px;
  color: #333;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #67b481;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .crumbs {
  display: inline-block;
  padding-right: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
body .crumbs li {
  float: left;
  font-size: 14px;
}
body .crumbs li > a {
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 14px;
  color: #4f4f4f;
}
body .crumbs li > a:hover {
  color: #b92626;
}
body .crumbs li:last-child {
  color: #b92626;
}
body .crumbs .gang {
  padding: 0 3px;
}
body .current-page {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
body .current-page .current-container {
  display: inline-block;
  margin-bottom: -2px;
}
body .current-page .current-container li {
  margin-right: 15px;
  margin-top: 15px;
  float: left;
}
body .current-page .current-container li a {
  padding: 2px 6px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body .current-page .current-container li a .iconfont {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body .current-page .current-container li:last-of-type {
  margin-right: 0;
}
body .current-page .current-container .li-active a {
  background: #b92626;
  border: 1px solid transparent;
  color: #fff;
}
body .current-page #jump-page {
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  height: 24px;
  padding: 0 10px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: none;
}
body .current-page #jump-page:hover {
  background: #b92626;
  color: #fff;
}
body .current-page #all_page {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 32px;
}
body .current-page #all_page i {
  margin: 0 8px;
}
body .current-page #jump-value {
  width: 42px;
  height: 24px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
body .prev-next .float-left {
  float: left;
}
body .prev-next .float-right {
  float: right;
}
body .prev-next p a,
body .prev-next p i {
  font-size: 14px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .prev-next p:hover a,
body .prev-next p:hover i {
  color: #b92626;
}
body .index {
  width: 100%;
  min-width: 1300px;
  background-image: url("/images/bg.png");
}
body .index .indexContent {
  width: 1300px;
  margin: 0 auto;
}
body .index .indexContent .indexTitle {
  width: 100%;
  height: 88px;
  line-height: 88px;
  border-bottom: 3px solid #b92626;
  position: relative;
  text-align: center;
}
body .index .indexContent .indexTitle img {
  position: absolute;
  top: 30px;
  left: 466px;
}
body .index .indexContent .indexTitle p {
  color: #b92626;
  font-size: 34px;
  font-weight: 600;
}
body .index .indexContent .indexTitle span {
  display: block;
  width: 77px;
  height: 6px;
  background-color: #b92626;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
}
body .index .indexContent .indexTitle a {
  color: #000;
  font-size: 14px;
  float: right;
  position: absolute;
  bottom: 8px;
  right: 0;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .index .indexContent .news {
  width: 100%;
  height: 830px;
  padding: 30px 50px 0;
  overflow: hidden;
  background-color: #fff;
}
body .index .indexContent .news::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
body .index .indexContent .news > ul {
  width: 100%;
  height: 170px;
}
body .index .indexContent .news > ul li {
  margin-top: 20px;
}
body .index .indexContent .news > ul li > a {
  width: 100%;
  height: 64px;
}
body .index .indexContent .news > ul li > a p {
  color: #b92626;
  font-size: 28px;
  line-height: 64px;
  text-align: center;
}
body .index .indexContent .news > ul li > a p img {
  display: inline-block;
  margin-right: 14px;
  position: relative;
  top: 6px;
}
body .index .indexContent .news > ul li > p {
  line-height: 26px;
  font-size: 15px;
  color: #7a7a7a;
}
body .index .indexContent .news > ul li > p a {
  color: #cf6a6a;
}
body .index .indexContent .news .detail {
  display: none;
}
body .index .indexContent .news .newsLeft {
  width: 570px;
  height: 406px;
  float: left;
  background-color: #000;
}
body .index .indexContent .news .newsLeft .bannerBox {
  width: 100%;
  height: 406px;
  overflow: hidden;
  position: relative;
}
body .index .indexContent .news .newsLeft .bannerBox .slides li {
  width: 100%;
  height: 406px;
  position: relative;
}
body .index .indexContent .news .newsLeft .bannerBox .slides li a img {
  width: 100%;
  height: 100%;
}
body .index .indexContent .news .newsLeft .bannerBox .slides li a p {
  width: 100%;
  height: 45px;
  background-color: rgba(209, 209, 209, 0.9);
  line-height: 45px;
  font-size: 15px;
  color: #b92626;
  position: absolute;
  bottom: 0;
  padding-left: 28px;
}
body .index .indexContent .news .newsLeft .bannerBox .banner-direction-nav {
  display: none;
}
body .index .indexContent .news .newsLeft .bannerBox .banner-control-nav {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
body .index .indexContent .news .newsLeft .bannerBox .banner-control-nav li {
  float: left;
  margin-right: 8px;
}
body .index .indexContent .news .newsLeft .bannerBox .banner-control-nav li a {
  width: 9px;
  height: 9px;
  display: block;
  background-color: #c57b7b;
  border-radius: 50%;
}
body .index .indexContent .news .newsLeft .bannerBox .banner-control-nav li .banner-active {
  background: #b92626;
}
body .index .indexContent .news .newsRight {
  float: right;
  width: 630px;
  height: 406px;
}
body .index .indexContent .news .newsRight > ul {
  width: 100%;
  height: 406px;
  background-color: #b82626;
}
body .index .indexContent .news .newsRight > ul li {
  width: 100%;
  height: 58px;
  overflow: hidden;
  padding: 0 35px;
}
body .index .indexContent .news .newsRight > ul li a {
  width: 100%;
  height: 58px;
}
body .index .indexContent .news .newsRight > ul li a p,
body .index .indexContent .news .newsRight > ul li a span {
  position: relative;
  line-height: 58px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  font-size: 15px;
}
body .index .indexContent .news .newsRight > ul li a span {
  float: right;
  font-size: 13px;
  color: #e6b4b4;
}
body .index .indexContent .news .newsRight > ul li a p {
  color: #f0d3d3;
  float: left;
  font-size: 16px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
body .index .indexContent .news .newsRight > ul li:hover {
  background-color: #f1d4d4;
}
body .index .indexContent .news .newsRight > ul li:hover p,
body .index .indexContent .news .newsRight > ul li:hover span {
  color: #b82626;
}
body .index .indexContent .news .more {
  display: block;
  width: 90px;
  height: 30px;
  margin: 444px auto 0;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #bf3939;
  border: 1px solid #f0cfcf;
}
body .index .indexContent .news .more:hover {
  background-color: #b92626;
  border: none;
  color: #fdf8f8;
}
body .index .indexContent .hmfzl {
  width: 100%;
  height: 647px;
  padding: 30px 50px 0;
  background-color: #fbf4f4;
  position: relative;
  overflow: hidden;
}
body .index .indexContent .hmfzl ul {
  width: 100%;
  height: 530px;
  padding-top: 54px;
}
body .index .indexContent .hmfzl ul li {
  float: left;
  width: 590px;
  height: 120px;
  margin-bottom: 20px;
  padding: 5px 15px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 20px 3px #eedcdb;
  border-radius: 2px;
}
body .index .indexContent .hmfzl ul li p {
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #9a9a9a;
  font-size: 15px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .index .indexContent .hmfzl ul li p:nth-of-type(1) {
  color: #c54a4a;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
}
body .index .indexContent .hmfzl ul li p:nth-of-type(2) {
  color: #858585;
  line-height: 28px;
  font-size: 16px;
}
body .index .indexContent .hmfzl ul a:nth-of-type(2n) li {
  float: right;
}
body .index .indexContent .hmfzl ul li:hover {
  background-color: #b92626;
}
body .index .indexContent .hmfzl ul li:hover p:nth-of-type(1) {
  color: #fff;
}
body .index .indexContent .hmfzl ul li:hover p:nth-of-type(2) {
  color: #e7b6b6;
}
body .index .indexContent .box {
  width: 100%;
  height: 575px;
  padding: 30px 50px 0;
  background-color: #f8e9e9;
}
body .index .indexContent .box .indexTitles {
  width: 100%;
  height: 88px;
  border-bottom: 3px solid #b92626;
  padding: 0 160px;
}
body .index .indexContent .box .indexTitles > div {
  width: 190px;
  height: 88px;
  float: left;
  text-align: right;
  position: relative;
  line-height: 88px;
  cursor: pointer;
}
body .index .indexContent .box .indexTitles > div .iconfont {
  position: absolute;
  left: 0;
  bottom: -2px;
  color: #999;
  font-size: 36px;
}
body .index .indexContent .box .indexTitles > div .icon-wenjian {
  font-size: 30px;
  left: 10px;
}
body .index .indexContent .box .indexTitles > div p {
  color: #999;
  font-size: 34px;
}
body .index .indexContent .box .indexTitles > div span {
  display: none;
  width: 77px;
  height: 6px;
  background-color: #b92626;
  position: absolute;
  left: 77px;
  margin: 0 auto;
  bottom: -2px;
}
body .index .indexContent .box .indexTitles > div:nth-of-type(2) {
  margin: 0 155px;
}
body .index .indexContent .box .indexTitles .spanClick .iconfont {
  color: #b92626;
}
body .index .indexContent .box .indexTitles .spanClick p {
  font-weight: 600;
  color: #b92626;
}
body .index .indexContent .box .indexTitles .spanClick span {
  display: block;
}
body .index .indexContent .box ul {
  width: 1100px;
  height: 330px;
  margin: 54px auto 0;
  padding: 30px 50px 0;
  background-color: #fff;
  display: none;
}
body .index .indexContent .box ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
}
body .index .indexContent .box ul li a p {
  color: #666;
  width: 70%;
  float: left;
}
body .index .indexContent .box ul li a span {
  color: #999;
  float: right;
}
body .index .indexContent .box ul li:hover a p,
body .index .indexContent .box ul li:hover a span {
  color: #ba2a2a;
}
body .index .indexContent .box .active {
  display: block;
}
body .index .indexContent .box .mores {
  width: 90px;
  margin: -60px auto 0;
}
body .index .indexContent .box .mores a {
  display: none;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #bf3939;
  border: 1px solid #f0cfcf;
}
body .index .indexContent .box .mores .more {
  display: block;
}
body .index .indexContent .box .mores .more:hover {
  background-color: #b92626;
  border: none;
  color: #fdf8f8;
}
body .index .indexContent .byll {
  width: 100%;
  height: 600px;
  padding: 30px 50px 0;
  background-color: #fff;
}
body .index .indexContent .byll .indexTitle img {
  left: 486px;
}
body .index .indexContent .byll .topicList {
  width: 100%;
  position: relative;
}
body .index .indexContent .byll .topicList .topicList-viewport {
  width: 1110px;
  height: 482px;
  padding-top: 65px;
  margin: 0 auto;
}
body .index .indexContent .byll .topicList .slides {
  width: 100%;
}
body .index .indexContent .byll .topicList .slides li {
  width: 260px;
  height: 340px;
  margin-right: 20px;
  position: relative;
}
body .index .indexContent .byll .topicList .slides li img {
  width: 260px;
  height: 340px;
}
body .index .indexContent .byll .topicList .slides li p {
  width: 260px;
  height: 48px;
  background-color: #b92626;
  position: absolute;
  bottom: 0;
  line-height: 48px;
  text-align: center;
  display: none;
  color: #fff;
}
body .index .indexContent .byll .topicList .slides li:nth-last-of-type(1) {
  margin-right: 0;
}
body .index .indexContent .byll .topicList .slides li:hover {
  margin-top: -20px;
}
body .index .indexContent .byll .topicList .slides li:hover p {
  display: block;
}
body .index .indexContent .byll .topicList .topicList-direction-nav {
  width: unset !important;
  margin-top: -280px;
}
body .index .indexContent .byll .topicList .topicList-direction-nav li {
  width: 34px;
  height: 34px;
  background-color: #ce6767;
  position: relative;
}
body .index .indexContent .byll .topicList .topicList-direction-nav li:hover {
  background-color: #b92626;
}
body .index .indexContent .byll .topicList .topicList-direction-nav .topicList-nav-next {
  margin-left: 1165px;
  margin-top: -34px;
}
body .index .indexContent .byll .topicList .topicList-direction-nav .iconfont {
  position: absolute;
  top: 9px;
  left: 8px;
  color: #fff;
}
body .list {
  width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
body .list .list-center {
  width: 1200px;
  margin: 40px auto 60px;
  overflow: hidden;
  padding: 34px 26px 56px;
  box-shadow: 0px 0px 20px 3px #eedcdb;
  border-radius: 6px;
}
body .list .list-center .threeImg {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
body .list .list-center .threeImg > div {
  width: 336px;
  height: 226px;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
body .list .list-center .threeImg > div a img {
  width: 100%;
  height: 100%;
}
body .list .list-center .threeImg > div a p {
  width: 100%;
  height: 35px;
  position: absolute;
  padding: 0 20px;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.9);
  text-align: center;
  line-height: 35px;
  color: #fff;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
body .list .list-center .threeImg > div:nth-child(3n-1) {
  margin: 0 68px;
}
body .list .list-center .threeImg > div:hover p {
  color: #b92626;
}
body .list .list-center .content {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}
body .list .list-center .content > div {
  width: 100%;
  float: left;
  margin: 30px 0;
}
body .list .list-center .content > div ul {
  width: 100%;
  overflow: hidden;
}
body .list .list-center .content > div ul li {
  width: 500px;
  height: 40px;
  overflow: hidden;
  position: relative;
  float: left;
}
body .list .list-center .content > div ul li a,
body .list .list-center .content > div ul li span {
  font-size: 15px;
  color: #333;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  line-height: 30px;
  position: relative;
}
body .list .list-center .content > div ul li a:before,
body .list .list-center .content > div ul li span:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: #b92626;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body .list .list-center .content > div ul li a {
  float: left;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
body .list .list-center .content > div ul li span {
  float: right;
  color: #9fa0a0;
}
body .list .list-center .content > div ul li:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}
body .list .list-center .content > div ul li:hover a,
body .list .list-center .content > div ul li:hover span {
  color: #b92626;
}
body .list .list-center .content > div ul li:hover a:before,
body .list .list-center .content > div ul li:hover span:before {
  width: 100%;
  left: 0;
  right: 0;
}
body .list .list-center .content .search {
  width: 100%;
}
body .list .list-center .content .search li {
  margin-bottom: 10px;
}
body .list .list-center .content .search li .gword {
  color: #b92626;
}
body .list .list-center .images {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
body .list .list-center .images > div {
  width: 260px;
  height: 340px;
  float: left;
  position: relative;
  margin-bottom: 35px;
  margin-right: 35px;
}
body .list .list-center .images > div a img {
  width: 100%;
  height: 100%;
}
body .list .list-center .images > div a p {
  width: 100%;
  height: 35px;
  position: absolute;
  padding: 0 20px;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.9);
  text-align: center;
  line-height: 35px;
  color: #fff;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
body .list .list-center .images > div:nth-of-type(4n) {
  margin-right: 0;
}
body .list .list-center .images > div:hover p {
  color: #b92626;
}
body .detail {
  width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  min-height: 450px;
}
body .detail .detail-center {
  width: 1200px;
  margin: 40px auto 60px;
  padding: 34px 26px 56px;
  box-shadow: 0px 0px 20px 3px #eedcdb;
  border-radius: 6px;
}
body .detail .detail-center .content {
  width: 100%;
  min-height: 200px;
}
body .detail .detail-center .content .nTitle {
  width: 100%;
  text-align: center;
}
body .detail .detail-center .content .nTitle h3 {
  font-size: 18px;
}
body .detail .detail-center .content .nTitle span {
  display: block;
  margin: 10px 0;
}
body .detail .detail-center .content .contentT {
  width: 100%;
  text-align: center;
}
body .detail .detail-center .content .contentT h3 {
  font-size: 18px;
  margin: 10px auto;
  padding-bottom: 3px;
  border-bottom: 1px solid #b92626;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
}
body .detail .detail-center .content .contentT span {
  color: #4f4f4f;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}
body .detail .detail-center .content > img {
  width: 100%;
  height: 400px;
}
body .detail .detail-center .content .contentN {
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
}
body .detail .detail-center .content .contentN > p {
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0;
  text-indent: 2em;
}
body .detail .detail-center .contentVideo {
  text-align: center;
}
body .detail .detail-center .contentVideo > img {
  width: 500px;
  height: auto;
}
body .detail .detail-center .contentTable {
  text-align: center;
}
body .detail .detail-center .contentTable table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
body .detail .detail-center .contentTable table .th td {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
body .detail .detail-center .contentTable table tr td {
  border: 1px solid #333;
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
}
body .detail .detail-center .contentTable table tr td input {
  width: 80%;
  height: 25px;
  border: 1px solid #666;
}
body .detail .detail-center .contentTable table tr td i {
  color: red;
}
body .detail .detail-center .contentTable table .ttr {
  width: 100px;
  text-align: justify;
  text-justify: distribute-all-lines;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
body .detail .detail-center .contentTable button {
  width: 100px;
  height: 30px;
  background: #b92626;
  color: #fff;
  border: 1px solid #b92626;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}
body .detail .detail-center .contentTable > img {
  width: 800px;
  height: auto;
}
body .detail .detail-center .back {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
body .detail .detail-center .back > a {
  display: inline-block;
  width: 90px;
  height: 25px;
  border-left: 2px solid #b92626;
  padding-left: 5px;
  color: #b92626;
  font-size: 20px;
}
body .detail .detail-center .neiye > p {
  overflow: hidden;
  margin-top: -20px;
}
body .detail .detail-center .neiye > p span {
  font-size: 14px;
  float: left;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
body .detail .detail-center .neiye > p span a,
body .detail .detail-center .neiye > p span i {
  font-size: 14px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
body .detail .detail-center .neiye > p span:nth-child(2) {
  float: right;
}
body .detail .detail-center .neiye > p span:hover {
  color: #b92626;
}
body .detail .detail-center .neiye > p span:hover a,
body .detail .detail-center .neiye > p span:hover i {
  color: #b92626;
}
body #footer {
  width: 100%;
  height: 60px;
  position: relative;
  background-color: #823030;
}
body #footer > div {
  width: 1300px;
  margin: 0 auto;
}
body #footer > div > div {
  float: left;
}
body #footer > div > div p {
  font-size: 14px;
  color: #d4b7b7;
  line-height: 60px;
}
body #footer > div > div:nth-of-type(1) {
  margin-left: 310px;
  margin-right: 280px;
}
body #footer > div > div:nth-of-type(1) p {
  float: left;
}
body #footer > div > div:nth-of-type(1) p:nth-of-type(1) {
  margin-right: 6px;
}
@media screen and (max-width: 769px) {
  body .header {
    min-width: unset;
    position: relative;
  }
  body .header .headerUl {
    display: none;
  }
  body .header .headerUl-phone {
    width: 100%;
    height: 5vh;
    padding: 0 0.6rem 0 0.2rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b92626;
    position: relative;
  }
  body .header .headerUl-phone .icon-search {
    color: #fff;
    font-size: 1rem;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  body .header .headerUl-phone .title {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }
  body .header .headerUl-phone .menu-switch .iconfont {
    font-size: 1.4rem;
    color: #fff;
  }
  body .header .headerUl-phone .menu-switch .icon-close {
    display: none;
  }
  body .header .nav {
    width: 100%;
    display: none;
    height: 12vh;
    background-color: rgba(186, 38, 38, 0.8);
    position: absolute;
    bottom: -12vh;
  }
  body .header .nav > ul {
    width: 92%;
    height: 12vh;
    margin: 0 auto;
    padding: 0.5rem 0rem;
  }
  body .header .nav > ul > li {
    float: left;
    width: 25%;
    height: 5vh;
    color: #fff;
    font-size: 0.6rem;
    text-indent: 0.3rem;
    line-height: 5vh;
    text-align: left;
    list-style: disc inside;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .header .nav > ul > li > a {
    color: #fff;
    font-size: 0.8rem;
    position: relative;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
  }
  body .header .nav > ul > li > ul {
    width: 132px;
    background-color: #e6e6e6;
    padding-top: 12px;
    position: absolute;
    top: 47px;
    left: 0;
    display: none;
  }
  body .header .nav > ul > li > ul > li {
    width: 132px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    position: relative;
  }
  body .header .nav > ul > li > ul > li > a {
    color: #000;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
  }
  body .header .nav > ul > li > ul > li:hover {
    background-color: #47a567;
  }
  body .header .nav > ul > li > ul > li:hover a {
    color: #fff;
  }
  body .header .nav > ul > li:nth-of-type(4n) {
    margin-right: 0;
  }
  body .header .nav > ul .active {
    background-color: #960f0f;
  }
  body .header .nav > ul .active > a {
    color: #fff;
  }
  body .header .nav > ul > li:hover {
    background-color: #960f0f;
  }
  body .header .nav > ul > li:hover > a {
    color: #fff;
  }
  body .header .headerSearch-phone {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    position: fixed;
    top: 0;
  }
  body .header .headerSearch-phone form {
    position: relative;
  }
  body .header .headerSearch-phone form input {
    border: 1px solid #b92626;
    border-radius: 10px;
    width: 80%;
    height: 28px;
    line-height: 28px;
    margin: 20px 0 0 12px;
    padding: 0 6px 0 35px;
    background-color: #fff;
    color: #b92626;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .header .headerSearch-phone form input::-webkit-input-placeholder {
    color: #b92626;
  }
  body .header .headerSearch-phone form input:-moz-placeholder {
    color: #b92626;
  }
  body .header .headerSearch-phone form input:-ms-input-placeholder {
    color: #b92626;
  }
  body .header .headerSearch-phone form button {
    color: #b92626;
    font-size: 1rem;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 14px;
  }
  body .header .headerSearch-phone form .cancel {
    margin-left: 10px;
  }
  body .index {
    min-width: unset;
    background-image: none;
  }
  body .index .indexContent {
    width: 96%;
  }
  body .index .indexContent .indexTitle {
    height: 8.8vh;
    line-height: 10vh;
    border-bottom: 2px solid #b92626;
  }
  body .index .indexContent .indexTitle img {
    width: 1.3rem;
    top: 3.7vh;
    left: 5.4rem;
  }
  body .index .indexContent .indexTitle p {
    font-size: 1.4rem;
  }
  body .index .indexContent .indexTitle span {
    width: 3rem;
    height: 0.6vh;
    bottom: -0.5vh;
  }
  body .index .indexContent .news {
    height: 122vh;
    padding: 0;
  }
  body .index .indexContent .news > ul {
    height: 17vh;
  }
  body .index .indexContent .news > ul li {
    margin-top: 2vh;
  }
  body .index .indexContent .news > ul li > a {
    height: 6.4vh;
  }
  body .index .indexContent .news > ul li > a p {
    font-size: 1rem;
    padding: 0 2rem;
    line-height: 4vh;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  body .index .indexContent .news > ul li > a p img {
    width: 1.2rem;
    margin-right: 0.5rem;
    top: 0.6vh;
  }
  body .index .indexContent .news > ul li > p {
    margin-top: 1vh;
    line-height: 3.4vh;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  body .index .indexContent .news .detail {
    display: block;
    width: 90px;
    height: 30px;
    min-height: unset;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #bf3939;
    border: 1px solid #f0cfcf;
  }
  body .index .indexContent .news .newsLeft {
    width: 100%;
    height: 35vh;
    margin-top: 3vh;
  }
  body .index .indexContent .news .newsLeft .bannerBox {
    height: 35vh;
  }
  body .index .indexContent .news .newsLeft .bannerBox .slides li {
    width: 100%;
    height: 35vh;
    position: relative;
  }
  body .index .indexContent .news .newsLeft .bannerBox .slides li a p {
    height: 4.5vh;
    line-height: 4.5vh;
    font-size: 0.7rem;
    padding-left: 1rem;
    padding-right: 5rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  body .index .indexContent .news .newsLeft .bannerBox .banner-control-nav {
    bottom: 0.6rem;
    right: 0.3rem;
  }
  body .index .indexContent .news .newsRight {
    width: 100%;
    height: 40.6vh;
  }
  body .index .indexContent .news .newsRight > ul {
    height: 42.6vh;
    padding: 1vh 0;
  }
  body .index .indexContent .news .newsRight > ul li {
    height: 5.8vh;
    padding: 0 1.2rem;
  }
  body .index .indexContent .news .newsRight > ul li a {
    height: 5.8vh;
  }
  body .index .indexContent .news .newsRight > ul li a p,
  body .index .indexContent .news .newsRight > ul li a span {
    line-height: 5.8vh;
  }
  body .index .indexContent .news .newsRight > ul li a span {
    font-size: 0.3rem;
  }
  body .index .indexContent .news .newsRight > ul li a p {
    font-size: 0.9rem;
    width: 65%;
  }
  body .index .indexContent .news .more {
    margin: 84.4vh auto 0;
  }
  body .index .indexContent .hmfzl {
    height: 90vh;
    padding: 0;
    background-color: #fff;
  }
  body .index .indexContent .hmfzl .indexTitle img {
    width: 1.6rem;
    left: 5.5rem;
    top: 3.8vh;
  }
  body .index .indexContent .hmfzl ul {
    height: 92vh;
    padding-top: 3vh;
  }
  body .index .indexContent .hmfzl ul li {
    width: 100%;
    height: 12vh;
    margin-bottom: 1vh;
    padding: 0.5vh 1rem;
    box-shadow: 0px 0px 20px 0px #fbf1f0;
  }
  body .index .indexContent .hmfzl ul li p:nth-of-type(1) {
    font-size: 1rem;
    line-height: 4.4vh;
    padding: 0 2rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  body .index .indexContent .hmfzl ul li p:nth-of-type(2) {
    line-height: 2.8vh;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  body .index .indexContent .box {
    height: 44vh;
    padding: 0;
    background-color: #fff;
  }
  body .index .indexContent .box .indexTitles {
    height: 8.8vh;
    border-bottom: 2px solid #b92626;
    padding: 0 0.2rem;
  }
  body .index .indexContent .box .indexTitles > div {
    width: 5.7rem;
    height: 8.8vh;
    line-height: 12vh;
  }
  body .index .indexContent .box .indexTitles > div .iconfont {
    bottom: -3.2vh;
    font-size: 1.3rem;
  }
  body .index .indexContent .box .indexTitles > div .icon-wenjian {
    font-size: 1.2rem;
    left: 0rem;
  }
  body .index .indexContent .box .indexTitles > div p {
    font-size: 1rem;
  }
  body .index .indexContent .box .indexTitles > div span {
    width: 2.2rem;
    height: 0.6vh;
    left: 1.8rem;
  }
  body .index .indexContent .box .indexTitles > div:nth-of-type(2) {
    margin: 0 2rem;
  }
  body .index .indexContent .box ul {
    width: 100%;
    height: 33vh;
    margin: 2vh auto 0;
    padding: 0 0.3rem;
    background-color: #fff;
    display: none;
  }
  body .index .indexContent .box ul li {
    width: 100%;
    height: 5vh;
    line-height: 5vh;
    border-bottom: 1px solid #e7e7e7;
  }
  body .index .indexContent .box ul li a p {
    color: #666;
    width: 70%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 0.8rem;
  }
  body .index .indexContent .box ul li a span {
    color: #999;
    float: right;
    font-size: 0.6rem;
  }
  body .index .indexContent .box .mores {
    margin: -5vh auto 0;
  }
  body .index .indexContent .byll {
    height: auto;
    padding: 0;
  }
  body .index .indexContent .byll .indexTitle img {
    width: 1.5rem;
    left: 6rem;
    top: 3.7vh;
  }
  body .index .indexContent .byll .topicList .slides {
    margin: 2vh 0;
  }
  body .index .indexContent .byll .topicList .slides::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }
  body .index .indexContent .byll .topicList .slides li {
    width: 170px;
    height: 226px;
    float: left;
    margin-right: 0;
    margin-bottom: 2vh;
    position: relative;
  }
  body .index .indexContent .byll .topicList .slides li img {
    width: 170px;
    height: 226px;
  }
  body .index .indexContent .byll .topicList .slides li p {
    display: block;
    font-size: 0.8rem;
    width: 100%;
    height: 4.8vh;
    line-height: 4.8vh;
    padding: 0 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  body .index .indexContent .byll .topicList .slides li:nth-of-type(2n) {
    float: right;
  }
  body .index .indexContent .byll .topicList .slides li:nth-last-of-type(1) {
    margin-right: 0;
  }
  body .list {
    width: 100%;
  }
  body .list .list-center {
    width: 96%;
    margin: 4vh auto 6vh;
    padding: 3.4vh 1rem 5.6vh;
  }
  body .list .list-center .threeImg > div {
    width: 100%;
    margin-bottom: 2vh;
  }
  body .list .list-center .threeImg > div:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 2vh;
  }
  body .list .list-center .content {
    min-height: 33vh;
  }
  body .list .list-center .content > div ul li {
    width: 100%;
    float: none;
  }
  body .list .list-center .content > div ul li a {
    width: 62%;
  }
  body .list .list-center .images {
    min-height: 33vh;
    overflow: hidden;
  }
  body .list .list-center .images > div {
    width: 150px;
    height: 196px;
    margin-bottom: 3.5vh;
    margin-right: 0;
  }
  body .list .list-center .images > div:nth-of-type(2n) {
    float: right;
  }
  body .detail {
    width: 100%;
    min-height: 76vh;
  }
  body .detail .detail-center {
    width: 96%;
    margin: 4vh auto 6vh;
    padding: 3.4vh 2.6vh 5.6vh;
  }
  body .detail .detail-center .content {
    min-height: 20vh;
  }
  body .detail .detail-center .content img {
    max-width: 100%;
    display: block;
  }
  body .crumbs li {
    height: 19px;
    line-height: 19px;
  }
  body .current-page .to {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
  }
  body .current-page .to input {
    margin: 0 10px;
  }
  body .prev-next .float-left {
    float: none;
  }
  body .prev-next .float-right {
    float: none;
  }
  body .prev-next p {
    width: 100%;
    text-align: left;
  }
  body #footer {
    height: 6vh;
  }
  body #footer > div {
    width: 100%;
    height: 6vh;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
  }
  body #footer > div > div p {
    font-size: 0.8rem;
    line-height: unset;
  }
  body #footer > div > div:nth-of-type(1) {
    margin-left: 0;
    margin-right: 0;
  }
  body #footer > div > div:nth-of-type(1) p {
    float: unset;
  }
}
