a:focus{
	outline: none !important;
}
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	/*font-family: "Work Sans", Arial, sans-serif;*/
    font-family: "PingFang SC", 'Source Han Sans CN', 'Microsoft YaHei', 'Roboto', 'Noto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
	color: #828282;
	background: #fff;
}

#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.offcanvas #page {
	overflow: hidden;
	position: absolute;
}

.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

a {
	color: #52d3aa;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #52d3aa;
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 5px;
	margin-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	color: #000;
	font-family: "Work Sans", Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
}

::-webkit-selection {
	color: #fff;
	background: #52d3aa;
}

::-moz-selection {
	color: #fff;
	background: #52d3aa;
}

::selection {
	color: #fff;
	background: #52d3aa;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.gtco-container {
	max-width: 1140px;
	position: relative;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.gtco-nav {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 40px 0;
	z-index: 1001;
}

@media screen and (max-width: 768px) {
	.gtco-nav {
		padding: 20px 0;
	}
}

.gtco-nav #gtco-logo {
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.gtco-nav a {
	color: #fff;
	padding:5px 10px 5px 50px;
}

@media screen and (max-width: 768px) {
	.gtco-nav .menu-1,
	.gtco-nav .menu-2 {
		display: none;
	}
}

.gtco-nav ul {
	padding: 0;
	margin: 2px 0 0 0;
}
.gtco-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

.gtco-nav ul li a {
	font-size: 18px;
	padding: 30px 10px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus,
.gtco-nav ul li a:active {
	color: white;
}

.gtco-nav ul li.has-dropdown {
	position: relative;
}

.gtco-nav ul li.has-dropdown .dropdown {
	width: 110px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	text-align: center;
}
.gtco-nav ul li.has-dropdown .indexsafes{
	width: 130px;
	text-align: center;
}
.gtco-nav ul li.has-dropdown .indexsolve{
	width: 160px;
	text-align: center;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

.gtco-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	text-transform: none;
	font-size: 13px;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
	color: #000;
}

.gtco-nav ul li.has-dropdown:hover a,
.gtco-nav ul li.has-dropdown:focus a {
	color: #fff;
}

.gtco-nav ul li.btn-cta a {
	color: #0C9CEE;
}

.gtco-nav ul li.btn-cta a span {
	background: #fff;
	padding: 4px 20px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
}

.gtco-nav ul li.btn-cta a:hover span {
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.gtco-nav ul li.active>a {
	color: #fff !important;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.gtco-bg {
	background-position: center center;
	width: 100%;
	float: left;
	position: relative;
}
.gtco-cover {
	height: 640px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
}

.gtco-cover .overlay {
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

.gtco-cover>.gtco-container {
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	.gtco-cover {
		height: 600px;
	}
}


/*濡剝锟戒焦顢�*/

/*#gtco-counter .motaikuang {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 400px;
	top: 0px;
	left: 0px;
	background: rgba(80, 167, 198, 0.75);
}*/

.gtco-cover .display-t,
.gtco-cover .display-tc {
	height: 900px;
	display: table;
	width: 100%;
}

#gtco-counter .display-t {
	position: relative;
	z-index: 20;
}

@media screen and (max-width: 768px) {
	.gtco-cover .display-t,
	.gtco-cover .display-tc {
		height: 600px;
	}
	#gtco-counter .motaikuang {
		height: 400px;
	}
	#gtco-counter .motaikuang {
		margin-top: 0px;
	}
}

.gtco-cover.gtco-cover-sm {
	height: 600px;
}

@media screen and (max-width: 768px) {
	.gtco-cover.gtco-cover-sm {
		height: 400px;
	}
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
	height: 600px;
	display: table;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.gtco-cover.gtco-cover-sm .display-t,
	.gtco-cover.gtco-cover-sm .display-tc {
		height: 400px;
	}
}


#gtco-counter .display-t,
#gtco-counter .display-tc {
	height: 500px;
	display: table;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#gtco-counter {
		height: inherit;
		padding: 5em 0 7em 0;
	}
	#gtco-counter .display-t,
	#gtco-counter .display-tc {
		height: inherit;
	}
}

