body {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.banner {
	z-index: 1;
	position: relative
}
.banner a {
	display: block;
	position: relative
}
.banner .swiper-slide .sc{-webkit-transition:8s 1s linear;-webkit-transform:scale(1)}
.banner .swiper-slide-active .sc{-webkit-transform:scale(1.1)}
.banner a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	padding-bottom:0px;
	background-size: 100% 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 1);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));

}
.banner .slick-img {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%
}
.banner {
	/* margin-top: 47px; */
	position: relative;
	overflow: hidden;
	/* height: 100vh; */
}
.banner .swiper-container {
	max-width: initial;
}
.banner .banner-dots {
	width: auto;
	text-align: center;
	position: absolute;
	left: calc(50% - 107px);
	bottom: 52px;
	text-align: center;
	overflow: hidden
}
.banner .slick-img {
	display: block;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
	padding-bottom: 0;
	background: #000;
}
.Banner {
	position: relative;
}
.Banner a::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-bottom: calc(164% / 19.2);
	background-size: 100% 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 1);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}
.banner .bottom {
	padding: 0 0 17px;
	bottom: 0;
	z-index: 2;
	letter-spacing: 3px
}
.banner .title {
	color: #fff;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.2em;
    position: absolute;
    bottom: 10px;
    color: #ffffff;
    z-index:3;
    font-size: 20px;
    float: left;
    text-align: left;
    left: 100px;
}
.banner .vicetitle {
	margin: 9px 0 0;
	color: #fff;
	width: 100vw;
	max-width: 1320px;
	text-align: center
}
.banner a {
	display: block;
	position: relative;
}
.banner .slick-img video, .banner .slick-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .slick-img img {
	min-width: 100%;
	object-fit: cover;
}
.banner .slick-img video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.banner_btns {
	position: absolute;
	width:100%;
right: 80px;
	bottom: 40px;
	z-index: 10;
	text-align: right;
}
.banner .swiper-button-prev, .banner .swiper-button-next {
	background: none;
	border: none;
	background-size: 10px 20px;
	width: 58px;
	height: 58px;
	text-align: center;
	margin: 0;
	border-radius: 0;
}
.banner:hover .swiper-button-prev{
		background: rgba(255,255,255,.7) url(../images/mode1l.png) no-repeat center;
	background-size: 10px 20px;
}
.banner .swiper-button-prev {
	background: rgba(255,255,255,.7) url(../images/rr.png) no-repeat center;
	background: rgba(255,255,255,.4) url(../images/mode1l.png) no-repeat center;
	
	background-size: 10px 20px;
	left: 0;
	transition:all .3s ease-in-out;
	margin-left: 0;
}
.banner:hover .swiper-button-next{
		background: rgba(255,255,255,.7) url(../images/mode1r.png) no-repeat center;
	background-size: 10px 20px;
}
.banner .swiper-button-next {
	transition:all .3s ease-in-out;
	background: rgba(255,255,255,.7) url(../images/ll.png) no-repeat center;
	background: rgba(255,255,255,.4) url(../images/mode1r.png) no-repeat center;
	
	left: auto;
	right: 0;
	margin: 0;
	background-size: 10px 20px;
}
.banner_more {
	padding: 0 17px 0 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 18px;
}
.banner_more::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, .5);
	left: 0;
	top: 0
}
.banner_more::after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	opacity: .5;
}
.banner_more a {
	color: #fff
}
.banner_btns .swiper-pagination {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.banner .swiper-slide-active .slick-img img {
	transition: transform 6s linear 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.banner .swiper-pagination-bullet {
	width: auto;
	height: 35px;
	margin: 0 0 0 20px;
	text-align: center;
	line-height: 35px;
	position: relative;
	transition: all ease-in-out .3s;
	border-radius: 0;
	opacity: 1;
        color:#fff;
        font-size:20px;
        background:none;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
   /*background: url(../images/dot02.png) no-repeat center/cover;*/
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	/*.banner .swiper-pagination-bullet.swiper-pagination-bullet-active*/
         font-size:24px;
}

.banner .swiper-pagination-bullet:after{
content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    margin-left: 5px;
    transition: all 0.5s ease-out 0s;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
width: 40px;
}

.fraction{
display:none;	
	}
.bb {
	position: absolute;
	bottom: 14px;
	width: 18px;
	height: 18px;
	background: url(../images/banner_bottom.png) center no-repeat;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	-webkit-animation: bb 2s linear 0s infinite;
	animation: bb 2s linear 0s infinite;
	display: none;
}
@keyframes bb {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}

	20% {
		transform: translate(-50%, 3px);
		opacity: 1;
	}

	80% {
		transform: translate(-50%, 10px);
		opacity: 1;
	}

	90% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

.scroll {
	padding-top: 153px;
}

.content {
	position: relative;
}

.scroll {
	padding-top: 136px;
	z-index: 5;
}

/* mode1 */
.wrap_mode01 {
	padding-bottom: .7rem; 
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: url(../images/dzvc_bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.wrap_mode01::before {
	content: '';
	display: block;
	width: 267px;
	height: 444px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.wrap_mode01 .tit {
	color: #003f98;
	display: inline-block;
	padding-left: 5px;
        padding-bottom:6px;
	box-sizing: border-box;
	position: relative;
        font-weight:bold;
}
.wrap_mode01 .tit::after{
content: '';
width:18rem;
height:3rem;
background:url(../images/title_bg01.png) no-repeat bottom left;
position: absolute;
left:-.1rem;
bottom:-.1rem;
z-index:-1;
background-size: 100% auto;
}

.wrap_mode01 .mode1{width:64%; float:left; }
.wrap_mode01 .mode2{width:32%; float:right; }

.list4 li .a {
    border-bottom: #d2d2d2 1px solid;
    padding: 1rem 0;
    display: flex;
    height: 10.2rem;
}
.list4 li:last-child .a {
    border-bottom: none
}
.list4 li .img .img_hezi {
    padding-bottom: 56.07%
}
.slow {
    overflow: hidden;
}
.img {
    position: relative;
    width: 100%;
}
.img .img_hezi {
    padding-bottom: 60%;
    transition: all .5s ease-out 0s;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.list4 li h4 {
    font-size: 1.8rem;
    color: #000;
    line-height: 2.5rem;
    max-height: 5rem;
    max-height: 5rem\0;
    font-weight: normal;
    transition: color .5s;
    text-align: justify;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    -webkit-box-orient: vertical;
}

.list4 li h6 {
    font-size: 1.4rem;
    color: #006ec0;
    margin: 1rem 0 0;
    font-weight:normal;
}
 .list4 li:nth-child(1) .a {
    height: auto;
    padding-bottom: 2rem;
}
.list4 li:nth-child(1) .a .img {
    margin-bottom: 2rem;
}
 .list4 li .a {
    flex-direction: column;
    justify-content: center;
}
 .a:hover .slow .img_hezi, a:hover .slow .img_hezi, .slow:hover img ,  .zzsc .content .item .a:hover img{
        transform: scale(1.08);
        transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
    }
    .a:hover .slow .imgLi, a:hover .slow .imgLi, .slow:hover img {
        transform: scale(1.08);
        transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
    }
     .list4 li .a h4:hover, .list5 li .a h4:hover, .list6 li .a:hover h4{
        color: #0472cf;
    }


.title {
	margin: 5rem 0 3rem;
	overflow: hidden;
	position: relative;
}

.tit {
	color: #003f98;
	display: inline-block;
	padding-left: 5px;
	box-sizing: border-box;
	position: relative;
        font-weight:bold;
}

.tit::before {
	content: '';
	display: none;
	width: 40px;
	height: 40px;
	background: url(../images/ti.png) no-repeat;
	position: absolute;
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
}

.find {
	margin-left: 40px;
	display: inline-block;
	line-height: 2.94;
	color: #999;
	position: relative;
}

.find::before {
	content: '';
	display: block;
	width: 24px;
	height: 8px;
	background: url(../images/find.png) no-repeat;
	background-size: 24px 8px;
	position: absolute;
	right: -34px;
	top: calc(50% - 4px);
}

.more {
	display: inline-block;
	/* width: 160px; */
	background: #006ec0;
	height: 39px;
	line-height: 39px;
	padding: 0 65px 0 20px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.more::before {
	content: '';
	display: block;
	width: 38px;
	height: 13px;
	background: url(../images/more1.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.mode1ul, .mode01ul2 {
	margin: 0 -20px;
	/* overflow: hidden; */
	font-size: 0;
	box-sizing: border-box;

}

.mode1top {
	position: relative;
	width:49%;
        float:left;
	box-sizing: border-box;
	margin-bottom: 2.5rem;
	border-bottom: 0px dashed #e5e5e5;
}

.mode1top::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 0px dashed #e5e5e5;
	bottom: 5px;
	position: absolute;
	left: 0;
}

.mode1ul {
	position: relative;
	overflow: visible;
}

.mode1ul li.slick-current .mode1pic::before {
	/* content: ''; */
	display: block;
	position: absolute;
	width: 28%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	background: -o-linear-gradient(right, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(right, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
	background: linear-gradient(to right, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
	left: 0;
	top: 0;
	z-index: 2;
}

.mode1ul li.slick-current+li+li .mode1pic::after {
	/* content: ''; */
	display: block;
	position: absolute;
	width: 28%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	background: -o-linear-gradient(left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
	background: linear-gradient(to left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
	right: 0;
	top: 0;
}

.mode1ul .slick-arrow {
	border: none;
	text-indent: -888rem;
	width: 30px;
	height: 50px;
	line-height: 50px;
	margin-top: -65px;
	transition: all .3s ease-in-out;

}
.mode1ul:hover .slick-prev{
	background: rgba(255,255,255, .7) url(../images/mode1l.png) no-repeat center;
	background-size: 10px 20px;
}
.mode1ul .slick-prev {
	background: rgba(255,255,255, .4) url(../images/mode1l.png) no-repeat center;
	background-size: 10px 20px;
	left: 21px;
}
.mode1ul:hover .slick-next{
	background: rgba(255,255,255, .7) url(../images/mode1r.png) no-repeat center;
	background-size: 10px 20px;
}
.mode1ul .slick-next {
	background: rgba(255,255,255, .4) url(../images/mode1r.png) no-repeat center;
	background-size: 10px 20px;
	right: 20px;
}

.mode1ul .slick-arrow:after {
	background: none;
}

.mode01ul2 {
	margin: 0 -20px;
	box-sizing: border-box;
width:50%;
float:right;
}
.mode01ul2 .slick-list{
	padding-bottom: 120px;
	box-sizing:border-box;
}
.mode01ul2 .slick-arrow{
	background:none;
	border: none;
	text-indent: -8888rem;
	width: 30px;
	height: 50px;
	line-height: 50px;
}
.mode01ul2 .slick-prev {
    background: rgba(255,255,255, .7) url(../images/rr.png) no-repeat center;
    background-size: 10px 20px;
    left: -35px;
	top:40%;
}
.mode01ul2 .slick-next {
    background: rgba(255,255,255, .7) url(../images/ll.png) no-repeat center;
    background-size: 10px 20px;
    right: -35px;
	top:40%;
}
.mode1ul>li, .mode01ul2>li {
	width: 100%;
	display: inline-block;
}

.mode1ul .mode1ocm {
	display: block;
	margin: 0 20px;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.mode01ul2 li {
	margin-bottom: 1.2rem;
}

.mode01ul2 a {
	display: block;
	background: #fff;
	padding: 1.5rem;
	margin: 0 20px;
	box-sizing: border-box;
	position: relative;
	transition: all .3s ease-in-out;
	overflow: hidden;
	box-shadow: 0px 10px 20px 0px rgba(5, 54, 54, 0.1);
}
.mode01ul2 a:hover{
	background: #0472cf;
	}
.mode01ul2 a::after{
	content: '';
	display: block;
	width: 179px;
	height: 82px;
	
	background: url(../images/41.png) no-repeat;
	position: absolute;
	right: -2px;
	bottom: -5px;
	z-index: 2;
	transition: all .3s ease-in-out;
}
.mode01ul2 li:hover a::after {
    content: '';
    display: block;
    width: 186px;
    height: 85px;
    background: url(../images/42.png) no-repeat;
    position: absolute;
    right: -22px;
    bottom: -15px;
    transition: all .3s ease-in-out;
}
.mode1pic {
	padding-bottom: 26.6rem;
	position: relative;
}

.mode1boxmin {
	overflow: hidden;
	padding: 1.8rem;
	box-sizing: border-box;
	position: relative;
	background: #0472cf;
}

.mode1box {
	display: block;

	border: 0px solid #e5e5e5;
	border-top: none;
	position: relative;
	/* margin-bottom: 30px; */
}

.mode1ul>li:hover .mode1box {
	border: 0px solid rgba(255, 255, 255, 0);
}

.mode1box::after {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #006ec0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s ease-in-out;
}

.mode1ul li:hover .mode1box {
	box-shadow: 0px 10px 20px 0px rgba(14, 82, 83, 0.15);
}




.date {
	width: 77px;
	font-family: 'Noto Serif SC';
	position: relative;
	z-index: 2;
}
.date::before {
	content: '';
	display: block;
	width: 1px;
	height: 44px;
	background: #e5e5e5;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mode1ul .mode1box:hover .date::before {
	background: rgba(255, 255, 255, .2);
}
.mode1ul .mode1box:hover .day {
	color: #f5ac1a;
}
.day {
	font-size: 3rem;
	color: #006ec0;
	font-weight: bold;
	padding-left: 8px;
}
.year {
	line-height: 26px;
	color: #666;
	letter-spacing: 1px;
}
.mode1ul .mode1box:hover .year {
	color: rgba(255, 255, 255, .88);
}
.mode1r {
	/* margin-left: 100px; */
	line-height: 2.5rem;
	height: 5rem;
	color: #fff;
	/* padding: 10px 0; */
	box-sizing: border-box;
	position: relative;
	z-index: 2;    
	transition: all .3s ease-in-out;
}
.mode1ul .mode1box:hover .mode1r {
	color: #eee;
	transform: translateX(5px);
}
.mode1dl dd {
padding-top:1rem;
padding-bottom:1rem;
	margin-bottom: 2rem;
box-shadow: 0px 10px 20px 0px rgba(5, 54, 54, 0.1);
}
.mode1dl a {
	display: block;
	padding-left: 22px;
	box-sizing: border-box;
	position: relative;
	transition: all .3s ease-in-out;
}

.mode1dl a:hover .mode1dltxt {
	transform: translateX(5px);
color:#0472cf;
}

.mode01ul2 li:hover:hover a {
	transform: translateX(5px);
}

/*通知公告*/
.bgfg .homeb{
width:100%;
background:#fafafa url(../images/noticebg2.jpg) no-repeat bottom center/ cover;
padding:3rem 0 6rem;
}
.bgfg .homeb .title .tit{
	padding-left: 5px;
        padding-bottom:6px;
	box-sizing: border-box;
	position: relative;
        font-weight:bold;
}
.bgfg .homeb .title .tit::after{
content: '';
width:18rem;
height:3rem;
background:url(../images/title_bg01.png) no-repeat bottom left;
position: absolute;
left:-.1rem;
bottom:-.1rem;
z-index:-1;
background-size: 100% auto;
opacity: .4;
}

.bgfg{position: relative;top:0px;}


.m-swiper2{ overflow:hidden;}
.swiper-e2-idx.swiper-e2 .desc {
    display: none
}
.swiper-e2-idx.swiper-e2 .con {
    background:#f5f5f5 url() no-repeat bottom right;
    height: auto;
    padding: 3rem 2rem;
    box-shadow: 0 1rem 1rem rgba(73, 45, 171, .2);
    margin: 0 1rem;
    position: relative;
    z-index:3;
    border-radius: .5rem .5rem 0 0;
}
.swiper-e2-idx.swiper-e2 .con:before {
    content: '';
    display: block;
    width: 100%;
    height: .08rem;

    margin-bottom: .15rem;
    background-size: .99rem .08rem;
}
.swiper-e2-idx.swiper-e2 .con:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/noticebg.jpg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: -1;
}

.swiper-e2-idx.swiper-e2 .con .time{
 width: 4rem;
    background: url(../images/line.png) no-repeat left center;
}
.swiper-e2-idx.swiper-e2 .con .time span {
    display: block;
    font-family: "Philosopher";
    font-size: 3rem;
    color: #6510ad
}
.swiper-e2-idx.swiper-e2 .con .time span:nth-child(1) {
    padding-bottom: 1rem
}
.swiper-e2-idx.swiper-e2 .con .time span:nth-child(2) {
    padding-top: 1rem;
    font-size: 2rem;
}
.swiper-e2-idx.swiper-e2 .tit {
    margin-bottom: 0
}
.swiper-e2-idx.swiper-e2 .con:hover::after {
    opacity: .9;
}
.swiper-e2-idx.swiper-e2 .con:hover .time {
    background: url(../images/line2.png) no-repeat left center;
}
.swiper-e2-idx.swiper-e2 .con:hover .time span {
    color: #fff;
}
.swiper-e2-idx.swiper-e2 .con:hover .txt a {
    color: #fff;
}

.swiper-e2-idx.swiper-e2 .pic {
    margin-bottom: 10px
}
.swiper-e2.swiper-e2-idx .swiper-slide-next .pic {
    padding-top: 69.8%
}
.m-swiper-e1 .swiper-button-next:after,
.m-swiper-e1 .swiper-button-prev:after,
.m-swiper-e1 .swiper-container-rtl .swiper-button-next:after,
.m-swiper-e1 .swiper-container-rtl .swiper-button-prev:after,
.swiper-e2 .swiper-button-next:after,
.swiper-e2 .swiper-button-prev:after,
.swiper-e2 .swiper-container-rtl .swiper-button-next:after,
.swiper-e2 .swiper-container-rtl .swiper-button-prev:after {
    display: none
}
.m-swiper-e1 .swiper-button-next,
.m-swiper-e1 .swiper-button-prev,
.swiper-e2 .swiper-button-next,
.swiper-e2 .swiper-button-prev {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 0;
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 44px;
    background-size: 27px auto;
    z-index: 3;
    opacity: .8;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}
.m-swiper-e1 .swiper-button-next:hover,
.m-swiper-e1 .swiper-button-prev:hover,
.swiper-e2 .swiper-button-next:hover,
.swiper-e2 .swiper-button-prev:hover {
    opacity: 1
}
.m-swiper-e1 .swiper-button-prev,
.swiper-e2 .swiper-button-prev {
    left: 0;
    background-image: url(../images/e-prev.png)
}
.m-swiper-e1 .swiper-button-next,
.swiper-e2 .swiper-button-next {
    right: 0;
    background-image: url(../images/e-next.png)
}
.m-swiper2 .swiper-slide {
    padding-bottom: 75px
}
.m-swiper2 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 7px
}
.swiper-e2 .swiper-button-prev {
    right: auto;
    left: 30%;
    margin-left:0;
    bottom: 4px !important;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 20
}
.swiper-e2 .swiper-button-prev:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}
.swiper-e2 .swiper-button-next {
    right: 30%;
    left: auto;
margin-right:0;
    bottom: 4px !important;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 20
}
.swiper-e2 .swiper-button-next:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}
.swiper-e2 .date {
    font-size: 1.8rem;
    font-weight: 400;
    color: #9f2936;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-bottom: 10px
}
.swiper-e2 .tit {
    font-size:1.8rem;
    font-weight: normal;
    color: #333;
    height: 9rem;
    line-height: 3rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .3rem;
    display: block;
}
.swiper-e2 .con .tit span {
    background-image: linear-gradient(#333, #333);
    background-position: 0 100%;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .5s ease-in-out;
    -webkit-transition: background-size .5s ease-in-out;
    -moz-transition: background-size .5s ease-in-out;
    -ms-transition: background-size .5s ease-in-out;
    -o-transition: background-size .5s ease-in-out
}
.swiper-e2 .con:hover .tit span {
    background-size: 100% 2px;
}

.swiper-e2 .desc {
    font-size: 16px;
    color: #333;
    height: 7.6em;
    line-height: 1.9;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}
.swiper-e2 .con {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    height: 750px;
    padding: 50px 0 41px;
    background-image: url(../images/e-pic18.jpg);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center
}
.swiper-e2 .pic {
    position: relative;
    padding-top: 69.8%;
    height: 0;
    margin-bottom: 37px;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}
.swiper-e2 .swiper-slide .con .txt {
  font-size: 16rem;
    line-height: 1.6;  
width:calc(100% - 5rem);
}
.swiper-e2 .pic img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}
.swiper-e2 .con:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08)
}

.swiper-e2 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 0;
    background: 0 0;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 2rem;
    font-family: Arial;
    vertical-align: middle;
    color: #ffffff;
    opacity: .5;
    margin: 0 10px !important;
    position: relative;
    top: .02rem;
}
.swiper-e2 .swiper-pagination-bullet-active {
    opacity: 1;
    font-size: 2.6rem;
    font-family: Impact;
    top: 0
}
.ul-num-e1 {
    text-align: center
}
.ul-num-e1 li {
    display: inline-block;
    text-align: center
}
.ul-num-e1 .num {
    font-size: 2rem;
    font-family: Arial;
    font-weight: 400;
    color: #217050;
    opacity: .5
}
.ul-num-e1 .on .num {
    opacity: 1;
    font-size: 2rem;
    font-family: Impact
}
.m-swiper-e1-mobile {
    display: none
}



.mode1dltxt {
	line-height: 2.5rem;
	min-height: 5rem;
	max-height: 5rem;
	color: #333;
	margin-bottom: .5rem;
	position: relative;
	z-index: 4;
transition: all .3s ease-in-out;
}
.mode01ul2 a:hover .mode1dltxt {
	color: #fff;
}

.date2 {
	color: #006ec0;
	line-height: 2.5rem;
	font-family: 'Noto Serif SC';
	letter-spacing: 1px;
	position: relative;
	z-index: 4;
}
.mode01ul2 a:hover .date2 {
	color: #eee;
}


.mode01ul2 .slick-dots li {
	width: 30px;
	height: 4px;
	margin: 0 10px;
}

.mode01ul2 .slick-dots li button {
	background: #fff;
	border-radius: 0;
	height: 4px;
	opacity: 1 !important;
}

.mode01ul2 .slick-dots li.slick-active button {
	background: #f5ac1a;
}


/* wrap_mode02 */
.wrap_mode02 {
	position: relative;
	overflow: hidden;
}

.mode2con::before {
	content: '';
	display: block;
	/* box-shadow: 10px 0px 20px 0px rgba(39, 146, 147, 0.05); */
	width: 13.1%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
}

.mode2con::after {
	content: '';
	display: block;
	width: 50.1%;
	height: 100%;
	
	position: absolute;
	right: 0;
	top: 0;
}

.wrap_mode02::before {
	content: '';
	display: block;
	position: absolute;
	width: 346px;
	height: 128px;
	left: 0;
	top: 60px;

	background-size: cover;
}

.wrap_mode02::after {
	content: '';
	display: block;
	position: absolute;
	width: 579px;
	height: 305px;
	right: 0;
	bottom: -35px;
	z-index: 0;
}

.mode2con {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fafafa;
}

.mode2 {
	position: relative;
	z-index: 1;
	padding-bottom: 0px; 
}

.mode2 .title {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.mode2l {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 5rem;
	box-sizing: border-box;
	padding-top: 5rem;
	background: #fafafa;
	position: relative;
	z-index: 3;
}

.mode2r {
	width: 36%;
	padding-left: 40px;
	padding-top: 60px;
	box-sizing: border-box;
	position: relative;
	z-index: 4;
	overflow: hidden;
}

.more2 {
	display: inline-block;
	padding-right: 40px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 50%;
	color: #006ec0;
	transform: translateY(-50%);
	z-index: 1;
}

.more2::before {
	content: '';
	display: block;
	width: 38px;
	height: 13px;
	background: url(../images/more2.png) no-repeat center right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.mode2ul, .mode2ul2 {
	margin: 0 -20px;
	font-size: 0;
}

.mode2ul2 {
	padding-bottom: 4rem;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.mode2ul .slick-list {
	overflow: visible;
}
.mode2ulbox, .mode2ul2 .item {
	margin: 0 20px;


}
.mode2ul li {
	width: 33.3%;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.mode2ul li .mode2pic {
	transition: all 1s ease-in-out;
	overflow: hidden;
}

.mode2ul li .mode2ulbox {
	position: relative;
	transition: all 3s ease-in-out;
}

.mode2ul li.slick-active .mode2ulbox {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.mode2ul li.slick-active {
	height: 100%;
	overflow: visible;

}

.mode2ul li.slick-active .mode2pic {
	padding-bottom: 56.14%;
}

.mode2ul li.slick-active .mode2top {
	box-shadow: 0px 20px 46.75px 8.25px rgba(0, 0, 0, 0.06);

}

.mode2top {
	display: block;
	margin-bottom: 35px;
	box-shadow: 0px 20px 46.75px 8.25px rgba(0, 0, 0, 0.06);
}



.mode2info {
	padding: 15px 20px;
	box-sizing: border-box;
}

.mode2toptit {
	line-height: 26px;
	min-height: 52px;
	color: #333;
	margin-bottom: 10px;
}

.date3 {
	color: #18389f;
	line-height: 26px;
	letter-spacing: 1px;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.date3::before {
	content: '';
	display: block;
	width: 20px;
	height: 26px;
	position: absolute;
	left: 0;
	background-size:80%;
	background:url(../images/time3.png) no-repeat left center;
}

.mode4ul1 a:hover .date3::before{
	color:#fff;
	background:url(../images/time31.png) no-repeat left center;
	}
	
.date5{
	color: #eee;
	line-height: 26px;
	font-family: 'Noto Serif SC';
	letter-spacing: 1px;
	padding-left: 23px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}
.date5::before {
    content: '';
    display: block;
    width: 20px;
    height: 26px;
    position: absolute;
    left: 0;
    background: url(../images/time31.png) no-repeat left center;
}

.mode2dl .mode1dltxt {
 background: url(../images/dot01.png) no-repeat left center;
background-size:20px;
padding-left:30px;
	min-height: 26px !important;
}

.mode2ul2 .slick-dots li {
	width: 30px;
	height: 3px;
	margin: 0 10px;
}

.mode2ul2 .slick-dots li button {
	background: #1d65e9;
	border-radius: 0;
	height: 5px;
	opacity: 1 !important;
}

.mode2ul2 .slick-dots li.slick-active button {
	background: #f5ac1a;
}

.mode2rul li {
	margin-bottom: 13px;
}

.mode2rul li a {
	padding: 16px 30px 20px;
	background: #fff;
	transition: all .3s ease-in-out;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.mode2rul li:hover a {
	transform: translateX(5px);
	background: #f6f6f6;
}

.mode2rul li:hover .mode2rtxt {
	color: #006ec0;
	font-weight: bold
}

.date4 {
	font-family: 'Noto Serif SC';
	width: 62px;
	height: 68px;
	background: #006ec0;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	padding: 0px 0;
	box-sizing: border-box;
}



.year4 {
	line-height: 24px;
	display:block;
	
}

.day4 {
	line-height: 1.3em;
	border-bottom: 1px solid #cdcdcd;
}

.mode2rright {
	margin-left: 90px;
}

.mode2rtxt {
	line-height: 28px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

.mode2sercours {
	line-height: 24px;
	color: #666;
}

/* wrap_mode03 */

.wrap_mode03 {
	padding-bottom: 90px;
	box-sizing: border-box;
	/* background: url(../images/mode3bg.png) no-repeat;
	background-size: cover; */
	position: relative;
	z-index: 0;
}

.wrap_mode03::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: calc(89% / 19.2);
	
}

.wrap_mode03::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/mode3bg2.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.mode03 {
	overflow: hidden;
	padding-top: 60px;
	box-sizing: border-box;
}

.mode03 .title {
	margin-top: 0;
	/* padding-top: 64px; */
	box-sizing: border-box;
}

.mode03 .title .tit, .mode03 .title .more2 {
	color: #fff !important;
}

.mode03 .title .tit::before, .mode07 .title .tit::before {
	background: url(../images/ti3.png) no-repeat;
	background-size:100%;
}

.mode3l {
	width: 800px;
	overflow: hidden;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.mode3pic {
	overflow: hidden;
}

.mode3l a {
	display: block;
	position: relative;
	overflow: hidden;
}

.mode3l a::before {
	content: '';
	display: block;
	width: 100%;
	height: 157px;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -1px;
	background: rgba(0, 0, 0, .77);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0));
}

.mode3txt {
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6;
	line-height: 26px;
	width: 100%;
}

.mode3info {
	margin-bottom: 5px;
}

.mode3l .slick-dots li {
	width: 30px;
	height: 5px;
	margin: 0 10px;
}

.mode3l .slick-dots li button {
	background: #fff;
	border-radius: 0;
}

.mode3l .slick-dots li.slick-active button {
	background: #f5ac1a;
}

.mode3r {
	width: calc(100% - 840px);
	background: rgba(0, 0, 0, .2);
	padding: 3rem;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.mode3ulr li {
	margin-bottom: 2.5rem;
}

.mode3ulr li:last-child {
	margin-bottom: 0;
}

.mode3ulr li:last-child a {
	border: none;
}

.mode3ulr li a {
	display: block;
	position: relative;
	padding-left: 2px;
	padding-bottom: 1.5rem;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
	line-height: 2.6rem;
	border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.mode3ulr {
	margin-bottom: .5rem;
}

.mode3ulr li:hover a {
	transform: translateX(5px);
}



/* wrap_mode04 */

.wrap_mode04 {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background:url(../images/mode04.jpg) no-repeat top center;
	background-size:cover;
	background-attachment:fixed;
}

.mode4 {
	/* overflow: hidden; */
	margin-bottom:50px;
}
.mode4 .pic{}
.mode4 .title{text-align: left;
    padding: 0px 0; width:100%;}
.mode4 .text{background: #006ec0;
    min-height:220px;
    color: #fff;
    width: 50%;
    position: relative;
    position: absolute;
    right: 0px;
    bottom: 60px;}
.mode4 .text .inner {
    padding: 20px 30px;
    display: -ms-flexbox;
    display: flex;
}	
.mode4 .text .l {
    width: 150px;
    margin-right: 40px;
}
.mode4 .text .r {
    -ms-flex: 1;
    flex: 1;
}
.mode4 .text .h {
    font-size: 20px;
	line-height: 1.8;
}
.mode4 .text .h a{
	color:#fff;
}
.mode4 .text .p {
    margin-top: 15px;
	line-height: 1.6;
    text-align: left;
	font-size:16px;
}

.mode4 .more2 {
	margin: 0;
}

.mode4ulr{width:100%;}
.mode4ulr li {
	margin-bottom: 15px;
}

.mode4ulr li:last-child {
	margin-bottom: 0;
}

.mode4ulr li:last-child a {
	border: none;
	padding-bottom:0;
}

.mode4ulr li a {
	display: block;
	position: relative;
	padding-left: 0px;
	padding-bottom: 16px;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
	line-height: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.mode4ulr li:hover a {
	transform: translateX(5px);
}

.mode4l {
	width: 60%;
	overflow: hidden;
	padding-bottom: 12rem;
	box-sizing: border-box;
	margin-top:0px;
	background:url(../images/xiangyun01.png) no-repeat left bottom;
}

.mode4pic {
	overflow: hidden;
	 padding-bottom: 53.2%;
	
}
.mode4l a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mode4l a::before {
	content: '';
	display: block;
	width: 100%;
	height: 157px;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -1px;
	background: rgba(0, 0, 0, .77);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0));
}
.mode4txt {
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6;
	line-height: 26px;
	width: 100%;
}
.mode4info {
	margin-bottom: 5px;
}
.mode4l .slick-dots{
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center;
    bottom: 14rem;
}
.mode4l .slick-dots li {
	width: 30px;
	height: 5px;
	margin: 0 10px;
}
.mode4l .slick-dots li button {
	background: #fff;
	border-radius: 0;
}

.mode4l .slick-dots li.slick-active button {
	background: #f5ac1a;
}


/* mode4r */
.mode4ul2 li {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.mode4ul2 li a {
	display: block;
	position: relative;
	padding-left: 16px;
	box-sizing: border-box;
	border-left: 1px solid #e5e5e5;
	line-height: 26px;
	color: #333;
	transition: all .3s ease-in-out;

}

.mode4ul2 li a::before {
	content: '';
	display: none;
	width: 2px;
	height: 18px;
	background: #006ec0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-in-out;
}

.mode4ul2 li:hover .mode4info {
	color: #006ec0;
}

.mode4ul2 li:hover a {
	transform: translateX(5px);
	border-left: 1px solid #006ec0
}

.mode4ul2 li:hover a::before {
	top: 100%;
	margin-top: -18px;
}

.mode4info {
	margin-bottom: 10px;
}

/* wrap_mode05 */
.wrap_mode05 {
	position: relative;
	z-index: 0;
	padding-bottom: 60px;
	box-sizing: border-box;
	overflow: hidden;
}



@keyframes bg {
	0% {
		transform: translate(5px, 5px);
		opacity: 1;
	}

	33% {
		transform: translate(-0px, -5px);
		opacity: .8;
	}

	60% {
		transform: translate(-40px, 0px);
		opacity: .8;
	}

	100% {
		transform: translate(5px, 5px);
		opacity: 1;
	}
}

.wrap_mode05 .more2 {
	margin-top: 0;
}

.mode05 ul {
	margin: 0 -5px;
	overflow: hidden;
	font-size: 0;
}

.mode05 li {
	margin-bottom: 10px;
}

.mode05 ul a {
	display: block;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
}

.mode05 ul a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -1px;
	background: rgba(0, 0, 0, .55);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.mode5pic {
	padding-bottom: 46.2%;
}

.mode5txt {
	padding: 5px 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(0,0,0,0.3);
}

.mode5info {
	padding-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	color: #fff;
}

.mode5info p {
	line-height: 26px;
	color: #fff;
}

.mode5info::before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #006ec0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mode5ul1 li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.mode5ul1 li.lg {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.mode5ul2 {
	font-size: 0;
	margin: 0 -5px;
}

.mode5ul2 li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.mode5ul2 li.lg {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.mode5pic2 {
	padding-bottom: 93.6%;
}


/* mode08 */

.wrap_mode08 {
background:url(../images/mode08bg.jpg) no-repeat center / cover;
	position: relative;
	z-index: 0;
	padding-bottom: 50px;
	box-sizing: border-box;
	overflow: hidden;
}


.mode08 .title {
	margin-top: 60px;
}

.wrap_mode08 .more2 {
	margin-top: 0;
}

.mode08 ul {
	margin: 0 -5px;
	overflow: hidden;
	font-size: 0;
	width:50%;
	display: inline-block;
}

.mode08 li {
	margin-bottom: 10px;
}

.mode08 ul a {
	display: block;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
}

.mode08 ul a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -1px;
	background: rgba(0, 0, 0, .55);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.mode8pic {
	padding-bottom: 74%;
}

.mode8txt {
	padding: 5px 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(0,0,0,0.3);
}

.mode8info {
	padding-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	color: #fff;
}

.mode8info p {
	line-height: 26px;
	color: #fff;
}

.mode8info::before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #006ec0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mode8ul1 li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.mode8ul1 li.lg {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.mode8ul2 {
	font-size: 0;
	margin: 0 -5px;
	width:50%;
	display: inline-block;
}

.mode8ul2 li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.mode8ul2 li.lg {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.mode8pic2 {
	padding-bottom: 73.6%;
}



/* mode7 */

.wrap_mode07 {
	position: relative;
	min-height: 200px;
	padding-top: 80px;
	padding-bottom: 80px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 0;
	margin-top: 0px;
	background: url(../images/77.png) center no-repeat;
	background-size: cover;
	margin-bottom:0px;
	z-index:9;
}

.wrap_mode07::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	padding-bottom: calc(85% / 19.2);
	background: url(../images/mode4bgaf.png) center bottom no-repeat;
	background-size: cover;
	z-index: 2;
	display: none;
}

.wrap_mode07::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/7bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

.mode07 {
	position: relative;
	z-index: 8;
}

.mode07 .title {
	margin-top: 0;
}

.mode07 .title .tit, .mode07 .title .more2 {
	color: #fff;
}

.mode07 .title .more2 {
	margin-top: 0;
}

.mode7ul {
	margin: 0 -20px;
	font-size: 0;
}

.mode7ul li {
	width: 19.9%;
	display: inline-block;
	vertical-align: middle;
	transition: all 1s ease-out 0s;
}
	
.mode7ul li a {
	display: block;
	margin: 0 40px;
	position: relative;
	transition: all 0.2s ease-in-out;
}


.mode7box {
	position: relative;
}

.mode7img {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin-bottom: 15px;
}

.mode7article{
	line-height:26px;
	height:52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	transition: all 0.2s ease-in-out;
	display: -moz-box;
	margin-bottom: 10px;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}
.mode7dl {
	position: relative;
	z-index: 3;
}



.mode7pic {
	padding-bottom: 190.47%;
	transition: all 0.2s ease-in-out;
}

.mode7dl p {
	padding-left: 2px;
	box-sizing: border-box;
	line-height: 30px;
	position: relative;
	color: #fff;
	font-size:18px;
}


.mode7dl p::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 9px;
	background-size: cover;
}


.mode7dl dd:nth-child(1) p::before {
	background: url(../images/shijian.png) no-repeat;
}

.mode7dl dd:nth-child(2) p::before {
	background: url(../images/didian.png) no-repeat;
}

.mode7dl dd:nth-child(3) p::before {
	background: url(../images/renwu.png) no-repeat;
}






/*横条链接*/

.nav-back{width:100%; max-width: 1400px; padding-left: 0px; opacity: 0; transform: translate(0,60px); padding-right: 0px; position: relative; padding-top: 0px; margin:0 auto; margin-top: 0px; z-index: 100; margin-bottom: 0px; transition: 0.5s all; height: 110px;}
.nav-back ul li{ float: left; width: 16.66%; border-right: solid 0px #eee; position: relative; margin-bottom:20px; }
.nav-back ul li img{ width:40%; margin:0 auto;transition: all 0.5s;cursor:pointer;}
.nav-back ul li a:hover img {transform: rotate(360deg);-weibit-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);-moz-transform: rotate(360deg);}
.nav-back ul li a{ display: block; color: #000; padding:5px 0;font-size:16px; }
.nav-back ul li a:hover{ color:#dab96b;}
.nav-back ul li:last-child{ border:none; }
.nav-back.active{ opacity: 1; transform: translate(0,0px); }
.nav-back .caret{border:none;width:8px;height:8px;transform:rotate(-45deg);}

.sy-tongdao .text-center .slick-prev {
	width: 30px;
	height: 55px;
	top: 52%;
	left: 0px;
	z-index: 200;
	background: url("../images/rr.png") 0 0 no-repeat;
}
.sy-tongdao .text-center .slick-prev:hover {
	background: url("../images/rr.png") 0 0 no-repeat;
}
.sy-tongdao .text-center .slick-next {
	width: 30px;
	height: 55px;
	top: 52%;
	right: 0px;
	z-index: 200;
	background: url("../images/ll.png") 0 0 no-repeat;
}
.sy-tongdao .text-center .slick-next:hover {
	background: url("../images/ll.png") 0 0 no-repeat;
}

.nav-logo{ margin-top: 8px; }
.nav-logo img{
	vertical-align: middle;
	}
.img-box{ height: 363px; transition: 0.3s all; }
.img-lg a{ display: block; position: relative; overflow:hidden; margin-bottom: 40px; }
.img-lg a span{ position: absolute; left: 0; right: 0; bottom: 0; height: 100px; background: url(../images/txt-span.png) center no-repeat; background-size: 100% 100%; font-size: 18px; color: #fff; padding:55px 35px 0 35px; }
.row-box .col-xs-6{ padding:0 20px; }
.row-box{ margin:0 -20px; }
.img-lg a:hover .img-box{ transform: scale(1.05,1.05); }
.img-ul li{ float: left; width: 50%; padding:0 12px; margin-bottom: 40px; }
.row-box .img-ul li .img-ul-bottom{ background: #fff; }
.img-ul li .img-ul-bottom .img-ul-date{color:#af201e;}
.img-ul li .img-ul-bottom{background:#fafafa;}
.img-ul li a:hover .img-ul-tt{color:#003f98;}
.img-ul{ margin:0 -12px; }
.img-ul-top{ position: relative; padding-top: 63%;box-sizing:border-box;transition: 0.3s all; }
.img-ul-top img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;box-sizing:border-box; padding:10px;}
.text-center {
    text-align: center;
}



/* mode06 */
.wrap_mode06 {
	padding: 40px 0 200px;
	background: url(../images/dzvc_bg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	/* margin: -110px 0 0; */
	z-index: 0;
}
.mode06 {
	padding-bottom: 0px;
	overflow: hidden;
}
.index_06 {
	margin: 0 -20px;
}
.index_06 .img_box {
	margin: 0 20px;
	background: #fff;
	border-radius: 50%;
	padding: 25px;
	border: 1px dashed #006ec0;
	position: relative;
}

.index_06 .img_box::before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 2px solid #006ec0;
	border-radius: 50%;
	opacity: .55;
}

.index_06 .title {
	margin: 10px 0 0;
	text-align: center;
	color: #333;
	line-height: 26px;
	transition: all .3s ease-in-out;
}

.index_06 .item:hover .img_box, .index_06 .item:hover .img_box::before {
	border-color: #f6ac19;
}

.index_06 .item:hover .title {
	font-size: 20px;
}

.index_06 .swiper_box {
	overflow: hidden;
}

.index_06 .swiper-pagination {
	bottom: 0;
	left: 0;
	right: 0;
}

.index_06 .swiper-pagination-bullet {
	width: 22px;
	height: 25px;
	background: url(../images/mode06_dot1.png) center no-repeat;
	margin: 0 15px;
	opacity: 1;
	border-radius: 0;
}

.index_06 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-image: url(../images/mode06_dot2.png);
}


@media screen and (max-width:1640px) {
	.banner .slick-dots {
		right: 100px
	}
	.mode01ul2 .slick-prev{
		left: calc(50% - 50px);
	}
	.mode01ul2 .slick-next{
		right: calc(50% - 50px);
	}
	.mode01ul2 .slick-arrow{top: auto;bottom: 60px;width: 35px;height: 35px;}
        

}

@media screen and (max-width:1460px) {
	.mode3l {
		width: 700px;
	}

	.mode3r {
		width: calc(100% - 740px);
	}

	
	.mode1pic {
	padding-bottom: 55.18%;
	position: relative;
}

}

@media screen and (max-width:1360px) {
	.mode3l {
		width: 600px;
	}

	.mode3r {
		width: calc(100% - 640px);
	}

	.mode3ulr li:nth-last-child(2) {
		display: none;
	}

	

		
}

@media screen and (max-width:1240px) {
	.mode2rul li:nth-last-child(1) {
		display: none;
	}

	.mode3l {
		width: 500px;
	}

	.mode3r {
		width: calc(100% - 540px);
	}

	.mode4ul1 {
		margin: 0 -13px;
	}

	.mode4ul1 a {
		margin: 0 13px;
	}

	.mode4r {
		width: calc(38.8% - 53px);
	}

	.mode7img {
		/* width: 160px; */
	}


	.mode7box {
		/* padding: 20px 18px 25px 30px; */
	}

	.mode7ul li a::before, .mode7ul li a::after {
		left: 15px;
	}

	.mode7ul li:hover dd p::before {
		left: 0;
	}

	.mode7ul li:hover dd p {
		padding-left: 25px;
	}
}

@media screen and (max-width:1100px) {
	.mode1boxmin {
		padding: 15px;
	}

	.mode1ul .slick-arrow {
		margin-top: -57px;
	}

	.mode1ul .slick-prev {
		left: 10px;
	}

	.mode1ul .slick-next {
		right: 10px;
	}

	.date {
		width: 68px;
	}

	.mode01ul2{
		margin: 0 -10px;
	}
	.mode01ul2 a{
		margin: 0 10px;
	}
	.mode1ul .mode1ocm {
		margin: 0 10px;
	}


	.mode1ul {
		margin: 0 -10px;
	}

	.wrap_mode07 {
		background: #006ec0;
		padding-top: 54px;
		margin-top: 0;
		padding-bottom: 30px;
	}

	.wrap_mode05::before {
		display: none;
	}

	.wrap_mode07::after, .wrap_mode07::before {
		display: block;

	}

	.wrap_mode05 {
		padding-bottom: 40px;
	}

	.gp-f36 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.gp-f18 {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.wrap_mode06 {
		padding: 25px 0 130px;
	}

	.index_06 .swiper-pagination {
		bottom: 0;
	}

	.title {
		margin: 45px 0 25px;
	}

	.mode3ulr li:nth-last-child(3) {
		display: none;
	}


	.mode7box {
		/* padding: 20px 18px 25px 30px; */
	}

	.footer::before {
		width: 100px;
		background-size: 100%;
	}

	.mode7ul li:hover .mode7box {
		padding: 24px 14px;
	}

}

@media screen and (max-width: 997px) {



.nav-back {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-top: 15px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
    height: auto;
    padding-bottom: 15px;
    background: none;
    box-shadow: 0 0 0px rgb(0 0 0 / 10%);
}
.nav-back ul li {
    float: left;
    width: 25%;
    border-right: solid 0px #ececec;
    position: relative;
}
.nav-logo{ display: none; }



.rmt-list {
    text-align: center;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.rmt-tt {
    font-size: 16px;
}


	.mode2con::after {
		display: none;

	}

	.wrap_mode01 {
		padding-bottom: 10px;
	}

	.banner .swiper-pagination-bullet {
		margin-left: 25px;
	}

	.banner {
		margin-top: 0
	}

	.date4 {
		height: 62px;
	}

	.year4 {
		margin-bottom: 2px;
	}

	.mode2rul li a {
		box-shadow: none;
		padding: 0;
		background: none;
	}

	.banner .slick-dots {
		right: auto;
		left: 30px;
		width: 26px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%)
	}

	.banner .slick-dots li {
		width: 24px;
		height: 24px;
		margin: 13px 0 0;
		opacity: .5
	}

	.banner_btns {
		bottom: 30px;
	}

	.banner .slick-img {
		height: 0;
		padding-bottom: 47.92%;
	}

	.banner .banner_btns {
		right: auto;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}

	.scroll {
		padding-top: 0 !important;
	}

	.mode2l, .mode2r {
		width: 100%;
		float: none !important;
		padding-top: 0px;
	}

	.mode2l {
		padding-right: 0;
		position: relative;
	}

	.mode2l::after {
		content: '';
		display: block;
		width: calc(100% + 30px);
		height: 100%;
		background: #eaf4f4;
		position: absolute;
		left: -15px;
		top: 0px;
	}

	.mode2ul .slick-dots li button {
		background: #fff
	}

	.mode2r {
		padding-left: 0;
		height: auto !important;
		padding-top: 30px;
	}

	.mode2rul li:nth-last-child(1) {
		display: block !important;
		margin-bottom: 35px;
	}

	.mode2ul2 .slick-dots li button {
		background: #1d65e9;
	}

	.gp-f36 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.tit::before {
		width: 30px;
		height: 30px;
	}

	.tit {
		padding-left: 40px;
	}

	.title {
		margin: 35px 0 20px;
	}

	.mode4r .title {
		margin-top: 10px;
		padding-top: 35px;
		position: relative;
		z-index: 1;
	}

	.mode2 {
		/* padding-top: 35px; */
		position: relative;
		z-index: 1;
	}

	.mode2ul2 {
		margin: 0 -10px;
	}

	.mode2con {
		padding-top: 0;
	}

	.mode1dl dd {
		margin-bottom: 20px;
	}

	.mode2l {
		padding-bottom: 30px;
		box-shadow: none;
		padding-top: 30px;
	}

	.more2 {
		/* margin-top: 18px; */
	}

	.mode3l, .mode3r {
		width: 100%;
		float: none !important;
	}

	.mode3r {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.mode03 {
		padding-top: 35px;
	}

	.wrap_mode03 {
		padding-bottom: 25px;
	}

	.mode4l, .mode4r {
		width: 100%;
		float: none !important;
	}

	.mode4r {
		position: relative;
	}

	.mode4r .more2 {
		margin-top: 15px;
	}

	.mode4r::after {
		content: '';
		display: block;
		width: calc(100% + 30px);
		height: calc(100% + 35px);
		background: #eaf4f4;
		position: absolute;
		left: -15px;
		top: 0px;
	}

	.mode4ul1 li:last-child {
		margin-bottom: 0;
	}

	.mode7ul li {
		width: 25% !important;
		/* margin-bottom: 20px; */
	}

	.wrap_mode06 {
		padding: 30px 0 66px;
	}

	.mode7ul {
		height: auto !important;
		margin: 0 -10px;
	}

	.mode7ul li a {
		margin: 0 10px;
	}

	.mode7ul li {
		margin-bottom: 20px;
	}

	.index_06 .swiper-pagination {
		bottom: 0;
	}

	.mode2ulbox, .mode2ul2 .item {
		margin: 0 10px;
	}

	.mode2ul {
		margin: 0 -10px;
		/* padding-bottom: 20px; */
		position: relative;
		z-index: 1;
	}


}

@media screen and (max-width:768px) {
	.banner_btns {
		bottom: 10px;
	}
	.find{
		line-height: 30px;
		margin-left: 25px;
	}
	.banner .swiper-pagination-bullet {
		/* width: 20px; */
		/* height: 20px; */
		margin: 0 10px;
	}
	
	.mode7ul li {
		width: 50% !important;
	}

	.wrap_mode06 {
		padding: 30px 0 0px;
	}

	.index_06 .swiper-pagination {
		bottom: 58px;
	}

	.mode1ul .slick-dots li, .index_06 .swiper-pagination-bullet {
		margin: 0 5px;
	}

	.index_06 .swiper-pagination-bullet, .banner .swiper-pagination-bullet, .mode1ul .slick-dots li button {
		/* transform: scale(.8); */
	}

	.index_06 ul li {
		transform: scale(.8) !important;
	}

	.mode4box::after {
		width: 149px;
		height: 52px;
		background-size: contain;
	}

	.mode3txt {
		padding: 15px;
	}

	.mode3r {
		padding: 20px;
	}

	.mode3ulr li {
		margin-bottom: 15px;
	}

	.mode1ul>li {
		width: 50%;
	}

	.mode3ulr li a {
		padding-bottom: 10px;
	}

	.mode5info {
		padding-bottom: 15px;
	}

	.mode5txt {
		padding: 0px 20px;
	}

	.mode2rul li a {
		padding: 0;
		box-shadow: none;
		background: none;
	}

	.mode1ul li .mode1pic::after {
		display: none;
	}
.mode5ul2 li {
		width: 50%;
		margin-bottom: 15px;
	}
	.mode1ul li.slick-current+li.slick-active .mode1pic::after {
		/* content: ''; */
		display: block;
		position: absolute;
		width: 28%;
		height: 100%;
		background: rgba(0, 0, 0, .35);
		background: -o-linear-gradient(left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
		background: -moz-linear-gradient(left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
		background: linear-gradient(to left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
		right: 0;
		top: 0;
	}

}

@media screen and (max-width:479px) {
	.mode7ul li {
		width: 100% !important;
	}
.mode2toptit {
	line-height: 26px;
	min-height: auto;
	max-height: 52px;
}
	.mode1ul>li,.mode2ul li {
		width: 100%;
	}

	.more::before {
		right: 5px;
	}

	.mode1ul li .mode1pic::after {
		display: none;
	}

	.mode1ul li.slick-current .mode1pic::after {
		/* content: ''; */
		display: block;
		position: absolute;
		width: 28%;
		height: 100%;
		background: rgba(0, 0, 0, .35);
		background: -o-linear-gradient(left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
		background: -moz-linear-gradient(left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
		background: linear-gradient(to left, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
		right: 0;
		top: 0;
	}

	.date {
		width: 65px;
	}

	.mode1r {
		/* margin-left: 80px; */
		line-height: 24px;
		height: 48px;
	}

	.mode2dl .mode1dltxt {
		/* min-height: 22px !important; */
		height: auto;
	}

	.mode1dltxt {
		line-height: 22px;
		height: auto;
		min-height: auto;
		max-height: 44px;
	}

	.more {
		/* width: 100px; */
		padding: 0 36px 0 15px;
		height: 30px;
		line-height: 30px;
	}

	.find {
		margin-left: 20px;
	}

	.tit::before {
		width: 30px;
		height: 30px;
	}

	.tit {
		padding-left: 40px;
		font-size: 2.6rem;
	}

	.mode1dl dd {
		margin-bottom: 10px;
	}


	.mode4r .title {
		margin-top: 25px;
		padding-top: 25px;
	}

	.mode2rright {
		margin-left: 72px;
	}

	.mode3r {
		margin-top: 20px;
		padding: 20px;
	}

	.mode3ulr li a {
		padding-bottom: 10px;
	}

	.mode3ulr li {
		margin-bottom: 15px;
	}

	.mode4ul1 li {
		width: 100%;
		margin-bottom: 20px;
	}

	.mode7ul {
		margin: 0 -10px;
	}

	.mode7ul li {
		width: 50% !important;
		margin-bottom: 20px;
	}

	.mode7ul li a {
		margin: 0 10px;
	}

	.mode4linfo {
		height: auto;
		max-height: 52px;
	}

	.mode4info {
		margin-bottom: 5px;
	}

	.mode3txt {
		padding: 10px;
	}

	.mode05 ul a::before {
		height: 50px;
	}

	.mode5ul1 li {
		width: 100%;
		margin-bottom: 15px;
	}

	.mode5info {
		padding-bottom: 15px;
	}

	.mode5txt {
		padding: 0 20px
	}

	.mode5ul2 li {
		width: 50%;
		margin-bottom: 15px;
	}



	.wrap_mode05 {
		padding-bottom: 35px;
	}

	.wrap_mode07::before {
		height: calc(100% + 50px);
		top: -50px;
	}

	.index_06 .swiper-pagination-bullet {
		margin: 0 4px;
	}


	.mode2, .mode03 {
		/* padding-top: 25px; */
	}

	.title {
		margin: 25px 0 15px;
	}


	.mode2info {
		padding: 10px 15px;
	}

	.mode2ul li.slick-active .mode2top {
		margin-bottom: 20px;
	}

	.wrap_mode06 {
		padding: 30px 0 0px;
	}

	.mode06 {
		padding-bottom: 95px;
	}

	.mode2rul li {
		margin-bottom: 10px;
	}
	.banner .swiper-button-prev, .banner .swiper-button-next{
		width: 25px;
		height: 40px;
		background-size: 8px 14px;
	}
	.mode1ul .slick-prev {
		width: 25px;
		height: 40px;
		background-size: 8px 14px;
		left: 11px;
	}
	.mode1ul .slick-next {
		width: 25px;
		height: 40px;
		background-size: 8px 14px;
		right: 11px;
	}
}

@media screen and (max-width:414px) {
	.find {
		display: none;
	}
}

@media screen and (max-width:320px) {
	.mode7ul li {
		width: 100% !important;
	}

	.mode5ul2 li {
		width: 100% !important;
	}.mode7article{
	line-height:26px;
	height: auto;
	max-height: 52px;
	}
}



/*科大学者故事*/
/* wrap_mode09 */
.wrap_mode09 {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background:url(../images/mode09.jpg) no-repeat top center;
	background-size:cover;
	background-attachment:fixed;
}
.mode09 {
	/* overflow: hidden; */
	margin-bottom:50px;
}
.mode09 .title{text-align: left;
    padding: 0px 0; width:100%;}
.mode09 .more2 {
	margin: 0;
}
.mode09 .p3_lb1 {width: 100%;padding: 9rem 0;overflow: hidden;position: relative;}
.mode09 .fdyfbCon{transition: 0.4s;display: block;animation: p3_dh 0.5s;animation-fill-mode: forwards;} 
@keyframes p3_dh
    {
    from {opacity: 0;}
    to {opacity: 1;}
}
.fdyfbCon{width:100%;margin:3rem auto;}
.fdyfbCon .swiper-slide {text-align: center;font-size: 18px;/* 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;transition: 0.4s;transform: scale(0.79);}
.fdyfbCon .swiper-slide .pic{border-radius: 50%;width: 26.4rem;height: 26.4rem;overflow: hidden;margin: 0 auto;}
.fdyfbCon .swiper-slide .pic img{min-width: 100%;height: 100%; object-fit: cover; }
.fdyfbCon .swiper-slide .text{}
.fdyfbCon .swiper-slide .text h5{display: none;}
.fdyfbCon .swiper-slide .text p{display: none;margin-top: 1.6rem;}
.fdyfbCon .swiper-slide-active{transform: scale(1.5);}
.fdyfbCon .swiper-slide-active .text{width: 100%;position: relative;left: 0%;transform: scale(0.7);}
.fdyfbCon .swiper-slide-active .text h5{display: block;font-size: 2rem;line-height: 2.6rem;height: 2.6rem;overflow: hidden;color: #323232;font-weight:500;transition: 0.4s;}
.fdyfbCon .swiper-slide-active .text p{display: block;font-size: 1.4rem;line-height: 2.6rem;height: 5.2rem;color: #000000;overflow: hidden;}
.fdyfbCon .swiper-button-prev:after, .fdyfbCon .swiper-button-next:after{display: none;}
.fdyfbCon .swiper-button-prev{background: url(../images/e-prev.png) no-repeat center;left:25%; margin-left:0;width: 5.5rem;height: 4.2rem;z-index: 9;bottom: 10%;top: auto;background-size: 100%;border-radius: 50%; border:0;}
.fdyfbCon .swiper-button-next{background: url(../images/e-next.png) no-repeat center;right:25%;left:auto; margin-right:0;width: 5.5rem;height: 4.2rem;z-index: 9;bottom: 10%;top: auto;background-size: 100%;border-radius: 50%; border:0;}
.fdyfbCon .swiper-slide-prev{transform-origin: -5vw;}
.fdyfbCon .swiper-slide-next{transform-origin: 20vw;}
.fdyfbCon a:hover .text h5{color: #b20c0c;}


/* 深度报道 */
.wrap_mode10{background: #f8f8fd url(../images/mode10bg.png) no-repeat bottom center;background-size: 100%;padding: 6rem 0 8rem 0;}
.part6Con .tabs{justify-content: center;margin-bottom: 4rem;}
.part6Con .tabs a{width: 13rem;height:13rem; margin: 0 2rem;display: flex;justify-content: center;align-items: center;position: relative;}
.part6Con .tabs a::after{content: "";width: 0.1rem;height: 3rem;background: #e1e1e1;position: absolute;right: -2rem;top: 50%;margin-top: -1.5rem;}
.part6Con .tabs a:last-child::after{display: none;}
.part6Con .tabs a.active::after{}
.part6Con .tabs a .part6T{position: relative;z-index: 2;}
.part6Con .tabs a .bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;-webkit-transition: all 0.5s;transition: all 0.5s;opacity: 0;visibility: hidden;}
.part6Con .tabs a.active .bg{opacity: 1;visibility: visible;}
.part6Con .tabs a .bg1{width: 13rem;height: 13rem;background: url(../images/part6-03.png) no-repeat center;background-size: 13rem 13rem;position: absolute;left: 0;top: 0;-webkit-transition: all 1.2s;transition: all 1.2s;}
.part6Con .tabs a .bg2{width: 11.2rem;height: 11.4rem;background: url(../images/part6-02s.png) no-repeat center;background-size: 11.2rem 11.4rem;position: absolute;left: 50%;top: 50%;margin-left: -5.6rem;margin-top: -5.7rem;-webkit-transition: all 1.2s;transition: all 1.2s;}
.part6Con .tabs a .bg3{width: 10rem;height: 10rem;background:#003f98 url(../images/part6-03s.png) no-repeat center;background-size: 10rem 10rem;border-radius: 50%;position: absolute;left: 50%;top: 50%;margin-left: -5rem;margin-top: -5rem;-webkit-transition: all 1.2s;transition: all 1.2s}
.part6Con .tabs a:hover .bg1{-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.part6Con .tabs a:hover .bg2{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.part6Con .tabs a .icon{width: 0.44rem;height: 0.4rem;background: url(../images/part6-04.png) no-repeat bottom center;background-size: 4rem 4rem; margin: 0 auto;}
.part6Con .tabs a+a .icon{background: url(../images/part6-05.png) no-repeat bottom center;background-size: 4rem 4rem;}
.part6Con .tabs a p{color: #333;font-size: 2rem;font-weight:600;text-align: center;margin-top: 0.1rem;}
.part6Con .tabs a.active .icon{background: url(../images/part6-04on.png) no-repeat bottom center;background-size: 4rem 4rem;}
.part6Con .tabs a+a.active .icon{background: url(../images/part6-05on.png) no-repeat bottom center;background-size: 4rem 4rem;}
.part6Con .tabs a.active p{color: #ffffff;font-weight: 600;}
.part6Con .swiper-slide li{width: 31.53%;}
.part6Con .swiper-slide li a{position: relative;display: block;overflow: hidden;border-radius: 1.6rem 0.1rem 1.6rem 0.1rem;}
.part6Con .swiper-slide li .imgbox{overflow: hidden;border-radius: 0.6rem 0.1rem 0.6rem 0.1rem;position: relative;}
.part6Con .swiper-slide li .imgbox .pic1{overflow: hidden;}
.part6Con .swiper-slide li .imgbox .pic1 img{display: block;width: 100%;object-fit: cover;height: 25rem;}
.part6Con .swiper-slide li .imgbox .pic2{width: 100%;height: 100%;top: 0;left: 0;position: absolute;overflow: hidden;border-radius: 0.6rem 0.1rem 0.6rem 0.1rem;-webkit-transition: all 0.8s;transition: all 0.8s;-webkit-transform: scale(0);transform: scale(0);}
.part6Con .swiper-slide li .imgbox .pic2 img{/*display: block;width: 100%;height: 100%;*/display: block;width: 100%;object-fit: cover;height: 25rem;}
.part6Con .swiper-slide li:hover .imgbox .pic2{ -webkit-transform: scale(1);transform: scale(1);}
.part6Con .swiper-slide li .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/part6-02.png) no-repeat right bottom; background-size:100% auto;transition: 0.6s all;}
.part6Con .swiper-slide li .text p{position: absolute;left: 1.5rem;bottom: 1rem;width: calc(100% - 3rem);font-size: 1.8rem;color: #fff;font-weight: 100;line-height: 2.2rem;height: 4.4rem;}
.part6Con .swiper-slide li:hover .text{top: 0;transition: 0.6s all;}
@media(max-width: 850px){
	.part6BG{padding: 0.5rem 0;}
.part6Con .swiper-slide li{width: 100%;}
.part6Con .swiper-slide li .imgbox .pic1 img{height: 56vw;}
}
@media(max-width: 440px){
.part6Con .tabs a{margin: 0;}
.part6Con .tabs a::after{display: none;}
.part6Con .tabs{margin-bottom: 0.2rem;}
}



/*数说科大*/

@keyframes sca{
0%{transform: scale(1);}50%{transform:  scale(1.1)}100%{transform:  scale(1)}
}
@keyframes go{
0%{transform: translateX(0);}50%{transform: translateX(10px);}100%{transform: translateX(0);}
}
@keyframes up{
0%{transform: translateY(0);}50%{transform: translateY(-8px);}100%{transform: translateY(0);}
}
@keyframes roted{
0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}
}
@keyframes rotedb{
0%{transform: rotate(0deg);}100%{transform: rotate(-360deg);}
}
.homed{background: url(../images/ssbg.jpg) no-repeat center;position: relative;padding-top: 1.1rem;position: relative;z-index: 2;overflow:hidden;background-size: 100% auto;background-attachment: fixed; margin-top:-1.6rem;} 
.homed .wp{position: relative;}
.homed  .cirbig{content: '';position: absolute;width: 130rem;height: 130rem;border-radius: 50%;border: 1px solid #d1c4b6;top: 14rem;left: 50%;margin-left: -65rem;animation: rotedb linear 240s infinite;pointer-events: none;z-index: 0}
.homed  .cirbig:before{content: '';position: absolute;width: 128rem;height: 128rem;border-radius: 50%;border: 1px dashed #d1c4b6;top: .1rem;left: 50%;margin-left: -64rem}
.homed  .cirbig:after{content: '';position: absolute;left: 50%;top: -6px;width: 12px;height: 12px;background: #cc9f82; border-radius: 50%;margin-left: -6px}
.homed .slide-d{height: 60rem;padding-top: 4rem;margin-top: -4rem}
.homed .data-list{padding: 0 4.5rem}
.homed .item .num{font-size: 3rem;color: #c4ff10;font-weight: bold;}
.homed .swiBtn.imgbtn a{top: auto;margin-top: 0;bottom: 2rem;transition: .5s;
    -webkit-transition: .5s;}
.homed .imgbg{padding-top: 12.8rem;text-align: center;margin-top: -40rem;pointer-events: none;user-select: none;
}
.homed .swiBtn.imgbtn a.prev:hover{
	-webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
	}
.homed .swiBtn.imgbtn a.next:hover{
	-webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
	}
@keyframes mymove
{
from {bottom:-40px;}
to {bottom:0px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {bottom:-40px;}
to {bottom:0px;}
}
.homed .imgbg .xx{position: absolute;left: 50%;top: 0;margin-left:-6rem ;width: 12rem;z-index: 1}
.homed .imgbg .tsg{position: relative;z-index: 5 ;width:75%;}
.homed .imgbg .cir{position: absolute;left: 50%;top: 26rem;margin-left:-20rem ;width: 40rem;height: 40rem;background: url(../images/cir.png) no-repeat center;background-size: cover;z-index: 0;animation: roted linear 120s infinite;pointer-events: none}
.homed .imgbg .cir:before{content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;border: 1px dashed #d1c4b6;border-radius: 50%}
.homed .imgbg .cir:after{content: '';position: absolute;left: 50%;top: 2.5rem;width: 12px;height: 12px;background: #cc9f82; border-radius: 50%;margin-left: -6px}

.d-kD-swiper1 {
    height: 100%;
    position: relative;
    overflow: hidden
}

.d-kD-swiper1 .inner {
    display: block;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.d-kD-swiper1 .circle {
    position: relative;
    left: -10%;
    top: 85%;
    width: 6px;
    height: 500px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1
}

.d-kD-swiper1 .house {
    position: absolute;
    left: 54%;
    bottom: -21px;
    width: 108px;
    height: 83px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5
}

.d-kD-swiper1 .numData .item {
    padding: 20px;
    position: absolute;
    text-align: center;
    line-height: 1.1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
	border: 1px dashed #dcc957;
}

.d-kD-swiper1 .numData .num {
    font-size: 39px;
    color: #9f2936;
    font-family: GoudyOldStyleT-Bold;
    word-break: break-all
}

.d-kD-swiper1 .numData .txt {
    margin-top: 4px;
    font-size:1.5rem;
    color: #333
}

.d-kD-swiper1 .numData .item.i2 {
background: rgb(255, 255, 255, .7);
    animation: 5s ease-out 225ms infinite ripple;
    left: 14.79%;
    top: 23.28%;
    width: 16rem;;
    height: 16rem;;
    z-index: 2;
    transition-delay: .3s
}

.d-kD-swiper1 .numData .item.i2 .num {
    font-size:3rem;
}

.d-kD-swiper1 .numData .item.i2 .txt {
    font-size: 1.6rem;
}

.d-kD-swiper1 .numData .item.i3 {
background: rgb(255, 255, 255, .7);
    animation: 5s ease-out .9s infinite ripple;
    left: 32.47%;
    top: 8.42%;
    width: 16rem;
    height: 16rem;
    z-index: 6;
    transition-delay: .5s
}
.d-kD-swiper1 .numData .item.i3 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i3 .txt {
    margin-top: 0;
    font-size: 1.6rem;
}
.d-kD-swiper1 .numData .item.i1 {
    animation: 5s ease-out 1.8s infinite ripple;
    padding-top: 2.3rem;
    left: .34%;
    top: 50.8%;
    width: 16rem;
    height: 16rem;
    z-index: 3;
    transition-delay: .7s;
background: rgb(255, 255, 255, .7);
}
.d-kD-swiper1 .numData .item.i1 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i1 .txt {
    margin-top: 0;
    font-size: 1.6rem;
}
.d-kD-swiper1 .numData .item.i4 {
background: rgb(255, 255, 255, .7);
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 4rem;
    left: 53.43%;
    top: 9.78%;
    width:16rem;
    height: 16rem;
    z-index: 4;
    transition-delay: .9s
}
.d-kD-swiper1 .numData .item.i4 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i4 .txt {
    margin-top: 4px;
    font-size: 1.6rem;
}
.d-kD-swiper1 .numData .item.i5 {
background: rgb(255, 255, 255, .7);
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 3.5rem;
    left: 70.43%;
    top: 26.78%;
    width: 16rem;
    height: 16rem;
    z-index: 4;
    transition-delay: .9s
}
.d-kD-swiper1 .numData .item.i5 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i5 .txt {
    margin-top: 4px;
    font-size: 1.6rem;
}
.d-kD-swiper1 .numData .item.i6 {
background: rgb(255, 255, 255, .7);
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 3rem;
    left: 84.43%;
    top: 53.78%;
    width: 16rem;
    height: 16rem;
    z-index: 4;
    transition-delay: .9s
}
.d-kD-swiper1 .numData .item.i6 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i6 .txt {
    margin-top: 4px;
    font-size: 1.6rem;
}
@keyframes ripple {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    75% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px)
    }
}
@-webkit-keyframes ripple {
    0%,10%,50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    75% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
}
.d-kD-swiper1 .swiper-slide-active .numData .item {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}
.d-kD-swiper1 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 62px!important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}
.d-kD-swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px!important;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url(../images/d-dot1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: .2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-kD-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/d-dot1.png);
    opacity: 1
}
@media (min-width:1920px){
.homed .data-list{padding: 0 10%}
.bgfg:after {
    top: 1rem;
    height: 90%;
background-size: 100% 90%;
}
.homed .imgbg{padding-top: 13.8rem;text-align: center;margin-top: -40rem;
}
}
@media (max-width:1510px){
   .d-kD-swiper1 .numData .item {
    padding: .15rem;
    position: absolute;
    text-align: center;
    line-height: 1.1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    border: 1px dashed #dcc957;
}
	.d-kD-swiper1 .numData .item.i1 {
    animation: 5s ease-out 1.8s infinite ripple;
    padding-top: .22rem;
    left: .34%;
    top: 62.8%;
    width: 14rem;
    height: 14rem;
    z-index: 3;
    transition-delay: .7s;
}
.d-kD-swiper1 .numData .item.i1 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i1 .txt {
    margin-top: 0;
    font-size: 1.4rem;
}
.d-kD-swiper1 .numData .item.i2{
	left: 12.79%;
    top: 24.28%;
    width: 14rem;
    height: 14rem;
	}
	.d-kD-swiper1 .numData .item.i2 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i2 .txt {
    font-size: 1.4rem;
}
.d-kD-swiper1 .numData .item.i3 {
    animation: 5s ease-out .9s infinite ripple;
    left: 31.47%;
    top: 10.42%;
     width: 14rem;
    height: 14rem;
    z-index: 6;
    transition-delay: .5s;
}
.d-kD-swiper1 .numData .item.i3 .num {
    font-size:3rem;
}
.d-kD-swiper1 .numData .item.i3 .txt{
	font-size: 1.4rem;
}
.d-kD-swiper1 .numData .item.i4 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: .44rem;
    left: 49.43%;
    top: 2.78%;
     width: 14rem;
    height: 14rem;
    z-index: 4;
    transition-delay: .9s;
}
.d-kD-swiper1 .numData .item.i4 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i4 .txt {
    margin-top: 0;
    font-size: 1.4rem;
}
.d-kD-swiper1 .numData .item.i5 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: .5rem;
    left: 68.43%;
    top: 26.78%;
    width: 14rem;
    height: 14rem;
    z-index: 4;
    transition-delay: .9s;
}
.d-kD-swiper1 .numData .item.i5 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i5 .txt {
    margin-top: 0;
    font-size: 1.4rem;
}
.d-kD-swiper1 .numData .item.i6{
	padding-top:.36rem;
	 width: 14rem;
    height: 14rem;
	}
.d-kD-swiper1 .numData .item.i6 .num {
    font-size: 3rem;
}
.d-kD-swiper1 .numData .item.i6 .txt {
    margin-top: 0;
    font-size: 1.4rem;
}
	
}
@media (max-width:1024px){
	.d-kD-swiper1 .numData .item.i1 {
    animation: 5s ease-out 1.8s infinite ripple;
    padding-top: .22rem;
    left: .34%;
    top: 50.8%;
    width: 10rem;
    height: 10rem;
    z-index: 3;
    transition-delay: .7s;
}
.d-kD-swiper1 .numData .item.i1 .num {
    font-size: 2.4rem;
}
.d-kD-swiper1 .numData .item.i1 .txt {
    margin-top: 0;
    font-size: 1.4rem;
}
.d-kD-swiper1 .numData .item.i2 {
    left: 9.79%;
    top: 20.28%;
    width: 10rem;
    height: 10rem;
}
.d-kD-swiper1 .numData .item.i4 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 0.45rem;
    left: 46.43%;
    top: 5.78%;
    width: 10rem;
    height: 10rem;
    z-index: 4;
    transition-delay: .9s;
}
.d-kD-swiper1 .numData .item.i4 .txt {
    margin-top: 0;
    font-size: 1.4rem;
}
.d-kD-swiper1 .numData .item.i5 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 0.5rem;
    left: 65.43%;
    top: 26.78%;
    width: 10rem;
    height: 10rem;
    z-index: 4;
    transition-delay: .9s;
}
.d-kD-swiper1 .numData .item.i5 .txt {
    margin-top: 0;
    font-size: 1.4rem;
}
.d-kD-swiper1 .numData .item.i6 {
    padding-top: 0.3rem;
	left: 80.43%;
    top: 47.78%;
   width: 10rem;
    height: 10rem;
}
.d-kD-swiper1 .numData .item.i6 .txt {
    margin-top: 0;
    font-size: 1.4rem;
}

.bgfg:after{background: url(../images/rrbg.jpg) no-repeat top center;background-size: 100% auto;
    content: '';
    width: 100%;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}

}
@media (max-width:768px){
	.d-kD-swiper1 .numData .item.i1 {
    animation: 5s ease-out 1.8s infinite ripple;
    padding-top: .2rem;
    left: .22%;
    top: 50.8%;
    width: 1.3rem;
    height: 1.3rem;
    z-index: 3;
    transition-delay: .7s;
}
.d-kD-swiper1 .numData .item.i1 .num {
    font-size: .38rem;
}
.d-kD-swiper1 .numData .item.i1 .txt {
    margin-top: 0;
    font-size: .14rem;
}
.d-kD-swiper1 .numData .item.i2 {
    left: 9.79%;
    top: 20.28%;
    width: 1.4rem;
    height: 1.4rem;
}
.d-kD-swiper1 .numData .item.i2 .num {
    font-size: .34rem;
}
.d-kD-swiper1 .numData .item.i2 .txt {
    margin-top: 0;
    font-size: .14rem;
}
.d-kD-swiper1 .numData .item.i3 {
    animation: 5s ease-out .9s infinite ripple;
    left: 31.47%;
    top: 28.42%;
    width: 1.38rem;
    height: 1.38rem;
    z-index: 6;
    transition-delay: .5s;
}
.d-kD-swiper1 .numData .item.i3 .num {
    font-size: .3rem;
}
.d-kD-swiper1 .numData .item.i3 .txt {
    margin-top: 0;
    font-size: .14rem;
}
.d-kD-swiper1 .numData .item.i4 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 0.4rem;
    left: 46.43%;
    top: 5.78%;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 4;
    justify-content: flex-start;
    transition-delay: .9s;
}
.d-kD-swiper1 .numData .item.i4 .num {
    font-size: .32rem;
}
.d-kD-swiper1 .numData .item.i4 .txt {
    margin-top: 0;
    font-size: .16rem;
}
.d-kD-swiper1 .numData .item.i5 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 0.4rem;
    left: 65.43%;
    top: 26.78%;
    width: 1.6rem;
    height: 1.6rem;
    z-index: 4;
    justify-content: flex-start;
    transition-delay: .9s;
}
.d-kD-swiper1 .numData .item.i5 .num {
    font-size: .4rem;
}
.d-kD-swiper1 .numData .item.i5 .txt {
    margin-top: 0;
    font-size: .16rem;
}
.d-kD-swiper1 .numData .item.i6 {
    padding-top: 0.36rem;
    left: 78.43%;
    top: 47.78%;
    width: 1.3rem;
    height: 1.3rem;
}
.d-kD-swiper1 .numData .item.i6 .num {
    font-size: .4rem;
}
.d-kD-swiper1 .numData .item.i5 .txt {
    margin-top: 0;
    font-size: .15rem;
}

}

@media (max-width:479px){
		.d-kD-swiper1 .numData .item.i1 {
    animation: 5s ease-out 1.8s infinite ripple;
    padding-top: .2rem;
    left: .22%;
    top: 40.8%;
    width: 1rem;
    height: 1rem;
    z-index: 3;
    transition-delay: .7s;
}
.d-kD-swiper1 .numData .item.i1 .num {
    font-size: .28rem;
}
.d-kD-swiper1 .numData .item.i1 .txt {
    margin-top: 0;
    font-size: .14rem;
}
.d-kD-swiper1 .numData .item.i2 {
    left: 9.79%;
    top: 19.28%;
    width: 1.2rem;
    height: 1.2rem;
}
.d-kD-swiper1 .numData .item.i2 .num {
    font-size: .3rem;
}
.d-kD-swiper1 .numData .item.i2 .txt {
    margin-top: 0;
    font-size: .14rem;
}
.d-kD-swiper1 .numData .item.i3 {
    animation: 5s ease-out .9s infinite ripple;
    left: 31.47%;
    top: 28.42%;
    width: 1.1rem;
    height: 1.1rem;
    z-index: 6;
    transition-delay: .5s;
}
.d-kD-swiper1 .numData .item.i3 .num {
    font-size: .28rem;
}
.d-kD-swiper1 .numData .item.i3 .txt {
    margin-top: 0;
    font-size: .14rem;
}
.d-kD-swiper1 .numData .item.i4 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 0.24rem;
    left: 46.43%;
    top: 5.78%;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 4;
    justify-content: flex-start;
    transition-delay: .9s;
}
.d-kD-swiper1 .numData .item.i4 .num {
    font-size: .28rem;
}
.d-kD-swiper1 .numData .item.i4 .txt {
    margin-top: 0;
    font-size: .14rem;
}
.d-kD-swiper1 .numData .item.i5 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 0.3rem;
    left: 65.43%;
    top: 23.78%;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 4;
    justify-content: flex-start;
    transition-delay: .9s;
}
.d-kD-swiper1 .numData .item.i5 .num {
    font-size: .3rem;
}
.d-kD-swiper1 .numData .item.i5 .txt {
    margin-top: 0;
    font-size: .14rem;
}
.d-kD-swiper1 .numData .item.i6 {
    padding-top: 0.22rem;
    left: 74.43%;
    top: 42.78%;
    width: 1rem;
    height: 1rem;
}
.d-kD-swiper1 .numData .item.i6 .num {
    font-size: .26rem;
}
.d-kD-swiper1 .numData .item.i6 .txt {
    margin-top: 0;
    font-size: .12rem;
}	
}
/*数说科大*/


/*学术讲座*/
.wrap_mode11 {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background:url(../images/mode11.jpg) no-repeat top center;
	background-size:cover;
}
.wrap_mode11::after{content: "";width: 44.0625%;height: calc(100% - 0.9rem);background: url(../images/part5BG01.jpg) no-repeat bottom center;background-size: cover;position: absolute;left: 0;bottom: 0;}
.wrap_mode11::before{content: "";width: 57.2916%;height: 100%;background: url(../images/mode11bg.png) no-repeat bottom left;background-size: cover;position: absolute;right: 0;bottom: 0;z-index: 2;}
.mode11 {
	/* overflow: hidden; */
	margin-bottom:7rem;
}
.mode11 .title{text-align: left;
    padding: 0px 0; width:100%;}
.mode11 .more2 {
	margin: 0;
}
.part5Con{padding: 3rem 0;position: relative;}
.part5Con::after{content: "";width: 64.26%;height: calc(100% - 1.98rem);background: url(../images/kuangbg.png) no-repeat right center;background-size: 100% 100%;position: absolute;right: 0;top: 2rem;}
.part5L{width: 33%;position: relative;z-index: 3;}
.part5L .pic{overflow: hidden;}
.part5L .pic img{display: block;width: 100%;}
.part5R{width: 62%;position: relative;z-index: 3;}
.part5R::before{content: "";width: 10.1rem;height: 6.9rem;background: url(../images/lianjie.png) no-repeat right center;background-size: 10.1rem 6.9rem;position: absolute;top: 50%;margin-top: -5rem;left: -9rem;z-index: 6;}
.part5R .swiper-slide .text ul{margin-top: 3rem;margin-bottom: -2rem;}
.part5R .swiper-slide .text li{padding-left: 4.6rem;font-size: 1.8rem;color: #fff;line-height: 3.6rem;height: 3.6rem; margin-bottom: 2rem;background: url(../images/x01.png) no-repeat left center;background-size: 2.6rem 2.6rem;}
.part5R .swiper-slide .text li+li{background: url(../images/x02.png) no-repeat left center;background-size: 2.6rem 2.6rem;}
.part5R .swiper-slide .text li+li+li{background: url(../images/x03.png) no-repeat left center;background-size: 2.6rem 2.6rem;}


.part5R .swiper-slide .pic{width: 32.78%;overflow: hidden;   border-radius: 2rem;margin-top:3.5rem; }
.part5R .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 35rem;object-position:top;}
.part5R .swiper-slide .text{padding: 4rem 5rem 0  5rem;width:66.22%;}
.part5R .swiper-slide .text h5{font-size: 2rem;color: #fff;line-height: 3.5rem;height: 7rem;font-weight: bold;}
.part5R .swiper-slide .text p{margin-top: 3rem;margin-bottom: 0rem;line-height:2.6rem;font-size:1.6rem;color: #fff;}

.part5R .swiper-slide:hover .pic img{/*transform: scale(1.1);transition: 0.6s all;*/}
.part5R .swiper-slide:hover .text h5{/*text-decoration: underline;*/    color: #d6b57f;}
.part5D{position: absolute;left: calc(38% + 7.6rem);bottom: 3rem;align-items: center;}
.part5R .swiper-button-prev,.part5R .swiper-button-next{position: relative;margin-left: 0;margin-top: 0;top: auto;left: auto;border: none;width: 4rem;height: 4rem;border-radius: 0;}
.part5R .swiper-button-prev{background: url(../images/e-prev.png) no-repeat center;background-size: 4rem auto;}
.part5R .swiper-button-next{background: url(../images/e-next.png) no-repeat center;background-size: 4rem auto;margin-left: 2rem;}
.part5R .swiper-pagination{position: relative;left: auto;bottom: auto;width: auto;margin-left: 3rem;font-size: 1.6rem;color: #fff;}
.part5R .swiper-pagination .swiper-pagination-current{font-size: 2.2rem;}
@media(max-width: 1024px){
.part5R .swiper-slide .text{padding: 0 3rem 0 2rem;}
.part5R::after{display: none;}
.part5D{left: calc(38% + 4rem);}
}
@media(max-width: 850px){
.part5Con::before{display: none;}
.part5R::before{display: none;}
.part5Con::after{display: none;}
.part5::after{display: none;}
.part5::before{width: 100%;background: url(../images/mode11bg.png) no-repeat bottom center;background-size: cover;}
.part5L{width: 100%;}
.part5R{width: 100%;margin-top: 3rem;}
.part5R .swiper-slide .pic img{height: 56vw;}
}
@media(max-width: 480px){
.part5R .swiper-slide .pic{width: 100%;}
.part5R .swiper-slide .text{width: 100%;padding: 0;margin-top: 3rem;}
.part5R .swiper-slide .pic img{height:auto;}
.part5R .swiper-slide .text h5{font-size: 0.22rem;line-height: 0.32rem;max-height: 0.64rem;height: auto;}
.part5R .swiper-slide .text ul{margin-top: 0.2rem;}
.part5D{position: relative;left: 0;bottom: auto;margin-top: 0.2rem;justify-content: flex-start;}
.part5Con{padding: 0.5rem 0;}
}