﻿.home-robot-cando-list .cando-item {
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.home-robot-cando-list .cando-item .cando-item-title {
	font-size: 20px;
	color: rgba(0,0,0,.9);
	text-align: center;
	margin: 20px 0
}

.home-robot-cando-list .cando-item .cando-item-desc {
	max-width: 170px;
	font-size: 14px;
	color: rgba(0,0,0,.43);
	text-align: center
}

.home-inefficient {
	margin-bottom: 60px
}

.home-inefficient>h1 {
	text-align: center;
	position: relative;
	top: 15%;
	margin: auto
}

.home-inefficient>ul {
	position: relative;
	top: 25%;
	padding: 20px 0
}

.home-inefficient>ul>li {
	width: 33.33%;
	padding: 0 4%;
	display: inline-block;
	text-align: center
}

.home-inefficient>ul>li.queue-anim-leaving {
	position: relative!important
}

.home-inefficient>ul>li .icon {
	width: 100px;
	height: 100px;
	margin: auto;
	display: flex;
	align-items: center
}

.home-inefficient>ul>li>h3 {
	line-height: 32px;
	margin: 10px auto
}

.home-inefficient .random-block {
	display: inline-flex;
	width: 19.5%;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.home-inefficient .random-block>.head {
	display: flex
}

.home-inefficient .random-block>.head .value {
	font-family: PingFangSC-Thin;
	font-size: 80px;
	color: rgba(0,0,0,.9)
}

.home-inefficient .random-block>.head .right-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.home-inefficient .random-block>.head .right-wrapper>span {
	font-size: 25px;
	color: rgba(0,0,0,.9);
	margin-top: 15px
}

.home-inefficient .random-block>.foot h3 {
	color: rgba(0,0,0,.9);
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center
}

.home-inefficient .random-block>.foot span {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: rgba(0,0,0,.43)
}

.home-inefficient .random-block>.foot span b {
	font-size: 18px;
	margin: 0 5px
}

.home-produce .product-item {
	height: 280px;
	height: 300px;
	padding: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.home-produce .product-item .icon,.home-produce .product-item .icon img {
	width: 73px;
	height: 73px
}

.home-produce .product-item .title {
	width: 100%;
	font-size: 20px;
	color: rgba(0,0,0,.9);
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0
}

.home-produce .product-item .desc {
	font-size: 14px;
	color: rgba(0,0,0,.75);
	text-align: center;
	margin: 20px
}

.home-company {
	width: 100%
}

.home-company li,.home-company ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.home-company .tab-title {
	width: 100%;
	height: 60px;
	text-align: center
}

.home-company .tab-title .item {
	display: inline-block;
	width: 80px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	color: rgba(0,0,0,.43);
	border-bottom: 2px solid transparent
}

.home-company .tab-title .item.item-cur {
	color: #1f8cec;
	border-color: #1f8cec
}

.home-company .tab-cont {
	position: relative;
	width: 100%;
	overflow: hidden
}

.home-company .tab-cont .tab-cont__wrap {
	position: relative;
	overflow: hidden
}

.home-company .tab-cont .tab-cont__wrap .item {
	display: block
}

.home-company .tab-cont .tab-cont__wrap .company-tabs-list {
	width: 100%;
	overflow: hidden
}

.home-company .tab-cont .tab-cont__wrap .company-tabs-list .img-logo-item {
	width: 21%;
	margin: 2%;
	float: left;
	height: 190px;
	display: flex;
	justify-content: center;
	align-items: center
}

.home-company .tab-cont .tab-cont__wrap .company-tabs-list .img-logo-item:nth-child(2n-1) {
	box-shadow: 0 2px 6px 2px #e0e0e0;
	border-radius: 9px
}

.steps-content {
	width: 800px;
	margin: 0 auto
}

.steps-content .step-item {
	text-align: center
}

.steps-content .step-item .tip-info {
	background-color: #50c3fc;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	z-index: 9
}

.steps-content .step-item .tip-info::after {
	content: '';
	border-color: #7ad3ff #7ad3ff #7ad3ff #50c3fc;
	border-style: solid;
	border-width: 30px;
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
	height: 0;
	z-index: 1
}

.steps-content .step-item .tip-title {
	font-size: 26px;
	color: rgba(0,0,0,.65);
	text-align: center;
	margin-bottom: 30px;
	margin-top: 60px
}

.steps-content .step-item .tip-desc {
	font-size: 14px;
	color: rgba(0,0,0,.65);
	text-align: center
}

.steps-content .step-item:nth-child(1) .tip-info::before {
	content: '';
	border-color: #50c3fc #50c3fc #50c3fc #f7f7f7;
	border-style: solid;
	border-width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	z-index: 1
}

.steps-content .step-item:nth-child(2) .tip-info {
	background-color: #7ad3ff
}

.steps-content .step-item:nth-child(2) .tip-info::after {
	border-color: #afe4ff #afe4ff #afe4ff #7ad3ff
}

.steps-content .step-item:nth-child(3) .tip-info {
	background-color: #afe4ff
}

.steps-content .step-item:nth-child(3) .tip-info::after {
	border-color: #f7f7f7 #f7f7f7 #f7f7f7 #afe4ff
}

@keyframes rotate {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes reverseRotate {
	from {
		transform: rotate(360deg)
	}

	to {
		transform: rotate(0)
	}
}

@-webkit-keyframes reverseRotate {
	from {
		transform: rotate(360deg)
	}

	to {
		transform: rotate(0)
	}
}

.home-robot-feature .head {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.home-robot-feature .head .circle-block {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center
}

.home-robot-feature .head .circle-block>p {
	margin: 0 30px;
	max-width: 85px;
	font-size: 14px;
	color: rgba(0,0,0,.75)
}

.home-robot-feature .head .circle-block .circle-block-box {
	width: 146px;
	height: 149px;
	position: relative
}

.home-robot-feature .head .circle-block .circle-block-box>img {
	position: absolute
}

.home-robot-feature .head .circle-block .circle-block-box>img:nth-child(1) {
	animation: rotate 8s infinite;
	-webkit-animation: rotate 8s linear infinite
}

.home-robot-feature .head .circle-block .circle-block-box>img:nth-child(2) {
	animation: reverseRotate 9s infinite;
	-webkit-animation: reverseRotate 9s linear infinite;
	top: 23px;
	left: 25px
}

.home-robot-feature .head .circle-block .circle-block-box .block-text {
	position: absolute;
	width: 80px;
	height: 80px;
	border: 2px solid rgba(81,158,254,.68);
	border-radius: 100%;
	top: 35px;
	left: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #383838
}

.home-robot-feature .head .center {
	position: relative
}

.home-robot-feature .head .center #circle-0,.home-robot-feature .head .center #circle-1,.home-robot-feature .head .center #circle-2 {
	position: absolute
}

.home-robot-feature .head .center #circle-0 {
	top: 24%;
	right: 55%
}

.home-robot-feature .head .center #circle-1 {
	top: 14%;
	right: 41%
}

.home-robot-feature .head .center #circle-2 {
	top: 24%;
	right: 36%
}

.home-industry {
	margin-top: 30px
}

.home-industry .col-md-4,.home-industry .col-sm-6,.home-industry .col-xs-12 {
	padding-left: 0;
	padding-right: 0
}

.home-industry .sence-item {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 260px;
	color: #fff;
	overflow: hidden
}

.home-industry .sence-item:hover .sence-item-img {
	transform: scale(1.3)
}

.home-industry .sence-item:hover .sence-item-info {
	background-color: rgba(80,195,252,.93)
}

.home-industry .sence-item:hover .sence-item-info {
	display: flex
}

.home-industry .sence-item-title {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.home-industry .sence-item-img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s
}

.home-industry .sence-item-info {
	position: relative;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all .3s;
	align-items: center;
	padding: 0 1rem;
	display: none;
	z-index: 3
}

.home-industry .sence-item-info .right-info {
	margin-left: 10px
}

.home-industry .sence-item-info .right-info .sence-desc {
	font-size: .6rem
}

.home-record>div {
	padding: 15px
}

.home-record .recocd-item {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	height: 140px;
	display: flex;
	flex-direction: row
}

.home-record .recocd-item .title {
	width: 200px;
	height: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover
}

.home-record .recocd-item .title.bg-1 {
	background-image: url(../asset/try-1.svg)
}

.home-record .recocd-item .title.bg-2 {
	background-image: url(../asset/try-2.svg)
}

.home-record .recocd-item .title.bg-3 {
	background-image: url(../asset/try-3.svg)
}

.home-record .recocd-item .title.bg-4 {
	background-image: url(../asset/try-4.svg)
}

.home-record .recocd-item .content {
	flex: 1;
	display: flex;
	flex-direction: column
}

.home-record .recocd-item .content .info {
	color: rgba(0,0,0,.43);
	font-size: 14px;
	flex: 1;
	padding: 10px 10px 0 10px
}

.home-record .recocd-item .content .audio-el {
	height: 40px
}

.home-record .recocd-item .content .mejs__container {
	background-color: transparent;
	width: auto!important
}

.home-record .recocd-item .content .mejs__container .mejs__horizontal-volume-slider,.home-record .recocd-item .content .mejs__container .mejs__time,.home-record .recocd-item .content .mejs__container .mejs__volume-button {
	display: none
}

.home-record .recocd-item .content .mejs__container .mejs__controls:not([style*="display: none"]) {
	background: 0 0
}

.home-record .recocd-item .content .mejs__container .mejs__time-total {
	background: #f2f2f2;
	border-radius: 5px
}

.home-record .recocd-item .content .mejs__container .mejs__time-current {
	border-radius: 5px;
	background: #50c3fc
}

.home-record .recocd-item .content .mejs__container .mejs__time-handle {
	background: 0 0!important
}

.home-record .recocd-item .content .mejs__container .mejs__playpause-button {
	float: right
}

.home-record .recocd-item .content .mejs__container .mejs__play>button {
	background: transparent url(../asset/play.png) no-repeat;
	background-position: 7px 7px;
	background-size: 50%
}

.home-record .recocd-item .content .mejs__container .mejs__pause>button {
	background: transparent url(../asset/pause.png) no-repeat;
	background-position: 7px 7px;
	background-size: 50%
}

.home-record .recocd-item .content .mejs__container .mejs__button>button {
	background-color: #50c3fc;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	margin: 5px 0
}

.home-scene #content_9_3-contentWrapper-two {
	display: flex;
	justify-content: center;
	margin-top: 8%
}

