section.products-index {
	padding: 40px 0 0;
	background-color: #fff
}

@media (max-width: 992px) {
	section.products-index {
		background-color: #f5f5f5
	}
}

section.products-index .content {
	padding: 20px 0
}

section.products-index .content>div.items {
	padding: 40px;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s, -moz-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -moz-box-shadow 0.3s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

section.products-index .content>div.items>div.bg {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	z-index: auto;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

section.products-index .content>div.items.left .bg {
	right: 0
}

section.products-index .content>div.items.right .bg {
	left: 0
}

section.products-index .content>div.items>div.pc {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	width: 525px;
	height: 307px;
	margin-top: -153.5px;
	/*background-image: url(../index/pc@3x.png);*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

section.products-index .content>div.items>div.pc>div {
	display: block;
	width: 402px;
	height: 252px;
	position: absolute;
	top: 17px;
	right: auto;
	bottom: auto;
	left: 61px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

section.products-index .content>div.items>div.pc>div>div.mask {
	visibility: hidden;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.5)
}

section.products-index .content>div.items>div.pc>div>div.mask>a {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	z-index: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 32px;
	display: inline-block;
	color: #fff;
	outline: none;
	background-color: #00b7ee;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0 40px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacityIE)';
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

section.products-index .content>div.items>div.pc>div>div.mask>a.touch,
section.products-index .content>div.items>div.pc>div>div.mask>a:hover {
	background-color: #0061ae
}

section.products-index .content>div.items>div.pc>div:hover>div.mask {
	visibility: visible
}

section.products-index .content>div.items>div.pc>div:hover>div.mask>a {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacityIE)';
	filter: alpha(opacity=100)
}

section.products-index .content>div.items.left .pc {
	left: 50%
}

section.products-index .content>div.items.right .pc {
	right: 50%
}

section.products-index .content>div.items.right .text {
	float: right;
	text-align: right
}

section.products-index .content>div.items.right .text .bt {
	right: 0
}

section.products-index .content>div.items.right .text .bt a {
	float: right
}

section.products-index .content>div.items.left .text {
	float: left;
	text-align: left
}

section.products-index .content>div.items.left .text .bt {
	left: 0
}

section.products-index .content>div.items.left .text .bt a {
	float: left
}

section.products-index .content>div.items>div.text {
	min-height: 380px;
	width: 50%;
	position: relative;
	padding-bottom: 82px
}

section.products-index .content>div.items>div.text>h3 {
	font-size: 32px;
	margin-bottom: 30px;
	color: red
}

section.products-index .content>div.items>div.text>hr {
	display: inline-block;
	width: 200px;
	margin: 0 0 30px;
	border: 2px solid red
}

section.products-index .content>div.items>div.text>h5 {
	font-size: 16px;
	line-height: 2em
}

section.products-index .content>div.items>div.text>.bt {
	position: absolute;
	bottom: 0
}

section.products-index .content>div.items>div.text>.bt>a {
	line-height: 32px;
	display: inline-block;
	color: #fff;
	outline: none;
	background-color: #00b7ee;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0 20px;
	margin: 0 3px
}

section.products-index .content>div.items>div.text>.bt>a.touch,
section.products-index .content>div.items>div.text>.bt>a:hover {
	background-color: #0061ae
}

section.products-index .content>div.items>div.text>.bt>a.chack {
	background-color: #666
}

section.products-index .content>div.items>div.text>.bt>a.chack:hover,
section.products-index .content>div.items>div.text>.bt>a.chack.touch {
	background-color: #333
}

section.products-index .content>.btn-products-more {
	line-height: 42px;
	display: inline-block;
	color: #fff;
	outline: none;
	background-color: #00b7ee;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center
}

section.products-index .content>.btn-products-more.touch,
section.products-index .content>.btn-products-more:hover {
	background-color: #0061ae
}

@media (max-width: 992px) {
	section.products-index .content>.items>.text {
		width: 100% !important;
		min-height: auto !important;
		text-align: left !important
	}
	section.products-index .content>.items>.text .bt {
		left: auto !important;
		right: 0
	}
}

section.products-content {
	padding: 60px 0 0;
	text-align: center;
	line-height: 1.5em
}

section.products-content div.pc {
	position: relative;
	width: 525px;
	height: 307px;
	margin: 0 auto 60px;
	background-image: url(../index/pc@3x.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

section.products-content div.pc>div {
	display: block;
	width: 402px;
	height: 252px;
	position: absolute;
	top: 17px;
	right: auto;
	bottom: auto;
	left: 61px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

section.products-content div.pc>div>div.mask {
	visibility: hidden;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.5)
}

section.products-content div.pc>div>div.mask>a {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	z-index: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 32px;
	display: inline-block;
	color: #fff;
	outline: none;
	background-color: #00b7ee;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0 40px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacityIE)';
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

section.products-content div.pc>div>div.mask>a.touch,
section.products-content div.pc>div>div.mask>a:hover {
	background-color: #0061ae
}

section.products-content div.pc>div:hover>div.mask {
	visibility: visible
}

section.products-content div.pc>div:hover>div.mask>a {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacityIE)';
	filter: alpha(opacity=100)
}

section.products-content>div>h1 {
	font-size: 32px;
	color: #00b7ee
}

section.products-content>div>hr {
	border-top: 4px solid #00b7ee;
	width: 200px;
	margin: 40px auto
}

section.products-content>div>h2 {
	font-size: 16px;
	color: #666;
	padding: 0 200px;
	line-height: 1.5em;
	margin-bottom: 20px
}

section.products-content>div>a {
	line-height: 42px;
	display: inline-block;
	color: #fff;
	outline: none;
	background-color: #00b7ee;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0 40px
}

section.products-content>div>a.touch,
section.products-content>div>a:hover {
	background-color: #0061ae
}

section.products-content>div>div.text {
	border-top: 1px solid #ccc;
	margin-top: 60px;
	padding: 60px 0 0
}

section.products-content>div>div.text>h5 {
	font-size: 28px;
	margin-bottom: 10px
}

section.products-content>div>div.text>h6 {
	font-size: 16px;
	color: #ccc
}

section.products-content>div>div.text>hr {
	border-top: 1px solid #00b7ee;
	width: 160px;
	margin: 40px auto
}

section.products-content>div>div.text img {
	max-height: 500px;
	width: auto
}

section.products-content>div>div.text>ul>li {
	font-size: 16px;
	margin: 20px auto
}

section.products-content>div>div.text>ul>li>div {
	display: inline-block;
	background-color: #00b7ee;
	color: #fff;
	line-height: 42px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0 20px 0 50px;
	position: relative;
	text-align: left
}

section.products-content>div>div.text>ul>li>div>i {
	position: absolute;
	top: 1px;
	right: auto;
	bottom: auto;
	left: 1px;
	z-index: auto;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	margin-right: 10px;
	color: #00b7ee;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	font-size: 20px
}

@media (max-width: 992px) {
	section.products-content .pc {
		display: none
	}
	section.products-content>div>h1 {
		font-size: 26px
	}
	section.products-content>div>h2 {
		padding: 0 20px
	}
}

.products-content>div.title {
	background-image: url(./products/products-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 40px 20px
}

.products-content>div.title h1 {
	margin-bottom: 40px
}

.products-content>div.title h2 {
	font-size: 16px;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	line-height: 1.8em
}

.products-content>div.title a {
	line-height: 42px;
	display: inline-block;
	color: #fff;
	outline: none;
	background-color: #00b7ee;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0 40px;
	margin: 20px auto
}

.products-content>div.title a.touch,
.products-content>div.title a:hover {
	background-color: #0061ae
}

.products-content>div.content {
	padding-top: 40px
}

.products-content>div.content.mid-b {
	color: #fff;
	padding-bottom: 40px;
	background-image: url(./products/products-mid-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.products-content>div.content.mid-w {
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd
}

.products-content>div.content>div>h5 {
	font-size: 28px;
	margin-bottom: 10px
}

.products-content>div.content>div>h6 {
	font-size: 14px;
	margin-bottom: 40px
}

.products-content>div.content>div>hr {
	border-top: 4px solid #00b7ee;
	width: 200px;
	margin: 40px auto
}

.products-content>div.content div>p {
	width: 100%;
	max-width: 720px;
	margin: 0 auto 40px
}

.products-content>div.content div>a.img>img {
	width: 100%;
	max-width: 400px
}

.products-content>div.content ul.sixContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-x: scroll;
	overflow-y: hidden
}

.products-content>div.content ul.sixContent::-webkit-scrollbar {
	height: 0;
	visibility: hidden
}

.products-content>div.content ul.sixContent>li {
	margin: 20px 10px;
	width: 220px
}

.products-content>div.content ul.sixContent>li div>i {
	height: 130px;
	width: 130px;
	margin: 0 auto 20px;
	display: block;
	background-image: url(./products/products-mid-1.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.products-content>div.content ul.sixContent>li div>i.two {
	background-image: url(./products/products-mid-2.png)
}

.products-content>div.content ul.sixContent>li div>i.three {
	background-image: url(./products/products-mid-3.png)
}

.products-content>div.content ul.sixContent>li div>i.four {
	background-image: url(./products/products-mid-4.png)
}

.products-content>div.content ul.sixContent>li div>i.five {
	background-image: url(./products/products-mid-5.png)
}

.products-content>div.content ul.sixContent>li div>i.six {
	background-image: url(./products/products-mid-6.png)
}

.products-content>div.content ul.sixContent>li div>i.noea {
	background-image: url(./products/products-excellent-noea.png)
}

.products-content>div.content ul.sixContent>li div>i.novps {
	background-image: url(./products/products-excellent-novps.png)
}

.products-content>div.content ul.sixContent>li div>i.noapi {
	background-image: url(./products/products-excellent-noapi.png)
}

.products-content>div.content ul.sixContent>li div>i.nomt4 {
	background-image: url(./products/products-excellent-nomt4.png)
}

.products-content>div.content ul.sixContent>li div>i.nolou {
	background-image: url(./products/products-excellent-nolou.png)
}

.products-content>div.content ul.sixContent>li div>i.nono {
	background-image: url(./products/products-excellent-nono.png)
}

.products-content>div.content ul.sixContent>li div>i.sys01 {
	background-image: url(./products/icon_products2_01.png)
}

.products-content>div.content ul.sixContent>li div>i.sys02 {
	background-image: url(./products/icon_products2_02.png)
}

.products-content>div.content ul.sixContent>li div>i.sys03 {
	background-image: url(./products/icon_products2_03.png)
}

.products-content>div.content ul.sixContent>li div>i.sys04 {
	background-image: url(./products/icon_products2_04.png)
}

.products-content>div.content ul.sixContent>li div>i.sys05 {
	background-image: url(./products/icon_products2_05.png)
}

.products-content>div.content ul.sixContent>li div>i.sys06 {
	background-image: url(./products/icon_products2_06.png)
}

.products-content>div.content ul.sixContent>li div>i.sys07 {
	background-image: url(./products/icon_products2_07.png)
}

.products-content>div.content ul.sixContent>li h5 {
	font-size: 20px;
	margin-bottom: 10px
}

.products-content>div.content ul.sixContent>li h6 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	color: #999
}

@media (max-width: 992px) {
	.products-content>div.content ul.sixContent {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.products-content>div.content ul.sixContent>li {
		margin: 20px 0;
		width: 50%;
		padding: 0 5px
	}
}

.products-content>div.content div.ts6 {
	overflow-x: scroll;
	overflow-y: hidden
}

.products-content>div.content div.ts6::-webkit-scrollbar {
	display: none
}

.products-content>div.content div.ts6>img {
	width: 1018px;
	height: 625px
}

.products-content>div.content div.js5 {
	overflow-x: scroll;
	overflow-y: hidden
}

.products-content>div.content div.js5::-webkit-scrollbar {
	display: none
}

.products-content>div.content div.js5>img {
	width: 1130px;
	height: 522px
}

.products-content>div.content ul.fiveContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow-x: scroll;
	overflow-y: hidden
}

.products-content>div.content ul.fiveContent::-webkit-scrollbar {
	height: 0;
	visibility: hidden
}

.products-content>div.content ul.fiveContent>li {
	margin: 0 10px;
	min-width: 200px;
	width: -webkit-calc(20% - 20px);
	width: -moz-calc(20% - 20px);
	width: calc(20% - 20px);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #57c7f3;
	color: #fff;
	text-align: left;
	padding: 20px
}

.products-content>div.content ul.fiveContent>li:nth-child(even) {
	background: #0061ae
}

.products-content>div.content ul.fiveContent>li>h3 {
	font-size: 20px;
	margin-bottom: 5px
}

.products-content>div.content ul.fiveContent>li>h4 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 300
}

.products-content>div.content ul.fiveContent>li>h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px
}

.products-content>div.content ul.fiveContent>li>h6 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8em
}

.products-content>div.content ul.sevenContent::-webkit-scrollbar {
	height: 0;
	visibility: hidden
}

.products-content>div.content ul.sevenContent>li {
	background: #57c7f3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 20px auto;
	padding: 20px;
	width: 100%;
	max-width: 720px;
	color: #fff;
	position: relative
}

.products-content>div.content ul.sevenContent>li:nth-child(even) {
	background: #0061ae
}

.products-content>div.content ul.sevenContent>li>h3 {
	margin-bottom: 10px
}

.products-content>div.content ul.sevenContent>li>h4 {
	font-size: 16px
}

.products-content>div.content ul.sevenContent>li b {
	display: black;
	position: absolute;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 15px;
	right: 20px;
	bottom: auto;
	left: auto;
	z-index: 2;
	background-image: url(./products/icon_right.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.products-content>div.content ul.sevenContent>li i {
	display: black;
	position: absolute;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: auto;
	left: auto;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff
}