/* banner */
.main-visual-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.main-visual-slider {
	overflow: hidden;
	position: relative;
}

.main-visual-slider .swiper-slide {
	overflow: hidden;
}
.main-visual-slider .swiper-button-next:after, .main-visual-slider .swiper-button-prev:after{
	display: none;
}
.swiper-box1{
	position: relative;
}
.swiper-box1 .imged {
	padding-bottom: 50vh;
}

.swiper-box1 .arror{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(0,0,0,0.2);
	width: 30px;
	height: 30px;
	opacity: 0;
	z-index: 9;
	transition: all ease 0.3s;
	color: #fff;
}
.swiper-box1 .arror .iconfont{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.swiper-box1:hover .arror{
	opacity: 1;
}
.swiper-box1 .arror.swiper-button-prev{
	left: 20px;
}
.swiper-box1 .arror.swiper-button-next{
	right: 20px;
}
.slide-inner {
	overflow: hidden;
}

/*.main-visual-slider .imged {
	transform: translate3d(0px, 0px, 0px) scale(1.05);
	transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
	transform: scale(1);
	transition: all 6s;
}

.main-visual-slider video {
	transform: scale(1.1)\0;
}
*/

@keyframes move {
	0% {
		bottom: -100%;
	}

	70% {
		opacity: 1
	}

	100% {
		bottom: -75%;
		opacity: 0
	}
}

.banner .ban-s {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	height: 100%;
}

.banner .ban-s img {
	width: 100%;
	height: 100%;
}




.banner .dot {

}

.swiper-box1 .swiper-pagination .swiper-pagination-bullet{
     width: 15px;
    height: 15px;
}

.swiper-box1 .swiper-pagination .swiper-pagination-bullet-active {
      background: #fff;
	
}

@keyframes rotateAroundCircle {
	0% {
		transform: rotate(0deg) translate(-43px) rotate(-0deg);
	}
	100% {
		transform: rotate(360deg) translate(-43px) rotate(-360deg);
	}
}
@keyframes indexsvg {
	0% {
		
		stroke-dasharray: 0 270;
	}

	100% {
		stroke-dasharray: 270 270;
	}
}


.swipershubaio {
	position: absolute;
	padding-bottom: 0.3rem;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: url(../images/banner_fbg.png) repeat-x top;
	z-index: 6;
}

.swipershubaio .cir {
       display: none;
	z-index: 3;
	cursor: pointer;
	margin: 0 0.35rem;
	position: relative;
}

.swipershubaio figure {
	animation: shubiao 2s infinite linear;
	text-align: center;
}

.swipershubaio figure img {
	width: 19px;
	height: 30px;
}

.swipershubaio a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	left: 0;
	bottom: 0;
}

@keyframes shubiao {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		opacity: 1;
	}

	50% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		opacity: 1;
	}
}
.pd-3{
	padding: 0.3rem 0;
}
.pd-4{
	margin:.3rem 0 0 0;
	}

.sesstion3 .pd-3 {
	width: 100%;
}
/* 要闻 */
.sesstion1{
	padding:0 0 .3rem 0;
	margin: auto;
}
.sec1{
	display: flex;
	justify-content: space-between;
	gap: 0.2rem;
}
.sesstion1 .sec1-l{
	width: 4.0rem;
	border: 1px solid #DCDCDC;
	overflow: hidden;
	background:#fff url(../images/ywbgz.png) no-repeat;
	background-size: cover;
}



.sesstion1 .sec1-l .secl-l-list {
	padding:.2rem .3rem 0 .3rem;
}

.sesstion1 .sec1-l .main-title {
	width: 100%;
	margin-top: .05rem;
	background-position: center;
	background-size: 100% auto;
}

.sesstion2 .sec1-l .main-title {
	width: 100%;
	margin-top: .05rem;
	background-position: center;
	background-size: 100% auto;
}


