* {
  padding: 0;
  margin: 0;
  text-decoration:none;
  color:#121212;
  list-style: none;
font-family: 微软雅黑;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.head {
  background: linear-gradient(135deg, #9a0201, #9a0201);
  width:100%;
  min-width:1200px;
  padding: 15px  10%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  
}
.head ul {
display: block;
  list-style: none;
  justify-content: space-between;
  flex-grow: 1;
}
.head p {
  content: '';
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  background-color: #c12237;

  z-index: 99;
  display: none;
}
.head ul:hover ~ p {
  display: block;
}
.head li {
  position: relative;
  box-sizing: border-box;
}
.head li > a {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  font-size:20px;
}
.head li:hover > a {
  border-bottom: 1px solid #aa0a09;

}
.head li:hover div {
  
}
.head .div111 {
  position: absolute;
  flex-wrap: wrap;
  width: 400%;
  left: 0;
  display: flex;
  z-index: 999;
  padding:30px 0 0 0;
}
.head .div111 a {
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  width: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head div i {
  display: block;
  color:#fff;
  margin-right: 10px;
}
.nav_2{ padding:10px 0 0 0; background:none;}
.nav_2 a:hover{ opacity:0.7;}
.head span {
  color: #fff;
  line-height: 50px;
}
.active {
  border-bottom: 3px solid #c12237;
}
.logo {
  flex-shrink: 0;
  display: block;
  height: 50px;
}
.logo2 {
  flex-shrink: 0;
  display: block;
  height: 50px;
margin-bottom:10px;
}
.logo1 {
  display: none;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.sprBox {
  width: 100%;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.sprBox .swiper-pagination-bullets {
  bottom: -50px;
}
.sprBox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: none;
  padding:5px;
}
.swiper {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.swiper img {
  display: block;
  width: 100%;
  height:500px;
  object-fit: cover;
}
.tit {
  text-align: center;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.tit h2 {
  display: inline-block;
  text-align: center;
  color: #a1051d;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 700;
}
.tit span {
  display: block;
  color: #a1051d;
  letter-spacing: 0.1em;
  margin-top: 5px;
font-size:12px;
}
.tit div {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.tit p {
  font-size: 12px;
  margin-right: 10px;
}
.tit i {
  font-style: normal;
  color: #a1051d;
  border: 1px solid #bd4f60;
  border-radius: 50%;
  width: 16px;
  font-size: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  box-sizing: border-box;
}
.idxNews {
  background-color: #f9f5f6;
  padding: 20px 0 50px;
  box-sizing: border-box;
  margin: 20px 0 50px;
}
.idxNews1 {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idxNews1 div {
  width: 31%;
  height:140px;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
}
.idxNews1 h4 {
  background-color: #f1edee;
  width: 200px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #a1051d;
}
.idxNews1 a {
  margin: 30px 0;
  font-size: 18px;
  display:block;
  color:#121212;
}
.idxNews1 a:hover{ opacity:0.8;}
.notice {
  width: 1400px;
  margin: 20px auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ntc {
  width: 31%;
  display: flex;
  margin-top: 10px;
}
.ntc div {
  background-color: #a1051d;
  padding: 15px;
  
}
.ntc div span{color: #fff;}
.ntc div h4{color: #fff;}
.ntc a {
  flex-grow: 1;
  border: 1px solid #ddd;
  padding: 15px 15px 0 15px;
  box-sizing: border-box;
  font-size: 18px;
  color:#121212;
}
.ntc a:hover {
	opacity:0.9;
}
.art {
  position: relative;
  padding-top: 50px;
  margin: 0px 0 40px 0;
  width: 100%;
}
.art1 {
  position: absolute;
  width: 90%;
  background-color: #f9f5f6;
  border-radius: 0 50px 50px 0;
  left: 0;
  top: 0;
  height: 450px;
}
.art2 {
  overflow: hidden;
  margin-top: 20px;
  padding-left:100px;
}
.swiper1 .swiper-slide {
  width: 300px;
  box-sizing: border-box;
}
.art3 {
  display: flex;
  justify-content: space-between;
}
.art3 div {
  width: calc(100% - 10px);
  margin-right:10px;
}
.art3 div:hover {
	opacity:0.9;
}
.art3 img {
  display: block;
  width: 100%;
height: 200px;
    object-fit: cover;
}
.art3 h4 {
  background-color: #f1edee;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #a1051d;
  margin: 10px 0;
  font-size: 12px;
}
.art3 a {
  margin: 0 0 50px;
  font-size: 14px;
  line-height: 24px;
}
.art3 a:hover {
  opacity:0.9;
  color:#a1051d;
}
.art4 {
  width: 90%;
  margin: 0 auto 50px;
  padding-bottom: 50px ;
  overflow: hidden;
  display: none;
}
.art4 img {
  display: block;
  width: 100%;
}
.art4 h4 {
  background-color: #f1edee;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #a1051d;
  margin: 10px 0;
  font-size: 15px;
}
.art4 p {
  font-size: 14px;
}
.artVdo {
  width: 1400px;
  position: relative;
  margin: 0 auto 30px;
  padding-top: 30px;
  height: 650px;
}
.artVdo > span {
  position: absolute;
  top: 260px;
  left: 510px;
  z-index: 9;
  color: #fff;
  font-size: 80px;
  cursor: pointer;
}
.artVdo1 {
  width: 90%;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  display: none;
}
.artVdo1 img {
  display: block;
  width: 100%;
}
.artVdo1 p {
  padding: 10px 0 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper3 {
  margin-top: 30px;
}
.vdoImg {
  display: block;
  width: 1100px;
  position: relative;
  z-index: 2;
  height: 550px;object-fit: cover;
}
.vdoImgs {
  width: 1000px;
  position: absolute;
  left: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 500px;
  z-index: 9;
}
.vdoImgs img {
  display: block;
  width: 320px;
  cursor: pointer;
  height: 160px;object-fit: cover;
}
.artImgAct {
  border: 5px solid #ff546e;
  box-sizing: border-box;
}
.vdo1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  background-color: #99071d;
  padding: 30px;
  box-sizing: border-box;
  height: 630px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
}
.vdo1 li {
  position: relative;
}
.vdo1 h2 {
  color: #fff;
  text-align: right;
  font-size: 36px;
}
.vdo1 p {
  color: #fff;
  text-align: right;
  margin: 20px 0 100px;
}
.vdo1 h4 {
  color: #fff;
  text-align: right;
  font-size: 26px;
  margin-bottom: 20px;
  margin-left: 20px;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}
.vdo1 span {
  color: #fff;
  font-size: 48px;
  display: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transform: rotate(180deg);
  position: absolute;
  top: -5px;
  left: 10px;
}
.vdoTextAct span {
  display: block;
}
.vdoTextAct h4 {
  opacity: 1;
}
.foot {
  background-color: #a70a22;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
clear: both;
}
.foot p {
  color: #fff;
  margin: 0 20px;
  font-size: 12px;
}
.comHead {
  background: #fff;
padding-bottom:30px;
}
.comHead li > a {
  color: #000;
}
.comHead li:hover > a {
  border-bottom: 3px solid #c12237;
  color: #c12237;
}
.comTit {
  width:1200px;
  text-align: center;
     overflow: hidden;
  padding: 20px 0 20px 0;
  background-size: 100% 100%;
  margin: 0 auto;
}
.comTit p {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.comNav {
  background-color: #575757;
  width: 100%;
}
.comNav ul {
  width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: flex;
}
.comNav li {
  width: 12%;
}
.comNav a {
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
}
.comNav li:hover {
  background-color: #a1051d;
}
.comNavAct {
  background-color: #a1051d;
}
.sryList {
  width: 800px;
  display: flex;
  float:right;
  flex-wrap: wrap;
  justify-content: space-between;
border-top: 1px solid #CCC;
}
.sryList1{
  margin: 50px auto 100px;
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sryList div {
  width: 100%;
  height:110px;
  border-bottom: 1px solid #ddd;
}
.sryList div:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
.sryList div:nth-of-type(2) {
  border-top: 1px solid #ddd;
}
.sryList h4 {
  margin: 20px 20px 20px 0;
  color: #a1051d;
}
.sryList p {
  margin-bottom: 20px;
font-size:18px;
}
.sryList p:hover{color:#9a0201;}
.teaList {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tea {
  width: 48%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tea img {
  display: block;
  width: 110px;
  height: 140px;
  object-fit: cover;
}
.tea span {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #a1051d;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.tea div {
  margin: 0 5% 0 20px;
}
.tea h4 {
  color: #a1051d;
}
.tea i {
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.tea P {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}
.mjrList {
  margin: 0px auto 100px;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 border-top: 1px solid #CCC;
  float: right;
}
.mjrList_zy {margin: 20px auto 100px;}
.mjrList_zy a {
  display: block;
  text-decoration: none;
  width: 48%;
  border: 1px solid #efd6da;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 0;
}
.mjrList h4 {
  flex-grow: 1;
  font-size: 16px;
}
.mjrList h4:hover {
	opacity:0.85;
}
.mjrList i {
  display: block;
  font-style: normal;
  background-color: #9c0f25;
  height: 20px;
  width: 3px;
}
.mjrList h4 {
  color: #9c0f25;
  margin-left: 10%;
}

.larBox {
  width: 800px;
  overflow: hidden;
 float:right;
border-top: 1px solid #CCC;
}
.leader {
  width: 800px;
  margin: 50px auto 100px;
 float:right;

}
.lar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}
.lar img {
  display: block;
  width: 30%;
  z-index: 9;
min-width:200px;
margin-left:20px;
}
.lar div {
  z-index: 9;
  margin: 80px 5% 0;
}
.lar h3 {
  color: #9c0f25;
  font-size: 24px;
}
.lar span {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  margin: 0 0 0 20px;
}
.lar p {
  line-height: 40px;
  font-size: 16px;
  margin-top: 30px;
}
.lar i {
  width: calc(50vw + 600px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 30px;
  display: block;
  background-color: #f9f5f6;
  border-radius: 0 50px 50px 0;
  box-sizing: border-box;
}
.lar1 img:nth-of-type(1) {
  display: none;
}
.lar1 i {
  left: 0;
  right: auto;
  border-radius: 50px 0 0 50px;
}

.mv__shadow{width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    height: 44px;
    border-radius: 50%;
    background-color: #680014;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);}
.news__date, .media__date {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    font-family: 'Inter', sans-serif;
    font-weight: 'b';
    font-weight: 700;
    font-size: 1.1rem;
    color: #a1051d;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 15px;}
.fullSearch {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}
.fullSearch .search {
    width: 60%;
    position: absolute;
    top: 40%;
    left: 20%;
    z-index: 1000;
}
.clearfix {
    display: block;
}
.fullSearch .close {
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: 100;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}
.fullSearch .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 400;
    background: #000;
    opacity: 0.6;
}
.jz {
  width:1200px;
height:450px;
  clear: both;
  margin: 0 auto;
    margin-top: 0px;}
.xyxx li {
	background:url(../images/i_r4_c4.jpg) repeat-x center bottom;
	height:40px; line-height:40px; font-size:14px; text-align:right;}
.xyxx li span,.xyxx li a { float:left;}
.xyxx li span, .xyxx li a:hover{color:#a1051d;}
.xyxx li span { background:url(../images/i_r5_c3.jpg) no-repeat; width:80px; height:20px; font-size:12px; margin:10px 14px 0 0; line-height:20px; text-align:center;}
.tzgg li {
	background:url(../images/i_r4_c4.jpg) repeat-x center bottom;
	height:58px; line-height:20px; font-size:14px; padding:8px 0 8px 0;*padding:11px 0 8px 0;}
.tzgg li span { height:44px; width:54px; background-color:#9A0201; line-height:16px; padding:5px 0; display:block; float:left; font-size:12px; text-align:center; color:#FFF;}
.tzgg li span font { font-size:16px; font-weight:bold; line-height:24px; color:#fff;}
.tzgg li a { padding:5px 0 0 10px; display:block; float:left; width:396px; }
.tzgg li a:hover{color:#a1051d;}
 .accordion {
 	width: 100%;
 	max-width: 350px;
 	margin: 0px 20px 20px 0;
 	background: #FFF;
 	-webkit-border-radius: 4px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #444359;
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	background: #b63b4d;
 	color: #FFF;
 }
/*http://www.jq22.com*/