body {
	/*background: linear-gradient(10deg, #2B2E4A 0%, #2B2E4A 30%, #E84545 calc(30% + 1px), #E84545 60%, #903749 calc(60% + 1px), #903749 70%, #53354A calc(70% + 1px), #53354A 100%);*/
	/*background-image: linear-gradient(270deg, #fbc2eb 10%, #a6c1ee 100%);*/
	/*background-image: linear-gradient(270deg, #84fab0 0%, #8fd3f4 100%);*/
	/*background-image: linear-gradient(270deg, #f5f7fa 0%, #c3cfe2 100%);*/
	/*background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);*/
	background-image: linear-gradient(270deg, #89f7fe 0%, #66a6ff 100%);

	
}

.header {
	/*background: #F8F9FA;*/
	background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
	opacity: 0.8;
}

.header ul li a {
	color: #222222;
	font-weight: bold;
	font-size: 14px;
}

.footer {
	/*background: #F8F9FA;*/
	background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
	opacity: 0.8;
	/*border-radius: 15px;
	margin: 0 20px;*/
}

.footer ul li a {
	color: #222222;
	font-weight: bold;
	font-size: 14px;
}

.footer ul li a span {
	font-size: 10px;
}

.silder {
	width: 80%;
	border-right: 1px solid #DEE2E6;
	background-image: linear-gradient(270deg, #89f7fe 0%, #66a6ff 100%);
}

.silder-content {
	padding: 0px;
	
}


/*swiper*/

.swiper-container {
	width: 100%;
	height: 100%;
	
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home {
	width: 90%;
	/*border-radius: 10px;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.home img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: 100%;
}

.ad-list {
	width: 100%;
	list-style: none;
}

.ad-list li {
	border-bottom: 1px solid #cccccc;
}

.ad-content {
	border-top: 3px solid #EEEEEE;
	padding: 0.5rem 1rem;
}

.ad-list li a {
	text-decoration: none;
	font-size: 12px;
}

.ad-header {
	font-size: 16px;
	font-weight: 600;
}

.ad-body {
	font-size: 14px;
}

.ad-footer a {
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	color: #222222;
}

.content img {
	width: 100%;
}

.menu {
	width: 80%;
	background-image: linear-gradient(270deg, #89f7fe 0%, #66a6ff 100%);
}

.menubtn {
	top: 10%;
	left: 85%;
}

.menubtn button {
	border-radius: 20px;
	font-size: 20px;
}


/*去除按钮阴影*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.nav-link:focus,
.nav-link:active:focus,
.nav-link.active:focus,
.nav-link.focus,
.nav-link:active.focus,
.nav-link.active.focus {
	outline: none;
	box-shadow: none;
}

.myblockup {
	border-bottom: 40px solid #ea5231;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	width: 96%;
	margin-top: -47px !important;
}

.myblock {
	width: 96%;
	height: 100px;
	/*background-color: #ff6445;*/
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: linear-gradient(to top, #fe874d 10%, #ff6445 90%);
	box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.myblock img {
	width: 80px;
	border-radius: 5px;
	margin: 10px 20px;
}

.myleft {
	width: 30%;
	float: left;
}

.myright {
	padding: 0px 20px;
	width: 70%;
	float: right;
	height: 100px;
}

.mytitle {
	width: 100%;
	border-radius: 20px;
	background-color: #FFFFFF;
	color: #fe874d;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 600;
	margin-top: 15px;
}

.mytel {
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	/*font-weight: bolder;*/
	margin-top: 15px;
}

.myservices {
	width: 90%;
	/*background-color: #FFFFFF;*/
	padding: 10px;
	border-radius: 10px;
}

.myitem {
	position: relative;
	width: 100%;
}

.mysubtitle {
	position: absolute;
	width: 100%;
	background-color: #444444;
	opacity: 0.8;
	bottom: 0px;
	height: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}

.myitem img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.myfoot {
	width: 100%;
	font-size: 14px;
	/*ba*/ckground-image: linear-gradient(135deg, #444444 0%, #000000 100%);
	/*height: 300px;*/
}

.myfoot img{
	width: 40%;
}

.emptyspace {
	width: 100%;
	height: 50px;
}

.topdate{
	color: #FFFFFF;
	font-size: large;
	text-shadow: 0 0 5px #000000;
}