@charset "utf-8";

body, button, dd, dl, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
}

li, ol, ul {
	list-style: none;
}

body {
	position: relative;
	color: #111;
	font-size: 16px;
	font-family: "Microsoft YaHei", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;	/* padding-right: 15px;
																																																																																																																																																																																																																																	padding-left: 15px; */
}

.container1 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}

}

@media (min-width:992px) {
	.container {
		width: 970px;
	}

	.container1 {
		width: 93%;
	}

}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}

}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-4-more, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-8-more, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-4-more, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-8-more, .col-sm-9 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-8-more {
		width: 69.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-4-more {
		width: 30.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

}

@media (min-width:1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

}

body {
	font-size: 15px;
}

.header {
	position: relative;
	background: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 25px 0;
}

.head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.heady a {
	color: #9343bb;
	font-weight: bold;
	font-size: 14px;
	border-radius: 80px;
	border: 2px solid #9343bb;
	padding: 5px 10px;
}

.headz_t {
	height: 35px;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
}

.kong {
	height: 90px;
}

.banner {
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center top;
	height: 700px;
	display: flex;
	align-items: center;
}

.bannernrs p {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.bannernrs span {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.bannernrm ul li {
	font-size: 16px;
	color: #fff;
}

.bannernrmx a {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border-radius: 80px;
	border: 2px solid #fff;
	padding: 10px 20px;
}

.bannernrs {
	margin-bottom: 66px;
}

/*Why are our transactions always so successful?*/
.main_s_nrli {
	margin-bottom: 30px;
}

.main_s_bt {
	padding: 0 10px;
}

.main_s_bt p {
	font-size: 26px;
	font-weight: bold;
}

.main_s_bt span {
	font-size: 12px;
	color: #777777;
	padding-top: 15px;
	display: block;
	font-weight: bold;
}

.main_s {
	margin-top: 30px;
}

.main_sbtx {
	margin-top: 20px;
}

.main_s_nr {
	margin-top: 25px;
}

.main_s_nrli_t {
	height: 44px;
}

.main_s_nrli p {
	font-size: 18px;
	margin-bottom: 13px;
	margin-top: 10px;
}

.main_s_nrli {
}

.main_s_nrli span {
	color: #777777;
	height: 100px;
	display: block;
}

/*Why are our transactions always so successful?*/

/*	Start Your Investment Journey with Us*/
.main_adv {
	background: url(../images/joinbg.jpg) no-repeat center top;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_advnr_wz {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.main_advnr_wz {
	text-align: center;
}

.bannernrmx {
	padding-top: 60px;
}

.main_advnr_wzgd {
	text-align: center;
}

/*Transaction Record*/
.main_x {
	margin-top: 60px;
}

#tabs-container {
}

.tabs {
	width: 100%;
	height: 70px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs a {
	text-align: center;
	float: left;
	width: 200px;
	height: 70px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.tabs a.active {
	color: #000;
}

.tabszt {
	font-size: 26px;
}

.tabsztxz {
	font-size: 16px;
}

.news-list {
	padding: 0 10px;
	white-space: nowrap;
	overflow-x: scroll;
	box-sizing: border-box;
}

.news-list li {
	height: 27px;
	line-height: 27px;
	font-size: 80%;
}

.main_xk_bg {
	background: url(../images/bjt.jpg) no-repeat center top;
	margin-top: 35px;
}

.swiper-container {
	background: #fff;
}

.main_xk {
	margin-top: 35px;
}

.news-list-b {
	font-weight: bold;
	font-size: 16px;
}

.news-list_li {
}

.news-list_li span {
	width: 100px;
	text-align: center;
	display: inline-block;
}

/*footer*/
.footer {
	background: linear-gradient(to bottom, #6433ca, #41bdfc);
	color: #fff;
	text-align: center;
	padding-bottom: 60px;
}

.footernrs {
	padding-top: 60px;
}

.footer p {
	color: #fff;
}

.footernrs_s {
	font-size: 26px;
	padding-bottom: 20px;
}

.footernrs_x {
	padding-top: 30px;
}

.footernrm {
	font-size: 26px;
	margin-top: 50px;
}

.footernr_logo {
	text-align: center;
}

.footernr_logo {
	margin-top: 100px;
}

.footernrx {
	font-size: 14px;
}

.footernrx p {
	padding-top: 30px;
}

@media (min-width:768px) {
	.kong {
		height: 100px;
	}

	.head {
		display: flex;
	}

	.heady a {
		color: #9343bb;
		font-weight: bold;
		font-size: 24px;
		border-radius: 80px;
		border: 2px solid #9343bb;
		padding: 10px 20px;
	}

	.headz_t {
		height: 47px;
	}

	.bannernrs span {
		font-size: 40px;
		color: #fff;
		font-weight: bold;
	}

	.bannernrm {
		color: #fff;
		font-size: 8px;
		margin-bottom: 24px;
	}

	.bannernrm ul li {
		margin-bottom: 12px;
	}

	.bannernrmx {
		margin-top: 40px;
	}

	/*Why are our transactions always so successful?*/
	.main_s_bt p {
		font-size: 36px;
		font-weight: bold;
	}

	.main_s_bt span {
		font-size: 20px;
		color: #777777;
		padding-top: 15px;
		display: block;
	}

	.main_s_bt {
		text-align: center;
	}

	.main_s {
		margin-top: 60px;
	}

	.main_sbtx {
		border-bottom: 2px solid #777777;
		width: 35%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}

	.main_s_nr {
		margin-top: 50px;
	}

	.main_s_nrli_t {
		height: 88px;
	}

	.main_s_nrli p {
		font-size: 26px;
		margin-bottom: 25px;
		margin-top: 15px;
	}

	.main_s_nrli span {
		color: #777777;
	}

	/*	Start Your Investment Journey with Us*/
	.main_adv {
		background: url(../images/joinbg.jpg) no-repeat center top;
		height: 500px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.main_advnr_wz {
		font-size: 36px;
		color: #fff;
		font-weight: bold;
	}

	.main_advnr_wz {
		text-align: center;
	}

	.bannernrmx {
		padding-top: 40px;
	}

	/*Transaction Record*/
	.news-list_li span {
		flex: 1;
		text-align: center;
	}

	.news-list_li {
		display: flex;
	}

	.news-list {
		padding: 0 60px;
	}

}

@media (min-width:992px) {
	.kong {
		height: 134px;
	}

	.nav {
		width: 100%;
	}

	.headz_t {
		height: 47px;
	}

	.bannernrs p {
		font-size: 60px;
		color: #fff;
		font-weight: bold;
	}

	.bannernrs span {
		font-size: 40px;
		color: #fff;
		font-weight: bold;
	}

}

@media (min-width:1200px) {
	.kong {
		height: 94px;
	}

	.head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}

}
