html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.scrollbarActive::-webkit-scrollbar {
  width: 10px !important;
}
.scrollbarActive::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.scrollbarActive::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.scrollbarActive::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.scrollbarActive::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.scrollbarActive::-webkit-scrollbar {
  width: 15px;
}
body,
html {
  min-width: 1200px;
}
.clear {
  clear: both;
}
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.banner img {
  max-width: 100%;
}
.top {
  border-bottom: 1px solid #ccc;
}
.top .content {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.top .content .left {
  float: left;
}
.top .content .left a {
  font-size: 14px;
  color: #999999;
}
.top .content .left a:hover {
  color: #b4212d;
}
.top .content .right {
  float: right;
}
.top .content .right ul li {
  float: left;
  margin-right: 30px;
  position: relative;
}
.top .content .right ul li:last-child {
  margin-right: 0;
}
.top .content .right ul li:last-child::after {
  display: none;
}
.top .content .right ul li::after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #cccccc;
  transform: translateY(-50%);
}
.top .content .right ul li a {
  font-size: 14px;
  color: #666;
}
.top .content .right ul li a:hover {
  color: #b4212d;
}
.header {
  /* background: url(/template/default/index/images/header_bg.jpg) no-repeat bottom center; */
  /* position: relative; */
}
.header .content {
  height: 116px;
  overflow: hidden;
}
.header .content .logo {
  float: left;
  margin-top: 24px;
}
.header .content .logo a {
  display: block;
}
.header .content .tel {
  float: right;
  margin-top: 52px;
  margin-left: 20px;
}
.header .content .tel img {
  position: relative;
  top: -3px;
}
.header .content .tel span {
  font-size: 20px;
  line-height: 1;
  color: #b4212d;
}
.header .content .tel span.qrcode{
  position: relative;
  top: -10px;
}
.header .content .tel span.qrcode img{
  width: 100px;
}

.header .content .nav {
  float: right;
  height: 116px;
  padding-top: 53px;
}
.header .content .nav>ul>li {
  float: left;
  padding: 0 20px;
  height: 63px;
  position: relative;
}
.header .content .nav>ul>li:hover>a,
.header .content .nav>ul>li.active>a {
  color: #b4212d;
}
.header .content .nav>ul>li>a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #e6e6e6;
}
.header .content .nav>ul>li>a {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  position: relative;
}

.header .content .nav>ul>li:hover .pro_nav {
  display: block;
}
.header .content .nav>ul>li .pro_nav {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
  width: 150px;
}

.header .content .nav>ul>li .pro_nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  text-align: center;
}
.header .content .nav>ul>li .pro_nav ul li a:hover {
  color: #b4212d;
}





















.index_banner .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.index_banner .slide .swiper-container .swiper-button-next,
.index_banner .slide .swiper-container .swiper-button-prev {
  width: 38px;
  height: 72px;
  background: #b4212d;
  text-align: center;
  line-height: 72px;
  opacity: 1;
  top: 50%;
}
.index_banner .slide .swiper-container .swiper-button-next i,
.index_banner .slide .swiper-container .swiper-button-prev i {
  font-size: 16px;
  color: #fff;
}
.index_banner .slide .swiper-container .swiper-button-next {
  right: 5%;
}
.index_banner .slide .swiper-container .swiper-button-prev {
  left: 5%;
}
.index_banner .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.index_banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: #999;
}
.index_banner .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.index_banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
  color: #fff;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #b4212d;
}
.index .title {
  padding: 60px 0 35px;
}
.index .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-bottom: 10px;
}
.index .title h6 {
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
.index .item1 {
  background: #fff;
}
.index .item1 .content {
  padding-bottom: 70px;
}
.index .item1 .content .list {
  overflow: hidden;
  padding-bottom: 50px;
}
.index .item1 .content .list ul {
  margin: 0 -10px;
  padding: 10px 0;
}
.index .item1 .content .list ul li {
  margin-bottom: 20px;
  padding: 0 10px;
}
.index .item1 .content .list ul li a {
  display: block;
  box-shadow: 0px 2px 12px 1px rgba(4, 0, 0, 0.08);
}
.index .item1 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item1 .content .list ul li a:hover .pic .cover {
  opacity: 0;
}
.index .item1 .content .list ul li a .pic {
  height: 285px;
  text-align: center;
  line-height: 285px;
  overflow: hidden;
  position: relative;
}
.index .item1 .content .list ul li a .pic .cover {
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(183, 33, 45, 0.8);
  text-align: center;
  line-height: 285px;
  opacity: 0;
}
.index .item1 .content .list ul li a .pic .cover span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 1px #b4212d;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: #b4212d;
  border-radius: 50%;
}
.index .item1 .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item1 .content .list ul li a .word {
  height: 42px;
  background-color: #b4212d;
  text-align: center;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #ffffff;
}
.index .item2 {
  /* background: url(/template/default/index/images/index_item2_bg.jpg) no-repeat center; */
  background: #b4212d;
}
.index .item2 .content {
  /* height: 525px; */
  padding-bottom: 30px;
}
.index .item2 .content .title h5,
.index .item2 .content .title h6 {
  color: #fff;
}
.index .item2 .content .list {
  overflow: hidden;
  padding: 10px 0;
}
.index .item2 .content .list ul {
  margin: 0 -15px;
}
.index .item2 .content .list ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.index .item2 .content .list ul li a {
  display: block;
  transition: all 0.5s linear;
}
.index .item2 .content .list ul li a .pic img{
  width: 100%;
}

