@charset "utf-8";

/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-size: 0.24rem;
  line-height: 1.7;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: -moz-calc(100vw / 7.5);
  font-size: calc(100vw / 7.5);
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}

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

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.fb {
  font-weight: bold;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
  -webkit-appearance: none;
}

input,
textarea,
select {
  font: inherit;
}

h3 {
  font-size: 0.26rem;
  font-weight: normal;
}

em {
  font-style: normal;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.center {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

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

.mid {
  vertical-align: middle;
}

.mar_t10 {
  margin-top: 0.2rem;
}

.mar_t20 {
  margin-top: 0.2rem;
}

.mar_t30 {
  margin-top: 0.3rem;
}

.bor_b {
  border-bottom: solid 1px #e4e4e4;
}

.bor_b15 {
  border-bottom: solid 1px #f4f4f4;
}

.f30 {
  font-size: 0.3rem;
}

.f28 {
  font-size: 0.28rem;
}

.f26 {
  font-size: 0.26rem;
}

.bgg {
  background: #f4f4f4;
}

.bgw {
  background: #fff;
}

.gray6 {
  color: #666;
}

.gray8 {
  color: #888;
}

.gray9 {
  color: #999;
}

.wrap_box {
  color: #333;
  font-size: 0.26rem;
}

.content {
  padding: 0 0.24rem;
}

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


/*header*/

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.search {
  width: 0.32rem;
  right: 1.04rem;
  top: 0.3rem;
}

.srch {
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  width: 94%;
  margin: 2% auto 0;
  -webkit-appearance: none;
  border: solid 1rem #eee;
  z-index: 3;
  display: none;
}

.srch_txt {
  width: 83%;
  border: none;
  color: #333;
  background: #ffffff;
  -webkit-appearance: none;
  padding: 0.1rem;
}

.srch_txt::-webkit-input-placeholder {
  color: #CCC;
}

.srch_sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
  height: 100%;
  border: none;
  color: #ffffff;
  text-align: center;
  background: #c9151e;
  -webkit-appearance: none;
}

.menu {
  width: 0.48rem;
  right: 0.2rem;
  top: 0.3rem;
}

.menu_list {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #c9151e;
  z-index: 999999;
  padding: 2rem 0 0;
  display: none;
}

.menu_list li a {
  font-size: 0.34rem;
  line-height: 0.8rem;
  color: #fff;
}

.menu_close {
  right: 0.3rem;
  top: 0.1rem;
  font-size: 0.6rem;
  color: #fff;
}

.banner {
  margin: 1.1rem 0 0;
}

.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #ff6600;
}


/*index*/

.index_tit {
  margin: 0.5rem 0;
}

.index_tit h2 {
  font-size: 0.4rem;
  line-height: 0.52rem;
}

.index_tit p {
  color: #666;
  font-size: 0.26rem;
  line-height: 0.44rem;
}

.more {
  width: 1.6rem;
  height: 0.56rem;
  background: #c9151e;
  line-height: 0.56rem;
  color: #fff;
  display: block;
}

.video {
  width: 100%;
  height: 3.6rem;
}

.brand {
  height: 3.2rem;
}

.brand li {
  height: 0.4rem;
}

.brand_list {
  width: 1rem;
  height: 0.4rem;
  float: left;
  margin-right: 5rem;
}

.brand_list:nth-child(6n+6) {
  margin-right: 0;
}

.news_banner {
  position: relative;
  overflow: hidden;
}

.news_banner li {
  position: relative;
}

.news_banner .slides {
  position: relative;
  z-index: 1;
}

.news_banner .slides img {
  width: 100%;
}

.news_banner .flex-control-nav {
  position: absolute;
  bottom: 0.1rem;
  z-index: 2;
  width: 100%;
  text-align: right;
  padding-right: 0.15rem;
}

.news_banner .flex-control-nav li {
  display: inline-block;
  *display: inline;
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.05rem;
}

.news_banner .flex-control-nav li a {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  line-height: 0.8rem;
  overflow: hidden;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}

.news_banner .flex-control-nav .flex-active {
  background: #c9161e;
}

.news_banner .flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}