.gtco-staff {
	text-align: center;
	margin-bottom: 30px;
}

.gtco-staff img {
	width: 100px;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.gtco-staff h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.gtco-staff p {
	margin-bottom: 30px;
}

.gtco-staff .role {
	color: #bfbfbf;
	margin-bottom: 30px;
	font-weight: normal;
	display: block;
}

.gtco-social-icons {
	margin: 0;
	padding: 0;
}

.gtco-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.gtco-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #52d3aa;
	padding-left: 10px;
	padding-right: 10px;
}

.gtco-social-icons li a i {
	font-size: 20px;
}

.gtco-contact-info ul {
	padding: 0;
	margin: 0;
}

.gtco-contact-info ul li {
	padding: 0 0 0 50px;
	margin: 0 0 30px 0;
	list-style: none;
	position: relative;
}

.gtco-contact-info ul li:before {
	color: #52d3aa;
	position: absolute;
	left: 0;
	top: .05em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gtco-contact-info ul li.address:before {
	font-size: 30px;
	content: "\e9d1";
}

.gtco-contact-info ul li.phone:before {
	font-size: 23px;
	content: "\e9f4";
}

.gtco-contact-info ul li.email:before {
	font-size: 23px;
	content: "\e9da";
}

.gtco-contact-info ul li.url:before {
	font-size: 23px;
	content: "\e9af";
}

form label {
	font-weight: normal !important;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
	display: table-cell !important;
	vertical-align: middle;
}

#gtco-header .display-tc h1,
#gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
	margin: 0;
	padding: 0;
	color: white;
	text-transform: uppercase;
}

#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
	margin-bottom: 0px;
	font-size: 50px;
	line-height: 1.5;
}

#gtco-header .display-tc h1 {
	margin-top: -250px;
}

@media screen and (max-width: 768px) {
	#gtco-header .display-tc h1,
	#gtco-counter .display-tc h1,
	.gtco-cover .display-tc h1 {
		font-size: 40px;
	}
}

#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: 20px;
}

#gtco-header .display-tc .btn,
#gtco-counter .display-tc .btn,
.gtco-cover .display-tc .btn {
	padding: 15px 30px;
	background: #fff !important;
	color: #0C9CEE;
	border: none !important;
	font-size: 18px;
	text-transform: uppercase;
}

#gtco-header .display-tc .btn:hover,
#gtco-counter .display-tc .btn:hover,
.gtco-cover .display-tc .btn:hover {
	background: #fff !important;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#gtco-counter {
	text-align: center;
}

#gtco-counter .counter {
	font-size: 50px;
	margin-bottom: 10px;
	color: #0C9CEE;
	font-weight: 100;
	display: block;
}

#gtco-counter .counter-label {
	margin-bottom: 0;
	text-transform: uppercase;
	/*color: rgba(255, 255, 255, 0.5);*/
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
	#gtco-counter .feature-center {
		margin-bottom: 50px;
	}
}

#gtco-counter .icon {
	width: 70px;
	height: 70px;
	text-align: center;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	margin-bottom: 30px;
}

#gtco-counter .icon i {
	height: 70px;
}

#gtco-counter .icon i:before {
	display: block;
	text-align: center;
	margin-left: 3px;
}

