body,
html {
	/* background: #F6F6F6; */
}

.banner {
	width: 100%;
	height: 504px;
	background: #F6F6F6;
	margin-top: 197px;
	position: relative;
}

.banner .bar {
	position: relative;
	height: 100%;
}

#bannner {
	width: 100%;
	height: 100%;
}

.swiper1 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper1 .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-n {
	position: relative;
	bottom: 74px;
	height: 50px;
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right: 50px;
}

.swiper-pagination1 {
	top: 9% !important;
	display: flex;
	justify-content: center;
	width: auto;
	position: relative;
}

.swiper_gd {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
}

.swiper_gd p a {
	color: #fff;
	font-size: 16px;
	display: block;
	transition: all 0.3s;

}

.swiper_gd p a:hover {
	color: #2f59b3;
}

.swiper_gd span {
	display: block;
	color: #fff;
	width: 1px;
	height: 2px;
	background-color: #fff;
	margin-left: 20px;
	margin-right: 20px;
}

.container_more_li p {
	position: relative;
	z-index: 2;
}
.v_xianshi {
    display: block !important;
}
.container_more_li img {
	position: relative;
	z-index: 2;
}
.yaowen_top_left_ul_li:nth-child(1){
	display: none;
}
.container_more_li::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #0b67cb;
	border-radius: 25px;
	transform: scaleX(0);
	transform-origin: right;
	-webkit-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.container_more_li:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.bannner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #fff !important;
	margin-left: 13px !important;
	opacity: 0.5 !important;
	border-radius: 50px !important;
}

.bannner .swiper-pagination-bullet-active {
	background: url(../image/dian.png) !important;
	width: 34px !important;
	height: 34px !important;
	background-size: 100% 100% !important;
	margin-top: -20px !important;
	opacity: 1 !important;
}

/* 潍院要闻、校园动态 */
.yaowen {
	padding-top: 60px;
	padding-bottom: 60px;
}

.yaowen_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.yaowen_top_left {
	width: 608px;
	border: 1px solid #E6E6E6;
	padding: 34px 20px;
	position: relative;
}


