.submenu li a {
	font-size: clamp(0.875rem, 0.716rem + 0.65vw, 1.5rem);
	color: #84ADB8;
	/* display: block; */
	/* width: 250px; */
}
.submenu li a:hover, .submenu li a.hover {
	color: #F3965D;
	font-weight: bold;
}
.submenu ul {
	transform:skew(175deg,0deg);
}
.submenu li {
    padding: 0 35px;
	border-right: 1px solid #84ADB8;
	text-align: center;
}
.submenu {
	padding: 40px 0;
	margin: 0 200px;
}

.photo ul{

}
.photo li {
	text-align: center;
	margin: 10px 0;
	width: 32%;
	height: auto;
}
.photo li img {
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
.photo li p {
	/* line-height: 30px; */
}
.bg{
	background:url(../bg1.jpeg) center;
	background-size:100% 100%;
	 background-repeat:no-repeat;
}
.video{
	width: 100%;
	background-color: #eee;
	border-radius: 20px;
}
.video video{
	width: 100%;
	height: 600px;
}


#origin-pic{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
	text-align:center;
	z-index:9999;
}

#origin-pic img{
	height:100%;
}
#origin-pic .close{
	font-size: 2rem;
	color: #fff;
	background: none;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}


@media screen and (max-width: 1200px) {
	.submenu{margin: 0 20px;}
	.submenu ul{flex-wrap: wrap;}
	.submenu li{padding: 0 30px;margin-bottom: 10px;}
	.section{margin: 0 20px;}
	.video video{
		width: 100%;
		height: auto;
	}
}