#gtco-features,
#gtco-features-2,
#gtco-testimonial,
#gtco-services,
#gtco-started,
#gtco-footer,
.gtco-section {
	padding: 3em 0 1em 0;
	clear: both;
}
.GuuardValue .titleTable,
.empiricalValue .titleTable{
	border-bottom: 1px solid #fff;
	border-top:1px solid #fff;
}
.topList{
	width:86%;
	margin:5px auto;
	display:flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content:space-between;
}
.empiricalValue{
	padding-top: 30px;
	width:46%;
	min-height:400px;
	border: 1px solid #18A1D1;
	border-radius: 5px;
	position:relative;
}
.empiricalValue .empValueThead{
	color: #18A1D1;
	border-bottom: 1px solid #18A1D1;
}
.GuuardValue{
	padding-top: 30px;
	width:46%;
	min-height:400px;
	border: 1px solid #F78B14;
	border-radius: 5px;
	position:relative;
}
.GuuardValue .GuardValueTh{
	color: #F78B14;
	border-bottom: 1px solid #F78B14;
}
.forTopDiv,
.forTopImgE{
    width: 290px;
    height: 56px;
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -146px;
}
.topTitleImgG{
    width: 100%;
    height: 56px;
}
.topTitleImg{
	width: 100%;
    height: 56px;
}
.rankList{
	width: 20px;
	height: 20px;
	line-height:20px;
	display: inline-block;
	background-color: #18A1D1;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
.rankListGuard{
	width: 20px;
	height: 20px;
	line-height:20px;
	display: inline-block;
	background-color: #F78B14;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
.imgListTd{
	text-align: center;
}
.varWidth{
	width:33%;
	text-align:center;
}
.varExpreWidth{
	width:25%;
	text-align:center;
}
.forPartLine{
	position:relative;
}
.partLine{
	width: 78%;
	border-top: 1px solid #18A1D1;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 12%;
}
.forPartLineGuard{
	position:relative;
}
.partLineGuard{
	width: 78%;
	border-top: 1px solid #f78b14;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 11%;
}
@media screen and (max-width: 768px) {
	#gtco-features,
	/*  #gtco-features-2,*/
	#gtco-testimonial,
	#gtco-services,
	#gtco-started,
	#gtco-footer,
	.gtco-section {
		padding: 3em 0;
	}
}


/*濮ｅ繑妫╅弬浼存*/

#gtco-features-2 {
	background: rgba(0, 0, 0, 0.05);
	position: relative;
	float: left;
	width: 100%;
}

.feature-center {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.feature-center {
		margin-bottom: 50px;
	}
}

.feature-center .icon {
	width: 90px;
	height: 90px;
	background: #efefef;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.feature-center .icon i {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	font-size: 40px;
	line-height: 40px;
	color: #52d3aa;
}

.feature-center p,
.feature-center h3 {
	margin-bottom: 30px;
}
.feature-center p{
	font-size: 14px;
	margin-top: -10px;
}
.feature-center h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #5d5d5d;
}

.feature-left {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.feature-left:last-child {
	margin-bottom: 0;
}

.feature-left .icon {
	float: left;
	margin-right: 5%;
	width: 54px;
	height: 54px;
	background: #fff;
	display: table;
	text-align: center;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.feature-left .icon {
		margin-right: 5%;
	}
}

.feature-left .feature-copy {
	float: left;
	width: 80%;
}

@media screen and (max-width: 768px) {
	.feature-left .feature-copy {
		width: 70%;
		float: left;
	}
}

.feature-left .feature-copy h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #5d5d5d;
	margin-bottom: 10px;
}

.gtco-heading {
	margin-bottom: 3.5em;
	margin-top: 30px;
}

.gtco-heading.gtco-heading-sm {
	margin-bottom: 2em;
}

.gtco-heading h2 {
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1.5;
	color: #000;
}

.gtco-heading p {
	font-size: 18px;
	line-height: 1.5;
	color: #828282;
}


#gtco-testimonial .testimony-slide {
	text-align: center;
}

#gtco-testimonial .testimony-slide span {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}

#gtco-testimonial .testimony-slide figure {
	margin-bottom: 20px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#gtco-testimonial .testimony-slide figure img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#gtco-testimonial .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 50%;
	position: relative;
	padding: 0;
}