.ytlt_ul {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.ytlt_ul_left {
	width: 180px;
	height: 125px;
}

.ytlt_ul_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ytlt_ul_right {
	width: 375px;

}

.ytlt_ul_right h1 {
	font-size: 18px;
	color: #000;
	/* line-height: 29px; */
	white-space: nowrap;
	/* 超出容器宽度的部分隐藏 */
	overflow: hidden;
	/* 超出部分用省略号代替 */
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.ytlt_ul_right p {
	font-size: 14px;
	color: #B1B1B1;
	line-height: 24px;
	overflow: hidden;
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 设置伸缩盒的子元素排列方式：垂直排列 */
	-webkit-box-orient: vertical;
	/* 指定显示的行数 */
	-webkit-line-clamp: 2;
	margin-top: 10px;
	height: 48px;
}

.ytlt_ul_right span {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #B1B1B1;
	margin-top: 20px;
}

.ytlt_ul_right span img {
	width: 13px;
	height: 13px;
	margin-right: 5px;
}

.ytlt_ul:hover h1 {
	color: #4058a5;
}

.yaowen_top_left_ul_li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-top: 20px;
}

.yaowen_top_left_ul_li p {
	position: relative;
	font-size: 14px;
	color: #000;
	width: 405px;
	white-space: nowrap;
	/* 超出容器宽度的部分隐藏 */
	overflow: hidden;
	/* 超出部分用省略号代替 */
	text-overflow: ellipsis;
	padding-left: 16px;
	transition: all 0.3s;
}

.yaowen_top_left_ul_li:hover p {
	color: #1d3b87;

}

.yaowen_top_left_ul_li p::after {
	content: "";
	width: 5px;
	height: 5px;
	background: #1d3b87;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50px;
}

.yaowen_top_left_ul_li span {
	font-size: 14px;
	color: #A3A3A3;
}

.yaowen_top_center {
	width: 351px;
	border: 1px solid #E6E6E6;
	padding: 34px 20px;
	position: relative;
}

.yaowen_top_center_ul_li {
	position: relative;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.yaowen_top_center_ul_li p {
	width: 100%;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	/* 超出容器宽度的部分隐藏 */
	overflow: hidden;
	/* 超出部分用省略号代替 */
	text-overflow: ellipsis;
}

.yaowen_top_center_ul_li span {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #A3A3A3;
	margin-top: 10px;
}

.yaowen_top_center_ul_li span img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.yaowen_top_center_ul_li:hover p {
	color: #1d3b87;

}

.yaowen_top_center_ul_li p::after {
	content: "";
	width: 5px;
	height: 5px;
	background: #1d3b87;
	position: absolute;
	left: 0;
	top: 23px;
	border-radius: 50px;
}

.yaowen_top_center_more {
	text-align: right;
	display: flex;
	justify-content: right;
	margin-top: 20px;
}

.yaowen_top_center_more a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #003288;
}

.yaowen_top_center_more svg {
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

.yaowen_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 43px;
}

.yaowen_bottom .yaowen_top_left {
	width: 663px;
}

.yaowen_bottom .ytlt_ul_right {
	width: 415px;
}

.yaowen_bottom_right_ul_li {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.yaowen_bottom .yaowen_top_left:nth-child(2) {
	padding-bottom: 0;
}

.yaowen_bottom_right_ul_li:nth-last-child(1) {
	border-bottom: 0;
}

.ybrul_biaoti {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ybrul_biaoti p {
	width: 407px;
	color: #000;
	font-weight: bold;
	transition: all 0.3s;
	font-size: 18px;
	white-space: nowrap;
	/* 超出容器宽度的部分隐藏 */
	overflow: hidden;
	/* 超出部分用省略号代替 */
	text-overflow: ellipsis;
}

.ybrul_biaoti span {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #A3A3A3;
	margin-top: 10px;
	overflow: hidden;
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 设置伸缩盒的子元素排列方式：垂直排列 */
	-webkit-box-orient: vertical;
	/* 指定显示的行数 */
	-webkit-line-clamp: 2;
}

.ybrul_biaoti span img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.ybrul_nr p {
	font-size: 14px;
	color: #B1B1B1;
	line-height: 21px;
	height: 42px;
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: flex; */
	padding-top: 7px;
}

.yaowen_bottom_right_ul_li:hover .ybrul_biaoti p {
	color: #003288;
}

.pj_zuoyou {
	display: flex;
	justify-content: space-between;
}

.pj_zuo {
	width: 1000px;
}

.tupian1 {
	width: 100%;
	height: 580px;
	position: relative;
	overflow: hidden;
}

.tupian {
	margin-top: 27px;
	margin-bottom: 20px;
}

.left_lie1 {
	transition: all 0.3s;
}

.tupian1:hover .left_lie1 {
	transform: scale(1.1);
}

.tupian1 {
	display: none;
}

.tupian1:nth-child(1) {
	display: block;
}

.yw_xinwen {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}

.yw_xw {
	width: 33.33%;
	display: flex;
	justify-content: space-between;
	height: 94px;
	border-bottom: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	padding: 20px;
	align-items: center;
	transition: all 0.3s;
	position: relative;
}

.yw_xw2 {
	width: 215px;
}

.yw_xw2 p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 22px text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;


}

.yw_xw1 {
	text-align: center;
}

.yw_xw1 h1 {
	color: #333;
}

.yw_xw1 p {
	font-size: 12px;
	color: #999999;
}

.yw_xw:hover {
	background: linear-gradient(88deg, #1D3B87 0%, #5069A8 100%);
}

.yw_xw:hover h1 {
	color: #fff;
}

.yw_xw:hover p {
	color: #fff;
}

.yw_se {
	background: linear-gradient(88deg, #1D3B87 0%, #5069A8 100%);
}

.yw_se h1 {
	color: #fff;
}

.yw_se p {
	color: #fff;
}

/* /* 校园动态 */
*/ .pj_you {
	width: 438px;
}

.pj_you2 {
	width: 438px;
}

.dongtai {
	margin-top: 27px;
	position: relative;
}

.dongtai::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1D3B87;
	position: absolute;
}

.dongtai::before {
	content: "";
	top: -4px;
	left: 0;
	width: 120px;
	height: 4px;
	background-color: #1D3B87;
	position: absolute;
}

.dongtai {}

.dongtai1 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;

}

.dt_tupian {
	position: relative;
	width: 100%;
	height: 260px;
	display: none;

}

.dt_tupian:nth-child(1) {
	display: block;
}

.dongtai3 {
	padding: 24px 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}

.dongtai3 p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	padding-left: 28px;
	font-size: 16px;
	color: #999999;
	position: relative;
}

.dongtai3 p::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #999;
	position: absolute;
	left: 0;
	top: 8px;
}

