.header,.linkmap,.banner,.footer,.nav{
  display: none;
}
.banner.section0,.footer.section3{display: block;}
.main{width: 100%;margin: 0 auto !important;}
.sectionbd{
  width: 1200px;
  margin: 0 auto;
}

.banner{
  position: relative;
}
.banner .back_home{
  position: absolute;
  top: 44px;
  right: 102px;
}

/* 第一部分 */
.s1top {
  padding: 20px 0;
  position: relative;
}
.s1topl{
  width: 600px;
  height: 400px;
  float: left;
  position: relative;
  -webkit-transition: all 1s;
 transition: all 1s;
 -webkit-transform: translateY(-800px);
 transform: translateY(-800px);
 opacity: 0;
 visibility: hidden;
 /* position: absolute;
 top: 50%;
 left: 0; */
 -webkit-transform: translate(0,-800px);
 transform: translate(0,-800px);
 transform: translate(0,-800px);
}
.active .s1topl{
  -webkit-transform: translate(0,0%);
  transform: translate(0,0%);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.7s;
}
.s1topl div img{
  width: 600px;
  height: 400px;
}
.s1topl .feature-slide-block{
  position: relative;
}
.s1topl .bg{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.s1topl .feature-slide-block p{display: none;}
.s1topl .feature-slide-block .splash_congent{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 30px;
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302104545.png) no-repeat;
  background-size: 100% 100%;
}
.s1topl .feature-slide-block .splash_congent a{
  font-size: 18px;
  color: #fff;
}
.s1topl .feature-slide-list-items{
  position: absolute;
  right: 40px;
  bottom: 26px;

}
.s1topl .feature-slide-list-items a{
  display: block;
  float: left;
  width: 9px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.7;
  border-radius: 50%;
  margin-right: 7px;
}
.s1topl .feature-slide-list-items a:last-child{margin-right: 0;}
.s1topl .feature-slide-list-items a.current{
  width: 19px;
  background: #F8D485;
  border-radius: 5px;
}
.s1topr{
  float: left;
  margin-left: 30px;
  width: 570px;
  height: 400px;
  /* position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(800px);
  transform: translateX(800px);
  opacity: 0;
  visibility: hidden; */
  -webkit-transition: all 1s;
 transition: all 1s;
 -webkit-transform: translateY(800px);
 transform: translateY(800px);
 opacity: 0;
 visibility: hidden;
 /* position: absolute;
 top: 50%;
 left: 0; */
 -webkit-transform: translate(0,800px);
 transform: translate(0,800px);
 transform: translate(0,800px);
}
.active .s1topr{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.7s;
}
.s1topr .title_header{
  text-align: center;
  font-size: 28px;
  line-height: initial;
  height: auto;
  color: #AD3432;
  padding: 0;
  margin-bottom: 17px;
}
.s1topr ul li{
  padding: 20px 0 20px 15px;
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302110515.png) no-repeat left center;
}
.s1topr ul li:hover{
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302110543.png) no-repeat left center;
}
.s1topr ul li:hover a,.s1topr ul li:hover .span_date{
  color: #AD3432;
}
/* .s1topr ul li:first-child{padding-top: 0;}
.s1topr ul li:last-child{padding-bottom: 0;} */
.s1topr ul li a{
  color: #333;
  font-size: 16px;
}
.s1topr ul li .span_date{
  color: #999;
  font-size: 14px;
  float: right;
}
.s1topr>a{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #AD3432;
  font-size: 20px;
}

