@font-face {
	font-family: fontR;
}

html,
body {
	padding: 0;
	margin: 0;
	font-family: fontR;
	font-size: 15px;
	color: #000;
	/* background: #fafafa; */
}

.bg-img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.floating-image {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	cursor: pointer;
	transition: all 0.3s ease;
}

.floating-image img {
	width: 20px;
	height: auto;
}

.floating-wechat {
	position: fixed;
	right: 120px;
	bottom: 120px;
	z-index: 9999;
	cursor: pointer;
}

.wechat-icon {
	width: 220px;
	height: auto;
	transition: all 0.3s ease;
}

.wechat-qrcode {
	position: absolute;
	right: 50%;
	bottom: 100%;
	transform: translateX(50%);
	width: 220px;
	height: auto;
	display: none;
	transition: all 0.3s ease;
	z-index: 10000;
}


.floating-wechat:hover .wechat-qrcode {
	display: block;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 1080px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #008e72;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


/**导航菜单**/
header {
	width: 100%;
	text-align: center;
	height: 85px;
	background-image: linear-gradient(45deg, #ff0181, #ff3902);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.5s;
}


.index header {
	background: none;
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(28, 29, 35, 0.85);
	/* box-shadow: 0 0 10px #333; */
}

header.on-fixed .rightDiv .menu>ul>li>a {
	color: #fff;
}

header .rightDiv {
	float: right;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 100px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;

	/*width: 126px;*/
}

header .rightDiv .menu>ul>li:last-child a {
	border-right: 0;
}

header .rightDiv .menu>ul>li>a {
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 16px;
	padding: 0 5px;
	border-radius: 3px;
	margin-top: 30px;
	padding: 0 90px;
	border-right: 1px #fff solid;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
}

header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	font-weight: bold;
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #005097;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */
/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
	background: url(../img/menu-hide.svg) no-repeat center center;
	background-size: 1.375rem auto;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}

/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #282828;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(../img/xia.png) no-repeat; */
/*} */
.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}

.menu ul ul li:hover {
	background: #e5edf4;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 160px;
	margin-left: -8px;
	text-align: center;
	top: 120px;
	position: absolute;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	left: -10px;
	box-shadow: 0 0 5px #ccc;
}

.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	padding: 0 15px;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	text-align: center;
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 15px 0;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	color: #005097;
	border: 0;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.bannerIndex {
	/*margin-top: 85px;*/
}

.bannerIndex img.bg {
	min-height: 240px;
	object-fit: cover;
	width: 100%;
}

