@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800|Dosis:300,600");

body {
	font-family: "Open Sans",sans-serif;
	color: #535353;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.9;
	-webkit-transition: .5s;
	transition: .5s;
	overflow-x: hidden
}
h1,h2{
		margin-bottom: 30px;
}
img {
    max-width: 100%;
}
.hidden{
	display: none;
}
@media(min-width:768px){
	display:block;
}
.constellation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	height: 90px;
	border-radius: 0;
	z-index: 910;
	-webkit-transition: margin-left .5s;
	transition: margin-left .5s
}

.body-scrolled .topbar.topbar-sticky {
	position: fixed;
	height: 60px;
	background-color: rgba(255,255,255,0.98);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.06);
	box-shadow: 0 0 15px rgba(0,0,0,0.06);
	-webkit-transition: margin-left .5s, background-color .5s;
	transition: margin-left .5s, background-color .5s
}

.body-scrolled .topbar.topbar-sticky .btn-white.btn-outline {
	border-color: #f1f2f3;
	color: #b5b9bf
}

.modal-open .topbar {
	right: 16px
}

.topbar,.topbar>.container,.topbar>.container-fluid {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

.topbar>.container,.topbar>.container-fluid {
	height: 90px
}

.topbar>.container-fluid {
	width: 80%
}

.topbar-toggler {
	align-self: flex-start;
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: 0 0;
	border: 1px solid transparent;
	border-radius: .25rem;
	cursor: pointer;
	vertical-align: baseline;
	display: none
}

.topbar-toggler:focus {
	outline: none
}

.topbar-brand {
	float: none;
	font-size: 0.875rem;
	line-height: 1
}

.topbar-brand img {
	padding-bottom:8px ;
	width:188px;
	max-height: 50px
}

.topbar-brand .logo-inverse {
	display: none
}

.topbar-left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-shrink: 0;
	margin-right: 16px;
	position: relative;
}

.topbar-nav {
	display: -webkit-inline-box;
	display: inline-flex;
	flex-wrap: nowrap;
	font-weight: 600;
	font-size: .80rem;
	line-height: 90px;
	z-index: 910
}

.topbar-nav .nav-item {
	position: relative;
	-webkit-transition: .4s;
	transition: .4s
}

.topbar-nav .nav-item:hover>.nav-link,.topbar-nav .nav-item.show>.nav-link {
	opacity: 1
}

.topbar-nav .nav-item+.nav-item {
	margin-left: 1.5rem
}

.topbar-nav .nav-link {
	color: #535353;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	opacity: .6;
	padding: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.topbar-nav .nav-link:hover,.topbar-nav .nav-link:focus,.topbar-nav .nav-link.active {
	opacity: 1
}

.topbar-nav .nav-link.active {
	font-weight: 600
}

.topbar-nav .nav-link i {
	margin-left: 0px;
	font-size: 10px;
	vertical-align: baseline
}

.topbar-nav-centered .topbar-left,.topbar-nav-centered .topbar-right {
	width: 200px
}

.topbar-nav-centered .topbar-right {
	text-align: right
}

.nav-submenu {
	position: absolute;
	top: 100%;
	background-color: rgba(255,255,255,0.98);
	padding-left: 10px;
	line-height: 2.4;
	padding: 8px 16px;
	left: -16px;
	min-width: 150px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.05);
	box-shadow: 0 3px 9px rgba(0,0,0,0.05);
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transition: .5s;
	transition: .5s
}

.nav-submenu.align-right {
	left: auto;
	right: -16px
}

.nav-submenu .nav-item+.nav-item {
	margin-left: 0
}

.nav-submenu .nav-link {
	text-transform: none;
	font-weight: 400;
	opacity: .8
}

.nav-submenu .nav-link.active {
	color: #0facf3
}

.nav-submenu .nav-submenu {
	left: 100%;
	top: 0;
	-webkit-transform: translate(10px, 0);
	transform: translate(10px, 0)
}

.nav-submenu .nav-item i {
	float: right;
	line-height: 28px
}

.nav-submenu.cols-2 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 320px
}

.nav-submenu.cols-2>.nav-link,.nav-submenu.cols-2>.nav-item {
	flex-basis: 50%
}

.topbar-nav:not(.nav-toggle-click) .nav-item:hover>.nav-submenu,.topbar-nav .nav-item.show>.nav-submenu {
	opacity: 1;
	visibility: visible
}

.topbar-nav:not(.nav-toggle-click)>.nav-item:hover>.nav-submenu,.topbar-nav>.nav-item.show>.nav-submenu {
	-webkit-transform: translate(0, -15px);
	transform: translate(0, -15px)
}

.topbar-nav:not(.nav-toggle-click) .nav-submenu>.nav-item:hover>.nav-submenu,.topbar-nav .nav-submenu>.nav-item.show>.nav-submenu {
	-webkit-transform: translate(-15px, 0);
	transform: translate(-15px, 0)
}

.topbar.topbar-inverse {
	color: #fff
}

.topbar.topbar-inverse .topbar-brand .logo-default {
	display: none
}

.topbar.topbar-inverse .topbar-brand .logo-inverse {
	display: inline-block
}

.topbar.topbar-inverse .topbar-nav>.nav-item>.nav-link,.topbar.topbar-inverse .topbar-toggler,.topbar.topbar-inverse .drawer-toggler {
	color: #fff
}

.body-scrolled .topbar.topbar-inverse.topbar-sticky {
	color: #535353
}

.body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-brand .logo-default {
	display: inline-block
}

.body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-brand .logo-inverse {
	display: none
}

.body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-nav>.nav-item>.nav-link,.body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-toggler,.body-scrolled .topbar.topbar-inverse.topbar-sticky .drawer-toggler {
	color: #535353
}

.topbar-expand-xl.topbar-inverse .topbar-nav>.nav-item>.nav-link {
	color: #535353
}

.topbar-expand-xl .topbar-nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	position: fixed;
	overflow: auto;
	left: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	background-color: #fff;
	margin: 0;
	padding: 30px;
	-webkit-transition: .3s;
	transition: .3s
}

.topbar-expand-xl .topbar-nav .nav-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-shrink: 0;
	line-height: 2.5;
	margin-bottom: 16px
}