.home-scene #content_9_3-contentWrapper-two .dm-img-btn {
	width: 270px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background-size: 100 100%;
	background-position: center;
	border-radius: 3px
}

.home-scene #content_9_3-contentWrapper-two .dm-img-btn:hover {
	box-shadow: 0 2px 6px 2px #d8d8d8;
	background-size: 120% 120%;
	font-size: 24px
}

.home-scene #content_9_3-contentWrapper-two .dm-img-btn:first-child {
	background-image: url(http://byrobot-home.oss-cn-hangzhou.aliyuncs.com/btn-sale.svg)
}

.home-scene #content_9_3-contentWrapper-two .dm-img-btn:last-child {
	background-image: url(http://byrobot-home.oss-cn-hangzhou.aliyuncs.com/btn-cs.svg);
	margin-left: 130px
}

.home-scene .sell-list.center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.home-scene .sell-list .w-20p {
	width: 20%
}

.home-scene .sell-list .sell-item {
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.home-scene .sell-list .sell-item p {
	font-size: 16px;
	color: #000;
	margin-top: 20px
}

.dm-page-content .dm-banner .home-page-header {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-image: url(http://byrobot-home.oss-cn-hangzhou.aliyuncs.com/figure/bgball.png)
}

@media screen and (min-width:768px) {
	.home-scene #content_9_3-contentWrapper-two .dm-img-btn {
		transition: all .3s ease
	}

	.dm-page-content .dm-banner .home-page-header {
		position: relative
	}

	.dm-page-content .dm-banner .home-page-header .home-page-item {
		width: 100%;
		height: 100px;
		border-top: 1px solid rgba(255,255,255,.3);
		position: absolute;
		bottom: 0;
		left: 0
	}

	.dm-page-content .dm-banner .home-page-header .home-page-item .page-item {
		margin: 0 auto;
		width: 1200px;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.dm-page-content .dm-banner .home-page-header .home-page-item .item-num {
		width: 20%;
		height: 85px;
		border-right: 1px solid rgba(255,255,255,.3);
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		color: #fff
	}

	.dm-page-content .dm-banner .home-page-header .home-page-item .item-num:nth-child(1) {
		border-left: 1px solid rgba(255,255,255,.3)
	}

	.dm-page-content .dm-banner .home-page-header .home-page-item .item-num>div {
		margin-top: 5px;
		display: flex;
		flex-direction: column
	}

	.dm-page-content .dm-banner .home-page-header .home-page-item .item-num>div>span:nth-child(1) {
		font-family: PingFangSC-Regular;
		font-size: 18px;
		margin: 5px 0
	}

	.dm-page-content .dm-banner .home-page-header .home-page-item .item-num>div>span:nth-child(2) {
		font-family: PingFangSC-Light;
		font-size: 14px
	}

	.dm-page-content .dm-banner .home-page-header .class-particles-js {
		position: absolute;
		width: 100%;
		height: 100%
	}

	.dm-page-content .dm-banner .home-page-header .slogan-title {
		font-size: 44px
	}

	.dm-page-content .dm-banner .home-page-header .slogan-tip {
		margin-bottom: 20px
	}

	.dm-page-content .dm-banner .home-page-header .slogan-li {
		margin-left: 22px;
		margin-bottom: 20px
	}

	.dm-page-content .dm-banner .home-page-header .slogan-li>li {
		font-family: PingFangSC-Light;
		font-size: 20px;
		margin-bottom: 10px;
		list-style-type: disc
	}

	.dm-page-content .dm-banner .home-page-header .banner-content {
		background-image: none
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .banner-slogan {
		width: 100%;
		position: relative
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .banner-slogan .banner-figure.other-banner-figure {
		position: absolute;
		bottom: 0;
		right: 0
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .header-slogan {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		color: #fff;
		margin: 0 auto;
		font-family: PingFangSC-Semibold;
		font-size: 60px
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .header-slogan>.corp-desc {
		text-align: center;
		margin-left: 30px
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .header-slogan>.corp-desc>span {
		margin: 0 10px;
		color: #ffd105;
		font-size: 64px
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .header-slogan .slogan-btn {
		margin-top: 60px;
		background: #50c3fc;
		border-color: #50c3fc;
		font-family: PingFangSC-Light;
		font-size: 26px;
		margin-right: 25px
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .header-slogan .slogan-btn:hover {
		background: #87d7ff
	}

	.steps-content .step-item .tip-info {
		font-size: 16px;
		font-weight: 700
	}

	.steps-content .step-item:nth-child(2) .tip-info span,.steps-content .step-item:nth-child(3) .tip-info span {
		margin-left: -10px
	}

	.home-company .tab-title {
		margin-bottom: 55px
	}

	.dm-module .use-scene {
		padding-top: 0
	}

	.home-produce .product-item {
		height: 240px;
		padding: 0;
		justify-content: flex-start
	}

	.video-module .module-content {
		padding-bottom: 0
	}

	.video-module .video-js .vjs-big-play-button {
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 100%;
		top: 270px;
		left: 485px
	}

	.video-module .dm-video {
		width: 1000px;
		height: 600px;
		margin: 0 auto
	}

	.video-module .dm-video .my-video-dimensions {
		width: 100%;
		height: 100%
	}

	.video-module .video-js .vjs-fullscreen-control,.video-module .video-js .vjs-mute-control,.video-module .video-js .vjs-play-control {
		margin-top: 2px;
		outline: 0
	}
}

@media screen and (max-width:767px) {
	.dm-page-content .dm-banner .home-page-header {
		position: relative
	}

	.dm-page-content .dm-banner .home-page-header .home-page-item {
		display: none
	}

	.dm-page-content .dm-banner .home-page-header .class-particles-js {
		display: none
	}

	.dm-page-content .dm-banner .home-page-header .slogan-title {
		margin-top: 20%;
		font-size: 32px
	}

	.dm-page-content .dm-banner .home-page-header .slogan-tip {
		margin-bottom: 20px
	}

	.dm-page-content .dm-banner .home-page-header .slogan-li {
		display: none
	}

	.dm-page-content .dm-banner .home-page-header .banner-content {
		background-image: none
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .banner-figure-hand {
		position: relative;
		width: 70%;
		margin: 0 auto
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .banner-figure-hand img {
		width: 100%;
		height: 100%
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .header-slogan {
		position: absolute;
		top: 20%;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		margin: 0 auto;
		font-family: PingFangSC-Semibold;
		font-size: 32px
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .header-slogan>div {
		text-align: center
	}

	.dm-page-content .dm-banner .home-page-header .banner-content .header-slogan>div>span {
		margin: 0 10px;
		color: #ffd105;
		font-size: 36px
	}

	.page-index .col-md-6+.col-md-6>* {
		padding-top: 0;
		margin-top: 0;
		border-top: none
	}

	.home-inefficient .random-block {
		width: 100%
	}

	.home-record .recocd-item {
		height: 160px
	}

	.home-record .recocd-item .title {
		width: 90px
	}

	.home-scene #content_9_3-contentWrapper-two .dm-img-btn {
		width: 45%
	}

	.home-scene #content_9_3-contentWrapper-two .dm-img-btn:last-child {
		margin-left: 10px
	}

	.home-scene .sell-list.center {
		flex-direction: column
	}

	.home-scene .sell-list .w-20p {
		width: 100%
	}

	.home-company .tab-title .item {
		display: none
	}

	.home-company .tab-title .item.item-cur {
		display: inline-block
	}

	.home-company .tab-cont .tab-cont__wrap .company-tabs-list .img-logo-item {
		width: 94vw;
		margin-left: 3vw
	}

	.video-module .module-content {
		padding: 0
	}

	.video-module .video-js .vjs-big-play-button {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 100%;
		top: 80px;
		left: 42vw
	}

	.video-module .dm-video {
		width: 94vw;
		height: 200px;
		margin: 0 auto
	}

	.video-module .dm-video .my-video-dimensions {
		width: 100%;
		height: 100%
	}

	.video-module .video-js .vjs-fullscreen-control,.video-module .video-js .vjs-mute-control,.video-module .video-js .vjs-play-control {
		margin-top: 2px;
		outline: 0
	}

	.dm-module.improve-rate .home-inefficient {
		margin-bottom: 0
	}
}
.indexs1{
			width:100%;
			height:826px;
			background:#e5f1ff;
		}
		.englishbox{
			width:100%;
			height:220px;
			box-sizing:border-box;
			padding-top:52px;
		}
		.englishbox .e{
			width:100%;
			text-align: center;
			font-size: 34px;
			text-transform:uppercase;
			font-weight: 900;
			font-family:微软雅黑;
			color:#CCCCCC;
		}
		.englishbox h1{
			width:100%;
			font-size: 27px;
			text-align: center;
			font-weight: 500;
			margin:8px 0px;
			padding:0px;
			position:relative;
		}
		.englishbox h1::before,.englishbox h1::after{
			content:"";
			display:block;
			width:55px;
			height:1px;
			background:#CCCCCC;
			position:absolute;
			top:50%;
			left:50%;
		}
		.englishbox h1::before{
			transform:translate(-250%,-50%);
		}
		.englishbox h1::after{
			transform:translate(150%,-50%);
		}
		.englishbox p{
			width:100%;
			font-size: 23px;
			text-align: center;
		}
		.indexs1 > .icontainer{
			width:1200px;
			height:400px;
			margin:0 auto;
			display:flex;
			justify-content: space-between;
		}
		.indexs1 .icontainer .item{
			width:277px;
			height:390px;
			float:left;
			margin-right:30.666px;
			position: relative;
		}
		.indexs1 .icontainer .item:nth-child(4){
			margin-right:0px;
		}
		.indexs1 .icontainer .item a{
			display:block;
			width:100%;
			height:100%;
			position:absolute;
			top:0;
			left:0;
			text-decoration: none;
			color:black;
		}
		.indexs1 .icontainer .item a:hover h2{
			color:#00AF83;
			border-color:#00AF83;
		}
		.indexs1 .icontainer .item a .iimg{
			width:100%;
			height:160px;
		}
		.indexs1 .icontainer .item a h2{
			margin:0px;
			padding:0px;
			width:100%;
			height:70px;
			line-height: 70px;
			text-align: center;
			border-bottom:2px solid rgba(0,0,0,.1);
			box-sizing: border-box;
			font-weight: 400;
			font-size: 23px;
			letter-spacing: 3px;
			color:#333;
			font-family: "Arial, Helvetica, sans-serif";
		}
.indexs1 .icontainer .item a h2::before,.indexs1 .icontainer .item a h2::after{
	display:none;
}
		.indexs1 .icontainer .item a p{
			font-size: 18px;
			line-height: 35px;
			letter-spacing: 2px;
			color:#333;
			margin:15px 0px;
			box-sizing: border-box;
		}
		.indexs1 .ibtn{
			width:100%;
			height:155px;
			position:relative;
		}
		.indexs1 .ibtn #ibtn{
			display:block;
			width:180px;
			height:55px;
			line-height: 55px;
			text-align: center;
			font-size: 23px;
			letter-spacing: 5px;
			text-decoration: none;
			color:#00AF83;
			background:rgb(255,255,255);
			box-shadow: 2px 2px 4px black;
			position: absolute;
			top:50%;
			left:50%;
			transform:translate(-50%,-50%);
		}
		.indexs1 .ibtn #ibtn:hover{
			background:#00AF83;
			color:rgb(255,255,255);
		}
 .wcontainer{
      text-align:center;
      margin-top:40px;
	  width:100%;
  }
  .wcontainer h4 , .wcontainer p {
     background:radial-gradient(circle  at center center,#7E40FF,#3E8DF9); 
     -webkit-background-clip:text;
      color:transparent;
  }
  .wcontainer h4{
     font-size:40px;
  }
  .wcontainer p {
     font-size:30px;
     margin-top:8px;
	 margin-bottom: 0px;
  }
  .imgwcontainer{
	 display:-ms-flex;
     display:flex;
     flex-direction:column;
     text-align:center;
	 padding-top:30px;
	 width:1180px;
	  margin:0 auto;
  }
  .imgwcontainer .imgwcontainer1{
     flex-grow:1;
     display:flex;
	 float:left;
	 display:-ms-flex;
     margin:30px 0px 20px 0px;
	 width:100%;
  }
  .imgwcontainer .imgwcontainer1 div{
	float:left;
	flex-grow:1;
	width:31%;
  }
  .imgwcontainer .imgwcontainer1 div:nth-child(2){
     margin:0px 40px;
  }
  .ie8{
     margin:0px 40px;
  }
  .imgwcontainer .imgwcontainer1 div p{
    flex-grow:1;
    font-size:20px;
    font-weight:900;
    width:60%;
    margin:0 auto;
  }
  .imgwcontainer .imgwcontainer1 div p:nth-child(2){
   padding:10px 0px 20px 0px; 
  }
  .imgwcontainer .imgwcontainer1 div p:last-child{
     text-align:left;
     font-weight:400;
     font-size:18px;
  }
  .Allwcontainer{ 
     background:rgb(247,249,255);
	 padding:30px 0px;
	 
  }