.index .item2 .content .list ul li a:hover {
  transform: translateY(-10px);
}
.index .item3 .content {
  padding-bottom: 60px;
}
.index .item3 .content .center {
  overflow: hidden;
  position: relative;
  height: 701px;
}
.index .item3 .content .center .left {
  float: left;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  width: 400px;
}
.index .item3 .content .center .left ul li:hover a,
.index .item3 .content .center .left ul li.active a {
  background-color: #b4212d;
}
.index .item3 .content .center .left ul li:hover a .img_c,
.index .item3 .content .center .left ul li.active a .img_c {
  display: inline-block;
}
.index .item3 .content .center .left ul li:hover a .img,
.index .item3 .content .center .left ul li.active a .img {
  display: none;
}
.index .item3 .content .center .left ul li:hover a span,
.index .item3 .content .center .left ul li.active a span {
  color: #fff;
}
.index .item3 .content .center .left ul li a {
  display: block;
  height: 140px;
  background-color: #ffffff;
  text-align: center;
  line-height: 140px;
  border: 1px solid #dedede;
  border-bottom: 0 solid #000;
  border-right: 0px solid #000;
}
.index .item3 .content .center .left ul li a img {
  position: relative;
  top: -3px;
}
.index .item3 .content .center .left ul li a .img_c {
  display: none;
}
.index .item3 .content .center .left ul li a span {
  font-size: 24px;
  color: #333333;
}
.index .item3 .content .center .right {
  float: left;
  width: 800px;
  height: 701px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.index .item3 .content .center .right .list {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 800px;
}
.index .item3 .content .center .right .list .item_list {
  height: 701px;
  overflow: hidden;
}
.index .item3 .content .center .right .list .item_list .big {
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}
.index .item3 .content .center .right .list .item_list .big a {
  display: block;
  overflow: hidden;
}
.index .item3 .content .center .right .list .item_list .big a .word {
  width: 562px;
  height: 259px;
  padding: 40px 35px 0 35px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b4212d;
}
.index .item3 .content .center .right .list .item_list .big a .word h5 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.index .item3 .content .center .right .list .item_list .big a .word h6 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}
.index .item3 .content .center .right .list .item_list .big a .word p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}
.index .item3 .content .center .right .list .item_list .big a .word span {
  font-size: 14px;
  color: #fff;
}
.index .item3 .content .center .right .list .item_list .big a .word span i {
  color: #b4212d;
}
.index .item3 .content .center .right .list .item_list .big a .pic {
  /* float: right; */
  height: 340px;
  /* text-align: center; */
  overflow: hidden;
  width: 100%;
}
.index .item3 .content .center .right .list .item_list .big a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.index .item3 .content .center .right .list .item_list ul {
  padding: 0 10px;
}
.index .item3 .content .center .right .list .item_list ul li {
  padding: 0 10px;
  margin:40px 0;
}
.index .item3 .content .center .right .list .item_list ul li a {
  display: block;
}
.index .item3 .content .center .right .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item3 .content .center .right .list .item_list ul li a:hover .word {
  color: #b4212d;
}
.index .item3 .content .center .right .list .item_list ul li a .pic {
  width: 240px;
  height: 240px;
  text-align: center;
  line-height: 240px;
  overflow: hidden;
}
.index .item3 .content .center .right .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
  width: 100%;
  height: 100%;
}
.index .item3 .content .center .right .list .item_list ul li a .word {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
}
.index .item4 {
  background: url(/template/default/index/images/index_item4_bg.jpg) no-repeat center;
  /* background: #b4212d; */
  position: relative;
}
.index .item4::after {
  position: absolute;
  top: 245px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  content: "";
}
.index .item4 .content {
  height: 668px;
}
.index .item4 .content .title h5,
.index .item4 .content .title h6 {
  color: #333;
}
.index .item4 .content .title h6 {
  line-height: 20px;
}
.index .item4 .content .list {
  margin-top: 70px;
}
.index .item4 .content .list ul li:hover a span,
.index .item4 .content .list ul li.active a span {
  color: #b4212d;
}
.index .item4 .content .list ul li:hover a::after,
.index .item4 .content .list ul li.active a::after {
  background: #b4212d;
}
.index .item4 .content .list ul li a {
  display: block;
  text-align: center;
  position: relative;
}
.index .item4 .content .list ul li a::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
  z-index: 10;
}
.index .item4 .content .list ul li a span {
  font-size: 20px;
  line-height: 1;
  color: #333;
}
.index .item4 .content .word {
  margin-top: 110px;
}
.index .item4 .content .word .word_list {
  display: none;
}
.index .item4 .content .word .word_list:first-child {
  display: block;
}
.index .item4 .content .word .word_list h5 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.index .item4 .content .word .word_list .line {
  width: 40px;
  height: 3px;
  background-color: #333;
  margin: 20px 0;
}
.index .item4 .content .word .word_list p {
  font-size: 18px;
  color: #333;
}
.index .item4 .content .word .word_list a {
  display: block;
  width: 140px;
  height: 48px;
  background-color: #b4212d;
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.index .item5 .content {
  padding-top: 60px;
}
.index .item5 .content .center {
  overflow: hidden;
}
.index .item5 .content .center .word {
  float: left;
  width: 580px;
}
.index .item5 .content .center .word h5 {
  font-size: 30px;
  color: #999999;
  font-weight: bold;
  line-height: 1;
}
.index .item5 .content .center .word h6 {
  font-size: 30px;
  color: #333333;
}
.index .item5 .content .center .word .line {
  width: 60px;
  height: 3px;
  background-color: #b4212d;
  margin: 20px 0 ;
}
.index .item5 .content .center .word p {
  font-size: 14px;
  color: #666666;
}
.index .item5 .content .center .word span a {
  width: 124px;
  height: 42px;
  background-color: #b4212d;
  border-radius: 3px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  margin-top: 35px;
}
.index .item5 .content .center .pic {
  float: right;
}
.index .item5 .content .item_nav ul li:hover a,
.index .item5 .content .item_nav ul li.active a {
  background-color: #b4212d;
}
.index .item5 .content .item_nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: #353f46;
  color: #ffffff;
}
.index .item6 {
  background: #f6f6f6;
}
.index .item6 .content {
  padding: 30px 0 ;
}
.index .item6 .content .slide {
  position: relative;
}
.index .item6 .content .slide .swiper-button-prev,
.index .item6 .content .slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #b4212d;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: solid 1px #b4212d;
  opacity: 1;
  top: 35%;
  outline: none;
}
.index .item6 .content .slide .swiper-button-prev i,
.index .item6 .content .slide .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.index .item6 .content .slide .swiper-button-prev {
  left: -100px;
}
.index .item6 .content .slide .swiper-button-next {
  right: -100px;
}
.index .item6 .content .slide .swiper-button-next.swiper-button-disabled,
.index .item6 .content .slide .swiper-button-prev.swiper-button-disabled {
  border: solid 1px #bbbbbb;
  background: #fff;
}
.index .item6 .content .slide .swiper-button-next.swiper-button-disabled i,
.index .item6 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item6 .content .slide .swiper-container {
  padding-bottom: 40px;
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background-color: #b4212d;
  color: #fff;
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 290px;
  overflow: hidden;
  text-align: center;
  line-height: 290px;
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  max-height: 290px;
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 56px;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
}
.index .item6 .content .slide .swiper-container .swiper-pagination {
  bottom: 0;
}
.index .item7 .content {
  padding-bottom: 40px;
}
.index .item7 .content .list {
  overflow: hidden;
}
.index .item7 .content .list ul {
  margin: 0 -10px;
}
.index .item7 .content .list ul li {
  padding: 0 10px;
  margin-bottom: 20px;
}
.index .item7 .content .list ul li a {
  display: block;
}
.index .item7 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item7 .content .list ul li a .pic {
  height: 130px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 130px;
}
.index .item7 .content .list ul li a .pic img {
  max-width: 65%;
  transition: all 0.5s linear;
}
.index .item8 {
  background: #f6f6f6;
}
.index .item8 .content {
  padding-bottom: 60px;
}
.index .item8 .content .tit {
  overflow: hidden;
}
.index .item8 .content .tit .title {
  float: left;
}
.index .item8 .content .tit .item_nav {
  float: right;
  margin-top: 90px;
}
.index .item8 .content .tit .item_nav ul li {
  float: left;
  margin-left: 30px;
}
.index .item8 .content .tit .item_nav ul li:hover a,
.index .item8 .content .tit .item_nav ul li.active a {
  color: #b4212d;
  border-bottom: 2px solid #b4212d;
}
.index .item8 .content .tit .item_nav ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  display: block;
}
.index .item8 .content .list .item_list {
  overflow: hidden;
  display: none;
}
.index .item8 .content .list .item_list:first-child {
  display: block;
}
.index .item8 .content .list .item_list .left {
  width: 580px;
  height: 476px;
  position: relative;
  float: left;
}
.index .item8 .content .list .item_list .left a {
  display: block;
}
.index .item8 .content .list .item_list .left a:hover .pic img {
  transform: scale(1.1);
}
.index .item8 .content .list .item_list .left a:hover .word .text h5 {
  color: #b4212d;
}
.index .item8 .content .list .item_list .left a .pic {
  height: 440px;
  overflow: hidden;
}
.index .item8 .content .list .item_list .left a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.index .item8 .content .list .item_list .left a .word {
  position: absolute;
  width: 540px;
  height: 124px;
  background-color: #ffffff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 20px 0;
}
.index .item8 .content .list .item_list .left a .word .data {
  width: 120px;
  text-align: center;
  float: left;
  height: 80px;
  border-right: 1px solid #dedede;
}
.index .item8 .content .list .item_list .left a .word .data span {
  font-size: 60px;
  line-height: 1;
  color: #353f46;
}
.index .item8 .content .list .item_list .left a .word .data p {
  font-size: 14px;
  line-height: 1;
  color: #353f46;
}
.index .item8 .content .list .item_list .left a .word .text {
  width: 420px;
  float: right;
  padding: 0 30px;
}
.index .item8 .content .list .item_list .left a .word .text h5 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  font-weight: bold;
}
.index .item8 .content .list .item_list .left a .word .text p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.index .item8 .content .list .item_list .right {
  width: 600px;
  float: right;
}
.index .item8 .content .list .item_list .right ul li {
  margin-bottom: 20px;
}
.index .item8 .content .list .item_list .right ul li:last-child {
  margin-bottom: 0;
}
.index .item8 .content .list .item_list .right ul li a {
  display: block;
  height: 104px;
  background-color: #ffffff;
  padding: 20px 0;
}

