.main1bg{
	background: url(../images/bg.jpg) no-repeat 0 260px;
}
.banner {
	
	overflow: hidden;
	position: relative;
	z-index: 23;
	margin-top: -260px;
}

.banner img {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #701F2B;
}


.mainHd {
	text-align: center;
	padding:30px 0;
	position: relative;
	color: #701f2b;
}
.mainHd a{color: #701f2b;}

.mainXXYW{
	overflow: hidden;
}
.mainXXYW .mainHd span a{
	color: #666;
	margin: 0 20px;
}
.mainXXYW .mainHd span.on a{
	color: #701f2b;
}
.mainXXYW .mainHd span:last-of-type{
	border-left: 2px solid #666;
}
.mainXXYW .mainHd i{
	color: #666;
	font-style: normal;
	margin: 0 20px;
}
.wrapper{
	width: 200%;
	transition: .5s;
}
.wrapper>div{
	float: left;
	width: 50%;
}
.wrapper.on{
	transform: translateX(-50%);
}

/* 学校要闻 */
.swiper-news {
	/*width: 45%;*/
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}

.swiper-news .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out 0s;
}

.swiper-news .swiper-slide a.img {
	display: block;
	height: 346px;
	overflow: hidden;
}

.swiper-news .swiper-slide:hover img {
	transform: scale(1.1);
}

.swiper-news .swiper-slide p {
	width:90%;
	height: 80px;
	padding:14px 20px;
	background-color: #971A2D;
	color: #fff;
	position: absolute;
	bottom: -40px;
	left:5%;
	text-align: center;
}

.swiper-news .swiper-slide a {
	color: #FFF7EC;
}
.swiper-news .swiper-pagination{
	bottom: 10px;
}
.swiper-news .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	margin: 0 6px;
}
.swiper-news .swiper-pagination-bullet-active{
	background: transparent;
}
.newslist {
	/*width: calc(55% - 20px);*/
	opacity: 1;
}

.newslist dl {
	float: left;
	width: calc(50% - 3px);
	margin-bottom: 3px;
	padding: 10px 20px;
	background-color: #fff;
	line-height: 1.6;
	border-left:3px solid #E3B8A8 ;
	transition: all 1s linear 0s;
}
.newslist dl:hover{
	border-left-color:#7D323D;
}
.newslist dl:nth-child(2n) {
	float: right;
}

.newslist dt {
	height: 51px;
	margin-bottom: 5px;
}


.newslist dd.date {
	font-size: 13px;
	color: #666;
}

.newslist dd.date .more img {
	vertical-align: middle;
}



.mainDT .mainBd{
	display: flex;
	padding-bottom: 50px;
}
.xxywItem {
	border-top: 4px solid #701F2B;
	padding-top: 5px;
	width: calc(33.33% - 20px);
	
}
.mainDT .mainBd .xxywItem:nth-child(2){
	margin: 0 30px;
}
/* .mainDT .mainBd .xxywItem:nth-child(1){transform:translateY(-50px);}
.mainDT .mainBd .xxywItem:nth-child(2){transform:translateY(50px);}
.mainDT .mainBd .xxywItem:nth-child(3){transform:translateY(-50px);} */
.mainDT.showdiv .mainBd .xxywItem{transform:none;opacity:1;}
.xxywItem a {
	display: block;
}
.xxywItem .tit a{
  color: #701F2B;
  height: 3.2em;
}

.main3{
	background: url(../images/main3bg.jpg) no-repeat 0 bottom;
	padding-bottom: 30px;
	background-size: cover;
}
.main3 .mainBd .cont{
	display: flex;
}
.main3 .mainHd span{
	margin: 0 20px;
}
.main3 .mainHd span a{
	color: #666666;
}
.main3 .mainHd span.on a{
	color: #701f2b;
}
/* dllist */
.dllist{
	width: calc(33.33% - 20px);
	display: flex;
	align-items: flex-start;
	padding: 0px 0 0;
}
.dllist:nth-child(2){
	margin: 0 30px;
}

.dllist dt{
	width: 79px;
	height:122px;
	background: url(../images/datebg.png) no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding-top:28px;
	line-height: 1.2;
	margin-right: 20px;
}
.dllist dt span{
	font-size: 13px;
}
.dllist dd{
	flex: 1;
	padding-top: 5px;
}
.dllist dd p{
	color: #333;
	height: 56px;
}
.dllist dd span{
	display: block;
	color: #666;
	line-height: 1.8;
}
.dllist dd .more{
	margin-top: 10px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/arrow1.png) no-repeat;
}
.dllist2{
	width: calc(33.33% - 20px);
	display: flex;
	padding:0 0 15px;
}
.dllist2:nth-child(2){
	margin: 0 30px;
}

.dllist2 dt{
	width: 58px;
	border-top:4px solid #701F2B;
	color: #701F2B;
	text-align: center;
	padding-top:15px;
	line-height: 1.2;
}
.dllist2 dt span{
	font-size: 13px;
}
.dllist2 dd{
	margin-top: 1px;
	border-top:2px solid #C6C1C1;
	flex: 1;
	padding-top:18px;
	padding-left: 20px;
	padding-bottom: 15px;
	line-height: 1.8;
	display: flex;
	align-items: center;
}
.dllist2 dd a{
	display: flex;
	align-items: center;
}
.dllist2 dd p{
	color: #333;
}
.main4{
	padding:0px 0 50px;
	background: url(../images/main4bg.jpg);
	background-size: cover;
}
.main4 .container{
	display: flex;
	justify-content: space-between;
}
.main4 .mainHd a{
	color: #fff;
}
.serviceBox{
	width: calc(60% - 14px);
}
.serviceBox .mainBd,.ygfw .mainBd{
	border: 1px solid rgba(167,122,126,.55);
	background:rgba(85,43,43,.55) ;
	
}
.ygfw{
	width: calc(40% - 14px);
	display: flex;
	flex-direction: column;
	
}
.ygfw .mainBd{
	flex: 1;
	background: transparent;
	display: flex;
	flex-direction: column;
}
.main4 .mainBd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 0;
}
.main4 .mainBd ul li{
	width: 20%;
	text-align: center;
	padding: 15px 0;
}
.main4 .mainBd ul li span{
	display: block;
	margin-top: 5px;
}
.main4 .mainBd ul li a{
	color: #fff;
}
.ygfw .mainBd ul{
	padding: 20px 10px;
	border-bottom: 1px solid rgba(167,122,126,.55);
}
.ygfw .mainBd ul li p{
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 3px solid #FEA2AD;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 1s ease-out 0s;
}
.ygfw .mainBd ul li a:hover p{
	background-color:rgba(254,162,173,.55)
}
.ygfw .mainBd>p{
	flex:1;
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
	padding-left:76px;
	background: url(../images/icon16.png) no-repeat 20px center;
}

.main5{
	padding: 0px 0 40px;
}
.picMarquee-left{ overflow:hidden; position:relative;   }
.picMarquee-left .bd{padding:;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:247px; height:186px; display:block; object-fit:cover }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }

.link {
	text-align: center;
	margin-top: -10px;
}
.link li {
	display: inline-block;
	text-align: center;
	color: #333;
	margin-right: 12px;
	font-size: 14px;
}
.link li:first-child em{
	display: none;
}
.link li a{
	display: inline-block;
	margin-left: 12px;
}
.link li:first-child a{
	margin-left: 0px;
}

.news-img{
	float: left;
	width: 45%;
}
.news-txt{
	float: right;
	width: calc(55% - 20px);
	overflow: hidden;
}
