@charset "UTF-8";

.img-box i {
	transition: .4s;
	-webkit-transition: .4s;
}

.swiper-pagination span {
	outline: none;
	opacity: 1;
}
.phone-list{
  display:none;
}

body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

body::-webkit-scrollbar-thumb {
	background-color: #005FBC;
}

/*头部*/
#header {
	position: fixed;
	top: 0;
	z-index: 999;
}

#header.on{
  background-color:#005FBC;
}

.top-img {
	margin: 0;
	padding: 0;
	height: 8px;
}

.top-img img {
	width: 100%;
	height: 100%;
}

.header-pc .top .logo {
	width: 22.0625rem;
}

#header .header-pc img {
	width: 100%;
}

#header .header-pc .top {
	background-color: rgba(0,0,0,0.2);
	padding-top:10px;
	padding-bottom:10px;
}

#header.on .header-pc .top{
  background-color:rgba(0,0,0,0);
}

.header-pc .top .txt {
	margin-left: 0.875rem;
	padding-left: 0.875rem;
	border-left: 1px solid #c4c4c4;
}

.header-pc .top .txt p {
	font-size: 1.25rem;
	color: #2a2a2a;
	font-weight: bold;
	margin-top: -2px;
}

.header-pc .top .txt p:last-child {
	margin-top: 0.625rem;
}

.header-pc .search {
	height: 3.125rem;
	position: relative;
	margin-left: 3.75rem;
	margin-right: 1.25rem;
	z-index: 9999;
}

.header-pc .search input {
	width: 0px;
	height: 100%;
	background-color: #fff;
	line-height: 36px;
	font-size: 14px;
	color: #565656;
	vertical-align: top;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 2.625rem;
	z-index: 31;
	padding-left: 1rem;
}
<!--.header-pc .search:hover input{-->
<!--	width:200px;-->
<!--	opacity: 1;-->
<!--	visibility: visible;-->
<!--}-->

.header-pc .search input::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 36px;
	color: #565656;
}

.header-pc .search a {
	width: 3.125rem;
	height: 100%;
	background: #FFF url(../img/search-icon.png) center center no-repeat;
	background-size: 1.25rem 1.25rem;
	vertical-align: top;
	transition: all .5s;
	border-radius: 4px;
}

.header-pc .top .weather {
	width: 243px;
	height: 20px;
	border: none;
	margin-left: 2.5rem;
}

.header-pc .pc-nav {
	background-color: transparent;
}

