* {
	font-family: 'Microsoft YaHei', serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
}
html,
body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #35A6F0;
}

.center {
	text-align: center;
}

.center-sec img {
	display: block;
	margin: 0 auto;
}

.gray {
	color: #aaa;
}

.orange {
	color: orange;
}

.f-left {
	float: left;
}

#head {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

#head table {
	width: 100%;
}

#head ul {
	float: right;
}

#head li {
	list-style: none;
	float: left;
	margin: 0 5px;
}

#head a {
	font-size: 18px;
	padding: 6px 18px;
	font-weight: 400;
	color: #fff;
}

#head a.on,
#head a:hover {
	color: #ffd862;
}

#head a:hover {
	border-bottom: 2px solid #ffd862;
}

#head .reg {
	background: #2E64C6;
	opacity: 1;
	padding: 5px 12px;
	border-radius: 4px;
	margin-left: 5px;
}

#head .reg:hover {
	background: #4334CB;
	border: 0;
	color: #fff;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

#foot .main {
	background: #2D2D2D;
	padding: 35px 0;
}

#foot .main table {
	width: 610px;
	margin: 0 auto;
}

#foot .main th {
	vertical-align: top;
	width: 180px;
}

#foot .main td {
	vertical-align: top;
	padding-top: 8px;
}

#foot .main td .tit {
	font-size: 18px;
	padding-bottom: 50px;
	color: #fafafa;
}

#foot .main td .gray {
	color: #888;
}

#foot .main td:last-child {
	border: 0;
}

#foot .main .contact {
	color: #ddd;
	padding: 5px 0;
}

#foot .main .contact li {
	padding: 10px 0;
	color: #bbb;
	font-size: 14px;
	display: block;
	line-height: 1;
}

#foot .main .contact li:first-child {
	padding-top: 0;
}

#foot .main .contact label {
	color: #777;
	font-size: 14px;
	display: inline-block;
	width: 90px;
}

#foot .main .menus {
	text-align: center;
	padding-bottom: 32px;
	line-height: 1;
	border-bottom: 1px solid #383838;
	width: 1000px;
	margin: 0 auto 30px auto;
}

#foot .main .menus a {
	font-size: 14px;
	border: 1px solid #404040;
	margin: 0 5px;
	border-radius: 3px;
	display: inline-block;
	width: 85px;
	text-align: center;
	padding: 10px 0;
	/*&::after {content: '|'; padding: 0 18px; color: #444;}
				&:last-child::after {content: '';}
				&:hover {color: orangered;}
				&.reg {color: orange; &:hover {color: orangered;}}*/
}

#foot .main .menus a:hover {
	border-color: #2E95DE;
}

#foot .cs-contact {
	color: #aaa;
	width: 120px;
	border: 3px solid #393939;
	margin-right: 20px;
}

#foot .cs-contact .cs-tit {
	text-align: center;
	color: #777;
	font-size: 12px;
	padding: 8px 0;
	background: #333;
}

#foot .cs-contact img {
	display: block;
	width: 120px;
	height: 120px;
}

.copyright {
	background: #333;
	padding: 30px 0;
	line-height: 1;
	text-align: center;
	color: #aaa;
	font-size: 14px;
}

.copyright a {
	color: #aaa;
	font-size: 14px;
}

.copyright .logo {
	padding-right: 50px;
	height: 25px;
	position: relative;
	top: 4px;
	padding: 0 30px;
}

#side {
	position: fixed;
	right: 10px;
	bottom: 150px;
}

#side img {
	cursor: pointer;
	opacity: 0.8;
	z-index: 10;
}

#side img:hover {
	opacity: 1;
}

#side li {
	padding: 5px 0;
}

#side .tel .tel-cont {
	display: none;
	position: absolute;
	width: 410px;
	margin-left: -325px;
	margin-top: -86px;
	opacity: 1;
}

#side .tel:hover .tel-cont {
	display: block;
}

