* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;
}

body {
	background-color: #f5f5f5 !important;
	min-width: 1440px;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.noBodPadLeft {
	border-left: none !important;
	padding-left: 0px !important;
}

.noMarRight {
	margin-right: 0px !important;
}

body {
	position: relative;
}

#header {
	width: 80%;
	min-width: 1152px;
	height: 42px;
	/*background: #f9f9f9;*/
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0px;
	z-index: 999;
}

#logo {
	width: 300px;
	height: 80px;
	padding: 0px;
	position: relative;
	/* background-color: blue; */
}

.logo_p {
	position: absolute;
	top: 0;
	left: 90px;
	font-size: 35px;
	font-weight: bold;
	color: white;
	letter-spacing: 5px;
}

.logo_p1 {
	position: absolute;
	top: 45px;
	left: 90px;
	font-size: 18px;
	color: white;
	letter-spacing: 13px;
}

#nav {
	height: 100%;
	padding: 0px;
}

#nav .download-app {
	height: 100%;
	width: 150px;
	padding-top: 6px;
	font-size: 13px;
}

#nav .download-app .downloadBtn {
	display: inline-block;
	height: 80%;
	width: 90%;
	padding-top: 6px;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	background: #19ca89;
	text-align: center;
	cursor: pointer;
}

.downloadBtn_1 {
	display: inline-block;
	height: 80%;
	width: 90%;
	padding-top: 6px;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	background: #19ca89;
	text-align: center;
	cursor: pointer;
}

#nav .download-app .downloadBtn:hover {
	text-shadow: 0 0 5px;
}

#wrap .banner {
	width: 100%;
}

#carousel-background .img1 {
	height: 504px;
	background-color: #e24f4f;
}

#carousel-background .img2 {
	height: 504px;
	background-color: #6995f4;
}

#carousel-background .img3 {
	height: 504px;
	background-color: #8acd60;
}

#carousel-background .carousel-caption1 {
	position: absolute;
	top: 28%;
	left: 24%;
	text-align: left;
	padding: 0;
	margin: 0;
}

#carousel-background .carousel-caption2 {
	position: absolute;
	top: 32%;
	left: 21%;
	text-align: left;
	width: 650px;
	padding: 0;
	margin: 0;
}

#carousel-background .carousel-caption3 {
	position: absolute;
	top: 37%;
	left: 20.8%;
	text-align: left;
	width: 650px;
	padding: 0;
	margin: 0;
}

#carousel-background .carousel-caption4 {
	position: absolute;
	top: 37.5%;
	left: 22.2%;
	text-align: left;
	width: 650px;
	padding: 0;
	margin: 0;
}