.header-pc .pc-nav li {
	height: 4.5rem;
	position: relative;
	margin-left: 1rem;
	text-align: center;
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li:first-child {
	margin-left: 0;
}

.header-pc .pc-nav .on,
.header-pc .pc-nav li:hover {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FB9B00;
	background-position-y: bottom;
}

.header-pc .pc-nav .on a {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FB9B00;
}

.header-pc .pc-nav li>a {
	display: block;
	width: 100%;
	font-size: 1.125rem;
	color: #000000;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
	line-height: 4.5rem;
}

.header-pc .index-nav li>a {
	color: #FFFFFF;
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFF;
}

.header-pc .pc-nav li>a em {
	display: block;
	font-size: 12px;
	color: #cfe7cf;
	text-transform: uppercase;
	margin-top: 0.375rem;
}

.header-pc .btn {
	width: 9.375rem;
	height: 3.125rem;
	background: #FFF;
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 4px;
	text-align: center;
}

.header-pc .btn p {
	font-size: 1.125rem;
	font-family: AlibabaPuHuiTiR;
	font-weight: 400;
	color: #333333;
	margin-left: 10px;
}

.header-pc .btn img {
	max-width: 100%;
	max-height: 100%;
	width: 1.875rem !important;
	height: 1.5rem;
}

.header-pc .pc-nav li .sub {
	width: 9.375rem;
	position: absolute;
	top: 150%;
	left: 50%;
	z-index: 1000;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li .sub .box {
	box-shadow: 0px 0px 5px #838383;
	background-color: #fff;
}

.header-pc .pc-nav li .sub a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 2.5rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li .sub a:hover {
	background-color: #FB9B00;
	color: #fff;
}

.header-pc .pc-nav li:hover>a {
	color: #FB9B00;

}

.header-pc .pc-nav li:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mobile-nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(51, 51, 51, .3);
	transition: all .55s cubic-bezier(0.4, 0, 0, 1);
}

.mobile-nav ul {
	width: 85%;
	height: 100%;
	padding: 5%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

.mobile-nav ul li {
	width: 100%;
	margin-bottom: 10%;
	padding-left: 10%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10%;
}

.mobile-nav ul li>a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
}

.mobile-nav.on {
	opacity: 1;
	left: 0;
	visibility: visible;
}

.head-search {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 10rem;
	position: fixed;
	left: 0;
	top: 6.5rem;
	opacity: 0;
	pointer-events: none;
	transition: all .6s;
	z-index: 11;
	line-height: 10rem;
}

.head-search .center-block {
	width: 50rem;
	position: relative;
	margin: 0 auto;
}

.head-search .center-block .text {
	width: 100%;
	height: 3.75rem;
	background: #fff;
	border: none;
	border-bottom: 1px solid #666;
	font-size: 1rem;
	padding: 0 3.5rem 0 1rem;
	border-radius: 0.2rem;
}

.head-search .center-block .btns {
	width: 1.5rem;
	height: 100%;
	background: url(../img/icon_search.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 5rem;
	top: 0;
	border: none;
	cursor: pointer;
}

.head-search.active {
	opacity: 1;
	pointer-events: auto;
}

.head-search .center-block .guanbi{
	margin-left: 1rem;
}

/* 汉堡包导航 */
.header-hb {
	width: 3.125rem;
	height: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFF;
	border-radius: 4px;
}

.data-menu-toggle {
	position: relative;
	width: 2.5rem;
	height: 1.625rem;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
}

/* 初始化样式 */
.data-menu-toggle .menu-bar,
.data-menu-toggle .menu-bar:before,
.data-menu-toggle .menu-bar:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #005FBC;
	transition: all ease-in-out .3s;
}

.data-menu-toggle .menu-bar.bar {
	top: 10px;
}

.data-menu-toggle .menu-bar.bar:before {
	content: "";
	top: -10px;
}

.data-menu-toggle .menu-bar.bar:after {
	content: "";
	top: 10px;
}

/* 激活样式 */
.data-menu-toggle.active .bar {
	background-color: transparent;
}

.data-menu-toggle.active .bar:before {
	top: 0px;
	transform: rotate(45deg);
}

.data-menu-toggle.active .bar:after {
	top: 0px;
	transform: rotate(-45deg);
}

/* 下拉导航 */
.page-ab-box{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: calc(100% - 8rem);
	z-index: 99999;
	display: none;
}

.page-ab-box .page-title-box{
	width: 100%;
	height: 80%;
	background: url(../img/img9.png);
	background-size: cover;
	border-radius: 12px;
	padding-top: 3.875rem;

}

.page-ab-box .page-title-box .page-top-box{
	height: 70%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 3.125rem;
}

.page-ab-box .page-title-box .page-top-box::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

.page-ab-box .page-title-box .page-top-box::-webkit-scrollbar-thumb {
	background-color: #005FBC;
}

.page-ab-box .page-title-box ul{
	flex-direction: column;
}

.page-ab-box .page-title-box ul h1{
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.page-ab-box .page-title-box ul li{
	margin-top: 1.25rem;
}

.page-ab-box .page-title-box ul li:nth-child(2){
	margin-top: 3.5rem;
}

.page-ab-box .page-title-box ul li a{
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	transition: .4s;
}

.page-ab-box .page-title-box ul li a:hover{
	color: #005FBC;
	transition: .4s;
}

.page-ab-box .page-title-box .page-bottom-box {
	position: absolute;
	bottom: 2.5rem;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.page-ab-box .page-title-box .page-bottom-box .page-img-box{
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	background: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

/* swiper */
.banner .mySwiperbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .mySwiperbanner .pagination {
	position: absolute;
	z-index: 10;
	bottom: 11.4375rem;
	text-align: right;
	padding-right: 7.5rem;
}

.banner .mySwiperbanner .pagination .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #FF9E00;
	border-radius: 50%;
}

.banner .mySwiperbanner .pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}

.banner .mySwiperbanner .swiper-box {
	position: absolute;
	bottom: 0;
	height: 9.8125rem;
	margin-left: 7.5rem;
	margin-right: 7.5rem;
}

.banner .dot-btn{
	width: 4.375rem;
	height: 4.375rem;
	position: absolute;
	z-index: 20;
	bottom: 2.5rem;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	border-radius: 50%;
	animation: boderScaleImg 1.2s ease-in-out infinite;
}

.banner .dot-btn img {
	width: 21px;
	height: 28px;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 3;
}

@keyframes boderScaleImg{
	0%{transform: translateY(0) scale(1);opacity: 1;}
	50%{transform: translateY(-20px) scale(.95);opacity: .9;}
	100%{transform: translateY(0) scale(1);opacity: 1;}
}


/* @keyframes boderScaleImg {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
} */

.page-yuanxi-box .page-body-box{
  width:100%;
  height: 42.1875rem;
}

.page-yuanxi-box .page-body-box img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.page-yuanxi-box .page-right-box {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	top: 0px;
	background-color: rgb(255 255 255 / 90%);
	padding: 0 1.5625rem;
}

.page-yuanxi-box .page-right-box .page-left .page-top {
	margin-bottom: 2rem;
}

.page-yuanxi-box .page-right-box .page-left .page-top span {
	display: block;
	width: 5px;
	height: 1.25rem;
	background: #005FBC;
}

.page-yuanxi-box .page-right-box .page-left .page-top p {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #000000;
	margin-left: 7px;
}

.page-yuanxi-box .page-right-box .page-left {
	width: 32%;
	border-right: 1px solid #DADADA;
	padding-top: 2rem;
	flex-direction: column;
}
.page-yuanxi-box .page-right-box .page-left ul{
  min-height:11rem;
  align-content: flex-start;
}
.page-yuanxi-box .page-right-box .page-left .page-bottom-box{
	margin-top: 3.375rem;
}

.page-yuanxi-box .page-right-box .page-left:last-child {
	border-right: 0px;
}

.page-yuanxi-box .page-right-box .page-left ul {
	flex-wrap: wrap;
	justify-content:space-between;
}

.page-yuanxi-box .page-right-box .page-left ul li {
	width: 49%;
	margin-bottom: 1.25rem;
	transition: .4s;
}

.page-yuanxi-box .page-right-box .page-left ul li a {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.page-yuanxi-box .page-right-box .page-left ul li:hover a {
	color: #005FBC;
	transition: .4s;
}

.page-yuanxi-box .page-yuanxi-top {
	text-align: center;
	padding-top: 3.75rem;
	margin-bottom: 1.875rem;
}

.page-yuanxi-box .page-yuanxi-top h1 {
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
	background: url(../img/yuanxi-icon.png)center center no-repeat;
}

.page-yuanxi-box .page-yuanxi-top p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #C3C3C3;
	margin-top: 0.875rem;
	text-transform: uppercase;
}

/* 学院要闻 */
.page-college-box {
	padding-top: 5rem;
	padding-bottom: 3.75rem;
	background-color: #FFFFFF;
}

.page-college-box .page-left-box {
	width: 46%;
}

.page-college-box .page-left-box .page-top-box {
	margin-bottom: 1.5rem;
}

.page-college-box .page-left-box .page-top-box .left h1 {
  width:fit-content;;
  padding:0 1.5rem;
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
	position:relative;
}

.page-college-box .page-left-box .page-top-box .left h1::before{
  content:'';
  display:block;
  width:11px;
  height:11px;
  background:url(../img/icon9.png);
  position:absolute;
  bottom:0px;
  left:0px;
}

.page-college-box .page-left-box .page-top-box .left h1::after{
  content:'';
  display:block;
  width:11px;
  height:11px;
  background:url(../img/icon10.png);
  position:absolute;
  bottom:0px;
  right:0px;
}

.page-college-box .page-left-box .page-top-box .left p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #C3C3C3;
	margin-top: 0.875rem;
	text-transform: uppercase;
}

.page-college-box .page-left-box .page-top-box .right .more {
	display: block;
	width: 7.0625rem;
	height: 1.4375rem;
	font-size: 1rem;
	color: #005FBC;
	background: url(../img/wt-more.png) center center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-college-box .page-left-box .page-top-box .right .more:hover {
	padding-right: 1.25rem;
}

.page-college-box .page-left-box ul li {
	margin-bottom: 1.875rem;
	transition: .4s;
}

.page-college-box .page-left-box ul li:last-child {
	margin-bottom: 0px;
}

.page-college-box .page-left-box ul li .left {
	width: 10.9375rem;
	height: 6.75rem;
	overflow: hidden;
}

.page-college-box .page-left-box ul li .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:.4s;
}

.page-college-box .page-left-box ul li:hover .left img {
	transform: scale(1.1);
	transition: .4s;
}

.page-college-box .page-left-box ul li .right {
	margin-left: 0.875rem;
	width:100%;
}

.page-college-box .page-left-box ul li .right h1 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	transition:.4s;
	color: #333333;
}

.page-college-box .page-left-box ul li:hover .right h1{
  color:#005FBC;
  transition:.4s;
}

.page-college-box .page-left-box ul li .right p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.page-college-box .page-left-box ul li .right em {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #005FBC;
}

/* 通知公告 */
.page-college-box.page-news-box {
	background-color: #F6F6F6;
	margin-top:0px;
}

.page-news-box .page-left-box ul li {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.5rem;
	height: 4.375rem;
	line-height: 4.375rem;
	transition: .4s;
	margin-bottom:0px;
	-webkit-transition: .4s;
}

