@charset "utf-8";
body, ul, ol, li, p, span, dl, dt, dd, img, table, thead, tfoot, tbody, th, td {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans SC", Microsoft Yahei, ariblk, Arial, Tahoma, Verdana;
	font-weight: 200;
	font-size: 16px;
	color: #000;
	outline: none 0;
	border: 0 none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*overflow: hidden;background-color: aqua;*/
	-webkit-overflow-scrolling:auto;
	overflow-scrolling:auto;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
}
/*::-webkit-scrollbar{
display:none;
}*/
body{
	background-color: #fff;
}
@font-face {
	font-family: "ariblk";
	src: url("../../../font/ariblk.ttf");
	src: url("../../../font/ariblk.eot");
	src: url("../../../font/ariblk.eot?#iefix") format("embedded-opentype"), url("../../../font/ariblk.woff") format("woff"), url("../../../font/ariblk.ttf") format("truetype"), url("../../../font/ariblk.svg#YourWebFontName") format("svg");
}
img {
	pointer-events: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	outline: none 0;
	clear: both;
	border: 0 none;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.viewport {
	max-width: 750px;
	/* height: 100vh; */
	margin: 0 auto;
	position: relative;
	/* 开启弹性布局，不会出现竖向滚动条 */
	display: flex;
	flex-direction: column;
}
header {
	width: 100%;
	height: 1.75rem;
	box-sizing: border-box;
	padding: 0.15rem 0.15rem;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	background: rgba(255,255,255,0.00);
	position: fixed;
	left: 0;
	top: 0;
}
#mains{
	background-color: #fff;
}
.links{
	float: right; 
	margin-right: 1.1rem;
	font-family: "ariblk"; 
	font-size: 0.55rem;
	color: #000;	
	margin-bottom: 0.05rem;
	/*vertical-align: -1rem;*/
}
.links strong{
	color: #ffe300;
}
.kong {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	z-index: -2;
}
.loadbg {
	position: fixed;
	display:flex;
	background-color: rgba(255,255,255,1.00);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 31000;
	overflow: hidden;
	justify-content:center;
	align-items:center;
	text-align: center;
}
.loadbox{
	font-size: 16px;
	line-height: 2;
	padding-bottom: 6vh;
}
.loadbg2 {
	position: fixed;
	display:flex;
	background-color: rgba(0,0,0,0.75);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 31000;
	overflow: hidden;
	justify-content:center;
	align-items:center;
	text-align: center;
}
.loadbg3 {
	position: fixed;
	display:flex;
	background-color:rgba(255,255,255,0.75);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 31000;
	overflow: hidden;
	justify-content:center;
	align-items:center;
	text-align: center;
}
.menu {
	width: 100%;
	height: 1.75rem;
	padding: 0.5rem 0.5rem;/**/
	display: flex;
	justify-content: space-between;
	z-index: 1003;
	position: fixed;
	/*position: fixed;*/
	overflow: hidden;
	/*line-height: 1;
	04;z-index: 98;*/
	background: #fff;
}
.logo {
	width: 3rem;
	height: auto;
	float: left;
}
.menuopen {
	width: 80%;
	height: 100%;
	background-color: #FFFFFF;
	float: right;
	position: relative;
	z-index: 1001;
	overflow: visible;
}
/*.menuopen ul {
	bottom: 1rem;
}*/
.menumain {
	background-color: #FFFFFF;
	position: absolute;
	top: 1.8rem;
	overflow: visible;
	z-index: 1005;
}
.menumain li.menuli {
	background-color: #FFFFFF;
	line-height: 1.3rem;
	overflow: visible;
}
.menumain li.menuli img {
	width: 65%;
	height: auto;
}
.menumain li.menuli a {
	display: block;
	padding-left: 1.3rem;
	box-sizing: border-box;
	margin-left: -0.1rem;
	overflow: visible;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.menumain li.menuli a.active {
	background-image: url(../images/m/menu-active.png);
	background-repeat: no-repeat;
	background-position: 0 0.43rem;
	background-size: 0.7rem;
	overflow: visible;
}
.subMenu {
	display: none;
	z-index: 1004;
}
.subMenu li {
	font-size: 0.5rem;
	line-height: 0.9rem;
}
.subMenu li.kk {
	line-height: 0.3rem;
	overflow: hidden
}
.subMenu li a {
	color: #666;
}
.subMenu2 {
	display: none;
	z-index: 1005;
}
.subMenu2 li {
	font-size: 0.5rem;
	line-height: 0.9rem;
}
.subMenu2 li.kk {
	line-height: 0.3rem;
	overflow: hidden
}
.subMenu2 li a {
	color: #666;
}
.address {
	width: 100%;
	position: absolute;
	left: 0.6rem;
	bottom: 4vh;
	overflow: hidden;
}
.address p {
	width: 100%;
	font-size: 0.34rem;
	line-height: 0.5rem;
	color: #000;
	overflow: hidden;
}
.address p span.address-icon {
	width: 4%;
	height: auto;
	display: inline-block;
	margin-right: 0.1rem;
	vertical-align: -0.13rem;
}
.black {
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.80);
	z-index: 1000;
	position: fixed;
	overflow-x: hidden;
}
.home-box, .contact-box, .about-box, .sevm, .works {
	position: relative;
}
.main {
	width: 100%;
	height:13rem;
	position: relative;
	z-index: 1;
	top: 1.75rem;
	margin-bottom: 1.5rem;	
	overflow-x: hidden;
	overflow: hidden;
}
.abmain, .sevmain, .workmain,.conmain {
	width: 100%;
	height: 16rem;
	position: relative;
	z-index: 1;
	top: 1.75rem;
	margin-bottom: 1rem;
	overflow-x: hidden;
	overflow: hidden;
	background-color: #fff;
}
.abmain {
	height: 16.5rem;
}
.workmain {
	height: 14.5rem;
}.conmain {
	height: 20rem;
}
.bmain {
	width: 100%;
	height: 3rem;
	position: relative;
	z-index: 1;
	top: 1.75rem;
	overflow-x: hidden;
	overflow: hidden;
}
.bmain2 {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	overflow: hidden;
}
.bmain2 .qr4 {
	position: absolute;
	width: 20%;
	left: 0.5rem;
	top: 5.4rem;
	pointer-events: auto;
}
.homer {
	width: 100%;
	height: auto;
	position: absolute;
	left: 25%;
	top: 0;
	overflow-x: hidden;
}
.homer img {
	width: 75%;
	height: auto;
}
.homel {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0.7rem;
	left: 18%;
	overflow-x: hidden
}
.homel img {
	width: 66%;
	height: auto;
}