.topbar-expand-xl .topbar-nav .nav-item:hover .nav-submenu {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.topbar-expand-xl .topbar-nav .nav-item+.nav-item {
	margin-left: 0
}

.topbar-expand-xl .topbar-nav .nav-link {
	font-weight: 600;
	opacity: 1;
	width: 100%;
	color: #535353
}

.topbar-expand-xl .topbar-nav .nav-link.active {
	color: #0facf3
}

.topbar-expand-xl .topbar-nav .nav-link.active+.nav-submenu {
	display: block
}

.topbar-expand-xl .nav-submenu {
	position: static;
	min-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .7;
	visibility: visible;
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	-webkit-transition: none;
	transition: none;
	display: none
}

.topbar-expand-xl .nav-submenu.cols-2 {
	width: 200px
}

.topbar-expand-xl .nav-submenu .nav-link {
	font-weight: 400
}

.topbar-expand-xl .nav-submenu .nav-item {
	margin-bottom: 0
}

.topbar-expand-xl .nav-submenu .nav-item i {
	float: none;
	margin-left: 4px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.topbar-expand-xl .nav-link.active {
	color: #0facf3
}

.topbar-expand-xl .topbar-toggler {
	display: inline-block
}

@media (max-width: 1199px) {
	.topbar-expand-lg.topbar-inverse .topbar-nav>.nav-item>.nav-link {
		color: #535353
	}

	.topbar-expand-lg .topbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		flex-wrap: nowrap;
		position: fixed;
		overflow: auto;
		left: -300px;
		top: 0;
		bottom: 0;
		width: 300px;
		background-color: #fff;
		margin: 0;
		padding: 30px;
		-webkit-transition: .3s;
		transition: .3s
	}

	.topbar-expand-lg .topbar-nav .nav-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
		flex-shrink: 0;
		line-height: 2.5;
		margin-bottom: 16px
	}

	.topbar-expand-lg .topbar-nav .nav-item:hover .nav-submenu {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.topbar-expand-lg .topbar-nav .nav-item+.nav-item {
		margin-left: 0
	}

	.topbar-expand-lg .topbar-nav .nav-link {
		font-weight: 600;
		opacity: 1;
		width: 100%;
		color: #535353
	}

	.topbar-expand-lg .topbar-nav .nav-link.active {
		color: #0facf3
	}

	.topbar-expand-lg .topbar-nav .nav-link.active+.nav-submenu {
		display: block
	}

	.topbar-expand-lg .nav-submenu {
		position: static;
		min-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .7;
		visibility: visible;
		-webkit-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		-webkit-transition: none;
		transition: none;
		display: none
	}

	.topbar-expand-lg .nav-submenu.cols-2 {
		width: 200px
	}

	.topbar-expand-lg .nav-submenu .nav-link {
		font-weight: 400
	}

	.topbar-expand-lg .nav-submenu .nav-item {
		margin-bottom: 0
	}

	.topbar-expand-lg .nav-submenu .nav-item i {
		float: none;
		margin-left: 4px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.topbar-expand-lg .nav-link.active {
		color: #0facf3
	}

	.topbar-expand-lg .topbar-toggler {
		display: inline-block
	}
}

@media (max-width: 991px) {
	.topbar-expand-md.topbar-inverse .topbar-nav>.nav-item>.nav-link {
		color: #535353
	}

	.topbar-expand-md .topbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		flex-wrap: nowrap;
		position: fixed;
		overflow: auto;
		left: -300px;
		top: 0;
		bottom: 0;
		width: 300px;
		background-color: #fff;
		margin: 0;
		padding: 30px;
		-webkit-transition: .3s;
		transition: .3s
	}

	.topbar-expand-md .topbar-nav .nav-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
		flex-shrink: 0;
		line-height: 2.5;
		margin-bottom: 16px
	}

	.topbar-expand-md .topbar-nav .nav-item:hover .nav-submenu {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.topbar-expand-md .topbar-nav .nav-item+.nav-item {
		margin-left: 0
	}

	.topbar-expand-md .topbar-nav .nav-link {
		font-weight: 600;
		opacity: 1;
		width: 100%;
		color: #535353
	}

	.topbar-expand-md .topbar-nav .nav-link.active {
		color: #0facf3
	}

	.topbar-expand-md .topbar-nav .nav-link.active+.nav-submenu {
		display: block
	}

	.topbar-expand-md .nav-submenu {
		position: static;
		min-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .7;
		visibility: visible;
		-webkit-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		-webkit-transition: none;
		transition: none;
		display: none
	}

	.topbar-expand-md .nav-submenu.cols-2 {
		width: 200px
	}

	.topbar-expand-md .nav-submenu .nav-link {
		font-weight: 400
	}

	.topbar-expand-md .nav-submenu .nav-item {
		margin-bottom: 0
	}

	.topbar-expand-md .nav-submenu .nav-item i {
		float: none;
		margin-left: 4px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.topbar-expand-md .nav-link.active {
		color: #0facf3
	}

	.topbar-expand-md .topbar-toggler {
		display: inline-block
	}
}

@media (max-width: 767px) {
	.topbar-expand-sm.topbar-inverse .topbar-nav>.nav-item>.nav-link {
		color: #535353
	}

	.topbar-expand-sm .topbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		flex-wrap: nowrap;
		position: fixed;
		overflow: auto;
		left: -300px;
		top: 0;
		bottom: 0;
		width: 300px;
		background-color: #fff;
		margin: 0;
		padding: 30px;
		-webkit-transition: .3s;
		transition: .3s
	}

	.topbar-expand-sm .topbar-nav .nav-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
		flex-shrink: 0;
		line-height: 2.5;
		margin-bottom: 16px
	}

	.topbar-expand-sm .topbar-nav .nav-item:hover .nav-submenu {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.topbar-expand-sm .topbar-nav .nav-item+.nav-item {
		margin-left: 0
	}

	.topbar-expand-sm .topbar-nav .nav-link {
		font-weight: 600;
		opacity: 1;
		width: 100%;
		color: #535353
	}

	.topbar-expand-sm .topbar-nav .nav-link.active {
		color: #0facf3
	}

	.topbar-expand-sm .topbar-nav .nav-link.active+.nav-submenu {
		display: block
	}

	.topbar-expand-sm .nav-submenu {
		position: static;
		min-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .7;
		visibility: visible;
		-webkit-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		-webkit-transition: none;
		transition: none;
		display: none
	}

	.topbar-expand-sm .nav-submenu.cols-2 {
		width: 200px
	}

	.topbar-expand-sm .nav-submenu .nav-link {
		font-weight: 400
	}

	.topbar-expand-sm .nav-submenu .nav-item {
		margin-bottom: 0
	}

	.topbar-expand-sm .nav-submenu .nav-item i {
		float: none;
		margin-left: 4px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.topbar-expand-sm .nav-link.active {
		color: #0facf3
	}

	.topbar-expand-sm .topbar-toggler {
		display: inline-block
	}
}

@media (max-width: 575px) {
	.topbar-expand-xs.topbar-inverse .topbar-nav>.nav-item>.nav-link {
		color: #535353
	}

	.topbar-expand-xs .topbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		flex-wrap: nowrap;
		position: fixed;
		overflow: auto;
		left: -300px;
		top: 0;
		bottom: 0;
		width: 300px;
		background-color: #fff;
		margin: 0;
		padding: 30px;
		-webkit-transition: .3s;
		transition: .3s
	}

	.topbar-expand-xs .topbar-nav .nav-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
		flex-shrink: 0;
		line-height: 2.5;
		margin-bottom: 16px
	}

	.topbar-expand-xs .topbar-nav .nav-item:hover .nav-submenu {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.topbar-expand-xs .topbar-nav .nav-item+.nav-item {
		margin-left: 0
	}

	.topbar-expand-xs .topbar-nav .nav-link {
		font-weight: 600;
		opacity: 1;
		width: 100%;
		color: #535353
	}

	.topbar-expand-xs .topbar-nav .nav-link.active {
		color: #0facf3
	}

	.topbar-expand-xs .topbar-nav .nav-link.active+.nav-submenu {
		display: block
	}

	.topbar-expand-xs .nav-submenu {
		position: static;
		min-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .7;
		visibility: visible;
		-webkit-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		-webkit-transition: none;
		transition: none;
		display: none
	}

	.topbar-expand-xs .nav-submenu.cols-2 {
		width: 200px
	}

	.topbar-expand-xs .nav-submenu .nav-link {
		font-weight: 400
	}

	.topbar-expand-xs .nav-submenu .nav-item {
		margin-bottom: 0
	}

	.topbar-expand-xs .nav-submenu .nav-item i {
		float: none;
		margin-left: 4px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.topbar-expand-xs .nav-link.active {
		color: #0facf3
	}

	.topbar-expand-xs .topbar-toggler {
		display: inline-block
	}
}

.topbar-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
	z-index: 909;
	cursor: pointer
}

.topbar-backdrop::after {
	content: "\e646";
	font-family: themify;
	font-size: 20px;
	color: #b5b9bf;
	opacity: .7;
	position: absolute;
	top: 10px;
	right: 20px
}

.topbar-reveal .topbar {
	height: 0
}

.topbar-reveal .topbar-nav {
	left: 0;
	-webkit-box-shadow: 2px 0px 9px 2px rgba(0,0,0,0.05);
	box-shadow: 2px 0px 9px 2px rgba(0,0,0,0.05)
}

@media (max-width: 575px) {
	.topbar>.container {
		width: 100%
	}
}

@media (max-width: 330px) {
	.topbar-nav {
		left: -260px;
		width: 260px !important
	}
}

.header {
	position: relative;
	border-bottom: none;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	/*padding: 160px 0 100px;*/
	z-index: 0;
	overflow: hidden
}

.header>.container,.header>.container-fluid,.header>.container-wide {
	height: 100%
}

@media (max-width: 991px) {
	.header {
		padding: 120px 0 60px
	}
}

@media (max-width: 767px) {
	.header {
		padding: 100px 0 0
	}
}

/*X*/
.drawer-close {
	position: absolute;
	top: 26px;
	right: 15px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	border: 1px solid #b5b9bf;
	border-radius: 50%;
	opacity: .6;
	background-color: transparent;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.drawer-close::after {
	content: "\e646";
	font-family: themify;
	font-size: 16px;
	color: #b5b9bf;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}

.drawer-close:hover {
	opacity: 1
}

.section {
	padding-top: 60px;
	background-color: #fff;
	overflow-x: hidden
}

.shadow-material-3 {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
}


.shadow-material-5 {
	-webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22);
	box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
}





/*头部*/
.header-cn img{
	width: 280px;
	margin-bottom: 25px;
}
.qtg_topbar_brand img{
	width: 240px;
	max-height: 50px;
}
.nav_logo2{
	position: absolute;
	left: -69px;
	top:-19px;
	display: none;
}
.nav_logo2 img{
	width: 70px;
	height:70px;
}
.nav_cursor{
	cursor: pointer;
}
.header_title{
	position: absolute;
	bottom: -36px;
	left: 0;
	color:white;
	font-size: 12px;
	width: 385px;
	display: none;
	font-family: "Open Sans",sans-serif;
}
	/*PC端*/
.qtg_header_vip{
	position: absolute;	
	width: 300px;
	height: 300px;
	top: 67px;
	left: 0;	
	z-index: 1000;
	overflow: hidden;
	display: none;
}
.qtg_header_vip>div{
	position: absolute;	
	width: 450px;
	height: 100px;
	top: 16px;
	left: -137px;
	background-color: rgba(0,0,0,.4) ;
	color: white;
	text-align: center;
    -moz-transform: rotate(-41deg);
   -o-transform: rotate(-41deg);
    -webkit-transform: rotate(-41deg);
	transform: rotate(-41deg);
	}
	.qtg_header_vip>div h2{
		margin: 0;
		margin-top:10px;
		 font-family: "Open Sans",sans-serif;
		 font-weight: 400;
		 font-size: 25px;
	}
	.qtg_header_vip>div p{
		 font-family: "Open Sans",sans-serif;
		 font-weight: 400;
		 font-size: 18px;	
		 width: 34%;
		 margin: auto;
		 line-height: 25px;
	}
.qtg_header_tips{
	position: absolute;	
	width: 300px;
	height: 300px;
	top: 67px;
	left: 0;	
	z-index: 1000;
	overflow: hidden;
	display: none;
}
.qtg_header_tips>div{
	position: absolute;	
	width: 450px;
	height: 100px;
	top: 16px;
	left: -137px;
	background-color: rgba(0,0,0,.4) ;
	color: white;
	text-align: center;
    -moz-transform: rotate(-41deg);
   -o-transform: rotate(-41deg);
    -webkit-transform: rotate(-41deg);
	transform: rotate(-41deg);
	}
.qtg_header_tips>div h2{
		margin: 0;
		margin-top:10px;
		 font-family: "Open Sans",sans-serif;
		 font-weight: 400;
		 font-size: 25px;
	}
.qtg_header_tips>div p{
		 font-family: "Open Sans",sans-serif;
		 font-weight: 400;
		 font-size: 18px;	
		 width: 34%;
		 margin: auto;
		 line-height: 25px;
}
@media (min-width: 768px) {
	.header-cn img{
		width: 534px;
		margin-bottom: 5px;
	}
	.nav_logo2 img{
		display: none;
	}	
	.qtg_topbar_brand img{
		margin-bottom: 10px;
	}
	.nav_logo2{
		display: block;
		top:-9px;
		left:-47px;
	}
	.header_title{
		display: block;
		bottom: -29px;
		text-align: left;
		left: 47px;
	}
	.qtg_header_tips{
		display: none;
	}
	.qtg_header_vip{
		display: block;
	}
	.qtg_header_vip>div{
		width: 450px;
		height: 100px;
		top: 16px;
		left: -137px;
		transform: rotate(-41deg);
	}
	.qtg_header_tips>div{
		width: 450px;
		height: 122px;
		top: 16px;
		left: -137px;
		transform: rotate(-41deg);
	}
	.qtg_header_vip>div p,qtg_header_tips>div p{
		 width: 41%;
		 font-size: 16px;
		 line-height: 25px;
	}
	.qtg_header_vip>div h2,qtg_header_tips>div h2 {
	    font-size: 25px;
	}
	.qtg_header_vip_phone{
		display: none;
	}
}
@media (min-width: 992px) {
	.nav_logo2{
		display: block;
		top:-14px;
		left: -69px;
	}
	.header_title{
		display: block;
		bottom: -29px;
		text-align: left;
		left: 3px;
	}
	.header-cn img{
		width: 615px;
		margin-bottom: 5px;
	}
	.nav_logo2 img{
		display: block;
	}	
}
@media (min-width:1500px){
	.qtg_header_vip {
	    width: 350px;
	    height: 350px;
	}
	.qtg_header_vip>div {
	    position: absolute;
	    width: 472px;
	    height: 109px;
	    top: 39px;
	    left: -116px;
	    background-color: rgba(0,0,0,.4);
	    color: white;
	    text-align: center;
	    transform: rotate(-40deg);
	}
	.qtg_header_vip>div p {
	    width: 49%;
    	height: auto;
    	font-size: 22px;
    	line-height: 28px;
	}
	.qtg_header_vip>div h2 {
	    font-size: 33px;
	}
}
/*end头部*/


/* QuanTum header*/
.qtgtwo_topbar {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	background: rgba(70,49,4,.6);
    height: 67px;
    border-radius: 0;
    z-index: 910;
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
}
.qtg_header{
	width: 90%;
	margin: auto;
}
.qtgtwo_header_cnt{
	width: 90%;
	margin: auto;
}
.qtgtwo_topbar .nav_link{
     color: #000; 
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Open Sans",sans-serif;
}
.qtgtwo_topbar .nav_link:hover{
	color:#ffd000;
	text-decoration: none;
}
.qtgtwo_topbar .topbar-toggler{
	color:white;
}
.qtgtwo_header-inverse{
	width: 100%;
	background: #2c2410 url(../imges/tianping.png) no-repeat center;
	background-size: 100%;
	padding-top:111px;
}
.qtgtwo_fncolor{
	color:white;
}
.qtgtwo_fncolor .QTGtips{
	width: 90%;
	margin:auto;
}
.qtgtwo_fncolor .QTGtips>h2{
	line-height: 31px;
	opacity: 0.8;
	  font-size: 24px;
	 width: 100%;
	 margin-bottom: 10px;
		color: rgb(185,142,87);
}
.header-cn{
	margin: 0;
	border-bottom:2px solid rgb(60,43,8) ;
}
.qtgtwo_fnitalic{
	font-size: 15px;
	line-height:38px;
		margin-bottom: 30px;
	    letter-spacing: 0.5px;
	    width: 100%;
}
.QTGtitle{
	position: relative;
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
	    color: rgb(185,142,87);
}
.QTGtitle>em{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	margin: auto;
	background: white;
	opacity: 0.7;
}
.QTGtitle>span{
    position: relative;
    top: -6px;
    background: rgb(44,36,16);
    z-index: 100;
    padding: 0 13px;
    font-size: 23px;
    height: 100%;
}
.qtgtwo_line{
		line-height:30px;
}
.qtgtwo_btn_banxin{
	float: left;
	width: 100%;
	margin-top: -26px;
	margin-bottom: 10px;
	height: auto;
	text-align: center;
}
.qtgtwo_Lead{
	 width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.qtgtwo_Lead>p{
	margin-top: 20px;
	width: 80%;
	margin: auto;
	font-size: 20px;
}
.qtgtwo_btn{
	width: 257px;
	height: 60px;
    background: url(../imges/biankuang2.png) no-repeat center;
    background-size: cover;
    background-position: 1px 0px;
    line-height: 20px;
    margin:auto;
    margin-bottom:44px ;
}
.qtgtwo_bg{
	display: inline-block;
    font-weight: 600;
    font-size: 23px;
    padding: 10px;
    line-height: 30px;
    max-width: 209px;
    min-width: 174px;
    height: 53px;
   	font-family: "Open Sans",sans-serif;
    color: rgb(176,149,115);
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 50px;
    background-color:transparent;
    outline: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    margin: 15px 12px;
     margin-top: -1px;
     margin-right: 23px;
    cursor: pointer;
    z-index: 20;
}
.qtgtwo_bg:hover:hover{
		box-shadow: 0 0 45px rgba(0,0,0,0.12);
		color: rgb(166,133,60);
}
@media(min-width:768px){
	.qtgtwo_fncolor .QTGtips>h2{
		line-height: 44px;
		opacity: 0.8;
		font-size: 25px;
		width: 100%;
		margin-bottom: -2px;
	}
	.QTGtitle>span{
		position: relative;
		top: 0;
		background: rgb(44,36,16);
		z-index: 100;
		padding: 0 20px;
		    font-size: 2.1rem;
	}
	.QTGtitle{
		position: relative;
		width: 700px;
		margin: auto;
		margin-bottom: 30px;
		    color: rgb(185,142,87);
	}
	.qtgtwo_fncolor .QTGtips{
		width: 85%;
		margin:auto;
	}
	.qtgtwo_Lead{
		 width: 40%;
	    margin-bottom: 20px;
	    text-align: center;
	}
	.qtgtwo_Lead>p{
		margin-top: 20px;
		width: 80%;
		margin: 0;
	}
}

/*whitePaper提示*/
.qtgtwo_warn{
	position:fixed;
	height: 220px;
	margin: auto;
	width: 87%;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	background: rgba(96,90,72,0.9);
	border-radius: 5px;
	padding:15px;
	display: none;
	z-index: 100;
	box-shadow: -2px 2px 20px white;
	}
	.qtgtwo_warn>div{
			display: inline-block;
			width: 97%;
			 vertical-align: top;
			 margin-top:30px;
			 text-align: center;
		}
		.qtgtwo_warn>div>h2{
			font-size:25px;
			margin: 0;
		    font-family: "Open Sans",sans-serif;
			color:white;   
		}
		.qtgtwo_warn>div>p{
			font-size:15px;
			font-family: "Open Sans",sans-serif;
			font-weight: 500;
			color:wheat;   
			margin: 24px 0;
		}
		.qtgtwo_warn>span{
			position: absolute;
			top:3px;
			right: 19px;
			width: 30px;
			height: 30px;
			font-size: 22px;
			font-weight: 500;
			line-height: 30px;
			color: darkgray;
			background: rgb(233,233,233);
			text-align: center;
			border-radius:50% ;
			margin-top:20px;
			margin-left: 10px;
			cursor: pointer;		
		}
		.qtgtwo_warn>span:hover{
			color:white;
			background: rgb(255,176,0);
		}
		.qtgtwo_warn_btn{
			display: block;
		    font-weight: 600;
		    font-size: 13px;
		    padding: 7px 26px;
		    height:37px;
		    line-height:23px;
		    width: 142px;
		    text-align: center;
		    color: white;
		    letter-spacing: 1.7px;
		    text-transform: uppercase;
		    border-radius: 50px;
		    border: 1.3px solid #ebebeb;
		   	background-color: rgb(88,71,18);
		   	margin: auto;
		   	margin-top:-3px;
		    cursor: pointer;
		}
		.qtgtwo_warn_btn:hover{
			text-decoration: none;
		    color: white;
		     background: rgb(166,133,60);
		}
		
/*倒计时*/		
.qtgtwo_times{
	margin-bottom: 10px;
	position: relative;
}
.qtgtwo_times>div>b{
	font-size: 40px;

}
.qtgtwo_times>div:nth-child(1)>b{
	left: 21%;
}
.qtgtwo_times>div:nth-child(2)>b{
	left: 43%;
}
.qtgtwo_times>div:nth-child(3)>b{
	left: 65%;
}
.qtgtwo_times>div{
	text-align: center;
	display:inline-block;
	width: 49%;
}
.qtgtwo_times>div>span{
	font-size: 50px !important;
}
.qtgtwo_times>div>p{
	font-size: 15px;
}
/*vip sale*/
.qtgtwo_vip{
	position: relative;
    width: 116%;
    height: 257px;
    background: url(../imges/biankuang.png) no-repeat left;
    background-size: 96%;
    margin-left: -50px;
    margin-top: -55px;
    color: white;
}
.qtgtwo_vip h3{
    position: absolute;
    top: 101px;
    left: 7px;
    font-size: 30px;
}
.qtgtwo_vip p{
    position: absolute;
    width: 70%;
    top: 125px;
    left: 22%;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}
.qtgtwo_prompt{
	position: relative;
    width: 116%;
    height: 257px;
    background: url(../imges/biankuang.png) no-repeat left;
    background-size: 96%;
    margin-left: -20px;
    margin-top: -29px;
    color: white;
    display: none;
}
.qtgtwo_prompt h3{
    position: absolute;
    top: 101px;
    left: 8px;
    font-size: 30px;
}
.qtgtwo_prompt p{
    position: absolute;
    top: 125px;
    left: 23%;
    font-size: 12px;
    font-weight: 500;
}
@media(min-width:768px){
	.qtgtwo_vip,.qtgtwo_prompt{
    position: relative;
    width: 776px;
    height: 257px;
    background: url(../imges/biankuang.png) no-repeat left;
    background-size: 100%;
    margin-left: -83px;
    margin-top: -29px;
    color: white;
	}
	.qtgtwo_vip h3,.qtgtwo_prompt h3{
		position: absolute;
	    top: 78px;
	    left: 39px;
	    font-size: 52px;
	}
	.qtgtwo_vip p,.qtgtwo_prompt p{
	    position: absolute;
	    top: 120px;
	    left: 209px;
	    font-size: 29px;
	    font-weight: 100;
	    line-height: 30px;
	}
	.qtgtwo_prompt h3{
		position: absolute;
	    top: 78px;
	    left: 40px;
	    font-size: 52px;
	}
	.qtgtwo_prompt p{
	    position: absolute;
	    top: 120px;
	    left: 209px;
	    font-size: 22px;
	    font-weight: 100;
	}
	.qtgtwo_btn_banxin{
		width: 60%;
		margin-top:-16px ;
	    margin-bottom: 20px;	
	    text-align: center;
	}
	.qtgtwo_btn{
		width: 291px;
		height: 60px;
	    background: url(../imges/biankuang2.png) no-repeat center;
	    background-size: cover;
	    background-position: 1px 0px;
	    line-height: 20px;
			display: inline-block;
			margin: 15px 0;			
			line-height: 64px;
    		height: 66px;
	    margin-bottom:20px ;
	    text-align: center;
	}
	.qtgtwo_bg{
	     margin-top: -12px;
	}
}
@media(min-width:992px){
	.qtgtwo_vip,.qtgtwo_prompt{
    position: relative;
    width: 750px;
    height: 257px;
    background: url(../imges/biankuang.png) no-repeat left;
    background-size: 100%;
    margin-left: -16%;
    margin-top: -29px;
    color: white;
	}
	.qtgtwo_vip h3{
		position: absolute;
		top: 78px;
		left:44px;
		font-size: 48px;
	}
	.qtgtwo_vip p{
		position: absolute;
	    top: 110px;
	   	left: 187px;
	    font-size: 24px;
	    line-height: 32px;
	}
}
@media(min-width:1200px){
	.qtgtwo_vip,.qtgtwo_prompt{
		position: relative;
		width: 780px;
		height: 257px;
		margin-left:-17% ;
		margin-top: -29px;
	}
	.qtgtwo_vip h3{
		position: absolute;
		top: 78px;
		left: 54px;
		font-size: 48px;
	}
	.qtgtwo_prompt h3{
		position: absolute;
	    top: 78px;
	    left: 54px;
	    font-size: 48px;
	}
	.qtgtwo_vip p{
	    position: absolute;
		top: 114px;
	    left: 192px;
	    font-size: 26px;
	}
}
@media(min-width:1500px){
	.qtgtwo_vip,.qtgtwo_prompt{
		position: relative;
		width: 832px;
		height: 254px;
		margin-left:-25% ;
		margin-top: -19px;
	}
	.qtgtwo_vip h3{
    position: absolute;
    top: 67px;
    left: 36px;
    font-size: 54px;
	}
	.qtgtwo_vip p{
    position: absolute;
    top: 111px;
    left: 25%;
    font-size: 27px;
	}
}
/*进度条*/		
.progress_banxin{
	width: 100%;
	margin: auto;
}
.progress_title{
	font-size: 17px;
	margin: 10px auto;
	text-align: left;
}
.progress_title>p{
	font-size:20px;
	display: inline-block;
}
.progress_title>label{
	font-size: 28px;
	font-family: "Open Sans",sans-serif;
}
.progress_bar{
	width:100%;
	height: 33px;
	border:2px solid gray;
	background-color:rgb(135,108,81) ;
	margin: auto;
	overflow: hidden;
}
.progress_bar>div{
	width: 31%;
	height: 100%;
	/*background-color: rgb(91,56,8);*/
  background: -webkit-linear-gradient(left, rgb(239,253,129) , rgb(88,56,8)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgb(239,253,129), rgb(88,56,8)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgb(239,253,129), rgb(88,56,8)); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgb(239,253,129) , rgb(88,56,8)); /* 标准的语法 */
 position: relative;
}
.progress_bar>div>em{
	display:block;
	 border-width:28px;
	  position:absolute;
	   bottom:-13px; 
	   right:-55px;
	   border-style:solid dashed dashed;
	    border-color:transparent transparent transparent rgb(88,56,8);
	    font-size:0;
	    line-height:0;
}
/*销售了多少个*/		
.sales_number{
	width: 100%;
	height: 70px;
	margin: 47px auto;
	text-align: center;
	position: relative;
}
.sales_number>span{
	font-size: 25px;
}
.sales_number>label{	
	display: inline-block;
	font-size: 26px;
	padding-left: 10px;
}
.sales_number>div{
	display: inline-block;
	position: relative;
	height: 43px;
	width: 22px;
	vertical-align: top;
-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.25), 0 0 0 rgba(0,0,0,0.22);
    box-shadow: 0 0 0 rgba(0,0,0,0.25), 0 0 0 rgba(0,0,0,0.22);	
}
.sales_number>div:nth-child(3),.sales_number>div:nth-child(7),.sales_number>div:nth-child(11){
	display: inline-block;
	position: relative;
   border:none;
    background: -webkit-linear-gradient(transparent, transparent); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(transparent, transparent); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(transparent, transparent); /* Firefox 3.6 - 15 */
    background: linear-gradient(transparent, transparent); /* 标准的语法（必须放在最后） */
	height: 43px;
	width: 10px;
	/*margin-right: 5px;*/
}
.sales_number>div:nth-child(3)>em,.sales_number>div:nth-child(7)>em,.sales_number>div:nth-child(11)>em{
	display: none;
}
.sales_number>div:nth-child(3)>p,.sales_number>div:nth-child(7)>p,.sales_number>div:nth-child(11)>p{
	top:1px;
	}
.sales_number>div>em{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color:rgb(58,73,79) ;
	display: none;
}
.sales_number>div>p{
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 39px;
	color:rgb(192,177,145) ;
	font-size: 38px;
	padding: 2px;
	margin: 0;
	z-index: 10;
	text-align: center;
}

/*销售价格*/		
.trasnform_token{
	width: 100%;
}
.token_title{
	width: 100%;
	background-color:rgba(44,36,16,.2) ;
	min-height: 40px;
	max-height: 80px;
	line-height: 20px;
	text-align: center;
}
.token_title>div{
	width: 100%;
	margin: auto;
	padding:0 9px;
}
.token_title>div>span{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color:white;
	width:100%;
	float:left;
}
.token_cnt{
	width: 100%;
	background-color:rgba(136,136,120,0.8) ;
	min-height: 40px;
	max-height: 80px;
	margin: auto;
	line-height: 40px;
}
.token_cnt>div{
	width:100%;
	padding:0 9px;
	margin: auto;
	
}
.token_cnt>div>span{
	font-weight: 500;
	font-size: 13px;
	font-family: "Open Sans",sans-serif;
	color:rgb(62,52,1);
	width:100%;
	float:left;
	text-align: center;
}
.token_down{
	width: 100%;
	height:60px;
	line-height: 82px;
	text-align: center;
	cursor: pointer;
}
@media (min-width: 768px) {
		.qtgtwo_topbar .nav-link{
			color:white;
		}
		.header-cn{
			margin-bottom: 15px;
			border: none;
		}
		.qtgtwo_fncolor{
			padding:30px 0;
		}
		.qtgtwo_fnitalic{
			font-size: 18px;
			font-family: "Open Sans",sans-serif; 
			line-height:42px;
			margin-bottom: 14px;
			letter-spacing: 0.7px;
			width: 75%;
		}
		.qtgtwo_times{
			width: 100%;
			margin-left: -16px;
		}
		.qtgtwo_times>div{
			width: 21%;
		}
		.qtgtwo_times>div>span{
			font-size: 62px !important;
		    line-height: 1.2;
		}
		.qtgtwo_times>div>b{
			width: 100px;
			position: absolute;
			font-size: 40px;
			right: 0;
			top:12px;
		}
		.qtgtwo_header-inverse{
			background: #2c2410 url(../imges/tianping.png)) no-repeat center;
			background-size: 100%;
			padding-top:147px;
		}
		.qtgtwo_warn{
			width: 80%;
			bottom: 0;
			padding:30px;
		}
		.qtgtwo_warn>div{
			 margin-top: 5px;
			 text-align: left;
		}
		.qtgtwo_warn>div>h2{
			font-size:25px;
		}
		.qtgtwo_warn>div>p{
			font-size:18px;
			margin: 16px 0;
		}
		.qtgtwo_warn>span{
			top:7px;
			right: 25px;
			width: 35px;
			height: 35px;
			line-height: 35px;
		}
		.qtgtwo_warn_btn{
			 font-size: 16px;
			 height:51px;
			 line-height:39px;
			 width: 172px;
			 margin-top:10px;
		}
		.progress_banxin{
			width: 96%;
		}
		.progress_title>label{
				font-size: 35px;
			}
		.sales_number{
			margin: 40px auto;
			text-align: left;
		}
		.sales_number>div>p{
			line-height: 65px;
			font-size: 50px;
		}
		.sales_number>div{
			height: 68px;
			width: 51px;
			margin-right: 5px;
			background: -webkit-linear-gradient(rgb(58,73,79), rgb(20,25,25)); /* Safari 5.1 - 6.0 */
		    background: -o-linear-gradient(rgb(58,73,79), rgb(20,25,25)); /* Opera 11.1 - 12.0 */
		    background: -moz-linear-gradient(rgb(58,73,79), rgb(20,25,25)); /* Firefox 3.6 - 15 */
		    background: linear-gradient(rgb(58,73,79), rgb(20,25,25)); /* 标准的语法（必须放在最后） */
		   -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.25), 0 0 0 rgba(0,0,0,0.22);
   			 box-shadow: 0 0 0 rgba(0,0,0,0.25), 0 0 0 rgba(0,0,0,0.22);	
		   border:2px solid rgb(64,81,84);
		}
		.sales_number>div>em{
			display: block;
		}
		.progress_bar{
			width: 90%;
			margin: auto 0;
		}
		.progress_title{
			text-align: center;
		}
		.sales_number>div>span{	
			position: absolute;
			top: 10px;
			right: -70px;
			font-size: 30px;
		}
		.sales_number>label {
			margin-top:32px;
			padding-left: 0px;	
			}
		.token_cnt>div{
			width: 85%;
			margin: auto;
		}			
		.token_cnt>div>span{
			font-weight: 500;
			font-size: 22px;
			display: inline-block;
			color:rgb(62,52,1);
			width:49%;
		}
		.token_cnt>div>span>b {
			font-size: 22px;	
			font-weight: 600;
		}
		.token_title>div>span{
			font-size: 21px;
			display: inline-block;
			color:white;
			width:49%;
			font-weight: 500;
			line-height: 40px;
		}
		.token_title>div{
			width: 85%;
			margin: auto;
		}		
	}