@media screen and (max-width: 992px) {
	#gtco-testimonial .testimony-slide blockquote {
		width: 100%;
	}
}

#gtco-testimonial .arrow-thumb {
	position: absolute;
	top: 40%;
	display: block;
	width: 100%;
}

#gtco-testimonial .arrow-thumb a {
	font-size: 32px;
	color: #dadada;
}

#gtco-testimonial .arrow-thumb a:hover,
#gtco-testimonial .arrow-thumb a:focus,
#gtco-testimonial .arrow-thumb a:active {
	text-decoration: none;
}

@media screen and (max-width: 990px) {
	#gtco-testimonial {
		width: 100%;
		height: 1559px;
	}
}

.gtco-tabs .gtco-tab-nav {
	clear: both;
	margin: 0 0 3em 0;
	padding: 3px;
	float: left;
	width: 100%;
	background: #f2f2f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.gtco-tabs .gtco-tab-nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	text-align: center;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.gtco-tabs .gtco-tab-nav li .icon {
	font-size: 30px;
}

.gtco-tabs .gtco-tab-nav li a {
	padding: 20px;
	width: 100%;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #b3b3b3;
}

.gtco-tabs .gtco-tab-nav li a:hover {
	color: #4d4d4d;
}

.gtco-tabs .gtco-tab-nav li.active a {
	background: #fff;
	color: #0C9CEE;
}

.gtco-tabs .gtco-tab-content-wrap {
	clear: both;
	position: relative;
	top: 20px;
	height: 300px;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
	opacity: 1;
	visibility: visible;
}

.gtco-tabs .icon-xlg {
	font-size: 400px;
	margin-bottom: 30px;
	text-align: center;
}

.gtco-tabs .hangyetu img {
	width: 100%;
	height: 100px;
}

.gtco-tabs .hangyetu1 {
	margin-top: 30px;
}

.gtco-tabs .hangyetu1 img {
	width: 100%;
	height: 100px;
}
.hangyetu{
	margin-bottom:25px;
	border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
	.gtco-tabs .hangyetu {
		margin-top: 0px;
		text-align: center;
		margin-bottom: 10px;
	}
	.gtco-tabs .hangyetu,.gtco-tabs .hangyetu1{
		float: left;
	}
	.gtco-tabs .hangyetu img {
		width: 100%;
		height: 100px;
	}
	.gtco-tabs .hangyetu1 {
		margin-top: 20px;
		text-align: center;
	}
	.gtco-tabs .hangyetu1 img {
		width: 100%;
		height: 100px;
	}
	.visible-xs {
		display: none !important;
	}
	.hidden-xs {
		display: block !important;
		font-size: 12px;
		width: 100%;
	}
	.gtco-tabs .gtco-tab-nav li a {
		padding: 10px 2px 10px 2px;
	}
}

.gtco-tabs .icon-xlg i {
	color: #52d3aa;
}

#gtco-started {
	background: rgba(42, 54, 59, 0.9);
	/*background: #4cc1bd;*/
	/*background: #2E328D;
	background: -moz-linear-gradient(-45deg, #00164F 0%, #3f95ea 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #00164F), color-stop(100%, #3f95ea));
	background: -webkit-linear-gradient(-45deg, #00164F 0%, #3f95ea 100%);
	background: -o-linear-gradient(-45deg, #00164F 0%, #3f95ea 100%);
	background: -ms-linear-gradient(-45deg, #00164F 0%, #3f95ea 100%);
	background: linear-gradient(135deg, #00164F 0%, #3f95ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00164F', endColorstr='#3f95ea', GradientType=1);*/
}

#gtco-started .gtco-heading h2 {
	color: #fff;
}

#gtco-started .form-control {
	background: rgba(255, 255, 255, 0.8);
	border: none !important;
	color: #fff;
	font-size: 16px !important;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#gtco-started .form-control::-webkit-input-placeholder {
	color: #fff;
}