.dt_se p {
	color: #000000;
}

.dt_se p::after {
	background: #000;
}

/* 专题聚焦 */
.zhuanti {
	background-color: #fff;
}

.zhuanti {
	padding-top: 45px;
	padding-bottom: 60px;
}

.zhuanti1 {
	border: 1px solid #E6E6E6;
	padding: 34px 20px;
	position: relative;
}

.zhuanti2 {
	display: flex;
	justify-content: space-between;
}

.zhuanti3 {
	width: 318px;
	height: 115px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 -2px 8px 2px rgb(0 0 0 / 0.4);
}

.zhuanti3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* <!-- 学术纵横、媒体潍院 --> */
.xueshu {
	padding-bottom: 60px;
	padding-top: 25px;
	background: #fff;
}

.xueshu2 {
	display: flex;
	justify-content: space-between;
}

.xs_zuo {
	width: 740px;
	height: 292px;
	padding-top: 36px;
	position: relative;
	border: 1px solid #E6E6E6;
}

.xs_zuo .gddt {
	position: absolute;
	width: 100%;
	left: 0;
	top: -33px;
	padding: 0 15px;
}

.xs_zuo .gddt .pj {
	background-color: #fff;
}

.xs_zuo .gddt .pjgd {
	background-color: #fff;
	padding-top: 15px;
}

.xs_liebiao ul li a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}

.xs_liebiao {
	padding: 0 20px;
}

.xs_liebiao ul li a:hover {
	color: #304ea6;
}

/* 潍院人物 */
.renwu {
	background: #fff;
	padding: 40px 0;
}

.ryrw {

	position: relative;
	display: flex;
	justify-content: space-between;
}

.renwu1 {
	width: 980px;
	/* overflow: hidden; */
	position: relative;
	border: 1px solid #E6E6E6;
	padding: 34px 20px;
	height: 530px;
}

.renwu1 {
	display: flex;
}

.rw1 {
	width: 600px;
}

.rwtu {
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin-top: 23px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/* text-align: center; */
	font-size: 18px;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.swiper {
	width: 100%;
	/* height: 300px; */
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.swiper-slide a {
	width: 100%;
	height: 100%;
}

.rw2 {
	width: 900px;
	height: 433px;
	/* background: url(../image/index/beijing2.png);
		 background-size: 100% 100%; */
	position: relative;
}

.rw_tupian {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
	display: none;
}

.rw_tupian img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.7;
}

.rw1 .pjgd {
	padding-right: 15px;
}

.rw3 {
	width: 100%;
	height: 289px;
	padding: 55px;
	position: relative;
	z-index: 1;
}

.yinhao {
	position: absolute;
	width: 26px;
	height: 21px;
	top: -7px;
	left: 20px;
	display: none;
}

.yinhao img {
	width: 100%;
	height: 100%;
}

.wyrw {
	width: 100%;
	height: 100%;
	position: relative;
}

.wyrw h1 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	padding-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	height: 56px;
}

