@charset "utf-8";
/* CSS Document */
html,body {
	font-family: Helvetica,'PingFangSC','Microsoft Yahei','微软雅黑',Arial,sans-serif;
}
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none
}
li{
	list-style: none
}
.top{
	background: #505050;
	height: 90px;
	display: flex;
	align-items: center;
	min-width: 1200px;
}
.topcon{
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.topLeft{
	float: left;
}
.topLeft img{
	height: 30px;
}
.nav{
	float: right;
}
.nav li{
	float: left;
}
.nav li a{
	float: left;
	color: #fff;
	padding: 0 20px;
	line-height: 30px;
	font-size: 19px
}
.nav li a:hover{
	color: #2FC186;
	font-weight: 500;
}
.banner{
	position: relative;
	min-width: 1200px;
}
.banner img{
	max-width: 100%
}
.bantxt{
	max-width: 1200px;
	margin: 0 auto;
	min-width: 1200px
}
.bancon{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
}
.bantxt{
	align-self: center;
}
.bantxt h1{
	color: #fff;
	font-weight:500;
	letter-spacing:1px;
	font-size: 52px;
	letter-spacing:1px;
}
.banleft span{
	border-top: 4px solid #2FC186;
	padding-top: 10px;
	border-radius: 2px
}
.banleft{
	float: left
}
.desc{
	color: #fff;
	font-weight:500;
	letter-spacing:1px;
	font-size: 31px;
	margin-top: 20px;
}
.leftico{
	height: 20px;
	position: relative;
	top: -15px;
	margin-right: 10px
}
.rightico{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
	margin-left: 8px;
	top:15px;
	margin-right:0;
}
.qcodeimg img{
	width: 205px
}
.qcode{
	margin-top: 190px;
	display: flex;
	align-items: center;
}
.btn a{
	display: block;
	border:2px solid #fff;
	display: inline-block;
	border-radius: 10px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	margin: 13px 0
}
.btn a:hover{
	background: #2FC186;
	border-color: #2FC186
}
.btn img{
	margin:0 5px;
}
.qcode_btn{
	margin-left: 25px
}
.banright{
	width: 28%;
	float: right;
	position: relative;
	top: -50px
}
.banright img{
	max-width: 100%
}
.foot{
	background: #505050;
	height: 80px;
	margin-top: -10px;
	line-height: 80px;
	color: #dedede;
	min-width: 1200px;
}
.foot a{
	color: #dedede;
}
.footcon,
.contactcon{
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.abfoot{
	height: initial;
	line-height: 26px;
	padding: 19px 0;
	text-align: center;
}
.aboutban img{
	max-width: 100%;
	min-width: 1200px;
}
.aboutcon{
	max-width: 1200px;
	min-width: 1200px;
	margin: 50px auto
}
.aboutcon h1{
	text-align: center;
	font-weight:500;
	font-size:30px;
	color: #0E0E0E
}
.aboutcon h1 span{
	background: #2FC186;
	height: 4px;
	display: block;
	width: 34px;
	margin: 0 auto 7px;
	letter-spacing:1px;
	border-radius: 2px
}
.abtxt{
	margin: 50px 0 100px;
	color: #484848;
	font-size: 16px;
	line-height: 30px
}
.abtxt p{
	text-indent: 2em
}
.contactcon{
	margin: 70px auto
}
.conleft{
	float: left;
}
.conleft h1{
	color: #0E0E0E;
	font-weight:500;
	letter-spacing:1px;
	font-size: 25px
}
.conleft h1 span{
	border-top: 4px solid #2FC186;
    padding-top: 10px;
    border-radius: 2px
}
.contxt{
	font-size: 16px;
	line-height: 26px;
	margin: 25px 0 55px;
	color: #484848
}
.contxt a{
	color: #484848
}
.conico{
	overflow: hidden;
	margin-top: -25px
}
.conico li{
	float: left;
	text-align: center;
	color: #484848;
	font-size: 14px;
	margin-right: 8px
}
.conico img{
	width: 42px;
	display: block;
	margin-bottom: 5px
}
.conright{
	float: right;
	width: 710px;
	height: 440px
}