.home-head {
	background-color: transparent;
	background-size: cover;
	padding: 0;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

.home-head-bg {
	width: 100%;
	font-size: 0px;
	/* overflow: hidden; */
	display: flex;
}

.home-head-bg .bgImgs {
	/* top: 0; */
	/* left:100%; */
	font-size: 0px;
	width: 0;
	transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
}

.home-head-bg .firBgImgs {
	width: 100%;
}

.home-head-bg img {
	width: 100%;
	border: none;
}

.home-head-bg .bgText {
	width: auto;
	border: none;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: opacity 1.5s linear 1s;
	-moz-transition: opacity 1.5s linear 1s;
	-webkit-transition: opacity 1.5s linear 1s;
	-o-transition: opacity 1.5s linear 1s;
}

.home-head-bg .firstText {
	left: 20%;
	top: 50%;
	transform: translate(-20%, -50%);
}

.home-head-bg-body {
	position: fixed;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	top: 0;
	z-index: 99;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.home-head .arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -100%);
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px 15px;
	border-radius: 7px;
	cursor: pointer;
	z-index: 3;
}

.home-head .left_arrow {
	left: 50px;
}

.home-head .right_arrow {
	right: 50px;
}

.home-head-body {
	position: fixed;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	top: 0;
	z-index: 99;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.home-prd {
	text-align: center;
	margin-top: 180px;
}

.home-prd .slogan {
	font-size: 20px;
	letter-spacing: 5px;
	padding: 0 50px 15px 0;
	color: #ccc;
}

.home-prd img {
	margin: 0 auto;
	display: block;
	padding-left: 75px;
}

.home-prd-intro {
	padding-top: 50px;
}

.home-prd-intro .subtit {
	color: #d4d4d4;
	font-size: 16px;
}

.home-prd-intro .subtit:hover {
	color: #fff;
}

.home-feat {
	text-align: center;
}

.home-feat li {
	display: inline-block;
	border: 1px solid #e5e5e5;
	text-align: center;
	width: 232px;
	height: 162px;
	font-size: 18px;
	margin: 0 15px;
	padding-top: 65px;
}

.home-feat li:hover {
	border-color: orange;
}

.home-feat img {
	display: block;
	padding-bottom: 8px;
	text-align: center;
	margin: 0 auto;
}

.home-funcs {
	text-align: center;
}

.home-funcs table {
	text-align: center;
	margin: 0 auto;
}

.home-funcs td {
	vertical-align: middle;
	width: 210px;
	height: 150px;
	font-size: 18px;
	text-align: center;
}

.home-funcs td .icon {
	margin: 0 auto 15px auto;
}

.home-banner-1 {
	background: url('img/pt-1.png');
	background-size: cover;
	max-height: 300px;
	min-height: 200px;
}

.home-banner-2 {
	background: url('img/pt-2.png');
	background-size: cover;
	max-height: 300px;
	min-height: 200px;
}

.home-shops {
	width: 950px;
	margin: -10px auto 50px auto;
}

.home-shops table {
	width: 100%;
	text-align: center;
}

.home-shops td {
	text-align: center;
	background: #fcfcfc;
	font-size: 15px;
	padding: 25px 0;
	width: 25%;
}

.home-shops td img {
	display: block;
	margin: 0 auto 15px auto;
	text-align: center;
}

.bc-btn {
	font-size: 18px;
	border: 1px solid #333;
	text-align: center;
	margin: 90px auto;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	width: 200px;
	display: block;
	color: #444;
}

.bc-btn img {
	padding-left: 12px;
	position: relative;
	top: 3px;
}

.bc-btn:hover {
	border-color: orange;
}

.func-tit {
	padding: 90px 0;
	line-height: 1;
	text-align: center;
	font-size: 26px;
}

.func-tit .main {
	color: #ffa501;
	font-size: 26px;
}

.icon {
	background-image: url("img/icons-pc.png");
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}

.icon-memb {
	background-position: -10px -70px;
}

.icon-points {
	background-position: -80px -70px;
	height: 63px;
}

.icon-cust {
	background-position: -150px -73px;
	height: 60px;
}

.icon-staff {
	background-position: -220px -72px;
}

.icon-salary {
	background-position: -283px -70px;
}

.icon-course {
	background-position: -354px -70px;
}

.icon-booking {
	background-position: -9px -145px;
}

.icon-locker {
	background-position: -80px -145px;
}

.icon-stat {
	background-position: -150px -145px;
}

.icon-shop-cart {
	background-position: -220px -145px;
}

.icon-acc {
	background-position: -290px -143px;
}

.icon-market {
	background-position: -360px -143px;
}

.icon-card {
	background-position: -10px -216px;
}

.icon-notice {
	background-position: -80px -216px;
}

.icon-smart-dev {
	background-position: -150px -212px;
}

.icon-ework {
	background-position: -243px -10px;
	width: 45px;
	height: 38px;
}

.icon-service {
	background-position: -297px -12px;
	width: 42px;
	height: 38px;
}

.icon-price {
	background-position: -347px -11px;
	width: 41px;
	height: 41px;
}

.icon-safe {
	background-position: -398px -10px;
	width: 38px;
	height: 44px;
}

.icon-venue-time {
	background-image: url("img/icon/venue-time.png");
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin: 0 0 8px 60px;
}

.icon-venue-booking {
	background-image: url("img/icon/venue-booking.png");
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin: 0 0 8px 60px;
}

.icon-ball-mng {
	background-image: url("img/icon/ball-mng.png");
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin: 0 0 8px 60px;
}

.icon-shops-mng {
	background-image: url("img/icon/shops-mng.png");
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin: 0 0 5px 60px;
}

.icon-diy {
	background-image: url("img/icon/diy.png");
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin: 0 0 8px 60px;
}

.page-head {
	padding: 0;
	min-height: 200px;
	padding-top: 30px;
}

.feat-head {
	background: url('img/banner-2.png');
	background-size: cover;
}

.feat-list {
	padding: 0 0 80px 0;
	background: #f7f7f7;
	text-align: center;
}

.feat-list table {
	text-align: center;
	margin: 0 auto;
}

.feat-list td {
	background: #fff;
	padding: 0;
	width: 260px;
	margin: 0 16px;
}

.feat-list td .tit {
	font-size: 18px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
}

.feat-list td .cont {
	margin: 15px 0;
}

.feat-list td .cont li {
	padding: 10px 14px;
	text-align: left;
	color: #777;
	font-size: 14px;
}

.feat-list td .cont li:before {
	content: '✔';
	color: #FFD862;
	padding-right: 12px;
}

.feat-list td .cont:hover li {
	color: #444;
}

.feat-list td .cont:hover li:before {
	color: #FEAD86;
}

.feat-list .btline {
	display: block;
	width: 100%;
	margin: 5px 0 -3px 0;
}

.feat-list .icon {
	margin: 35px auto 15px auto;
}

.feat-cases {
	text-align: center;
	padding: 0 0 80px 0;
}

.feat-cases table {
	text-align: center;
	margin: 0 auto;
}

.feat-cases th {
	width: 280px;
	font-weight: normal;
}

.feat-cases td {
	width: 600px;
}

.feat-cases th,
.feat-cases td {
	vertical-align: middle;
}

.feat-cases ul {
	margin-right: 100px;
}

.feat-cases li {
	padding: 13px 0 13px 30px;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.feat-cases li:last-child {
	border: 0;
}

.feat-cases li:hover {
	background: #eee;
}

.feat-cases #custImg {
	height: 360px;
}

.case-head {
	background: url('img/banner-1.png');
	background-size: cover;
}

.case-map {
	text-align: center;
	background: #FAFAFA;
}

.case-map img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.case-desc {
	padding: 5px 0 80px 0;
	color: #777;
	text-align: center;
	line-height: 1;
	font-size: 18px;
}

.case-desc span {
	font-size: 18px;
	padding: 0 3px;
}

.case-detail img {
	margin: 0 auto;
	display: block;
}

.about-head {
	background: url('img/banner-3.png');
	background-size: cover;
}

.about-intro {
	background: #FAFAFA;
	padding-bottom: 80px;
}

.about-intro .desc {
	width: 900px;
	line-height: 2;
	font-size: 16px;
	margin: 80px auto 0 auto;
}

.about-qualification {
	padding-bottom: 80px;
}

.about-more {
	padding-bottom: 80px;
	background: #FAFAFA;
}

.about-more img {
	margin: 0 auto;
	display: block;
}

.func-head {
	background: url('img/banner-0.png');
	background-size: cover;
}

.func-tit-bg {
	background: url('img/cjt.png');
	background-size: cover;
	min-height: 600px;
}

.func-tit-bg .tit {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding: 50px 0 0px 0;
}

.func-tit-bg .tips {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}

.func-list-detail {
	width: 1100px;
	margin: 0 auto;
}

.func-list-detail:after {
	display: block;
	content: '';
	clear: both;
}

.func-list-detail .col-item {
	float: left;
	margin-right: 50px;
	float: left;
	margin-right: 50px;
	width: -webkit-calc((100% - 150px) / 4);
	width: -moz-calc((100% - 150px) / 4);
	width: calc((100% - 150px) / 4);
}

.func-list-detail .col-item:last-child {
	margin-right: 0px;
}

.func-list-detail li {
	padding: 20px;
	margin-bottom: 40px;
	text-align: left;
	border-radius: 5px;
	box-shadow: 2px 2px 16px #d3d3d3, -2px -2px 16px #d3d3d3;
	background: #fff;
}

.func-detail-tit {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.func-details>div {
	margin-bottom: 15px;
	break-inside: avoid;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.func-details>div:after {
	float: right;
	content: '';
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url('img/prd/pc/19.png') no-repeat;
	color: #72deb8;
}

.detail-tit-zone {
	color: #f5a817;
}

.detail-tit-member {
	color: #ed7475;
}

.detail-tit-lesson {
	color: #d8d308;
}

.detail-tit-staff {
	color: #42adfc;
}

.detail-tit-market {
	color: #8fc31f;
}

.detail-tit-cust {
	color: #ff73b0;
}

.detail-tit-account {
	color: #f7cd78;
}

.detail-tit-total {
	color: #cf50ad;
}

.detail-tit-weixin {
	color: #2abfd4;
}

.detail-tit-wxmall {
	color: #e94f40;
}

.detail-tit-it {
	color: #0170c0;
}

.atl {
	background: #f4f4f4;
}

.atl-head {
	background: url('img/banner-3.png');
	background-size: cover;
}

.atl-home {
	width: 1200px;
	margin: 40px auto;
	min-height: 400px;
}

.atl-home h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.atl-home .items li {
	width: 390px;
	display: inline-block;
	line-height: 1;
	overflow: hidden;
	padding: 8px 0;
}

.atl-home .items li::before {
	content: '※';
	padding-right: 5px;
}

.atl-home .items a {
	color: #555;
}

.atl-home .items a:hover {
	color: red;
	border-bottom: 1px solid red;
}

.atl .cont {
	width: 1200px;
	margin: 0 auto;
}

.atl .cont td {
	vertical-align: top;
}

.atl .cont .hd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 5px 0 25px 0;
	text-align: center;
}

.atl .cont .hd h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.atl .cont .hd .time {
	padding-top: 15px;
	color: #aaa;
}

.atl .cont .hd .time span {
	padding: 0 15px;
	color: #aaa;
}

.atl .cont .txt {
	background: #fff;
	padding: 30px 40px;
	margin: 30px 0;
	width: 720px;
	line-height: 2;
	padding-right: 60px;
	font-size: 15px;
	padding-bottom: 20px;
}

.atl .cont .txt img {
	display: block;
	max-width: 600px;
	border-radius: 5px;
	margin: 30px auto;
}

.atl .cont th {
	width: 350px;
	text-align: left;
	vertical-align: top;
}

.atl .cont .more {
	background: #fff;
	padding: 30px;
	margin: 20px 0;
}

.atl .cont .more .tit {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #888;
}

.atl .cont .more li {
	padding: 5px 0;
	display: block;
	line-height: 1.5;
}

.atl .cont .more li::before {
	content: '※';
	font-size: 12px;
	color: #777;
	padding-right: 6px;
}

.atl .cont .more li a {
	font-size: 13px;
}

.atl .cont .more li a:hover {
	color: orangered;
	border-bottom: 1px solid orangered;
}

.atl .cont .more li a:visited {
	color: #999;
}

.atl .cont .slogan {
	margin: 30px 0 10px 0;
	background: #fff;
	padding: 35px 40px 30px 40px;
	text-align: center;
}

.atl .cont .slogan .tit {
	font-size: 18px;
	padding-bottom: 20px;
	color: #777;
	font-weight: bold;
	line-height: 1;
}

.atl .cont .slogan .txt-wrap {
	transform: skew(-30deg);
	background: #35A6F0;
	padding: 10px;
	cursor: pointer;
}

.atl .cont .slogan .txt-wrap:hover {
	background: #2E95DE;
}

.atl .cont .slogan .txt-inner {
	transform: skew(30deg);
}

.atl .cont .slogan h2 {
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin: 0;
}


/* @media only screen and (min-width: 800px) and (max-width: 1024px) {
	#head {
		width: 800px;
	}
}

@media only screen and (min-height: 600px) and (max-height: 768px) {
	.home-head {
		min-height: 675px;
	}
}

@media only screen and (min-height: 769px) and (max-height: 800px) {
	.home-head {
		min-height: 700px;
	}
}

@media only screen and (min-height: 801px) and (max-height: 900px) {
	.home-head {
		min-height: 800px;
	}
	.page-head {
		min-height: 250px;
	}
}

@media only screen and (min-height: 901px) and (max-height: 1080px) {
	#head {
		width: 1300px;
	}
	.home-prd {
		margin-top: 180px;
	}
	.home-head {
		min-height: 900px;
	}
	.page-head {
		min-height: 300px;
	}
}

@media only screen and (min-height: 1081px) and (max-height: 1500px) {
	#head {
		width: 1500px;
	}
	.home-prd {
		margin-top: 220px;
	}
	.home-head {
		min-height: 1000px;
	}
	.page-head {
		min-height: 350px;
	}
} */

.funclist .tit {
	font-size: 27px;
}

.funclist .menus {
	height: 22px;
	line-height: 22px;
	margin-top: 50px;
	text-align: center;
}

.funclist .menus a {
	float: left;
	font-size: 16px;
	padding: 0 18px;
	border-right: 1px solid #ddd;
}

.funclist .menus a:hover {
	color: #444;
}

.funclist .menus a.on {
	color: #444;
	font-weight: bold;
}

.funclist .menus a:first-child {
	padding-left: 0;
}

.funclist .menus a:last-child {
	border-right: 0;
}

.funclist-m {
	width: 100%;
	margin: 0 auto;
}

.funclist-m tr:nth-child(odd) th {
	text-align: right;
	padding-right: 120px;
}

.funclist-m tr:nth-child(odd) td {
	text-align: left;
}

.funclist-m tr:nth-child(even) {
	background: #f5f5f5;
}

.funclist-m tr:nth-child(even) th {
	text-align: left;
	padding-left: 120px;
}

.funclist-m tr:nth-child(even) td {
	text-align: right;
}

.funclist-m th {
	width: 50%;
	padding: 80px 0;
}

.funclist-m td,
.funclist-m th {
	vertical-align: middle;
}

.funclist-m td {
	font-size: 16px;
	line-height: 1.8;
}

.funclist-m .desc {
	width: 500px;
	margin-top: 25px;
	height: 200px;
}

.funclist-m .desc li {
	font-size: 15px;
	color: #777;
	line-height: 2;
	display: none;
}

.funclist-pc {
	padding: 80px 0 60px 0;
	background: #f5f5f5;
	text-align: center;
}

.funclist-pc .tit span {
	font-size: 26px;
	padding-left: 5px;
}

.funclist-pc .img-nav {
	text-align: center;
	margin: 40px auto 30px auto;
}

.funclist-pc .img-nav td {
	vertical-align: middle;
}

.funclist-pc .img-nav img {
	cursor: pointer;
}

.funclist-pc .img-nav .navicon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	display: block;
	padding: 0;
	cursor: pointer;
}

.funclist-pc .img-nav .navicon img {
	text-align: center;
	vertical-align: middle;
	padding: 0;
	position: relative;
	top: -2px;
}

.funclist-pc .img-nav .navicon:hover {
	background: #ddd;
}

.funclist-pc .ctr {
	padding: 0 35px;
}

.funclist-pc .modules {
	text-align: center;
	font-size: 16px;
	color: #888;
}

.funclist-pc .modules ul {
	display: inline;
}

.funclist-pc .modules li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #ddd;
	font-size: 16px;
	color: #888;
}