.s1btm{
  padding: 20px 0;
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302130658.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.s1btm>.sectionbd>h2{
  text-align: center;
  font-size: 28px;
  line-height: initial;
  height: auto;
  color: #AD3432;
  padding: 0;
  margin-bottom: 30px;
}
.s1btm>.sectionbd>h2 a{
  color: #AD3432;
  font-size: 20px;
  float: right;
  letter-spacing: 0;
}
.active .s1btm>.sectionbd>div{
  /* -webkit-transform: translate(0,-50%);
 transform: translate(0,-0%);
 opacity: 1;
 visibility: visible;
 transition-delay: 0.7s; */
}
.s1btm>.sectionbd>div{
  /* position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-800px,-0%);
  transform: translate(-800px,-0%);
  transform: translate(-800px,-0%); */
}
.s1btm .s1btmitem{
  width: 380px;
  margin-right: 30px;
  float: left;
  box-shadow: 2px 3px 18px 0px rgba(164, 164, 164, 0.19);
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  transition: all 1s;
}
.active .s1btm .s1btmitem{
  opacity: 1;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 /* transition-delay: 0.7s; */
}
.active .s1btm .s1btmitem:nth-child(1){
  transition-delay:0.5s;
}
.active .s1btm .s1btmitem:nth-child(2){
  transition-delay:0.8s;
}
.active .s1btm .s1btmitem:nth-child(3){
  transition-delay:1.1s;
  margin-right: 0;
}
@keyframes mysec
{
  0%   { opacity: 0}

  100% { opacity: 1}
}

@-webkit-keyframes mysec /* Safari and Chrome */
{
0%   { opacity: 0}

100% { opacity: 1}
}
.s1btm .s1btmitem:last-child{margin-right: 30px;}
.s1btm .s1btmitem img{
  width: 100%;
}
.s1btm .s1btmitem div{
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  width: 100%;
  /* height: 208px; */
  height: 156px;
}
.s1btm .s1btmitem div h2 a{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  line-height: 28px;
  height: 56px;
}
.s1btm .s1btmitem div p{
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
  height: 72px;
}
.s1btm .s1btmitem div .details{
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #999;
  font-size: 14px;
}
.s1btm .s1btmitem div::after{
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
}
.s1btm .s1btmitem div:hover a,.s1btm .s1btmitem div:hover p{
  color: #AD3432;
}

/* 第二部分 */
.s2top{
  padding: 20px 0;
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302135824.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.s2top>.sectionbd>h2{
  text-align: center;
  font-size: 28px;
  line-height: initial;
  height: auto;
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
}
.s2top>.sectionbd>h2 a{
  color: #fff;
  font-size: 20px;
  float: right;
  letter-spacing: 0;
}
.s2top .swiper-father{
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  /* -webkit-transform: translateY(-800px);
  transform: translateY(-800px); */
  /* opacity: 0;
  visibility: hidden; */
  /* -webkit-transform: translate(0,-800px);
  transform: translate(0,-800px);
  transform: translate(0,-800px); */
  
  -webkit-transition: all 1s;
  transition: all 1s;
}
.active .s2top .swiper-father{
  /* -webkit-transform: translate(0,0%);
  transform: translate(0,0%);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.7s; */
  transition-delay: 0.2s;
  animation:myfirst 1s;
-webkit-animation:myfirst 1s; /* Safari and Chrome */
}
.s2top .swiper-container{
  width: 1200px;
  height: 332px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 90px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.s2top .swiper-button-prev{
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302143405.png) no-repeat center;
  transform:rotate(180deg);
  position: absolute;
  display: block;
  width: 65px;
  height: 65px;
  left: 42%;
  bottom: -105px;
  z-index: 8;
  outline: none;
  cursor: pointer;
}
.s2top .swiper-button-prev:hover{
background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302143431.png) no-repeat center;
/* transform:rotate(0deg); */
}
.s2top .swiper-button-next{
background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302143405.png) no-repeat center;
  position: absolute;
  display: block;
  width: 65px;
  height: 65px;
  right: 42%;
  bottom: -105px;
  z-index: 8;
  outline: none;
  cursor: pointer;
}
.s2top .swiper-button-next:hover{
background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302143431.png) no-repeat center;
/* transform:rotate(180deg); */
}