.index .item8 .content .list .item_list .right ul li a:hover .text h5{
  color: #b4212d;
}


.index .item8 .content .list .item_list .right ul li a .data {
  width: 103px;
  text-align: center;
  float: left;
  height: 64px;
  border-right: 1px solid #dedede;
}
.index .item8 .content .list .item_list .right ul li a .data span {
  font-size: 60px;
  line-height: 50px;
  color: #353f46;
}
.index .item8 .content .list .item_list .right ul li a .data p {
  font-size: 14px;
  line-height: 1;
  color: #353f46;
}
.index .item8 .content .list .item_list .right ul li a .text {
  width: 496px;
  float: right;
  padding: 0 20px;
}
.index .item8 .content .list .item_list .right ul li a .text h5 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 5px;
}
.index .item8 .content .list .item_list .right ul li a .text p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  max-height: 40px;
}
.index .friend_link .content {
  overflow: hidden;
  padding: 20px 0;
}
.index .friend_link .content span,
.index .friend_link .content a {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
.index .friend_link .content span {
  color: #333333;
}
.index .friend_link .content a {
  color: #666666;
}
.index .friend_link .content a:hover {
  color: #b4212d;
}
.footer {
  background: #333;
}
.footer .content .foot_top {
  padding: 30px 0 50px;
  overflow: hidden;
}
.footer .content .foot_top .foot_nav {
  float: right;
}
.footer .content .foot_top .foot_nav ul li {
  float: left;
  margin-right: 60px;
}
.footer .content .foot_top .foot_nav ul li h5 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer .content .foot_top .foot_nav ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  display: block;
}
.footer .content .foot_top .foot_nav ul li a:hover {
  color: #b4212d;
}
.footer .content .foot_top .qrcode {
  float: right;
  text-align: center;
}
.footer .content .foot_top .qrcode img {
  width: 180px;
}
.footer .content .foot_top .qrcode p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 10px;
}
.footer .content .foot_top .address {
  width: 231px;
  float: left;
}
.footer .content .foot_top .address .logo a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.footer .content .foot_top .address h5 {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.footer .content .foot_top .address p {
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}
.beian {
  height: 46px;
  line-height: 46px;
  text-align: center;
  /* background: url(/template/default/index/images/beian_bg.jpg) no-repeat center; */
  background: #333;
}
.beian a {
  font-size: 14px;
  color: #fff;
}
.beian a:hover {
  color: #b4212d;
}