@media (min-width: 992px) {
		.qtgtwo_topbar .nav_link{
			color:white;
		}
		.qtgtwo_topbar .nav-link{
			color:white;
		}
		.topbar>.container{
		    width: 85%;
		    max-width: 100%;
		}
		.col-lg-7{
			margin-bottom: 0px;
		}
		.qtgtwo_header-inverse{
			background: #2c2410 url(../imges/tianping.png) no-repeat center;
			background-size: 70%;
			background-position:83% 82%;
		padding-top:99px;
			
		}
		.qtgtwo_warn{
			width: 760px;
			bottom: 0;
		}
		.sales_number>div>p{
			line-height: 56px;
			font-size: 44px;
		}
		.sales_number>div{
			height: 57px;
			width: 39px;
			margin-right: 5px;
		}
		.progress_title{
			text-align: left;
		}
		.qtgtwo_times{
			width: 105%;
			margin-left: -52px;
		}
		.qtgtwo_times>div>span{
			font-size: 70px !important;
		    line-height: 1.2;
		}

}
@media (min-width: 1200px) {
		.qtgtwo_header-inverse{
			background: #2c2410 url(../imges/tianping.png) no-repeat center;
			 background-size: 60%;
   			 background-position: 82% 94%;
		}
		.topbar>.container{
		    width: 85%;
		    max-width: 100%;
		}
		.qtgtwo_warn{
			bottom: 50px;
			width: 800px;
		}
		.sales_number>div>p{
			line-height: 56px;
			font-size: 44px;
		}
		.sales_number>div{
			height: 63px;
			width: 55px;
			margin-right: 5px;
		}
		.progress_bar{
			width: 85%;
			margin: auto 0;
		}
		.qtgtwo_fnitalic{
			width: 74%;
		}
		.qtgtwo_times{
			width: 100%;
			margin-left: -52px;
		}
		
}
@media (min-width: 1500px){
		.qtgtwo_header-inverse{
			background: #2c2410 url(../imges/tianping.png) no-repeat center;
			 background-size: 56%;
   			 background-position: 84% 94%;
		}
		.topbar>.container{
			padding-right: 15px;
		    padding-left: 15px;
		    width: 79%;
		    max-width: 100%;
		}
		.qtgtwo_warn{
			bottom: -1px;
			width: 800px;	
		}
		.sales_number>div>p{
			line-height: 62px;
			font-size: 53px;
		}
		.sales_number>div{
			height:66px;
			width: 57px;
			margin-right: 5px;
		}
		.progress_bar{
			width: 78%;
			margin: 0;
		}
		.qtgtwo_fnitalic{
			width: 50%
		}
		.progress_banxin{
			width: 81%;
		}
		.qtgtwo_times{
			width: 80%;
		margin-left: -58px;
		}
		
	}
