﻿@charset "utf-8";
body,ul,dt,dd,p{
	padding:0;
	margin:0;
}
body{
	background:url(../images/indexbgnew.jpg) repeat-x left top;
}
.body{
	background:url(../images/bg_body.jpg) repeat left top;
}
.pagebody{
	background:url(../images/bg_subtop.jpg) repeat-x top;
}
li{
	list-style: none;
}
a{
	color:#000;
}
.clearfix{
	clear:both;
}
.default_imgs{
	background:url(../images/pic.png) no-repeat center center;
	height:230px;
	margin-top:100px;
}
.default_logos{
	width:50%;
	margin:0 auto;
	text-align: center;
	margin-top:20px;
}
.default_logos img{
	width:40%;
}
.default_btn_box{
	text-align: center;
}
.default_btn{
	width:max-content;
	padding:5px 20px;
	text-align: center;
	background-image:linear-gradient(to bottom,#afa17a,#685b4a);
	color:#fff;
	margin:0 auto;
	border-radius: 10px;
	margin-top:20px;
	display: inline-block;
	margin-left:10px;
	margin-right:10px;
}
.default_btn a{
	color:#fff;
}
.default_code{
	width:10%;
	margin:0 auto;
	margin-top:20px;
}
.default_code img{
	width:100%;
}
.container{
	width:1024px;
}
/*pc导航*/
.navbar_header{
	margin:30px 0;
}
.navbar_logo{
	float: left;
}
.navbar_nav{
	width:710px;
	float:right;
	background:url(../images/Shape66.png) no-repeat left top;
	font-size: 16px;
	margin:10px 0;
	height:33px;
}
.navbar_nav>ul{
	margin:8px 0;
	margin-left:40px;
	position: relative;
}
.navbar_nav>ul>li{
	float:left;
	position: relative;
	width:132px;
	text-align: center;
	z-index: 2;
}
.navbar_nav>ul>li>ul{
	position: absolute;
	left:30px;
	top:100%;
	width:max-content;
	background:#81715a;
	border-radius: 30px;
	padding:0px 10px;
	margin-top: 7px
}
.navbar_nav>ul>li .navbar_right{
	left:-55px;
}
.navbar_nav>ul>li>ul:before{
	position: absolute;
	content:'';
	width:0;
	height:0;
	border-top:3px solid #6f5b41;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	top:-3px;
	left:30px;
}
.navbar_nav>ul>li .navbar_right:before{
	right:30px;
	left:initial;
}
.navbar_nav>ul>li>ul>li{
	float:left;
	position: relative;
	margin:0 10px;
}
.navbar_nav>ul>li>ul>li>a{
	color:#fff;
	font-size:12px;
}
.navbar_nav>ul>li>a{
	color:#6f5b41;
}
.navbar_dot{
	width:4px;
	height:4px;
	background:#fff;
	border-radius:50%;
	position: absolute;
	left:-10px;
	top:10px;
}
.navbar_shadow{
	position: absolute;
	right:0;
	top:0;
	width:1px;
	height:100%;
	background-color: #000;
    filter: blur(1px);
    opacity: 0.5;
}
.navbar_move{
	width:70px;
	height:100%;
	background:#81715a;
	position: absolute;
	left:-150px;
	top:-6px;
	z-index: 1;
	height:30px;
	border-radius:5px;
	visibility: hidden;
}
.navbar_nav>ul>li .navbar_active{
	color:#fff;
}

/*banner*/
.banner_bg{
	position: relative;
}
.banner_fix{
	position:absolute;
	z-index: 996;
}
.swiper_bg{
	background:url(../images/bannerbg.jpg) no-repeat left top;
	margin-top:-18px;
}
.swiper_bg img{
	margin-top:20px;
}
.banner{
	position: relative;
	width:483px;
	margin:initial;
}
.swiper-container-fade .swiper-slide
{
	opacity:0!important;
}
.swiper-container-fade .swiper-slide-active
{
	opacity:1!important;
} 
.banner .swiper-slide{
	/*border-radius: 150px;*/
	margin-left:24px;
	overflow: hidden;
}
.banner .swiper-slide>img{
	width:100%;
	height:300px;
}
.swiper_move_text{
	position: absolute;
	left:520px;
	top:calc(50% - 70px);
	width:0;
	overflow: hidden;
}

/*面包屑*/
.grid_bread{
	display: inline-block;
	float: right;
	margin-top:10px;
}
.grid_bread li{
	display: inline-block;
}

/*誓愿弘深*/
.center_title{
	font-weight: bold;
	margin-top:20px;
}
.center_title+p{
	line-height: 26px;
	text-indent: 2em;
	margin-top:15px;
	text-align: justify;
}
/*简介条*/
.introduce_project{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:15px 0;
	box-shadow:0 5px 10px #e3ddd0;
}
.introduce_project_left{
	background-image: linear-gradient(to right,#dad5c3,#d5cebd);
	width:110px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 10px;
}

/*灵山九华*/
.mountain_introduce{
	font-size:14px;
	font-weight: bold;
	line-height:26px;
	text-indent: 2em;
	margin-top:30px;
	text-align: justify;
}
.mountain_box{
	margin-top:20px;
}
/*介绍文字*/
.introduce_content{
	padding-bottom:50px;
}
.introduce_content p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}
/*介绍列表新闻*/
.introduce_news_list{
	margin-top:5px;
}
.introduce_news_item{
	border-bottom:1px dashed #ded8c4;
	padding:5px 0;
	display: flex;
	align-items: center;
}
.introduce_news_item a{
	margin-right: auto;
	margin-left:30px;
	width:60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#958265;
}
.introduce_news_item:hover a{
	color:#000;
}
.introduce_news_item span{
	margin-right: 30px;
}


/*分页*/
.pagination{
	display: flex;
	justify-content: center;
}
.pagination ul .pagination_active{
	background:#dbd0bc;
}
.pagination_hr{
	border-top:1px solid #dbd0bc;
}

/*图像*/
.picture{
	width:220px;
	height:153px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:#d7d0be;
	border-radius: 10px;
}
.picture img{
	width:200px;
	height:133px;
}
.picture+a{
	display: block;
	text-align: center;
	margin:10px 0;
}

/*搜索*/
.search_wrapper{
	display: flex;
	justify-content:center;
}
.search_wrapper input[type="text"]{
	width:200px;
	display: inline-block;
}
.search_wrapper input[type="submit"]{
	display: inline-block;
}
/*宗师*/
.person{
	background:#d9d1be;
	width:170px;
	height:205px;
	border-radius: 10px;
	padding:15px;
}
.person img{
	width:140px;
	height:175px;
}
.teacher_p{
	margin-top:30px;
}
.teacher_p div{
	font-size:16px;
	margin:10px 0;
}
.common_content{
	padding-bottom: 0;
}
/*栅格*/
.grid_right{
	display: none;
}
.grid_box{
	margin-left:54px;
	padding-bottom: 30px;
}
.grid_weight{
	font-weight: bold;
}
.grid_dot{
	vertical-align: text-bottom;
	margin-right: 5px;
}
.grid_dot+a{
	width:80px;
}
.grid_ul{
	width:90%;
	padding:0 5%;
	margin:0 auto;
	text-align: center;
}
.grid_ul li{
	padding:5px 0;
/*	border-bottom:1px solid #000;*/
	display: flex;
	align-items: center;
	justify-content:center;
	position: relative;
}
.grid_ul li a{
	height: 20px;
}
.grid_line{
	position: absolute;
	width:100%;
	height:2px;
	background-color: #aea588;
	border-radius:100%/2px;
	bottom:0;
	left:0;
	opacity: 0.5;
}
.grid_move_img{
	transform:scale(0);
	transition:6s;
	position: relative;
	margin-top:10px;
}
.grid_move_img img:nth-of-type(2){
	position: absolute;
	left:0;
	top:0;
	display: none;
}
.grid_caption_icon{
	width:35px;
}
.grid_caption_icon+span{
	font-size:22px;
	vertical-align: middle;
	margin-top:2px;
	display: inline-block;
	margin-left:5px;
	color:#81715a;
}
.cloud_content{
	margin-top:10%;
}
.cloud{
	border-bottom:1px solid #d3cbb5;
	margin-left:54px;
	overflow: hidden;
}
.cloud_title{
	font-size:20px;
	text-align: center;
}
.cloud_content p{
	line-height:30px;
	font-size:16px;
	width:90%;
	margin:0 auto;
	margin-top:5%;
	margin-left:54px;
	text-indent: 2em;
	text-align: justify;
}
/*news*/
.default_news_box{
	margin-top:100px;
}
.default_news_box .old_man{
	width:80%;
}
.default_news{
	padding-left:30px;
}
.default_news_caption{
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	box-shadow:0 5px 10px #e3ddd0;*/
}
.default_news_new{
	background-image:linear-gradient(to right,#dad5c3,#d5cebd);
	padding:5px 50px 5px 20px;
	border-radius:10px;
	box-shadow:0 -5px 10px #c5baa4 inset;
	font-size: 12px;
}
.default_news_more{
	font-size:12px;
	position: relative;
}
.default_news_more:after{
	position: absolute;
	border-left:3px solid #000;
	content:'';
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	top:4px;
	right:-5px;
}
.default_news_dynamic{
	margin-top:15px;
}
.default_news_list{
	padding:3px 0;
	border-bottom:1px solid #c7bba7;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.default_news_list:before{
	position: absolute;
	content:'';
	width:3px;
	height:3px;
	border-radius:3px;
	background:#c7bba7;
	left:10px;
	bottom:10px;
}
.default_news_title{
	margin-left:20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width:70%;
}
.default_news_title a{
	color:#675c47;
}
.default_news_title:hover a{
	color:#000;
}
.default_tab{
	display: flex;
	justify-content: space-between;
	box-shadow:0 5px 10px #e3ddd0;
}
.default_introduce{
	overflow: hidden;
	-webkit-line-clamp:4;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.default_tab .default_news_new{
	padding:5px 20px;
	font-weight: bold;
	cursor:pointer;
}
.default_news_box .col-sm-4{
	width:37%;
}
.default_tab_row{
	display: flex;
	margin-top:30px;
	font-size:12px;
}
.default_tab_text{
	display: flex;
	flex-direction: column;
	text-align:left;
	margin-left: 5%;
	width: calc(95% - 150px)
}
.default_tab_text a{
	color:#675c47;
}
.default_tab_text p:nth-of-type(1):hover a{
	color:#000;
}
.default_tab_text p:nth-of-type(2):hover a{
	color:#000;
}
.default_tab_more:hover a{
	color:#000;
}
.default_tab_more{
	margin-left:auto;
	display: flex;
	align-items: center;
	flex-direction:row;
}
.default_tab_more img{
	width:24px;
}
.default_tab_more span{
	width:24px;
}
.default_tab_active{
	background:#c7bda9;
}
.default_tab .default_news_new:hover{
	opacity: 0.6;
}
.default__tab_img{
	width:150px;
}
.default__tab_img img{
	width:150px;
}
.default_tab_row{
	display: none;
}

/*智慧*/
.wisdom{
	justify-content: flex-start;
	margin-top:5%;
}
.wisdom .introduce_project_left{
	margin-right:15px;
	cursor: pointer;
}
.wisdom_more{
	justify-content: flex-end;
	box-shadow:initial;
}
.wisdom_active{
	background:#c8bda7;
}

/*详情*/
.detail{
	margin-top:20px;
}
.detail_title{
	font-size:18px;
}
.detail_info{
	display: flex;
	justify-content: center;
	color:#999;
}
.detail_info div{
	margin:0 5px;
}
/*footer*/
.footer_bg{
	background:url(../images/footbg.jpg) no-repeat left top;
	text-align: center;
	font-size:12px;
	position: relative;
	color:#958265;
	padding-bottom:24px;
}
.footer{
	padding:30px 0;
}
.footer a{
	color:#958265;
}
.footer ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footer ul li{
	padding:0 5px;
	border-right:1px solid #000;
}
.footer ul li:nth-last-of-type(1){
	border-right:none;
}
.footer_code{
	width:110px;
	position: absolute;
	right:0;
	top:15px;
}
.footer a:hover{
	color:#000;
}

/*移动端*/
.mobile_header{
	background:#fff;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:60px;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
	align-items: center;
	z-index:999;
	display: none;
}
.mobile_logo,.mobile_logo img{
	width:150px;
}
.mobile_btn{
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile_bar{
	width:30px;
	height:2px;
	background:#000;
	display:block;
	position: relative;
	transition:1s;
}
.mobile_bar:before{
	width:30px;
	height:2px;
	background:#000;
	display:block;
	position: absolute;
	content:'';
	left:0;
	top:-10px;
	transition:1s;
}
.mobile_bar:after{
	width:30px;
	height:2px;
	background:#000;
	display:block;
	position: absolute;
	content:'';
	left:0;
	top:10px;
	transition:1s;
}
.mobile_bar_active{
	width:30px;
	height:2px;
	background:transparent;
	display:block;
	position: relative;
	transition:1s;
}
.mobile_bar_active:before{
	width:30px;
	height:2px;
	background:#000;
	display:block;
	position: relative;
	transform:rotate(45deg);
	top:0;
	transition:1s;
}
.mobile_bar_active:after{
	width:30px;
	height:2px;
	background:#000;
	display:block;
	position: relative;
	transform:rotate(-45deg);
	top:-2px;
	transition:1s;
}
.mobile_menu{
	width:100%;
	position: fixed;
	top:60px;
	left:0;
	background:#d6d0bf;
	z-index: 999;
	height:0;
	overflow: hidden;
	transition: 1s;
}
.mobile_menu>ul{
	width:80%;
	position: relative;
	left:10%;
	top:50px;
}
.mobile_menu a{
	font-size:20px;
	color:#958265;
}
.mobile_menu>ul>li{
	transform: scale(1.15) translateY(-30px);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mobile_menu li:nth-of-type(1){
	transition-delay:210ms;
}
.mobile_menu li:nth-of-type(2){
	transition-delay:280ms;
}
.mobile_menu li:nth-of-type(3){
	transition-delay:350ms;
}
.mobile_menu li:nth-of-type(4){
	transition-delay:420ms;
}
.mobile_menu li:nth-of-type(5){
	transition-delay:490ms;
}
.menu_style{
	height:100%;
	transition:0.6s;
}
.menu_style>ul>li{
	transform: scale(1) translateY(0px);
	opacity: 1;
	padding:15px 0;
	border-bottom:1px solid #000;
	overflow: hidden;
	position: relative;
}
.menu_style>ul>li a{
	float:left;
}
.menu_style li span{
	width:10px;
	height:10px;
	border-left:1px solid #958265;
	border-bottom:1px solid #958265;
	transform:rotate(-45deg);
	margin-right:5px;
	float: right;
	margin-top:3px;
	transition:1s;
}
.menu_style>ul>li>ul{
	position: relative;
	left:0;
	top:100%;
}
.menu_style li:nth-of-type(1){
	transition-delay:0.49s;
}
.menu_style li:nth-of-type(2){
	transition-delay:0.42s
}
.menu_style li:nth-of-type(3){
	transition-delay:0.35s
}
.menu_style li:nth-of-type(4){
	transition-delay:0.28s
}
.menu_style li:nth-of-type(5){
	transition-delay:0.21s
}
.mobile_tab{
	display: none;
}
.menu_ul{
	padding-left:15px;
}
.menu_ul li{
	list-style: disc;
	color:#958265;
}
.default_hr{
	margin:0;
	filter:blur(2px);
	border-top:1px solid #958265;
}
@media(max-width:640px){
	.banner .swiper-slide>img{
	height:inherit;
}
	.default_imgs{
		margin-top:50px;
	}
	.default_logos{
		width:70%;
	}
	.mobile_grid_img{
		background:url(../images/15652d6d1ca6f8fecbd3e4e2ee8047f.png) no-repeat center center;
		height: 200px;
		margin-top: 36px;
	}
	.container,.swiper_move_text img{
		width:100%;
	}
	.navbar_bg,.default_tab_row,.default_tab{
		display: none;
	}
	.mobile_tab_row,.mobile_tab{
		display: block;
	}
	.mobile_header{
		display: flex;
	}
	.banner_bg{
		margin-top:60px;
	}
	.grid_bread{
		width:100%;
		display: block;
	}
	.default_news_new{
		width:max-content;
	}
	.swiper_bg{
		margin-top:15px;
	}
	.swiper_move_text{
		position: relative;
		left:0;
		top:0;
/*		visibility: hidden;*/
		width:100%;
		transition:0s;
	}
	.old_man{
		width:50%;
		margin:0 auto;
		display: block;
	}
	.detail_info{
		display: block;
		text-align: center;
	}
	.detail_content{
		width:90%;
		margin:0 auto;
	}
	.mountain_introduce{
		margin-top:5px;
	}
	.default_news_box .col-xs-12{
		width:100%;
		float: none;
	}
	.default_news_box{
		margin-top:20px;
	}
	.default_news{
		padding-left:0;
	}
	.mobile_tab_box{
		display: flex;
		justify-content:flex-start;
		margin:15px 0;
	}
	.mobile_tab_box .default_tab_text{
		margin-left:5%;
		text-align: left;
		width: calc(100% - 200px);
	}
	.mobile_tab_box .default_tab_more{
		margin-left:initial;
	}
	.mobile_tab_box>.default_tab_img{
		width:150px;
	}
	.mobile_tab_box .default_introduce{
		width:auto;
	}
	.banner_fix{
		width:90%;
		left:5%;
	}
	.banner_fix img{
		width:100%;
	}
	.banner{
		width:100%;
		margin:0 auto;
		margin-top:-30px;
	}
	.body{
		overflow-x: hidden;
	}
	body{
		background-size:72px;
	}
	.special_bg{
		background:url(../images/bg.jpg) repeat-x left top;
	}
	/*.special_bg{
		background-position:center center;
	}*/
	.swiper_bg img{
		margin-top:10px;
	}
	.swiper_bg{
		background-image: none;
	}
	.default_tab_more img{
		max-width:24px;
		width:initial;
	}
	.grid_left{
		display: none;
	}
	.grid_right{
		display: block;
	}
	.grid img{
		margin:0 auto;
		display: block;
	}
	.grid_dot,.grid .grid_caption_icon{
		display: inline-block;
	}
	.grid_top>img{
		display: none;
	}
	.grid .grid_wu{
		margin-top:15px;
	}
	.grid_flower_shadow,.grid_flower{
		width:60%;
	}
	.grid_move_img img:nth-of-type(2){
		left:20%;
		width:60%;
	}
	.cloud_caption{
		margin:initial!important;
		width:100%;
	}
	.cloud_code_text{
		width:60%;
		margin:0 auto;
	}
	.cloud,.cloud_content p,.grid_box{
		margin-left:0;
		width:100%;
	}
	.introduce_project_right{
		display: flex;
	}
	.introduce_news_item a{
		margin-left:0;
	}
	.introduce_news_item span{
		margin-right: 5px;
	}
	.picture{
		margin:0 auto;
	}
	.picture img{
		width:calc(100% - 30px);
		height:calc(153px - 30px);
	}
	.footer_bg{
		margin-top:20px;
		background-size: 100% 100%;
		margin-bottom:15px;
		padding-bottom:0;
	}
	.footer{
		padding:40px 0 20px;
	}
	.footer_code{
		width:30%;
		position: static;
		margin:0 auto;
	}
	.default_logos img{
		width:100%;
	}
	.default_code{
		width:20%;
	}
}
@media(max-width:414px){
	.picture{
		width:100%;
	}
}