@charset "utf-8";
@import url("https://fonts.font.im/css?family=Noto+Sans+SC:100,300,400,500,700,900");
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: 100;
	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: touch;
	overflow-scrolling: touch;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*::-webkit-scrollbar{
display:none;
}*/

div p {
	overflow: hidden;
}
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");
}
@font-face {
	font-family: "ppb";
	src:url("../../../m/font/Poppins-Bold.ttf");
}
img {
	pointer-events: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	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: 1284px;
	/* 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;
}
.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;
}
.wline {
	background-color: #fff;
}
.kong {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	z-index: -2;
}
.menu {
	width: 100%;
	height: 1.75rem;
	display: flex;
	justify-content: space-between;
	z-index: 1003;
	position: fixed;
	background: #fff;
}
.logo {
	position: absolute;
	width: 3rem;
	height: auto;
	left: 0.5rem;
	top: 0.5rem;
}
.logo2 {
	position: absolute;
	width: 3rem;
	height: auto;
	display: none;
	left: 0.5rem;
	top: 0.5rem;
}
.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.15rem;
	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: #888;
}
.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;
}
.loadbg {
	position: fixed;
	display: flex;
	background-color: rgba(255,255,255,1);
	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: 24px;
	line-height: 2;
	padding-bottom: 20vh;
	font-weight: 100;
	color: #333;
}
.loadbox img {
	width: 18vw;
}
/*.loadbg {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,1);
	z-index: 31000;
	overflow: hidden;
}
.loadbg img {
	position: absolute;
	top: 35%;
	left: calc(50% - 33px);
}
.loadbg span {
	position: absolute;
	top: calc(35% + 88px);
	left: calc(50% - 55px);
}*/
.onlines{
	position: absolute;
	left: 5vw;
	bottom: 5vh;
	cursor: pointer;
	pointer-events:auto;
}
.onlines2{
	position: absolute;
	right: 5vw;
	bottom: 5vh;
	cursor: pointer;
	pointer-events:auto;
}
.valin {
	position: relative;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
}
.valin2 {
	width: 100%;
	position: absolute;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
}
.solution.page {
	height: auto;
}
.solution-1 {
	width: 100%;
	height: 48vh;
	background-image: url('../images/m/solution-bg-2.jpg');
	background-size: cover;
	background-position: top;
	position: relative;
}
.solution-2 {
	width: 100%;
	height: 52vh;
	padding-top: 0.5rem;
	pointer-events: auto;
	background-color: #fff;
	position: relative;
}
.solution-3 {
	width: 100%;
	height: 50vh;
	padding-top: 2vh;
	pointer-events: auto;
	background-color: #fff;
}
.solution-2 .qr3 {
	position: absolute;
	width: 20%;
	height: auto;
	left: 0.5rem;
	top: 5rem;
	pointer-events: auto;
}
.solution-title2 {
	color: #fff;
	text-align: center;
	font-size: 0.45rem;
	line-height: 1.3;
	font-weight: 100;
}
.solution-list2 {
	display: flex;
	justify-content: center;
	padding-top: 0.8rem;
	margin-bottom: 0.8rem;
}
.solution-list-item2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 0 2.5%;
}
.solution-list-item2 .img {
	width: 0.5rem;
	height: auto;
	margin-bottom: 12px;
}
.solution-list-item2 .name2 {
	font-size: 0.3rem;
	line-height: 1.5;
	font-weight: 100;
}
.solution-list-item2 .dec2 {
	font-size: 0.2rem;
	font-weight: 100;
	text-transform: uppercase;
}
.solution-footer {
	text-align: center;
}
.solution-contact-btn {
	text-decoration: none;
	display: inline-block;
	padding: 0 0.4rem;
	height: auto;
	background-color: #ffe300;
	font-size: 0.35rem;
	color: #000;
	text-align: center;
	line-height: 2.5;
	margin: 0 0.2rem;
	transition: all 0.5s;
	font-weight: 300;
}
.solution-contact-btn:hover {
	transform: scale(1.1)
}
.solution-contact-btn:last-child {
	margin-right: 0;
}
.bmain {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	overflow: hidden;
}
.bmain2 {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	overflow: hidden;
}
.bmain2 .qr2 {
	position: absolute;
	width: 20%;
	left: 0.5rem;
	top: 5rem;
	pointer-events: auto;
}
.bmain .qr4 {
	position: absolute;
	width: 20%;
	left: 0.5rem;
	top: 5.4rem;
	pointer-events: auto;
}
.footer {
	width: 100%;
	height: 2.2rem;
	background: rgba(255,255,255,1);/*display: flex;*/
	bottom: 0;
	overflow: hidden;
	z-index: 600;
	justify-content: space-between;
	position: fixed;
	display: none;
}
.qr {
	width: auto;
	height: auto;
	position: absolute;
	right: 0.8rem;
	bottom: 0.45rem;
}
.qr img {
	float: right;
	width: 1.3rem;
	height: auto;
}
.online {
	width: auto;
	height: auto;
	position: absolute;
	left: 0.8rem;
	bottom: 0.4rem;
}
.online img {
	width: 1.8rem;
	height: auto;
}
.tel {
	width: auto;
	height: auto;
	position: absolute;
	left: 2rem;
	bottom: 0.4rem;
}
.tel img {
	width: 3rem;
	height: auto;
}
.bmain2 img {
	width: 100%;
	height: auto;
}
.contxt img {
	width: 100%;
	height: auto;
}
.contxt2 img {
	width: 100%;
	height: auto;
}
.page-title {
	position: absolute;
	right: 0.5rem;
	top: 2rem;
	overflow: hidden;
	height: auto;
	color: #000;
	display: table;
	font-family: 'ariblk';
}
.page-title .en-text {
	display: inline-block;
	font-size: 1rem;
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'ariblk';
}
.page-title .en-text strong {
	color: #ffe300;
}
.page-title .cn-text {
	display: inline-block;
	font-size: 0.8rem;
	margin-bottom: 0.1rem;
	font-family: 'Noto Sans SC';
	font-weight: 100;
}
.page-title .point {
	font-family: Arial;
	display: inline-block;
	font-size: 1.5rem;
	color: #ffe300;
}
.list-menu {
	background-color: #333333;
	display: flex;
	align-items: center;
	padding: 0 0.2rem;
	justify-content: center;
}
.list-menu a {
	font-size: 0.4rem;
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 3;
	padding: 0 0.4rem;
}
.list-menu a.active {
	color: #ffe300;
}
.dialog {
	display: none;
	position: fixed;
	z-index: 2001;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}