#gtco-started .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

#gtco-started .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

#gtco-started .form-control:-ms-input-placeholder {
	color: #fff;
}

#gtco-started .form-control:focus {
	background: rgba(255, 255, 255, 0.6);
}

#gtco-started .btn {
	height: 54px;
	border: none !important;
	background: #52d3aa;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 50px;
}

#gtco-started .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}

#gtco-started .form-inline .form-group .form-control {
	width: 100%;
}

#gtco-started .gtco-heading {
	margin-bottom: 30px;
	
}

#gtco-started .gtco-heading h2 {
	margin-bottom: 0;
}

#gtco-started .gtco-footer-links {
	padding: 0;
	margin: 0;
}

#gtco-started .gtco-footer-links li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 40px;
}

#gtco-started .gtco-footer-links li a {
	color: #FFFFFF;
	text-decoration: none;
}

#gtco-started .gtco-footer-links li a:hover {
	text-decoration: underline;
}
#gtco-started .gtco-widget h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#gtco-started .copyright .pull-left,
	#gtco-started .copyright .pull-right {
		float: none !important;
		text-align: center;
	}
}

.owl-carousel .owl-controls .owl-dot span {
	background: #e6e6e6;
}

.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus {
	background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dot:focus span {
	background: #cccccc;
}


/*.owl-carousel .owl-controls .owl-dot.active span {
  background: #52d3aa;
  border: 2px solid #52d3aa;
}*/

#gtco-offcanvas {
	position: absolute;
	z-index: 1901;
	width: 270px;
	background: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 45px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.offcanvas #gtco-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

#gtco-offcanvas a {
	color: rgba(255, 255, 255, 0.5);
}

#gtco-offcanvas a:hover {
	color: rgba(255, 255, 255, 0.8);
}

#gtco-offcanvas ul {
	padding: 0;
	margin: 0;
}

#gtco-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#gtco-offcanvas ul li>ul {
	padding-left: 20px;
	display: none;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a {
	display: block;
	position: relative;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.uppercase {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gototop.active {
	opacity: 1;
	visibility: visible;
}

.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
	text-decoration: none;
	outline: none;
}

.gtco-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}

.gtco-nav-toggle.active i::before,
.gtco-nav-toggle.active i::after {
	background: #444;
}

.gtco-nav-toggle:hover,
.gtco-nav-toggle:focus,
.gtco-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.gtco-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
}

.gtco-nav-toggle i::before,
.gtco-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}

.gtco-nav-toggle.gtco-nav-white>i {
	color: #fff;
	background: #fff;
}

.gtco-nav-toggle.gtco-nav-white>i::before,
.gtco-nav-toggle.gtco-nav-white>i::after {
	background: #fff;
}

.gtco-nav-toggle i::before {
	top: -7px;
}

.gtco-nav-toggle i::after {
	bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
	top: -10px;
}

.gtco-nav-toggle:hover i::after {
	bottom: -10px;
}

.gtco-nav-toggle.active i {
	background: transparent;
}

.gtco-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
	.gtco-nav-toggle {
		display: block;
	}
	#gtco-offcanvas {
		display: block;
	}
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "Work Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px;
}

.btn.btn-md {
	padding: 8px 20px !important;
}

.btn.btn-lg {
	padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-primary {
	background: #52d3aa;
	color: #fff;
	border: 2px solid #52d3aa;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #66d8b4 !important;
	border-color: #66d8b4 !important;
}

.btn-primary.btn-outline {
	background: transparent;
	color: #52d3aa;
	border: 2px solid #52d3aa;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
	background: #52d3aa;
	color: #fff;
}

.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}

.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}

.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
}

.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}

.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}

.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}

.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
	background: transparent;
	color: #d9534f;
	border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
	background: #d9534f;
	color: #fff;
}

.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
	box-shadow: none;
}