/*end QuanTum header*/

/*合约遮罩层*/
		.mask{
			position: fixed;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
			background: rgba(0,0,0,.5);
			overflow-x: hidden;
			overflow-y: auto;
			z-index: 1000;
			outline: 0;
			display: none;
		}	
	.mask_cnt{
			position:relative;
			top:-882px;
			left:0;
			right: 0;
			bottom: 0;
			margin:30px auto;
			overflow: auto;  
			min-width: 283px;
			max-width: 890px;
			min-height: 558px;
			max-height: 1200px;
			background:#fcf5ed;
			z-index: 1001;
			box-sizing: border-box;
			border-radius:10px ;
			outline: 0;
			opacity: 0;
			padding-bottom: 50px;
			/*background:rgba(255,255,255,0.1) url(../imges/logo2.png) no-repeat center;*/
			
		}
		.mask_title{
			display: inline-block;
			width: 100%;
			 vertical-align: top;
			font-family: "Open Sans",sans-serif;
			 
		}
		.mask_header{
		    width: 100%;
		    height: 67px;
		    background: rgb(45,42,2);
		    border-radius: 10px 10px 0px 0px;
		}
		.mask_header>div{
			width: 90%;
			height: 100%;
			margin: auto;
		}
		.mask_header>div>span{
			display:none;
			width: 85px;
			height: 100%;
			vertical-align: top;
			
		}
		.mask_header>div>span>img{
			width: 100%;
			height: 100%;
		}
		.mask_header>div>label{
			display: block;
			width: 70%;
			height: 100%;
			line-height: 20px;
		}
		.mask_header>div>label>img{
			margin-top:20px;
			margin-bottom:5px;
			width: 100%;
			height: 35%;
		}
		.mask_header>div>label>p{
			display: none;
			width: 110%;
			height: 50%;
			margin: 0;
			padding: 0;
			color: white;
		}
		.mask_title>h2{
			font-size:21px;
			margin: 20px 0;
			margin-bottom: 0px;
			text-align: center;
			font-weight: 300;
			line-height: 20px;
			font-family: "Open Sans",sans-serif;
			 line-height: 36px
		}
		.mask_title>h3{
			font-size:18px;
			margin: 5px 0;
			text-align: center;
			font-weight: 300;
			line-height: 20px;
			font-family: "Open Sans",sans-serif;
			 line-height: 36px
		}
		.mask_title>p{
			position: relative;
			font-size:15px;
			font-weight: 300;
			color:gray;
			text-align: center;
			padding-bottom:26px ;
			border-bottom: 1px solid gray;
			width: 95%;
			margin: auto;
			font-family: "Open Sans",sans-serif;
			
		}
		.mask_title>p>b{
				font-weight: 400;
		}
		.mask_title>p>em{
			position: absolute;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			border: 1px solid gray;
			top: 48px;
			background: white;
		}
		.mask_title>p>em:nth-child(2){
				left: 0;
		}
		.mask_title>p>em:last-child{
			right: 0;
		}
		.mask_cnt>span{
	    position: absolute;
	    top: -7px;
	    right: 7px;
	    width: 35px;
	    height: 35px;
		font-size: 2rem;
	    font-weight: 500;
	    line-height: 35px;
	    color: darkgray;
	    background: rgb(233,233,233);
	    text-align: center;
	    border-radius: 50%;
	    margin-top: 20px;
	    margin-left: 10px;
	    cursor: pointer;
		}
		.mask_cnt>span:hover{
			cursor: pointer;
			color:white;
			background: rgb(255,176,0);
			}
		.mask_inputs, .mask_inputstwo{
			margin-top:20px; 
			display: inline-block;
			width: 100%;
			 vertical-align: top;
		}
		.mask_inputs>h2, .mask_inputstwo>h2{
			font-size:16px;	
		}
		.mask_inputstwo .form-control{
			background-color:rgb(255,248,217);
		}
		.mask_inputstwo{
				margin-left: 0;
		}
		.mask_input>h2{
			font-size:22px;
			margin: 0;
		}
		.mask_inputs>p{
			margin-top:10px;
			font-size:13px;
			font-family: "Open Sans",sans-serif;
			font-weight: 500;
			color:gray;
		}
		.input-group-addon{
			background: rgb(233,233,233);
			color:black;
		}
		.mask_cnt_tables{
			width: 90%;
			margin: auto;
		}
		.mask_cnt_table{
			    font-size: 1.4rem;
			    width: 95%;
			    margin:60px auto;
			    margin-bottom: 1.6rem;
			    border-spacing: 0;
			    border-collapse: separate;
		}
		.mask_cnt_table td{
			padding:10px 10px;
		    width: 50%;
			 line-height: 1.6;
			 vertical-align: top;
			border: 1px solid #ddd;
		    font-size: 15px;
			font-family: "Open Sans",sans-serif;
    		font-weight: 600;
    			color: rgb(119,119,119);
		}
		.mask_cnt>h3{
			margin-top:34px;
			margin-bottom: 20px;
			font-size:14px;
			font-family: "Open Sans",sans-serif;
		}
		.checkbox{
				padding-left: 30px;
			}

		.checkbox label {
				width: 97%;
			}
		.checkbox label::after{
			top:-2px;
			left:-1px;
		}
		.checkbox label,.checklast span{
			font-size: 13px;
			font-family: "Open Sans",sans-serif;
			font-weight: 600;
		    color: rgb(119,119,119);		
		}
		.checkbox label>a{
			color:rgb(147,105,0)
		}
		.mask_img{
			position: relative;
				width: 95%;
				margin:auto;
				height: 150px;
				text-align: center;
			padding-bottom:26px ;
			margin-bottom: 150px;
			border-bottom: 1px solid gray;
			}
		.mask_img>span{
			margin-top: 20px;
				display: inline-block;
				width: 200px;
				height: 100%;
				background:url(../imges/timgINQZPBV1.png) no-repeat center;
				background-size: cover;
				background-position: 76% 80%;
				opacity: 0.4;
			}
		.mask_img>em{
			position: absolute;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			border: 1px solid gray;
			top: 144px;
			background: white;
		}
		.mask_img>em:nth-child(2){
		left: 0;
		}
		.mask_img>em:last-child{
			right: 0;
		}
		.mask_bths{
			text-align: center;
		}
		.mask_btn_banxin{
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 70px;
			background: rgb(45,42,2);
			border-radius:0px 0px 10px 10px  ;
		}
		.mask_cnt_tips{
			display: none;
			text-align: center;
			color: rgb(71,59,40);
			margin-bottom: 90px;
			position: relative;
		}
		.mask_cnt_tips>h2{
			position: relative;
			width: 90%;
			margin:20px auto;
			padding: 20px 0;
			    border-bottom: 1px solid gray;
		}
		.mask_cnt_tips em {
		    position: absolute;
		    width: 12px;
		    height: 12px;
		    border-radius: 50%;
		    border: 1px solid gray;
		    top: 69px;
		    background: white;
		}
		.mask_cnt_tips em:nth-child(2) {
		    left: 0;
		}
		.mask_cnt_tips em:last-child {
		    right: 0;
		}
		.mask_cnt_tips p{
			width: 70%;
			margin: auto;
			margin-top:50px ;
			font-size: 20px;
			font-weight: 600;
		}
		.mask_cnt_tips label{
			width: 84%;
			margin: auto;
			top: 30px;
			border-bottom: 1px solid rgb(45,42,2);
			position: relative;
		}
		.mask_cnt_tips label>p{
			position: absolute;
			top:-26px;
			left: 0;
			right: 0;
			margin: auto;
			width: 269px;
			font-size: 25px;
			background: rgb(252,245,237);
		}
		.mask_bth{
			position: absolute;
			bottom: 14%;
			left: 0;
			right: 0;
			margin: auto;
		    font-weight: 600;
		    font-size: 20px;
		    padding: 7px 0;
		    height: 37px;
		    line-height: 19px;
		    width:150px;
		    text-align: center;
		    font-family: "Open Sans",sans-serif;
		    color: rgb(147,105,0);
		    letter-spacing: 1.7px;
		    text-transform: uppercase;
		    border-radius: 20px;
		    border: 2px solid gray;
		    background: #fcf5ed;
		    cursor: pointer;
	}
	.mask_bth:hover{
		background: rgb(45,42,2);
		color:white;
	}
	@media (min-width:768px ) {
	.mask_header{
		    width: 100%;
		    height: 85px;
		    background: rgb(45,42,2);
		    border-radius: 10px 10px 0px 0px;
		}
		.mask_header>div{
			width: 50%;
			height: 100%;
			margin: auto;
		}
		.mask_cnt_tips label{
			width: 70%;
			margin: auto;
			top: 30px;
			border-bottom: 1px solid rgb(45,42,2);
			position: relative;
		}
		.mask_header>div>span{
			display: inline-block;
			width: 85px;
			height: 100%;
			vertical-align: top;
		}
		.mask_header>div>span>img{
			width: 100%;
			height: 100%;
		}
		.mask_header>div>label{
			display: inline-block;
			width: 73%;
			height: 100%;
		}
		.mask_header>div>label>img{
			margin-top:20px;
			margin-bottom:5px;
			width: 100%;
			height: 35%;
		}
		.mask_header>div>label>p{
			display: block;
			width: 110%;
			height: 50%;
			font-family: "Open Sans",sans-serif;
			margin: 0;
			padding: 0;
			color: white;
		}	
		.mask_bths{
			display: none;
		}
		.mask_bth{
			width: 95px;
			}
	.mask_title>h2{
		width: 60%;
		margin: auto;
		margin-top:20px;
			font-size:30px;
			    line-height: 36px;
			    margin-bottom: 20px;
		}
		.mask_cnt>h3{
			font-size:17px;
			padding:0 15px;
		}
	.mask_title>h3{
			font-size:21px;
		}
	.mask_title>p{
			font-size:17px;
		}
	.mask_inputs, .mask_inputstwo{
			width: 45%;
		}
		.mask_inputstwo{
				margin-left: 45px;
		}
		.mask_cnt>span{
			top:-8px;
			right: 23px;
		}
		.checkbox label,.checklast span{
			font-size: 17px;
		}
		.checkbox label::before{
			margin-left:-20px ;
			top: 0px;
    	    left: 0px;
		}
		.mask_inputs>h2, .mask_inputstwo>h2{
			font-size:18px;	
		}
		.mask_inputs>p{
			font-size:16px;
		}
		.checkbox label {
				width: 90%;
			}
		.mask_bth{
		    padding: 7px 26px;
		    height: 45px;
		    line-height: 19px;
		    width: 173px;
		}
		.mask_title>p>em{
			top: 53px;
		}
	}
	.mask_cnttwo{
			position: relative;
			top:-500px;
			left:0;
			right: 0;
			bottom: 0;
			margin:100px auto;
			overflow: auto;  
			min-width: 283px;
			max-width: 650px;
			min-height: 300px;
			max-height:900px;
			background:white;
			z-index: 1002;
			box-sizing: border-box;
			padding: 20px 10px;
			border-radius:10px ;
			overflow: hidden;
			opacity:0;
			display: none;
			font-family: "Open Sans",sans-serif;
		}
