@keyframes bannerscale {

  0%,
  100% {
    transform: scale(1.02);
  }

  50% {
    transform: scale(1.08);
  }
}

.head_banner ul li.swiper-slide-active .img01,
.head_banner ul li.swiper-slide-active .img02,
.head_banner ul li.swiper-slide-active .img03,
.head_banner ul li.swiper-slide-active .img04,
.head_banner ul li.swiper-slide-active .img05,
.head_banner ul li.swiper-slide-active .img06 {
  animation: bannerscale 10s linear infinite forwards;
}

.head_banner ul li.swiper-slide-active .banner_text {
  left: 24%;
}






/* box */

.box {
  width: 95%;
  margin: 0 auto;
}

.tab_menu {
  overflow: hidden;
  width: 200px;
  /* margin-bottom: 0.25rem; */
  position: absolute;
  top: 1.35rem;
  left: 6.6rem;
}

.tab_menu li {
  float: left;
  text-align: center;
  cursor: pointer;
  width: 2rem;
  height: 1.12rem;
  margin-bottom: 0.11rem;
  background-color: #cbcbcb;
  border: 0.02rem solid #fff;
  box-sizing: border-box;
  transform: translateY(0);
  transition: all 0.5s;
  overflow: hidden;
}

.tab_menu li img {

  width: 100%;
}

.tab_menu li.current {
  color: #333;
  background: #fff;
  border: 0.02rem solid #0950b4;
}

.tab_menu li a {
  color: #fff;
  text-decoration: none;
}

.tab_menu li.current a {
  color: #333;
}

.tab_box {
  /* padding:20px; */
}

.tab_box li {
  height: 24px;
  line-height: 24px;
  /* overflow: hidden; */
}

.tab_box li span {
  margin: 0 5px 0 0;
  font-family: "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“";
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
}

.tab_box .hide {
  display: none;
}

.xwzxcon_right {
  float: right;
  width: 40.5%;
}

.xwzxcon_right .xwzxcon_righttop {
  width: 100%;
}

.xwzxcon_right .xwzxcon_righttop ul li {
  /* display: none; */
  line-height: 1;
}

.xwzxcon_right .xwzxcon_righttop ul li h3 {
  font-size: 0.3rem;
  color: #333333;
  font-weight: 400;
  margin-top: 0.28rem;
  cursor: pointer;
  transition: all 0.5s;
}

.xwzxcon_right .xwzxcon_righttop ul li h3 a {
  font-size: 0.3rem;
  color: #333333;
}

.xwzxcon_right .xwzxcon_righttop ul li h3:hover {
  transform: translateY(-0.05rem);
}

.xwzxcon_right .xwzxcon_righttop ul li span {
  display: block;
  font-size: 0.2rem;
  color: #cccccc;
  margin-top: 0.29rem;
  cursor: pointer;
  transition: all 0.5s;
}

.xwzxcon_right .xwzxcon_righttop ul li span:hover {
  transform: translateY(-0.05rem);
}

.xwzxcon_right .xwzxcon_righttop ul li p {
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.33rem;
  margin-top: 0.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* cursor: pointer; */
  transition: all 0.5s;
}

.xwzxcon_right .xwzxcon_righttop ul li p:hover {
  transform: translateY(-0.05rem);
}

.xwzxcon_right .xwzxcon_righttop ul li .xwzx_ljxq {
  width: 1.16rem;
  height: 0.4rem;
  border: 1px solid #333333;
  text-align: center;
  border-radius: 0.2rem;
  margin-top: 0.44rem;
  cursor: pointer;
  transition: all 0.5s;
}

.xwzxcon_right .xwzxcon_righttop ul li .xwzx_ljxq a {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #333333;
}

.xwzxcon_right .xwzxcon_righttop ul li .xwzx_ljxq:hover {
  background-color: #0069ff;
  border: 1px solid #0950b4;
}

.xwzxcon_right .xwzxcon_righttop ul li .xwzx_ljxq:hover a {
  color: #fff;
}

.xwzxcon_right .xwzxcon_righttop ul li.active {
  display: block;
}

.xwzxcon_right .xwzxcon_rightbot {
  width: 100%;
  height: 1.2rem;
  margin-top: 0.97rem;
}

.xwzxcon_right .xwzxcon_rightbot ul {
  display: flex;
  justify-content: space-between;
}

.xwzxcon_right .xwzxcon_rightbot ul li:nth-child(1) img {
  height: auto;
}

.xwzxcon_right .xwzxcon_rightbot ul li {
  width: 1.84rem;
  height: 1.15rem;
  border: 0.02rem solid #fff;
  box-sizing: border-box;
  transform: translateY(0);
  transition: all 0.5s;
  overflow: hidden;
}

.xwzxcon_right .xwzxcon_rightbot ul li img {
  width: 100%;
  height: 100%;
}

.xwzxcon_right .xwzxcon_rightbot ul li:hover {
  transform: translateY(-0.04rem);
}

.xwzxcon_right .xwzxcon_rightbot ul li.active {
  border: 0.02rem solid #0950b4;
}

.xwleft {
  width: 5.96rem;
  height: 3.56rem;
  overflow: hidden;
  /* background-color: #fe5335; */
  float: left;
  /* display: flex; */
  align-content: center;
  background-color: #f7f6f6;
  align-items: center;
}

.xwleft img {
  width: 100%;
}
.imgnewswrap  {
  padding-top: 0rem

}
.esd_tyjt_wrap{
  background-color: #fafafa;
}
.xwnewssc{
  width: 100%;
  background: #fff;
  margin-top: 0.2rem;
  margin-bottom: 0rem;
  position: relative;
  padding-bottom: 0.25rem;
  padding-top: 1.35rem;
}






.mySwipers3{
  width: 100%;
  height: 4.474rem;
  position: relative;
  overflow: hidden;
}
.mySwipers3 .swiper-slide{
  width: 100%;
}
.mySwipers3 .swiper-slide .news_s3_left{
  width: 59.666667%;
  float: left;
  height: 4.474rem;
  overflow: hidden;
}
.mySwipers3 .swiper-slide .news_s3_left img{
  width: 100%;
}

.mySwipers3 .swiper-slide .news_s3_right{
  width: 33.333333%;
  margin-right: 4%;
  float: right;
  position: relative;
  height: 4.474rem;
}
.mySwipers3 .swiper-slide .news_s3_right h2 a{
  font-size: 0.3rem;
  color: #333333;
  display: inline-block;
  padding-top: 11%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.mySwipers3 .swiper-slide .news_s3_right:hover h2 a{
 color:#0850b4;
}
.mySwipers3 .swiper-slide .news_s3_right .moers3:hover{
  color:#0850b4;
}


.mySwipers3 .swiper-slide .news_s3_right span{
  font-size: 0.2rem;
  color: #cccccc;
  margin-top: 0.15rem;
  cursor: pointer;
  transition: all 0.5s;
  display: inline-block;
}
.mySwipers3 .swiper-slide .news_s3_right p{
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.4rem;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-top: 0.1rem;
}

.mySwipers3 .swiper-slide .news_s3_right .moers3{
  position: absolute;
  font-size: 0.18rem;
  color: #333333;
  bottom: 8%;
}


.mySwipers3 .swiper-paginations3{

width: 20%;

left: 80%;
}

.mySwipers3 .swiper-paginations3 span{
  width: 0.1rem;
  height: .1rem;
  display: inline-block;
  border-radius: 100%;
  background: #0850b4;
}