.dialog.active {
	display: block;
}
.contact-pop {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.2s ease-out;
}
.contact-pop:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.contact-pop-wrap {
	width: 90%;
	height:auto;
	background-image: url('../images/pop-contact-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	box-sizing: border-box;
	transition: all 0.3s ease-out;
	transform: scale(0);
}
.contact-pop-cont {
	position: relative;
	
	background-position: 500px center;
	background-repeat: no-repeat;
	height: 100%;
	box-sizing: border-box;
	padding: 1rem 0.8rem 0.5rem 1.2rem;
}
.contact-pop-close {
	position: absolute;
	background-image: url('../images/icon-close.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.5rem;
	width: 2rem;
	height: 2rem;
	right: 0;
	top: 0.2rem;
	cursor: pointer;
}
.contact-pop-title {
	font-size: 0.8rem;
	line-height: 1.2;
}
.contact-pop-title-en {
	font-size: 0.6rem;
	font-family: ariblk;
	font-weight: 1000;
	line-height: 1.2;
	margin-bottom: 0.2rem
}
.contact-pop-title-en strong {
	color: #fff
}
.contact-pop-info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.contact-pop-info-item {
	width: 100%;
	font-size: 0.5rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0.2rem;	
}
.contact-pop-info-item span{
	font-size: 0.4rem;
	font-weight: 300;
}
.contact-pop-info-item .icon {
	width: 0.5rem;
	height: auto;
}
.contact-pop-info-item-cont {
	font-family: "ariblk";
	font-size: 0.4rem;
	margin-top: 0.2rem;	

}.contact-pop-info-item-cont a{
	color: #000;
}
.contact-pop-info-item:last-child {
	width: 100%;
	text-align: center;
		
}
.kefu-list {
	display: flex;
	width: 100%;	
	text-align: center;
	margin-bottom: 1rem
}
.kefuimg {
	position: relative;
	width: 40%;
	/*margin-top: 0.5rem;*/
	margin-bottom: 0.5rem;
	pointer-events:auto;
	
}
.kefu-list-item {
	width: 40%;
	font-family: "Noto Sans SC";	
	text-align: center;
	align-items: center;	
	vertical-align: middle;
	font-weight: normal;
	font-size: 0.4rem;
	line-height: 2;
	background-color: #ffe300;
	border: 1px solid #6b5f00;	
	cursor: pointer;
	margin: 0 5%;
}
.kefu-list-item a{
	color: #000;
}
@media screen and (min-height: 1000px) and (max-height: 1500px) {
.main {
	height: 100vh;
	top: 1.75rem;
}
}