.masktwo_title{
		text-align: center;
			position: relative;
		}
.masktwo_title>span {
    position: absolute;
    top: -58px;
    right: -1px;
    width: 35px;
    height: 35px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 35px;
    color: darkgray;
    background: rgb(233,233,233);
    text-align: center;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.masktwo_title>span:hover {
    cursor: pointer;
    color: white;
    background: rgb(255,176,0);
}
.masktwo_title>h2{
	 font-size:32px;
	 margin: 30px 0;
	 font-family: "Open Sans",sans-serif;
		}
.masktwo_title>h3{
	margin:20px 0;
	font-size: 17px;
	font-family: "Open Sans",sans-serif;
	line-height: 33px;
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	}		
	.masktwo_title>p{
	font-weight: 500;
    line-height: 1.1;
	font-size: 18px;
	font-family: "Open Sans",sans-serif;
	margin-bottom: 32px;
	}
	.masktwo_title>label{
		width: 100%;
	font-weight: 500;
    line-height: 1.1;
	font-size: 18px;
	font-family: "Open Sans",sans-serif;
	margin-bottom: 50px;
	}
.masktwo_cnttwo{
	width: 100%;
	margin: auto;
	margin-top:20px ;
	position: relative;
	text-align: center;
}
.masktwo_cnttwo>h3{
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
        font-weight: 600;
}
.masktwo_cnttwo>input{
	opacity: 0;
	z-index: -10;
	position: absolute;
}
.QTGaddress{
	display: inline-block;
   	font-family: "Open Sans",sans-serif;
	width: 100%;
	height: 34px;
    border: none;
    margin-top: 10px;
	color: rgb(255,176,0);
    font-size: 14px;
    font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
    border-radius: 10rem;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	padding-left: 0px;
}
.QTGaddress>p{
	height: 75%;
	margin-top: 7px;
	line-height: 25px;
	border-radius:2px ;
}
.masktwo_cnt>h3{
	display: inline-block;
	width: 24%;
	text-align: right;
    font-size: 1em;
    font-weight: 600;
    color: #AAA;
    font-family: "Open Sans",sans-serif;
}
.masktwo_cnt_bth{
		display: inline-block;
	 	 font-weight: 600;
		 font-size: 19px;
		 font-family: "Open Sans",sans-serif;
		 text-align: center;
		 color: rgb(255,255,255);
		 letter-spacing: 0.7px;
		 margin-right: 20px;
	 	 margin: 10px 0px;
		 padding: 7px 0;
		 height: 37px;
		 line-height: 20px;
	 	 width: 110px;
		 border-radius: 50px;
		border: none;
		-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
		background: rgb(255,176,0);
		cursor: pointer;
}
.masktwo_cnt_bth>p{
	width: 100%;
	height: 100%;
	font-family: "Open Sans",sans-serif;
}
	.masktwo_btn{
		display: block;
		    font-weight: 600;
		    font-size: 16px;
		    padding: 7px 26px;
		    height: 38px;
		    line-height: 20px;
		    width: 70%;
		    text-align: center;
		    font-family: "Open Sans",sans-serif;
		    color: white;
		    letter-spacing: 1.7px;
		    text-transform: uppercase;
		    border-radius:10px;
		    border: 1.3px solid #ebebeb;
		    background: rgb(255,176,0);
		    margin: 0 auto;
		    margin-bottom: 5px;
		    margin-top:58px;
		    cursor: pointer;
	}
@media (min-width:768px ) {
		.mask_cnttwo{
			margin: 165px auto;
		}
		.masktwo_cnt_bth{
		    position: absolute;
		    top: 56px;
		    right: -11px;
		    font-size: 22px;
		    letter-spacing: 1.7px;
		    margin-right: 20px;
		    margin: 10px 0px;
		    padding: 7px 0;
		    line-height: 21px;
		    width: 91px;
		    height: 38px;
		}
		.masktwo_title>h2{
			font-size:38px;
			margin: 30px 0;
			}
		.masktwo_title>h3{
			margin:20px auto;
			font-size: 20px;
			line-height: 39px;
			margin-bottom: 30px;
		}		
		.masktwo_title>p{
			font-weight: 500;
		    line-height: 1.1;
			font-size: 20px;
			margin-bottom: 32px;
		}
		.masktwo_cnttwo{
		width: 85%;
		margin: auto;
		margin-top:20px ;
		position: relative;
		text-align: left;
	}
	.QTGaddress{
		margin: 30px 0;	
		height: 39px;	
	    font-size: 18px;
	    padding-left: 20px;
	}
	.masktwo_btn{
		 margin-top:38px;
	}
}					
/*end遮罩层*/


/*population*/
.population{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
/*population*/


/*about qtg*/
.about-qtg{
	padding:45px 0;
	margin: auto;
	margin-bottom: 35px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
    width: 100%;
}
hr{
border-top-color: rgba(83,83,83,0.7);	
}
.about-qtg h1{
	font-size:38px;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
}
.about-qtg h3{
	font-size:19px;
	font-weight: 500;
	padding-bottom: 30px;
	font-family: "Open Sans",sans-serif;
	width: 100%;
	margin: auto;
	border-bottom: 2px solid rgb(235,235,235);
	margin-bottom:30px;
}
.about-qtg-gold>p{
	width:100%;
	margin: auto;
	font-size:17px;
	line-height: 42px;
	font-family: "Open Sans",sans-serif;
	font-weight: 500;
	text-align: center;
}
.about-qtg-gold{
	margin-top:10px; 
	position: relative;
	text-align: center;
}
.about-qtg-gold>span{
	height: 90%;
	width: 2px;
	background: rgb(208,208,208);
	position: absolute;
	top: 0;
	right: 0;
}
.about-qtg-gold>em{
	position: absolute;
	top: -13px;
	right: -6px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid rgb(208,208,208);
}
.about-qtg-gold>b{
	position: absolute;
	bottom:32px;
	right: -6px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid rgb(208,208,208);
}
.about-qtg-gold>img{
	width:300px;
}
.about-qtg-gold>div{
		display: inline-block;
		width: 90%;
		margin:0 auto;
		margin-top: -50px;
		height:200px;
		text-align: center;
}
.about-qtg-gold>div>h2{
	display: inline-block;
	font-size: 28px;
	font-weight:500;
	font-family: "Open Sans",sans-serif;
	color:rgb(166,133,60);
	font-weight: 500;
}
.about-qtg-gold>div>p{
	font-size: 17px;
	font-family: "Open Sans",sans-serif;
	width: 100%;
	font-weight: 500;
	color: #535353;
}
.whitepaper{
    height: 44px;
    width: 220px;
    font-weight: 500;
    font-size: 23px;
	font-family: "Open Sans",sans-serif;
    padding: 7px 26px;
    margin: 50px 0;
    color: rgb(169,165,112);
    line-height: 26px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid rgb(208,208,208);
    outline: none;
    -ms-transition:1s all ease-in; 	/* IE 9 */
	-moz-transition:1s all ease-in; 	/* Firefox */
	-webkit-transition:1s all ease-in; /* Safari 和 Chrome */
	-o-transition:1s all ease-in;	
    transition:1s all ease-in;  
    box-shadow: -2px 2px 20px rgb(208,208,208);
    cursor: pointer;
}
.whitepaper:hover{
	    background-color: rgb(88,71,18);
}
.about-movie{
	width: 100%;
	height: 100%;
	margin: auto;
}
@media (min-width: 768px) {
	.about-qtg{
		width: 100%;
		margin-bottom: 100px;
	}
	.about-movie{
		width: 60%;
		height: 100%;
		margin: auto;
	}
	.about-qtg h1{
		font-size:59px;
	}
	.about-qtg h1{
		font-size:46px;
	}
	.about-qtg h3{
		width: 80%;
	}
	.whitepaper{
		margin-top:10px;
		margin-bottom: 50px;
	}
	.about-qtg-gold>p{
		word-spacing: 5px;
		margin-top: 2px;
		width:97%;
		text-align: left;
		font-size: 19px;
	}
	.about-qtg-gold>div>p{
		font-size: 19px;
	}
	.qtgtwo_btntwo{
		  line-height: 35px;
		  height: 50px;
		  width: 200px;
  		  margin-top:0px;	    
	}
	.about-qtg-gold>span {
	    height: 92.5%;
	}

	@media(min-width: 992px){
	    .about-qtg-gold>span {
		    height: 90%;
		}
		.about-qtg-gold>p{
			margin-top: 40px;
		}
	}
}
/*end about qtg*/

/*unlimited*/
.unlimited-upsides{	
	width: 100%;
	margin-bottom: 100px;
	background-color: rgb(42,37,4);
	padding: 50px 0;	
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}

.unlimited-upsides h1{
	margin-top:20px;
	font-size:36px;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	color: white;
		
}
.unlimited-upsides h2{
	font-size:17px;
	font-weight: 300;
	padding-bottom: 40px;
	border-bottom: 1px solid white;
	color: white;
	width: 100%;
	margin: auto;
	font-family: "Open Sans",sans-serif;
	
}
.unlimited-upsides-cnt{
	margin-top:50px;
	width: 95%;
	margin: auto;
	text-align: center;
}
.upside-box-banxin{
	width: 100%;
	display: inline-block;	
	margin-top:40px;
	text-align: left;
	color: white;
	font-size:17px;
	font-family: "Open Sans",sans-serif;
	vertical-align: top;
}
.upside-box-banxin:last-child{
	width:100% ;
}
.upside-box-banxin:last-child>span{
	font-size: 17px;
}
.upside-box-banxin>label{
	font-family: "Open Sans",sans-serif;
	padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
}
.upside-box-banxin>span{
	display: inline-block;
	height: 75px;
	width: 70%;
	line-height: 71px;
	margin-left: 10px;
	font-weight: 500;
}
.upside-box-banxin>em{
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../imges/icon.png) no-repeat center;
	background-size:cover ;
	vertical-align: top;
	margin-left: 11px;
}
.upside-box-banxin:nth-child(1)>em{
	background-position:2px 0 ;
}
.upside-box-banxin:nth-child(2)>em{
	background-position:-194px 0 ;
}
.upside-box-banxin:nth-child(3)>em{
	background-position:-390px 0 ;
}
.upside-box-banxin:nth-child(4)>em{
	background-position:-784px 0 ;
}
.upside-box-banxin:nth-child(5)>em{
	background-position:-588px 0 ;
}
.upside-box-banxin:nth-child(6)>em{
	background-position:-981px 0 ;
}
.upside-box-banxin:nth-child(7)>em{
	background-position:-1177px 0 ;
}
@media (min-width: 768px) {
	.upside-box-banxin{
		width: 49%;
		font-size:18px;
	}
	.unlimited-upsides h1{
		font-size:46px;
   }
	.upside-box-banxin:last-child{
		width: 49%;
	}
	.upside-box-banxin:last-child>span{
		font-size: 17px;
	}
	.unlimited-upsides-cnt{
		text-align: left;
	}
	.unlimited-upsides h2{
			width: 80%;
			font-size:18px;
	}
}
@media (min-width:992px){
		.upside-box-banxin{
		width: 33%;
		display: inline-block;	
		margin-top:50px;
		font-size:17px;
	}
	.upside-box-banxin:last-child{
		width: 33%;
	}
	.upside-box-banxin:last-child>span{
		font-size: 16px;
	}
	.unlimited-upsides-cnt{
		text-align: center;
	}
}
/*end unlimited*/

/*report*/
.report_details{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}
.report{
	width: 100%;
	height: auto;
	/*background-color:rgb(237,237,237) ;*/
	padding: 50px 0;
	margin-bottom: 50px;
}
.report_title>h2{
    font-size: 26px;
    font-weight: 400;	
}
.report_title>h3{
    width: 80%;
    margin: auto;
    margin-bottom: 80px;
    line-height: 35px;
        font-size: 17px;
        border-bottom: 1px solid rgb(0,0,0);
            padding-bottom: 30px;
}
.reports{
	width: 90%;
	/*margin: auto;*/
	cursor: pointer;
}
.report_cnt{
	width: 100%;
	height: 500px;
	margin-bottom:100px ;
}
.report_cnt>div{
	width: 99%;
	height: 244px;
	overflow: auto;
	margin: auto;
	background: white;
	padding: 10px 20px;
	border:2px solid rgb(208,177,134);
	border-top: none;
	border-radius:0 0 10px 10px;
}
.report_cnt>div>h2{
	font-size: 13px;
	font-weight: 600;
	margin: auto;
	margin-top:10px ;
	line-height: 30px;
}
.report_cnt>div>h3{
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
	line-height: 30px;
}
.report_cnt>div>p{
	font-size: 14px;
	font-weight: 400;
}
.report_cnt>img{
	width: 100%;
	height: 260px;
	border-radius:10px;
	margin-bottom: -5px;
	/*box-shadow: 0 1px 3px darkgray;*/
}
@media(min-width:768px){
	.report_cnt{
		width: 100%;
		height: 500px;
		margin-bottom:50px ;
	}
	.report_title>h2{
	    font-size: 42px;
	    margin: 15px;
	}
}
/*end report*/
/*roadmap*/
/*pc*/
.roadmap{
	margin-bottom: 100px;
}
.roadmap .col-md-12>h2{
		font-family: "Open Sans",sans-serif;
		 font-size: 38px;
		 font-weight: 400;
}
.roadmap .col-md-12>h3{
		 font-family: "Open Sans",sans-serif;
		 font-size: 17px;
		 width: 100%;
		 font-weight: 400;
		 border-bottom: 1px solid rgb(0,0,0);
		 padding-bottom:18px ;
		 margin-bottom: 13px;
}
.roadmap_cnt{
	width: 6px;
	height:1221px;
	margin:0 20px;
	margin-top: 130px;
	background-color:rgb(192,154,90) ;
	position: relative;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 100px;
	margin-left: 18px;
	
}
.roadmap_cnt label{
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color:rgb(192,154,90) ;
	display: none;
			
}
.roadmap_cnt label:nth-child(9){
		width: 20px;
		height: 20px;
		bottom: -42px;
		left: -7px;
}
.roadmap_cnt label:nth-child(10){
		width: 15px;
		height: 15px;
		bottom: -72px;
		left: -5px;
}
.roadmap_cnt label:nth-child(11){
		width: 10px;
		height: 9px;
		bottom: -97px;
		left: -3px;
}
.roadmap_cnt label:nth-child(12){
		width:7px;
		height: 7px;
		bottom: -118px;
		left: -2px;
}
.roadmap_cnt b{
	position:absolute;
	width: 25px;
	height:25px;
	border-radius: 50%;
	border:3px solid rgb(215,168,74);
	top:0;
	left:-9px;
	bottom: 0;
	right:0 ;
	margin:0 auto;
	background-color: #FFFFFF;
	z-index: 10;
}
.roadmap_cnt b:nth-child(1){
		top:-21px;
}
.roadmap_cnt b:nth-child(2){
		top:150px;
}
.roadmap_cnt b:nth-child(3){
		top:321px;
}
.roadmap_cnt b:nth-child(4){
		top:498px;
}
.roadmap_cnt b:nth-child(5){
		top:684px;
}
.roadmap_cnt b:nth-child(6){
		top:839px;
}
.roadmap_cnt b:nth-child(7){
		top:1011px;
}
.roadmap_cnt b:nth-child(8){
		top:1212px;
}
.roadmap_tag{ 
	 width:245px; 
 	 min-height:85px; 
 	 max-height: 140px;
	 border:1px solid rgb(136,114,33);
	 position:relative;
	  background-color:#FFF;
	  margin: 30px 0;
	  top: -39px;
	  left: 33px;
	  border-radius:10px ;
	  border-top:none;
	  }
	  .roadmap_tag>p{
	  	width: 101%;
	  	min-height: 35px;
	  	max-height: 94px;
	  	background-color:rgb(192,154,90) ;
	  	border-radius:10px 10px 0 0;
	  	 margin-left: -2px;
	  	 color: white;
	  	 margin: 0;
	  	 line-height:32px;
	  	font-family: "Open Sans",sans-serif;
	  }
	  .roadmap_tag>h3{
	  	margin-top:14px;
		 font-size: 20px;
		font-family: "Open Sans",sans-serif;
    	color:#535353 ;
	  }
.roadmap_tag em{
	display:none;
	 border-width:20px;
	  position:absolute;
	   bottom:-40px; 
	   left:106px;
	   border-style:solid dashed dashed;
	    border-color:rgb(136,114,33) transparent transparent;
	    font-size:0;
	     line-height:0;
	     }
.roadmap_tag span{
	display:none; 
	border-width:20px;
	 position:absolute;
	  bottom:-38px; 
	  left:106px;
	  border-style:solid dashed dashed; 
	  border-color:#FFF transparent transparent;
	  font-size:0; line-height:0;
	  }
	 .roadmap_tag_right{
		width:276px; 
    	max-height: 106px;
    	min-height: 87px;
		border:1px solid rgb(136,114,33);
		 position:relative;
		  background-color:#FFF;
		  margin: 30px 0;
		  top: -72px;
		  left: 63px;
		  border-radius:10px ;
		  border-top:none;
		 }
		.roadmap_DEC{
			top:-75px;
		} 
	  .roadmap_tag_right>p{
	  	width: 101%;
	  	 max-height: 62px;
   		 min-height: 36px;
	  	background-color:rgb(192,154,90) ;
	  	border-radius:10px 10px 0 0;
	  	 margin-left: -2px;
	  	 color: white;
	  	 margin: 0;
	  	 line-height: 34px;
		font-family: "Open Sans",sans-serif;
	  }
	  .roadmap_tag_right>h3{
	  	margin-top: 14px;
		 font-size: 20px;
    	font-family: "Open Sans",sans-serif;
    	color:#535353 ;
	  }
		.roadmap_tag_right em{
			display:block;
			 border-width:18px;
			 position:absolute;
			 bottom:11px; 
			 left:-37px;
			 border-style:solid dashed dashed;
		 	 border-color:transparent rgb(136,114,33) transparent transparent;
			 font-size:0;
			 line-height:0;
	     }
	.roadmap_tag_right span{
		display:block; 
		border-width:18px;
		 position:absolute;
			 bottom:11px; 
			 left:-35px;
		  border-style:solid dashed dashed; 
		  border-color:transparent #FFF transparent transparent;
		  font-size:0; line-height:0;
	  }
	  	 .roadmap_tag_left{
		width:276px; 
   		 max-height: 106px;
    	min-height: 87px;
		border:1px solid rgb(136,114,33);
		 position:relative;
		  background-color:#FFF;
		  margin: 30px 0;
		  top: -66px;
		  left: -319px;
		  border-radius:10px ;
		  border-top:none;
		 }
	  .roadmap_tag_left>p{
	  	width: 100%;
	  	max-height: 62px;
   		min-height: 36px;
	  	background-color:rgb(192,154,90) ;
	  	border-radius:10px 10px 0 0;
	  	border:1px solid rgb(192,154,90);
	  	 margin-left: -2px;
	  	 color: white;
	  	 margin: 0;
	  	  line-height: 34px;
		font-family: "Open Sans",sans-serif;
	  }
	  .roadmap_tag_left>h3{
	  	margin-top: 13px;
		 font-size: 20px;
		font-family: "Open Sans",sans-serif;
	  }
		.roadmap_tag_left em{
			display:block;
			 border-width:18px;
			 position:absolute;
			 bottom:14px; 
			 left:275px;
			 border-style:solid dashed dashed;
		 	 border-color:transparent transparent transparent  rgb(136,114,33);
			 font-size:0;
			 line-height:0;
	     }
	.roadmap_tag_left span{
		display:block; 
		border-width:18px;
		 position:absolute;
			 bottom:14px; 
			 left:273px;
		  border-style:solid dashed dashed; 
		  border-color:transparent transparent transparent #FFF;
		  font-size:0; line-height:0;
	  }
	  
	  .roadmap_tag_leftTwo{
		width:307px; 
		max-height:106px; 
		min-height: 87px;
		border:1px solid rgb(136,114,33);
		 position:relative;
		  background-color:#FFF;
		  margin: 30px 0;
		  top: -84px;
		  left: -350px;
		  border-radius:10px ;
		  border-top:none;
		 }
	  .roadmap_tag_leftTwo>p{
	  	width: 100%;
	  	max-height: 62px;
	  	min-height: 36px;
	  	background-color:rgb(192,154,90) ;
	  	border-radius:10px 10px 3px 0;
	  	 margin-left: -2px;
	  	 color: white;
	  	 margin: 0;
		font-family: "Open Sans",sans-serif; 
	  }
	  .roadmap_tag_leftTwo>h3{
	  	margin-top: 13px;
		 font-size: 20px;
		font-family: "Open Sans",sans-serif;
	  }
		.roadmap_tag_leftTwo em{
			display:block;
			 border-width:18px;
			 position:absolute;
			 bottom:10px; 
			 left:306px;
			 border-style:solid dashed dashed;
		 	 border-color:transparent transparent transparent  rgb(136,114,33);
			 font-size:0;
			 line-height:0;
	     }
	.roadmap_tag_leftTwo span{
		display:block; 
		border-width:18px;
		 position:absolute;
			 bottom:10px; 
			 left:304px;
		  border-style:solid dashed dashed; 
		  border-color:transparent transparent transparent #FFF;
		  font-size:0; line-height:0;
	  }

	  
@media (min-width: 768px) {
	.roadmap .col-md-12>h2{
		font-size:46px;
		margin-bottom: 15px;
	}
	.roadmap .col-md-12>h3{
		width: 80%;
		margin: auto;
	}
	.roadmap_cnt{
		height: 890px;	
		width: 10px;
		margin:0 auto;
		margin-top: 200px;
        margin-bottom: 100px;
	}
	.roadmap_cnt b{
		width: 30px;
		height:30px;
		left:-9px;
	}
	.roadmap_cnt label:nth-child(9){
		width: 24px;
		height: 24px;
		bottom: -42px;
		left: -7px;
	}
	.roadmap_cnt label:nth-child(10){
			width: 20px;
			height: 19px;
			bottom: -72px;
			left: -5px;
	}
	.roadmap_cnt label:nth-child(11){
			width: 14px;
			height: 13px;
			bottom: -97px;
			left: -3px;
	}
	.roadmap_cnt label:nth-child(12){
			width: 9px;
			height: 8px;
			bottom: -118px;
			left: -1px;
	}
	.roadmap_tag span{
		display:block; 
	}
	.roadmap_tag em{
		display:block; 
	}
	.roadmap_tag{ 
		width: 276px;
	   top: -163px;
	   left: -114px;
	 }
	 .roadmap_cnt b:nth-child(1){
		top:-21px;
	}
	.roadmap_cnt b:nth-child(2){
			top:95px;
	}
	.roadmap_cnt b:nth-child(3){
			top:221px;
	}
	.roadmap_cnt b:nth-child(4){
			top:319px;
	}
	.roadmap_cnt b:nth-child(5){
			top:420px;
	}
	.roadmap_cnt b:nth-child(6){
			top:540px;
	}
	.roadmap_cnt b:nth-child(7){
			top:644px;
	}
	.roadmap_cnt b:nth-child(8){
			top:745px;
	}
	.roadmap_cnt label{
		display: block;
	}
}
/*end roadmap*/

/*<!--team-->*/
.teams{	
	padding:70px 0;
	width: 100%;
    background: rgb(247,247,247);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
}
.teams h2{
	margin-bottom: 41px;
	font-family: "Open Sans",sans-serif;	 
	font-weight: 400;
	font-size: 32px;
}
.teams_mask{
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0,0,0,.5);
			width: 100%;
			height: 100%;
			z-index: 1000;
			display: none;
		}	
