body {
	min-width: 1180px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.ellipsisTwo {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ellipsisFive {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}



.header-nav {
	background-color: #22436e;
	border-radius: 0;
	margin-bottom: 40px;
}

.header-nav .clearfix {
	width: 1260px;
	margin: 0 auto;
}

.header-nav ul li:hover a {
	background-color: #22436e;
}

.header-nav ul li {
	position: relative;
}

.header-nav ul li:nth-child(1)::before {
	width: 0;
}

.header-nav ul li::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 25px;
	background: #FFFFFF;
	vertical-align: -3px;
	position: absolute;
	left: 0;
	top: 13px;
}

.getWidthBox {
	margin: 0 auto;
	padding: 0 15px;
	width: 1180px;
}

.getWidth {
	width: 1150px;
	min-width: 1150px;
	margin: 0 auto;
	overflow: hidden;
}

.getWidth_1 {
	width: 100%;
}

.content {
	text-indent: 2em;
	background-color: #e2f0fb;
	border-radius: 10px;
	padding: 50px 70px;
	font-size: 15px;
	color: #274e7e;
}

.content>div:nth-child(1) {
	text-align: center;
	margin-bottom: 30px;
}

.mountain {
	margin: 50px 0;
	background: url(/static/images/bac_1.jpg) center 0 no-repeat;
	background-size: 100% 100%;
}

.mountain_1 {
	text-align: center;
	margin: 50px 0;
	padding: 50px 0;
	background: url(/static/images/bac_2.jpg) center 0 no-repeat;
	background-size: 100% 100%;
}

#sw {
	/* height: 212px; */
	height: 300px;
	margin-top: 20px;
}

.swBox {
	text-align: left;
	display: flex;
	background: white;
	border-radius: 8px;
	height: 242px;
}

.swBox_1 {
	width: 307px;
	height: 242px;
	overflow: hidden;
	border-radius: 8px 0 0 8px;
}

.swBox_1 img {
	width: auto;
	min-height: 100%;
	min-height: 100%;
}

.swBox_2 {
	padding: 30px;
	width: 240px;
}

.swBox_2 p {
	padding-top: 20px;
	color: #797979;
}

.moun_ti {
	text-align: center;
}

.moun_ti img {
	width: 60%;
}

.moun_ti span a {
	color: #22436e !important;
}

.moun_ti span {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}

.moun_con {
	overflow: hidden;
}

.moun_con div {
	padding: 0;
}


.swiper-slide img {
	width: 100%;
}

.thumb img {
	border-radius: 5px;
}

.thumb .font16 {
	font-size: 13px;
}

.video-recommend {
	padding-top: 0;
}

.video-recommend li {
	border-bottom: 0;
	padding: 10px 0;
}

.video-recommend li:first-child {
	border-bottom: 0;
    padding: 10px 0 10px 0;
}

.video-recommend .info {
	padding-left: 15px;
}

.video-recommend .bot {
	padding-left: 15px;
}

.main-left video:first-child {
	display: block;
}

.main-left video {
	display: none;
}

.main-right {
	width: 310px;
	height:506px;
	overflow-y: auto;
	float: right;
	padding-top: 0;
}

.moun_2 li {
	list-style-type: disc;
	list-style-position: inside;
}

.moun_2 {
	background-color: #e2f0fb;
	padding: 10px 25px;
	line-height: 30px;
	border-radius: 5px;
}

.moun_3 {
	background: url(/static/images/bac_3.jpg) center 0 no-repeat;
	background-size: 100% 100%;
	background-position-y: 240px;
	margin-top: 38px;
}

.moun_4 {
	margin-top: 20px;
	padding-bottom: 80px;
}

.moun_4>div:nth-child(1) {
	padding-right: 20px;
}

.moun_4>div {
	padding: 0;
}

.zoomimg h2 {
	font-size: 13px;
	height: 33px;
	line-height: 33px;
}

.zoomimg {
	padding-bottom: 135px !important;
	border-radius: 5px;
}

.mounBottonUl li {
	float: left;
	border-radius: 8px;
	margin-right: 5px;
	overflow: hidden;
}

.mounBottonUl li:last-child {
	margin-right: 0 !important;
}

.mounBottonUl li img {
	transition: 0.5s;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: 20;
}

.mounBottonUl li:hover img{
	transform: scale(1.08);
	transition: transform linear 0.5s;
}

.flexBox {
	display: flex;
	overflow: hidden;
}

.flexBox img {
	border-radius: 8px;
	transition: 0.5s;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: 20;
}

.flexBox div,
.flexBox p {
	border-radius: 8px;
	overflow: hidden;
}

.flexBox .flexBoxDiv_picture:hover img{
	transform: scale(1.08);
	transition: transform linear 0.5s;
}


.flexBoxDiv {
	border-radius: 8px;
	margin-right: 5px;
	overflow: hidden;
}
.flexBoxDiv_picture span{
	display:none;
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	top:0;
	bottom:0;
	left: 0;
	color:#fff;
	background-color: rgb(0, 0, 0,0.3);
	text-align:center;
	font-size: 20px;
 }
.mounTop a{
	color:#000;
}
.thumb_img{
    display: block;
    float: left;
    width: 100px;
    height:100px;
}