.swiper-container li .img_box img{
width:440px;
height:260px;
}
.swiper-container li.swiper-slide{
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.s2top .swiper-container li.swiper-slide{
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: 332px;
}
.s2top .swiper-container li.swiper-slide img{
  width: 100%;
  height: 250px;
}
.s2top .swiper-container li.swiper-slide div{
  width: 100%;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.s2top .swiper-container li.swiper-slide div h2{
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}
.s2top .swiper-container li.swiper-slide div p{
  color: #BB3A37;
  font-size: 16px;
}

.s2btm{
  padding: 20px 0;
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302150648.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.s2btm>.sectionbd>h2{
  text-align: center;
  font-size: 28px;
  line-height: initial;
  height: auto;
  color: #C52B30;
  padding: 0;
  margin-right: 60px;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  float: left;
}
.s2btm>.sectionbd>h2 a{
  display: inline-block;
  width: 34px;
  height: 93px;
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302151022.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 30px;
}
.s2btm>.sectionbd>h2 a:hover{background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302153417.png) no-repeat center center;background-size: 100% 100%;}
.s2btm .swiper-father{
  margin-top: 15px;
  width: 1100px;
  height: auto;
  position: relative;
  float: right;
  -webkit-transition: all 1s;
  transition: all 1s;
  /* -webkit-transform: translateY(-800px);
  transform: translateY(-800px); */
  /* opacity: 0;
  visibility: hidden; */
  /* -webkit-transform: translate(0,-800px);
  transform: translate(0,-800px);
  transform: translate(0,-800px); */
}
.active .s2btm .swiper-father{
  /* -webkit-transform: translate(0,0%);
  transform: translate(0,0%);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.7s; */
  transition-delay: 0.4s;
  animation:myfirst 1s;
-webkit-animation:myfirst 1s; /* Safari and Chrome */
}
@keyframes myfirst
{
0%   { transform: translateX(-200px)}

100% { transform: translateX(0)}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   { transform: translateX(-200px)}

100% { transform: translateX(0)}
}
.s2btm .swiper-container{
  width: 1100px;
  height: 270px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0px;
}
.s2btm .swiper-button-prev{
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302153343.png) no-repeat center;
  transform:rotate(180deg);
  position: absolute;
  display: block;
  width: 65px;
  height: 65px;
  left: 42%;
  bottom: -105px;
  z-index: 8;
  outline: none;
  cursor: pointer;
  display: none;
}
.s2btm .swiper-button-prev:hover{
background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302153357.png) no-repeat center;
/* transform:rotate(0deg); */
}
.s2btm .swiper-button-next{
  background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302153343.png) no-repeat center;
  position: absolute;
  display: block;
  width: 65px;
  height: 65px;
  right: -100px;
  /* bottom: -105px; */
  z-index: 8;
  outline: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.s2btm .swiper-button-next:hover{
background: url(/Sites/Uploaded/UserUpLoad/20210302/20210302153357.png) no-repeat center;
/* transform:rotate(180deg); */
}
.s2btm .swiper-container li.swiper-slide img{
  width: 100%;
  height: 200px;
}
.s2btm .swiper-container li.swiper-slide div{
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(208, 208, 208, 0.26);
}
.s2btm .swiper-container li.swiper-slide div p{display: none;}
.s2btm .swiper-container li.swiper-slide div h2{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 28px;
  padding: 0 10px;
  box-sizing: border-box;
}
.s2btm .swiper-container li.swiper-slide{/* padding-right: 30px; */box-sizing: border-box;}

/*  */
.banner.section0 .swiper-slide,.banner.section0 .swiper-slide img{height: 100% !important;}
.s1btm .s1btmitem div h2 a{
  display:-webkit-box;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  height: auto;
}
.s1btm .s1btmitem div p{
  display:-webkit-box;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  height: auto;
}
.s2btm{padding: 35px 0;}
.s2top{padding: 50px 0;}
.footer.section3,.footer.section3 .tableCell{height: auto !important;}

@media only screen and (max-width:768px){
  .wrap .main{width: 100%;}
  .banner .back_home{
 width: 32%;
 top: 16px;
 right: 22px;
  }
  .banner .back_home img{width: 100%;}
  .sectionbd{width: 100%;}
  .s1topl div img{width: 100%;height: auto;}
  .s1topl .feature-slide-preview{height: 200px;}
  .s1topl{width: 100%;height: 200px;overflow: hidden;}
  .feature-slide-list,.s1topr>a,.s1btm>.sectionbd>h2 a,.s2top>.sectionbd>h2 a,.s2top .swiper-button-prev,.s2top .swiper-button-next,.s2btm>.sectionbd>h2 a,.s2btm .swiper-button-next{display: none;}
  .s1topl .feature-slide-block .splash_congent a{
 display: -webkit-box;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 line-height: 20px;
  }
  .s1topr{
 width: 100%;
 height: auto;
 margin: 20px auto 0;
  }
  .s1btm>.sectionbd>h2{line-height: 28px;}
  .s1btm .s1btmitem{width: 100%;}
  .s2top .swiper-container{width: 100%;margin-bottom: 20px;}
  .s2top{padding: 20px 0;}
  .s2btm>.sectionbd>h2{writing-mode: initial;width: 100%;text-align: center;}
  .s2btm .swiper-father,.s2btm .swiper-container{width: 100%;}
  .s2btm .swiper-container li.swiper-slide{padding: 0;}
} 