.page-news-box .page-left-box ul li:hover a {
	padding-left: 1.25rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .page-left-box ul li a {
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .page-left-box ul li i {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #005FBC;
	background: url(../img/news-icon1.png)left center no-repeat;
	padding-left: 20px;
	flex-shrink:0;
}

.page-news-box .page-left-box ul li p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-left: 1rem;
}

/* 校园图片 */
.page-school-box .page-title-box{
  margin:3% 0px;
}

.page-school-box .page-top-box {
	text-align: center;
	margin-bottom: 2rem;
}

.page-school-box .page-top-box h1 {
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
	background: url(../img/yuanxi-icon.png)center bottom no-repeat;
}

.page-school-box .page-top-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #C3C3C3;
	margin-top: 0.875rem;
	text-transform: uppercase;
}

.scenery .campus{
	width: 100%;
	height: 38.75rem;
}
.scenery .campus li:nth-child(1){
	width: 100%;
	height: 100%;
	background: url(../img/school-img1.png);
	background-size: cover;
	position: relative;
}
.scenery .campus li:nth-child(2){
	width: 100%;
	height: 100%;
	background: url(../img/school-img2.png);
	background-size: cover;
	position: relative;
}
.scenery .campus li:nth-child(3){
	width: 100%;
	height: 100%;
	background: url(../img/school-img3.png);
	background-size: cover;
	position: relative;
}
.scenery .campus li:nth-child(4){
	width: 100%;
	height: 100%;
	background: url(../img/school-img4.png);
	background-size: cover;
	position: relative;
}
.scenery .campus li:nth-child(5){
	width: 100%;
	height: 100%;
	background: url(../img/school-img5.png);
	background-size: cover;
	position: relative;
}
.scenery .campus li:nth-child(odd) img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.scenery .campus li:nth-child(even) img{
	position: absolute;
	top: 0;
	right: 0;
}
.scenery .campus li:nth-child(odd) p{
	width: 4.3rem;  
	font-size: 1.5625rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.0625rem;
	position: absolute;
	bottom: 10%;
	right: 5px;
	height:12.5rem;
	overflow:hidden;
	writing-mode: vertical-rl;
  right: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsip;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.scenery .campus li:nth-child(even) p{
	width: 4.3rem;  
	font-size: 1.5625rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.0625rem;
	position: absolute;
	top: 15%;
	height:12.5rem;
	overflow:hidden;
	overflow:hidden;
	writing-mode: vertical-rl;
  right: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsip;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.scenery .campus li:hover{
	width: 300%;
	-webkit-transition: .8s;
}

/* 川港交流 */
.page-exchange-box {
	padding-bottom: 4.25rem;
}

.page-exchange-box .page-top-box {
	text-align: center;
	margin: 3.125rem 0px;
}

.page-exchange-box .page-top-box h1 {
  display: inline-block;
  padding:0 2rem;
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
	text-align:center;
	position:relative;
}

.page-exchange-box .page-top-box h1::before{
  content:'';
  display:block;
  width:11px;
  height:11px;
  background:url(../img/icon9.png);
  position:absolute;
  bottom:0px;
  left:0px;
}

.page-exchange-box .page-top-box h1::after{
  content:'';
  display:block;
  width:11px;
  height:11px;
  background:url(../img/icon10.png);
  position:absolute;
  bottom:0px;
  right:0px;
}

.page-exchange-box .page-top-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #C3C3C3;
	margin-top: 0.875rem;
	text-transform: uppercase;
}

.page-exchange-box ul li {
	width: 50%;
}

.page-exchange-box ul li .page-left-box {
	width: 50%;
	background-color: #FFF;
	padding: 0 1.25rem;
	padding-top: 3.5rem;
}

.page-exchange-box ul li .page-right-box {
	width: 50%;
	height: 22.75rem;
	overflow: hidden;
}

.page-exchange-box ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-exchange-box ul li:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.page-exchange-box ul li .page-left-box em {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #6A6A6A;
	text-align: center;
}

.page-exchange-box ul li .page-left-box h1 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	margin-top: 2rem;
	transition:.4s;
}

.page-exchange-box ul li:hover .page-left-box h1{
  color:#005FBC;
  transition:.4s;
}

.page-exchange-box ul li .page-left-box p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #333333;
	margin-top: 1.5rem;
}

.page-exchange-box ul li .page-left-box h2 {
	width: 6.25rem;
	height: 2.125rem;
	line-height: 2.125rem;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #C9C9C9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3.125rem;
	margin: 0 auto;
}

/* 友情链接 */
.page-lianjie-box {
	background-color: #FFF;
}

.page-lianjie-box .page-lianjie-top ul {
	flex-wrap: wrap;
	padding: 3.75rem 0px;
	margin-bottom:-1.25rem;
}

.page-lianjie-box .page-lianjie-top ul li {
	width: 32%;
	height:6.25rem;
	overflow: hidden;
	margin-bottom:1.25rem;
}

.page-lianjie-box .page-lianjie-top ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-lianjie-box .page-lianjie-top ul li:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.page-lianjie-box .page-lianjie-top ul::after {
	content: '';
	width: 32%;
	height: 0;
}

.page-lianjie-box .page-lianjie-bottom {
	width: 100%;
	height: 28.375rem;
}

.page-lianjie-box .page-lianjie-bottom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-lianjie-box .page-lianjie-bottom .page-zixun-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 93.75rem;
	height: 19.0625rem;
	background: url(../img/exchange-icon.png)center center no-repeat;
	background-size: cover;
	padding-left: 6.25rem;
	padding-top: 3.75rem;
}

.page-lianjie-box .page-lianjie-bottom .page-zixun-box .page-top-box h1 {
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.page-lianjie-box .page-lianjie-bottom .page-zixun-box .page-top-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 1.125rem;
}

.page-lianjie-box .page-lianjie-bottom .page-zixun-box .page-bottom-box {
	margin: 0 -0.75rem;
	margin-top: 3.125rem;
}