.wyrw p {
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	line-height: 28px;
	padding-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.rwsj {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.rwsj img {
	width: 15px;
	height: 15px;
	margin-right: 15px;
}

.rwsj span {
	font-weight: 400;
	font-size: 14px;
	color: #808080;
}

.rwxw {
	overflow: hidden;
}

.rw4 {
	position: relative;
	z-index: 1;
	background: #2B5FCE;
	width: 100%;
	height: 144px;
	padding: 30px 66px;
}

.rw_rw4 {
	overflow-x: clip;
	width: 100%;
	height: 100%;
}

.rw4 .swiper-slide {
	border-radius: 50px;
	/* overflow: hidden; */
	position: relative;
	height: 100px;
}

.rw4 .swiper-slide img {
	border-radius: 50px;
}

.rw4 .swiper-slide-thumb-active:before {
	position: absolute;
	top: -30px;
	left: 36%;
	z-index: 5;
	/* visibility: hidden; */
	/* border: 12px solid #fff; */
	content: '';
	opacity: 1;
	/* transform: translateX(-50%); */
	border-top-color: #fff;
	z-index: 10;

	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 16px solid #fff;

}

.rw4 .swiper {
	overflow: inherit;
}

.renwu1 .swiper {
	overflow: inherit;
}

.renwu2 {
	width: 600px;
}

.renwu3 {
	display: flex;
	justify-content: space-between;
}

.renwu4 {
	width: 500px;
	height: 315px;
	margin-top: 0;
}

.renwu5 {
	width: 415px;
	height: 416px;
	position: relative;
	padding: 19px;
	margin-top: 0;
	padding-top: 0;
}

.renwu1 {
	position: relative;
}

.renwu2 .pjgd {
	padding-right: 15px;
}

.zongheng {
	position: absolute;
	bottom: 25px;
	right: 0;
	width: 100%;
	padding: 0px 29px;
}

.renwu .bar {
	/* overflow: hidden; */
}

.mySwiper1 .swiper-slide {
	opacity: 0 !important;
	transition: all 0.8s !important;
}

.mySwiper1 .swiper-slide-active {
	opacity: 1 !important;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	background-size: 15px 44px !important;

}

.xiaobao .swiper-slide {
	display: block;
	position: relative;
}

.xiaobao .swiper-slide a {
	display: block;
	height: 443px;

}

.xiaobao .swiper-slide p {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

/* .视频潍院 */
.shipin {
	padding-top: 62px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, white 50%, #1D3B87 50%);
}

.shipin1 {
	padding-top: 25px;
}

.shipin2 {
	width: 473px;
	position: relative;
}

.shipin3 {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.shipin3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	margin-bottom: 20px;
}

.shipin2:hover .shipin3 img {
	transform: scale(1.2);
}

.shipin4 h1 {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 34px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.shipin4 p {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 30px;
}

.shipin4 img {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.shipin1 {
	display: flex;
	justify-content: space-between;

}

/* 文化长廊、学思践悟 */
.wenhua {
	width: 100%;
	background-color: #fff;
	padding-top: 79px;
}

.changlang {
	display: flex;
	justify-content: space-between;
}

.jianwu {
	width: 927px;
	height: 795px;
	background: #F6F6F6;
	border-radius: 0px 0px 0px 0px;
	padding: 40px 60px 60px 60px;
	position: relative;
}

.cl1 {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.cl:nth-child(1) {
	margin-right: 160px;
}

.cl p {
	font-weight: 400;
	font-size: 22px;
	color: #000000;
	padding-bottom: 10px;
	cursor: pointer;
}

.cl_banse p {
	font-weight: 400;
	font-size: 22px;
	color: #1D3B87;
	padding-bottom: 10px;
	border-bottom: 3px solid #1D3B87;
}

.xuesi1 {
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
}

.xuesi2 {
	padding-top: 24px;
	padding-bottom: 29px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

.xuesi2:nth-last-child(1) {
	border-bottom: 0px solid #e6e6e6;
}

.xuesi2 h1 {
	height: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.xuesi2 p {
	margin-top: 8px;
	height: 39px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.xuesi2:hover p {
	color: #1D3B87;
}

.xuesi2:hover h1 {
	color: #1D3B87;
}

.xuesi1 {
	display: none;
}

.xuesi1:nth-child(1) {
	display: block;
}

.jw_gd {
	position: absolute;
	top: 46px;
	right: 60px;
}

.xiaobao {
	width: 351px;
	position: relative;
	border: 1px solid #E6E6E6;
	padding: 34px 20px;
	/* display: none; */
	height: 530px;
}

.xiaobao .gddt {
	padding-left: 20px;
	padding-bottom: 20px;
	/* background: #FBE7E5; */
}

.xiaobao .pj img {
	margin-top: -22px;
}

.xiaobao1 {
	width: 100%;
	/* background: #FFFAF9; */
	/* padding-top: 49px; */
	/* padding-left: 60px; */
	/* padding-right: 60px; */
}

.xiaobao2 {
	width: 100%;
	/* overflow: hidden; */
	background: #FFFAF9;
	height: 443px;
}

.xiaobao2 .swiper-slide {
	background: transparent;
}

.xiaobiao3 {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}

.xiaobiao4 {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.xiaobiao4 p {
	font-weight: 400;
	font-size: 16px;
	color: #999696;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	padding: 7px 0;
	cursor: pointer;
}

.xiaobiao4 .swiper-slide-thumb-active {
	background: #D90126;
}

.xiaobiao4 .swiper-slide-thumb-active p {
	color: #fff;
}

.xiaobiao3 .swiper-button-prev1 {
	background: url(../image/hz.png);
	background-size: 100% 100%;
	left: 0;
	width: 12px;
	height: 20px;
	top: 95%;
}

.xiaobiao3 .swiper-button-next1 {
	background: url(../image/hy.png);
	background-size: 100% 100%;
	right: 0;
	width: 12px;
	height: 20px;
	top: 95%;
}

.ckgd {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.ckgd a {
	width: 120px;
	height: 40px;
	border-radius: 40px 40px 40px 40px;
	border: 1px solid #A50E0E;
	font-size: 14px;
	color: #A50E0E;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}

.ckgd a:hover {
	background: #A50E0E;
	color: #fff;
}

.xiaobao .pj img {
	width: 161.31px;
	height: 49.5px;
}

/* 光影潍院 */
.guangying {
	padding-top: 64px;
	padding-bottom: 78px;
	background-color: #fff;
}

.gy_gy {
	display: flex;
	position: relative;
	border: 1px solid #E6E6E6;
	padding: 34px 20px;

}

.gy_zifu {
	position: absolute;
	width: 99px;
	height: 491px;
	right: -120px;
	bottom: -60px;
}

.gy_zifu img {
	width: 100%;
	height: 100%;
}

.gy_gy1 {
	display: flex;
	flex-wrap: wrap;
	width: 1160px;
}

.gy_gy2 {
	width: 340px;
	border-left: 4px solid #fff;
}

.gy1 {
	position: relative;
	overflow: hidden;
}

.gy1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.gy2 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gy2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.gy1:hover img {
	transform: scale(1.2);
}

.gy2:hover img {
	transform: scale(1.2);
}

.gy1:nth-child(1) {
	width: 50%;
	height: 326px;
	border-bottom: 4px solid #fff;
}

.gy1:nth-child(2) {
	width: 50%;
	height: 326px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.gy1:nth-child(3) {
	width: 65%;
	height: 326px;
}

.gy1:nth-child(4) {
	width: 35%;
	height: 326px;
	border-left: 4px solid #fff;
}

@media screen and (max-width:1300px) {
	.yaowen_top_left {
		width: 48%;

	}

	.yaowen_top_center {
		width: 24%;

	}

	.ytlt_ul_right {
		width: 68%;
	}

	.ytlt_ul_left {
		width: 30%;
	}

	.yaowen_bottom .yaowen_top_left {
		width: 49%;
	}

	.pj_you2 {
		width: 30%;
	}

	.pj_zuo {
		width: 65%;
	}

	.yaowen_bottom .ytlt_ul_right {
		width: 69%;
	}

	.renwu1 {
		width: 70%;

	}

	.yw_xw1 {
		width: 48px;
	}

	.yw_xw2 {
		width: 215px;
		padding-left: 10px;
	}

	.zhuanti3 {
		width: 24%;
		height: auto;
		overflow: hidden;
	}

	.xs_zuo {
		width: 49%;
	}

	.renwu5 {
		width: 65%;

	}

	.renwu4 {
		width: 60%;
	}



	.rw4 .swiper-slide img {
		width: 84px;
		height: 84px;
	}

	.zongheng {

		padding: 0px 18px;
	}

	.shipin2 {
		width: 32%;
	}

	.jianwu {
		width: 60%;
	}

	.xiaobao {
		width: 28%;
	}
}

@media screen and (max-width:1024px) {
	.banner {
		margin-top: 130px;
	}

	.pj_you2 {
		width: 100%;
		margin-top: 20px;
	}

	.yaowen_top {
		flex-wrap: wrap;
	}

	.yaowen_top_left {
		width: 100%;
		margin-bottom: 30px;
	}

	.yaowen_top_center {
		width: 100%;
		margin-bottom: 30px;
	}

	.yaowen_bottom {
		flex-wrap: wrap;
	}

	.yaowen_bottom .yaowen_top_left {
		width: 100%;
	}

	.ybrul_biaoti p {
		width: 60%;
	}

	.yaowen_top_left_ul_li p {

		width: 60%;

	}

	.ryrw {
		flex-wrap: wrap;
	}

	.xiaobao {
		width: 100%;
		margin-top: 30px;
		height: auto;
	}

	.renwu1 {
		width: 100%;
		height: auto;
	}

	.pj_zuo {
		width: 100%;
	}

	.pj_zuoyou {
		flex-wrap: wrap;
	}

	.yaowen {
		;
		margin-top: 103px;
	}

	.jianwu {
		width: 100%;
		margin-bottom: 100px;
	}

	.xiaobao {
		width: 100%;
	}

	.changlang {
		flex-wrap: wrap;
	}
}

@media screen and (max-width:768px) {

	.yaowen {
		margin-top: 0px;
	}

	.pj img {
		width: 100.31px;
		height: auto;
		margin-right: 10px;
	}

	.tupian1 {
		width: 100%;
		height: 180px;
		position: relative;
		overflow: hidden;
	}

	.yw_xw {
		width: 100%;
	}

	.yw_xw h1 {
		font-size: 20px;
	}

	.yw_xw2 {
		width: 80%;
	}

	.dongtai3 {
		padding: 15px 0;

	}

	.dt_tupian {
		height: 160px;
	}

	.zhuanti3 {
		width: 48%;
		height: auto;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.zhuanti2 {
		flex-wrap: wrap;
	}

	.xs_zuo {
		width: 100%;
		margin-bottom: 50px;
	}

	.xueshu2 {
		flex-wrap: wrap;
	}

	.renwu4 {
		width: 100%;
		height: 200px;
	}

	.renwu5 {
		width: 100%;
	}

	.zongheng {
		width: 100%;
	}

	.renwu3 {
		flex-wrap: wrap;
	}

	.renwu5 {
		padding: 20px;
		margin-top: 0;
	}

	.wyrw h1 {
		font-weight: bold;
		font-size: 18px;
		color: #000000;
		padding-bottom: 15px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -moz-box;
		-moz-line-clamp: 2;
		-moz-box-orient: vertical;
		overflow-wrap: break-word;
		word-break: break-all;
		white-space: normal;
		overflow: hidden;
	}

	.yinhao {
		display: none;
	}

	.zongheng {
		z-index: 20;
	}

	.rw4 {
		padding: 30px 0px;
	}

	.shipin2 {
		width: 100%;
		margin-bottom: 20px;
	}

	.shipin1 {
		flex-wrap: wrap;
	}

	.shipin {
		background: linear-gradient(to bottom, white 10%, #1D3B87 50%);
	}

	.shipin3 {
		height: 180px;
	}

	.shipin4 h1 {
		font-weight: bold;
		font-size: 18px;
		line-height: 28px;
	}

	.shipin4 p {
		padding-top: 18px;
	}

	.jianwu {
		padding: 20px;
		height: auto;
	}

	.cl p {
		font-size: 16px;
	}

	.cl:nth-child(1) {
		margin-right: 36px;
	}

	.jw_gd {
		position: absolute;
		top: 23px;
		right: 20px;
	}

	.xuesi2 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.xuesi2 h1 {
		height: 50px;
		font-weight: bold;
		font-size: 16px;

	}

	.xiaobao .pj img {
		width: 110px;
		height: auto;
	}

	.xiaobao1 {
		padding: 20px;
	}

	.xiaobao2 {
		height: auto;
	}

	.xiaobao {
		height: auto;
	}

	.gy1 {
		height: 100px !important;
	}

	.banner {
		margin-top: 70px;
	}

	.banner {

		height: 178px;

	}

	.banner .bar {
		padding: 0;
	}
.qj_biaoti p:nth-child(1) {
    font-size: 23px;
}
.qj_biaoti p:nth-child(3) {
    font-size: 23px;
}
    .ytlt_ul_left {
        display: none;
    }
    .ytlt_ul_right {
        width: 100%;
    }
    .yaowen_bottom .ytlt_ul_right {
        width: 100%;
    }
}
.gy_gy2 .gy2{
				display: none;
			}
			.gy_gy2 .gy2:nth-child(5){
				display: block;
			}
.xiaobao2 .swiper-slide{
        height: 0;
    overflow: hidden;
}
.xiaobao2 .swiper-slide-active{
         height: auto;
    overflow: inherit;
}