.teams_mask_cnt{
			position:relative;
			top:0;
			left:0;
			right: 0;
			bottom: 0;
			margin: auto;
			margin-top: 58px;
			overflow: auto;  
			width:84%;
			min-width: 300px;
			max-width: 700px;
			height: 60%;
			min-height: 558px;
		    max-height: 1081px;
			background:white;
			z-index: 1001;
			box-sizing: border-box;
			outline: 0;
			padding: 30px 30px;
			text-align: center;
			border-radius: 10px;
}
.teams_mask_banxin{
	/*width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 18px 0 rgba(141,143,143,.2);
    box-shadow: 0 5px 18px 0 rgba(141,143,143,.2);
	padding:0 30px;
	padding-bottom: 10px;*/
}
.teams_mask_cnt>label{
	  position: absolute;
	    top: 5px;
	    right: 15px;
	    width: 35px;
	    height: 35px;
	    font-size: 22px;
	    font-weight: 500;
	    line-height: 35px;
	    color: darkgray;
	    background: rgb(233,233,233);
	    text-align: center;
	    border-radius: 50%;
	    margin-top: 6px;
	    margin-left: 10px;
	    cursor: pointer;
}
.teams_mask_cnt>label:hover{
				cursor: pointer;
			color:white;
			background: rgb(255,176,0);
}
.teams_mask_cnts{
	width: 65%;
	display: inline-block;
	margin-top:20px;
}
.teams_mask_img{
	margin-top: 12px;
	width: 180px;
	max-height: 210px;
	min-height: 200px;
	display: inline-block;
	overflow: hidden;
 vertical-align: top;
position: relative;
}

