@charset "utf-8";
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

html {
  font-size: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling:touch;
}

/* always display scrollbars */
body {
	font-family: "PuHuiTi", sans-serif;
  margin: 0 auto;
  color: #fff;
  background-color: #fff;
  _background-attachment: fixed;
  _background-image: url(about:blank);
  overflow-y: visible\9;
  -webkit-text-size-adjust: 100% !important;
  overflow-x: auto;
}

/* video::-webkit-media-controls-play-button {
  display: none;
} */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
  padding: 0;
}

img {
  border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}

::-moz-selection {
  background: #f7a300;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f7a300;
  color: #fff;
  text-shadow: none;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  text-decoration: none;
  color: inherit;
}

.fc {
  text-align: center;
}

.fr {
  text-align: right;
}

.fl{
  float: right;
}
.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.inner {
  width: 1200px;
  margin: 0px auto;
}

.slick-list { position: relative; z-index: 0; overflow: hidden; width: 100%; height: 100%; }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1;}
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both;}

.popUpblack {
  background: #000 \9;
  filter: alpha(opacity=80);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  display: none;
}

.popUp {
  width: 220px;
  border: 2px solid #357CCE;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -87px 0 0 -115px;
  z-index: 1004;
}

.popUp .t {
  padding: 0 0 0 10px;
  height: 26px;
  line-height: 26px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  background: #f2f2f2;
}

.popUp .t .close {
  padding: 0 10px 0 0;
  float: right;
  cursor: pointer;
  color: #666;
  font-weight: normal;
}

.popUp .img {
  padding: 20px;
}

.popUp .img img {
  width: 100%;
  display: block;
}

