﻿/*公共布局*/

a,a:hover,a:visited {
	text-decoration: none;
}

span {
	background-color: transparent;
}

li {
	list-style: none;
}

ul {
	padding: 0 10px;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	margin: 0!important;
}
.clear{clear: both;zoom: 1}
/*媒体查询*/
@media (max-width: 768px) { /*小屏*/
	#main {
		background: url() no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}

	.search-box {
		margin : 0;
	}

	.inputDiv {
		margin: 30px 20px 0;
	}
body{ background:url(../picture/bj2.jpg) no-repeat center top;background-size:cover;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;color: #333333;}	
}

@media (min-width: 768px) { /*大屏*/
	#main {
		background: url() no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}

	.search-box {
		margin: 20px 70px 0 70px;
	}

	.inputDiv {
		margin: 30px 130px 0;
	}
    .lll{}
	body{ background:url(../picture/bj.jpeg) no-repeat center top;background-size:cover}
}

/*标签、导航选择器*/
.Select {
	margin: 20px auto 0;
	color: #00868B;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 50%;
	font-size: 16px;
}

/*搜索框*/
.inputDiv {
	padding: 0;
	z-index: 0;
	animation: fade-in;
	animation-duration: 0.5s;
	-webkit-animation: fade-in 0.5s;
	position: relative;
	border-radius: 0px;
}

.inputDiv input, .inputDiv button {
	border: none;
	outline: none;
	border-radius: 3px;
}

.inputDiv input {
	width: 100%;
	height: 42px;
	background: #F9F0DA;
	color: #575757;
	padding-left: 15px;
	transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;/* Firefox */
	-webkit-transition: box-shadow 0.2s;/* Safari and Chrome */
	-o-transition: box-shadow 0.2s;/* Opera */
}

.inputDiv input:focus {
	box-shadow: 0px 0px 0px 4px #F9F0DA;
}

.inputDiv button {
	height: 26px;
	width: 26px;
	padding: 2px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: #00868B;
	cursor: pointer;
}

.inputDiv button:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #F9F0DA;
	font-size: 20px;
	font-weight: bold;
}

/*侧边栏按钮*/
.slidebtn {
	border-radius: 50%;
	transition: background-color 0.2s;
}

.slidebtn:hover {
	background-color: rgba(211,211,211,0.2);
}

/*标签*/
.folder {
	animation: fade-in;
	animation-duration: 1s;
	-webkit-animation: fade-in 1s;
	width: 100%;
	margin-top: 30px;
	display: block;
}

.folder-item {
	margin-bottom: 10px;
}
.folder-item22 {
	margin-bottom: 20px;
}
.folder-item-box .folder-item-img {
	width: 50px;
	margin: 0 auto;
	border-radius: 38%;
	transition: all .2s ease;
}
.folder-item-box22,.folder-item-box{ text-align:center}
.folder-item-box22 .folder-item-img {
	width: 70px;
	margin: 0 auto;
	border-radius: 38%;
	transition: all .2s ease;
}

.folder-item2 {
	margin-bottom: 20px;
}

.folder-item-box2 , .folder-item-img2 {
	width: 42px;
	margin: 0 auto;
	border-radius: 38%;
	transition: all .2s ease;
}

.folder-item-img:hover , .folder-item-img2:hover {
	transform: translate3d(0, -3px, 0);
	box-shadow: rgba(33, 33, 33, 0.75) 0 14px 12px -7px!important;
}

.folder-item-box p {
	font-size: 12px;
	color: #333;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
}
.folder-item-box22 p {
	font-size: 12px;
	color: #333;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
}
/*导航*/
.nav {
	animation: fade-in;
	animation-duration: 1s;
	-webkit-animation: fade-in 1s;
	width: 100%;
	margin-top: 10px;
	display: none;
}

/*侧边栏内容*/
blockquote {
	margin: 0!important;
	font-weight: bold;
	color: black;
}