.teams_mask_img>img{
	width: 100%;
	 height: auto;
	 position: absolute;
	 top:-19px;
	 left: 0;
	 
}
.teams_mask_cnt p{
	margin-top:20px ;
	font-family: "Open Sans",sans-serif;	 
	font-size: 15px;
	font-weight: 600;
}
.person{
	cursor:pointer;
}
.person>img{
	display: none;
}
.person h2{
	margin-top:40px;
	font-size:24px;
	font-family: "Open Sans",sans-serif;	 
	margin-bottom:43px;
	font-weight: 400;
}
.person h3{
	font-style: italic;
	width: 100%;
	margin: auto;
	font-size:20px;
	font-weight: 300;
	margin-bottom:48px ;	
	font-family: "Open Sans",sans-serif;	 
}
.person h4{
	margin-top:10px ;
	margin-bottom: 0px;
	font-family: "Open Sans",sans-serif;	 
	font-weight: 500;
	font-size:17px;
	color:rgb(186,173,1);;
}
.person>p{
	font-family: "Open Sans",sans-serif;	 
	font-size: 14px;
	width:90%;
	margin: auto;
	margin-top:20px;
	display: none;
	}
.person span{
	font-size:14px;
	font-weight: 600;
	font-family: "Open Sans",sans-serif;	 
}
.person>b{
	display: inline-block;
		width: 160px;
	height: 160px;
	border-radius:50%;
	cursor: pointer;
}
.personImg1{
		background:url(../imges/person_1.jpg) center no-repeat;
		background-size:185% ;
		background-position-y:0px ;
}
.personImg2{
		background:url(../imges/person_2.jpg) center no-repeat;
		background-size:100% ;
		background-position-y:1px ;
}
.personImg3{
		background:url(../imges/person_3.jpg) center no-repeat;
		background-size:cover ;
		/*background-position-y:1px ;*/
}
.personImg4{
		background:url(../imges/person_4.jpg) center no-repeat;
		background-size:cover ;
		background-size: 183%;
   		background-position-y: -52px;
   		background-position-x: -75px;
}
.personImg5{
		background:url(../imges/person_5.jpg) center no-repeat;
		background-size:cover ;
		background-position-y:-35px ;
}
.personImg6{
		background:white url(../imges/person_6.jpg) center no-repeat;
		background-size:147% ;
		background-position-y:6px ;
		background-position-x:-50px ;
		
}
.personImg7{
		background:white url(../imges/person_9.jpg) center no-repeat;
		background-size:cover ;
		background-position-y:15px ;
		background-position-x:-0px ;
		
}
.personImg8{
		background:rgb(163,164,187) url(../imges/person_11.jpg) center no-repeat;
		background-size:118% ;
		background-position-y:10px ;
		
}
.personImg9{
		 background:url(../imges/person_16.jpg) center no-repeat;
	    background-size: 188%;
	    background-position-y: -29px;
	    background-position-x: -20px;
	}
.personImg10{
		background: url(../imges/person_17.png) center no-repeat;
	    background-size: cover;
		background-size: 83%;
	    background-position-y: 5px;
	    background-position-x: -4px;
		
}
.teams .col-md-12:last-child{
	margin-bottom: 50px;
}
.teams .person{
	margin-bottom:70px ;
}
.teams_hidden{
	display: none;
}
.teams h4{
	color:black;
	font-family: "Open Sans",sans-serif;	 
}
.teams span{
	font-family: "Open Sans",sans-serif;	 
}
@media (min-width: 768px){
	.teams_mask_cnt{
		text-align: left;
		margin-top: 200px;
	}
	.teams_mask_cnt>label{
	    top: 5px;
	    right: 25px;
	   	margin-top: 20px;
	}
	.teams h4{
		font-size:17px;
		margin-bottom: 5px;
	}
	.teams span{
		font-size:13px;
		color:rgb(108,129,138);
	}
	.teams h2{
		font-size:45px;
		margin-bottom: 65px;
	}
	.teams b{
		width:160px;
		height: 160px;
	}
	.teams_mask_cnts{
		margin-left:30px;		
		margin-top:50px;
	}
	.teams_hidden{
		display: none;
	}
}
@media (min-width: 992px){
	.teams h4{
		font-size:19px;
	}
	.teams span{
		font-size:15px;
	}
	.teams_mask_cnt{
		margin-top: 150px;
	}
	.teams_hidden{
		display: block;
	}
}
/*<!--end team-->*/

/*Advisory committee*/
.Advisory{
	padding:80px 0;
	width: 100%;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
}
.Advisory h2{
	margin-bottom: 50px;
	font-family: "Open Sans",sans-serif;	 
	font-weight: 400;
	font-size: 32px;
}
.Advisory h3{
	font-size:19px;
	font-weight: 500;
	padding-bottom: 30px;
	font-family: "Open Sans",sans-serif;
	width: 100%;
	margin: auto;
	border-bottom: 2px solid rgb(235,235,235);
	margin-bottom:30px;
}
.Advisory_person{
	text-align: center;
}
.Advisory_person>div{
	width: 260px;
	margin: auto;
    border-top:none ;
	border-radius: 10px;
	margin-bottom: 80px;
	/*background: rgb(215,202,192);*/
	cursor: pointer;
}
.Advisory_person b{
	width: 160px;
	height: 160px;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}
.Advisory_person>div img{
	display: none;
}
.Advisory_person h2{
	margin-top:40px;
	font-size:24px;
	font-family: "Open Sans",sans-serif;	 
	margin-bottom:43px;
	font-weight: 400;
}
.Advisory_person h3{
	font-style: italic;
	width: 100%;
	margin: auto;
	font-size:20px;
	font-weight: 300;
	margin-bottom:48px ;	
	font-family: "Open Sans",sans-serif;	 
}
.Advisory_person h4{
	font-family: "Open Sans",sans-serif;	 
	font-weight: 500;
	font-size:17px;
	margin-top: 10px;
    margin-bottom: 0px;
    color:black;
}
.Advisory_person>p{
	font-family: "Open Sans",sans-serif;	 
	font-size: 14px;
	width:90%;
	margin: auto;
	margin-top:20px;
	display: none;
	}
.Advisory_person span{
	font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    color: rgb(108,129,138);
}
.Advisory_person p{
	display: none;
}
.Advisory_Img1{
	background: url(../imges/person_15.jpg) center no-repeat;
    background-size: cover;
    background-size: 190%;
    background-position-y: -59px;
    background-position-x: -145px;
}
.Advisory_Img2{
	background: url(../imges/person_14.jpg) center no-repeat;
    background-size: cover;
    background-size: 136%;
    background-position-y: 0px;
    background-position-x: -21px;
}
.Advisory_Img3{
	background: url(../imges/person_10.jpg) center no-repeat;
    background-size: cover;
    background-size: 116%;
    background-position-y: 0px;
    background-position-x: -3px;
}
.Advisory_Img4{
	background:url(../imges/person_8.jpg) center no-repeat;
    background-size: cover;
    background-size: 107%;
    background-position-y: -40px;
    background-position-x: -9px;
}
.Advisory_Img5{
    background:url(../imges/person_12.jpg) center no-repeat;
    background-size: 130%;
    background-position-y: -2px;
    background-position-x: -28px;
}
.Advisory_Img6{
	background: url(../imges/person_13.jpg) center no-repeat;
    background-size: cover;
    background-size: 102%;
    background-position-y: -4px;
    background-position-x: -4px;
}
.Advisory_mask{
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0,0,0,.5);
			width: 100%;
			height: 100%;
			z-index: 1000;
			display: none;
		}	
.Advisory_mask_cnt{
			position:relative;
			top:0;
			left:0;
			right: 0;
			bottom: 0;
			margin: auto;
			margin-top: 58px;
			overflow: auto;  
			width:84%;
			min-width: 300px;
			max-width: 700px;
			height: 60%;
			min-height: 558px;
		    max-height: 1081px;
			background:white;
			z-index: 1001;
			box-sizing: border-box;
			outline: 0;
			padding: 30px 30px;
			text-align: center;
			border-radius: 10px;
}
.Advisory_mask_cnt>label{
	  position: absolute;
	    top: 5px;
	    right: 15px;
	    width: 35px;
	    height: 35px;
	    font-size: 22px;
	    font-weight: 500;
	    line-height: 35px;
	    color: darkgray;
	    background: rgb(233,233,233);
	    text-align: center;
	    border-radius: 50%;
	    margin-top: 6px;
	    margin-left: 10px;
	    cursor: pointer;
}
.Advisory_mask_cnt>label:hover{
				cursor: pointer;
			color:white;
			background: rgb(255,176,0);
}
.Advisory_mask_cnts{
	width: 60%;
	display: inline-block;
	margin-top:20px;
}
.Advisory_mask_img{
	margin-top: 12px;
	width: 180px;
	max-height: 210px;
	min-height: 200px;
	display: inline-block;
	overflow: hidden;
 	vertical-align: top;
	position: relative;
}
.Advisory_mask_img>img{
	width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0;
}
.Advisory_mask_cnt p{
	margin-top:20px ;
	font-family: "Open Sans",sans-serif;	 
	font-size: 15px;
	font-weight: 600;
}
@media (min-width: 768px){
	.Advisory h2{
	    font-size: 45px;
	    margin-bottom: 72px;
	}
	.Advisory h3 {
	    width: 80%;
	}
	.Advisory_mask_cnt{
		text-align: left;
		margin-top: 200px;
	}
	.Advisory_mask_cnt>label{
	    top: 5px;
	    right: 25px;
	   	margin-top: 20px;
	}
	.Advisory_mask_cnts{
		margin-left:30px;		
		margin-top:70px;
	}
	.Advisory_person h4{
		font-size: 17px;
	}
	.Advisory_person span{
		font-size: 13px;
	}
}
@media (min-width: 992px){
		.Advisory_mask_cnt{
		margin-top: 80px;
	}
	.Advisory_person h4{
		font-size: 19px;
	}
	.Advisory_person span{
		font-size: 15px;
	}
}
@media (min-width:1300px){
		.Advisory_mask_cnt{
		margin-top: 150px;
	}
}
/* end Advisory committee*/