.btn.with-arrow {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.btn.with-arrow:hover {
	padding-right: 50px;
}

.btn.with-arrow:hover i {
	color: #fff;
	right: 18px;
	visibility: visible;
	opacity: 1;
}

.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}

.form-control:active,
.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #52d3aa;
}

.row-pb-md {
	padding-bottom: 0em !important;
}

.row-pb-sm {
	padding-bottom: 2em !important;
}

.gtco-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
	opacity: 0;
	cursor: pointer;
}
#gtco-started .copyright .dibubanquan {
	width: 100%;
	text-align: center;
	color: #AFAFAF;
	font-size: 14px;
	margin-top: 30px;
}

#gtco-started .gtco-widget span {
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	padding-bottom: 10px;
	font-size: 12px;
}

#gtco-started .gtco-widget p {
	color: #FFFFFF;
	margin-bottom: 15px;
	cursor: pointer;
}
.banner {
	height: 520px;
	position: relative;
}

.slide {
	width: 1000%;
	height: 520px;
	position: absolute;
	top: 0;
	left: 0;
}

.disc {
	width: 94px;
	height: 22px;
	left: 50%;
	margin-left: -55px;
	position: absolute;
	bottom: 10px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	padding: 8px 0 0 16px;
}

.disc li {
	float: left;
	width: 14px;
	height: 14px;
	background-color: #968181;
	margin-right: 16px;
	border-radius: 7px;
	cursor: pointer;
}

.disc li.current {
	background-color: #fff;
}

@media screen and (max-width:768px) {
	#gtco-header .display-tc h1 {
		margin-top: 70px;
	}
	.col-xs-2 ul {
		display: none;
	}
}

#gtco-counter {
	/*background-image: url(../images/bg4.jpg);
	background-size: 100% 100%;*/
}

@media screen and (max-width:992px) {
	#gtco-counter {
		padding-top: 30px;
		height: 550px;
		padding: 4em 0;
	}
}

@media screen and (max-width:768px) {
	#gtco-counter {
		height: 785px;
		background-image: none;
	}
	/*#gtco-counter .motaikuang {
		width: 100%;
		height: 1150px;
		top: 0px;
		left: 0px;
		background: rgba(80, 167, 198, 0.35);
	}*/
	.col-xs-6 {
		font-size: 12px;
		width: 33%;
		padding-left: 30px;
	}
	#gtco-started .gtco-widget {
		padding-left: 50px;
	}
}

#meirixinwen {
	margin-bottom: 3em;
	width: 1140px;
	height:240px;
	position: relative;
}

#meirixinwen .mrkuaione{
	width: 100%;
	height: 240px;
}

#meirixinwen .mrkuaione .fudong{
	width: 42%;
	float: left;
	margin-left: 8%;
}

.ge{
	width: 2px;
	height: 220px;
	background: #0C9CEE;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 6px;
}

#gtco-features-2 .mrduan .riqi {
	color: #EFEFEF;
	padding: 3px 10px;
	background-color: #0C9CEE;
	border-radius: 11px;
	text-align: center;
}

#gtco-features-2 .mrduan .mrnrong{
	position: relative;
	color: #B8B8B8;
}

#gtco-features-2 .meirifenge {
	width: 1px;
	height: 200px;
	background-color: #51D3AA;
	margin-left: 48%;
	margin-top: 30px;
}

#gtco-features-2 .mrduan .mrnrong:hover {
	color: #0C9CEE;
	font-size: 16px;
	font-weight: bold;
}

#gtco-features-2 .mrduan {
	width: 390px;
	margin-top: 30px;
	text-align: left;
}

.meiridi {
	width: 100%;
	margin-left: -5px;
	margin-bottom: 20px;
}

.mranniu {
	text-align: center;
}

.mranniu p {
	margin-top: -5px;
}

