@charset "utf-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	outline: none 0;
	border: 0;
	vertical-align: baseline;
	font-weight: 500;
	-webkit-tap-highlight-color: transparent
}

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

blockquote, q {
	quotes: none
}

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

a {
	background: 0 0;
	color: #333;
	vertical-align: baseline;
	text-decoration: none
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-weight: 700;
	font-style: italic
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc
}

img, input, select {
	vertical-align: middle
}

button, input, select, textarea {
	font-size: 100%;
	font-family: inherit
}

b, strong {
	font-weight: 700
}

em, i {
	font-style: normal
}

dd, dl, dt, li, ol, ul {
	list-style-type: none
}

img {
	max-width: 100%;
	height: auto;
	border: none
}

body {
	font-size: .14rem;
	color: #333;
	overflow-x: hidden;
	line-height: 1.5;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

q:before,
q:after {
	content: ""
}

.clear {
	clear: both;
}

input,
select,
textarea {
	-webkit-appearance: none;
	outline: none;
}

.container {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 1300px;
	padding: 0 25px;
}
.container a{
	color: #fff;
}
.container a:visited{
	color: #fff;
}
/* ------------------------------------------------------------------------------------------ */
.banner {
	background-image: url('../../static/images/banner.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color: #fff;
	position: relative;
}
.banner .container{
	height: 100%;
}

.top-bar {
	padding: 10px 0;
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	z-index: 100;
	transition: all 1s ease;
	color: #fff;
	background: rgba(0,0,0,0.3);
}
.top-bar.active{
	background: #000;
}

.top-bar .logo {
	float: left;
}

.top-bar .logo-img {
	display: block;
	height: 50px;
}

.top-bar .nav {
	float: right;
}

.top-bar .nav li {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	line-height: 50px;
	padding: 0 30px
}

.slogan-box {
	text-align: center;
	position: absolute;
	top: 30%;
	left:0;
	width: 100%;
}

.slogan-box .slogan {
	font-size: 40px;
	letter-spacing: 10px;
}

.slogan-box .slogan-dd {
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: 4px;
}

.banner .service {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 200px;
	text-align: center;
}
.service-box{
	font-size: 0;
}

.banner .service li {
	display: inline-block;
	width: 295px;
	max-width: 25%;
}

.banner .service .iconfont {
	font-size: 70px;
}

.banner .service .name {
	font-size: 14px;
}

.section-title {
	text-align: center;
	padding: 100px 0;
	font-size: 36px;
	letter-spacing: 8px;
}
.case-list{
	padding-bottom: 100px;
}
.case-list li {
	width: 25%;
	float: left;
	margin-bottom: 40px;
}

.case-list li .box {
	width: 290px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
	position: relative;
}

.case-list .main {
	height: 300px;
	overflow: hidden;
}

.case-list .bg {
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
	padding: 30px 0 50px 0;
	height: 270px;
	background-position: center;
	background-size: cover;
}


.case-list .bg .phone {
	display: inline-block;
	width: 110px;
	height: 228px;
	background: url("../../static/images/phone.png");
	background-size: 100% 100%;
	position: relative;
}
.case-list .phone img{
	position: absolute;
	width: 90%;
	height: 76%;
	left:50%;
	top:12%;
	margin-left: -45%;
}


.case-list .bg .phone:nth-child(1) {
	z-index: 3;
	position: absolute;
	left:50%;
	transform: translateX(-100%);
}

.case-list .bg .phone:nth-child(2) {
	z-index: 2;
	position: relative;
}

.case-list .bg .phone:nth-child(3) {
	z-index: 1;
	position: absolute;
	left:50%;
}

.case-list .main-img {
	display: block;
	width: 100%;
}

.case-list .logo {
	width: 75%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: absolute;
	left: 50%;
	bottom: 85px;
	transform: translateX(-50%);
	z-index: 4;
}

.case-list .logo-img {
	height: 80%;

}
.case-list .name {
	padding: 60px 0 35px 0;
	text-align: center;
	font-size: 16px;
}

.case-list .qr-mask {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0;
	transition: opacity 0.5s ease;
	vertical-align: middle;
	text-align: center;
}

.case-list .qr-code {
	display: block;
	width: 70%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.case-list .box{
	display: block;
}
.case-list .box:focus .qr-mask,.case-list .box:hover .qr-mask {
	opacity: 1;
}

.service-flow {
	background: url("../../static/images/service.jpg") center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	font-size: 14px;
}

.service-flow .section-title {
	color: #fff;
}

.service-list {
	position: relative;
	margin: 0 auto;
	width: 1065px;
}

.service-list:before {
	content: "";
	position: absolute;
	left: -100px;
	top: 44px;
	width: 80px;
	height: 2px;
	background: url("../../static/images/line-left.png");
}

.service-list:after {
	content: "";
	position: absolute;
	right: -100px;
	top: 44px;
	width: 80px;
	height: 2px;
	background: url("../../static/images/line-right.png");
}

.service-list .item {
	width: 90px;
	display: inline-block;
	margin-right: 100px;
	position: relative;
	vertical-align: top;
	text-align: center;
}

.service-list .item:after {
	content: "";
	position: absolute;
	right: -100px;
	top: 36px;
	width: 100px;
	height: 16px;
	background: url("../../static/images/line-arrow.png") center center no-repeat;
	background-size: 80% auto;
}

.service-list .icon {
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
	position: relative;
	margin-bottom: 15px;
}

.service-list .iconfont {
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.service-list .item:last-child {
	margin-right: 0;
}

.service-list .item:last-child:after {
	background: none;
}
.service-flow .qr-code{
	margin: 0 auto;
	width: 124px;
	text-align: center;
}
.service-flow .qr-code{
	margin-top: 100px;
}
.service-flow .qr{
	width: 124px;
	height: 124px;
	background: url("../../static/images/qr-border.png") center center no-repeat;
}
.service-flow .qr-img{
	display: block;
	width: 110px;
	height: 110px;
	position: relative;
	top:7px;
	left:7px;
}
.service-flow .qr-name{
	margin-top: 10px;
}
.contact-us{
	text-align: center;
}
.contact-us .map{
	width: 600px;
	height: 400px;
	float: right;
	/* margin-right: 50px; */
}
.contact-us img{
	max-width: initial;
}
.contact-us .left-box{
	width: 50%;
	text-align: right;
	float: left;
}
.contact-us .right-box{
	width: 50%;
	float: left;
}
.contact-us .company-info{
	text-align: left;
	margin-left: 50px;
}
.contact-us .company-info li{
	line-height: 100px;
	font-size: 18px;
}
.contact-us .company-info li .iconfont{
	font-size: 26px;
	vertical-align: middle;
	margin-right: 20px;
}
.contact-us .company-info li span{
	vertical-align: middle;
}
.footer{
	line-height: 1.5;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
}
.footer .beian {
	color: #fff;
}
.lds-eclipse {
	position: relative;
}
.lds-eclipse .rotate {
	position: absolute;
	-webkit-animation: lds-eclipse 1s linear infinite;
	animation: lds-eclipse 1s linear infinite;
	width: 160px;
	height: 160px;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -80px;
	border-radius: 50%;
	box-shadow: 0 4px 0 0 #fff;
	-webkit-transform-origin: 80px 82px;
	transform-origin: 80px 82px;
}
.loading-mask{
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
	position:fixed;
	z-index: 100;
	transition: opacity 1s ease;
	overflow: hidden;
}
.loading-mask.ng-hide{
	opacity: 0;
}

.loading-mask .logo{
	position: absolute;
	height: 30px;
	top:50%;
	left:50%;
	margin: -15px 0 0 -43px;
}
.loading-mask .msg{
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
@keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