/*<!--footer-->*/
	.footers{
		color: white;
		width: 100%;
		height: 100%;
		padding:30px 0;
		background-color: rgb(190,161,57);
		
	}
		.footers .col-sm-6{
			width: 50%;
		}
		.footers a{
			color: white;
			cursor: pointer;
			text-decoration: none;
		}
		.footers p{
			font-family: "Open Sans",sans-serif;	 
			
		}
		.footers a:hover p{
			    color: rgb(166,133,60);
		}
		.footers p{
			margin: 0;
		}
		.footers h2{
			font-family: "Open Sans",sans-serif;	 
			font-size: 18px;
			margin: 0;
			margin-top:10px;
		}
		.footers_logo{
			font-family: "Open Sans",sans-serif;	 
			font-size: 18px;
			margin-top:40px;
			text-align: center;
		}
		.footers .col-lg-3 h2{
			margin-bottom: 14px;
		}
		.footers .col-lg-3{
			margin-bottom: 0px;
		}
		.social>a{
		    display: inline-block;
		    margin: 10px 0;
		    margin-right: 12px;
		   	width: 40px;
			height: 40px;
			background: url(../imges/footerIcon.png) no-repeat center;
			background-size:100% ;
		}
		.social>a:nth-child(1){
			background-size:752% ;
			background-position:4px 1px ;
		}
		.social>a:nth-child(2){
			background-size:752% ;
			background-position:-265px 1px ;
		}
		.social>a:nth-child(3){
			background-size:752% ;
			background-position:-50px 1px ;
		}
		.social>a:nth-child(4){
			background-size:752% ;
			background-position:-158px 1px ;
		}
		.social>a:nth-child(5){
			background-size:752% ;
			background-position:-101px 1px ;
		}
		.social>a:nth-child(6){
			background-size:752% ;
			background-position:-212px 1px ;
		}
@media (min-width: 768px){
		.footers .col-lg-3{
			margin-bottom: 0px;
		}
		.footers_logo{
			margin-top:23px ;
		}
		.social a{
		    margin-bottom: 15px;
		    margin-left: 15px;
		    width: 60px;
			height: 60px;
		}	
		.social>a:nth-child(1){
			background-size:752% ;
			background-position:5px 1px ;
		}
		.social>a:nth-child(2){
			background-size:752% ;
			background-position:-402px 1px ;
		}
		.social>a:nth-child(3){
			background-size:752% ;
			background-position:-74px 1px ;
		}
		.social>a:nth-child(4){
			background-size:752% ;
			background-position:-231px 1px ;
		}
		.social>a:nth-child(5){
			background-size:752% ;
			background-position:-151px 1px ;
		}
		.social>a:nth-child(6){
			background-size:752% ;
			background-position:-316px 1px ;
		}
	}
@media (min-width: 992px){
		.footers .col-lg-3{
			margin-bottom: 20px;
		}
		.footers_logo{
			margin: 0;
		}
		.social a {
			margin-left: 0px;
			width:50px;
			height: 50px;
		}
		.social>a:nth-child(1){
			background-size:752% ;
			background-position:3px 1px ;
		}
		.social>a:nth-child(2){
			background-size:752% ;
			background-position:-337px 1px ;
		}
		.social>a:nth-child(3){
			background-size:752% ;
			background-position:-64px 1px ;
		}
		.social>a:nth-child(4){
			background-size:752% ;
			background-position:-200px 1px ;
		}
		.social>a:nth-child(5){
			background-size:752% ;
			background-position:-125px 1px ;
		}
		.social>a:nth-child(6){
			background-size:752% ;
			background-position:-265px 1px ;
		}
	}
	@media (min-width: 1200px){
		.social a{
			width:60px;
			height: 60px;
			margin:5px 0;
			margin-top: 10px;
			margin-right: 10px;
		}
		.social>a:nth-child(1){
			background-size:752% ;
			background-position:7px 1px ;
		}
		.social>a:nth-child(2){
			background-size:752% ;
			background-position:-399px 1px ;
		}
		.social>a:nth-child(3){
			background-size:752% ;
			background-position:-75px 1px ;
		}
		.social>a:nth-child(4){
			background-size:752% ;
			background-position:-241px 1px ;
		}
		.social>a:nth-child(5){
			background-size:752% ;
			background-position:-152px 1px ;
		}
		.social>a:nth-child(6){
			background-size:752% ;
			background-position:-317px 1px ;
		}
	}
/*<!--end footer-->*/

/*abstract*/
.abstract{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}
.abstract p{
	margin:30px 0;
	font-weight: 600;
	font-size:11px;
	font-family: "Open Sans",sans-serif;	 
	
}
@media (min-width:768px){
	.abstract p{
	margin:30px 0;
	font-weight: 600;
	font-size:14px;
}
}
/*end abstract*/
/*主页完成*/

.checkbox{padding-left:20px}.checkbox label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.checkbox label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px solid #ccc;border-radius:3px;background-color:#fff;-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;-o-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out}.checkbox label::after{display:inline-block;position:absolute;width:16px;height:16px;left:0;top:0;margin-left:-20px;padding-left:3px;padding-top:1px;font-size:11px;color:#555}.checkbox input[type=checkbox],.checkbox input[type=radio]{opacity:0;z-index:1;cursor:pointer}.checkbox input[type=checkbox]:focus+label::before,.checkbox input[type=radio]:focus+label::before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.checkbox input[type=checkbox]:checked+label::after,.checkbox input[type=radio]:checked+label::after{font-family:FontAwesome;content:"\f00c"}.checkbox input[type=checkbox]:indeterminate+label::after,.checkbox input[type=radio]:indeterminate+label::after{display:block;content:"";width:10px;height:3px;background-color:#555;border-radius:2px;margin-left:-16.5px;margin-top:7px}.checkbox input[type=checkbox]:disabled,.checkbox input[type=radio]:disabled{cursor:not-allowed}.checkbox input[type=checkbox]:disabled+label,.checkbox input[type=radio]:disabled+label{opacity:.65}.checkbox input[type=checkbox]:disabled+label::before,.checkbox input[type=radio]:disabled+label::before{background-color:#eee;cursor:not-allowed}.checkbox.checkbox-circle label::before{border-radius:50%}.checkbox.checkbox-inline{margin-top:0}.checkbox-primary input[type=checkbox]:checked+label::before,.checkbox-primary input[type=radio]:checked+label::before{background-color:#337ab7;border-color:#337ab7}.checkbox-primary input[type=checkbox]:checked+label::after,.checkbox-primary input[type=radio]:checked+label::after{color:#fff}.checkbox-danger input[type=checkbox]:checked+label::before,.checkbox-danger input[type=radio]:checked+label::before{background-color:#d9534f;border-color:#d9534f}.checkbox-danger input[type=checkbox]:checked+label::after,.checkbox-danger input[type=radio]:checked+label::after{color:#fff}.checkbox-info input[type=checkbox]:checked+label::before,.checkbox-info input[type=radio]:checked+label::before{background-color:#5bc0de;border-color:#5bc0de}.checkbox-info input[type=checkbox]:checked+label::after,.checkbox-info input[type=radio]:checked+label::after{color:#fff}.checkbox-warning input[type=checkbox]:checked+label::before,.checkbox-warning input[type=radio]:checked+label::before{background-color:#f0ad4e;border-color:#f0ad4e}.checkbox-warning input[type=checkbox]:checked+label::after,.checkbox-warning input[type=radio]:checked+label::after{color:#fff}.checkbox-success input[type=checkbox]:checked+label::before,.checkbox-success input[type=radio]:checked+label::before{background-color:#5cb85c;border-color:#5cb85c}.checkbox-success input[type=checkbox]:checked+label::after,.checkbox-success input[type=radio]:checked+label::after{color:#fff}.checkbox-primary input[type=checkbox]:indeterminate+label::before,.checkbox-primary input[type=radio]:indeterminate+label::before{background-color:#337ab7;border-color:#337ab7}.checkbox-primary input[type=checkbox]:indeterminate+label::after,.checkbox-primary input[type=radio]:indeterminate+label::after{background-color:#fff}.checkbox-danger input[type=checkbox]:indeterminate+label::before,.checkbox-danger input[type=radio]:indeterminate+label::before{background-color:#d9534f;border-color:#d9534f}.checkbox-danger input[type=checkbox]:indeterminate+label::after,.checkbox-danger input[type=radio]:indeterminate+label::after{background-color:#fff}.checkbox-info input[type=checkbox]:indeterminate+label::before,.checkbox-info input[type=radio]:indeterminate+label::before{background-color:#5bc0de;border-color:#5bc0de}.checkbox-info input[type=checkbox]:indeterminate+label::after,.checkbox-info input[type=radio]:indeterminate+label::after{background-color:#fff}.checkbox-warning input[type=checkbox]:indeterminate+label::before,.checkbox-warning input[type=radio]:indeterminate+label::before{background-color:#f0ad4e;border-color:#f0ad4e}.checkbox-warning input[type=checkbox]:indeterminate+label::after,.checkbox-warning input[type=radio]:indeterminate+label::after{background-color:#fff}.checkbox-success input[type=checkbox]:indeterminate+label::before,.checkbox-success input[type=radio]:indeterminate+label::before{background-color:#5cb85c;border-color:#5cb85c}.checkbox-success input[type=checkbox]:indeterminate+label::after,.checkbox-success input[type=radio]:indeterminate+label::after{background-color:#fff}.radio{padding-left:20px}.radio label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.radio label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px solid #ccc;border-radius:50%;background-color:#fff;-webkit-transition:border .15s ease-in-out;-o-transition:border .15s ease-in-out;transition:border .15s ease-in-out}.radio label::after{display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:3px;margin-left:-20px;border-radius:50%;background-color:#555;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);-o-transition:-o-transform .1s cubic-bezier(.8,-.33,.2,1.33);transition:transform .1s cubic-bezier(.8,-.33,.2,1.33)}.radio input[type=radio]{opacity:0;z-index:1;cursor:pointer}.radio input[type=radio]:focus+label::before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.radio input[type=radio]:checked+label::after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.radio input[type=radio]:disabled{cursor:not-allowed}.radio input[type=radio]:disabled+label{opacity:.65}.radio input[type=radio]:disabled+label::before{cursor:not-allowed}.radio.radio-inline{margin-top:0}.radio-primary input[type=radio]+label::after{background-color:#337ab7}.radio-primary input[type=radio]:checked+label::before{border-color:#337ab7}.radio-primary input[type=radio]:checked+label::after{background-color:#337ab7}.radio-danger input[type=radio]+label::after{background-color:#d9534f}.radio-danger input[type=radio]:checked+label::before{border-color:#d9534f}.radio-danger input[type=radio]:checked+label::after{background-color:#d9534f}.radio-info input[type=radio]+label::after{background-color:#5bc0de}.radio-info input[type=radio]:checked+label::before{border-color:#5bc0de}.radio-info input[type=radio]:checked+label::after{background-color:#5bc0de}.radio-warning input[type=radio]+label::after{background-color:#f0ad4e}.radio-warning input[type=radio]:checked+label::before{border-color:#f0ad4e}.radio-warning input[type=radio]:checked+label::after{background-color:#f0ad4e}.radio-success input[type=radio]+label::after{background-color:#5cb85c}.radio-success input[type=radio]:checked+label::before{border-color:#5cb85c}.radio-success input[type=radio]:checked+label::after{background-color:#5cb85c}input[type=checkbox].styled:checked+label:after,input[type=radio].styled:checked+label:after{font-family:FontAwesome;content:"\f00c"}input[type=checkbox] .styled:checked+label::before,input[type=radio] .styled:checked+label::before{color:#fff}input[type=checkbox] .styled:checked+label::after,input[type=radio] .styled:checked+label::after{color:#fff}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 6px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}