.homeh {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0.7rem;
	overflow-x: hidden
}
.homeh img {
	width: 93%;
	height: auto;
}
.hometxt {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 7.3rem;
	overflow-x: hidden
}
.hometxt img {
	width: 58%;
	height: auto;
}
.hometxt2 {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 7.3rem;
	overflow-x: hidden
}
.hometxt2 img {
	width: 72%;
	height: auto;
}
.abbg {
	width: 90%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 2.5rem;
}
.abimg {
	width: 85%;
	height: auto;
	position: absolute;
	left: 15%;
}
.abtxt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 6.5rem;
}
.conimg {
	width: 100%;
	height: auto;
	position: absolute;
	
}
.contxt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 7rem;
}
.contxt2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 12rem;
	pointer-events: auto;
}
.qr2 {
	width: 2.2rem;
	height: auto;
	position: absolute;
	top: 15.8rem;
	left: 0.4rem;
	pointer-events: auto;
}
.qr2 img {
	
	pointer-events: auto;
}
.sevbg {
	width: 100%;
	height: auto;
	position: absolute;
	top: 1.5rem;
}
.sevbg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 1rem;
}
.sev {
	width: 31%;
	height: auto;
	position: absolute;
	top: 2rem;
	right: 0.3rem;
}
.sev1 {
	width: 60%;
	height: auto;
	position: absolute;
	top: 0.2rem;
}
.sev2 {
	width: 63%;
	height: auto;
	position: absolute;
	top: 0.5rem;
}
.sev3 {
	width: 58%;
	height: auto;
	position: absolute;
	top: 0.2rem;
}
.sev4 {
	width: 54%;
	height: auto;
	position: absolute;
	left: 0.3rem;
}
.sevmenu {
	width: 43%;
	height: auto;
	position: absolute;
	top: 5rem;
	right: 0;
}
.sevtxt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 8rem;
}
/*.works {
	position: relative;
	display: none;
}*/
.workimg {
	width: 100%;
	height: auto;
	position: absolute;
	
}

.workli {
	width: 38%;
	height: auto;
	position: absolute;
	right: 0.6rem;
	top: 9.5rem;
}
.workmore {
	width: 18%;
	height: auto;
	position: absolute;
	left: 0.6rem;
	top: 11rem;
}
.footer {
	width: 100%;
	height: 3.6rem;
	background: #fff;/**/
	bottom: 0;
	overflow: hidden;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	position: fixed;
}
.qr {
	width: auto;
	height: auto;
	position: absolute;
	right: 0.8rem;
	bottom: 0.4rem;
}
.qr img {
	float: right;
	width: 1.85rem;
	height: auto;
	position: relative;
	pointer-events: auto;
}
.downs {
	width: 100%;
	height: auto;
	position: absolute;
	left:0;
	bottom: 2.85rem;
	text-align: center;
}
.downs img {
	width: 0.8rem;
	height: auto;
	pointer-events: auto;
}
.online {
	width: auto;
	height: auto;
	position: absolute;
	left: 0.8rem;
	bottom: 1.85rem;
}
.online img {
	width: 2rem;
	height: auto;
	pointer-events: auto;
}
.tel {
	width: auto;
	height: auto;
	position: absolute;
	left: 0.72rem;
	bottom: 0.4rem;
}
.tel img {
	width: 3.8rem;
	height: auto;
}
.bmain2 img {
	width: 100%;
	height: auto;
	
}
.contxt img {
	width: 100%;
	height: auto;
	
}
.contxt2 img{
	width: 100%;
	height: auto;
	
}

@media screen and (min-height: 1000px) and (max-height: 1500px) {
.main {
	height: 100vh;
	top: 1.75rem;
}
}