.bannerIndex .absolute {
	top: 243px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.bannerIndex .absolute img.wenzi {
	width: 785px;
}

.bannerIndex .textDiv {
	width: 525px;
	color: #fff;
	line-height: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.bannerIndexDown {
	margin-top: 100px;
}

.bannerIndexDown img {
	width: 240px;
}

.bannerIndexContent {
	width: 100%;
	text-align: center;
	margin-top: 21px;
	font-size: 36px;
	/*font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi, serif;*/
	font-weight: normal;
	color: #FFFFFF;
}

.bannerIndexVersion {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	color: #FFFFFF;
}

.bannerIndexVersion span {
	padding: 0 10px;
}

.banner_nei {
	margin-top: 85px;
}

.banner_nei img {
	min-height: 180px;
	object-fit: cover;
	width: 100%;
}

.indexDiv1 {
	/* background: #1c1d23; */
	padding-top: 20px;
}

.title {
	font-size: 48px;
	letter-spacing: 3px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title::before {
	content: "";
	display: block;
	width: 166px;
	height: 1px;
	background: #FFFFFF;
	margin-right: 20px;
}

.title::after {
	content: "";
	display: block;
	width: 166px;
	height: 1px;
	background: #FFFFFF;
	margin-left: 20px;
}

.indexDiv1 .textDiv {
	width: 500px;
	color: #FFFFFF;
}

.indexDiv2 .textDiv {
	width: 440px;
	color: #FFFFFF;
	margin-left: 40px;
}

.indexDiv4 .textDiv {
	width: 440px;
	color: #FFFFFF;
	margin-left: 40px;
}


.indexDiv1 .textDiv .text {
	margin-left: 18px;
	float: left;
	margin-top: -13px;
}

.indexDiv2 .textDiv .text {
	margin-left: 18px;
	float: left;
	margin-top: 15px;
}

.indexDiv4 .textDiv .text {
	margin-left: 18px;
	float: left;
	margin-top: 15px;
}

.indexDiv1 .textDiv .text p:nth-child(2),
.indexDiv2 .textDiv .text p:nth-child(2) {
	letter-spacing: 5px;
}

.indexDiv2 {
	/* background: #2a2935; */
	padding-top: 15px;
}


.indexDiv3 {
	/* background: #1c1d23; */
	padding-top: 45px;
}

.indexDiv3 .textDiv {
	width: 485px;
	margin-right: 70px;
	color: #FFFFFF;
}

.indexDiv4 {
	/* background: #2a2935; */
	padding-top: 15px;
}

/* 
.indexDiv4 {
	background: #1c1d23;
	font-size: 30px;
	color: #FFFFFF;
	padding-top: 180px;
	padding-bottom: 100px;
}

.indexDiv4 ul {
	width: 615px;
	margin: 100px auto;
}

.indexDiv4 ul li {
	width: 280px;
	height: 280px;
	background: #2a2935;
	float: left;
	margin-left: 24px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexDiv4 ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexDiv4 ul li:first-child {
	margin-left: 0;
}

.indexDiv4 ul li img {
	transition: all 0.5s;
}

.indexDiv4 ul li:hover img {
	transform: scale(1.1);
} */

footer {
	padding: 100px 0 225px 0;
	background: #1c1d23;
	color: #9F9DA5;
	line-height: 28px;
}

footer a {
	color: #FFFFFF;
	border-bottom: 0px #9F9DA5 solid;
	margin: 0 50px;
	font-size: 20px;
}

footer a:hover {
	color: #9F9DA5;
}

footer.footer2 {
	padding: 100px 0;
}

.footer {
	padding-top: 70px;
}

.footer .txt {
	color: #FFFFFF;
	font-size: 14px;
}

.footer .txtSize {
	font-size: 14px;
	margin: 0 0px;
}

.title2::before {
	content: "";
	display: block;
	width: 166px;
	height: 1px;
	background: #333;
	margin-right: 20px;
}

.title2::after {
	content: "";
	display: block;
	width: 166px;
	height: 1px;
	background: #333;
	margin-left: 20px;
}

.center .font32 {
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.35);
	margin-top: -0px;
}

.ruhuiDiv1 .content {
	color: rgba(0, 0, 0, 0.65);
}

.mapDiv {
	height: 400px;
}

.xieyiDiv {
	margin-top: 185px;
}

.xieyiDiv .content {
	font-size: 24px;
	line-height: 38px;
	color: rgba(0, 0, 0, 0.65);
}

/*.xieyiDiv .content p {
	color: rgba(0, 0, 0, 0.45);
}*/

.search input {
	width: 655px;
	padding: 0 30px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	float: left;
	border: 1px #ccc solid;
}

.search button {
	font-size: 20px;
	color: #FFFFFF;
	background: #ff2f64;
	width: 115px;
	height: 55px;
	border: 0;
	outline: none;
	margin-left: -5px;
}

.chongzhiDiv1 {
	margin-top: 160px;
}

.chongzhiDiv2 .content {
	background: #ffff;
	padding: 25px 40px;
	margin-top: 45px;
}

.chongzhiDiv2 ul {
	margin-left: -24px;
	margin-top: 30px;
}

.chongzhiDiv2 ul li {
	width: 178px;
	padding: 15px;
	border: 1px #ff2f64 solid;
	border-radius: 10px;
	text-align: center;
	color: #ff2f64;
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}

.chongzhiDiv2 ul li p:nth-child(1) {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #ccc dashed;
}

.chongzhiDiv2 ul li p:nth-child(2) {
	font-size: 18px;
}

.chongzhiDiv2 ul li:hover,
.chongzhiDiv2 ul li.check {
	background: #ff2f64;
	color: #ffff;
}

.chongzhiDiv2 ul li input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.title3 {
	font-size: 24px;
	color: #ff225a;
	border-bottom: 5px #ff225a solid;
	float: left;
	padding-bottom: 10px;
}

.chongzhiDiv2 .mt50 {
	color: #888;
	font-size: 18px;
}

.chongzhiDiv3 .content {
	background: #ffff;
	padding: 25px 40px;
	margin-top: 45px;
}

.chongzhiDiv3 ul li {
	width: 210px;
	height: 60px;
	border: 1px #ccc solid;
	border-radius: 10px;
	font-size: 28px;
	position: relative;
	padding: 0 15px;
	line-height: 55px;
	float: left;
	margin-right: 45px;
	margin-top: 40px;
	color: rgba(0, 0, 0, 0.5);
}

.chongzhiDiv3 ul li input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.chongzhiDiv3 ul li .biao {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}

.chongzhiDiv3 ul li.check {
	border: 1px #ff2f64 solid;
}

.chongzhiDiv3 ul li.check .biao {
	display: block;
}

.chongzhiDiv3 ul li p img {
	margin-right: 20px;
}

.chongzhiDiv4 {
	background: #FFFFFF;
	height: 160px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0 0 5px #ccc;
}

.chongzhiDiv4 p.zhifu {
	font-size: 28px;
	color: #595959;
	float: left;
	margin-top: 70px;
}

.chongzhiDiv4 p.zhifu span {
	color: #ff2f64;
	font-size: 32px;
}

.chongzhiDiv4 button {
	width: 240px;
	height: 80px;
	border: 0;
	outline: 0;
	background: #ff2f64;
	font-size: 28px;
	color: #FFFFFF;
	border-radius: 10px;
	float: right;
	margin-top: 45px;
}

.kuai {
	height: 160px;
}

.link a {
	position: absolute;
	top: 48%;
	right: 45px;
	z-index: 999 ff;
	color: #FFFFFF;
	width: 130px;
	display: block;
	font-size: 24px;
	transition: all 0.5s;
}

.link a:hover {
	border-bottom: 1px #fff solid;
}

.downDiv .content {
	background: #ffff;
	padding: 80px 40px;
	margin-top: 45px;
	margin-top: 135px;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}

.downDiv .content .textDiv p {
	font-size: 28px;
	color: #ff2f64;
	margin-top: 40px;
}

.mt-36 {
	width: 36%;
	float: left;
}

.mt-60 {
	width: 60%;
	float: left;
}

.index-version {
	font-weight: lighter;
}

.index-link a {
	color: #7C69FE;
	text-decoration: underline;
	font-weight: lighter;
	width: 100%;
	text-align: center;

}

.banner3 {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-image: url(#{$imgUrl}todayfate/bg.png);*/
}

.banner3 img {
	width: 100%;
}

.banner3_c {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.banner3_text {
	margin: 0 auto;
	width: 880px;
	color: #fff;
	font-size: 16px;
	padding: 100px 0 0 0;
}

.download-container {
	position: relative;
	display: inline-block;
	margin-left: 24px;
}

.download-icon {
	width: 200px;
	height: auto;
	cursor: pointer;
	transition: all 0.3s ease;
}

.download-qrcode {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: auto;
	display: none;
	z-index: 10000;
	transition: all 0.3s ease;
}

.download-container:hover .download-qrcode {
	display: block;
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width: 767px) {

	.wrap,
	.wrap2 {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.floating-wechat {
		position: fixed;
		right: 20px;
		bottom: 120px;
		z-index: 9999;
		cursor: pointer;
	}

	.wechat-icon {
		width: 100px;
		height: auto;
		transition: all 0.3s ease;
	}

	.wechat-qrcode {
		position: absolute;
		right: 50%;
		bottom: 100%;
		transform: translateX(50%);
		width: 100px;
		height: auto;
		display: none;
		transition: all 0.3s ease;
		z-index: 10000;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #333 dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 18%;
		margin-left: 10px;
		margin-top: 7px;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;

	}


	header .wrap {
		display: block;
	}

	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}


	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: rgba(0, 0, 0, 0.8);
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		/* border-bottom: 1px solid #eee; */
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #fff;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		padding-top: 60px;
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: -40%;
		top: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #fff;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #fff;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover,
	header .rightDiv .menu>ul>li>a.now {
		border-radius: 0;
	}


	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		/*margin-top: 50px;*/
	}

	.bannerIndex .absolute {
		width: 90%;

	}

	.bannerIndex .absolute img.wenzi {
		width: 150px;
	}

	.bannerIndex .absolute {
		top: 60px;
	}

	.bannerIndex .textDiv {
		width: 200px;
		line-height: 16px;
		font-size: 12px;
	}

	.bannerIndex .textDiv .mt50 {
		margin-top: 8px;
	}

	.bannerIndex .textDiv .mt40 {
		margin-top: 6px;
	}

	.bannerIndex .textDiv .mt40 img {
		width: 48%;
	}

	.index-version div {
		width: 100%;
	}

	.index-version {
		margin-top: 6px;
	}

	.index-link {
		margin-top: 2px;
	}

	.title {
		width: 100%;
	}

	.title::after,
	.title::before {
		width: 70px;
		top: 25px;
	}

	.title {
		font-size: 30px;
	}

	.title2 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.center .font30 {
		font-size: 14px;
	}

	.center .font32 {
		font-size: 16px;
	}

	.indexDiv1 {
		padding-top: 30px;
	}

	.indexDiv1 .textDiv,
	.indexDiv2 .textDiv,
	.indexDiv3 .textDiv,
	.indexDiv4 .textDiv {
		width: 100%;
		margin-top: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
		margin: 50px 0;
	}

	.indexDiv1 .textDiv img,
	.indexDiv2 .textDiv img,
	.indexDiv3 .textDiv img,
	.indexDiv4 .textDiv img {
		width: 300px;
		margin-right: 20px;
	}



	.download-container {
		position: fixed;
		bottom: 20px;
		z-index: 9999;
		cursor: pointer;
	}

	.download-icon {
		width: 200px;
		height: auto;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.download-container:hover .download-qrcode {
		display: none;
	} 

	footer {
		padding: 50px 0;
	}

	footer.footer2 {
		padding: 50px 0;
	}

	.xieyiDiv .content {
		font-size: 14px;
		line-height: 24px;
	}

	.xieyiDiv {
		margin-top: 80px;
	}

	.search input {
		width: 75%;
		height: 40px;
	}

	.search button {
		width: 25%;
		height: 40px;
	}

	.chongzhiDiv1 {
		margin-top: 80px;
	}

	.chongzhiDiv2 .content,
	.chongzhiDiv3 .content {
		padding: 20px;
		margin-top: 20px;
	}

	.title3 {
		font-size: 20px;
	}

	.chongzhiDiv2 ul {
		margin-left: 0;
	}

	.chongzhiDiv2 ul li {
		width: 48%;
		margin-left: 4%;
	}

	.chongzhiDiv2 ul li:nth-child(odd) {
		margin-left: 0;
	}

	.chongzhiDiv2 ul li p:nth-child(1) {
		font-size: 20px;
	}

	.chongzhiDiv2 ul li p:nth-child(2) {
		font-size: 14px;
	}

	.chongzhiDiv2 ul li {
		margin-bottom: 20px;
	}

	.chongzhiDiv3 ul li {
		width: 48%;
		height: 50px;
		font-size: 16px;
		line-height: 45px;
	}

	.chongzhiDiv3 ul li {
		margin-right: 0;
	}

	.chongzhiDiv3 ul li:nth-child(even) {
		margin-left: 4%;
	}

	.chongzhiDiv3 ul li p img {
		margin-right: 10px;
	}

	.chongzhiDiv4 {
		height: 80px;
	}

	.kuai {
		height: 80px;
	}

	.chongzhiDiv4 p.zhifu {
		margin-top: 20px;
		font-size: 16px;
	}

	.chongzhiDiv4 p.zhifu span {
		font-size: 20px;
	}

	.chongzhiDiv4 button {
		width: 120px;
		height: 40px;
		margin-top: 20px;
		font-size: 16px;
	}

	.link a {
		font-size: 14px;
		top: 40%;
		right: 10px;
		width: 80px;
	}

	.downDiv .content .textDiv p {
		font-size: 20px;
	}

}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width: 992px) {


	.wrap,
	.wrap2 {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.floating-wechat {
		position: fixed;
		right: 20px;
		bottom: 120px;
		z-index: 9999;
		cursor: pointer;
	}

	.wechat-icon {
		width: 100px;
		height: auto;
		transition: all 0.3s ease;
	}

	.wechat-qrcode {
		position: absolute;
		right: 50%;
		bottom: 100%;
		transform: translateX(50%);
		width: 100px;
		height: auto;
		display: none;
		transition: all 0.3s ease;
		z-index: 10000;
	}

	.submenu-button.submenu-opened:after {
		display: none
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #333 dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 10%;
		margin-left: 10px;
		margin-top: 7px;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;

	}


	header .wrap {
		display: block;
	}

	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		padding-top: 0;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}


	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: rgba(0, 0, 0, 0.8);
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		/* border-bottom: 1px solid #eee; */
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #fff;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		padding-top: 60px;
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: -40%;
		top: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #fff;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #fff;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover,
	header .rightDiv .menu>ul>li>a.now {
		border-radius: 0;
	}


	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		/*margin-top: 60px;*/
	}

	.bannerIndex .absolute {
		width: 90%;

	}

	.bannerIndex .absolute img.wenzi {
		width: 180px;
	}

	.bannerIndex .absolute {
		top: 80px;
	}

	.bannerIndex .textDiv {
		width: 350px;
		line-height: 24px;
		font-size: 14px;
	}

	.bannerIndex .textDiv .mt50 {
		margin-top: 0px;
	}

	.bannerIndex .textDiv .mt40 {
		margin-top: 0px;
	}

	.bannerIndex .textDiv .mt40 img {
		width: 48%;
	}

	.index-version .mt-36 {
		width: 50%;
	}

	.index-version .mt-60 {
		width: 100%;
	}

	.index-version {
		margin-top: 6px;
	}

	.index-link {
		margin-top: 2px;
	}

	.title {
		width: 100%;
	}

	.title::after,
	.title::before {
		width: 70px;
		top: 25px;
	}

	.title {
		font-size: 30px;
	}

	.title2 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.center .font30 {
		font-size: 14px;
	}

	.center .font32 {
		font-size: 16px;
	}

	.indexDiv1 {
		padding-top: 30px;
	}

	.indexDiv1 .textDiv,
	.indexDiv2 .textDiv,
	.indexDiv3 .textDiv {
		width: 50%;
		margin-top: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
		margin: 120px 0;
	}

	.indexDiv1 .content>img:nth-child(1),
	.indexDiv2 .content>img:nth-child(1),
	.indexDiv3 .content>img:nth-child(1),
	.indexDiv4 .content>img:nth-child(1) {
		width: 48%;
	}

	.indexDiv1 .textDiv img,
	.indexDiv2 .textDiv img,
	.indexDiv3 .textDiv img,
	.indexDiv4 .textDiv img {
		width: 300px;
		margin-right: 20px;
	}
	.download-container {
		position: fixed;
		bottom: 20px;
		z-index: 9999;
		cursor: pointer;
	}

	.download-icon {
		width: 200px;
		height: auto;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.download-container:hover .download-qrcode {
		display: none;
	}
	/* 
    .indexDiv4 {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .indexDiv4 ul {
        width: 100%;
        margin-top: 30px;
    }

    .indexDiv4 ul li {
        width: 30%;
        height: auto;
        margin-left: 5%;
        height: 100px;
    }

    .indexDiv4 ul li img {
        width: 40px;
    } */

	footer {
		padding: 50px 0;
	}

	footer.footer2 {
		padding: 50px 0;
	}

	.xieyiDiv .content {
		font-size: 14px;
		line-height: 24px;
	}

	.xieyiDiv {
		margin-top: 80px;
	}

	.search input {
		width: 75%;
		height: 40px;
	}

	.search button {
		width: 25%;
		height: 40px;
	}

	.chongzhiDiv1 {
		margin-top: 80px;
	}

	.chongzhiDiv2 .content,
	.chongzhiDiv3 .content {
		padding: 20px;
		margin-top: 20px;
	}

	.title3 {
		font-size: 20px;
	}

	.chongzhiDiv2 ul {
		margin-left: 0;
	}

	.chongzhiDiv2 ul li {
		width: 48%;
		margin-left: 4%;
	}

	.chongzhiDiv2 ul li:nth-child(odd) {
		margin-left: 0;
	}

	.chongzhiDiv2 ul li p:nth-child(1) {
		font-size: 20px;
	}

	.chongzhiDiv2 ul li p:nth-child(2) {
		font-size: 14px;
	}

	.chongzhiDiv2 ul li {
		margin-bottom: 20px;
	}

	.chongzhiDiv3 ul li {
		width: 48%;
		height: 50px;
		font-size: 16px;
		line-height: 45px;
	}

	.chongzhiDiv3 ul li {
		margin-right: 0;
	}

	.chongzhiDiv3 ul li:nth-child(even) {
		margin-left: 4%;
	}

	.chongzhiDiv3 ul li p img {
		margin-right: 10px;
	}


}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width: 993px) and (max-width: 1024px) {

	.wrap,
	.wrap2 {
		width: 90%;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 50px;
	}

	.mainLeft,
	.mainRight {
		width: 100%;
	}

	.fenye {
		margin-bottom: 20px;
	}

	.bannerIndex img.bg {
		min-height: 550px;
	}

	.indexDiv1 .textDiv,
	.indexDiv2 .textDiv,
	.indexDiv3 .textDiv,
	.indexDiv4 .textDiv {
		width: 50%;
		margin-top: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
		margin: 120px 0;
	}

	.indexDiv1 .content>img:nth-child(1),
	.indexDiv2 .content>img:nth-child(1),
	.indexDiv3 .content>img:nth-child(1),
	.indexDiv4 .content>img:nth-child(1) {
		width: 48%;
	}

	.indexDiv1 .textDiv img,
	.indexDiv2 .textDiv img,
	.indexDiv3 .textDiv img,
	.indexDiv4 .textDiv img {
		width: 100px;
		margin-right: 20px;
	}

	.download-container {
		position: fixed;
		bottom: 20px;
		z-index: 9999;
		cursor: pointer;
	}

	.download-icon {
		width: 200px;
		height: auto;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.download-container:hover .download-qrcode {
		display: none;
	}
	
	.floating-wechat {
		position: fixed;
		right: 20px;
		bottom: 120px;
		z-index: 9999;
		cursor: pointer;
	}

	.wechat-icon {
		width: 100px;
		height: auto;
		transition: all 0.3s ease;
	}

	.wechat-qrcode {
		position: absolute;
		right: 50%;
		bottom: 100%;
		transform: translateX(50%);
		width: 100px;
		height: auto;
		display: none;
		transition: all 0.3s ease;
		z-index: 10000;
	}

}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

	.wrap,
	.wrap2 {
		width: 100%;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 20px;
	}


}

@media screen and (min-width: 1201px)and (max-width: 1600px) {

	.wrap,
	.wrap2 {
		width: 1200px;
	}

	.bannerIndex img.bg {
		min-height: 550px;
	}


}