.page {
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 100;
	clear: both;
	margin: 1rem 0 0.8rem 0;
}
.solution-1{
	height: 60vh;
}
.case {
	width: 100%;
	height: auto!important;
	height: 0;/**/
	min-height: 0;
	padding: 7vh 0;
	background-image: url("../images/m/service-left-img.jpg");
	background-size: cover;
	text-align: center;
	position: relative;
	margin-top: 1.5rem;
}
a{color: #333}
.clearfloat {
	clear: both;
	height: 0;
}
.case-mac {
	width: 70%;
	height: auto;
	margin: 0 15%;
}
.case-more {
	margin: 0 35%;
	width: 30%;
}
.case-txt {
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 2vh;
	float: left;
	clear: both;
}
.case-txt h3 {
	width: 100%;
	text-align: center;
	font-size: 0.6rem;
	font-weight: 300;
}
.case-txt h4 {
	width: 100%;
	text-align: center;
	font-size: 0.3rem;
	font-weight: 300;
}
.contacts {
	position: relative;
	width: 100%;
	float: left;
}
.contacts img {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	pointer-events: none;
}
.top-banner {
	height: 50vh;
	background-image: url('../images/contact/map.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.top-banner img {
	position: absolute;
	width: 1.5rem;
	height: auto;
	left: 58vw;
	top: 25vh;
}
.contact-bd {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
}
.contact-content-wrap {
	position: absolute;
	
	width: 100%;
	padding: 0;
	
}
.contact-content {
	width: 100%;
	background: #fff;
}
.contact-content-hd {
	height: 2rem;
	margin: 0 0.5rem;
	background-image: url('../images/contact/title.png');
	background-size:auto 0.8rem;
  background-position: 0 center;
  background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.contact-content-hd .title {
	font-size: 0.5rem;
	margin-left: 1rem;
	margin-right: 10px;
	font-weight: 100;
}
.tell-num {
	font-family: 'ariblk';
	font-weight: bold;
	font-size: 0.5rem;
}
.company-list {
	margin: 0 0.5rem;
	display: block;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}
.solution-list2 {
	
	padding-top: 1rem;
}
.solution-contact-btn {
	
	margin:0.5rem 0.2rem;
	
}
.company-list-item {
	border: 1px solid #eee;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem 0.5rem 0.6rem 2rem;
	margin-bottom: 0.5rem;
	float: left;
	box-sizing: border-box;
}
.company-list-item .name {
	font-size: 0.4rem;
	font-weight: 400;
	margin-bottom: 0.2rem;
}
.company-list-item .infos {
	font-size: 0.3rem;
	line-height: 1.5;
	font-weight: 300;
}
.company-list-item.first {
	background-image: url('../images/contact/company-icon-1.png');
	background-position: 0.5rem 0.5rem;
	background-repeat: no-repeat;
	background-size: 1rem;
}
.company-list-item.two {
	background-image: url('../images/contact/company-icon-2.png');
	background-position: 0.5rem 0.5rem;
	background-repeat: no-repeat;
	background-size: 1rem;
}
.contact-form {
	margin: 0 0.5rem;
}
.contact-form .title img {
	width: 80%;
	margin-top: 0.8rem;
	margin-bottom: 0.3rem;
	
}
.contact-form .title span {
	float: left;
	clear: both;	
}
.contact-form .form {
	width: 100%;
	clear: both;
	float: left;
	margin: 0.5rem 0;
}
.contact-form .form-item {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0.5rem;
}
.contact-form .form-item input {
	border: none;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	border-bottom: 0.01rem solid #ccc;
	outline: none;
}
.contact-form .form-item:last-child {
	width: 100%;
}
.contact-form .form-item textarea {
	border: none;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	border-bottom: 0.01rem solid #ccc;
	outline: none;
	font-family: "Noto Sans SC";
	font-weight: 400;
}
.form-btn {
	padding: 0 2rem;
	cursor: pointer;
}
.clearfloats {
	clear: both;
}
