:root{
  --bodyw:76%;
  --leftw:12%;
  --rightw:12%;
  --bodywm:88%;
  --leftwm:6%;
  --rightwm:6%;
}
* {
    font-family: 'Microsoft Yahei', Arial,  Helvetica, 'PingFangSC',sans-serif;
    font-size: 15px;
}
html, body {
  position: relative;
  height: 100%;
}
html{
    font-size: 14px;
}

@media(max-width: 768px){
  html {
      font-size: 14px !important;
  }
}
@media(min-width: 768px){
  html {
      font-size: 16px !important;
  }
}
 html{
	/* overflow-x: hidden!important; */
 }
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden!important;
}
/* header开始 */
#m_header{
  display: none;
}

#header{
	left: 0;
	width: 100%;
  display: block;
  position: fixed;
  z-index:99;
  box-sizing: content-box;
}
.h-you{
	line-height: 2rem;
	text-align: right;
	font-size: 0.9375rem;
	margin: 0 auto;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#header.white .index-header .logo > span:first-child{
  display: block;
}
#header.white .index-header .logo > span:last-child{
  display: none;
}
#header.black .index-header .logo > span:first-child{
  display: none;
}
#header.black .index-header .logo > span:last-child{
  display: block;
}
#header.white{
  background: transparent;
}
#header.black{
  background: #fff;
  	box-shadow: 0  0 20px 0 rgba(0,0,0,0.1);
  
}
.index-header{
  margin: 0 auto;
  display: flex;
  align-items:center;
  box-sizing: border-box;
  justify-content:space-between;
}
.logo{
  width: 15%;
}
/*  */
.mobile_nav{
  height: inherit;
}
.nav-pc{
  height: inherit;
}
.nav-pc ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
	padding-left: 20%;
	box-sizing: border-box;
  height: inherit;
}
.nav-pc li {
  width: auto;
  font-size: 1rem;
  height: inherit;
  line-height: 80px;
  position: relative;
}

.nav-pc li.active:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom:0px;
  background: #bf0000; 
}
.nav-pc li>a#menu_selected{
	color: #bf0000;
}
.nav-pc li>a#menu_selected:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom:0px;
	background: #bf0000; 
}
.nav-pc li a span {
  color: #161616;
}
#header.white .nav-pc > .mobile_nav > ul > li > a > span{
  color: #fff;
}
#header.white .nav-pc > .mobile_nav > ul > li:hover > a > span{
  color: #bf0000;
}
.nav-pc li a#menu_selected span {
  color: #bf0000;
}
.nav-pc li a#menu_selected:hover span{ 
  color: #bf0000;
}