.menubtn{ width: 26px; height: 60px; position:relative; z-index: 20; float: right; cursor: pointer; display: none; transition: 0.4s; cursor: pointer;}
.menubtn span{ margin-top: 30px; display:block; width:15px; height:2px; background:#000000; position:relative; vertical-align: middle; -webkit-transition-duration: .3s,.3s; -moz-transition-duration: .3s,.3s; -ms-transition-duration: .3s,.3s; -o-transition-duration: .3s,.3s; transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s; -moz-transition-delay: .3s,0s; -ms-transition-delay: .3s,0s; -o-transition-delay: .3s,0s; transition-delay: .3s,0s;}
.menubtn span:after,
.menubtn span:before { content: ""; position: absolute; display: inline-block; width: 26px; height: 2px; left: 0;
 background-color: #000000; -webkit-transition-duration: .3s,.3s; -moz-transition-duration: .3s,.3s; -ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s; transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s; transition-delay: .3s,0s}
.menubtn span:before {top: -8px;-webkit-transition-property: top,transform;-moz-transition-property: top,transform;-ms-transition-property: top,transform;-o-transition-property: top,transform;transition-property: top,transform;}
.menubtn span:after {bottom: -8px;-webkit-transition-property: bottom,transform;-moz-transition-property: bottom,transform;-ms-transition-property: bottom,transform;-o-transition-property: bottom,transform;
transition-property: bottom,transform;}
.menubtn.active span {background-color: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s;}
.menubtn.active span:after,.menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s; -ms-transition-delay: 0s,.3s; -o-transition-delay: 0s,.3s; transition-delay: 0s,.3s;}
.menubtn.active span:before {top: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.menubtn.active span:after {bottom:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
/*  行业常见问题 */
.main.scroll {
  padding-top: 0px;
}
.main.scroll {
  padding: 5% 0 0 0;
  padding-top: 5%;
  background: #fff;
}
.prz {
  position: relative;
  zoom: 1;
  margin-top: 16px;
  padding: 0 16px;
}
.main > .w1400 {
  background: #fff;
  z-index: 3;
}
.w1400 {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.homekit_metro {
  padding: 2% 0 6% 0;
}
.homekit_metro h4 {
  color: #121212;
  font-weight: bold;
  text-align: center;
}
.fnt_56 {
  font-size: 56px;
}
.metro_container{
	margin-top: 5%
}
.metro_container .metro_item{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_item .metro_img{
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_item img{
	max-width:100%;
	height:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.metro_container .metro_l1{
	float: left;
	position: relative;
	width:32.57%;
	height:0;
	padding-bottom: 31.85%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_l1 .metro_img{
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_l1 img{
	max-width:100%;
	height:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.metro_container .metro_prod{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_prod .metro_img{
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_prod img{
	max-width:100%;
	height:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.metro_container .metro_prod:hover .metro_img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.metro_container .metro_r1{
	float: right;
	position: relative;
	width:62.3%;
	height:0;
	padding-bottom: 31.85%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_r1 .metro_img{
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_r1 img{
	max-width:100%;
	height:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.metro_container .metro_r1:hover .metro_img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.metro_container .metro_r1 .inner_txt{
	left:4.3%;
	top:8.9%;
}
.metro_container .metro_r1 .inner_title{
	color:#121212;
	font-weight: bold;
}
.metro_container .metro_r1 .inner_desc{
	color:#595959;
	margin-top: 8px
}
.metro_container .metro_r1 .inner_more{
	display:block;
	color:#4660FF;
	margin-top: 24px;
	padding-bottom:2px;
}
.metro_container .metro_r1 .inner_more i{
	width:8px;
	height:8px;
	border-top:1px solid #4660FF;
	border-right:1px solid #4660FF;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:50%;
	margin:7px 0 0 5px;
}
.metro_container .metro_r1 .inner_more:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#4660FF;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_r1:hover .inner_more:after{
	width:100%;
}
.metro_container .metro_item .inner_txt{
	left:4.3%;
	top:8.9%;
}
.metro_container .metro_item .inner_title{
	color:#121212;
	font-weight: bold;
}
.metro_container .metro_item .inner_desc{
	color:#595959;
	margin-top: 8px
}
.metro_container .metro_item .inner_more{
	display:block;
	color:#4660FF;
	margin-top: 24px;
	padding-bottom:2px;
}
.ibox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: normal;
}
.metro_container .metro_item .inner_more i{
	width:8px;
	height:8px;
	border-top:1px solid #4660FF;
	border-right:1px solid #4660FF;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:50%;
	margin:7px 0 0 5px;
}
.metro_container .metro_item .inner_more:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#4660FF;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_item:hover .inner_more:after{
	width:100%;
}

.metro_container .metro_l2{
	float: left;
	position: relative;
	width:66.28%;
	height:0;
	padding-bottom: 31.85%;
	margin-top: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_l2 .metro_img{
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_l2 img{
	max-width:100%;
	height:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.metro_container .metro_l2:hover .metro_img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.metro_container .metro_l2 .inner_txt{
	left:4.3%;
	top:8.9%;
}
.metro_container .metro_l2 .inner_title{
	color:#121212;
	font-weight: bold;
}
.metro_container .metro_l2 .inner_desc{
	color:#595959;
	margin-top: 8px
}
.metro_container .metro_l2 .inner_more{
	display:block;
	color:#4660FF;
	margin-top: 24px;
	padding-bottom:2px;
}
.metro_container .metro_l2 .inner_more i{
	width:8px;
	height:8px;
	border-top:1px solid #4660FF;
	border-right:1px solid #4660FF;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:50%;
	margin:7px 0 0 5px;
}
.metro_container .metro_l2 .inner_more:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#4660FF;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_l2:hover .inner_more:after{
	width:100%;
}
.metro_container .metro_pc_r2{
	float: right;
	position: relative;
	width:32.57%;
	height:0;
	padding-bottom: 31.85%;
	margin-top: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_pc_r2 .metro_img{
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_pc_r2 img{
	max-width:100%;
	height:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.metro_container .metro_wap_r2{
	display: none;
	float: right;
	position: relative;
	width:32.57%;
	height:0;
	padding-bottom: 31.85%;
	margin-top: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_l3{
	float: left;
	position: relative;
	width:32.57%;
	height:0;
	padding-bottom: 31.85%;
	margin-top: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_l3 .metro_img{
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_l3 img{
	max-width:100%;
	height:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.metro_container .metro_r3{
	float: right;
	position: relative;
	width:66.28%;
	height:0;
	padding-bottom: 31.85%;
	margin-top: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background:#f5f5f7;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	behavior: url(../css/ie-css3.htc);
}
.metro_container .metro_r3 .metro_img{
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_r3 img{
	max-width:100%;
	height:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.metro_container .metro_r3:hover .metro_img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.metro_container .metro_r3 .inner_txt{
	left:4.3%;
	top:8.9%;
}
.metro_container .metro_r3 .inner_title{
	color:#fff;
	font-weight: bold;
}
.metro_container .metro_r3 .inner_desc{
	color:rgba(255,255,255,.75);
	margin-top: 8px
}
.metro_container .metro_r3 .inner_more{
	display:block;
	color:#4660FF;
	margin-top: 24px;
	padding-bottom:2px;
}
.metro_container .metro_r3 .inner_more i{
	width:8px;
	height:8px;
	border-top:1px solid #4660FF;
	border-right:1px solid #4660FF;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:50%;
	margin:7px 0 0 5px;
}
.metro_container .metro_r3 .inner_more:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#4660FF;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.metro_container .metro_r3:hover .inner_more:after{
	width:100%;
}

@media only screen and (max-width:1024px){
	.banner .banner_homekit_txt h3{
		font-size: 60px;
	}
}
@media only screen and (max-width:960px){
	.banner .banner_homekit_txt .banner_homekit_logo{
		width: auto;
	}
	.banner .banner_homekit_txt .banner_homekit_logo img{width: 120px;}
}
@media only screen and (max-width:768px){
	.banner .banner_homekit_txt{
		width:75%;
		left:50%;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-o-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
		top: 60px;
		text-align: center;
	}
	.banner .banner_homekit_txt h3{
		font-size: 48px;
	}
	.banner .banner_homekit_txt .banner_homekit_logo{
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width:680px){
	.banner .banner_homekit_txt .banner_homekit_logo{
		width: auto;

	}
	.banner .banner_homekit_txt .banner_homekit_logo img{width:100px;}
}
@media only screen and (max-width:520px){
	.banner .banner_homekit_txt h3{
		font-size: 36px;
	}
	.metro_container .metro_l1{
		width:100%;
		height:auto;
		padding-bottom: 0
	}
	.metro_container .metro_l1 .metro_img{
		position:relative;
		text-align: center
	}
	.metro_container .metro_l1 .metro_img img{
		position:relative;
		width:60%;
		height:auto;
		left:auto;
		top:auto;
		transform:none;
	}

	.metro_container .metro_r1{
		width:100%;
		height:auto;
		padding-bottom: 0;
		margin-top: 16px
	}
	.metro_container .metro_r1 .metro_img{
		position:relative;
		text-align: center
	}
	.metro_container .metro_r1 .metro_img img{
		position:relative;
		width:100%;
		height:auto;
		left:auto;
		top:auto;
		transform:none;
	}
	.metro_container .metro_wap_r2{
		display: block;
		width:100%;
		height:auto;
		padding-bottom: 0
	}
	.metro_container .metro_wap_r2 .metro_img{
		position:relative;
		text-align: center
	}
	.metro_container .metro_wap_r2 .metro_img img{
		position:relative;
		width:60%;
		height:auto;
		left:auto;
		top:auto;
		transform:none;
	}
	.metro_container .metro_pc_r2{display: none;}
	.metro_container .metro_l2{
		width:100%;
		height:auto;
		padding-bottom: 0
	}
	.metro_container .metro_l2 .metro_img{
		position:relative;
		text-align: center
	}
	.metro_container .metro_l2 .metro_img img{
		position:relative;
		width:100%;
		height:auto;
		left:auto;
		top:auto;
		transform:none;
	}
	.metro_container .metro_l3{
		width:100%;
		height:auto;
		padding-bottom: 0
	}
	.metro_container .metro_l3 .metro_img{
		position:relative;
		text-align: center
	}
	.metro_container .metro_l3 .metro_img img{
		position:relative;
		width:60%;
		height:auto;
		left:auto;
		top:auto;
		-webkit-transform:none;
		-moz-transform:none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.metro_container .metro_r3{
		width:100%;
		height:auto;
		padding-bottom: 0
	}
	.metro_container .metro_r3 .metro_img{
		position:relative;
		text-align: center
	}
	.metro_container .metro_r3 .metro_img img{
		position:relative;
		width:100%;
		height:auto;
		left:auto;
		top:auto;
		-webkit-transform:none;
		-moz-transform:none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.metro_container .metro_item .metro_img{
		position:relative;
		text-align: center;
	}
	.metro_container .metro_item .metro_img img{
		position:relative;
		height:auto;
		left:auto;
		top:auto;
		-webkit-transform:none;
		-moz-transform:none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}

}
@media only screen and (max-width:479px){

    .banner .banner_homekit_txt .banner_homekit_logo img{
    	position: relative;
		width: 100%;
		height: auto;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;

	}
	.metro_container .metro_r3 .metro_img img
}
@media only screen and (max-width:414px){
	.banner .banner_homekit_txt h3{
		font-size: 26px;
	}
}
@media only screen and (max-width:360px){
	.metro_container .metro_r1 .metro_img{
		position: absolute;
	}
	.metro_container .metro_r1 .metro_img img{
		height: 100%;
		max-width: none;
		width: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.metro_container .metro_r1 .inner_txt{
		position: relative;
		left: auto;
		top: auto;
		padding: 20px;
		overflow: hidden;
	}
	.metro_container .metro_l2 .metro_img{
		position: absolute;
	}
	.metro_container .metro_l2 .metro_img img{
		height: 100%;
		max-width: none;
		width: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.metro_container .metro_l2 .inner_txt{
		position: relative;
		left: auto;
		top: auto;
		padding: 20px;
		overflow: hidden;
	}
	.metro_container .metro_r3 .metro_img{
		position: absolute;
	}
	.metro_container .metro_r3 .metro_img img{
		height: 100%;
		max-width: none;
		width: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.metro_container .metro_r3 .inner_txt{
		position: relative;
		left: auto;
		top: auto;
		padding: 20px;
		overflow: hidden;
	}
}
}
/*  行业常见问题end */

/* 服务能力 */
.solutionCharacteristicMain {
	padding:35px 0px;
	background-image:url(../images/solution_03.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover
  }
  .solutionCharacteristicMain .solutionCharacteristic {
	margin:10px -5px 0px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
  }
  .solutionCharacteristicMain .solutionCharacteristic .list {
	width:-webkit-calc(50% - 10px);
	width:calc(20% - 10px);
	margin:10px 5px 0px;
	padding:10px 5px;
	top:0px;
	border:2px solid transparent;
	-webkit-transition:all .6s ease;
	-o-transition:all .6s ease;
	transition:all .6s ease;
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.1);
	box-shadow:0px 0px 0px rgba(0,0,0,0.1);
	border-radius:15px;
	background:#fff;
	text-align:center;
	position:relative
  }
  .solutionCharacteristicMain .solutionCharacteristicp {
	margin:10px -5px 0px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list {
	width:-webkit-calc(50% - 10px);
	width:calc(25% - 10px);
	margin:10px 5px 0px;
	padding:10px 5px;
	padding: 2.344vw 2.083vw 3.125vw;
	top:0px;
	border:2px solid transparent;
	-webkit-transition:all .6s ease;
	-o-transition:all .6s ease;
	transition:all .6s ease;
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.1);
	box-shadow:0px 0px 0px rgba(0,0,0,0.1);
	border-radius:15px;
	background:#fff;
	text-align:center;
	background: rgba(255,255,255,0.75);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-color: #0b0b0b;
  -webkit-box-shadow: 0px 20px 27px rgba(123,143,194,0.4);
  box-shadow: 0px 20px 27px rgba(123,143,194,0.4);
	position:relative
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list::after {
	content:''
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .listContent {
	position:relative;
	z-index:10
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .icon img {
	width:33px;
	vertical-align:middle
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .subTitle {
	margin-top:10px;
	font-size:16px;
	line-height:1.2;
	color:#000000
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .desc {
	margin-top:10px;
	font-size:12px;
	line-height:18px;
	color:#696969
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list:hover {
	top:-25px;
	background:rgba(255,255,255,0.75);
	-webkit-backdrop-filter:blur(40px);
	backdrop-filter:blur(40px);
	border-color:#3fb74f;
	-webkit-box-shadow:0px 20px 27px rgba(123,143,194,0.4);
	box-shadow:0px 20px 27px rgba(123,143,194,0.4)
  }

  .solutionCharacteristicMain .solutionCharacteristicp .list::after {
	content:''
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .listContent {
	position:relative;
	z-index:10
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .icon img {
	width:33px;
	vertical-align:middle
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .subTitle {
	margin-top:10px;
	font-size:16px;
	line-height:1.2;
	color:#000000
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .desc {
	margin-top:10px;
	font-size:12px;
	line-height:18px;
	color:#696969
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list:hover {
	top:-25px;
	background:rgba(255,255,255,0.75);
	-webkit-backdrop-filter:blur(40px);
	backdrop-filter:blur(40px);
	border-color:#3fb74f;
	-webkit-box-shadow:0px 20px 27px rgba(123,143,194,0.4);
	box-shadow:0px 20px 27px rgba(123,143,194,0.4)
  }

  .solutionCharacteristicMain .solutionCharacteristicp .list::after {
	content:''
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .listContent {
	position:relative;
	z-index:10
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .icon img {
	width:33px;
	vertical-align:middle
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .subTitle {
	margin-top:10px;
	font-size:16px;
	line-height:1.2;
	color:#000000
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .desc {
	margin-top:10px;
	font-size:12px;
	line-height:18px;
	color:#696969
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list:hover {
	top:-25px;
	background:rgba(255,255,255,0.75);
	-webkit-backdrop-filter:blur(40px);
	backdrop-filter:blur(40px);
	border-color:#3fb74f;
	-webkit-box-shadow:0px 20px 27px rgba(123,143,194,0.4);
	box-shadow:0px 20px 27px rgba(123,143,194,0.4)
  } 

  .solutionCharacteristicMain .solutionCharacteristic .list::after {
	content:''
  }
  .solutionCharacteristicMain .solutionCharacteristic .list .listContent {
	position:relative;
	z-index:10
  }
  .solutionCharacteristicMain .solutionCharacteristic .list .icon img {
	width:33px;
	vertical-align:middle
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .icon img {
	width:33px;
	vertical-align:middle
  }
  .solutionCharacteristicMain .solutionCharacteristicp {
    margin:2.604vw -1.042vw 0vw;
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .subTitle {
	margin-top:10px;
	font-size:16px;
	line-height:1.2;
	color:#000000
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .desc {
	margin-top:10px;
	font-size:12px;
	line-height:18px;
	color:#696969
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list:hover {
	top:-25px;
	background:rgba(255,255,255,0.75);
	-webkit-backdrop-filter:blur(40px);
	backdrop-filter:blur(40px);
	border-color:#3fb74f;
	-webkit-box-shadow:0px 20px 27px rgba(123,143,194,0.4);
	box-shadow:0px 20px 27px rgba(123,143,194,0.4)
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .subTitle {
	margin-top: 1.042vw;
  font-size: 1.146vw;
  line-height: 1.2;
	color:#000000
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .desc {
	margin-top:10px;
	font-size:12px;
	line-height:18px;
	color:#696969
  } 

  .solutionCharacteristicMain .solutionCharacteristic .list .subTitle {
	margin-top:10px;
	font-size:16px;
	line-height:1.2;
	color:#000000
  }
  .solutionCharacteristicMain .solutionCharacteristic .list .desc {
	margin-top:10px;
	font-size:12px;
	line-height:18px;
	color:#696969
  }
  .solutionCharacteristicMain .solutionCharacteristic .list:hover {
	top:-25px;
	background:rgba(255,255,255,0.75);
	-webkit-backdrop-filter:blur(40px);
	backdrop-filter:blur(40px);
	border-color:#3fb74f;
	-webkit-box-shadow:0px 20px 27px rgba(123,143,194,0.4);
	box-shadow:0px 20px 27px rgba(123,143,194,0.4)
  }
  .solutionImg {
	position:relative;
	overflow:hidden
  }
  .solutionImg img {
	display:block;
	width:100%
  }
  .solutionCorrelation {
	padding:30px 0px;
	background:#f5f7fa
  }
  .solutionCorrelation .titleBox {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
  }
  .solutionCorrelation .titleBox .solutionCorrelationListPage {
	width:auto
  }
  .solutionCorrelation .titleBox .solutionCorrelationListPage span {
	width:8px;
	height:8px;
	border:2px solid #bfbfbf;
	background:none;
	opacity:1;
	margin:0px 0px 0px 5px
  }
  .solutionCorrelation .titleBox .solutionCorrelationListPage span.swiper-pagination-bullet-active {
	background:#213a8a;
	border-color:#213a8a
  }
  .solutionCorrelation .solutionCorrelationList {
	margin-top:20px;
	overflow:hidden;
	position:relative
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide {
	border-radius:20px;
	padding:30px
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide a::after {
	position:absolute;
	left:2px;
	top:2px;
	right:2px;
	bottom:2px;
	border-radius:20px;
	background:#fff;
	content:'';
	z-index:8
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide a::before {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:20px;
	background:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .8s ease;
	-o-transition:all .8s ease;
	transition:all .8s ease;
	content:'';
	background-color:#fff
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide .listContent {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	position:relative;
	z-index:10
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide .listContent .content {
	width:-webkit-calc(100% - 200px);
	width:calc(100% - 200px)
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide .listContent .content .subTitle {
	font-size:16px;
	line-height:1.2;
	color:#000000;
	font-weight:600
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide .listContent .content .modelNumber {
	margin-top:10px;
	font-size:20px;
	line-height:1.2;
	color:#000000;
	font-weight:600
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide .listContent .content .more {
	margin-top:10px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:12px;
	color:#f08200;
	font-weight:600
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide .listContent .content .more i {
	font-size:12px;
	margin-left:5px
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide .listContent .imgBox {
	width:200px;
	overflow:hidden
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide .listContent .imgBox img {
	display:block;
	width:100%;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all .8s ease;
	-o-transition:all .8s ease;
	transition:all .8s ease
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide:hover .listContent .imgBox img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1)
  }
  .solutionCorrelation .solutionCorrelationList .swiper-slide:hover a::before {
	opacity:1;
	visibility:visible;
	background-color:#3ab54a;
	background-image:-webkit-gradient(linear, left top, right top, from(#bce5c1), to(#3ab54a));
	background-image:-webkit-linear-gradient(left, #bce5c1, #3ab54a);
	background-image:-o-linear-gradient(left, #bce5c1, #3ab54a);
	background-image:linear-gradient(to right, #bce5c1, #3ab54a)
  }
  .footContact {
	background-image:url(../images/solution_11.jpg);
	padding:25px 0px;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover
  }
  .footContact .container {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
  }
.solutionCharacteristicMain {
    padding:2.167vw 0vw 4.688vw
  }
  .solutionCharacteristicMain .solutionCharacteristic {
    margin:2.604vw -1.042vw 0vw;
  }
  .solutionCharacteristicMain .solutionCharacteristic .list {
    width: -webkit-calc(20% - 2.084vw);
  width: calc(20% - 2.084vw);
  margin: 0.5vw 1.042vw;
  padding: 2.344vw 2.083vw 3.125vw;
  top: 0vw;
  border: 0.104vw solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0.781vw;
  background: rgba(255,255,255,0.75);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-color: #202020;
  -webkit-box-shadow: 0px 20px 27px rgba(123,143,194,0.4);
  box-shadow: 0px 20px 27px rgba(123,143,194,0.4);
  }
  .solutionCharacteristicMain .solutionCharacteristic .list .icon img {
    width:2.76vw
  }
  .solutionCharacteristicMain .solutionCharacteristicp .list .icon img {
    width:2.76vw
  }
  .solutionCharacteristicMain .solutionCharacteristic .list .subTitle {
    margin-top:1.042vw;
    font-size:1.146vw;
    line-height:1.2
  }
  .solutionCharacteristicMain .solutionCharacteristic .list .desc {
    margin-top:0.781vw;
    font-size:0.833vw
  }
  .solutionCharacteristicMain .solutionCharacteristic .list:hover {
    top:-0.5vw;
    -webkit-backdrop-filter:blur(2.083vw);
    backdrop-filter:blur(2.083vw);
    -webkit-box-shadow:0vw 1.042vw 1.406vw rgba(123,143,194,0.4);
    box-shadow:0vw 1.042vw 1.406vw rgba(123,143,194,0.4)
  }
  .productDetailParamMain {
    padding:5.208vw 0vw
  }
  .productDetailParamMain .productDetailParam {
    margin-top:3.125vw;
    padding:5.208vw 5.729vw 2.083vw 7.292vw;
    border-radius:1.042vw;
    -webkit-backdrop-filter:blur(0.521vw);
    backdrop-filter:blur(0.521vw)
  }
  .productDetailParamMain .productDetailParam .paramImg {
    width:23.438vw;
    padding-bottom:3.646vw
  }
  .productDetailParamMain .productDetailParam .productDetailParamListPage {
    padding-top:1vw
  }
  .productDetailParamMain .productDetailParam .productDetailParamListPage span {
    width:0.625vw;
    height:0.625vw;
    border:0.104vw solid rgba(255,255,255,0.5)
  }
  .productDetailParamMain .productDetailParam .paramBox {
    padding-left:6.771vw
  }
  .productDetailParamMain .productDetailParam .paramBox .param table {
    width:100%
  }
  .productDetailParamMain .productDetailParam .paramBox .param table td {
    padding:0.781vw 0vw;
    font-size:0.833vw;
    border-bottom:0.052vw solid rgba(0,0,0,0.2)
  }
  .productDetailParamMain .productDetailParam .paramBox .btn {
    margin:2.604vw 0vw 0vw
  }
  .productDetailParamMain .productDetailParam .paramBox .btn a {
    line-height:2.604vw;
    border-radius:2.604vw;
    font-size:0.781vw;
    padding:0vw 1.823vw;
    margin:0px 0.521vw 0px 0px
  }
  .containers {
	max-width:1500px;
	margin:0px auto;
	width:100%;
	padding:0px 20px
  }
  .commonTitle {
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:600
  }
  .commonBanner {
	position:relative;
	text-align:center
  }
  @media (min-width: 1200px) {
	.container {
	  max-width:75vw
	}
	.commonTitle {
	  font-size:2.188vw;
	  text-align:center
  }
	}
	.productBanner .imgBox {
	  padding-top:42.04%
	}
	.productBanner .productBannerText .content {
	  max-width:30.729vw
	}
	.productBanner .productBannerText .desc {
	  margin-top:1.823vw;
	  font-size:0.833vw
	}
	.productBanner .location {
	  bottom:1.563vw
	}
	.productBanner .location .container a {
	  font-size:0.729vw;
	  margin-right:0.521vw
	}
	.productBanner .location .container a i {
	  font-size:0.625vw;
	  margin-left:0.521vw
	}
	.productListMain {
	  padding:1.042vw 0vw 5.729vw
	}
	.productListMain .productList {
	  padding-bottom:2.604vw;
	  margin:0vw -1.042vw
	}
	.productListMain .productList .list {
	  width:-webkit-calc(50% - 2.084vw);
	  width:calc(50% - 2.084vw);
	  margin:2.083vw 1.042vw 0vw;
	  border-radius:1.042vw;
	  padding:3.125vw 1.042vw 1.042vw 3.646vw
	}
	.productListMain .productList .list a::after {
	  left:0.104vw;
	  top:0.104vw;
	  right:0.104vw;
	  bottom:0.104vw;
	  border-radius:1.042vw
	}
	.productListMain .productList .list a::before {
	  left:0vw;
	  top:0vw;
	  right:0vw;
	  bottom:0vw;
	  border-radius:1.042vw
	}
	.productListMain .productList .list .listContent .content {
	  width:-webkit-calc(100% - 15.625vw);
	  width:calc(100% - 15.625vw)
	}
	.productListMain .productList .list .listContent .content .subTitle {
	  font-size:0.938vw
	}
}  
/* 服务能力end */
/* 主要客户 start */
.customers_main .container1200{position: relative;z-index: 10;}
.container1200 { width: 1200px; margin: 0 auto; }
.containerts { width: 1500px; margin: 0 auto; }
.customers_main{padding-top: 50px;padding-bottom: 40px;background: #f1f3f5;position: relative;}
.customers_content .cus_title{font-size: 26px;font-family: 'gilroy-bold';text-align: center;padding-top: 30px; padding-bottom: 20px;color:#000000;}
.customers_list{display: flex;flex-wrap: wrap;margin-top: 10px;}
.customers_list .item{margin-top: -1px;position: relative;width: 18.7%;display: flex;align-items: center;justify-content: center;height: 160px;border: 1px solid #dadada;margin-right: 1.3%;margin-top: 1%;}
.customers_list .item:nth-child(5n),.customers_list .item:last-child{border-right: 1px solid #dadada;}
.customers_list .item .kehu_img,.customers_list .item .hover_img{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.customers_list .item .kehu_img img,.customers_list .item .hover_img img{max-height:80%;max-width: 80%;}
.customers_list .item .hoverbox{display: flex;position: absolute;top: 0;left: 0;right: 0;bottom: 0;transition: all 0.4s;align-items: center;justify-content: center;border: 2px solid #37bbb8;border-radius: 20px;opacity: 0;z-index:-1;background: #fff;box-shadow: 0 4px 6px rgba(55, 187, 184,0.4);}
.customers_list .item:hover .hoverbox{opacity: 1;left: -10px;right: -10px;bottom: 10px;top: -10px;z-index: 10;}
.customers_content .cus_box{margin-bottom: 50px;}
.customers_main .shou{width: 387px;position: absolute;}
.customers_main .shou01{bottom: 0;left: 0;}
.customers_main .shou02{top: 0;right: 0;}
.customers_main .container1200{position: relative;z-index: 10;}
/* 主要客户 end */
/* 服务流程 */
.white {
	background-color: #fff !important;
  }
  .box-3 {
	padding-top: 10px;
	padding-bottom: 70px;
  }
  .white, .white a {
	color: white;
  }
  .box .box-title {
	font-size: 2.188vw;
	color: #000000;
	text-align: center;
	font-weight: bold;
  }
  .box .box-text {
	font-size: 14px;
	color: #666666;
	text-align: center;
  }
  .box .box-text {
	font-size: 14px;
	color: #666666;
	text-align: center;
  }
  .zh {
	margin-top: 30px;
	margin-bottom: 54px;
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
  }
  .box .contain {
	width: 1470px;
	margin: 0 auto;
  }
  .box-3 .contain .list-3 {
	margin: 0 -20px;
	position: relative;
  }
  .box-3 .contain .list-3 .link {
	position: absolute;
	top: 46px;
	left: 80px;
	width: 1300px;
	background-color: #4e88fe;
	border-bottom: dotted 1px #4e88fe;
  }
  .box-3 .contain .list-3 .item {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 14px;
	vertical-align: top;
	cursor: pointer;
	transition: 0.3s;
  }
  .box-3 .contain .list-3 .item .item-title.orange {
	background-color: #f7934f;
  }
  .box-3 .contain .list-3 .item .item-title {
	width: 160px;
	height: 92px;
	background-color: #8dafed;
	border-radius: 6px;
	padding: 10px 0;
	text-align: center;
  }
  .box-3 .contain .list-3 .item .item-title img {
	width: 40px;
	height: 40px;
  }
  .box-3 .contain .list-3 .item .item-title .title {
	font-size: 18px;
	color: #ffffff;
	padding-top: 8px;
  }
  .box-3 .contain .list-3 .item .content {
	width: 160px;
	background-color: #fafafc;
	border-radius: 6px;
	padding: 12px;
	text-align: center;
  }
  .box-3 .contain .list-3 .item .content .text {
	font-size: 14px;
	color: #333333;
	padding: 8px 0;
  }
/* 服务流程end */

/* 荣誉资质 */
.honorBg {
	padding-top: 1.02083vw;
	padding-bottom: 5.20833vw;
  }
  
  .honorBg .honor .honorList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	margin-top: 1.71875vw;
	margin-bottom: 3.125vw;
  
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .honorBg .honor .honorList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .honorBg .honor .honorList ul li {
	margin: 0 .28646vw;
  }
  
  .honorBg .honor .honorList ul li a {
	font-size: .9375vw;
  
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	min-width: 7.76042vw;
	height: 2.60417vw;
	padding: 0 1.04167vw;
  
	white-space: nowrap;
  
	color: #999;
	border: 1px solid #e5e5e5;
	border-radius: 1.30208vw;
  
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .honorBg .honor .honorList ul li a.active {
	color: #fff;
	background-color: #0071b8;
  }
  
  .honorBg .honor .honorMain {
	margin-bottom: 5.20833vw;
  }
  
  .honorBg .honor .honorMain ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .honorBg .honor .honorMain ul li {
	width: 26.04%;
	margin-right: 2.085%;
	margin-bottom: 2.085%;
  
	background-color: #fff;
	-webkit-box-shadow: 0 .26042vw .78125vw #edf2f5;
	box-shadow: 0 .26042vw .78125vw #edf2f5;
  }
  
  .honorBg .honor .honorMain ul li:nth-child(3n+1) {
	width: 43.75%;
  }
  
  .honorBg .honor .honorMain ul li:nth-child(3n+3) {
	margin-right: 0;
  }
  
  .honorBg .honor .honorMain ul li:nth-last-child(-n+3) {
	margin-bottom: 0;
  }
  
  .honorBg .honor .honorMain ul li .image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	height: 19.375vw;
	padding-bottom: 3.64583vw;
  
	background: url('https://www.unismartcloud.com/template/default/images/stonorItemBg.jpg') repeat-x;
	background-size: auto 100%;
  
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .honorBg .honor .honorMain ul li .image img {
	width: auto;
	height: 11.875vw;
  }
  
  .honorBg .honor .honorMain ul li .text {
	font-size: .9375vw;
  
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	height: 4.16667vw;
	padding: 0 .9375vw;
  
	text-align: center;
  
	color: rgba(51, 51, 51, .9);
  
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .detailTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
  }
  .content1440 {
	width: 75vw;
	margin: 50px auto;
  }
  .detailTitle .title {
	font-size: 2.39583vw;
	font-weight: bold;
	margin-bottom: 1.5625vw;
	color: #333;
  }
  .detailTitle .line {
	position: relative;
	width: 4.375vw;
	height: .3125vw;
	background: #0071b8;
  }
  .detailTitle .line::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1.14583vw;
	height: 100%;
	content: '';
	background: #00a13a;
  }
 /* 发展历程 */
.historyBg {
	/* padding: 7.29167vw 0; */
  }
  
  .historyBg .history ul {
	position: relative;
  }
  
  .historyBg .history ul::after {
	position: absolute;
	top: -.13021vw;
	left: -webkit-calc(50% - .23438vw);
	left: -moz-calc(50% - .23438vw);
	left: calc(50% - .23438vw);
  
	display: block;
  
	width: .57292vw;
	height: .57292vw;
  
	content: '';
  
	border: 1px solid rgba(0, 113, 184, .3);
	border-radius: 50%;
  }
  
  .historyBg .history ul li {
	position: relative;
  
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	padding: 4.16667vw 0;
  
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .historyBg .history ul li:nth-child(odd) {
	flex-direction: row-reverse;
  
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
  }
  
  .historyBg .history ul li:last-child {
	padding-bottom: 0;
  }
  
  .historyBg .history ul li:last-child::after {
	height: -webkit-calc(100% - 4.16667vw);
	height: -moz-calc(100% - 4.16667vw);
	height: calc(100% - 4.16667vw);
  }
  .historyBg .history h2{
	width: 75vw;
  margin: 50px auto;
    margin-bottom: 50px;
  font-size: 2.39583vw;
  font-weight: bold;
  margin-bottom: 1.5625vw;
  color: #333;
  text-align: center;
  }

  .historyBg .history ul li::after {
	position: absolute;
	top: 0;
	left: 50%;
  
	display: block;
  
	width: 1px;
	height: 100%;
  
	content: '';
  
	background-color: #eee;
  }
  
  .historyBg .history ul li::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -webkit-calc(50% - .07813vw);
	left: -moz-calc(50% - .07813vw);
	left: calc(50% - .07813vw);
  
	display: block;
  
	width: .26042vw;
	height: .26042vw;
  
	content: '';
  
	border-radius: 50%;
	background-color: #0071b8;
  }
  
  .historyBg .history ul li:hover .content .more {
	visibility: visible;
  
	opacity: 1;
  }
  
  .historyBg .history ul li .image {
	position: relative;
  
	width: 50%;
  }
  
  .historyBg .history ul li .image:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
  }
  
  .historyBg .history ul li .image div {
	overflow: hidden;
  }
  
  .historyBg .history ul li .image img {
	position: relative;
	z-index: 2;
  
	width: 100%;
	height: auto;
  
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
  }
  
  .historyBg .history ul li .image .year {
	font-size: 5.20833vw;
	font-weight: lighter;
  
	position: absolute;
	top: 2.23958vw;
	left: 4.42708vw;
  
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
  
	color: #e3e8ec;
  }
  
  .historyBg .history ul li .content {
	width: 37.43%;
  }
  
  .historyBg .history ul li .content .title {
	font-size: 1.45833vw;
	font-weight: bold;
  
	margin-bottom: .9375vw;
  
	color: #000;
  }
  
  .historyBg .history ul li .content .desc {
	font-size: .9375vw;
	line-height: 1.5625vw;
  
	margin-bottom: 1.77083vw;
  
	color: rgba(0, 0, 0, .6);
  
	text-align: justify;
  }
  
  .historyBg .history ul li .content .more {
	font-size: .72917vw;
  
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
  
	width: 8.28125vw;
	height: 2.76042vw;
  
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
  
	opacity: 0;
	color: #0071b8;
	border: .10417vw solid #0071b8;
	border-radius: 1.35417vw;
  
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .historyBg .history ul li .content .more:hover {
	color: #fff;
	background-color: #0071b8;
  }
  
  .historyBg .history ul li .content .more i {
	margin-left: 2.39583vw;
  }
  
  /* 发展历程弹窗 */
  .historyPopupContainer {
	width: 75vw;
	height: 42.70833vw;
  }
  
  .historyPopup {
	position: relative;
  
	width: 100%;
	height: 56.9444vw;
	padding: 6.9444vw 4.9306vw 0;
  
	cursor: pointer;
  }
  
  .historyPopup .historyPopupClose {
	font-size: 1.1111vw;
	font-weight: bold;
  
	position: absolute;
	top: 2.0833vw;
	right: 2.0833vw;
  
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	width: 2.5694vw;
	height: 2.5694vw;
  
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
  
	color: #9a9a9a;
	border: .1389vw solid #9a9a9a;
	border-radius: 50%;
  
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .historyPopup .historyPopupClose:hover {
	color: #fff;
	border-color: #0071b8;
	background-color: #0071b8;
  }
  
  .historyPopup .historyPopupYear {
	font-size: 6.9444vw;
	font-weight: lighter;
  
	margin-bottom: -2.2222vw;
  
	color: #e3e8ec;
  }
  
  .historyPopup .historyPopupMain {
	position: relative;
  
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	background: #f0f3f6 url('../images/hpBg.jpg') no-repeat top right;
	background-size: auto 100%;
  
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .historyPopup .historyPopupMain .images {
	overflow: hidden;
  
	width: 44.0972vw;
  
	-webkit-box-shadow: 0 1.1111vw 1.4583vw .2083vw rgba(128, 160, 183, .3);
	box-shadow: 0 1.1111vw 1.4583vw .2083vw rgba(128, 160, 183, .3);
  }
  
  .historyPopup .historyPopupMain .images .swiper-slide {
	opacity: 0 !important;
  }
  
  .historyPopup .historyPopupMain .images .swiper-slide-active {
	opacity: 1 !important;
  }
  
  .historyPopup .historyPopupMain .images .swiper-slide img {
	width: 100%;
	height: auto;
  }
  
  .historyPopup .historyPopupMain .contents {
	position: relative;
  
	overflow: hidden;
  
	height: 22.5685vw;
	margin-top: 6.3889vw;
  
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide {
	/* opacity: 0 !important; */
	height: auto !important;
	margin-bottom: 1.3806vw;
	padding-right: 2.4306vw;
	padding-left: 4.5139vw;
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide:last-child {
	margin-bottom: 0;
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide-active {
	/* opacity: 1 !important; */
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide .title {
	font-size: 1.9444vw;
	font-weight: bold;
  
	margin-bottom: 1.1806vw;
  
	color: #000;
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide .desc {
	font-size: 1.1806vw;
	line-height: 2.0833vw;
  
	overflow-y: auto;
  
	max-height: 14.5833vw;
	padding-right: 1.0417vw;
  
	color: rgba(0, 0, 0, .6);
  
	text-align: justify;
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide .desc::-webkit-scrollbar {
	width: .2083vw;
	height: .2083vw;
  
	background-color: #d5d5d5;
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide .desc::-webkit-scrollbar-track {
	border-radius: .2083vw;
	background-color: #d5d5d5;
	-webkit-box-shadow: inset 0 0 .10417vw r gba(0, 0, 0, .1);
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide .desc::-webkit-scrollbar-thumb {
	border-radius: .2083vw;
	background-color: #0071b8;
	-webkit-box-shadow: inset 0 0 .10417vw rgba(0, 0, 0, .1);
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide .desc p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .historyPopup .historyPopupMain .contents .swiper-slide .desc p::before {
	font-size: 1.3889vw;
	font-weight: bold;
  
	display: block;
  
	margin-right: .3472vw;
  
	content: '·';
  }
  
  .historyPopup .historyPopupMain .swiper-button-prev,
  .historyPopup .historyPopupMain .swiper-button-next {
	font-size: 1.1111vw;
  
	top: auto;
	bottom: 3.8889vw;
  
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  
	width: 3.3333vw;
	height: 3.3333vw;
	margin-top: 0;
  
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
  
	color: #aeb0b2;
	border: 1px solid #aeb0b2;
	border-radius: 50%;
	background: none;
  
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .historyPopup .historyPopupMain .swiper-button-prev:hover,
  .historyPopup .historyPopupMain .swiper-button-next:hover {
	color: #fff;
	border-color: #0071b8;
	background-color: #0071b8;
  }
  
  .historyPopup .historyPopupMain .swiper-button-prev {
	left: 48.6111vw;
  }
  
  .historyPopup .historyPopupMain .swiper-button-next {
	left: 52.6389vw;
  }
  
  .historyPopup .historyPopupMain .swiper-pagination {
	display: none;
  }
  .history {
	padding: 5.46% 0 6%;
	background: #FFF;
  }