.page-lianjie-box .page-lianjie-bottom .page-zixun-box .page-bottom-box a {
	display: block;
	width: 11.625rem;
	height: 3.25rem;
	line-height: 3.25rem;
	background: linear-gradient(90deg, #FFD998, #FFA200);
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0.75rem;
}

/* footer */
.footer {
	height: 21.9375rem;
	flex-direction: column;
	background: url(../img/footer.png) center center no-repeat;
}

.footer .page-top-box {
	width: 100%;
	height: 50%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .page-top-box .page-left-box {
	width: 17.5%;
	height: 5.7rem;
}

.footer .page-top-box .page-left-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer .page-top-box .page-centre-box {
	margin: 0 2.5rem;
}

.footer .page-top-box .page-centre-box ul {
	flex-wrap: wrap;
	width: 100%;
}

.footer .page-top-box .page-centre-box ul li {
	width: 33%;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-bottom: 1.125rem;
}

.footer .page-top-box .page-right-box {
	width: 33.5rem;
}

.footer .page-top-box .page-right-box ul {
	flex-wrap: wrap;
}

.footer .page-top-box .page-right-box ul li {
	width: 3.5625rem;
	height: 3.5625rem;
	/*background: url(../img/footer-icon1.png) center center no-repeat;*/
	border-radius: 8px;
	transition: .4s;
	background-size: cover!important;
}

/*.footer .page-top-box .page-right-box ul li:hover {
	background: url(../img/footer-icon1-hover.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li.icon2 {
	background: url(../img/footer-icon2.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li:hover.icon2 {
	background: url(../img/footer-icon2-hover.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li.icon3 {
	background: url(../img/footer-icon3.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li:hover.icon3 {
	background: url(../img/footer-icon3-hover.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li.icon4 {
	background: url(../img/footer-icon4.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li:hover.icon4 {
	background: url(../img/footer-icon4-hover.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li.icon5 {
	background: url(../img/footer-icon5.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li:hover.icon5 {
	background: url(../img/footer-icon5-hover.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li.icon6 {
	background: url(../img/footer-icon6.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li:hover.icon6 {
	background: url(../img/footer-icon6-hover.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li.icon7 {
	background: url(../img/footer-icon7.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}

.footer .page-top-box .page-right-box ul li:hover.icon7 {
	background: url(../img/footer-icon7-hover.png) center center no-repeat;
	transition: .4s;
	background-size: cover;
}
*/
.footer .page-bottom-box {
	height: 50%;
}

.footer .page-bottom-box .page-left-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
}

.footer .page-bottom-box .page-left-box a {
	font-size: 1rem;
	border-left: 1px solid #919191;
	color: #919191;
	padding-left: 10px;
	margin-left: 10px;
}

.footer .page-bottom-box .page-right-box .link-box {
	border: 1px solid #959595;
	height: 3.375rem;
	line-height: 3.375rem;
	background-color: transparent;
	font-size: 1rem;
	color: #5B5B5B;
	padding: 0 0.875rem;
}

.footer .page-bottom-box .page-right-box .link-box .icon {
	width: 12px;
	height: 10px;
	background: url(../img/link-sjx.png) center center no-repeat;
	margin-left: 2.8125rem;
}

.footer .page-bottom-box .page-right-box .link-box .sub {
	position: absolute;
	top: 130%;
	left: 0;
	z-index: 200;
	background-color: transparent;
	max-height: 9.5rem;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .4s;
	-webkit-transition: .4s;
}

.footer .page-bottom-box .page-right-box .link-box .sub::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

.footer .page-bottom-box .page-right-box .link-box .sub::-webkit-scrollbar-thumb {
	background-color: #005FBC;
}

.footer .page-bottom-box .page-right-box .link-box .sub a {
	display: block;
	font-size: 14px;
	color: #5B5B5B;
	line-height: 3.375rem;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 0.875rem;
	border: 1px solid #959595;
}

.footer .page-bottom-box .page-right-box .link-box:hover .sub {
	top: -300%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* 00首页_学院要闻 */
.page-banner2-box {
	width: 100%;
	height: 43.75rem;
}

.page-banner2-box .banner-top-box {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 10.75rem;
	background: url(../img/banner-top.png)center center no-repeat;
	background-size: cover;
}

.page-banner2-box .banner-top-box .page-title-box {
	position: absolute;
	bottom: 2.25rem;
	left: 5.25%;
}

.page-banner2-box .banner-top-box .page-left-box {
	text-align: center;
}

.page-banner2-box .banner-top-box .page-left-box h1 {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	width: 10rem;
	background: url(../img/yuanxi-icon2.png)left center no-repeat;
	background-size: 100%;
}

.page-banner2-box .banner-top-box .page-left-box p {
	font-size: 1.125rem;
	color: #60b0ff;
	margin-top: 0.75rem;
	text-transform: uppercase;
}

.page-banner2-box .banner-top-box .page-daohang-box {
	position: absolute;
	bottom: 2.25rem;
	left: 22%;
}

.page-banner2-box .banner-top-box .page-daohang-box ul {
	margin: 0;
}

.page-banner2-box .banner-top-box .page-daohang-box ul li a {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 0.5rem;
	transition: .4s;
}

.page-banner2-box .banner-top-box .page-daohang-box ul li a.on,
.page-banner2-box .banner-top-box .page-daohang-box ul li a:hover {
	color: #00D2FF;
	transition: .4s;
	padding-bottom: 10px;
	border-bottom: 1px solid #00D2FF;
}

.page-banner2-box .mySwiperbanner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-news-box {
	margin-top: 3.375rem;
}

.page-news-box .news-top {
	position: relative;
	padding-top: 3.75rem;
	display:none;
}

.page-news-box .news-top ul {
	margin: 0 -0.75rem;
}

.page-news-box .news-top li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 33.33333333%;
	height: 25.625rem;
	margin-bottom: 2.5rem;
	z-index: 50;
	padding: 0 0.75rem;
}

.page-news-box .news-top li a {
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.page-news-box .news-top li .img-box {
	height: 66%;
}

.page-news-box .news-top li .info {
	height: 34%;
	padding: 4.5% 4.2% 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-top li .info .title {
	height: 3.625rem;
	font-size: 1.25rem;
	color: #333333;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-top li .info .desc {
	height: 0;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 2%;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-top li .info .time {
	line-height: 2;
	background: url(../img/page-news-time.png) left center no-repeat;
	padding-left: 1.875rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-top li .info .time em {
	font-size: 14px;
	color: #949494;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-top li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-news-box .news-top li:hover .info {
	height: 13.75rem;
	background-color: #005FBC;
	padding-top: 3%;
}

.page-news-box .news-top li:hover .info * {
	color: #fff !important;
}

.page-news-box .news-top li:hover .info .desc {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-top: 5%;
}

.page-news-box .news-top li:hover .info .time {
	margin-top: 0.875rem;
	filter: brightness(10);
}

.page-news-box .news-top li:hover .info .time .icon {
	opacity: 1;
	visibility: visible;
}

.page-news-box .news-bottom {
	background-color: #fff;
}

.page-news-box .news-bottom ul {
	margin-bottom: 4%;
	padding-top:2%;
}

.page-news-box .news-bottom li a {
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px dashed #e2e2e2;
	background: linear-gradient(#194993, #194993) left bottom/0% 2px no-repeat;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li .time {
	width: 4.625rem;
	height: 6.25rem;
	text-align: center;
	overflow: hidden;
	font-size: 3rem;
	color: #666;
	border: 1px solid #c6c6c6;
	padding-top: 1rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li .time em {
	font-size: 12px;
	margin-top: 0.375rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li .info {
	overflow: hidden;
	margin-right: 3.125rem;
	padding-left: 1.625rem;
}

.page-news-box .news-bottom li .info .title {
	font-size: 1.25rem;
	color: #222;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li .info .title em {
	font-size: 1rem;
	color: #858585;
}

.page-news-box .news-bottom li .info .desc {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 1%;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li .img-box {
	width: 14.875rem;
	height: 9.25rem;
}

.page-news-box .news-bottom li .more {
	font-size: 14px;
	color: #9a9a9a;
	background: url(../img/p-more.png) right center no-repeat;
	background-size: 2rem 2rem;
	padding-right: 40px;
	line-height: 2;
	margin-top: 1.5rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li:hover a {
	background-size: 100% 2px;
	box-shadow: 0px 0px 10px #d2d2d2;
}

.page-news-box .news-bottom li:hover .time {
	color: #fff;
	background-color: #005FBC;
}

.page-news-box .news-bottom li:hover .time em {
	color: #fff;
}

.page-news-box .news-bottom li:hover .title {
	text-indent: 5px;
	color: #005FBC;
}

.page-news-box .news-bottom li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-news-box .news-bottom li:hover .more {
	color: #005FBC;
	background-image: url(../img/p-more-hover.png);
}

.paging-footer .page-paging-box{
  justify-content:center;
}

.paging-footer .ym{
  margin-left:1rem;
}

.paging-footer .ym em{
  font-size: 1.25rem;
}

.paging-footer .ym em .input-txt{
  width: 3rem;
  height: 3rem;
  margin: 0 10px;
  font-size: 1.25rem;
  text-align: center;
  border:1px solid #ccc;
}

.paging-footer .ym .qd{
  margin-left:10px;
}

.page-paging-box {
	text-align: center;
	margin-top: 3.75rem;
	margin-bottom: 5.625rem;
}

.page-paging-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.125rem;
	color: #666;
	background-color: #e8e8e8;
	padding: 0 1rem;
	border-right: 1px solid #fff;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-paging-box a:last-child {
	border-right: none;
}

.page-paging-box a:hover,
.page-paging-box a.curr {
	background-color: #004BA0;
	color: #fff;
}

/* 学院要闻-详情页 */
.news-banner {
	height: 30.25rem;
}

.news-banner .top {
	margin-top: 2.5rem;
}

.news-banner .top p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #99DAB4;
	height: 1.5rem;
	line-height: 1.5rem;
	background: url(../img/dingwei-icon.png)left center no-repeat;
	padding-left: 1.875rem;
}

.news-banner .top p a {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #99DAB4;
}

.news-banner .news-top-box {
	position: absolute;
	bottom: 5.5rem;
	width: 71.5625rem;
}

.news-banner .body h1 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #F0F0F0;
	margin-bottom: 6.25rem;
}

.news-banner .bottom .details-time span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	color: #888;
	line-height: 25px;
	padding-left: 22px;
}

.news-banner .bottom .details-time span:nth-child(1) {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #F0F0F0;
	background: url(../img/time-icon.png) left center no-repeat;
}

.news-banner .bottom .details-time span:nth-child(2) {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #F0F0F0;
	background: url(../img/eyes-icon.png) left center no-repeat;
	margin-left: 2.5rem;
}

.news-banner {
	padding-left: 12.5rem !important;
}

.news-banner .bottom {
	width: 100%;
}

.news-banner .bottom .font-max {
	margin: 0 -5px;
}

.news-banner .bottom .font-max span {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #F0F0F0;
}

.news-banner .bottom .font-max a {
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #FFFFFF;
	margin: 0 5px;
}

.news-title-box {
	background-color: #F6F6F6;
}

.news-title-box .left {
	display: flex;
	flex-direction: column;
	margin-top: 3.375rem;
}

.news-title-box .left .sher-main {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}

.news-title-box .body {
	width: 71.5625rem;
	background-color: #FFFFFF;
	padding-left: 4.0625rem;
	padding-right: 5.0625rem;
	padding-top: 4.5rem;
	text-align: center;
	margin-bottom: 5.625rem;
	margin-left: 3.5rem;
	margin-top: -4.5rem;
}

.news-title-box .body p {
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	margin-bottom:2rem;
}

.news-title-box .body img {
	width: 100%;
	height:100%;
	object-fit: cover;
}

.news-title-box .body p img{
  max-width:100%;
  max-height:100%;
  object-fit:cover;
  width:auto;
  height:auto;
}

.news-title-box .body .bottom img {
	width: 7.8125rem;
	height: 7.8125rem;
	object-fit: cover;
}

.news-title-box .body .tiao {
	margin-bottom: 6.25rem;
	margin-top: 3.125rem;
}

.news-title-box .body .tiao a {
	width: 48%;
	margin: 0;
	height: 10.0625rem;
	border-top: 4px solid rgba(0, 95, 188, 0.5);
	transition: .4s;
	padding-left: 1.25rem;
	padding-top: 1.875rem;
	text-align: left;
}

.news-title-box .body .tiao a h1 {
	font-size: 2rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-bottom: 1.25rem;
}

.news-title-box .body .tiao a p{
  font-size:1rem;
  font-family: SourceHanSansCN;
	font-weight: 400;
}

.news-title-box .body .tiao a:hover {
	border-top: 4px solid rgba(0, 95, 188, 1);
	height: 10.0625rem;
	background: #FFFFFF;
	box-shadow: 0px 15px 16px 2px rgba(180, 180, 180, 0.24);
	transition: .4s;
}

.news-title-box .right {
	padding-left: 2rem;
	width: 27.875rem;
	margin-top: -5rem;
}

.news-title-box .right .top {
	margin-top: 1.875rem;
	padding-bottom: 0.8125rem;
	border-bottom: 2px solid #D6D6D6;
}

.news-title-box .right .top span {
	display: block;
	width: 6px;
	height: 30px;
	background: #005FBC;
}

.news-title-box .right .page-top-box {
	height: 5rem;
	line-height: 5rem;
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #C0E2FF;
}

.news-title-box .right .page-top-box h1 {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #C0E2FF;
	background: url(../img/icon5.png)left center no-repeat;
	padding-left: 1.5rem;
}

.news-title-box .right .page-top-box a {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #C0E2FF;
	margin: 0 2px;
}

.news-title-box .right .top h1 {
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-left: 0.8125rem;
}

.news-title-box .right .title {
	margin-top: 2.375rem;
}

.news-title-box .right .title ul li {
	margin-top: 1.875rem;
}

.news-title-box .right .title ul li a .page-left {
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	background: #00A3F0;
	border-radius: 50%;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

.news-title-box .right .title ul li:nth-child(1) a .page-left {
	background: #EF001E;
}

.news-title-box .right .title ul li:nth-child(2) a .page-left {
	background: #F46A00;
}

.news-title-box .right .title ul li:nth-child(3) a .page-left {
	background: #FB9B00;
}

.news-title-box .right .title ul li a .page-left {}

.news-title-box .right .title ul li a .page-right {
	padding-left: 8px;
	margin-top: -3px;
}

.news-title-box .right .title ul li a .page-right h1 {
	font-size: 1.125rem;
	color: #000;
	transition: .4s;
}

.news-title-box .right .title ul li a .page-right em {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #636363;
	margin-top: 10px;
}

.news-title-box .right .title ul li:hover a .page-right h1 {
	color: #005FBC;
	transition: .4s;
}


/* 学校介绍 */
.page-school-box {
  
}

.page-school-box .logo {
	margin-top: 3.125rem;
	margin-bottom: 4rem;
}

.page-school-box .logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-school-box .page-title-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
}

/* 01认识长江_04学校领导 */
.page-leaders-box {
	margin-top: 4rem;
	margin-bottom: 5rem;
}

.page-leaders-box ul {
	flex-wrap: wrap;
}

.page-leaders-box ul li {
	width: 49%;
	height: 20.5rem;
	border: 1px solid #EEEEEE;
	margin-bottom: 2rem;
	transition: .4s;
}

.page-leaders-box ul li .left {
	width: 15.25rem;
	height: 100%;
	background: #737373;
	overflow: hidden;
}

.page-leaders-box ul li .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-leaders-box ul li .right {
	width: 100%;
	padding: 0px 2.5rem;
	padding-top: 1.5rem;
}

.page-leaders-box ul li .right h1 {
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	padding-bottom: 1rem;
	border-bottom: 4px solid #005FBC;
	transition: .4s;
}

.page-leaders-box ul li .right h2 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-top: 1.25rem;
}

.page-leaders-box ul li .right p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-top: 2rem;
}

.page-leaders-box ul li .right span {
	display: block;
	width: 5rem;
	height: 2.25rem;
	border: 1px solid #005FBC;
	border-radius: 19px;
	text-align: center;
	line-height: 2.25rem;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #005FBC;
	position: absolute;
	right: 1.625rem;
	bottom: 2rem;
}

.page-leaders-box ul li:hover .right h1 {
	color: #005FBC;
	transition: .4s;
}

.page-leaders-box ul li:hover .left img {
	transform: scale(1.1);
	transition: .4s;
}

/* 01认识长江_04学校领导弹窗 */
.page-frame-box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999999999999999999999;
}

.page-frame-box .frame-box {
	width: 70%;
	height: 80%;
	margin: auto;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
}

.page-frame-box .frame-box .frame-top {
	height: 9rem;
	background: #0358BF;
	padding: 0 3.125rem;
}

.page-frame-box .frame-box .frame-top h1 {
	font-size: 2.375rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 2.25rem;
}

.page-frame-box .frame-box .frame-top ul {
	width: 40.75rem;
	margin-top: 1.875rem;
}

.page-frame-box .frame-box .frame-top ul li {
	/* width: calc(100% / 3); */
	margin-right: 6.875rem;
	flex-shrink: 0;
}

.page-frame-box .frame-box .frame-top ul li p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.page-frame-box .frame-box .frame-bottom {
	padding: 0 3.125rem;
	padding-top: 2.8125rem;
	padding-bottom: 5rem;
	height: 100%;
}

.page-frame-box .frame-box .frame-bottom .page-left-box {
	width: 15.25rem;
	height: 20.5rem;
}

.page-frame-box .frame-box .frame-bottom .page-left-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-frame-box .frame-box .frame-bottom .page-right-box {
	height: 100%;
	margin-top: 1.5rem;
	padding-left: 2.5rem;
}

.page-frame-box .frame-box .frame-bottom .page-right-box ul {
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 2rem;
	height: 75%;
	padding-right: 2rem;
}


.page-frame-box .frame-box .frame-bottom .page-right-box>h1 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 1rem;
}


.page-frame-box .frame-box .frame-bottom .page-right-box>span {
	display: block;
	width: 55px;
	height: 4px;
	background: #005FBC;
}

.page-frame-box .frame-box .frame-bottom .page-right-box>h2 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-top: 1.25rem;
}

.page-frame-box .frame-box .frame-bottom ul::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #e5e5e5;
}