.sesstion1 .sec1-l .l-item{
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: .1rem;
	cursor: pointer;
}
.sesstion1 .sec1-l .l-item:hover .news-title{
	color: #2A93D5;
}
.sesstion1 .sec1-l .l-item:last-child{
	border: none;
}
.sesstion1 .sec1-l .news-tag{
	width: fit-content;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	border-radius: 11px;
	border: 1px solid #6AB1E1;
	color: #6AB1E1;
	text-align: center;
	font-size: 13px;
}
.sesstion1 .sec1-l .news-title{
    font-size: 16px;
    color: #333;
    line-height: .25rem;
    font-weight: bold;
    margin: .1rem 0;
}
.sesstion1 .sec1-l .news-time{
	color: #bbb;
	text-align: right;
	margin-bottom: 0.05rem;
}
.sesstion1 .sec1-m{
	width: 8rem;
	border: 1px solid #DCDCDC;
	background-color:#fff;
	overflow: hidden;
	transition: all ease 0.3s;
}
.sesstion1 .sec1-m:hover{
	transform: translateY(-2px);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	
}
.sesstion1 .sec1-m .img-box{
	width: 100%;
	height: 4.85rem;
	overflow: hidden;
}
.sesstion1 .sec1-m .img-box img{
	width: 100%;
	height: 100%;
}
.sesstion1 .sec1-m .text-box{
	padding: 0 0.3rem;
	background-color: #fff;
}
.sesstion1 .sec1-m .news-title{
	font-size: 18px;
	color: #333;
        line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0.25rem 0;
}
.sesstion1 .sec1-m .news-title:hover{	
	color: #2a93d5;
	cursor: pointer

}