.funclist-pc .modules li:last-child {
	border-right: 0;
}

.cust-wx {
	width: 1110px;
	margin: 0 auto;
	margin-top: -20px;
}

.cust-wx .group {
	border: 1px solid #FFD383;
	padding: 20px 15px 15px 15px;
	margin-bottom: 30px;
}

.cust-wx .group .tips {
	text-align: center;
	padding: 15px 0 5px 0;
	color: #aaa;
}

.cust-wx li {
	padding: 15px;
	margin: 6px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	background: #f4f4f4;
	border-radius: 5px;
	width: 170px;
	overflow: hidden;
	line-height: 1;
}

.cust-wx li u {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

.cust-wx li u:after {
	content: '▪';
	padding: 0 3px;
}

.cust-wx img {
	display: block;
	width: 160px;
	height: 160px;
	margin-bottom: 10px;
}

.cust-wx .tit {
	width: 120px;
	margin: 0 auto;
	background: #ffa501;
	color: #fff;
	padding: 4px 10px;
	text-align: center;
	position: relative;
	top: 12px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}


/*关于 - 软著*/

.write-imgs {
	width: 1000px;
	margin: auto;
	font-size: 0px;
}

.write-imgs>a {
	display: inline-block;
	width: 17%;
	text-align: center;
	margin-top: 20px;
	vertical-align: middle;
	margin-right: 3%;
	cursor: pointer;
}

.write-imgs>a.first_img {
	margin-bottom: 8px;
}

.write-imgs>a.five_img {
	margin-right: 0;
}

.write-imgs img {
	width: 100%;
	border: none;
}


/*智能设备*/

.device-head {
	height: 450px;
	background: url('img/banner-4.png');
	background-size: cover;
	background-position: center;
}

.device-title {
	width: 70%;
	margin: auto;
	text-align: center;
}

.device-title .tit {
	font-size: 28px;
	font-weight: bold;
	padding: 50px 0 20px 0;
}

.device-title .tips {
	padding-bottom: 80px;
	color: #999999;
}

.device-title .title-body {
	margin: auto;
	font-size: 0px;
}

.device-title .device-aspect {
	display: inline-block;
	width: 25%;
	height: 140px;
	text-align: center;
	font-size: 12px;
	margin: 0 0 60px 0;
	padding-bottom: 0;
	box-sizing: border-box;
	position: relative;
}

.device-title .device-aspect>div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.device-title .device-aspect>div>div:first-of-type {
	font-weight: bold;
}

.device-title .device-aspect>div>div:last-of-type {
	font-size: 12px;
	/* color: #999999; */
}

.device-aspect .title {
	font-weight: bold;
}

.device-cont {
	width: 1215px;
	margin: 0 auto;
	overflow: hidden;
}

.device-tab {
	padding: 70px 0 50px 0;
	background: url("img/device/tab-banner.png") no-repeat;
	background-size: 100% 100%;
}

.device-tab .device-chief-tit {
	padding: 0px 0 50px 0;
	color: #fff;
	font-size: 48px;
	text-align: center;
}

.device-tab .tab ul {
	overflow: hidden;
	margin: 0 auto;
}

.device-tab .tab li {
	float: left;
}

.device-tab .tab-tit ul {
	padding: 0 15px;
	width: 1100px;
	border-bottom: 1px solid #207681;
}

.device-tab .tab-tit li {
	position: relative;
	padding: 5px 0 24px 0;
	margin-right: 55px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.device-tab .tab-tit li:last-child {
	margin-right: 0;
}

.device-tab .tab-tit .active {}

.device-tab .tab-tit .active:after {
	display: inline-block;
	content: '';
	position: absolute;
	left: -5%;
	bottom: 0;
	width: 110%;
	height: 6px;
	background: #2796b0;
}

.device-tab .tab-cont {
	margin: 85px auto 0 auto;
	width: 880px;
}

.device-tab .tab-cont li {
	display: none;
	opacity: 1;
	overflow: hidden;
}


/*.device-tab .tab-cont li{*/


/*  opacity: 1;*/


/*  display: block;*/


/*}*/

.device-tab .tab-cont .intro-img {
	width: 440px;
	height: 400px;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
}

.device-tab .tab-cont .intro-img img {
	display: inline-block;
	width: 440px;
}

.device-tab .tab-cont .intro-detail {
	box-sizing: border-box;
	padding: 65px 60px 0 40px;
	width: 440px;
	height: 400px;
	background: #fff;
	border-radius: 0 5px 5px 0;
}

.device-tab .tab-cont .intro-detail-tit {
	padding-bottom: 25px;
	font-size: 22px;
}

.device-tab .tab-cont .intro-detail-desc {
	margin-bottom: 40px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.device-tab .tab-cont .check-detail a {
	display: inline-block;
	padding: 15px 50px;
	border-radius: 50px;
	color: #fff;
	background: #195ff2;
	font-size: 16px;
}

.device-tab .tab-idx {
	text-align: center;
	margin-top: 52px;
}

.device-tab .tab-idx ul {
	display: inline-block;
	height: 4px;
	margin: auto;
}

.device-tab .tab-idx ul li {
	position: relative;
	float: left;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background: #a9b8d0;
	margin: 0 10px;
	transition: all .2s ease-in-out;
}

.device-tab .tab-idx ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.device-tab .tab-idx ul li:hover {
	cursor: pointer;
}

.device-tab .tab-idx ul li.active {
	margin-right: 30px;
	background: #2796b0;
}

.device-tab .tab-idx ul li.active .line {
	position: absolute;
	top: 50%;
	left: 11px;
	width: 26px;
	height: 1px;
	transform: translateY(-50%);
	overflow: hidden;
}

.device-tab .tab-idx ul li.active .line:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #2796b0;
	top: 0;
	left: 0;
	animation: line 3s linear forwards;
}

@keyframes line {
	0% {
		transform: translateX(-100%)
	}
	to {
		transform: translateX(0)
	}
}

.device-floors .floor-li {
	padding: 80px 0;
}

.device-floors .floor-li:nth-child(2n-1) {
	background: #f6f8fb;
}

.device-slider {
	width: 665px;
	height: 463px;
}

.device-advantage {
	position: relative;
	padding-top: 100px;
	padding-left: 46px;
	box-sizing: border-box;
	width: calc(100% - 665px);
	height: 450px;
}

.device-advantage .device-single-dot {
	position: absolute;
	left: 80px;
	bottom: 0;
	display: inline-block;
}

.floor3 .device-advantage .device-single-dot {
	left: 100px;
}

.device-advantage .device-single-dot li {
	float: left;
	margin-right: 20px;
	padding: 5px 0;
}

.device-advantage .device-single-dot li:before {
	display: inline-block;
	content: '';
	width: 50px;
	height: 4px;
	background: #e5e5e5;
}

.device-advantage .device-single-dot li.active:before {
	background: #b1d1ff;
}

.floor3 .device-advantage {
	padding-left: 70px;
}

.device-advantage .special-list {
	display: none;
}

.device-advantage .special-list.active {
	display: block;
}

.device-floors .floor-li:nth-child(2n) .device-advantage {
	padding-right: 54px;
}

.device-advantage .advantage-tit {
	margin-bottom: 45px;
	font-size: 22px;
}

.device-floors .advantage-list li {
	font-size: 18px;
	margin-bottom: 18px;
	letter-spacing: 4px;
}

.device-floors .advantage-list li:before {
	margin-right: 19px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: -3px;
	background: url("img/device/gou.png") no-repeat;
}

.device-floors .advantage-list-dot li:before {
	margin-right: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	vertical-align: 3px;
	background: #026bff;
}

.device-floors .advantage-list-circle li:before {
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border: 1px solid #026bff;
	border-radius: 100%;
	vertical-align: 0;
	background: none;
}

.device-floors .advantage-list-no li:before {
	display: none;
}

.device-floors .content-main {
	position: relative;
	width: 420px;
	margin: 50px auto 0 auto;
}

.advantage-list .f3-icon:before {
	margin-right: 10px;
	vertical-align: 3px;
}

.advantage-list .data-manage.f3-icon:before {
	width: 22px;
	height: 19px;
	background: url("img/device/f3/icon1.png");
}

.advantage-list .data-scan.f3-icon:before {
	width: 22px;
	height: 20px;
	background: url("img/device/f3/icon2.png");
}

.advantage-list .data-face.f3-icon:before {
	width: 22px;
	height: 22px;
	background: url("img/device/f3/icon3.png");
}

.advantage-list .data-push.f3-icon:before {
	width: 20px;
	height: 25px;
	background: url("img/device/f3/icon4.png");
}

.device-floors .dynamic-test {
	overflow: hidden;
}

.device-floors .dynamic-test li {
	float: left;
	width: 50%;
}

.device-floors .advantage-list li.f7-icon:before {
	width: 40px;
	height: 40px;
	vertical-align: -12px;
}

.advantage-list .dynamic-balance.f7-icon:before {
	background: url("img/device/f7/icon1.png");
}

.advantage-list .dynamic-soft.f7-icon:before {
	background: url("img/device/f7/icon2.png");
}

.advantage-list .dynamic-corp.f7-icon:before {
	background: url("img/device/f7/icon3.png");
}

.advantage-list .dynamic-response.f7-icon:before {
	background: url("img/device/f7/icon4.png");
}

.device-floors .content-btn {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.device-floors .prev-btn {
	left: 42px;
}

.device-floors .next-btn {
	right: 42px;
}

.device-floors .btn-img {
	opacity: 0.8;
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
}

.device-floors .list {
	width: 420px;
	height: 411px;
}

.device-floors .list img {
	display: block;
	width: 100%;
	height: 100%;
}

.device-floors .list li {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 10px;
}


/*申请试用*/

.apply-head {
	height: 500px;
	background: url('img/apply.jpg');
	background-size: cover;
	background-position: center;
}

.welcom-apply {
	margin: 40px 0;
	color: #333;
	font-size: 25px;
}

.apply {
	width: 500px;
	margin: auto;
}

.form-list li {
	margin-bottom: 24px;
	position: relative;
}

.form-list li span {
	display: inline-block;
	width: 64px;
	color: #666;
	font-size: 16px;
}

.form-list li select,
.form-list li input {
	margin-left: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	width: 408px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.accept-yanzhengma {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #3A9BFF;
	font-size: 15px;
}

.form-list li span.accept-yanzhengma {
	/*display: none;*/
	width: unset;
	color: #ccc;
}

.fill-in-blank {
	margin-bottom: 40px;
	margin-left: 85px;
	color: #666;
}

.apply-submit-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	color: #fff;
	background: #3A9BFF;
	text-align: center;
	border: 0;
	cursor: pointer;
}

.submit {
	margin: 20px 0 90px 0;
}

.apply-copyright {
	padding: 25px 0;
	background: #fbfbfb;
	color: #333;
}

.apply-copyright a {
	color: #333;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mid {
    width: 1200px;
    margin: auto;
}
.praise {
    position: relative;
    box-sizing: border-box;
}

.praise-item {
    width: 387px;
    position: absolute;
}

.praise-item img {
    width: 100%;
}

.yel-bac {
    height: 309px;
    background-image: url('./img/praise/card-bac.png');
    background-size: 100% 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.yel-tit {
    color: #FEFEFE;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.yel-main {
    color: #FEFEFE;
    font-size: 20px;
    line-height: 36px;
}