.page-frame-box .frame-box .frame-bottom ul::-webkit-scrollbar-thumb {
	background-color: #0358bf;
}

.page-frame-box .frame-box .send-btn {
	display: block;
	height: 5rem;
	line-height: 5rem;
	background-color: #eee;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	font-size: 1.25rem;
	color: #000;
	text-align: center;
}

.page-frame-box .frame-box .send-btn em {
	color: #0358bf;
}

.page-frame-box .frame-box .frame-bottom ul li {
	margin-top: 3.4375rem;
}

.page-frame-box .frame-box .frame-bottom ul li:first-child {
	margin-top: 0px;
}

.page-frame-box .frame-box .frame-bottom .frame-text {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 2.25rem;
}

.page-frame-box .frame-box .frame-bottom .frame-text img{
  max-width:100%;
}

.page-frame-box .frame-box .frame-tc a {
	display: block;
	width: 2.625rem;
	height: 2.625rem;
	background: #FFFFFF;
	border-radius: 50%;
	background: url(../img/ly-tc.png) center center no-repeat;
	position: absolute;
	top: 1.875rem;
	right: 2.1875rem;
	border: 1px solid #B5B5B5;
}

/* 01认识长江_05长江视频 */
.page-shipin-box {
	margin-top: 4rem;
}