.news_banner .flex-direction-nav li a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.news_banner .flex-direction-nav li a.flex-prev {
  left: 0.4rem;
  background: url(../images/prev.png) center center no-repeat;
}

.news_banner .flex-direction-nav li a.flex-next {
  right: 0.4rem;
  background: url(../images/next.png) center center no-repeat;
}

.news_banner_con {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0 1rem 0 0.2rem;
  line-height: 0.6rem;
}

.news_banner_tit {
  width: 2.8rem;
}

.news_list li {
  margin-top: 0.3rem;
}

.news_list_pic img {
  width: 2.6rem;
  height: 1.8rem;
}

.news_list_con {
  width: 4.23rem;
}

.news_list_time {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.34rem;
  margin: 0.1rem 0;
}

.news_list_txt {
  color: #505050;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
}

.bg1 {
  background: url(../images/bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  margin: 0.4rem 0 0;
  padding-bottom: 0.3rem;
}

.tit {
  padding: 0.4rem 0 0;
}

.tit h2 {
  font-size: 0.4rem;
  line-height: 0.56rem;
}

.tit p {
  font-size: 0.26rem;
  color: #666;
  line-height: 0.42rem;
}

.care_list {
  margin: 0.3rem 0 0;
}

.care_list img {
  width: 100%;
  height: 3.2rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: 0.34rem;
  height: 0.68rem;
  margin-top: -0.34rem;
}

.swiper-button-next {
  right: 0;
  background: url(../images/next.png) no-repeat;
  background-size: 100%;
}

.swiper-button-prev {
  left: 0;
  background: url(../images/prev.png) no-repeat;
  background-size: 100%;
}

.video_list {
  margin: 0.3rem 0 0;
}

.video_list li {
  width: 3.4rem;
  position: relative;
  height: 2.4rem;
  float: left;
  cursor: pointer;
}

.video_list li:nth-child(4n+4) {
  margin-right: 0;
}

.video_list li img {
  height: 100%;
  width: 100%;
}

.video_list li::after {
  width: 0.68rem;
  height: 0.68rem;
  background: url(../images/video.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.party_list {
  margin-top: 0.3rem;
}

.party_list img {
  width: 100%;
  height: 3.2rem;
}

.friendlink {
  padding: 0.3rem 0;
}

.friendlink a {
  color: #666;
  margin-right: 0.35rem;
}

.footer_bg {
  background: url(../images/footer.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 3.6rem;
  padding: 1.04rem 0 0;
}

.code {
  margin-right: 0.2rem;
}

.code>img {
  width: 1.4rem;
  height: 1.4rem;
}

.code p {
  color: #c9161e;
  font-size: 0.24rem;
  text-shadow: #fff 0.02rem 0 0, #fff 0 0.02rem 0, #fff -0.02rem 0 0, #fff 0 -0.02rem 0;
  line-height: 0.64rem;
}

.code p img {
  width: .79rem;
}

.copyright {
  background: #696969;
  line-height: 0.5rem;
  padding: 0.3rem 0;
  color: #fff;
}

.m_banner {
  margin: 1.1rem 0 0;
}

.m_banner img {
  width: 100%;
}

.path {
  height: 0.8rem;
  background: #f7f7f7;
  line-height: 0.8rem;
}

.path img {
  width: 0.21rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}

.type {
  padding: 0.26rem 0 0;
}

.type a {
  color: #666;
  font-size: 0.28rem;
  margin: 0 0.1rem;
  line-height: 0.4rem;
}

.type a.active {
  color: #c9161e;
}

.type1 {
  margin: 0 auto;
  border-bottom: dotted 1px #cccccc;
  padding: 0.15rem 0;
}

.type1 a {
  margin: 0.1rem 0.2rem;
  display: inline-block;
}

.xx_txt {
  color: #666;
  line-height: 0.4rem;
  padding: 0.3rem 0 0.6rem;
  min-height: 3rem;
}

.m_contact {
  line-height: 0.5rem;
  font-size: 0.28rem;
  padding: 0.25rem 0;
}

.map {
  height: 4.6rem;
}

.map img {
  height: 100%;
}

.bus {
  width: 100%;
  height: 1.2rem;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  line-height: 0.42rem;
  padding: 0.15rem 0.24rem;
  color: #fff;
  font-size: 0.2rem;
}

.main {
  padding-bottom: 0.6rem;
}

.m_news {
  padding-bottom: 0.6rem;
}

.m_news li {
  background: #f7f7f7;
  padding: 0.2rem 0;
  margin: 0.4rem 0 0;
}

.m_news li:nth-child(even) .m_news_pic {
  float: right;
}

.m_news li:nth-child(even) .m_news_con {
  float: left;
}

.m_news li:hover {
  background: #c9161e;
}

.m_news li:hover .m_news_con {
  color: #fff;
}

.m_news_pic img {
  width: 3rem;
  height: 2rem;
}

.m_news_con {
  width: 3.8rem;
  color: #666;
}

.m_news_tit {
  font-size: 0.28rem;
}

.m_news_list_time {
  line-height: 2;
}

.m_news_more {
  width: 1.4rem;
  height: 0.46rem;
  border-radius: 0.03rem;
  line-height: 0.46rem;
  display: block;
  text-align: center;
  border: solid 1px #cccccc;
}

.page {
  color: #666;
}

.page a {
  padding: 0 0.15rem;
  border: solid 1px #cccccc;
  border-radius: 0.05rem;
  line-height: 0.48rem;
  display: inline-block;
  margin: 0 0.15rem;
}

.page a.on {
  background: #c9161e;
  color: #fff;
}

.news_xx_tit {
  font-size: 0.28rem;
  padding: 0.3rem 0 0;
}

.news_xx_time {
  color: #999;
}

.back {
  width: 1.2rem;
  height: 0.48rem;
  border: solid 1px #cccccc;
  border-radius: 0.3rem;
  display: block;
  line-height: 0.44rem;
}

.nextpage a {
  width: 1.2rem;
  height: 0.48rem;
  border: solid 1px #cccccc;
  line-height: 0.448rem;
  border-radius: 0.05rem;
  display: inline-block;
  margin-left: 0.2rem;
  text-align: center;
}

.nextpage a.on {
  background: #c9161e;
  color: #fff;
}

.zhici {
  padding: 0.3rem 0;
}

.leader>li {
  padding: 0.25rem 0;
}

.leader_text {
  background: #f7f7f7;
  padding: 0.1rem 0.2rem;
}

.leader_name {
  font-size: 0.32rem;
}

.leader_honor {
  padding: 0.3rem 0;
}

.leader_honor li {
  line-height: 0.34rem;
  color: #666;
}

.leader_txt {
  margin: 0.2rem 0 0;
}

.history {
  background: url(../images/bg2.jpg) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 0.3rem 0 0.25rem;
}

.history_tit {
  font-size: 0.32rem;
  line-height: 0.43rem;
  margin: 0.2rem 0;
}

.honor_bg {
  background: url(../images/honor_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.7rem 0 0.4rem;
}

.m_honor {
  padding-bottom: 0.2rem;
}

.m_honor li {
  width: 3.4rem;
  margin: 0 0 0.2rem 0;
}

.m_honor li img {
  width: 100%;
  height: 2.6rem;
}

.culture_list {
  margin: 0.2rem 0 0;
}

.culture_list li {
  width: 50%;
  height: 2.2rem;
  background: #fcf5f5;
  padding: 0.5rem 0.24rem 0;
}

.culture_list li h3 {
  font-size: 0.3rem;
  font-weight: bold;
}

.culture_list li p {
  margin: 0.3rem 0 0;
  line-height: 0.32rem;
}

.culture_list li:nth-child(2),
.culture_list li:nth-child(3),
.culture_list li:nth-child(6),
.culture_list li:nth-child(7) {
  background: #f7f7f7;
}

.culture_list li:last-child {
  padding: 0;
}

.bg {
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  display: none;
}

.video_xx {
  width: 100%;
  height: 5rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.close {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #fff;
  border-radius: 100%;
  right: 0.2rem;
  top: 0.2rem;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.54rem;
  cursor: pointer;
}