.mranniu .mrgd {
	width: 80px;
	height: 40px;
	color: #EFEFEF;
	/*margin-left: -70px;*/
	background-color: #0C9CEE;
}

@media screen and (max-width:992px) {
	#gtco-features-2 .ge {
		display: none;
	}
}

@media screen and (max-width:768px) {
	#gtco-features-2 .meirifenge {
		display: none;
	}
	#gtco-features-2 .mrduan .mrnrong {
		font-size: 14px;
	}
	#gtco-features-2 .mrduan .riqi {
		padding: 2px 7px;
		font-size: 14px;
	}
	.mranniu .mrgd {
		width: 70px;
		height: 30px;
		line-height: 15px;
		font-size: 14px;
	}
}
.mrkuaione .fudong{
	width: 100%;
	float: left;
}
#meirixinwen{
	width: 100%;
	height: auto;
}

.mrkuaione{
	width: 100%;
	width: 350px;
	margin-right: 20px;
}
@media screen and (max-width:992px) {
	#gtco-features-2 .ge {
		display: none;
	}
}
@media screen and (max-width:768px) {
	#gtco-features-2 .ge {
		display: none;
	}
	#meirixinwen .mrkuaione .fudong{
		width: 100%;
		height: auto;
	}
	#meirixinwen{
		height: auto;
	}
	#gtco-features-2{
		height: auto;
	}
	
}
#gtco-testimonial {
	background: rgba(0, 0, 0, 0.05);
}
.indexcomp{
	left: 12%;
}
.indexself{
	left: 20%;
}
.indexcap{
	left: 15%;
}
.indexlogo{
	width: 200px;
	height: 40px;
	margin-top: -5%;
}
.indexheight{
	height: 710px;
}

.indexone{
	margin-top: 3%;
}
.hangyetu:hover{
	border: 1px solid #0C9CEE;
}
.indexheightf{
	height: 500px;
}
#gtco-header .display-tc .indextitle{
	margin-top: -157px;
	position: absolute;
	left: 15%;
}
.indextitcont{
	margin-bottom: 5px;
	position: absolute;
	margin-top: -33px;
	margin-left: 41%;
}

