* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
}
*[v-cloak]{
  display: none
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
em,
i,
span {
	margin: 0;
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}
video:focus {
	outline: none
}
ul,
ol,
li {
	list-style: none;
}

img {
	display: inline-block;
	width: 100%;
	height: inherit;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	
}



html {
	line-height: 1.15;
	
	-webkit-text-size-adjust: 100%;
	
}

body {
	font-family: -apple-system, SF UI Text, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;

}
#app {
	padding-top: 60px;
}
#app.isFooterBar{
	padding-top: 0;
	padding-bottom: 130px;
}

.flex-sb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.logo {
	background: transparent;
}

header {
	width: 100%;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	color: #999;
	z-index: 2;
	transition: all 1s;
}


header .inner {
	width: 1260px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .logo {
	width: 53px;
	height: 25px;
	background: url("../image/logo11.png") no-repeat center;
    background-size: contain;
}
header.active .logo {
	background: url("../image/logo2.png") no-repeat center;
    background-size: contain;
}

header .navBar a {
	display: inline-block;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}

header .navBar a:hover {
	color: #161616;
}

footer {
	width: 100%;
	height: 238px;
	background: rgba(22, 22, 22, 1);
}

footer .inner {
	width: 1024px;
	margin: 0 auto;
}

footer .top {
	height: 122px;
	border-bottom: 1px dashed rgba(225, 225, 225,.2);
}

footer .bottom {
	height: 115px;
}

footer .hotWord {
	padding: 30px 0;
}

footer .hotWord a {
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	padding-right: 20px;
}

footer .link {
	font-size: 14px;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 20px;
}

footer .link a {
	padding: 0 5px;
}

footer .bottom {
	display: flex;
	align-items: center;
}

footer .logo {
	width: 200px;
	height: 55px;
}

footer .companyInfo {
	padding-left: 42px;
	padding-top: 18px;
	font-size: 14px;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 26px;
}


.breadcrumb {
	display: flex;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 12px;
}

.breadcrumb>li+li:before {
	color: #CCCCCC;
	content: "> ";
	padding: 0 5px;
}
.footerBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1024px;
	background: rgba(255, 255, 255, 1);

}

.footerBar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	background: rgba(0, 0, 0, 1);
	opacity: 0.07;
	filter: blur(11px);
}

.footerBar .inner {
	width: 1024px;
	height: 130px;
	position: relative;
	margin: 0 auto;
}

.footerBar .codeBox {
	position: absolute;
	left: 0;
	top: 25px;
	display: flex;
	align-items: center;
}

.footerBar .codeBox .desc {
	width: 300px;
	height: 80px;
	padding-left: 28px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footerBar .codeBox h4 {
	font-size: 24px;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	line-height: 36px;
	margin-top: 10px;
}

.footerBar .codeBox p {
	font-size: 16px;
	font-weight: 600;
	color: rgba(251, 95, 92, 1);
	line-height: 20px;
	margin-bottom: 10px;
}

.footerBar .code {
	width: 80px;
	height: 80px;
}

.footerBar .phone {
	position: absolute;
	bottom: -100px;
	right: 0;
	width: 164px;
	height: auto!important;
}

.footerBar .close {
	position: absolute;
	top: 20px;
	right: -92px;
	width: 22px;
	height: 23px;
	background: url(../image/close11.png) no-repeat;
}

.downDialog {
	position: fixed;
	bottom: 50px;
	right: calc((100% - 1200px)/ 2);
	width: 172px;
	height: 210px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04);
	border-radius: 6px;
	text-align: center;
	font-size:14px;
	font-weight:600;
	line-height:26px;
}


.downDialog .code {
	width: 94px;
	height: 94px;
	margin: 30px auto 10px;
}

.downDialog h4 {
	color: rgba(22, 22, 22, 1);
}

.downDialog p {
	color: #FB5F5C;
}

.downDialog .close {
	position: absolute;
	top:10px;
	right:10px;
	width:14px;
	height:14px;
	background: url(../image/close11.png) no-repeat center;
	background-size: contain;
}