* {
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
html {
	-webkit-text-size-adjust:none;/*只针对低版本谷歌*/
}
body {
	font-size:14px;
	color:#192021;
	_overflow:hidden;
	overflow-x:hidden;
	background:#fff;
	width: 100%;
	*cursor: default;
	/*font-family:"HanHei SC",PingHei,"PingFang SC",STHeitiSC-Light,"Helvetica Neue",Helvetica,'microsoft yahei ui','microsoft yahei',simsun,arial,sans-serif;*/
	/*font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;*/
	/* font-family:"STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma; */
}
input::-webkit-input-placeholder{
	color: #999;
}
input::-moz-input-placeholder{
	color: #999;
}
input::-ms-input-placeholder{
	color: #999;
}
/*鼠标滑过渐显*/
a,a:hover,.card-fouth .industry.active,.card-fouth .industry.active span,.card-fouth .case-right .phone-image.active,.ecology .owl-item,.ecology .owl-item:hover,.footer-nav ul a img:hover,.footer-nav ul a img,.help1 li:hover,.help2 .owl-item .item,.help2 .owl-item:hover .item,.help1 li{
	transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	cursor: pointer;
}
@media (max-width:767px) {
.animated {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}
.mayun,.index-news,.banner-inside,.gaoduan,.shop-youshi{
    background-attachment: inherit !important;
}
}

body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, 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, 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 {
	font-size:14px;
	font-weight:normal;
	font-style:normal;
}
li {
	list-style-type:none;
}
img {
	border:none;
	vertical-align:middle;
}
/*-------将特定标签设成块---------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
	color: #192021;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	color: #192021;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:active, a:hover {
	text-decoration:none
}
a, area, a:active {
	blr:expression(this.onFocus=this.blur());
	text-decoration:none;
}
:focus {
	-moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
	color: #fff;
	background-color: #000;
}
::-moz-selection {
	color: #fff;
	background-color: #000;
}
/*更改浏览器滚动条颜色兼容*/
html, body {
	/*更改ie内核滚动条颜色*/
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-3dlight-color:#000;
	scrollbar-arrow-color:#222;
	scrollbar-track-color:#222;
	scrollbar-darkshadow-color:#000;
}
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
	width:8px;
	height: 8px;
	background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #211F1F;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/*清除默认样式*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.bg-fff,.bg-f8{
	height:auto;
	overflow:hidden;
	width:100%;
}
.bg-fff{
	background:#fff;
}
.bg-f8{
	background:#f8f8f8;
}
.bg-333{
	background:#192021;
}
.p-b {
    padding-bottom: 35px;
}
.m-t20{
	margin-top: 20px;
}
@media (max-width: 768px){
.p-b {
    padding-bottom: 25px;
}
}
@media (min-width: 992px) and (max-width: 1400px){
.container{
	padding:0 30px;
}
}
@media (max-width: 992px){
.container{
	padding:0 15px;
}
}
/*首页*/
.mainTop {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 99;
}
.mainTop1 {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
header {
    position: fixed;
    left: 0;
	top: 23px;
    width: 100%;
    z-index: 999;
    transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -webkit-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -moz-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    height: 80px;
    padding-top: 15px;
}
header.active {
	background:rgba(255,255,255);
	top: 104px;
	transform: translateY(-130%);
	-webkit-transform: translateY(-130%);
	-moz-transform: translateY(-130%);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
}
.logo {
	float: left;
	padding-left: 3%;
}
.logo a{
	height:50px;
	width: 135px;
	display: inline-block;
	background: url(../images/logo.png) no-repeat center left;
    background-size: cover;
}
header.active .logo a{	
	background:url(../images/logo-hover.png) no-repeat center left;
	background-size: cover;
}
.topMenu {
	float: right;
	margin-right: 1.6%;
	font-size: 0;
}
.topMenu a {
	display: inline-block;
	width: auto;
    padding: 0 0 15px 20px;
	line-height: 50px;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	float: left;
}
.topMenu a:last-child{
	background: #fff;
	color: #192021;
	border-radius:25px;
	height: 44px;
	line-height: 44px;
	margin: 3px 0 0 20px;
	text-align: center;
	width: 130px;
    display: inline-block;
    padding: 0;
}
.topMenu a:last-child i{
	display: none;
}
.topMenu a i {
	display: inline-block;
	vertical-align: middle;
	margin:-1px 5px 0 0;
	width: 0px;
	height: 1px;
	background-color: #fff;
	transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}
.topMenu a.on i, .topMenu a:hover i {
	width: 15px;
	background-color: #fff;
}
header.active .topMenu a{
	color: #192021;
}
header.active .topMenu a.on i,header.active .topMenu a:hover i{
	background-color: #192021;
}
header.active .topMenu a:last-child{
	background: #2e99a4;
}
header.active .button--nina,header.active .button--nina > span{
	color: #fff;
}
header.active .button--nina:hover {
	background-color: #4cadb7;
}
/*登录后台按钮开始*/
.button {
	display: block;
	border: none;
	background: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto;
	width: 100%;
	border-radius:25px;
}
.button--nina {
	color:#192021;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button--nina > span {
	display: inline-block;
	opacity: 0;
	color: #192021;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
	background-color: #f2f4f6;
}
.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
/*登录后台按钮end*/
.nav-er1{
	position: absolute;
	display: block;  
	transition: 0.3s;  
	-webkit-transition: .5s;  
	-moz-transition: .5s;
	top: 80px;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
    margin-left: 5px;  
}
.ho-nav{
	float: left;
}
.nav-er1 a{
    display: block;
	clear: both;
    line-height: 35px;
    padding-left: 0;
}
.nav-er1 a:last-child{
	padding-bottom:0;
}
.nav-er1 a:hover{
	color:#d8d8d8;
}
.body-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
	transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
}
.body-bg.active {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
/*移动端导航*/
.mob-nav{
    position: fixed;
    width: 100%;
    z-index: 999;
    height:60px;
	overflow:hidden;
}
div.screen {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
div.burger {
	height: 44px;
	width: 40px;
	position: absolute;
    top: 0px;
	right:0px;
	cursor: pointer;
}
div.x,  div.y,  div.z {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	background: #192021;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
div.x, div.y, div.z {
	height: 2px;
    width: 23px;
}
div.y {
	top: 16px;
}
div.z {
	top: 33px;
}
div.nav-collapse {
	top: 20px;
	background:#192021;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
	display:block;
}
div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
div.navbar {
	height:60px;
	margin:0;
}
div.circle {
	width: 0px;
	height: 0px;
	position:absolute;
	top: 0;
	left: 0;
	background:rgba(255,255,255,0.95);
	opacity:1;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.circle.expand {
	width: 100%;
    height: 100%;
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu {
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.menu ul li {
	list-style: none;
	position:absolute;
	top:50px;
	left:0;
	opacity:0;
	width:100%;
	text-align:center;
	font-size:0px;
	-webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu ul li a {
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100%;
    display: block;
}
div.menu ul li:last-child a{
	background-color: #2e99a4;
	color: #fff;
	width: 150px;
	padding:10px 0;
	border-radius: 25px;
	display: inline-block;

}
div.menu li .nav-er{
	font-size:14px !important;
	color:#666 !important;
	margin: 14px auto 0 !important;
    text-align: left;
	width:110px !important;
}
div.menu li.animate {
	font-size:16px;
	opacity:1;
	-webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu li.animate:nth-of-type(1) {
	top:60px;
	transition-delay: 0.0s;
}
div.menu li.animate:nth-of-type(2) {
	top:100px;
	transition-delay: 0.03s;
}
div.menu li.animate:nth-of-type(3) {
	top:140px;
	transition-delay: 0.06s;
}
div.menu li.animate:nth-of-type(4) {
	top:180px;
	transition-delay: 0.09s;
}
div.menu li.animate:nth-of-type(5) {
	top:220px;
	transition-delay: 0.12s;
}
div.menu li.animate:nth-of-type(6) {
	top:260px;
	transition-delay: 0.15s;
}
@media (min-width: 767px) {
.mob-nav{
	display:none;
}
}
@media (max-width: 768px) {
header .topMenu{
	display:none;
}
.mob-nav{
    display: block;
}
header {
	top:0;
	height: 6px;
    padding-top: 10px;
}
header.active {
	top:0px;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	height: 60px;
    padding-top: 10px;
}
header.active .logo a,header .logo a{
	height:40px;
	width: 108px;
}
}
@media (min-width: 993px) and (max-width: 1200px){
.mainTop{
	height:800px !important;
}
}
@media (min-width: 767px) and (max-width: 992px){
.mainTop{
	height:600px !important;
}
}
@media (max-width: 768px){
.mainTop{
	height:50vw !important;
}
.index-waper-box,.index-back-box {
	background:transparent !important;
}
.index-back-box .sub-arrows i.icom.prev font,.index-back-box .sub-arrows i.icom.next font{
    bottom: 10px !important;
    top: inherit !important;
}
.index-back-box .sub-arrows i.icom:after {
    left: -3px !important;
    top: inherit !important;
    bottom: 23px !important;
	background:#fff !important;
}
.sub-mouse,.sub-share{
	display:none !important;
}
.index-back-box .sub-arrows i.icom font{
	color:#fff !important;
}
.index-back-box .sub-arrows {
    left: 50% !important;
    margin-left: -43px !important;
	padding-left:0 !important;
}
}
/*banner*/
.scrollBar {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.scrollBar .banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.scrollBar .banner ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
	-webkit-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
	-moz-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
}
.scrollBar .banner ul li .imgTimes { /* width: 100% !important; */
	height: 100%;
	position: relative;
	z-index: 5;
	left: 0;
	top: 0;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.scrollBar .banner ul li video {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: auto;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
	transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
	-webkit-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
	-moz-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
}
.scrollBar .banner ul li.curs {
	width: 0%;
}
.scrollBar .banner ul li.visb {
	width: 100%;
}
.scrollBar .banner ul li.visb video {
	width: 100% !important;
}
.scrollBar .banner ul li.visb .imgTimes>article .banTops small, .scrollBar .banner ul li.visb .imgTimes>article .banTops em {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
}
.scrollBar .banner ul li.visb .imgTimes>article .banTops small {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
	-webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
	-moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
}
.scrollBar .banner ul li.visb .imgTimes>article .banText i {
	width: 35px;
	transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
	-webkit-transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
	-moz-transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
}
.scrollBar .banner ul li.visb .imgTimes>article .banText span {
	width: 400px;
	transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;
	-webkit-transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;
	-moz-transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;
}
.index-waper-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	z-index: 9;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}
.index-back-box {
	width: 84%;
	height: 100px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	margin: 0 8%;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	transform: rotateX(0deg) translate3d(0, 0, 0);
	-webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
	-moz-transform: rotateX(0deg) translate3d(0, 0, 0);
	transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	-webkit-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	-moz-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}
.index-back-box.active {
	transform: rotateX(100deg) translate3d(0, 0, 0);
	-webkit-transform: rotateX(100deg) translate3d(0, 0, 0);
	-moz-transform: rotateX(100deg) translate3d(0, 0, 0);
}
.index-back-box .sub-arrows {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
	line-height: 100px;
	padding-left: 100px;
	font-size: 0;
}
.index-back-box .sub-arrows i.icom {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.index-back-box .sub-arrows i.icom:after {
	position: absolute;
	content: '';
	left: 0;
	top: 49px;
	width: 30px;
	height: 2px;
	background-color: #000;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
}
.index-back-box .sub-arrows i.icom font {
	color: #000;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
}
.index-back-box .sub-arrows i.icom.prev font {
	position: absolute;
	left: 9px;
    font-size: 30px;
    top: 34px;
}
.index-back-box .sub-arrows i.icom.next font {
    position: absolute;
    left: 6px;
    font-size: 30px;
    top: 34px;
}
.index-back-box .sub-arrows i:hover:after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.index-back-box .sub-arrows i.icom.prev:hover font {
	left: -7px;
}
.index-back-box .sub-arrows i.icom.next:hover font {
	left: 20px;
}
.index-back-box .sub-share {
	position: absolute;
	right:60px;
	top: 0;
	width: auto;
	height: 100%;
	display: table;
	cursor: pointer;
}
.index-back-box .sub-share .tels {
	display: table-cell;
	vertical-align: middle;
}
.index-back-box .sub-share .tels span {
	display: inline-block;
}
.index-back-box .sub-share .tels .cc1 {
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
}
.index-back-box .sub-share .tels .cc2 {
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
}
.index-back-box .sub-share .sider-tel {
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(130px);
	-webkit-transform: translateX(130px);
	-moz-transform: translateX(130px);
	transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
}
.index-back-box .sub-share .sider-tel a {
	display: inline-block;
	color: #000;
	margin: 0 8px;
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.index-back-box .sub-share:hover .tels .cc1 {
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 1s cubic-bezier(0.5, 1.25, 0.75, 1.65) 0s;
	-webkit-transition: all 1s cubic-bezier(0.5, 1.25, 0.75, 1.65) 0s;
	-moz-transition: all 1s cubic-bezier(0.5, 1.25, 0.75, 1.65) 0s;
}
.index-back-box .sub-share:hover .tels .cc2 {
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.index-back-box .sub-share:hover .sider-tel {
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 1s cubic-bezier(0.5, 1.0, 0.75, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.5, 1.0, 0.75, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.5, 1.0, 0.75, 1) 0s;
}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(1) {
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0s;
}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) .2s;
	-webkit-transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) .2s;
	-moz-transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) .2s;
}
.index-back-box .sub-mouse {
	width: 30px;
	height: 43px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -15px;
	cursor: pointer;
	z-index: 1;
	zoom: 0.7;
	-moz-transform: scale(0.7);
}
.index-back-box .sub-mouse:after {
	display: none;
	z-index: -1;
	position: absolute;
	content: '';
	top: -30px;
	left: 50%;
	height: 53px;
	border-right: 1px solid #192021;
	margin-left: -1px;
}
.index-back-box .sub-mouse span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	animation: ani-svg 0.85s linear 0s alternate infinite;
	-webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
}
.index-back-box .sub-mouse i {
	position: absolute;
	bottom: 5px;
	left: 50%;
	color: #000;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
@keyframes ani-svg {
	0% {
		opacity: 0.4;
		transform: translateY(-20px);
	}
	15% {
		opacity: 0.65;
		transform: translateY(-15px);
	}
	25% {
		opacity: 0.8;
		transform: translateY(-10px);
	}
	50% {
		opacity: 1;
		transform: translateY(0px);
	}
	65% {
		opacity: 0.8;
		transform: translateY(5px);
	}
	75% {
		opacity: 0.65;
		transform: translateY(10px);
	}
	100% {
		opacity: 0.4;
		transform: translateY(15px);
	}
}
@-webkit-keyframes ani-svg {
	0% {
		opacity: 0.4;
		-webkit-transform: translateY(-20px);
	}
	15% {
		opacity: 0.65;
		-webkit-transform: translateY(-15px);
	}
	25% {
		opacity: 0.8;
		-webkit-transform: translateY(-10px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	65% {
		opacity: 0.8;
		-webkit-transform: translateY(5px);
	}
	75% {
		opacity: 0.65;
		-webkit-transform: translateY(10px);
	}
	100% {
		opacity: 0.4;
		-webkit-transform: translateY(15px);
	}
}
@-moz-keyframes ani-svg {
	0% {
		opacity: 0.4;
		-moz-transform: translateY(-20px);
	}
	15% {
		opacity: 0.65;
		-moz-transform: translateY(-15px);
	}
	25% {
		opacity: 0.8;
		-moz-transform: translateY(-10px);
	}
	50% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}
	65% {
		opacity: 0.8;
		-moz-transform: translateY(5px);
	}
	75% {
		opacity: 0.65;
		-moz-transform: translateY(10px);
	}
	100% {
		opacity: 0.4;
		-moz-transform: translateY(15px);
	}
}
/*轮播公共部分开始*/
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #969696;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0)
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
/*轮播公共部分end*/
/*返回顶部*/
.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -160px;
	z-index: 3;
	cursor: pointer;
}
.cbbfixed .cbbtn {
	width: 40px;
	height: 40px;
	display: block;
	background-color:#4b4b4b;
}
.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
	border-radius: 8px 8px 0 0;
}
.cbbfixed .cweixin {
	border-radius: 0 0 8px 8px;
}
.cbbfixed .gotop .up-icon {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url(../images/side-icon02.png);
}
.cbbfixed .gotop:hover {
	background-color: #2c2d2e;
}
.cbbfixed .cweixin,.cbbfixed .capp,.cbbfixed .cqq{
	background: #a9a9a9;
}
.cbbfixed .cweixin div,.cbbfixed .capp div,.cbbfixed .cqq div{
	width: 180px;
	height: 235px;
	position: absolute;
	left: -183px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
	*display:none;
}
.cbbfixed .cweixin div {
	background: url(../images/code.png);
	top: -112.5px;
}
.cbbfixed .cweixin:hover div,.cbbfixed .capp:hover div,.cbbfixed .cqq:hover div {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	*display:block;
}
.cbbfixed .cweixin .weixin-icon,.cbbfixed .capp .app-icon,.cbbfixed .cqq .qq-icon {
	float: left;
	margin: 9px 0 0 9px;
	width: 22px;
	height:22px;
}
.cbbfixed .cqq .qq-icon{
	background: url(../images/side-icon04.png);
}
.cbbfixed .cweixin .weixin-icon{
	background: url(../images/side-icon01.png);
}
.cbbfixed .capp,.cbbfixed .cweixin{
	border-top: 1px #bfbfbf solid;
}
/*公共大标题*/
.tit{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:80px auto 70px;
	padding: 0 5%;
}
.tit h2{
	width: 100%;
    background: url(../images/tit-bg.png) no-repeat top center;
    line-height: 42px;
    font-size: 42px;
    margin: 0;
    font-weight: bolder;
    float: left;
    padding-top: 25px;
}
.tit span{
	font-size:16px;
	width:100%;
	color:#999;
	line-height:23px;
	margin:25px 0 0;
	display: block;
	float:left;
}
@media (min-width:768px) and (max-width:1200px){
.tit{
	margin: 60px auto 50px;
}
.tit h2{
	font-size: 38px;	
	line-height:38px;
	background-size: auto 38px;
}
}
@media (min-width:488px) and (max-width:768px) {
.tit{
	margin: 40px auto 10px;
}
.tit h2{
    font-size: 28px;	
	line-height:32px;
	background-size: auto 28px;
}
.tit span{
	font-size:13px;
	line-height:21px;
	margin:10px 0;
}
}
@media (max-width:487px){
.tit{
	margin: 30px auto 10px;
}
.tit h2{
    font-size:20px;
    line-height: 20px;
    background-size: auto 20px;
	padding-top: 15px;
}
.tit span{
	font-size:12px;
	line-height:21px;
	margin:10px 0;
}
}
/* 装修密码核心产品 */
.card-fouth {
	width: 100%;
}
.card-fouth .desc.desc-list {
    width:100%;
    margin-bottom: 45px;
    white-space: nowrap;
    overflow: hidden;
}
/*---顶部分类*/
.card-fouth .industry {
    display: inline-block;
    width:20%;
	padding:0 0 26px 40px;
	position: relative;
	float: left;
}
.card-fouth .industry span,.card-fouth .industry font{
	width: 100%;
	display: inline-block;
	float: left;
}
.card-fouth .industry span{
    font-size: 20px;
	line-height: 38px;
    color: #192021;
	padding-left:50px;
	float: left;
}
.card-fouth .industry font {
    font-size: 14px;
    color: #999;
	margin-top: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.card-fouth .industry.active:before{
	width:32px;
	height: 6px;
	background: url(../images/icon1.png) no-repeat left center;
	position: absolute;
	content: '';
	bottom: 0;
	left: 40px;
}
.card-fouth .industry.active span{
	font-weight: bold;
    color: #2e99a4;
}
.card-fouth .industry:nth-child(1) span{
	background: url(../images/product-icon1.png) no-repeat left center;
}
.card-fouth .industry:nth-child(1).active span{
	background: url(../images/product-icon1-1.png) no-repeat left center;
}
.card-fouth .industry:nth-child(2) span{
	background: url(../images/product-icon2.png) no-repeat left center;
}
.card-fouth .industry:nth-child(2).active span{
	background: url(../images/product-icon2-1.png) no-repeat left center;
}
.card-fouth .industry:nth-child(3) span{
	background: url(../images/product-icon3.png) no-repeat left center;
}
.card-fouth .industry:nth-child(3).active span{
	background: url(../images/product-icon3-1.png) no-repeat left center;
}
.card-fouth .industry:nth-child(4) span{
	background: url(../images/product-icon4.png) no-repeat left center;
}
.card-fouth .industry:nth-child(4).active span{
	background: url(../images/product-icon4-1.png) no-repeat left center;
}
.card-fouth .industry:nth-child(5) span{
	background: url(../images/product-icon5.png) no-repeat left center;
}
.card-fouth .industry:nth-child(5).active span{
	background: url(../images/product-icon5-1.png) no-repeat left center;
}
/*---内容*/
.card-fouth .case-container {
    position: relative;
    width:100%;
    margin: 0 auto;
	height: 500px;
}
.card-fouth .case-panel {
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.card-fouth .case-panel.active {
    z-index: 5;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s;
}
.card-fouth .case-preview {
    display: inline-block;
    width: 35%;
    position: relative;
	float: left;
    z-index: 2
}
/*---内容左侧*/
.card-fouth .case-head {
    font-size: 30px;
    color: #192021;
    margin-bottom: 10px;
    font-weight: bold;
}
.case-content{
	height: auto;
}
.card-fouth .case-icon-list {
    font-size: 0;
    width:100%;
	cursor: pointer;
}
.card-fouth .case-icon-list li{
	width: 100%;
	padding-left:25px;
	position: relative;
	float: left;
	margin-top:24px;
}
.card-fouth .case-icon-list li::before{
	content: '';
	position:absolute;
	width: 10px;
	height: 10px;
	border-radius: 4px;
	border:3px #ccc solid;
	left: 0;
	top: 12.5px;
}
.card-fouth .case-icon-list li.active::before{
	border:3px #2e99a4 solid;
}
.card-fouth .case-icon-list li p,.card-fouth .case-icon-list li span{
	display: inline-block;
	width: 100%;
	float: left;
	margin: 0;
}
.card-fouth .case-icon-list li p{
	font-size:18px;
	color: #192021;
	line-height:35px;
}
.card-fouth .case-icon-list li span{
	color: #999;
	line-height: 26px;
}
/*---内容右侧*/
.card-fouth .case-right {
    display: inline-block;
    vertical-align: top;
    width:65%;
	position: relative;
	float: right;
}
.card-fouth .case-right .phone-image {
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0;
	width: 95%;
}
.card-fouth .case-right .phone-image.active {
    z-index: 2;
    opacity: 1;
}
@media (min-width:1200px) and (max-width:1400px){
.card-fouth .case-head {
	font-size: 28px;
}
.card-fouth .case-right .phone-image {
    top: 38px;
}
}
@media (min-width:768px) and (max-width:1200px){
.card-fouth .industry span {
	font-size: 18px;
	line-height: 32px;
	padding-left: 45px;
}
.card-fouth .industry.active:before {
    left: 20px;
}
.card-fouth .industry:nth-child(1) span {
    background: url(../images/product-icon1.png) no-repeat left center;
    background-size: 32px;
}
.card-fouth .industry:nth-child(1).active span {
    background: url(../images/product-icon1-1.png) no-repeat left center;
    background-size: 32px;
}
.card-fouth .industry:nth-child(2) span {
    background: url(../images/product-icon2.png) no-repeat left center;
    background-size: 32px;
}
.card-fouth .industry:nth-child(2).active span {
    background: url(../images/product-icon2-1.png) no-repeat left center;
    background-size: 32px;
}
.card-fouth .industry:nth-child(3) span {
    background: url(../images/product-icon3.png) no-repeat left center;
    background-size: 32px;
}
.card-fouth .industry:nth-child(3).active span {
    background: url(../images/product-icon3-1.png) no-repeat left center;
    background-size: 32px;
}
.card-fouth .industry:nth-child(4) span {
    background: url(../images/product-icon4.png) no-repeat left center;
    background-size: 32px;
}
.card-fouth .industry:nth-child(4).active span {
    background: url(../images/product-icon4-1.png) no-repeat left center;
    background-size: 32px;
}
}
@media (min-width:992px) and (max-width:1200px){

.card-fouth .industry {
	padding:0 10px 20px 0px;
}
.card-fouth .industry.active:before {
    left: 0px;
}
.card-fouth .industry font {
    margin-top: 8px;
}
.card-fouth .desc.desc-list {
    margin-bottom: 35px;
}
.card-fouth .case-head {
	font-size: 20px;
    margin-bottom: 0;
}
.card-fouth .case-icon-list li p {
    font-size: 16px;
}
.card-fouth .case-icon-list li {
    margin-top:10px;
}
.card-fouth .case-icon-list li span {
    line-height: 22px;
}
.card-fouth .case-right .phone-image{
	top:40px;
}
.card-fouth .case-container {
    height: 410px;
}
}
@media (min-width:768px) and (max-width:992px){
.card-fouth .case-container {
    height: 730px;
}
.card-fouth .industry {
    padding: 0 0 20px 0px;
}
.card-fouth .industry font {
    margin-top: 8px;
}
.card-fouth .desc.desc-list {
    margin-bottom: 35px;
}
.card-fouth .case-head {
	font-size: 22px;
}
.card-fouth .case-icon-list li p {
    font-size: 16px;
}
.card-fouth .case-icon-list li {
    margin-top: 10px;
}
.card-fouth .case-right .phone-image {
    top:20px;
}
.card-fouth .industry.active:before {
    left: 0px;
}
.card-fouth .case-preview {
    width: 100%;
}
.card-fouth .case-head {
    margin-bottom: 0;
}
.card-fouth .case-right {
    width: 100%;
}
.card-fouth .case-right .phone-image {
    width: 100%;
}
}
@media (min-width:488px) and (max-width:768px) {
.card-fouth .case-container{
	height: 65vh;
}
}
@media (max-width:488px) {
.card-fouth .case-container{
	height: 145vw;
}
}
@media (max-width:768px){
.card-fouth .industry {
	padding: 0 0 10px 0px;
	width:20%;
	margin-bottom: 15px;
}
.card-fouth .industry span {
	font-size: 14px;
	line-height: 22px;
	padding:30px 0 0 0;
	text-align: center;
}
.card-fouth .industry.active:before {
	left:50%;
	margin-left:-11px;
	width: 22px;
    height: 4px;
    background: url(../images/icon1.png) no-repeat left center;
    background-size: cover;
}
.card-fouth .industry:nth-child(1) span {
	background: url(../images/product-icon1.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(1).active span {
	background: url(../images/product-icon1-1.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(2) span {
	background: url(../images/product-icon2.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(2).active span {
	background: url(../images/product-icon2-1.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(3) span {
	background: url(../images/product-icon3.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(3).active span {
	background: url(../images/product-icon3-1.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(4) span {
	background: url(../images/product-icon4.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(4).active span {
	background: url(../images/product-icon4-1.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(5) span {
	background: url(../images/product-icon5.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry:nth-child(5).active span {
	background: url(../images/product-icon5-1.png) no-repeat center top;
	background-size: 22px;
}
.card-fouth .industry font {
	display: none;
}
.card-fouth .desc.desc-list {
    margin-bottom:0px;
}
.card-fouth .case-head {
	font-size: 18px;
}
.card-fouth .case-icon-list li p {
    font-size: 14px;
	line-height: 30px;
}
.card-fouth .case-icon-list li span {
    font-size: 12px;
	line-height: 20px;
}
.card-fouth .case-icon-list li {
    margin-top:5px;
	padding-left: 18px;
}
.card-fouth .case-icon-list li::before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    top: 11px;
}
.card-fouth .case-right .phone-image {
    top:20px;
}
.card-fouth .case-preview {
    width: 100%;
}
.card-fouth .case-head {
    margin-bottom: 0;
}
.card-fouth .case-right {
    width: 100%;
}
.card-fouth .case-right .phone-image {
    width: 100%;
}
}
/* 装修密码核心产品end */
/* 平台优势 */
.grid {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	height:350px;
	text-align: center;
	cursor: pointer;
	float: left;
}
.grid .owl-item{
	overflow: hidden;
}
.grid .owl-item:first-child{
	border-radius: 50px 0 0 50px;
}
.grid .owl-item:last-child{
	border-radius:0 50px 50px 0;
}
.grid figure .effect-ruby-imgbg {
	position: relative;
	display: block;
	width: 100%;
}
.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
figure.effect-ruby .effect-ruby-imgbg {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
figure.effect-ruby:hover .effect-ruby-imgbg {
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby dl {
	margin-top: 75px;
    -webkit-transform: translate3d(0,45px,0);
    transform: translate3d(0,45px,0);
}
figure.effect-ruby dl img{
	margin-bottom: 30px;
}
figure.effect-ruby dl h2{
	font-size: 18px;
}
figure.effect-ruby .effect-ruby-imgbg,figure.effect-ruby dl,figure.effect-ruby p,figure.effect-ruby figcaption,figure.effect-ruby:hover figcaption{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-ruby p {
	opacity: 0;
	position:relative;
	margin-top: 20px;
	padding:30px 60px 0;
	line-height: 22px;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
	background: url(../images/icon2.png) no-repeat top center;
	background-size: 32px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
	height:74px;
}
figure.effect-ruby:hover dl{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
figure.effect-ruby figcaption{
	background:rgba(22,24,35,.8);
}
figure.effect-ruby:hover figcaption{
	background:rgba(46,153,164,.9);
}
@media (min-width:1200px) and (max-width:1400px){
.grid figure {
	height: 285px;
}
figure.effect-ruby dl img {
	width: 50px;
    margin-bottom: 24px;
}
figure.effect-ruby dl {
    margin-top: 50px;
    -webkit-transform: translate3d(0,47px,0);
    transform: translate3d(0,47px,0);
}
}
@media (min-width:992px) and (max-width:1200px){
figure.effect-ruby p {
	padding:18px 30px 0;
	margin-top: 12px;
}
.grid figure {
    height:228px;
}
figure.effect-ruby dl img {
    margin-bottom: 16px;
    width: 40px;
}
figure.effect-ruby dl {
    margin-top: 43px;
    -webkit-transform: translate3d(0,32px,0);
    transform: translate3d(0,32px,0);
}
.grid .owl-item:first-child {
    border-radius: 30px 0 0 30px;
}
.grid .owl-item:last-child {
    border-radius:0 30px 30px 0;
}
figure.effect-ruby dl h2 {
    font-size: 16px;
}
}
@media (min-width:768px) and (max-width:992px){
figure.effect-ruby p {
	padding:15px 20px 0;
	margin-top: 10px;
	font-size: 12px;
    line-height: 18px;
	height:60px;
}
.grid figure {
    height:180px;
}
.grid .owl-item:first-child {
    border-radius: 30px 0 0 30px;
}
.grid .owl-item:last-child {
    border-radius:0 30px 30px 0;
}
figure.effect-ruby dl img {
    margin-bottom:13px;
    width:35px;
}
figure.effect-ruby dl h2 {
    font-size: 16px;
}
figure.effect-ruby dl {
    margin-top: 28px;
    -webkit-transform: translate3d(0,28px,0);
    transform: translate3d(0,28px,0);
}
}
@media (max-width:768px){
.grid .owl-stage-outer{
	border-radius: 20px;
    overflow: hidden;
}
.grid .owl-item{
	border-radius: 0 !important;
}
}
@media(min-width:488px) and (max-width:768px){
figure.effect-ruby p {
	padding:20px 20px 0;
	margin-top: 14px;
	font-size: 12px;
    line-height: 18px;
	height:60px;
}
.grid figure {
    height:200px;
}
figure.effect-ruby dl img {
    margin-bottom:13px;
    width:30px;
}
figure.effect-ruby dl h2 {
    font-size: 15px;
}
figure.effect-ruby dl {
	margin-top: 48px;
    -webkit-transform: translate3d(0,24px,0);
    transform: translate3d(0,24px,0);
}
}
@media(max-width:488px){
.grid figure{
	height:200px;
}
.grid figure .effect-ruby-imgbg {
	height:100%;
	width:115%;
}
figure.effect-ruby p {
	padding:13px 20px 0;
	margin-top: 14px;
	font-size: 12px;
    line-height: 18px;
	height:60px;
	background-size: 24px;
}
figure.effect-ruby dl img {
    margin-bottom:10px;
    width:26px;
}
figure.effect-ruby dl h2 {
    font-size: 14px;
}
figure.effect-ruby dl {
    margin-top: 43px;
    -webkit-transform: translate3d(0,33px,0);
    transform: translate3d(0,33px,0);
}
}
/*平台优势end*/
/*轮播公共部分开始*/
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #969696;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	cursor: pointer;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0)
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
/*轮播公共部分end*/
/* 在这里 */
.here-tit.tit h2{
	line-height:55px;
	background: none;
	padding: 0;
}
.here-tit.tit h2 font{
	font-size: 24px;
}
.here .item{
	text-align: center;
	padding: 0 80px;
}
.here .item h3{
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0 15px;
}
.here .item p{
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin: 0;
}
/*图片抖动*/
.here .item:hover img{
	-webkit-animation: tada 1s .2s ease both;
	-moz-animation: tada 1s .2s ease both;
}
@-webkit-keyframes tada{
	0%{-webkit-transform:scale(1);}
	10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
	40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
	100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{
	0%{-moz-transform:scale(1);}
	10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
	40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
	100%{-moz-transform:scale(1) rotate(0);}
}
@-webkit-keyframes flipInY{
	0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
	40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
	70%{-webkit-transform:perspective(400px) rotateY(10deg);}
	100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@-moz-keyframes flipInY{
	0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
	40%{-moz-transform:perspective(400px) rotateY(-10deg);}
	70%{-moz-transform:perspective(400px) rotateY(10deg);}
	100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
/*图片抖动end*/
@media(min-width:1200px) and (max-width:1400px){
.here .item {
	padding: 0 40px;
}
}
@media(min-width:992px) and (max-width:1200px){
.here .item {
	padding: 0 20px;
}
.here .item img{
	width: 80px;
}
.here .item h3 {
    font-size: 24px;
}
.here .item p {
    font-size: 15px;
}
}
@media(min-width:768px) and (max-width:992px){
.here .item {
	padding: 0 20px;
}
.here .item img{
	width:70px;
}
.here .item h3 {
    font-size: 22px;
}
.here .item p {
    font-size: 14px;
	line-height: 22px;
}
}
@media (max-width:768px){
.here-tit.tit h2 {
	line-height: 32px;
}
.here-tit.tit h2 font {
	font-size: 16px;
}
.here .item {
	padding: 0;
}
.here .item img{
	width:70px;
}
.here .item h3 {
    font-size: 18px;
    margin: 10px 0 12px;
}
.here .item p {
    font-size: 14px;
	line-height: 22px;
}
}
/* 打造智能化商业服务生态 */
.ecology-bg{
	background: url(../images/ecology-bg.png) no-repeat center fixed;
	background-size: cover;
	margin-top: 80px;
	height: 550px;
	margin-bottom: 240px;
}
.ecology-bg .tit h2,.ecology-bg .tit span{
	color: #fff;
}
.ecology-bg h2{
	background: url(../images/tit-bg1.png) no-repeat top center;
}
.ecology.owl-carousel .owl-stage-outer{
	overflow:visible;
}
.ecology .owl-stage-outer{
	margin-top: 100px;
}
.ecology .item {
	padding: 60px 50px ;
	background: #fff;
	border-radius: 30px 80px 30px 30px;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	height: auto;
	overflow: hidden;
}
.ecology .item dl,.ecology .item dl dt,.ecology .item dl dd,.ecology .item ul,.ecology .item ul li{
	width: 100%;
	float: left;
}
.ecology .item dl{
	position: relative;
	padding-bottom: 30px;
	margin-bottom:5px;
}
.ecology .item dl::after{
	position: absolute;
	content: '';
	width: 32px;
	height: 6px;
	left: 0;
	bottom: 0;
	background: url(../images/icon1.png) no-repeat;
}
.ecology .item dl dt img{
	float: left;
}
.ecology .item dl dt h2{
	margin-left: 16px;
	line-height:34px;
	font-size: 24px;
	float: left;
}
.ecology .item dl dd{
	line-height: 24px;
	color: #999;
	margin-top: 12px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
	height: 50px;
}
.ecology .item ul li{
	margin-top:32px;
	padding-left: 34px;
	font-size: 18px;
	line-height: 18px;
	background: url(../images/ecology.png) no-repeat left center;
}
.ecology .owl-item:hover{
	margin-top: -40px;
}
@media(min-width:768px) and (max-width:1200px){
.ecology-bg {
	height:450px;
	margin-bottom: 230px;
}
.ecology .item {
	padding: 40px;
	border-radius: 20px 50px 20px 20px;
}
.ecology .item dl dt img{
	width: 28px;
}
.ecology .item dl dt h2 {
    line-height: 28px;
    font-size: 22px;
    float: left;
}
.ecology .item ul li {
    margin-top:25px;
    font-size: 16px;
}
}
@media(max-width:768px){
.ecology-bg {
	height: 350px;
	margin:50px 0 180px;
}
.ecology .owl-item:hover{
	margin-top: 0px;
}
.ecology .owl-stage-outer {
    margin-top: 30px;
}
.ecology .item {
	padding: 40px;
	border-radius: 20px 50px 20px 20px;
}
.ecology .item dl dt img{
	width: 24px;
}
.ecology .item dl dt h2 {
    line-height: 24px;
    font-size:18px;
    float: left;
	margin-left: 14px;
}
.ecology .item ul li {
    margin-top:25px;
    font-size:15px;
}
.ecology .item dl {
    padding-bottom: 24px;
}
}
/* 实力综合展示 */
.power .item{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	border-radius: 30px;
	text-align: center;
	padding:60px 20px;
}
.power.owl-carousel .owl-stage-outer{
	overflow:visible;
}
.power .item p{
	margin:25px 0 0;
	line-height: 26px;
	font-size: 16px;
	height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
	padding:0 50px;
}
@media(min-width:768px) and (max-width:1200px){
.power .item {
	padding:30px 10px;
}
.power .item p {
    margin: 20px 0 0;
    padding: 0 23px;
}
.power .item img{
	height: 80px;
}
}
@media (max-width:768px){
.power .item {
	padding:30px 10px;
}
.power .item p {
	margin: 14px 0 0;
	padding: 0 23px;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
}
.power .item img{
	height: 60px;
}
}	
/*波浪*/
#bolang{
	padding-top: 40px;
    background: #f5f7f9;
}
#bolang canvas{
	bottom:-57px !important;
}
.bolang-bgfff{
	background: #fff !important;
}
@media (max-width: 768px){
#bolang{
	display: none;
}
}
/* 波浪end */
/* 无论是中小企业还是行业龙头 */
.digital{
	background: #f5f7f9;
	height: auto;
	overflow:hidden;
	padding: 90px 0 70px;
	margin-top:100px;
}
.digital-tit{
	font-size: 60px;
	line-height:78px;
	font-weight: bold;
}
.digital-tit span{
	font-size: 36px;
	font-weight: normal;
}
.number{
	height:auto;
	overflow:hidden;
	margin:80px 0 60px;
}
.number li{
	float:left;
	text-align:left;
}
.number li h1{
	line-height: 54px;
}
.number li h1 p{
	display:inline-block;
	font-family: 'dincondensedcregular';
	font-size:60px;
	font-weight: bold;
	margin: 0;
}
.number li h1 font,.number li span{
	font-size:20px;
	color: #999;
	font-weight: normal;
}
.number li h1 font{
	margin-left: 16px;
	letter-spacing: 5px;
}
.digital-logo{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.digital-logo img{
	width:184px;
	float: left;
	margin-right:59px;
}
.digital-logo img:nth-child(7){
	margin-left: 122px;
}
.digital-logo img:nth-child(6),.digital-logo img:nth-child(11){
	margin-right: 0;
}
.digital-logo img:nth-child(7),.digital-logo img:nth-child(8),.digital-logo img:nth-child(9),.digital-logo img:nth-child(10),.digital-logo img:nth-child(11){
	margin-top: 10px;
}
.digital-logo-app.owl-carousel.owl-loaded{
	display: none;
}
@media (min-width: 1200px) and (max-width: 1400px){
.digital {
	padding: 80px 0 60px;
}
.digital-tit {
    font-size: 50px;
	line-height: 68px;
}
.digital-tit span {
	font-size: 30px;
}
.digital-logo img{
    width: 170px;
    margin-right: 24px;
}
.digital-logo img:nth-child(7){
	margin-left:97px;
}
.number {
    margin: 60px 0 40px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.digital{
	padding: 60px 0 40px;
	margin-top:70px;
}
.digital-tit {
    font-size:44px;
	line-height:58px;
}
.digital-tit span {
	font-size:28px;
}
.number {
    margin: 40px 0 40px;
}
.digital-logo img{
    width: 135px;
    margin-right: 20px;
}
.digital-logo img:nth-child(7){
	margin-left:77.5px;
}
.number li h1 p {
    font-size: 50px;
}
.number li h1 font, .number li span {
    font-size:16px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.digital{
	padding:50px 0 30px;
	margin-top:80px;
}
.number {
	margin: 60px 0 40px;
}
.digital-logo li img{
	width:120px;
}
.digital-tit {
	font-size: 38px;
    line-height: 52px;
}
.digital-tit span {
	font-size:24px;
}
.number {
	margin:30px 0;
}
.number li h1 p {
	font-size: 44px;
}
.number li h1 font, .number li span {
	font-size:15px;
}
.digital-logo-app.owl-carousel.owl-loaded{
	display: block !important;
}
.digital-logo{
	display: none;
}
.digital-logo-app .item{
	text-align: center;
}
.digital-logo-app .item img{
	width: 80%;
}
}
@media (max-width: 768px){
.digital{
    padding: 30px 0;
    margin-top: 60px;
}
.number {
	margin: 60px 0 40px;
}
.digital-logo li img{
	width:120px;
}
.digital-tit {
	font-size:20px;
	line-height:28px;
}
.digital-tit span {
	font-size:16px;
}
.number {
	margin:24px 0;
}
.number li h1 {
    line-height: 32px;
}
.number li h1 p {
	font-size: 30px;
}
.number li h1 font, .number li span {
	font-size:12px;
}
.number li h1 font {
    margin-left: 9px;
    letter-spacing: 2px;
}
.digital-logo-app.owl-carousel.owl-loaded{
	display: block !important;
}
.digital-logo{
	display: none;
}
.digital-logo-app .item{
	text-align: center;
}
.digital-logo-app .item img{
	width: 90%;
}
}
/*底部跳动文字*/	
.beat-char {
    position: relative;
	display: inline-block;
	background: transparent;
}
.rotate{
	transform:rotate(360deg) ;
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg);
	-webkit-transition-duration: 0.7s;
}
/*底部跳动文字end*/
/* 底部 */
.footer-bg{
	background: #1f232c;
    height: auto;
    overflow: hidden;
	color: #fff;
}
.footer-tit{
	font-size: 52px;
	line-height: 60px;
	margin: 70px 0;
	font-weight: bold;
	cursor: pointer;
}
.footer{
	width: 100%;
	height: auto;
}
.footer-logo{
	float: left;
}
.footer-adress,.footer-call{
	width: 20%;
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: 110px;
}
.footer-adress li{
	width: 100%;
	float: left;
}
.footer-adress li:last-child{
	margin-top:38px;
}
.footer-adress li span,.footer-call span{
	color: #999;
	line-height: 16px;
    display: inline-block;
	width: 100%;
}
.footer-adress li p,.footer-call p{
	line-height:25px;
	margin: 10px 0 0;
}
.footer-nav{
	float: right;
	margin-bottom: 80px;
}
.footer-nav dl{
	text-align: right;
}
.footer-nav dl a{
	display: inline-block;
	color: #999;
	font-size: 18px;
	margin-left: 40px;
}
.footer-nav dl a:first-child,.footer-nav ul li:last-child{
	margin-left: 0;
}
.footer-nav dl a:hover{
	color: #fff;
}
.footer-nav ul{
	text-align: right;
	margin:70px 0 0;
	height: auto;
}
.footer-nav ul a{
	float: left;
	margin-left:20px;
	position: relative;
	cursor: pointer;
	display: block;
}
.footer-nav ul a:first-child{
	margin-left: 56px;
}
.footer-nav ul a img{
	background:rgba(255,255,255,0.1);
	border-radius: 50%;
}
.footer-nav ul a img:hover{
	background-color: #2e99a4;
}
.footer-nav ul a li{
	width: 170px;
	height: 245px;
	position: absolute;
	background: url(../images/code1.png) no-repeat;
	top: -256px;
    left: -55px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
	*display:none;
}
.footer-nav ul a.footer-code:hover li{
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	*display:block;
}
.footer-bottom{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 100px;
	color: #999;
	background: url(../images/footer-line.png) repeat-x top;
}
.footer-bottom a{
	color: #999;
	display: inline-block;
	padding-left:20px;
	margin-left:20px;
	background: url(../images/footer-icon5.png) no-repeat left center;
}
.footer-bottom a:hover{
	color: #fff;
}
@media (min-width: 1200px) and (max-width: 1400px){
.footer-nav dl a{
	font-size:16px;
	margin-left: 30px;
}
.footer-adress li p{
    line-height: 25px;
}
.footer-adress, .footer-call {
    margin-left: 80px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.footer-logo {
	width: 110px;
}
.footer-tit {
	font-size: 40px;
	margin:60px 0 70px;
}
.footer-nav dl a{
	font-size:14px;
	margin-left:20px;
}
.footer-nav ul a img {
    width:40px;
}
.footer-adress, .footer-call {
    margin-left:50px;
	width: 25%;
}
.footer-nav ul a:first-child{
	margin-left: 20px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.footer-logo {
	width: 140px;
}
.footer-tit {
	font-size:36px;
	margin:50px 0 40px;
}
.footer-nav dl a{
	font-size:14px;
	margin-left:20px;
}
.footer-nav ul a img {
    width:40px;
}
.footer-adress, .footer-call {
    margin-left: 52px;
    width: 33%;
}
.footer-nav{
	width: 100%;
    margin: 30px 0;
}
.footer-nav dl {
	float: left;
	line-height: 40px;
}
.footer-nav ul {
	float: right;
	margin: 0;
}
.footer-bottom {
	line-height: 70px;
}
}
@media (max-width: 768px){
.footer {
    text-align: center;
}
.footer-logo {
	display: none;
}
.footer-tit {
	font-size: 20px;
    margin: 40px 0 20px;
    line-height: 36px;
	text-align: center;
}
.footer-nav dl a{
	font-size:14px;
	margin-left:20px;
}
.footer-nav ul a img {
	width:40px;
}
.footer-adress, .footer-call {
	margin-left: 0;
	width:100%;
}
.footer-call{
	margin-top: 15px;
}
.footer-adress li p, .footer-call p {
    line-height: 25px;
    margin: 3px 0 0;
}
.footer-adress li:last-child {
    margin-top: 15px;
}
.footer-nav{
	width: 100%;
	margin: 15px 0 25px;
}
.footer-nav dl {
	float: left;
	line-height: 40px;
}
.footer-nav ul {
	float: right;
	margin: 0;
}
.footer-bottom {
    line-height: 25px;
    text-align: center;
    padding: 20px 0;
}
.footer-nav dl,.footer-nav ul{
	width: 100%;
	text-align: center;
}
.footer-bottom a{
	margin: 0;
}
.footer-nav ul{
	margin-top: 8px;
}
.footer-nav ul a {
    float: none;
	display: inline-block;
}
.footer-nav ul a:first-child{
	margin-left: 0;
}
.footer-nav ul a li {
    left: -65px;
}
}
/*新闻*/
.bannerBG{
	width: 100%;
	height: 700px;
	color: #fff;
	padding-top: 320px;
}
.banner-news{
	background: url(../images/news-banner.png) no-repeat top center fixed;
}
.bannerBG h2{
	font-size: 52px;
	font-weight: bold;
}
.bannerBG p{
	font-size: 18px;
	margin-top: 30px;
    line-height: 44px;
}
.news-tit{
	margin: 110px 0 30px;
}
.news-tit h2,.news-tit h2 b{
	font-size: 40px;
	line-height:70px;
}
.news-tit h2 b{
	font-weight: bold;
}
.news-tit p{
	font-size:18px;
	line-height:38px;
	margin:15px 0 0;
}
.news-list,.news-list dl dd{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list dl{
	width:-webkit-calc(33.33% - 40px);
	width:-moz-calc(33.33% - 40px);
	width:calc(33.33% - 40px);
	float: left;
	height: auto;
	overflow: hidden;
	margin:60px 60px 0 0;
	cursor: pointer;
}
.news-list dl dt,.news-list dl dt img{
	width: 100%;
	height: 285px;
	float: left;
	border-radius: 30px;
	overflow: hidden;
}
.news-list dl dt img{
	position: relative;
	z-index:1;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari å'Œ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}
.news-list dl:hover dt img {
	transform: scale(1.05, 1.05);
	-ms-transform:scale(1.05, 1.05); 	/* IE 9 */
	-moz-transform:scale(1.05, 1.05); 	/* Firefox */
	-webkit-transform:scale(1.05, 1.05); /* Safari å'Œ Chrome */
	-o-transform:scale(1.05, 1.05); 	/* Opera */
}
.news-list dl dd h3,.news-list dl dd p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.news-list dl dd h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
	margin-top:22px;
}
.news-list dl dd p{
	font-size: 14px;
	line-height:25px;
	margin: 15px 0;
	color: #666;
}
.news-list dl dd span{
	float:right;
	color: #666;
}
.pages{
	width: 100%;
	height: auto;
	overflow: hidden;
    text-align: center;
	margin: 80px 0;
}
.pages section{
    display: inline-block;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    width: auto;
}
.pages img{
	display: inline-block;
	float: left;
}
.pages ul{
	height: auto;
	overflow: hidden;
	background: #f8f9fa;
	display: inline-block;
	float: left;
	padding:8px 10px;
	margin:0 20px;
	border-radius: 20px;
}
.pages ul a{
	display: inline-block;
	float: left;
	line-height: 34px;
	width: 34px;
	text-align: center;
	color: #192021;
	margin-left: 5px;
	border-radius: 15px;
	font-weight: bold;
}
.pages ul a.active,.pages ul a.active:hover{
	background: #2e99a4;
	color: #fff;
}
.pages ul a:hover{
	background: #d5ebed;
}
.pages ul a:first-child{
	margin-left: 0;
}
@media (min-width: 992px){
.news-list dl:nth-child(3n){
	margin-right: 0;
}
}
@media (min-width: 1200px) and (max-width: 1400px){
.bannerBG {
	height: 600px;
	padding-top: 270px;
}
.news-list dl dt, .news-list dl dt img{
	height: 226px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.bannerBG {
	height: 500px;
	padding-top: 220px;
}
.bannerBG h2 {
    font-size: 48px;
}
.bannerBG p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 38px;
}
.news-tit {
    margin: 70px 0 10px;
}
.news-list dl dt, .news-list dl dt img{
	height: 184px;
}
.news-tit h2, .news-tit h2 b {
    font-size: 36px;
    line-height: 60px;
}
.news-tit p {
    font-size: 16px;
    line-height: 34px;
}
.news-list dl {
    width: -webkit-calc(33.33% - 27px);
    width: -moz-calc(33.33% - 27px);
    width: calc(33.33% - 27px);
    margin: 50px 40px 0 0;
}
.news-list dl dd h3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}
.news-list dl dd p {
    line-height: 25px;
    margin: 10px 0;
}
.pages {
    margin: 60px 0;
}
}
@media (min-width: 768px) and (max-width: 992px){
.bannerBG {
	height:400px;
	padding-top: 180px;
}
.bannerBG h2 {
	font-size: 40px;
}
.bannerBG p {
    font-size: 16px;
    margin-top: 25px;
    line-height: 32px;
}
.news-tit {
	margin:56px 0 0px;
}
.news-list dl dt, .news-list dl dt img{
	height:226px;
}
.news-tit h2, .news-tit h2 b {
	font-size: 30px;
    line-height: 50px;
}
.news-tit p {
	font-size: 16px;
	line-height: 34px;
}
.news-list dl {
	width: -webkit-calc(33.33% - 20px);
	width: -moz-calc(33.33% - 20px);
    width: calc(50% - 20px);
    margin: 40px 40px 0 0;
}
.news-list dl:nth-child(2n){
	margin-right: 0;
}
.news-list dl dd h3 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
.news-list dl dd p {
	line-height: 25px;
	margin: 10px 0;
}
.pages {
	margin: 60px 0;
}
}
@media (max-width: 768px){
.bannerBG {
	height: 250px;
    padding-top: 100px;
}
.bannerBG h2 {
	font-size: 30px;
}
.bannerBG p {
	font-size: 14px;
    margin-top: 18px;
	line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.news-tit {
	margin:30px 0 0;
}
.news-list dl dt, .news-list dl dt img{
	height:226px;
	border-radius: 20px;
}
.news-tit h2, .news-tit h2 b {
	font-size: 22px;
    line-height: 35px;
}
.news-tit p {
    font-size: 14px;
    line-height: 24px;
}
.news-list dl {
	width:100%;
	margin:30px 0px 0 0;
}
.news-list dl:nth-child(2n){
	margin-right: 0;
}
.news-list dl dd h3 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}
.news-list dl dd p {
    line-height: 22px;
    margin:8px 0;
}
.pages {
	margin:40px 0;
}
.pages ul{
	display: none;
}
.pages img {
    width: 40px;
    margin: 0 10px;
}
}
/* 新闻详情 */
.news-inside-tit{
	margin: 110px 0 30px;
}
.news-inside-tit h2{
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
}

.news-inside-tit span{
	color: #666;
	font-size: 16px;
	margin-top:20px;
	display: inline-block;
}
.news-inside{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;
}
.news-inside p{
	margin-bottom: 30px;
	line-height: 36px;
	font-size: 16px;
}
.news-inside img{
	width: 100%;
	border-radius: 30px;
	margin:0 0 15px 0;
}
@media (min-width: 992px) and (max-width: 1200px){
.news-inside-tit{
	margin: 70px 0 30px;
}
.news-inside-tit h2 {
    font-size: 34px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.news-inside-tit{
	margin:56px 0 30px;
}
.news-inside-tit h2 {
	font-size: 30px;
    line-height: 50px;
}
.news-inside-tit span {
    font-size: 14px;
    margin-top: 16px;
}
.news-inside p {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
}
.news-inside img {
    margin: 0 0 20px 0;
}
}
@media (max-width: 768px){
.news-inside-tit{
	margin:30px 0 20px;
}
.news-inside-tit h2 {
	font-size: 20px;
    line-height: 34px;
}
.news-inside-tit span {
	font-size: 14px;
	margin-top: 10px;
}
.news-inside p {
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 14px;
}
.news-inside img {
	border-radius:15px;
	margin: 0 0 20px 0;
}
}
/* 关于我们 */
.banner-about{
	background: url(../images/about-banner.png) no-repeat top center fixed;
}
.about1,.about2{
	padding: 120px 0;
	height: auto;
	overflow: hidden;
}
.about1-left{
	width:-webkit-calc(100% - 700px);
	width:-moz-calc(100% - 700px);
	width:calc(100% - 700px);
	float: left;
	height: auto;
	overflow: hidden;
}
.about1-left h2{
	font-size: 42px;
	margin-bottom: 30px;
}
.about1-left h2 font{
	font-size: 42px;
	font-weight: bold;
}
.about1-left p{
	font-size: 20px;
	color: #666;
	line-height: 44px;
	margin: 0;
}
.about1-left p span{
	display: inline-block;
	margin-top: 14px;
}
.about1-right{
	float: right;
	border-radius: 30px;
	overflow: hidden;
}
.about2{
	background-color: #f8f9fa;
}
.about2 ul,.about2 dl{
	width:-webkit-calc(50% - 30px);
	width:-moz-calc(50% - 30px);
	width:calc(50% - 30px);
	float: left;
	margin:0;
}
.about2 ul li,.about2 dl{
	border-radius: 30px;
	background-color: #fff;
	padding: 60px;
	position: relative;
}
.about2 dl{
	float: right;
}
.about2 ul li{
	float: left;
	width: 100%;
	height: 314px;
}
.about2 ul li:first-child{
	margin-bottom: 60px;
}
.about2 h2,.about2 p{
	display: inline-block;
	width: 100%;
	float: left;
}
.about2 h2{
	font-size: 28px;
	color: #2e99a4;
	font-weight: bold;
	margin-bottom:10px;
}
.about2 p{
	line-height: 34px;
	font-size: 18px;
	margin: 20px 0 0;
	color: #666;
	z-index: 1;
    position: relative;
}
.about2 p span{
	font-weight: bold;
	color:#192021;
}
.about2 img{
	position: absolute;
	bottom: 60px;
	right: 60px;
}
@media (min-width: 1200px) and (max-width: 1400px){
.about1, .about2 {
	padding: 110px 0;
}
.about1-right {
	width: 550px;
}
.about1-left {
    width: -webkit-calc(100% - 630px);
    width: -moz-calc(100% - 630px);
    width: calc(100% - 630px);
}
.about1-left h2,.about1-left h2 font{
    font-size: 36px;
    margin-bottom: 22px;
}
.about1-left p {
    font-size: 19px;
    line-height: 40px;
}
.about2 ul li {
    height: 331px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.about1, .about2 {
	padding: 90px 0;
}
.about1-right {
	width: 450px;
}
.about1-left {
    width: -webkit-calc(100% - 510px);
    width: -moz-calc(100% - 510px);
    width: calc(100% - 510px);
}
.about1-left h2,.about1-left h2 font{
	font-size: 30px;
    margin-bottom: 20px;
}
.about1-left p {
	font-size: 16px;
    line-height: 32px;
}
.about2 ul li {
    height:290px;
}
.about2 h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.about2 p {
    line-height: 30px;
    font-size: 16px;
	margin: 15px 0 0;
}
.about2 ul li, .about2 dl {
    padding: 50px;
}
.about2 img {
    bottom: 40px;
    right: 40px;
    width: 100px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.about1, .about2 {
	padding:80px 0;
}
.about1-right,.about1-left{
	width: 100%;
}
.about1-left h2,.about1-left h2 font{
	font-size: 28px;
	margin-bottom: 10px;
}
.about1-left p {
	font-size: 16px;
	line-height:36px;
	margin-bottom: 20px;
}
.about1-left p span {
    margin-top: 8px;
}
.about2 ul, .about2 dl{
	width: 100%;
}
.about2 ul li,.about2 ul li:first-child{
	height:230px;
	margin-bottom: 40px;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
}
.about2 ul li:first-child{
	margin-right: 40px;
}
.about2 h2 {
	font-size: 22px;
	margin-bottom: 5px;
}
.about2 p {
	line-height: 30px;
	font-size: 16px;
	margin: 15px 0 0;
}
.about2 ul li, .about2 dl {
	padding: 50px;
}
.about2 img {
	bottom: 30px;
	right: 30px;
	width: 90px;
}
}
@media (max-width: 768px){
.about1 {
	padding:30px 15px;
}
.about2 {
	padding:30px 0px;
}
.about1-right,.about1-left{
	width: 100%;
}
.about1-right {
    border-radius: 20px;
}
.about1-left h2,.about1-left h2 font{
	font-size: 22px;
	margin-bottom: 8px;
}
.about1-left p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}
.about1-left p span {
    margin-top: 8px;
}
.about2 ul, .about2 dl{
	width: 100%;
}
.about2 ul li,.about2 ul li:first-child{
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    padding:30px 30px 50px;
	border-radius: 20px;
}
.about2 h2 {
	font-size: 20px;
	margin-bottom: 5px;
}
.about2 p {
    line-height: 26px;
    font-size: 14px;
    margin: 10px 0 0;
}
.about2 dl {
    padding:30px 30px 50px;
	border-radius: 20px;
}
.about2 img {
	bottom: 20px;
    right: 20px;
    width: 75px;
}
}
/* 装修密码的客户这样说 */
.client{
	width: 100%;
	height: 530px;
	background:url(../images/about-img2.png) no-repeat left center;
	background-size: contain;
	padding:78px 0 78px 292px;
	margin: 30px 0 80px;
	float: left;
}
.client ul{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.client ul li{
	float: left;
	width: 350px;
	padding: 40px;
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	box-shadow: 0px 0px 30px rgba(0,0,0,.05);
}
.client ul li:nth-child(2),.client ul li:nth-child(3){
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	opacity: 0.6;
}
.client ul li:nth-child(2){
	margin:0 20px 0 38px;
}
.client ul li p{
	font-size: 16px;
	line-height: 32px;
	padding: 30px 0;
	position: relative;
	margin: 0;
	height: 190px;
}
.client ul li p::before,.client ul li p::after{
	content: '';
	position: absolute;
	width: 23px;
	height: 18px;
	background: url(../images/about-icon4.png) no-repeat;
	background-size: contain;
}
.client ul li p::before{
	top: 0;
	left: 40px;
}
.client ul li p::after{
	bottom: 0;
	right: 0;
}
.client ul li dl{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.client ul li dl .client-head{
	width: 42px;
	height: 42px;
	border-radius:50%;
	float: left;
	margin-right: 20px;
}
.client ul li dl h3{
	font-size: 16px;
	line-height: 24px;
}
.client ul li dl .client-star{
	width: 61px;
}
.client-pages{
	float: right;
    margin-top: 28px;
	padding-right: 16px;
}
.client-pages img{
	float: left;
	margin-left: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px){
.client{
	height: 480px;
	padding:63px 0 63px 150px;
}
.client ul li {
    width: 318px;
}
.client ul li:nth-child(2) {
    margin: 0 8px 0 26px;
}
.client ul li p {
    font-size: 15px;
	line-height: 30px;
}
.client ul li dl {
    margin-top: 40px;
}
.client-pages {
    margin-top: 13px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.client{
	height: 480px;
	padding:63px 0 63px 250px;
	margin: 20px 0 80px;
}
.client ul li {
    width: 317px;
}
.client ul li:nth-child(2) {
    margin: 0 0px 0 26px;
}
.client ul li:nth-child(3) {
	display: none;
}
.client ul li p {
    font-size: 15px;
	padding: 20px 0;
	line-height: 30px;
}
.client ul li dl {
    margin-top: 40px;
}
.client ul li p::before, .client ul li p::after {
    width: 18px;
    height: 14px;
}
.client-pages {
    margin-top: 19px;
}
.client-pages img {
    width: 44px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.client{
	height: 480px;
	padding:78px 0 78px 250px;
	margin: 20px 0 80px;
}
.client ul li {
	width: 454px;
}
.client ul li:nth-child(2),.client ul li:nth-child(3) {
	display: none;
}
.client ul li p {
	font-size: 15px;
	padding: 20px 0;
	line-height: 30px;
    height: 150px;
}
.client ul li dl {
	margin-top: 50px;
}
.client ul li p::before, .client ul li p::after {
	width: 18px;
	height: 14px;
}
.client-pages {
	margin-top: 34px;
}
.client-pages img {
	width: 44px;
}
}

@media (max-width: 768px){
.client{
    height: auto;
	padding:0;
	margin:30px 0 40px;
	background:none;
}
.client ul li {
	width: 100%;
	border-radius: 20px;
	padding: 30px;
}
.client ul li:nth-child(2),.client ul li:nth-child(3) {
	display: none;
}
.client ul li p {
    font-size: 14px;
    padding: 24px 0;
    line-height: 30px;
    height: 165px;
}
.client ul li dl {
	margin-top: 50px;
}
.client ul li p::before, .client ul li p::after {
	width: 18px;
	height: 14px;
}
.client-pages {
	margin-top:30px;
	width: 100%;
	text-align: center;
	padding: 0;
}
.client-pages img {
	width: 40px;
	float: none;
    margin: 0 10px;
}
}
/* 帮助中心 */
.banner-help{
	background: url(../images/help-banner.png) no-repeat top center fixed;
	text-align: center;
}
.help-search{
	width: 640px;
	height: 64px;
	background: #fff;
	border-radius: 20px;
	line-height: 64px;
	position: relative;
	margin:30px auto;
}
.help-search::before{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 30px;
	top:21px;
	background: url(../images/help-icon1.png) no-repeat center;
}
.help-search input{
	border: none;
	width: 100%;
	padding: 0 30px 0 60px;
	border-radius: 20px;
	outline: none;
	color: #192021;
}
.help{
	padding:100px 0 80px;
}
.help1{
	width: 100%;
	overflow: hidden;
	height: auto;
	margin:0;
}
.help1 li{
	height: 120px;
	background: #fafbfc;
	padding:32px 40px 0px 94px !important;
	line-height: 100px;
	font-size: 22px;
	font-weight: bold;
	background-size: 38px;
	border-radius: 30px;
	margin-left: 40px;
	cursor: pointer;
	line-height: 30px;
	box-shadow: none !important;
	text-align: initial !important;
}
.help1 li span{
	font-size: 16px;
	font-weight: normal;
	float: left;
}
.help1 li span b{
	margin: 0 5px 0 0;
}
.help1 li:nth-child(1){
	margin-left: 0;
	background: #fafbfc url(../images/product-icon1.png) no-repeat 40px 42px;
}
.help1 li:nth-child(2){
	background: #fafbfc url(../images/product-icon2.png) no-repeat 40px 42px;
}
.help1 li:nth-child(3){
	background: #fafbfc url(../images/product-icon3.png) no-repeat 40px 42px;
}
.help1 li:nth-child(4){
	background: #fafbfc url(../images/product-icon4.png) no-repeat 40px 42px;
}
.help1 li:nth-child(5){
	background: #fafbfc url(../images/product-icon5.png) no-repeat 40px 42px;
}
.help1 li:nth-child(1):hover{
	background: #eaf5f6 url(../images/product-icon1-1.png) no-repeat 40px 42px;
}
.help1 li:nth-child(2):hover{
	background: #eaf5f6 url(../images/product-icon2-1.png) no-repeat 40px 42px;
}
.help1 li:nth-child(3):hover{
	background: #eaf5f6 url(../images/product-icon3-1.png) no-repeat 40px 42px;
}
.help1 li:nth-child(4):hover{
	background: #eaf5f6 url(../images/product-icon4-1.png) no-repeat 40px 42px;
}
.help1 li:nth-child(5):hover{
	background: #eaf5f6 url(../images/product-icon5-1.png) no-repeat 40px 42px;
}
.help1 li:hover{
	color: #2e99a4;
}
.help2{
	margin-top: 100px;
}
.help2 h1{
	font-size: 42px;
	font-weight: bold;
}
.help2 h1 span{
	font-size: 24px;
}
.help2 .item{
	background: #fafbfc;
	border-radius: 30px;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.help2 dl{
	margin:40px 40px 30px;
	height: auto;
	overflow: hidden;
}
.help2 dl img{
	width: 50px;
	height: 50px;
	float: left;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.03);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.03);
	border-radius: 10px;
}
.help2 dl dd{
	float: left;
	margin-left: 20px;
}
.help2 dl dd p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}
.help2 dl dd span{
	display: inline-block;
	padding: 0 10px;
	line-height: 22px;
	background: #fff;
	border-radius: 15px;
	color: #666;
	font-size: 12px;
}
.help2 ul{
	padding: 0 20px;
	height: auto;
	overflow: hidden;
	width: 100%;
	margin: 0;
	height: 240px;
}
.help2 ul a{
	display: inline-block;
	width: 100%;
	float: left;
	padding:0 20px;
	line-height: 40px;
	color: #666;
}
.help2 ul a:hover{
	background: #2e99a4;
	color: #fff;
	position: relative;
	border-radius: 10px;
}
.help2 ul a:hover:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 16px;
	right:20px;
	background: url(../images/help-icon3.png) no-repeat;
}
.help2 .owl-item:hover .item{
	margin-top: -20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	box-shadow: 0px 0px 30px rgba(0,0,0,.05);
}
.help2 .owl-carousel{
	padding-top: 70px;
}
.help2 .owl-carousel .owl-stage-outer{
	overflow: inherit;
}
@media (min-width: 1200px) and (max-width: 1400px){
.help1 li{
	line-height: 30px;
	font-size: 20px;
    height: 100px;
	border-radius: 20px !important;
    padding: 22px 0px 0px 89px !important;
}
.help1 li,.help1 li:hover{
	background-position: 30px 31px !important;
}
.help1 li span{
	display: inline-block;
	font-size: 15px;
}
.help2 {
    margin-top: 80px;
}
.help2 h1 {
    font-size: 36px;
}
.help1 li span b{
	margin: 0 5px 0 0;
}	
}
@media (max-width: 1200px){
.help {
	padding-top:90px;
}
.help1 li{
	line-height: 25px;
	padding: 20px 0 0;
	text-align: center;
	font-size: 20px;
	height: auto;
	padding:70px 0 20px !important;
	border-radius: 20px !important;
	background-position:center 20px !important;
	text-align:center !important;
}
.help1 li span{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	float: inherit;
}
.help1 li span b{
	display: none;
}
.help2 {
    margin-top: 80px;
}
.help2 h1 {
    font-size: 36px;
}
.help2 .owl-carousel {
    padding-top: 60px;
}
}
@media (min-width: 769px) and (max-width: 992px){
.help {
	padding-top:80px;
}
.help2 {
    margin-top: 70px;
}
.help2 .owl-carousel {
    padding-top: 50px;
}
.help1 li{
	margin-left: 30px;
}
.help-search {
    width: 500px;
    height: 54px;
    line-height: 54px;
    margin: 10px auto;
}
.help-search::before {
    top: 16px;
}
}
@media (max-width: 768px){
.help1 li{
	margin-left: 20px;
	background-size: 22px !important;
	font-size: 14px;
	line-height: 20px;
	background-position:20px center !important;
	padding: 20px 0;
	text-align: left;
	padding-left:55px;
	border-radius: 20px !important;
}
.help1 li:nth-child(4){
	margin-right:0px;
}
}
@media (max-width: 767px){
.help1 li{
	margin-left: 20px;
	background-size: 30px !important;
	font-size: 15px;
	line-height: 22px;
	background-position:center 20px !important;
	text-align: left;
	padding-left:55px;
	border-radius: 20px !important;
	padding: 60px 0 20px !important;
}
.help1 li:nth-child(1),.help1 li:nth-child(3){
	margin-left: 0;
}
.help1 li:nth-child(1),.help1 li:nth-child(2){
}
}
@media (max-width: 768px){
.help{
	padding:65px 15px 50px;
}
.help1 li span{
	font-size: 12px;
}
.help2 {
    margin-top:40px;
}
.help2 h1 {
    font-size:22px;
}
.help2 h1 span {
    font-size: 14px;
}
.help2 .owl-carousel {
    padding-top:30px;
}
.help2 dl dd p {
    font-size: 15px;
}
.help2 dl dd p {
    margin-bottom: 6px;
}
.help2 .owl-item:hover .item{
	margin-top: 0px;
	background: #fafbfc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.help2 .item {
    border-radius: 20px;
    padding-bottom: 20px;
}
.help2 dl {
    margin: 30px 30px 20px;
}
.help-search{
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,.05);
	box-shadow: 0px 0px 30px rgba(0,0,0,.05);
}
}
/* 帮助中心 - 搜索结果页面 */
.help-search::after{
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	right: 30px;
	top:24px;
	background: url(../images/help-icon4.png) no-repeat center;
}
.search{
	padding-top: 100px;
}
.search-num,.search-result li span{
	color: #999;
}
.search-result,.search-result li{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.search-result li{
	float: left;
	margin-top:80px;
}
.search-result li:nth-child(1){
	margin-top: 50px;
}
.search-result li h2{
	font-size: 22px;
	font-weight: bold;
}
.search-result li font{
	color: #2e99a4;
}
.search-result li p{
	color: #666;
	line-height: 32px;
	font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
    overflow: hidden;
	margin: 25px 0 20px;
}
.search-no-result{
	text-align: center;	
}
.search-no-result img{
	margin: 180px 0 80px;
	width: 350px;
}
.search-no-result p{
	color: #999;
	font-size: 24px;
    line-height: 50px;
	margin-bottom: 180px;
}
@media (max-width: 1200px){
.search {
	padding-top:90px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.search {
	padding-top:80px;
}
.search-result li:nth-child(1) {
    margin-top: 40px;
}
.search-result li {
    margin-top: 60px;
}
.search-result li h2 {
    font-size: 20px;
}
.search-no-result p {
	font-size: 20px;
    line-height: 40px;
    margin-bottom: 120px;
}
.search-no-result img {
    margin: 120px 0 60px;
    width: 300px;
}
}
@media (max-width: 768px){
.search {
	padding-top:65px;
}
.search-result li:nth-child(1) {
    margin-top: 30px;
}
.search-result li {
    margin-top: 40px;
}
.search-result li h2 {
    font-size: 18px;
}
.search-no-result img {
    margin: 80px 0 40px;
    width: 210px;
}
.search-no-result p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 80px;
}
}
/* 帮助中心 - 详情 */
.lsm-sidebar{
	padding-bottom: 20px
}
.left-side-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
}
.left-side-menu{
    height: calc(100% - 135px);
    width:300px;
	margin-top: 135px;
}
.lsm-container {
    height: calc(100% - 38px);
    transition: all .3s;
    z-index: 100;
}
.lsm-sidebar ul{
	margin:0;
}
.lsm-sidebar a{
    display: block;
    overflow: hidden;
    color: #192021;
    transition: all .3s;
	padding: 20px 0 20px 15px;
	position: relative;
}
.lsm-sidebar a.fa::after{
	position: absolute;
	content: "";
	left: 15px;
	width: 14px;
	height: 14px;
	background: url(../images/icon-right.png) no-repeat center;
}
.lsm-sidebar .sidebar1.lsm-sidebar-show a.sidebar1-1::after,.lsm-sidebar .sidebar2.lsm-sidebar-show a.sidebar2-1::after{
	background: url(../images/icon-bottom.png) no-repeat center;
}
.lsm-sidebar .sidebar1.lsm-sidebar-show a.sidebar1-1 span,.lsm-sidebar .sidebar2.lsm-sidebar-show a.sidebar2-1 span{
	font-weight: bold;
}
.lsm-sidebar .sidebar2 a{
	padding-top:15px;
	padding-bottom: 15px;
}
.lsm-sidebar a span{
    margin-left: 10px;
	float: left;
	line-height: 14px;
}
.lsm-sidebar .lsm-sidebar-item .lsm-sidebar-item >ul>li a span{
    margin-left:37px;
}
.lsm-sidebar-item{
    position: relative;
}
.lsm-sidebar-item.lsm-sidebar-show{
    border-bottom: none;
}
.lsm-sidebar-item ul{
    display: none;
}
.lsm-sidebar-item.lsm-sidebar-show{
	background: #fafbfc;
	border-radius: 10px;
	padding-bottom: 5px;
}
.lsm-sidebar-item.lsm-sidebar-show ul{
    display: block;
}
.lsm-sidebar-more{
    font-size: 12px;
    transition: transform .3s;
	float: left;
	line-height: 14px;
}
.lsm-sidebar-item img{
	float: left;
	margin-left:22px;
}
.lsm-sidebar-item ul li a{
	padding-left: 50px;
}
.lsm-sidebar-item ul li a.fa::after{
	left: 40px;
}
.help-content{
	height: 100%;
	position: relative;
}
.menu-title{
	padding-left:30px;
	background: url(../images/product-icon1-1.png) no-repeat left center;
	background-size: 20px;
	line-height: 20px;
	font-size: 16px;
	margin: 15px 0 18px;
}
.right-side{
	height: calc(100% - 120px);
	width: calc(100% - 300px);
	position: absolute;
	top: 120px;
	right: 0;
	padding:0 60px;
}
.right-side-top{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.right-side-top ul{
	float: left;
	margin:0;
	padding-bottom: 20px;
}
.right-side-top ul li{
	line-height: 50px;
	background: url(../images/icon-right.png) no-repeat right center;
	padding-right: 20px;
	margin-right: 14px;
	color: #999;
	float: left;
	cursor: pointer;
}
.right-side-top ul li:last-child{
	background: none;
	padding-right: 0;
	margin-right: 0;
}
.input-search{
	border: 1px #eee solid;
	border-radius: 20px;
	line-height:48px;
	padding: 0 20px;
	outline: none;
	width: 300px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.right-side-top input::-webkit-input-placeholder{
	color: #ccc;
}
.right-side-top input::-moz-input-placeholder{
	color: #ccc;
}
.right-side-top input::-ms-input-placeholder{
	color: #ccc;
}
.right-side-content{
	padding-bottom:70px;
}
.right-side-content,.right-side-content section{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.right-side-content h2{
	font-size: 36px;
	font-weight: bold;
	margin:25px 0 10px;
}
.right-side-content section p{
	font-size: 16px;
	line-height: 40px;
	margin-top: 20px;
}
.right-side-content section p b{
	font-weight: bold;
}
.right-side-content section img{
	margin-top: 20px;
}
.sidebar2.lsm-sidebar-show ul{
	display: block !important;
}
.sidebar2.lsm-sidebar-show ul span{
	font-weight: bold;
}
.fixed-btn{
	display: none;
}
@media(max-width: 1200px){
.help-content{
	width: 100%;
}
.right-side-top input{
	width: 260px;
}
.left-side-menu {
	width: 240px;
}
.right-side {
    width: calc(100% - 240px);
}
}
@media (min-width: 768px) and (max-width: 992px){
.right-side-top input{
	width: 97px;
}
.right-side-content h2 {
    font-size: 30px;
    margin: 10px 0 10px;
}
.right-side-content section p {
    font-size: 15px;
	line-height: 32px;
    margin-top: 15px;
}
}
@media (min-width: 767px) and (max-width: 768px){
.right-side-content h2 {
	font-size: 28px;
	margin: 0px 0 10px;
}
.left-side-menu {
	height: calc(100% - 95px);
	width: 240px;
	margin-top: 95px;
}
.right-side {
    height: calc(100% - 80px);
    width: calc(100% - 240px);
    top: 80px;
    right: 0;
    padding: 0 15px 0 45px;
}
}
@media (max-width: 767px){
.cbbfixed,.display-none{
	display: none;
}
.fixed-btn{
	display: block;
}
.right-side {
    height: calc(100% - 80px);
    width: 100%;
    padding: 0;
	top: 80px;
	position: relative;
}
.slimScrollDiv{
	height: calc(100% - 45px) !important;
}
.right-side-content{
	height: 100% !important;
}
.right-side-top ul {
	padding-bottom:15px;
}
.right-side-top ul li {
    line-height: 30px;
}
.right-side-top input {
	display: none;
}
.right-side-content h2 {
    font-size: 26px;
    margin:10px 0 15px;
}
.right-side-content section p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
}
.right-side-content {
    padding-bottom: 30px;
}
.menu-title {
	padding-left: 28px;
    background-size: 18px;
    font-size: 15px;
    margin: 0;
    display: inline-block;
}
.left-side-menu {
    height:100%;
    width: 100%;
    margin-top: 0;
}
.input-search{
	float: none;
	margin-bottom: 15px;
	font-size: 14px;
	width: 100%;
	border-radius: 13px;
    line-height: 44px;
}
}
/*帮助中心-APP目录*/
.fixed-btn{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    background: #4a4a4a;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    font-size: 18px;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 13rem);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 13rem 0 0 0;
    pointer-events: none;
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 0rem);
    overflow: hidden;
}
.modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
	box-shadow: none;
	border: none;
	border-radius: 20px 20px 0 0; 
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-header{
	border: none;
	padding: 20px 15px;
}
.modal-body{
	padding-top: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease  ;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, 25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal{
	padding: 0 !important;
}
/* APP下载 */
.download-bg{
    width: 100%;
    background:#040412  url(../images/download-bg.png) no-repeat top center fixed;
	background-size: cover;
}
.algin-left{
	text-align: left;
}
.algin-right{
	text-align: right;
}
.pl-40{
	padding-left: 40px;
}
.pr-40{
	padding-right: 40px;
}
.download{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top:350px;
}
.download:first-child{
	padding-top: 250px;
}
.download:last-child{
	margin-bottom:200px;
}
.download-img{
	float: left;
	width: 50%;
}
.download-img img{
	width: 94%;
}
.download-con{
	width: 50%;
	float: left;
	color: #fff;
}
.download-con h2{
	font-size: 56px;
	font-weight: bold;
	margin:20px 0 40px;
}
.download-con p{
	font-size: 20px;
	line-height: 44px;
}
.download-con dl{
	width: 100%;
	margin-top: 100px;
}
.download-con dl dt,.download-con dl dt a{
	width: 257px;
	float: left;
}
.download-con dl dt a{
	display: inline-block;
	line-height: 80px;
	background: #fff;
	color: #192021;
	text-align: center;
	font-size: 20px;
	border-radius: 20px;
}
.download-con dl dt a:last-child{
	margin-top: 40px;
}
.download-con dl dt a span{
	display: inline-block;
	padding-left:45px;
}
.download-con dl dt a:first-child span{
	background: url(../images/download-icon1.png) no-repeat left center;
}
.download-con dl dt a:last-child span{
	background: url(../images/download-icon2.png) no-repeat left center;
}
.download-con dl dd{
	float: left;
	padding-left: 30px;
}
@media (min-width: 1200px) and (max-width: 1400px){
.download-con h2 {
    font-size: 44px;
    margin: 10px 0 30px;
}
.download-con p {
    font-size: 18px;
    line-height: 40px;
}
.download-con dl {
    margin-top: 70px;
}
.download-con dl dt a {
    line-height: 70px;
    font-size: 18px;
}
.download-con dl dt, .download-con dl dt a {
    width: 230px;
}
.download-con dl dd img{
	width: 180px;
}
.download {
    padding-top: 280px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.download {
    padding-top: 230px;
}
.download-con h2 {
	font-size: 40px;
    margin: 0px 0 20px;
}
.download-con p {
    font-size: 16px;
    line-height:34px;
}
.download-con dl {
    margin-top: 30px;
}
.download-con dl dt a {
    line-height: 60px;
    font-size: 16px;
}
.download-con dl dt, .download-con dl dt a {
    width:190px;
}
.download-con dl dt a:first-child span {
    background-size: 24px;
}
.download-con dl dd img{
	width: 150px;
}
.download-con dl dt a span {
    padding-left: 40px;
}
.download-con dl dt a:last-child {
    margin-top: 30px;
}
.download:last-child {
    margin-bottom: 160px;
}
}
@media (min-width: 993px){
.download-app{
	display: none;
}
}
@media (max-width: 992px){
.download-pc{
	display: none;
}
.download{
	overflow: visible;
}
.download:first-child {
	padding-top: 130px;
}
.download-img{
	width: 100%;
	text-align: center;
	float: none;
}
.download-img img {
    width: 50%;
}
.download-con {
    width: 100%;
    color: #fff;
    padding: 0;
	float: none;
}
.download-con h2 {
    font-size: 34px;
    margin: 50px 0 20px;
	text-align: center;
}
.download-con p {
    font-size: 18px;
    line-height: 36px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.download{
    padding-top:180px;
}
.download:last-child {
    margin-bottom: 120px;
}
.download-con dl dt, .download-con dl dt a{
	float: none;
	width: 220px;
}
.download-con dl {
    margin-top: 40px;
}
.download-con dl dt a {
    line-height: 70px;
    font-size: 16px;
    border-radius: 20px;
}
.download-con dl dt a span {
	background-size:24px !important;
    padding-left: 38px;
}
.download-con dl dt:last-child a span {
    background: url(../images/download-icon2.png) no-repeat left center;
}
.code-app{
	display: none;
}
.code-ipad{
	text-align: center;
}
.code-ipad dt{
	position: relative;
	display: inline-block;
    margin: 0 15px;
}
.code-ipad dt a{
	display: block;
	position: relative;
	z-index: 10;
}
.code-ipad dt img{
	position: absolute;
	width: 130px;
	z-index: 1;
	left: 45px;
	top: 0px;
	opacity: 0;
	-webkit-transition: top 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-moz-transition: top 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-o-transition: top 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-ms-transition: top 0.4s ease-in-out, opacity 0.6s ease-in-out;
	transition: top 0.4s ease-out, opacity 0.6s ease-out;
}
.code-ipad dt:hover img{
	top: 90px;
	opacity: 1;
}
}
@media(max-width:767px){
.code-ipad{
	display: none;
}
.download {
    padding-top: 120px;
}
.download:last-child {
    margin-bottom:80px;
}
.download-img img {
    width: 80%;
}
.download-con h2 {
    font-size: 30px;
    margin: 40px 0 20px;
}
.download-con p {
    font-size: 14px;
    line-height: 30px;
}
.download-con dl {
    margin-top: 20px;
}
.download-con dl dt{
	width: 100%;
	text-align: center;
	float: none;
}
.download-con dl dt a{
	width: 150px;
	float: none;
    line-height: 50px;
    font-size: 14px;
    border-radius: 15px;
	margin: 0 8px;
}
.download-con dl dt a span {
    padding-left: 30px;
    background-size: 20px !important;
}
.download-con dl dt a:last-child {
    margin-top: 0px;
}
}
@media(max-width:320px){
.download-con dl dt a:last-child {
	margin-top: 15px;
}
}