.page-shipin-box ul {
	flex-wrap: wrap;
	margin: 0 -0.8125rem;
}

.page-shipin-box ul li {
	width: 24%;
	background-color: rgba(115, 115, 115, 0.1);
	margin: 0 6px;
}

.page-shipin-box ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-shipin-box ul li p {
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #222222;
	text-align: center;
}

.page-shipin-box ul li {
	margin-bottom: 1.875rem;
	transition: .4s;
}

.page-shipin-box ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.page-shipin-box ul li a .oh{
  width:100%;
  height:14.6875rem;
}

.page-shipin-box ul li a::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/icon1.png)center center no-repeat;
	border-radius: 50%;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-shipin-box ul li:hover img {
	transform: scale(1.1);
	transition: .4s;
}

/* 02招生信息_02资助与奖励 */
.page-server-box {
	margin-top: 3.75rem;
}

.page-server-box li {
	border-bottom: 1px dashed #d2d2d2;
	padding: 1.75rem 1.125rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-server-box li .title {
	font-size: 1.125rem;
	color: #333;
	background: url(../img/diandian-icon2.png) left center no-repeat;
	padding-left: 0.875rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-server-box li .time {
	font-size: 14px;
	color: #a5a5a5;
	margin-left: 1.875rem;
}

.page-server-box li:hover {
	background-color: #E5F4FC;
}

.page-server-box li:hover .title {
	color: #005FBC;
	background: url(../img/diandian-icon.png) left center no-repeat;
	-webkit-transition: .4s;
}

/* 04教学部门_智能工程学院(子站首页) */


/* 04教学部门_智能工程学院(子站首页)_系部专业 */
.page-zhuanye-box .page-yuanxi-top {
	text-align: center;
	padding-top: 3.75rem;
	margin-bottom: 1.875rem;
}

.page-zhuanye-box .page-yuanxi-top h1 {
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
	/*background: url(../img/yuanxi-icon.png)center center no-repeat;*/
}

.page-zhuanye-box .page-yuanxi-top p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #C3C3C3;
	margin-top: 0.875rem;
	text-transform: uppercase;
}

.page-zhuanye-box .news-top {
	position: relative;
	padding-top: 3.75rem;
}

.page-zhuanye-box .news-top ul {
	margin: 0 -0.75rem;
}

.page-zhuanye-box .news-top li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	height: 21.5rem;
	margin: 0 0.54rem;
	margin-bottom: 2.5rem;
}