.menu ul a li {
	float: left;
}

.sidenav-btn {
	font-size: 14px;
	margin: 2% 4%;
	padding: 6px;
	border-radius: 5px;
	background-color: #E3E3E3;
	color: black;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 42%;
	transition: 0.3s;
 /*标签延迟0.3s显示*/
}

.sidenav-btn:hover {
	background-color: lightgray;
}

.sidenav-btn p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: gray;
}

#tp-weather-widget .sw-container {
	z-index: 9;
	center: unset;
	right: 10px;
	top: unset;
	bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px;
}

/*动画*/
@keyframes fade-in {
	0% {
		opacity: 0;
	}/*初始状态 透明度为0*/  
	40% {
		opacity: 0;
	}/*过渡状态 透明度为0*/  
	100% {
		opacity: 1;
	}/*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {
/*针对webkit内核*/  
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mp3[data-v-20eb6a7e] {
	width:100%;
	height:16vw;
	position:fixed;
	right:25px;
	bottom:2.66667vw;
	z-index:9;
	padding:0 8vw;
	
}
.mp3 audio[data-v-20eb6a7e] {
	width:100%;
	height:100%
}
.mp3 .service[data-v-20eb6a7e] {
	position:absolute;
	width:16vw;
	height:7.7vw;
    text-align:center;
	line-height:7vw;
	right:2.33333vw;
	z-index:10;
	-moz-border-radius:50%;
	border-radius: 50px 50px 0 0;
	border-bottom:1px solid #FF0;
	border-top:1px solid #0F0;
	border-left:1px solid #0F0;
	border-right:1px solid #0F0;
	cursor:pointer;
-o-transition:all .4s;
-moz-transition:all .4s;
transition:all .4s;
	background-color:#028be5;
}
.mp3 .service img[data-v-20eb6a7e] {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}


.mp3 audio[data-v-20eb6a7e2] {
	width:100%;
	height:100%
}
.mp3 .service[data-v-20eb6a7e2] {
	position:absolute;
	width:16vw;
	height:7.7vw;
	line-height:6vw;
	text-align:center;
	bottom:0vw;
	right:2.33333vw;
	z-index:10;
	-moz-border-radius:50%;
	border-radius: 0 0px 50px 50px;
	cursor:pointer;
	border-bottom:1px solid #0F0;
	border-top:1px solid #FF0;
	border-left:1px solid #0F0;
	border-right:1px solid #0F0;
-o-transition:all .4s;
-moz-transition:all .4s;
transition:all .4s;
	background-color:#028be5
}
.mp3 .service a {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
		font-size:3vw;
	color:#FFF;
}
.mp3 .service a span{ color:#0F0}
@media screen and (min-width:1200px) {
.mp3[data-v-20eb6a7e] {
width:360px;
height:60px;
position:fixed;
right:15%;
bottom:10px;
z-index:9;
padding:0 30px;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transform:translateX(-50%);
cursor:pointer
}
.mp3 audio[data-v-20eb6a7e] {
width:100%;
height:100%
}
.mp3 .service[data-v-20eb6a7e] {
position:absolute;
width:60px;
height:29px;
right:10px;
top:0px;
z-index:10;
line-height:30px;
	border-radius: 50px 50px 0 0;
	border-bottom:1px solid #FF0;
	border-top:1px solid #0F0;
	border-left:1px solid #0F0;
	border-right:1px solid #0F0;
}
.mp3 .service img[data-v-20eb6a7e] {
width:100%;
height:100%;
-o-object-fit:cover;
object-fit:cover
}

.mp3 audio[data-v-20eb6a7e2] {
width:100%;
height:100%
}
.mp3 .service[data-v-20eb6a7e2] {
position:absolute;
width:60px;
height:29px;
bottom:0px;
right:10px;
z-index:10;
line-height:20px;
}

.mp3 .service a {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
		font-size:12px;
	color:#FFF;
}
.mp3 .service a span{ color:#0F0}
}