.indechart{
	width: 80%;
	z-index: 100;
	margin-top: -14%;
	margin-left: -25%;
	position: absolute;
}
.indexmoneycode{
	font-size: 40px;
	color: #0C9CEE;
}
#gtco-counter .indexmoney{
	font-size: 40px;
	margin-bottom: 10px;
	color: #0C9CEE;
	font-weight: 100;
}
#numbershu{
	width: 100%;
	margin-top: 0;
	height: 85px;
	margin-bottom: 10px;
}
#gtco-counter .sendmoney{
	width: 215px;
	display: inline-block;
}
.indeximages{
	width:84px;
	height:87px;
	margin-bottom:3rem;
}
.promptModalBox, .promptModalBoxTwo, .prizeModalBox{
	display: none;
}
.promptModalContentTwo{
	position: fixed;/*杩欓噷鐨勫畾浣嶆柟寮忎娇鐢╢ixed鑳戒繚璇侀伄缃╁眰鐧惧垎鐧剧殑瑕嗙洊鏁翠釜绐楀彛*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align:center;
	z-index: 111000;
	background: rgba(39, 40, 34, 0.5);
}
.promptContentBox{
	width: 100%;
	height: 100%;
}
.prompttopmassage{
	width: 30%;
	height: auto;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 111;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top:-158px;
	text-align:center;
	border-radius: 8px;
}
.prompttitle{
	width: 100%;
	height: 40px;
	background-color: #309BFF;
	border-radius: 8px 8px 0px 0px;
}
.prompttitle .am-icon-close{
	float: right;
	margin-right: 1rem;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.promptcontent{
	padding: 35px 15px;
	font-size: 20px;
}
.promptModalClose{
	color:#309BFF;
	font-size: 16px;
}
.leaveNoClose{
	width: 50%;
	height: 53px;
	display: block;
	float: left;
	line-height: 53px;
	color: #309BFF;
	font-size: 16px;
	margin: 0;
}
.promptModalCloseTwo{
	width: 50%;
	height: 53px;
	line-height: 53px;
	display: block;
	float: left;
	margin: 0;
}
.promptModalFooter:hover{
	background: rgba(0, 0, 0, 0.1);
}
.leaveNoClose:hover, .promptModalCloseTwo:hover{
	background: rgba(0, 0, 0, 0.1);
}
.moreMoneyFont{
	font-size:18px;
	font-weight:600;
}
.pagination li .allPageCurrentBg{
	background-color: #DDDDDD;
}
.dashboard{
	/* margin-left: 9rem; */
	margin-left:0px ;
}
.voucher img{
	width: 25px;
}
.tableNoContent{
	margin-top: 3rem;
}
.tableNoContentStartStyle{
	display: block;
}
.tableNoContentStartStyle{
	display: none;
}
.tableNoContentImg{
	width: 27%;
}
.tableNoContentFont{
	font-size: 30px;
	color: #c5c5c5;
	margin-top: 2rem !important;
}
#cooperativePartner{
	background: rgba(0, 0, 0, 0.05);
	position: relative;
	float: left;
	width: 100%;
	height: 421px;
}
.hz_spell .thereabouts{
	width: 996px;
	height: 137px;
	position: relative;
	margin-left: 108px;
	overflow: hidden;
}
.hz_spell .thereabouts ul{
	width: 5185px;
	height: 50px;
	position: absolute;
	overflow: hidden;
	padding-left: 0;
}
.hz_spell .thereabouts ul li{
	width: 200px;
	height: 50px;
	float: left;
	list-style: none;
	/* margin: 0 8px;
	background: #fff; */
}
.hz_spell .thereabouts ul li a{
	display: inline-block;
	height: auto;
	padding: 0 6px;
	background: #fff;
}
.hz_spell .thereabouts ul li a img{
	width: 180px;
	height: 50px;
}
.hz_spell .hz_left, .hz_right{
	width: 58px;
	height: 58px;
	background-color: #797979;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 50;
}
.hz_spell .hz_left{
	margin-top: -141px;
	margin-left: 40px;
}
.hz_spell .hz_spellbox .hz{
	font-size: 36px;
	margin-top: 77px;
	margin-bottom: 63px;
	line-height: 1.5;
	color: #000;
}
.hz_spell .hz_spellbox .hzExplain{
	font-size: 18px;
	line-height: 1.5;
	color: #828282;
	margin-bottom: 3.5em;
}
.hz_spell .hz_left p{
	position: absolute;
	width: 18px;
	height: 32px;
	left: 17px;
	top: -37px;
}
.hz_spell .hz_left p{
	background: url(../images/jian_tou.png) no-repeat -176px 0px;
}
.hz_spell .hz_right{
	right: 31px;
	margin-top: -141px;
}
.hz_spell .hz_right p{
	position: absolute;
	width: 18px;
	height: 32px;
	left: 22px;
	top: -37px;
}
.hz_spell .hz_right p{
	background: url(../images/jian_tou.png) no-repeat -60px 0px;
}
@media screen and (max-width:768px ) {
	#gtco-header .display-tc .indextitle{
		margin-top: -58px;
		position: absolute;
		left: 3%;
	}
	
	.indextitcont{
		margin-top: 95px;
		margin-left: 32%;
	}
	.indexheight{
		height: 800px;
	}
	.hangyetu,.hangyetu1{
		width: 50%;
	}
	.indexcomp,.indexcap,
	.indexself{
		left: 0px;
	}
	.indexmoneycode{
		left: 6.2rem;
		top: 43.2rem;
	}
	
}
.commonFooter p a,
.commonFooter p a:hover{
    color: #8899C2;
    text-decoration: none;
}