.page-zhuanye-box .news-top li a {
	overflow: hidden;
	background-color: rgba(115, 115, 115, 0.1);
	position: relative;
}

.page-zhuanye-box .news-top li .img-box {
	height: 82%;
}

.page-zhuanye-box .news-top li .info {
	height: 18%;
	padding: 0 1.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-zhuanye-box .news-top li .info .title {
	height: 3.625rem;
	line-height: 3.625rem;
	font-size: 1.25rem;
	color: #333333;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-zhuanye-box .news-top li .info .desc {
	height: 0;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 2%;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-zhuanye-box .news-top li .info .time {
	line-height: 2;
	background: url(../img/icon7.png) right center no-repeat;
	padding-right: 1.875rem;
	transition: .4s;
	-webkit-transition: .4s;
	text-align: right;
}

.page-zhuanye-box .news-top li .info .time em {
	font-size: 14px;
	color: #949494;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-zhuanye-box .news-top li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-zhuanye-box .news-top li:hover .info {
	height: 13.75rem;
	background-color: #005FBC;
	padding-top: 3%;
}

.page-zhuanye-box .news-top li:hover .info * {
	color: #fff !important;
}

.page-zhuanye-box .news-top li:hover .info .desc {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-top: 5%;
}

.page-zhuanye-box .news-top li:hover .info .time {
	margin-top: 0.875rem;
	filter: brightness(10);
}

.page-zhuanye-box .news-top li:hover .info .time .icon {
	opacity: 1;
	visibility: visible;
}

.paging {
	text-align: center;
	margin-top: 3.75rem;
	margin-bottom: 5.625rem;
}

.paging a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 3.375rem;
	line-height: 3.375rem;
	font-size: 1.125rem;
	color: #666;
	background-color: #e8e8e8;
	padding: 0 1.25rem;
	border-right: 1px solid #fff;
	transition: .4s;
	-webkit-transition: .4s;
}

.paging a:last-child {
	border-right: none;
}

.paging a:hover,
.paging a.curr {
	background-color: #004BA0;
	color: #fff;
}

/* 院长信箱 */
.page-content-info-box {
  background: url(../img/page-bg.jpg) center top no-repeat;
  background-size: auto;
  position: relative;
  z-index: 20;
  padding: 3.125rem 0px;
}

.page-content-info-box .container {
  padding-top: 3.125rem;
}

.page-content-info-box .box-wrap {
  min-height: 300px;
  background-color: #fff;
  padding: 3.125rem;
}

.page-form-box {
  margin-top: 2.5rem;
  padding: 0 4.25rem 2.5rem;
}

.page-form-box .img-box {
  width: 24.625rem;
  height: 43.625rem;
  margin-right: 1.25rem;
}

.page-form-box .img-box:hover i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-form-box .right-form {
  border: 1px solid #ededed;
  padding: 1.875rem;
  position: relative;
}

.page-form-box .right-form::before {
  content: '';
  display: block;
  width: 12px;
  height: 24px;
  background: url(../img/ly-sjx-icon.png) center center no-repeat;
  position: absolute;
  left: -9px;
  top: 50px;
  z-index: 10;
}

.page-form-box .right-form > .title {
  font-size: 1.5rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.page-form-box .right-form > .title img {
  width: 2.125rem;
  margin-right: 1.125rem;
}

.page-form-box .right-form .gropu-box .form-gropu {
  width: 48%;
  height: 2.875rem;
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.375rem;
}

.page-form-box .right-form .gropu-box .form-gropu label {
  height: 100%;
  line-height: 2.875rem;
  font-size: 14px;
  color: #888;
  margin-left: 0.875rem;
}

.page-form-box .right-form .gropu-box .form-gropu input {
  padding-left: 10px;
  font-size: 14px;
  color: #888;
  line-height: 2.875rem;
  background-color: transparent;
}

.page-form-box .right-form .gropu-box .form-gropu .radio-box {
  padding-right: 1.125rem;
}

.page-form-box .right-form .gropu-box .form-gropu .radio-box label {
  font-size: 14px;
  color: #444;
  position: relative;
}

.page-form-box .right-form .gropu-box .form-gropu .radio-box label em {
  margin-left: 5px;
}

.page-form-box .right-form .gropu-box .form-gropu .radio-box label input {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  opacity: 0;
}

.page-form-box .right-form .gropu-box .form-gropu .radio-box label i {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background-size: 100% 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-form-box .right-form .gropu-box .form-gropu .radio-box label input:checked + i {
  background: url(../img/gou-icon.png) center center no-repeat;
  border-color: #236bcc;
}

.page-form-box .right-form .gropu-box .form-gropu.title-gropu {
  width: 100%;
}

.page-form-box .right-form .gropu-box .form-gropu.textarea-gropu {
  width: 100%;
  height: 9.75rem;
}

.page-form-box .right-form .gropu-box .form-gropu.textarea-gropu label {
  height: auto;
}

.page-form-box .right-form .gropu-box .form-gropu.textarea-gropu textarea {
  height: calc(100% - 2.875rem);
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  resize: none;
  background-color: transparent;
  padding-left: 0.875rem;
}

.page-form-box .right-form .gropu-box .form-gropu.code-box .code {
  width: 4.75rem;
  height: 100%;
}

.page-form-box .right-form .gropu-box .form-gropu.code-box .btn {
  width: 30px;
  height: 100%;
  background: url(../img/ref-icon.png) center center no-repeat;
  background-size: 1.125rem 1.125rem;
  margin-right: 1.25rem;
  margin-left: 0.875rem;
}

.page-form-box .right-form .form-btn {
  line-height: 4rem;
  background-color: #005FBC;
  border-radius: 4px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  margin-top: 2rem;
}

.page-lxcj-box .page-title-box{
  min-height:300px;
}

.main {
	margin-top: 3.75rem;
}

.main li {
	border-bottom: 1px dashed #d2d2d2;
	padding: 1.75rem 1.125rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.main li .title {
	font-size: 1.125rem;
	color: #333;
	background: url(../img/diandian-icon2.png) left center no-repeat;
	padding-left: 0.875rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.main li .time {
	font-size: 14px;
	color: #a5a5a5;
	margin-left: 1.875rem;
}

.main li:hover {
	background-color: #E5F4FC;
}

.main li:hover .title {
	color: #005FBC;
	background: url(../img/diandian-icon.png) left center no-repeat;
	-webkit-transition: .4s;
}

<!--照片墙-->
.page-photo-box ul {
	width: 100%;
	flex-wrap: wrap;
}

.page-photo-box ul::after {
	content: '';
	height: 0;
	width: 32%;
}

.page-photo-box ul li {
	width: 32%;
	margin-top: 4.375rem;
	height:20rem;
}

.page-photo-box ul{
  flex-wrap:wrap;
}

.page-photo-box ul li:hover p {
	border-bottom: 1px solid #E67316;
	transition: .4s;
}

.page-photo-box ul li img {
	width: 100%;
	height:100%;
	object-fit:cover;
}

.page-photo-box ul li p {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #393838;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 1.375rem;
	margin-left: 10px;
	margin-right: 1rem;
	background: url(../img/search-icon2.png)right top no-repeat;
	transition: .4s;
	margin-top:1.375rem;
}

.page-photo-box .list-box5 {
	margin-bottom: 5.625rem;
}

.page-yd-box{
  display:none;
}

.footer .page-nav{
  width:100%;
  padding-top:2rem;
  padding-bottom:2rem;
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

.footer .page-nav ul {
  justify-content:center;
  flex-wrap:wrap;
}

.footer .page-nav ul li{
  padding: 0 5px;
  border-right:1px solid #333;
}

.footer .page-nav ul li:last-child{
  border-right:0px;
}

.footer .page-nav ul li a{
  font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	transition:.4s;
}

.footer .page-nav ul li:hover a{
  color:#005FBC;
  transition:.4s;
}

/* page-map-box */
.page-school-box .page-map-box .top-box{
	margin-top: 3rem;
}

.page-school-box .page-map-box .top-box .left-box .box1 {
	border-bottom: 1px solid #EAEAEA;
	font-family: 'syBold';
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.page-school-box .page-map-box .top-box .left-box .box1 span {
	display: block;
	font-size: 2.25rem;
	line-height: 1.5;
}

.page-school-box .page-map-box .top-box .left-box .box1 p {
	font-size: 1.5rem;
	color: #707070;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li i {
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 100%;
	background: #005FBC;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s;
	flex-shrink:0;
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li i img {
	width: 1.75rem;
	position: relative;
	z-index: 2;
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li i::after,
.page-school-box .page-map-box .top-box .left-box .box2 ul li i::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #00A3F0;
	border-radius: 100%;
	transition: all .6s;
	opacity: 0;
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li:hover i {
	background: #00A3F0;
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li:hover i::after {
	animation: zoomIn 1.4s linear infinite;
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li:hover i::before {
	animation: zoomIn 1.4s linear infinite;
}

@keyframes zoomIn {
	0% {
		opacity: 0.5;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li p {
	padding-left: 1rem;
	font-size: 1.5rem;
	font-family: 'syRegular';
	line-height: 1.5;
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li p span {
	display: block;
	font-family: 'syBold';
	font-weight: bold;
	line-height: 1.5;
}

.page-school-box .page-map-box .top-box .left-box .box2 ul li+li {
	margin-left: 5rem;
}

.page-school-box .page-map-box .top-box .right-box .box1 {
	width: 7.6875rem;
	margin-right: 3.125rem;
	text-align: center;
	float: left;
}

.page-school-box .page-map-box .top-box .right-box .box1 i {
	width: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 0.625rem;
	display: block;
	margin-bottom: 0.75rem;
	overflow: hidden;
}

.page-school-box .page-map-box .top-box .right-box .box1 i img{
	width: 100%;
}

.page-school-box .page-map-box .top-box .right-box .box1 p img{
	height: 1.875rem;
}

.page-school-box .page-map-box .map{
	margin-top: 3rem;
	margin-bottom:3rem
}

#map1{
	height: 40rem;
}

#map1 table tr td{
	border: 0px;
}
.body .title-top p{
  max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:center !important;
}
.body .title-top img{
  width:60%;
  height:auto;
  margin-bottom:1rem;
}
.body .title-img{
  display:flex;
  justify-content:space-between;
}
.body .title-img .item-item{
  width: calc(100% / 3 - 20px);
}
.body .title-img .item-item img{
height:170px;
  height:240px;
}
.body .title-img .item-item p{
  font-family: 宋体;
    font-size: 12px;
    text-wrap: wrap;
    text-align:center !important;
    line-height:1.5em;
    display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}
.body .title-p p{
  font-family: 宋体;
    font-size: 16px;
    text-wrap: wrap;
    text-indent: 32px;
    background: rgb(255, 255, 255);
    text-align: justify;
    line-height: 2em;
    font-size: 16px;
}
.img-box {
  margin: 0 -0.625rem;
}
.img-box::after {
  content: "";
  display: block;
  clear: both;
}

.img-box .z-img {
  float: left;
  width: 66%;
  height: 19.625rem;
  box-sizing: border-box;
  padding: 0 .625rem;
  position: relative;
}

.img-box .img {
  width: 33%;
  height: 9.2rem;
  float: left;
  padding: 0 .625rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1.1875rem;
}

.img-box img {
  width: 100%;
  height:100%;
}

.img-box p {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: .4375rem;
  left: 0;
  padding: 0 .9375rem;
  box-sizing: border-box;
  /* background-color: rgba(0,0,0,.5); */
  margin-bottom: 0 !important;
  color: #fff !important;
  overflow: hidden;
  white-space: nowrap;
  transition: all .6s;
  text-overflow: ellipsis;
}
.img-box .contents{
	white-space:wrap;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background-color:rgba(0,0,0,.4);
	position: absolute;
	transition: all .6s;
	opacity: 0;
	justify-content: center;
}
<!--.img-box .contents:after{-->
<!--	content:"";-->
<!--	display:flex;-->
<!--	width:100%;-->
<!--	height:100%;-->
<!--	background-color:rgba(0,0,0,.4);-->
<!--	position: absolute;-->
<!--	left: 0;-->
<!--	top: 0;-->
<!--}-->
.texts{
	position: relative;
	height: 100%;
}
.img-box .contents span{position: relative;z-index: 1;}
.img-box .xz{

position: absolute;

right: .5rem;

bottom: 0;

z-index: 2;

color: #fff;

font-size: 1.25rem;

/* width: 100px; */

transition: all .6s;

opacity: 0;
}

.img-box .z-img:hover .contents,.img-box .img:hover .contents{
  opacity:1;
}
.img-box .z-img:hover .texts>p:nth-child(2),.img-box .img:hover .texts>p:nth-child(2){
   opacity:0;
}
.img-box .z-img:hover .xz,.img-box .img:hover .xz{
   opacity:1;
}

    .move_div{
    display:block;
      position: absolute;
      top: 0;
      left: 0;
       width: 15.5rem;
  height: 5.9375rem;
      z-index:1000;
    }
    .move_div a,.move_div a img{
      
      display: block;
      width: 100%;
      height: 100%;
      object-fit:contain;
    }
    .move_div p{
      cursor: pointer;
        width: 1.25rem;
      height: 1.25rem;
      position: absolute;
      right: 15px;
      top: 10px;
    }
    .move_div p img{
      width: 100%;
      height: 100%;
      object-fit:content;
    }