.header-icon{
	width:6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header-icon > div{
  margin-left:2%;
  position: relative;
}
.index-search{
  cursor: pointer;
}
#header.black .h-you{
	color: #555;
	font-size: 0.9375rem;
	border-bottom: 1px solid #d7d7d7;
}
/* #header.black .index-search img{
  filter:brightness(0%);
} */
#header.black .index-header .nav-pc a span{
	color: #555!important;
}
.index-search:before{
  content:'';
  position: absolute;
  background: #d7d7d7;
  height: 100%;
  top:0;
  left:-2rem;
  width: 1px;
}
.search-form{
  position: absolute;
  top: 52px;
  right: -5VW;
  width: 10VW;
  height: 30px;
  margin-right:1VW;
  background: #fff;
  padding:5px;
  display: none;
  z-index: 9;
}
.index-search:hover{
	display: block;
}
#header.black .search-form{
  border: 1px solid #c6c6c6;
}
.search-form .is-con{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-form .is-con .is-cicon{
  filter: brightness(0);
  margin-right:3px;
}
.search-form .is-con input{
  border:none;
  max-width:100%;
  width:100%;
}

/* #header.black .index-message img{
  filter:brightness(0%);
} */
/* header结束 */
.body-sl1-slide,.body-sl2-slide,.body-sl3-slide,.body-sl4-slide,.body-sl5-slide,.body-sl6-slide{
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.body-slide{
  overflow: hidden;
}
/* sl1 */
.sl1-container {
  width: 100%;
  height: 100%;
}
.sl1-slide{
  position: relative;
  overflow:hidden;
}
.sl1-slide > a{
  display: block;
  width: 100%;
  height: 100%;
}
.sl1-sl1-slide{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;
  background: url(../images/sl1-bj1.jpg) no-repeat;
  background-size: 110% 110%;
  background-position: 50% 50%;
  transition:all .5s;
  -webkit-animation: bjmove 16s ease-in-out infinite alternate;
  -o-animation: bjmove 16s ease-in-out infinite alternate;
  animation: bjmove 16s ease-in-out infinite alternate;
}
.sl1-sl2-slide{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;
  background: url(../images/sl1-bj2.jpg) no-repeat;
  background-size: 110% 110%;
  background-position: 50% 50%;
  transition:all .5s;
  -webkit-animation: bjmove 16s ease-in-out infinite alternate;
  -o-animation: bjmove 16s ease-in-out infinite alternate;
  animation: bjmove 16s ease-in-out infinite alternate;
}

/* .sl1-banner-bg > div{
  display: none;
} */
.sl1-sl1-con{
  position: absolute;
  top:50%;
  left: var(--leftw);
  transform: translateY(-50%);
  width: var(--bodyw);
  text-align: left;
}
.sl1-sl1-con img{
  max-width: 100%;
}
.sl1-c1-text1{
  opacity: 0;
  -webkit-animation: fadeOutRight .5s ease-in-out .8s forwards;
  -o-animation: fadeOutRight .5s ease-in-out .8s forwards;
  animation: fadeOutRight .5s ease-in-out .8s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl1-slide.swiper-slide-active .sl1-c1-text1{
  -webkit-animation: fadeInRight .5s ease-in-out .3s forwards;
  -o-animation: fadeInRight .5s ease-in-out .3s forwards;
  animation: fadeInRight .5s ease-in-out .3s forwards;
}
.sl1-c1-text2{
  opacity: 0;
  margin-top:2rem;
  -webkit-animation: fadeOutRight .5s ease-in-out .5s forwards;
  -o-animation: fadeOutRight .5s ease-in-out .5s forwards;
  animation: fadeOutRight .5s ease-in-out .5s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl1-slide.swiper-slide-active .sl1-c1-text2{
  -webkit-animation: fadeInRight .5s ease-in-out .5s forwards;
  -o-animation: fadeInRight .5s ease-in-out .5s forwards;
  animation: fadeInRight .5s ease-in-out .5s forwards;
}
.sl1-c1-text3{
  background:linear-gradient(to right,#085dc6,#00deff);
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  padding:0 3rem;
  font-size: 1.1rem;
  color:#fff;
  margin-top:6VH;
  opacity: 0;
  -webkit-animation: fadeOutRight .5s ease-in-out .3s forwards;
  -o-animation: fadeOutRight .5s ease-in-out .3s forwards;
  animation: fadeOutRight .5s ease-in-out .3s forwards;
}
.sl1-c1-text3 a{
  display: block;
  color:#fff;
  letter-spacing: .5rem;
}
.body-sl1-slide.swiper-slide-active .sl1-sl1-slide.swiper-slide-active .sl1-c1-text3{
  -webkit-animation: fadeInRight .5s ease-in-out .8s forwards;
  -o-animation: fadeInRight .5s ease-in-out .8s forwards;
  animation: fadeInRight .5s ease-in-out .8s forwards;
}

.sl1-sl2-con{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-90%,-50%);
  width: 40%;
  text-align: left;
}

.sl1-c2-text1{
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .8s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .8s forwards;
  animation: fadeOutLeft .5s ease-in-out .8s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl2-slide.swiper-slide-active .sl1-c2-text1{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}
.sl1-c2-text2{
  opacity: 0;
  margin-top:1rem;
  -webkit-animation: fadeOutLeft .5s ease-in-out .5s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .5s forwards;
  animation: fadeOutLeft .5s ease-in-out .5s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl2-slide.swiper-slide-active .sl1-c2-text2{
  -webkit-animation: fadeInLeft .5s ease-in-out .5s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .5s forwards;
  animation: fadeInLeft .5s ease-in-out .5s forwards;
}
.sl1-c2-text3{
  opacity: 0;
  margin-top:10%;
  -webkit-animation: fadeOutLeft .5s ease-in-out .5s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .5s forwards;
  animation: fadeOutLeft .5s ease-in-out .5s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl2-slide.swiper-slide-active .sl1-c2-text3{
  -webkit-animation: fadeInLeft .5s ease-in-out .8s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .8s forwards;
  animation: fadeInLeft .5s ease-in-out .8s forwards;
}
.sl1-c2-text4{
  margin-top:15%;
  background:linear-gradient(to right,#085dc6,#00deff);
  width: 15%;
  height: .5rem;
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .5s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .5s forwards;
  animation: fadeOutLeft .5s ease-in-out .5s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl2-slide.swiper-slide-active .sl1-c2-text4{
  -webkit-animation: fadeInLeft .5s ease-in-out .8s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .8s forwards;
  animation: fadeInLeft .5s ease-in-out .8s forwards;
}

.sl1-c2-text5{
  width: 80%;
  color:rgba(255,255,255,.2);
  opacity: 0;
  margin-top:15%;
  -webkit-animation: fadeOutLeft .5s ease-in-out .5s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .5s forwards;
  animation: fadeOutLeft .5s ease-in-out .5s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl2-slide.swiper-slide-active .sl1-c2-text5{
  -webkit-animation: fadeInLeft .5s ease-in-out .9s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .9s forwards;
  animation: fadeInLeft .5s ease-in-out .9s forwards;
}

.sl1-button{
  position: absolute;
  bottom:3VH;
  left:var(--leftw);
  z-index:3;
  display: flex;
  justify-content: space-between;
  width: 110px;
  height: 50px;
}
.sl1-button-prev,.sl1-button-next{
  position: static;
  float: left;
  width: 50px;
  height: 50px;
  margin-top:0;
  background-size: 50px 50px;
}
.sl1-button-prev{
  background-image:url(../images/sl1-prev.png);
}
.sl1-button-next{
  background-image:url(../images/sl1-next.png);
}
.sl1-pagination.swiper-pagination-bullets{
  position: absolute;
  bottom:3VH;
  height: 50px;
  width: calc(76% - 130px);
  right:var(--rightw);
  left:auto;
  display: flex;
  align-items: center;
}
.sl1-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  float: left;
  width: 50%;
  height: 1px;
  background: #fff;
  opacity: 1;
  margin:0;
}
.sl1-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  height: 3px;
  background: #c20a0a;
}
/* sl1结束 */
/* sl2开始 */
.sl2-con{
  width: 100%;
  height: 100%;
}
.sl2-c-top{
  height:50VH;
  position: relative;
}
.sl2-ct-bj{
  height: 100%;
}
.sl2-ct-bj img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sl2-ct-con{
  position: absolute;
  bottom:0;
  width: var(--bodyw);
  left:var(--leftw);
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}
.sl2-ct-con > div:first-child img{
  max-height: calc(45VH - 80px);
  max-width: 100%;
}
.sl2-ct-con > div:last-child{
  margin-bottom: calc((50VH - 80px) / 2);
  text-align: left;
  max-width:100%;
}
.sl2-ct-con > div:last-child img{
  max-width: 100%;
}
.sl2-c-bottom{
  height: 50VH;
  width: 100%;
  background: url(../images/sl2-bottom-bj.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.sl2-cb-con{
  width: var(--bodyw);
  margin:auto;
  text-align: left;
}
.sl2-cbc-t1{
  font-size: 1.75rem;
  color: #0d0d0d;
  font-weight: bold;
}
.sl2-cbc-t1 > span{
  color: #bf0000;
  font-size: 1.75rem;
  font-weight: bold;
}
.sl2-cbc-t2{
  font-size: .94rem;
  color: #0e0e0e;
  line-height: 200%;
  margin-top:2VH;
}
.sl2-cbc-t3{
  font-size: 1.12rem;
  color: #0e0e0e;
  line-height: 200%;
  margin-top:3VH;
  font-weight: bold;
}
.sl2-cbc-more{
  background: #bf0000;
  color:#fff;
  font-size: 1rem;
  padding:.3rem 2rem;
  display: inline-block;
  margin-top:2VH;
}
.sl2-cb-con{
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  animation: fadeOutLeft .5s ease-in-out .2s forwards;
}
.body-sl2-slide.swiper-slide-active .sl2-cb-con{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}
/* sl2结束 */
/* sl3开始 */
.body-sl3-slide,.sl3-con,.sl3-wrapper,.sl3-slide,.sl3-banner-bg{
  width: 100%;
  height: 100%;
}
.sl3-slide{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;
  background-size: 110% 110%;
  background-position: 50% 50%;
  background-repeat:no-repeat;
  transition:all .5s;
  -webkit-animation: bjmove 16s ease-in-out infinite alternate;
  -o-animation: bjmove 16s ease-in-out infinite alternate;
  animation: bjmove 16s ease-in-out infinite alternate;
}
.body-sl3-slide.swiper-slide-active .sl3-slide.swiper-slide-active{
  z-index:2;
}
.sl3-sl1-slide{
  background-image: url(../images/sl3-sl1-bj.jpg);
}
.sl3-sl2-slide{
  background-image: url(../images/sl3-sl2-bj.jpg);
}
.sl3-sl3-slide{
  background-image: url(../images/sl3-sl3-bj.jpg);
}
.sl3-sl4-slide{
  background-image: url(../images/sl3-sl4-bj.jpg);
}

.sl3-cc-img{
  width: 40%;
}
.sl3-cc-img img{
  width: 100%;
}
.sl3-cc-text{
  width: 45%;
  margin-left:5%;
}
.sl3-text-slide{
  background: #fff;
  text-align: left;
  display: block;
  opacity:0 !important;
}
.sl3-text-slide.swiper-slide-active{
  opacity:1 !important;
}
.sl3-cct-t1{
  font-size: 1.56rem;
  color: #171717;
  font-weight: bold;
}
.sl3-cct-t2{
  font-size: .94rem;
  color: #171717;
  line-height: 200%;
}
.sl3-cct-more{
  font-size: .94rem;
  color: #bf0000;
  margin-top: 2%;
}

.sl3-button-next.swiper-button-next{
  color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 100%;
  background: #bf0000;
  right:5%;
}
.sl3-button-next.swiper-button-next:before{
  content:'';
  position: absolute;
  width: 8rem;
  height: 8rem;
  background: rgba(191,0,0,.5);
  border-radius: 100%;
  top:-1.5rem;
  left:-1.5rem;
}
.sl3-pagination.swiper-pagination {
  text-align: left;
  left: 0;
  width: auto;
  bottom:5VH;
}
.sl3-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right:2VW;
}
.sl3-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right:0;
}
.sl3-pagination .swiper-pagination-bullet{
  width: 32VW;
  height: .3rem;
  background: #fff;
  opacity: .6;
  border-radius: unset;
  position: relative;
}
.sl3-pagination .swiper-pagination-bullet-active{
  background:#bf0000;
  opacity: 1;
}
.sl3-pagination .swiper-pagination-bullet:before{
  content:'';
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size:1rem;
}
.sl3-pagination .swiper-pagination-bullet:nth-child(1):before{
  content:'生态教育长廊';
}
.sl3-pagination .swiper-pagination-bullet:nth-child(2):before{
  content:'人民防空教育基地';
}
.sl3-pagination .swiper-pagination-bullet:nth-child(3):before{
  content:'矿山小寨';
}
/*.sl3-pagination .swiper-pagination-bullet:nth-child(4):before{
  content:'神游传奇';
}*/
/* sl3结束 */
/* sl4开始 */
.body-sl4-slide{
  background: #efefef;
}
.sl4-con{
  width: var(--bodyw);
  margin:auto;
}
.sl4-c-con{
  text-align: left;
}
.sl4-c-con > a{
  display: inline-block;
}
.sl4-cc-top{
  display: flex;
  align-items: center;
}
.sl4-cc-top{
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  animation: fadeOutLeft .5s ease-in-out .2s forwards;
}
.body-sl4-slide.swiper-slide-active .sl4-cc-top{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}
.sl4-cc-top > div:first-child{
  font-size: 2rem;
  font-weight: bold;
  color:#bf0000;
}
.sl4-cc-top > div:last-child{
  font-size: 1rem;
  font-weight: bold;
  color:#fff;
  background: #bf0000;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  line-height: 2rem;
  text-align: center;
  margin-left:2VW;
}
.sl4-cc-center{
  font-size: .95rem;
  color: #202020;
  line-height: 200%;
  text-align: left;
  margin-top: 1VH;
}
.sl4-cc-center{
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  animation: fadeOutLeft .5s ease-in-out .2s forwards;
}
.body-sl4-slide.swiper-slide-active .sl4-cc-center{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}
.sl4-cc-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:2VH;
}
.sl4-cc-bottom{
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  animation: fadeOutLeft .5s ease-in-out .2s forwards;
}
.body-sl4-slide.swiper-slide-active .sl4-cc-bottom{
  -webkit-animation: fadeInLeft .5s ease-in-out .5s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .5s forwards;
  animation: fadeInLeft .5s ease-in-out .5s forwards;
}
.sl4-ccb-img{
  width: calc((100% - 5px) / 2);
  float: left;
}
.sl4-ccb-img:nth-child(3),.sl4-ccb-img:nth-child(4){
  margin-top:5px;
}

/* sl4结束 */
/* sl5开始 */
.sl5-con{
  width: 100%;
  height: 100%;
  padding-top:80px;
  box-sizing: border-box;
}
.sl5-c-con{
  width: 100%;
  height: 100%;
  display: flex;
}
.sl5-cc-list{
  width: 25%;
  height: 100%;
  float: left;
}
.sl5-cc-list:first-child > img:first-child{
  display: block;
}
.sl5-cc-list:first-child > img:last-child{
  display: none;
}
.sl5-cc-list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl5-ccl-img{
  height: 60%;
}
.sl5-ccl-text{
  height: 40%;
  padding:0 10% 0 5%;
  text-align: left;
  display: flex;
  align-items: center;
}
.sl5-cclt-t1{
  font-size: 1.5rem;
  color:#181818;
  font-family:'Times New Roman';
}
.sl5-cclt-t2{
  font-size: 1.3rem;
  color:#181818;
  font-weight: bold;
  transition: color .2s;
}
.sl5-cc-list:hover .sl5-cclt-t2{
  color: #bf0000;
  transition: color .2s;
}
.sl5-cclt-t3{
  font-size: .93rem;
  color:rgba(24,24,24,.8);
  line-height: 200%;
  margin-top:5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sl5-cclt-more{
  font-size: .93rem;
  color:#acacac;
  margin-top:5%;
  transition: color .2s;
}
.sl5-cc-list:hover .sl5-cclt-more{
  color: #bf0000;
  transition: color .2s;
}
/* sl5结束 */
/* sl6开始 */
.sl6-con{
  height: 100%;
}
.sl6-c-con{
  width: 100VW;
  height: 100%;
  padding-top:80px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.sl6-cc-icon{
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:99;
}
.sl6-slide{
  width: 100%;
  height: 100%;
  overflow:hidden;
}
.sl6-banner-bg{
  height: 100%;
}
.sl6-banner-bg > div{
  width: 100%;
  height: 100%;
}
.sl6-banner-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl6-banner-bg > div:first-child{
  display: block;
}
.sl6-banner-bg > div:last-child{
  display: none;
}
.sl6-pagination.swiper-pagination-bullets{
  bottom: 6VH;
  left: auto;
  right:18%;
  width: 30VW;
}
.sl6-pagination .swiper-pagination-bullet{
  width: 30%;
  height: .3rem;
  background: #fff;
  border-radius: unset;
  position: relative;
  opacity: 1;
}
.sl6-pagination .swiper-pagination-bullet-active{
  background:#bf0000;
  opacity: 1;
}
.sl6-pagination .swiper-pagination-bullet-active:before{
  content:'';
  position: absolute;
  bottom:.8rem;
  left: 50%;
  transform: translateX(-50%);
  color: #bf0000;
  font-size:1rem;
}
.sl6-pagination .swiper-pagination-bullet-active:after{
  content:'';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-color: transparent transparent #bf0000 transparent;
  border-style: solid;
  border-width: 0 .5rem .8rem .5rem;
  height: 0;
  width: 0;
}
.sl6-pagination .swiper-pagination-bullet-active:nth-child(1):before{
  content:'01';
}
.sl6-pagination .swiper-pagination-bullet-active:nth-child(2):before{
  content:'02';
}
.sl6-pagination .swiper-pagination-bullet-active:nth-child(3):before{
  content:'03';
}

/* sl6结束 */
/* sl7开始 */
.body-sl7-slide{
  background: #f7f7f7;
}
.sl7-con{
  width: var(--bodyw);
  margin:auto;
  padding-top:80px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
}
.sl7-c-con{
  width: 100%;
  display: flex;
  align-items: center;
}
.sl7-cc-left{
  width: 50%;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  animation: fadeOutLeft .5s ease-in-out .2s forwards;
}
.body-sl7-slide.swiper-slide-active .sl7-cc-left{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}
.sl7-ccl-img{
  width: 100%;
}
.sl7-ccl-img img{
  width: 100%;
}
.sl7-ccl-con{
  width: 100%;
  position: absolute;
  bottom:6%;
  left:0;
  height: 40%;
}
.sl7-cclc-icon{
  position: absolute;
  z-index:2;
  height: 100%;
  left:2rem;
}
.sl7-cclc-icon img{
  max-height: 100%;
}
.sl7-cclc-text{
  position: absolute;
  z-index:1;
  height: 70%;
  background: rgba(0,0,0,.8);
  width: 80%;
  right:0;
  top:50%;
  transform: translateY(-50%);
  text-align: right;
  padding-right:2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.sl7-cclct{
  width: 70%;
}
.sl7-cclct-t1{
  font-size: 1.1VW;
  color: #fff;
  font-weight: bold;
}
.sl7-cclct-t2{
  font-size: .9VW;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sl7-cc-right{
  width: 50%;
  text-align: left;
  padding-left: 5%;
  box-sizing: border-box;
  opacity: 0;
  -webkit-animation: fadeOutRight .5s ease-in-out .2s forwards;
  -o-animation: fadeOutRight .5s ease-in-out .2s forwards;
  animation: fadeOutRight .5s ease-in-out .2s forwards;
}
.body-sl7-slide.swiper-slide-active .sl7-cc-right{
  -webkit-animation: fadeInRight .5s ease-in-out .3s forwards;
  -o-animation: fadeInRight .5s ease-in-out .3s forwards;
  animation: fadeInRight .5s ease-in-out .3s forwards;
}
.sl7-ccrt-t1{
  font-size: 1.3rem;
  color: #121212;
  font-weight: bold;
}
.sl7-ccrt-t2{
  margin-top: 1VH;
  border-bottom: 1px dashed #000;
  padding-bottom:3VH;
}
.sl7-ccrt-t2 > div{
  font-size: .93rem;
  color: #121212;
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sl7-ccrb-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:2VH;
}
.sl7-ccrbl-tit{
  font-size: .93rem;
  color: #121212;
  padding-left:1rem;
  position: relative;
}
.sl7-ccrbl-tit:before{
  content:'';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  width: .2rem;
  height: .2rem;
  border-radius: 100%;
  background: #000;
}
.sl7-ccrbl-time{
  font-size: .93rem;
  color: rgba(18,18,18,.5);
}
/* sl7结束 */
/* sl8开始 */
.sl8-con{
  padding-top:80px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: url(../images/sl8-bj.jpg) no-repeat;
  background-size: cover;
  background-position: top right;
}
.sl8-c-con{
  height: 100%;
}
.sl8-cc-top{
  width: var(--bodyw);
  margin:auto;
  text-align: left;
  height: 45%;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-animation: fadeOutDown .5s ease-in-out .2s forwards;
  -o-animation: fadeOutDown .5s ease-in-out .2s forwards;
  animation: fadeOutDown .5s ease-in-out .2s forwards;
}
.body-sl8-slide.swiper-slide-active .sl8-cc-top{
  -webkit-animation: fadeInDown .5s ease-in-out .3s forwards;
  -o-animation: fadeInDown .5s ease-in-out .3s forwards;
  animation: fadeInDown .5s ease-in-out .3s forwards;
}
.sl8-cct-t1{
  font-size: 1.75rem;
  color: #202020;
  font-weight: bold;
}
.sl8-cct-t2{
  font-size: .93rem;
  color: #202020;
  line-height: 200%;
  margin-top:2VH;
}
.sl8-cct-button{
  margin-top:2VH;
}
.sl8-cct-button > a > div{
  display: inline-block;
  background: #bf0000;
  color:#fff;
  padding:.4rem 2rem;
}
.sl8-cct-button > a:last-child > div{
  margin-left:2VW;
}
.sl8-cc-bottom{
  height: 55%;
  width: 100%;
  opacity: 0;
  -webkit-animation: fadeOutUp .5s ease-in-out .2s forwards;
  -o-animation: fadeOutUp .5s ease-in-out .2s forwards;
  animation: fadeOutUp .5s ease-in-out .2s forwards;
}
.body-sl8-slide.swiper-slide-active .sl8-cc-bottom{
  -webkit-animation: fadeInUp .5s ease-in-out .3s forwards;
  -o-animation: fadeInUp .5s ease-in-out .3s forwards;
  animation: fadeInUp .5s ease-in-out .3s forwards;
}
.sl8-slide{
  position: relative;
}
/* .sl8-slide:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  z-index:2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  transition: all .3s;
}
.swiper-slide-active.sl8-slide:before{
  background: rgba(0,0,0,0);
} */
.sl8-banner-bg{
  height: 100%;
}
.sl8-banner-bg img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sl8-button-next.swiper-button-next, .sl8-button-prev.swiper-button-prev {
  width: 47px;
  height: 42px;
  margin-top: -22px;
  background-size: 47px 42px;
}
.sl8-button-next.swiper-button-next, .swiper-container-rtl .sl8-button-prev.swiper-button-prev {
  background-image: url(../images/sl8-next.png);
  right: 5%;
  left: auto;
}
.sl8-button-prev.swiper-button-prev, .swiper-container-rtl .sl8-button-next.swiper-button-next {
  background-image: url(../images/sl8-prev.png);
  left: 5%;
  right: auto;
}
/* sl8结束 */
/* sl9开始 */
.sl9-con{
  padding-top:80px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: url(../images/sl9-bj.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.sl9-c-con{
  display: flex;
  justify-content: space-between;
  width: var(--bodyw);
  margin:auto;
}
.sl9-cc-left{
  width: 50%;
  box-sizing: border-box;
  text-align: left;
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  animation: fadeOutLeft .5s ease-in-out .2s forwards;
}
.body-sl9-slide.swiper-slide-active .sl9-cc-left{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}
.sl9-ccl-t{
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 2VW;
}
.sl9-ccl-tsub{
  text-transform: uppercase;
  font-size: 1rem;
  color: rgba(255,255,255,.5);
  font-family: "Times New Roman";
  font-size: .8VW;
}
.sl9-ccl-lx{
  text-align: left;
  margin-top: 3VH;
}
.sl9-ccll-list{
  margin-top:1VH;
}
.sl9-cclll-list{
  display: flex;
  align-items: center;
}
.sl9-ccl-icon{
  width: 1.5rem;
}
.sl9-ccl-icon img{
  width: 100%;
}
.sl9-ccll-list:first-child .sl9-cclll-list:last-child .sl9-ccl-icon{
  visibility: hidden;
}
.sl9-ccl-text{
  font-size: 1rem;
  color: #fff;
  margin-left:.5rem;
}
.sl9-ccll-list:first-child .sl9-cclll-list:last-child .sl9-ccl-text{
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  font-family: "Times New Roman";
}
.sl9-ccl-more{
  height: 3rem;
  padding:0 2rem;
  line-height: 3rem;
  font-size: 1.12rem;
  color: #fff;
  background: #bf0000;
  border-radius: 3rem;
  display: inline-block;
  margin-top:5VH;
}
.sl9-cc-right{
  width: 50%;
  padding:0 5% 0 10%;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-animation: fadeOutRight .5s ease-in-out .2s forwards;
  -o-animation: fadeOutRight .5s ease-in-out .2s forwards;
  animation: fadeOutRight .5s ease-in-out .2s forwards;
}
.body-sl9-slide.swiper-slide-active .sl9-cc-right{
  -webkit-animation: fadeInRight .5s ease-in-out .3s forwards;
  -o-animation: fadeInRight .5s ease-in-out .3s forwards;
  animation: fadeInRight .5s ease-in-out .3s forwards;
}
.sl9-cc-right form{
  width: 100%;
}
.sl9-ccr-input{
  width: 100%;
  box-sizing: border-box;
  padding:.6rem 1rem;
  background: #fff;
  border-radius: .5rem;
  margin-top:1.5VH;
  text-align: left;
  display: flex;
  align-items: center;
}
.sl9-ccr-input:first-child{
  margin-top:0;
}
.sl9-ccr-input input{
  color: rgba(32,32,32,.5);
  border:none !important;
  background: none !important;
}
.sl9-ccr-input input::-webkit-input-placeholder{
  color: rgba(32,32,32,.5);
}
.sl9-ccr-text{
  width: 100%;
  background: #fff;
  border-radius: .5rem;
  margin-top:1.5VH;
}
.sl9-ccr-text textarea{
  color: rgba(32,32,32,.5);
  border:none !important;
  background: none !important;
  height: 12VH !important;
  min-height: 6rem;
  padding:.8rem 0 !important;
}
.sl9-ccr-sub{
  margin-top:3VH;
}
.sl9-ccr-sub input{
  width: 100%;
  padding:.5rem 0;
  border-radius: .5rem;
  font-size: 1rem;
}


/* sl9结束 */

/* body分页开始 */
.body-pagination{
  right:2% !important;
  left: auto;
}
.body-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  background: #fff;
  text-align: right;
  margin-left:2px !important;
  margin-top:1rem !important;
  background: url(../images/bp-icon1.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.body-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 2px;
  border-radius: unset;
  background: #fff;
  margin-left:0px !important;
}
.body-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-child(1):after {
  content:'HOME';
  position: absolute;
  color:#fff;
  text-transform: uppercase;
  right:0;
  top:-0.2rem;
}
@media (max-width:1600px){

}
@media (max-width:1366px) and (min-width: 769px){
  .sl3-cct-t2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width:1250px){

}
/* body分页结束 */
@media (max-width:768px){

  /* sl1 */
  .sl1-sl1-slide{
    -webkit-animation: bjmove 16s ease-in-out infinite  1s ;
    -o-animation: bjmove 16s ease-in-out infinite  1s ;
    animation: bjmove 16s ease-in-out infinite  1s ;
  }
  .sl1-sl2-slide{
    -webkit-animation: bjmove 16s ease-in-out infinite  1s ;
    -o-animation: bjmove 16s ease-in-out infinite  1s ;
    animation: bjmove 16s ease-in-out infinite  1s ;
  }
  .sl1-sl1-slide {
    background: url(../images/sl1-sl1-bjm.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .sl1-sl1-con {
    width: var(--bodywm);
    transform: none;
    left:var(--leftwm);
    top: auto;
    bottom: 30VH;
  }
  .sl1-c1-text1 img{
    width: 60%;
  }
  .sl1-c1-text2{
    display: none;
  }
  .sl1-sl2-slide {
    background: url(../images/sl1-sl2-bjm.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .sl1-sl2-con {
    transform: translate(-50%,-100%);
    width: 80%;
  }

  
  /* sl2 */
  .sl2-ct-con {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: var(--bodywm);
    left: var(--leftwm);
  }
  .sl2-ct-con > div:last-child {
    margin-bottom: -2VH;
    text-align: right;
  }
  .sl2-cb-con {
    width: var(--bodywm);
  }
  .sl2-cbc-t1 {
    font-size: 1.2rem;
  }
  .sl2-cbc-t1 > span{
    font-size: 1.2rem;
  }
  .sl2-cbc-t2 {
    line-height: 200%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .sl2-cbc-t3{
    display: none;
  }
  .sl2-cbc-more {
    margin-top: 8VH;
  }
  /* sl3开始 */
  .sl3-sl1-slide{
    background-image: url(../images/sl3-sl2-bjm.jpg);
  }
  .sl3-sl2-slide{
    background-image: url(../images/sl3-sl2-bjm.jpg);
  }
  .sl3-sl3-slide{
    background-image: url(../images/sl3-sl3-bjm.jpg);
  }
  .sl3-sl4-slide{
    background-image: url(../images/sl3-sl4-bjm.jpg);
  }
  .sl3-con-con {
    background: transparent;
  }
  .sl3-cc-img {
    width: 100%;
  }
  .sl3-cc-text{
    display: none;
  }
  .sl3-button-next.swiper-button-next{
    display: none;
  }
  .sl3-pagination .swiper-pagination-bullet:nth-child(1):before{
    content:'';
  }
  .sl3-pagination .swiper-pagination-bullet:nth-child(2):before{
    content:'';
  }
  .sl3-pagination .swiper-pagination-bullet:nth-child(3):before{
    content:'';
  }
  .sl3-pagination .swiper-pagination-bullet:nth-child(4):before{
    content:'';
  }
  /* sl3结束 */
  /* sl4开始 */
  .sl4-con {
    width: var(--bodywm);
  }
  .sl4-c-con{
    padding-top: 3rem;
  }
  .sl4-ccb-img {
    width: 100%;
  }
  .sl4-ccb-img:nth-child(2){
    margin-top:5px;
  }
  .sl4-cc-center{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /* sl4结束 */
  /* sl5开始 */
  .sl5-con {
    padding-top: 5rem;
  }
  .sl5-c-con{
    display: block;
  }
  .sl5-cc-list{
    width: 100%;
    height: 25%;
    float: none;
  }
  .sl5-cc-list:first-child > img:first-child{
    display: none;
  }
  .sl5-cc-list:first-child > img:last-child{
    display: block;
  }
  .sl5-cc-list > a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .sl5-ccl-img{
    height: 100%;
    width: 50%;
  }
  .sl5-ccl-text{
    width: 50%;
    height: 100%;
  }
  .sl5-cclt-t1 {
    font-size: 1.1rem;
  }
  .sl5-cclt-t2 {
    font-size: 1.1rem;
  }
  .sl5-cclt-t3{
    display: none;
  }
  .sl5-cclt-more{
    color: #bf0000;
  }
  /* sl5结束 */
  /* sl6开始 */
  .sl6-c-con {
    width: 100VW;
    height: 100%;
    padding-top: 5rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .sl6-cc-icon{
    max-width:50%;
  }
  .sl6-banner-bg > div:first-child{
    display: none;
  }
  .sl6-banner-bg > div:last-child{
    display: block;
  }
  /* sl6结束 */
  /* sl7开始 */
  .sl7-con {
    width: var(--bodywm);
    padding-top: 5rem;
  }
  .sl7-c-con {
    display: block;
  }
  .sl7-cc-left {
    width: 100%;
  }
  .sl7-cc-right {
    width: 100%;
    padding-left: 0;
    margin-top: 3VH;
  }
  .sl7-cclc-text {
    display: none;
  }
  .sl7-ccrbl-time{
    display: none;
  }
  .sl7-ccrt-t1 {
    font-size: 1.2rem;
  }
  .sl7-ccrt-t2{
    border-bottom: none;
    padding-bottom: 2VH;
  }
  .sl7-ccrt-t2 > div {
    line-height: 150%;
  }
  .sl7-ccrb-list {
    margin-top: .5VH;
    line-height: 150%;
  }
  /* sl7结束 */
  /* sl8开始 */
  .sl8-con {
    padding-top: 5rem;
    background: url(../images/sl8-bj.jpg) no-repeat;
  }
  .sl8-cc-top {
    width: var(--bodywm);
    height: 40%;
  }
  .sl8-cct-t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .sl8-cct-button > a:last-child{
    display: none;
  }
  .sl8-cc-bottom {
    height: 55%;
    width: var(--bodywm);
    margin:auto;
  }
  .sl8-banner-bg {
    height: auto;
  }
  .sl8-banner-bg img{
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .sl8-button-prev,.sl8-button-next{
    display: none;
  }
  /* sl8结束 */
  /* sl9开始 */
  .sl9-con {
    padding-top: 5rem;
  }
  .sl9-c-con {
    display: block;
    width: var(--bodywm);
  }
  .sl9-cc-left {
    width: 100%;
  }
  .sl9-ccl-t {
    font-size: 1.4rem;
  }
  .sl9-ccl-tsub {
    font-size: .8rem;
    line-height: 100%;
    margin-top:.5VH;
  }
  .sl9-ccl-lx {
    margin-top: 2VH;
  }
  .sl9-ccll-list {
    margin-top: .5VH;
  }
  .sl9-ccll-list:first-child {
    display: flex;
  }
  .sl9-ccll-list:first-child .sl9-cclll-list:last-child .sl9-ccl-icon {
    display: none;
  }
  .sl9-ccll-list:first-child .sl9-cclll-list:last-child .sl9-ccl-text {
    font-size: 1.1rem;
  }
  .sl9-ccl-icon{
    width: 1.25rem;
  }
  .sl9-ccl-icon img{
    width: 100%;
  }
  .sl9-ccl-more {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .9rem;
    border-radius: 2.5rem;
    margin-top: 3VH;
  }
  .sl9-cc-right {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 4VH;
  }
  .sl9-ccr-input {
    padding: .2rem 1rem;
    margin-top: 1.5VH;
  }
  .sl9-ccr-text textarea {
    height: 8VH !important;
    min-height: 4rem;
  }
  .sl9-ccr-sub input {
    padding: .2rem 0;
  }
  /* sl9结束 */
  .banner{
    padding-top: 4.5rem;
  }
}
@keyframes bjmove{
  0%{
    background-position: 50% 50%;
  }
  50%{
    background-position: 20% 50%;
  }
  100%{
    background-position: 80% 50%;
  }
}
@keyframes sl4bgsf{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.05);
  }
  100%{
    transform: scale(1);
  }
}

.ny-xqzong {
    position:relative;
}
.pro-ny-container.swiper-container {
  width: 80%;
  height:auto;
}
.pro-ny-slide.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: block !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f7f7f7;
}
.page-container .pro-ny-slide img{
	width:100% !important;
}
.pro-ny-slide > div:first-child{
	
}
.pro-ny-slide > div:last-child{
	text-align: center;
    font-size: 18px;
    line-height: 50px;
	color:#333;
}
.pro-ny-button-prev,.pro-ny-button-next{
	width: 40px;
    height: 40px;
	background-color: #af0000;
	background-size: 30px 30px;
}
.pro-ny-button-prev{
	background-image: url(../../images/arr_l.png);
	left:0px;
}
.pro-ny-button-next{
	background-image: url(../../images/arr_r.png);
	right:0px;
}
.pro-ny-pagination{
	width:100%;
}
.pro-ny-pagination .swiper-pagination-bullet {
	display: inline-block;
    width: 50px;
    height: 5px;
    margin: 3px;
    font-size: 0px;
    /* border: 2px solid #333; */
    background-color: #000;
    cursor: pointer;
	border-radius:0;
}
.pro-ny-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d70000;
}