.sesstion1 .sec1-m .news-content{
	color: #b1b1b1;
	font-size: 14px;
	line-height: 24px;
        height: .6rem;
}
.sesstion1 .sec1-m .news-time{
	text-align: right;
	color: #FF8800;
	font-size: 28px;
	font-family: din;
	font-weight: bold;
	margin: 20px 0;
}
.sesstion1 .sec1-r{
	width: 4.3rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sesstion1 .sec1-r .r-item{
	width: 100%;
	padding:  .3rem;
	overflow: hidden;
	border-bottom: 2px solid #2A93D5;
	cursor: pointer;
}
.sesstion1 .sec1-r .r-item:hover{
	background:  #2A93D5 url(../images/ywbg.png) center no-repeat;
}
.sesstion1 .sec1-r .r-item:hover .news-title{
	color: #fff;
}
.sesstion1 .sec1-r .r-item:hover .news-content{
	color: #B2D9F2;
}


.sesstion1 .sec1-r .r-item .news-title{
font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: .1rem;
}
.sesstion1 .sec1-r .r-item .news-content{
	font-size: 14px;
	color: #b1b1b1;
	line-height: 24px;
	margin: 10px 0;
}
.sesstion1 .sec1-r .r-item .news-time{
	font-size: 16px;
	color: #6AB1E1;
	
}
.sesstion1  .news-pagination{
	position: absolute;
	right: 20px;
	top: 4.45rem;
	left: auto;
	text-align: right;
	height: 20px;
}
.sesstion1  .news-pagination .swiper-pagination-bullet{
	background-color: transparent;
	border: 2px solid #fff;
	width: 16px;
	height: 16px;
	opacity: 1;
	margin: 0 .03rem;
}
.sesstion1  .news-pagination .swiper-pagination-bullet-active{
	background: url(../images/yy.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	width: 27px;
	height: 19px;
	
}

.sesstion2 {
	padding-top: 0.4rem;
}

.sec2 .slide-inner{
	display: block;
	width: 100%;
	background-color: #fff;
	position: relative;
	transition: all ease 0.3s;
}
.sec2 .gg-item{
	width: 100%;
	height: 2.62rem;
	background: #fff url(../images/tzbg.png) bottom right no-repeat;
	background-size: 40%;
	padding: 0 20px 10px;
}
.sec2 .slide-inner:hover {
	box-shadow: 0 10px 12px 0px rgba(0,0,0,0.2);
}
.sec2 .gg-item .gg-time{
	position: absolute;
	left: 45px;
	top: 0;
	width: 70px;
	height: 68px;
	background: #FF8800;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.sec2 .gg-item .gg-time .gg-day{
	font-size: 30px;
	font-weight: bold;
	font-family: din;
}
.sec2 .gg-item .gg-time .gg-date{
	font-size: 14px;
	padding-top:5px;
	font-family: din;
}
.sec2 .gg-item .gg-title{
	font-size: 16px;
	font-weight: bold;
	padding-left:25px;
	color: #333;
	padding-top: 90px;
	line-height: 32px;
}
.sesstionbg{
	background: #e6f4ff url(../images/jzbg.png) no-repeat center;
}
.sesstion3 {
    padding-top:0.3rem;
    padding-bottom:0.4rem;
	background-size: cover;
	
}
.sec2 .swiper-pagination-bullet,.sec3 .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	background-color: #2A93D5;
}
.sec2 .swiper-container,.sec3 .swiper-container {
	padding-bottom: 0.6rem;
}
.sec2 .swiper-container-horizontal>.swiper-pagination-bullets, .sec2 .swiper-pagination-custom, .sec2 .swiper-pagination-fraction{
	bottom: 0px;
}

.sec3 .slide-inner{
	display: block;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.3rem;
	height: 1.8rem;
	position: relative;
	transition: all ease 0.3s;
}
.sec3 .gg-item{
	width: 100%;
	height: 100%;
}
.sec3 .gg-item .gg-time{
	width: fit-content;
	padding: 0 20px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #2A93D5;
}
.sec3 .gg-item .gg-title{
	color: #333;
	line-height: 30px;
	font-size: 16px;
	margin-top: 20px;
}
.sec3 .slide-inner:hover {
	background: rgba(42, 147, 213, 0.8);
	box-shadow: 0 10px 12px 0px rgba(0,0,0,0.2);
}
.sec3 .slide-inner:hover .gg-title{
	color: #fff;
}

.sesstion3 .pd-3 {
	text-align: center;
}

.sesstion3 .pd-3 .main-title {
	display: inline-block;
	width: auto;
	height: auto;
	background-image: none;
	/*margin: 0 .6rem;*/
}

.sesstion3 .pd-3 .main-title .title-box {
	padding-top: 0;
        cursor: pointer;
}

.sesstion3 .pd-3 .main-title .title-box .img-icon {
	display: inline-block;
	width: .26rem;
	height: .18rem;
	background: url('../images/lyy-black.png') no-repeat;
	background-size: 100% 100%;
	margin: 0 .01rem;
}

.sesstion3 .pd-3 .main-title .title-box span {
	color: #333;
}


.sesstion3 .pd-3 .main-title.slick-current .title-box .img-icon {
	background-image: url('../images/lyy.png');
}

.sesstion3 .pd-3 .main-title.slick-current .title-box span {
	color: #2a93d5;
}

.sesstion3 .pd-3 .main-title .title-box:hover span {
	color: #2a93d5;
}

.sesstion3 .pd-3 .main-title .title-box:hover span {
	color: #2a93d5;
}

.sesstion3 .pd-3 .main-title .title-box:hover .img-icon {
	background-image: url('../images/lyy.png');
}

.sec3 .sec3-tab{}


.sec3 .l-bottom{
	/*width: 100%;*/
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec3 .l-bottom a{
	padding: 16px 5px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #c8e7ff;
	align-items: center;
}
.sec3 .l-bottom a .iconfont{
	margin-right: 6px;
	color: #a6a6a6;
}
.sec3 .l-bottom a div{
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.sec3 .l-bottom a .text-time{
	color: #a6a6a6;
}
.sec3 .l-bottom a:hover .text-title,.sec4 .l-bottom a:hover .text-time,.sec4 .l-bottom a:hover .iconfont{
	color: #2A93D5;
}

.sec3 .l-bottom .more-btn {
	display: block;
	margin: .3rem auto 0 auto;
	font-size: .15rem;
	color: #5faddf;
	line-height: .48rem;
	width: 2.66rem;
	height: .48rem;
	text-align: center;
	padding: 0;
	border: none;
	border-radius: .24rem;
	background: rgba(255,255,255,.6);
}
.sec3 .l-bottom .more-btn .icon {
	color: #5faddf;
	font-size: .4rem;
	line-height: 1;
	margin-left: .06rem;
	margin-right: 0;
	vertical-align: middle;
}

.sec3 .l-bottom .more-btn:hover {
	background: #5faddf;
	color: #fff;
}
.sec3 .l-bottom .more-btn:hover .icon{
	color: #fff;
}








.sec4 .swiper-container{
	padding-bottom: 0.2rem;
	position: relative;
}
.sec4 .swiper-container .arror{
	border-radius: 50%;
	color: rgba(0,0,0,0.5);
	font-weight: bold;
	/* background-color: rgba(0,0,0,0.5); */
	position: absolute;
	top: 30%;
	/* transform: translateY(-50%); */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
	
}
.sec4 .swiper-container .arror .iconfont{
	font-size: 40px;
}
.sec4 .swiper-container .arror.arror.swiper-btn-next{
	right: 20px;
	transform: rotate(180deg);
}
.sec4 .swiper-container .arror.arror.swiper-btn-prev{
	left: 20px;
}
.sec4 .swiper-container .arror.swiper-btn-prev.swiper-button-disabled{
	color: rgba(0,0,0,0.3);
}
.sec4 .swiper-container .arror.swiper-btn-next.swiper-button-disabled{
	color: rgba(0,0,0,0.3);
}
.sec4 .sec4-l  animated-element {  animation: none !important; }
.sec4 .sec4-l{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.sec4 .swiper-slide img {
	display: block;
	width: 100%;
	height: 2.63rem;
	object-fit: cover;
}

.sec4 .slide-inner .text-box{
	background-color: #fff;
	box-shadow: 0 2px 21px 0px rgba(0,0,0,0.1);
	border-radius: 0px 10px 0 30px;
	margin: -20px auto 0;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	width: 90%;
	height: 76px;
	background-color: #fff;
	padding: 10px 20px;
	position: relative;
	z-index: 2;
}
.sec4 .slide-inner:hover .text-box{
	background-color: #2A93D5;
	color: #fff;
}
.sec4 .l-bottom{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec4 .l-bottom a{
	padding: 16px 5px;
	width: calc(50% - 0.2rem);
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	align-items: center;
}
.sec4 .l-bottom a .iconfont{
	margin-right: 6px;
	color: #a6a6a6;
}
.sec4 .l-bottom a div{
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.sec4 .l-bottom a .text-time{
	color: #a6a6a6;
}
.sec4 .l-bottom a:hover .text-title,.sec4 .l-bottom a:hover .text-time,.sec4 .l-bottom a:hover .iconfont{
	color: #2A93D5;
}

.sesstion5 .img-box{
	width: 100%;
	position: relative;
}
.sesstion5 .img-box .ty-bg{
	width: 19.2rem;
	display: block;
	margin: 0 auto;
}
.sesstion5 .img-box .yzzc-img{
	position: absolute;
	left: 50%;
	top: 1.2rem;
	width: 3.0rem;
	transform: translateX(-50%);
	z-index: 999;
}
.sec5 .content-wrap{
	width: 100%;
	background-color: #fff;
	border-top: 0.32rem solid #c8771c;
	position: relative;
	z-index: 2;
	margin-top: -4.5rem;
	padding: 0.3rem 0.6rem;
	box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1), 0px 0 20px rgba(0, 0, 0, 0.1);
}
.sec5 .list-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.2rem;
}
.sec5 .list-wrap .video-box{
	width: calc(50% - 0.1rem);
	height: 4.5rem;
	background-color: #000;
}
.sec5 .list-wrap .video-box video{
	background-color: #000;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec5 .list-wrap .imgs-box{
	display: flex;
	justify-content: space-between;
	width: calc(50% - 0.1rem);
	gap: 0.1rem;
}
.sec5 .list-wrap .imgs{
	width: calc(50% - 0.1rem);
	height: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.sec5 .list-wrap .imgs .sHoverItem{
	width: 100%;
	height: 2.13rem;
}
.sec5 .list-wrap .imgs .sHoverItem img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec5 .list-wrap .imgs .sHoverItem .text-box{
	background-color: rgba(42, 147, 213, 0.5);
	padding: 0.1rem;
}
.sec5 .list-wrap .imgs .sHoverItem .box{
	width: calc(100% - 0.2rem);
	border: 1px solid #fff;
	height: calc(100% - 0.2rem);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.sec5 .list-wrap .imgs .sHoverItem .box span{
	font-size: 16px;
}
.sec5 .list-wrap .imgs .sHoverItem .box .iconfont{
	font-size: 40px;
	margin-bottom: 20px;
}
.mt-top{
	position: relative;
	z-index: 9;
}
.mt-top dl{
	display: flex;
	justify-content: flex-end;
}
.mt-top dl dd {
	padding:0 .1rem;
    margin:auto;
    position: relative;
}
.mt-top dl dd a {
    display: block;
    width: 0.53rem;
	height: 0.53rem;
	border: 1px solid #2A93D5;
    border-radius: 50%;
	color: #95d6ff;
	font-size: 0.4rem;
    position: relative;
    z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.3s;
}
.mt-top dl dd:hover a {
	background-color: #2A93D5;
	color: #fff;
}
.mt-top dl dd:hover .layer{
	opacity: 1;
	visibility: visible;
	margin-top: 0.18rem;
}
.mt-top dl dd .iconfont{
	font-size: 0.35rem;
}
.mt-top dl dd .layer {
	transition: all ease 0.5s;
    border-radius: 0.1rem;
    background: #fff;
    width: 1.8rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 100%;
    margin-left: -1rem;
    margin-top: -0.18rem;
    padding: 0.18rem 0.2rem;
    opacity: 0;
    visibility: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 999;
}
.mt-top dl dd .layer .ewm {
    width: 100%;
	text-align: center;
}
.mt-top dl dd .layer .ewm img {
    width: 1.2rem;
}
.mt-top dl dd .layer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.08rem;
    right: 0.7rem;
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    transform: rotate(45deg);
}
.mt-top dl dd .layer .ewm .name {
    font-size: 12px;
    padding-top: 0.03rem;
    color: #727084;
}
.mt-wp .img-list{
	margin-top: 0.3rem;
}
.mt-wp .img-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.mt-wp .img-list ul li{
	width: 25%;
}
.mt-wp .img-list ul li.li_01{
	width: 50%;
}
.mt-wp .img-list a{
	width: 100%;
	display: block;
	position: relative;
}
.mt-wp .img-list li a .img {
    width: 100%;
	height: 3.42rem;
    overflow: hidden;
    position: relative;
}
.mt-wp .img-list li a .img:hover img{
	transform: scale(1.1);
}
.mt-wp .img-list li a .img img{
	vertical-align: middle;
    width: 100%;
	height: 100%;
    border: 0;
	transition: all ease 0.5s;
}
.mt-wp .img-list li a .layer {
    position: absolute;
    z-index: 1;
    left: 0;
	font-size:15px;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0.2rem 0.1rem;
    color: #fff;
	background: url(../images/bgl.png) repeat-x top;
}
.sesstion6{
	background-color: #ebf7ff;
	padding-bottom: 0.2rem;
}
.wp-swiper-box .swiper-container{
	padding: 0.2rem 0;
}
.sec6 .gg-box  {
padding: .15rem;
}
.sec6 .gg-box .slide-inner{
	display: block;
	border: 6px solid #fff;
	border-radius: 6px;
	overflow: hidden;
	transition: all ease 0.3s;
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
}
.sec6 .gg-box .slide-inner img{
	width: 100%;
}
.sec6 .gg-box .slide-inner:hover{
	border: 6px solid transparent;
	box-shadow: none;
	/* box-shadow: 0 10px 12px 0px rgba(0,0,0,0.2); */
}
.sec6 {
	position: relative;
}
.sec6 .wp-swiper-box{
	/*max-width: 14.8rem;*/
	margin: 0 auto;
}
.sec6 .arror{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index:999;
}
.sec6 .arror:hover{
	background-color: #2A93D5;
}
.sec6 .arror.swiper-btn-prev{
	left: .4rem;
}
.sec6 .arror.swiper-btn-next{
	right: .4rem;
}
.mobile-show{
	display: none;
}

.link-text-list .ul-list {
	padding: .2rem 0;
}

.link-text-list .ul-list .li-item {
	padding: .15rem .2rem;
	display: inline-block;
}

.link-text-list .ul-list .li-item .a-box {
	display: block;
	font-size: .2rem;
	color: #333;
	line-height: 1.3;
}

.link-text-list .ul-list .li-item .a-box:hover {
	color: #2a93d5;
}


@media screen and (max-width:768px) {
	.sesstion1 .sec1-l .main-title {
		background-size: 100% 100%;
		height: 1.3rem;
		margin-top: .1rem;	
	}
.list4 .a{font-size: .30rem}
	.sesstion1 .sec1-r{
		gap: 10px;
	}
	.sesstion1 .sec1-l,.sesstion1 .sec1-r,.sesstion1 .sec1-r .r-item{
		height: auto;
	}
	.right-fixed{
		display: none;
	}
	.swiper-box1 .imged{
		padding-bottom: 0;
	}
	.sesstion1 .sec1-m .img-box img{
    width: 100%;
    height: 4.1rem
	}
	.swiper-box1 .imged img{
		position: static;
	}
	.sesstion1 .sec1{
		flex-wrap: wrap;
	}
	.sesstion1 .sec1 .sec1-m{
		margin: 10px 0;
		height: auto;
		padding-bottom: 10px;
	}
	.sesstion1 .sec1-m .img-box{
		height: auto;
	}
	.sesstion1 .sec1-l{
		height: auto;
	}
	.sesstion1 .sec1 .sec1-l,.sesstion1 .sec1 .sec1-m,.sesstion1 .sec1 .sec1-r{
		width: 100%;
	}
	.sec4 .sec4-l{
		width: 100%;
		gap: 0;
	}
	.sec4 .l-bottom{
		width: 100%;
		margin-top: 0;
	}
	.sec3 .l-bottom a,
	.sec4 .l-bottom a{
		width: 100%;
	}
	.sec5 .mt-wp .img-list ul li{
		width: 100%;
	}
	.sec5 .mt-wp .img-list li a .img{
		height: auto;
	}
	.sesstion1 .news-pagination{
		top:3.5rem;
	}
	.sec5 .mt-wp .img-list ul li.li_01{
		width: 100%;
	}
	.sesstion5 .sec5 .list-wrap .video-box{
		width: 100%;
	}
	.sesstion5 .img-box .yzzc-img{
		width: 35%;
		top: -0.30rem;
	}
	.sec5 .list-wrap .imgs-box{
		width: 100%;
		margin-top: 0.2rem;
	}
	
	.sesstion5 .sec5 .content-wrap{
		margin-top: -1.3rem;
	}
	.swiper-box1 .swiper-pagination li{
		border: none;
	}
	
	.sec4 .swiper-slide img {
		height: 3.5rem;
	}
	.banner .dot{
	   display: none;
	}
	.swipershubaio a{
		display:none
	}
}
@media screen and (min-width: 768px) and (max-width:1366px) {

	.sesstion5 .sec5 .content-wrap{
		margin-top: -2rem;
	}
	
	.sec4 .swiper-slide img {
		height: 2rem;
	}
	.sesstion3 .pd-3 {
		width: 46%;
	}
	
}
@media screen and (min-width:1366px) {
	.sesstion3 .pd-3 {
		width: 36%;
	}
}
/*通知公告*/

.huodong-wrap{
	display: flex;
	justify-content: space-between;
       padding: 20px 0;
      flex-wrap: wrap;
}
.huodong-wrap .tit1{
	display: flex;
	justify-content: space-between;
      align-items: center;
}
.huodong-wrap .tit1 .more-dots{
margin-top: 0;
}
.indexb .box{ width: calc(50% - .28rem); }

.list3Box{ padding: .2rem; margin: -.2rem; margin-bottom: .4rem;}
.list3 .a{padding: .14rem;background: #fff;align-items: center; transition: .5s;}
.list3 .time{ width: .66rem; margin: 0 .12rem 0 0; text-align: center;}
.list3 .time h6{ line-height: .33rem; background: #2ea262; font-size: .16rem; color: #fff;}
.list3 .time h3{font-size: .29rem;color: #2ea262;font-family: DIN-Bold;border: #2ea262 1px solid;line-height: .33rem;}
.list3 .txt{ flex: 1; overflow: hidden; padding: 0 .12rem;}

.list3Box .dots{ display: flex; align-items: center; justify-content: center; margin: .27rem 0 0}
.list3Box .dots span{width: .13rem;height: .13rem;background: #40a571;opacity: .4;margin: 0 .08rem !important;transition: .5s;}
.list3Box .dots span.active{ opacity: 1;}

.list4 .a{ display: flex; height: .66rem; align-items: center; background: #fff; position: relative; z-index: 1; margin-bottom: .1rem; padding: 0 .25rem 0 .2rem; font-size: .16rem;}
.list4 .a:hover{
background: #2a93d5;
color: #fff;
}
.list4 .a:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/list4_b.jpg) center no-repeat; background-size: cover; z-index: -1; opacity: 0; transition: .5s;}
.list4 h4{flex: 1;position: relative;padding: 0 0 0 .2rem; font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.list4 h4::before{content: "";position: absolute;background: url(../images/list4_i.png) center no-repeat;background-size: 100% 100%;transition: .5s;left: 0;top: 50%;transform: translateY(-50%);width: .11rem;height: .12rem;}
.list4 h4::after{content: "";position: absolute;background: url(../images/list4_is.png) center no-repeat;background-size: 100% 100%;transition: .5s;left: 0;top: 50%;transform: translateY(-50%);width: .11rem;height: .12rem; opacity: 0;}
.list4 .h6s1{ font-size: .16rem; color: #c2c2c2; width: auto; margin: 0 0 0 .15rem;}

.indexb .tit1{ margin: .10rem 0 .3rem 0;}

.list5Box{ padding: .2rem .09rem; margin: -.2rem -.09rem;}
.list5 .imgBox .img{ padding-bottom: 63.71%;}
.list5 .txt{height: .7rem;background: #fff;transition: .5s;padding: 0 .25rem;align-items: center;box-shadow: 0 0 0.1rem 0px rgba(0, 0, 0, 0.2);align-items: center;display: flex;}
.list5 h4{ line-height: .24rem; max-height: .48rem\0;}

.indexd{ padding-top: 0 !important; padding-bottom: .6rem;}
.indexd .list5 .txt{width: calc(100% - .16rem);margin-top: -.2rem;position: relative;border-radius: .1rem 0 .3rem 0;}