@charset "utf-8";
/* CSS Document */
.footWrap {
	box-shadow: 0 -3px 6px rgba(0 0 0/10%);
}
/*内页*/
.bodyWrap {
	position: relative;
	min-height: 400px;
}

.subNav {
	position: absolute;
	top: -100px;
	z-index: 2;
	width: 100%;
}

.subNav .lg-container {}

.subNav .menu {
	float: left;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}


.subNav ul {
	float: right;
}

.subNav ul li {
	float: left;
	min-width: 80px;
	height: 100px;
}

.subNav ul li a {
	display: block;
	margin-top: 20px;
	padding: 0 30px;
	text-align: center;
	line-height: 80px;
	color: #A82285;
	font-size: 18px;
	background: #fff;
	transition: all 0.2s;
}

.subNav ul li a:hover {
	background: #AA2A89;
	color: #fff;
}

.subNav ul li.act a {
	background: #AA2A89;
	color: #fff;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	margin-top: 0;
}


/*内页公用*/
.location{
	text-align: right;
	padding: 15px 0;
	color: #999;
}
.location a{
	margin: 0 5px;
	color: #999;
}
.location a:hover{
	color: #AA2A89;
}
.location a:last-child{
	color: #A72185;
	font-weight: bold;
}


.content {
	padding: 30px 0;
}

.contenthead {
	width: 100%;
	margin: 15px auto;
	border-bottom: #ccc dashed 1px;
}

.contenthead h1 {
	text-align: center;
	font-size: 20px;
}

.contenthead h2 {
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	color: #999;
}

.contentmain {
	margin: 0 auto;
	padding: 0 15px;
	line-height: 1.8;
	word-wrap: break-word;
	font-size: 16px;
}

.contentmain p {
	margin: 0 0 10px 0;
}

.contentmain img {
	border: none;
	max-width: 100% !important;
}

.contentfooter {
	margin: 20px 0;
	color: #999;
}

.contentfooter a {
	color: #999;
}

.contentfooter a:hover {
	color: #2ea2c5;
}

.content .title {
	margin-bottom: 20px;
}

.inpublic{
	padding: 30px 0;
}
.inpublic .title{
	margin-bottom: 30px;
}
.inpublic .intro{
	font-size: 16px;
	margin-bottom: 30px;
}

.articleImgFlex{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.articleImgFlex p{
	padding: 10px;
}

.singleShow{
	
}
.singleShow p{
	font-size: 16px;
}


/*teamShow*/
.teamShow{
	display: flex;
	justify-content: center;
}
.teamShow .img{
	width: 335px;
	flex-shrink: 0;
}
.teamShow .img img{
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}
.teamShow .text{
	padding: 10px 50px;
}
.teamShow .text h1{
	font-size: 28px;
}
.teamShow .text h3{
	font-size: 20px;
	color: #A72185;
}
.teamShow .text p.intro{
	font-size: 16px;
}
.teamShow .text .detail{
	font-size: 14px;
}
.teamShow .text .detail p{
	margin-bottom: 15px;
}

/*search*/
.big-search{
	margin-top: 100px;
	padding: 80px 0;
	background: #A72185;
}
.big-search-box{
	width: 100%;
	position: relative;
}
.big-search-box .txtsearch{
	width: 100%;
	height: 50px;
	border: 0;
	outline: none;
	border-radius: 25px;
	text-indent: 2em;
	font-size: 16px;
}
.big-search-box .btnsearch{
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #A72185;
	border-left: 1px solid #A72185;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.big-search-box .btnsearch:hover{
	color: #f02fc0;
}


/*搜索列表*/
.base_searchlist{
	
}
.base_searchlist .item{
	margin-bottom: 30px;
	padding-left: 30px;
	background: url(../images/point.png) 5px 5px no-repeat;
}
.base_searchlist .item a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s;
}
.base_searchlist .item a:hover{
	color: #A72185;
}
.base_searchlist .item .tips{
	padding: 6px 0;
	color: #A72185;
}
.base_searchlist .item .tips span{
	margin-right: 20px;
}
.base_searchlist .item .intro{
	font-size: 15px;
	line-height: 1.5;
	color: #737373;
}

/*page*/
.Pager {
	padding: 10px 20px;
	text-align: center;
}

.Pager:after {
	content: "";
	clear: both;
	display: block;
}

.Pager a,
.Pager span {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 3px 3px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.Pager a {
	width: 30px;
	height: 30px;
}

.Pager span {
	padding: 0 10px;
}

.Pager a.fa {
	padding: 0 10px;
}

.Pager a.act {
	background: #AA2A89;
	color: #fff;
	font-weight: bold;
}

.Pager a:hover {
	color: #AA2A89;
	background: #f9f9f9;
}

.Pager a.act:hover {
	background: #AA2A89;
	color: #fff;
	cursor: text;
}

.Pager a.fa.lcok {
	color: #ccc;
	background: #fff;
	cursor: text;
}

@media screen and (max-width:1000px) {
	.inbanner  .imgs{
			width: 100%;
			height: 180px;
			overflow: hidden;
		}
		.inbanner .imgs img{
			height: 100%;
			width: auto;
			max-width: unset;
		}
	.inpublic{
		padding: 0;
	}
	.subNav ul{
		display: none;
	}
	.subNav .menu{
		font-size: 28px;
	}
	
	.content{
		padding: 0;
	}
	
	.inpublic .title{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.inpublic .intro{
		font-size: 14px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:550px) {
	.inbanner  .imgs{
			width: 100%;
			height: 120px;
			overflow: hidden;
		}
	.subNav{
		top:-70px
	}
	
	.articleImgFlex{
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	
	/*teamShow*/
	.teamShow{
		flex-wrap: wrap;
	}
	.teamShow .img{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.teamShow .text{
		padding: 0 10px;
	}
	.teamShow .text h1{
		font-size: 18px;
	}
	.teamShow .text h3{
		font-size: 15px;
		color: #A72185;
	}
	.teamShow .text p.intro{
		font-size: 14px;
	}
	.teamShow .text .detail{
		font-size: 14px;
	}
	
	.Pager {
			text-align: center;
			padding: 20px 0;
		}
	
		.Pager a {
			display: none;
			width: auto;
			height: auto;
			line-height: 1;
		}
	
		.Pager a.fa {
			display: inline-block;
			padding: 10px 30px;
			margin: 0 10px;
			color: #333;
			border: 1px solid #eee;
			border-radius: 20px;
			background: linear-gradient(#eee, #fff);
		}
	
		.Pager a.fa.lock {
				color: #ccc;
			}
	
}