.bg,.container {
	position: relative
}

.header .txt>h1,.header .txt>p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
#webchat-bg{
    position: absolute;
    bottom: 3%;
    left: 6%;
    width: 91%;
}
#webchat{
    position: absolute;
    bottom: 5.5%;
    left: 29.5%;
    width: 42%;
}
html {
	font-size: 10px
	
}
.float_layer {border:0px solid #aaaaaa;position: absolute; right: 0;  top: 0;position: fixed; }


#agent{
	width: 180px;
	height: auto;
}

body,dl,h1,h2,h3,h4,h5,h6,li,ol,p,ul {
	margin: 0;
	padding: 0
}

.btn{width: 80%; position: absolute;top: 6%;left: 10%;}
.btn a{ width:27%; display:block; }
#ios{float: left;}
#anzhuo{float: right;}
.btn a span{ display:block; padding:0 3%;}
.btn a span img{ width:100%; height:auto; display:block;}



.kf {
    width: 1.28rem;
    height: 1.95rem;
    position: fixed;
    right: 50%;
    z-index: 88;
    margin-right: -3.55rem;
    top: 50%;
    margin-top: -.97rem
}

.kf img {
    width: 100%;
    height: 100%
}



.swiper {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	--swiper-theme-color: #f0b129;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity:1;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #101623;

	/* 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;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}




.container,.top>img {
	max-width: 720px;
	margin: 0 auto
}

dl,ol,ul {
	list-style: none
}

body {
	background: #fff;
	background-color: #141416;
	font-family: "Microsoft YaHei"
}

.img-responsive {
	width: 100%;
	display: block
}

.bg {
	z-index: 0
}
	

.header,
.top {
	width: 100%;
	top: 0;
	left: 0
}

.btn a {
	display: block
}

.top {
	position: fixed;
	z-index: 1;
	background: #00163F
}

.footer {
	padding: 1em 0;
	background: #202020;
	font-size: 12px;
	position: relative
}

.footer p {
	text-align: center;
	line-height: 1.5
}

.header {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	flex-warp: nowarp;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2
}

.header .icon {
	width: .74rem;
	margin: 0 .26rem 0 .16rem;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.header .txt {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}

.header .txt>h1 {
	font-weight: 400;
	font-size: .32rem
}

.header .txt>p {
	font-size: .26rem
}

.header .btn_download {
	float: right;
	width: 1.88rem;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: .16rem
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes tada {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d (.9,
			.9,
			.9) rotate3d (0,
			0, 1, -3 deg);
		transform: scale3d (.9,
			.9,
			.9) rotate3d (0,
			0, 1, -3 deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d (1 .1,
			1 .1,
			1 .1) rotate3d (0,
			0, 1, 3 deg);
		transform: scale3d (1 .1,
			1 .1,
			1 .1) rotate3d (0,
			0, 1, 3 deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d (1 .1,
			1 .1,
			1 .1) rotate3d (0,
			0, 1, -3 deg);
		transform: scale3d (1 .1,
			1 .1,
			1 .1) rotate3d (0,
			0, 1, -3 deg)
	}
}

@keyframes tada {

	from,to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,20% {
		-webkit-transform: scale3d (.9,
			.9,
			.9) rotate3d (0,
			0, 1, -3 deg);
		transform: scale3d (.9,
			.9,
			.9) rotate3d (0,
			0, 1, -3 deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d (1 .1,
			1 .1,
			1 .1) rotate3d (0,
			0, 1, 3 deg);
		transform: scale3d (1 .1,
			1 .1,
			1 .1) rotate3d (0,
			0, 1, 3 deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d (1 .1,
			1 .1,
			1 .1) rotate3d (0,
			0, 1, -3 deg);
		transform: scale3d (1 .1,
			1 .1,
			1 .1) rotate3d (0,
			0, 1, -3 deg)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

.btn a.btn-bottom {
	position: absolute;
	top: 9rem;
	left: 29.4%;
	width: 3.8rem;
}

.btn1 a.qq-bottom {
	width: 1.5rem;
	position: fixed;
	top: 4rem;
	right: 0%;
}

.btn_touch {
	position: absolute;
	top: 8.5rem;
	left: 50.4%;
	width: 2.8rem;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -25px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

a {
	text-decoration: none;
}

.dw_propt {
	width: 100%;
	min-height: 1.4rem;
	background: rgba(255, 255, 255, 0.77);
	position: fixed;
	#left: 0;
	bottom: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	z-index: 10;
	max-width: 720px;
}

.ppt_lt {
	position: relative;
}

.img {
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	top: 0.22rem;
	left: 0.38rem;
	overflow: hidden;
}

.img img {
	display: block;
	width: 100%;
	height: 100%;
}

.ppt_lt .lt_t {
	padding: 0.20rem 0 0 1.74rem;
	color: #333;
}

.ppt_lt .lt_t h3 {
	font-size: 0.4rem;
}

.ppt_lt .lt_t span {
	font-size: 0.28rem;
	color: #545454;
	display: block;
	margin-top: 0.15rem;
}

.ppt_lt_ii .lt_in {
	margin: 0 0.3rem;
	position: relative;
}

.ppt_lt .ppt_dw {
	display: block;
	width: 2.1rem;
	height: 0.9rem;
	line-height: 0.9rem;
	background: #43c117;
	color: #fff;
	text-align: center;
	font-size: 0.42rem;
	border-radius: 0.08rem;
	position: absolute;
	top: 0.33rem;
	right: 0.3rem;
}

.ppt_lt_ii .ppt_dw {
	width: 100%;
	left: 0;
	right: 0
}

footer {

	text-align: center;
}
@media all and (min-width: 0px) and (max-width: 767px){
	.float_layer {border:0px solid #aaaaaa;position: absolute; right: 0;     top: 15%;position: fixed;}	
	#agent{width: 131px;
	}
	
}