@media screen and (min-width:0px) {
	#carousel-background .carousel-caption1 .title {
		color: white;
		font-size: 24px;
		margin-bottom: 17px;
		height: 17px;
		line-height: 26px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption1 .detail {
		font-size: 18px;
		line-height: 27px;
		color: white;
		letter-spacing: 2px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	#carousel-background .carousel-caption2 .title {
		color: #fff;
		font-size: 24px;
		margin-bottom: 17px;
		height: 17px;
		line-height: 22px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption2 .detail {
		/*font-size: 17px;*/
		font-size: 18px;
		/*line-height: 23px;*/
		line-height: 27px;
		color: #fff;
		letter-spacing: 2px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	#carousel-background .carousel-caption3 .title {
		color: #fff;
		/*font-size: 26px;*/
		font-size: 24px;
		margin-bottom: 17px;
		height: 17px;
		line-height: 26px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption3 .detail {
		/*font-size: 22px;*/
		font-size: 18px;
		/*line-height: 23px;*/
		line-height: 27px;
		color: #fff;
		letter-spacing: 2px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	.item img {
		min-width: 1680px;
		width: 100vw;
		height: auto;
	}

	#carousel-background .carousel-caption4 .title {
		color: #fff;
		/*font-size: 25px;*/
		font-size: 24px;
		margin-bottom: 17px;
		height: 17px;
		line-height: 22px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption4 .detail {
		/*font-size: 19px;*/
		font-size: 18px;
		/*line-height: 26px;*/
		line-height: 27px;
		color: #fff;
		letter-spacing: 2px;
		opacity: 0.9;
		font-weight: lighter;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}
}

@media screen and (min-width:1800px) {
	#carousel-background .carousel-caption1 .title {
		color: white;
		font-size: 33px;
		margin-bottom: 13px;
		height: 33px;
		line-height: 33px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption1 .detail {
		font-size: 23px;
		line-height: 30px;
		color: white;
		letter-spacing: 3px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	#carousel-background .carousel-caption2 .title {
		color: #fff;
		font-size: 33px;
		margin-bottom: 13px;
		height: 33px;
		line-height: 33px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption2 .detail {
		font-size: 23px;
		line-height: 30px;
		color: #fff;
		letter-spacing: 3px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	#carousel-background .carousel-caption3 .title {
		color: #fff;
		font-size: 33px;
		margin-bottom: 13px;
		height: 33px;
		line-height: 33px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption3 .detail {
		font-size: 23px;
		line-height: 33px;
		color: #fff;
		letter-spacing: 3px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	#carousel-background .carousel-caption4 .title {
		color: #fff;
		font-size: 33px;
		margin-bottom: 13px;
		height: 33px;
		line-height: 33px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption4 .detail {
		font-size: 23px;
		line-height: 33px;
		color: #fff;
		letter-spacing: 3px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}
}

@media screen and (min-width:2500px) {
	#carousel-background .carousel-caption1 .title {
		color: white;
		font-size: 43px;
		margin-bottom: 18px;
		height: 43px;
		line-height: 43px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption1 .detail {
		font-size: 32px;
		line-height: 45px;
		color: white;
		letter-spacing: 4px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	#carousel-background .carousel-caption2 .title {
		color: #fff;
		font-size: 43px;
		margin-bottom: 18px;
		height: 43px;
		line-height: 43px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption2 .detail {
		font-size: 32px;
		line-height: 45px;
		color: #fff;
		letter-spacing: 4px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	#carousel-background .carousel-caption3 .title {
		color: #fff;
		font-size: 43px;
		margin-bottom: 18px;
		height: 43px;
		line-height: 43px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption3 .detail {
		font-size: 32px;
		line-height: 45px;
		color: #fff;
		letter-spacing: 4px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

	#carousel-background .carousel-caption4 .title {
		color: #fff;
		font-size: 43px;
		margin-bottom: 18px;
		height: 43px;
		line-height: 43px;
		font-weight: bold;
	}

	#carousel-background .carousel-caption4 .detail {
		font-size: 32px;
		line-height: 45px;
		color: #fff;
		letter-spacing: 4px;
		opacity: 0.9;
		word-wrap: normal;
		white-space: normal;
		word-break: break-all;
	}

}


#carousel-background .right-btn {
	left: auto;
	right: 0px;
}

#footer {
	width: 100%;
	min-width: 792px;
	height: 88px;
	margin-bottom: 140px;
	text-align: center;
}

.tail {
	width: 100%;
	height: auto;
}

.tail_p {
	width: 200px;
	height: 80px;
	font-size: 30px;
	color: indianred;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	margin: 0 auto;
}

.tail_ewm {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

.tail_app {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 30px;
	left: 25px;
	text-align: center;
}


.tail_app img {
	width: 200px;
	height: 200px;
}

.tail_app_p {
	font-size: 18px;
	padding-top: 10px;
}

.tail_pub {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 30px;
	left: 325px;
	text-align: center;
}
.tail_pub img {
	width: 200px;
	height: 200px;
}

.tail_vx {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 30px;
	left: 650px;
	text-align: center;
}

.tail_vx img {
	width: 200px;
	height: 200px;
}

.tail_vx_p {
	font-size: 18px;
	padding-top: 10px;
}

.tail_p1 {
	font-size: 18px;
	text-align: center;
	padding: 80px 0 50px;
}

.tail_p1 a {
	color: black;
}

.tail_p1 a:hover {
	color: indianred;
}

.download {
	display: inline-block;
	width: 350px;
	margin-left: 110px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.download .heading {
	font-size: 20px;
	width: 350px;
	text-align: center;
}

.download p {
	width: 350px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.download img {
	margin-left: 64px;
}

#about_us {
	width: 510px;
	height: 600px;
	overflow: auto;
	margin: 0 auto;
}

#about_us h4 {
	text-align: center;
}

#android {
	width: 360px;
	height: 360px;
	margin: 55px auto;
	text-align: center;
}

#android p {
	margin: 20px 0px;
}

#youpin_modal {
	width: 360px;
	height: 360px;
	margin: 55px auto;
	text-align: center;
}

#youpin_modal p {
	margin: 20px 0px;
}

#youpin_modal .qr_code {
	display: inline-block;
	position: relative;
	width: 220px;
	height: 220px;
	overflow: hidden;
}

.download_content {

	width: 800px !important;
}

.desc {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	font-size: 24px;
}

#tv {
	color: #727272;
}

#d-btn {
	border: none;
	background-color: #23C4F2;
	width: 100px;
	height: 30px;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	opacity: 0.8;
}

.tips {

	font-size: 18px;
}

.tips:hover {
	cursor: pointer;
}

.content {
	width: 720px;
	height: 230px !important;
	margin: 0px auto;
	text-align: center;
	margin-top: 100px;
	font-size: 16px;
}