
#team {
	padding: 100px 0
}
#team>h2 {
	font-size: 36px;
	line-height: 1.42;
	text-align: center;
	color: #3fb4e1
}
.teams__row {
	overflow: hidden;
	position: relative;
	padding: 35px 0;
	height: 164px;
	margin-top: 60px
}
.teams__list {
	position: absolute
}
.teams__item {
	position: relative;
	height: 205px;
	width: 33%
}
.teams__row__1 .teams__item {
	-webkit-transform: translateX(-55%);
	transform: translateX(-55%)
}
.teams__row__2 .teams__item {
	-webkit-transform: translateX(25%);
	transform: translateX(25%)
}
.teams__img__wrapper {
	padding: 0 20px;
	background-color: #fff;
	position: absolute;
	z-index: 3
}
.teams__img__wrapper img:hover {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.teams__item img {
	cursor: pointer;
	width: 159px;
	border-radius: 50%;
	border: 10px solid #00a0e5
}
.teams__item__des {
	position: absolute;
	bottom: 3px;
	font-size: 18px;
	text-align: right;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.teams__item__des p {
	margin-top: 5px;
	font-size: 12px
}
.teams__item__des p:first-child {
	font-size: 20px
}
.teams__item:before {
	content: "";
	z-index: 1;
	width: 100%;
	position: absolute;
	border-top: 1px dotted #000;
	top: 49%
}
.teams__item:after {
	content: "";
	z-index: 5;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #00a0e5;
	border-radius: 50%;
	position: absolute;
	top: 45.5%;
	left: -27%
}
#teams-modal {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 820px;
	height: 534.8px;
	z-index: 10
}
#teams-modal, .overlay {
	display: none;
	position: fixed
}
.overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 9
}
.teams-modal__window {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%
}
.teams-modal__close {
	position: absolute;
	width: 20px;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 9
}
.teams-modal__button {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	position: absolute;
	top: 43%;
	cursor: pointer;
	z-index: 2
}
.teams-modal__button:hover {
	-webkit-animation: gelatine .5s;
	animation: gelatine .5s
}
.teams-modal__pre {
	left: -60px
}
.teams-modal__next {
	right: -60px
}
.teams-modal__list {
	position: absolute;
	left: 0
}
.teams-modal__item {
	position: relative;
	height: 534.8px;
	width: 820px;
	float: left
}
.teams-modal__img__wrapper, .teams-modal__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.teams-modal__img__wrapper {
	width: 327px;
	background-color: #49b7e2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.teams-modal__img__wrapper img {
	width: 230px;
	height: 230px;
	border-radius: 50%
}
.teams-modal__content__wrapper {
	padding: 50px;
	width: 431px;
	background-color: #fff
}
.teams-modal__title {
	font-size: 20px;
	font-stretch: condensed;
	text-align: left;
	color: #4ab7e2
}
.teams-modal__table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px
}
.teams-modal__join__left {
	width: 60px
}
.teams-modal__join__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 64px
}
.teams-modal__table>div.teams-modal__position {
	border-right: none;
	width: 155px
}
.teams-modal__table>div.teams-modal__join {
	border-right: none
}
.teams-modal__table>div {
	text-align: center;
	width: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	border: 1px solid #979797
}
.teams-modal__table>div.teams-modal__skill {
	width: 405px;
	border-top: none;
	line-height: 1.7
}
.teams-modal__intro h4 {
	font-weight: 600;
	color: #4ab7e2;
	margin-bottom: 20px
}
.teams-modal__intro {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.4;
	color: #5e5e5e
}
.teams-modal__feeling h4 {
	font-weight: 600;
	color: #4ab7e2;
	margin-bottom: 20px
}
.teams-modal__feeling {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.4;
	color: #5e5e5e
}
.amber .teams__item__img:after {
	background-color: #31d0ac
}
.amber img {
	border-color: #31d0ac
}
.amber .teams__item__des {
	color: #31d0ac
}
.amber .teams-modal__img__wrapper {
	background-color: #31d0ac
}
.sujie .teams__item__img:after {
	background-color: #ea5506
}
.sujie img {
	border-color: #ea5506
}
.sujie .teams__item__des {
	color: #ea5506
}
.sujie .teams-modal__img__wrapper {
	background-color: #ea5506
}
.sumingxuan .teams__item__img:after {
	background-color: #3d7ec1
}
.sumingxuan img {
	border-color: #3d7ec1
}
.sumingxuan .teams__item__des {
	color: #3d7ec1
}
.sumingxuan .teams-modal__img__wrapper {
	background-color: #3d7ec1
}
.wangfangyu .teams__item__img:after {
	background-color: #a8dae2
}
.wangfangyu img {
	border-color: #a8dae2
}
.wangfangyu .teams__item__des {
	color: #a8dae2
}
.wangfangyu .teams-modal__img__wrapper {
	background-color: #a8dae2
}
.jidy .teams__item__img:after {
	background-color: #4e89c9
}
.jidy img {
	border-color: #4e89c9
}
.jidy .teams__item__des {
	color: #4e89c9
}
.jidy .teams-modal__img__wrapper {
	background-color: #4e89c9
}
.huangxiao .teams__item__img:after {
	background-color: #678fcd
}
.huangxiao img {
	border-color: #678fcd
}
.huangxiao .teams__item__des {
	color: #678fcd
}
.huangxiao .teams-modal__img__wrapper {
	background-color: #678fcd
}
.yushuzhe .teams__item__img:after {
	background-color: #68c0ce
}
.yushuzhe img {
	border-color: #68c0ce
}
.yushuzhe .teams__item__des {
	color: #68c0ce
}
.yushuzhe .teams-modal__img__wrapper {
	background-color: #68c0ce
}
.wangjiadong .teams__item__img:after {
	background-color: #3f4e74
}
.wangjiadong img {
	border-color: #3f4e74
}
.wangjiadong .teams__item__des {
	color: #3f4e74
}
.wangjiadong .teams-modal__img__wrapper {
	background-color: #3f4e74
}
.ruantingting .teams__item__img:after {
	background-color: #e6b422
}
.ruantingting img {
	border-color: #e6b422
}
.ruantingting .teams__item__des {
	color: #e6b422
}
.ruantingting .teams-modal__img__wrapper {
	background-color: #e6b422
}
.liumengyuan .teams__item__img:after {
	background-color: #ee7948
}
.liumengyuan img {
	border-color: #ee7948
}
.liumengyuan .teams__item__des {
	color: #ee7948
}
.liumengyuan .teams-modal__img__wrapper {
	background-color: #ee7948
}
.gaojie .teams__item__img:after {
	background-color: #68c0ce
}
.gaojie img {
	border-color: #68c0ce
}
.gaojie .teams__item__des {
	color: #68c0ce
}
.gaojie .teams-modal__img__wrapper {
	background-color: #68c0ce
}
.guowei img {
	border-color: #4ba9e3
}
.guowei .teams__item__img:after {
	background-color: #4ba9e3
}
.guowei .teams__item__des {
	color: #4ba9e3
}
.guowei .teams-modal__img__wrapper {
	background-color: #4ba9e3
}
.haidai img {
	border-color: #f38e2e
}
.haidai .teams__item__img:after {
	background-color: #f38e2e
}
.haidai .teams__item__des {
	color: #f38e2e
}
.haidai .teams-modal__img__wrapper {
	background-color: #f38e2e
}
.dingxijin img {
	border-color: #4ba9e3
}
.dingxijin .teams__item__img:after {
	background-color: #4ba9e3
}
.dingxijin .teams__item__des {
	color: #4ba9e3
}
.dingxijin .teams-modal__img__wrapper {
	background-color: #4ba9e3
}
#teams-modal>.haidai {
	border: 3px solid #f38e2e
}
#teams-modal>.guowei {
	border: 3px solid #4ba9e3
}
#teams-modal>.amber {
	border: 3px solid #31d0ac
}
#teams-modal>.sujie {
	border: 3px solid #ea5506
}
#teams-modal>.sumingxuan {
	border: 3px solid #3d7ec1
}
#teams-modal>.ruantingting {
	border: 3px solid #e6b422
}
#teams-modal>.liumengyuan {
	border: 3px solid #ee7948
}
#teams-modal>.jidy {
	border: 3px solid #4e89c9
}
#teams-modal>.wangjiadong {
	border: 3px solid #4ba9e3
}
#teams-modal>.gaojie {
	border: 3px solid #68c0ce
}
#teams-modal>.huangxiao {
	border: 3px solid #678fcd
}
#teams-modal>.wangfangyu {
	border: 3px solid #a8dae2
}
#teams-modal>.yushuzhe {
	border: 3px solid #68c0ce
}
#teams-modal>.dingxijin {
	border: 3px solid #4ba9e3
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
to {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
to {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}
}
@-webkit-keyframes gelatine {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(.9, 1.1);
transform:scale(.9, 1.1)
}
50% {
-webkit-transform:scale(1.1, .9);
transform:scale(1.1, .9)
}
75% {
-webkit-transform:scale(.95, 1.05);
transform:scale(.95, 1.05)
}
}
@keyframes gelatine {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(.9, 1.1);
transform:scale(.9, 1.1)
}
50% {
-webkit-transform:scale(1.1, .9);
transform:scale(1.1, .9)
}
75% {
-webkit-transform:scale(.95, 1.05);
transform:scale(.95, 1.05)
}
}
#About_header {
	width: 100%;
	height: 435px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 342px;
	
	background-size: cover;
	color: #fff
}
#About_header>span {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 110px
}
#About_header .aboutus {
	background-color: #fff;
	position: absolute;
	left: 220px;
	right: 220px;
	top: 281px;
	border-radius: 30px;
	padding: 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 20px 0 hsla(0,0%,69%,.5);
	box-shadow: 0 0 20px 0 hsla(0,0%,69%,.5)
}
#About_header .aboutus .aboutus_title {
	margin: 0 auto 26px;
	font-size: 36px;
	width: 290px;
	font-weight: 300;
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	color: #3fb4e1
}
#About_header .aboutus .aboutus_title .aboutus_title_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	color: rgba(71,139,202,.1);
	font-size: 56px;
	line-height: 65px;
	text-align: center
}
#About_header .aboutus .aboutus_detail {
	font-size: 18px;
	color: rgba(48,50,81,.7);
	line-height: 1.8
}
#About_header .aboutus .icon1 {
	position: absolute;
	right: 149px;
	top: 24px;
	width: 68px;
	height: 66px
}
#About_header .aboutus .icon2 {
	position: absolute;
	left: 120px;
	bottom: 0;
	width: 81px;
	height: 31px
}
#about_product {
	position: relative;
	margin: 0 auto 90px;
	width: 1120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 587px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
#about_product .about_product_icon {
	position: absolute;
	width: 49px;
	height: 59px;
	left: 145px;
	top: 135px
}
#about_product .about_product_content {
	padding-top: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 540px;
	height: 100%
}
#about_product .about_product_content .about_product_title_ch, #about_product .about_product_content .about_product_title_en {
	font-size: 32px;
	font-weight: 500;
	color: #3fb4e1
}
#about_product .about_product_content .about_product_title_en {
	margin-bottom: 8px
}
#about_product .about_product_content .about_product_detail {
	padding-top: 20px;
	color: rgba(48,50,81,.7);
	font-size: 18px;
	line-height: 1.8
}
#about_product .about_product_bg {
	width: 505px;
	height: 100%
}
#about_product .about_product_bg img {
	width: 100%;
	height: 100%
}
#about_team {
	margin: 0 auto 160px;
	width: 1120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 496px;
	position: relative
}
#about_team .about_team_icon {
	position: absolute;
	width: 81px;
	height: 71px;
	right: -69px;
	top: 26px
}
#about_team .about_team_bg {
	width: 532px;
	height: 100%
}
#about_team .about_team_bg img {
	width: 100%;
	height: 100%
}
#about_team .about_team_content {
	padding-top: 87px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 540px;
	height: 100%
}
#about_team .about_team_content .about_team_title_ch, #about_team .about_team_content .about_team_title_en {
	font-size: 32px;
	font-weight: 500;
	color: #3fb4e1
}
#about_team .about_team_content .about_team_title_en {
	margin-bottom: 8px
}
#about_team .about_team_content .about_team_detail {
	padding-top: 18px;
	color: rgba(48,50,81,.7);
	font-size: 20px;
	line-height: 1.67
}
#Time_axis {
	height: 600px;
	width: 100%;
	background: url(../images/time_axis.png) no-repeat 50%;
	background-size: 100% 288px;
	position: relative
}
#Time_axis .time_line {
	position: absolute;
	max-width: 432px
}
#Time_axis .time_line .time_line_title {
	color: #3fb4e1;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 8px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: auto
}
#Time_axis .time_line .time_line_detail {
	text-align: left;
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: #6e6f85;
	line-height: 1.5;
	font-weight: 400;
	font-size: 18px
}
#Time_axis .time_line .time_line_bottom, #Time_axis .time_line .time_line_top {
	margin-top: 27px;
	margin-left: 50px
}
#Time_axis .time_line_2009 {
	left: 4%;
	top: 110px
}
#Time_axis .time_line_2013 {
	left: 10%;
	bottom: -10px
}
#Time_axis .time_line_2013 img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#Time_axis .time_line_2015 {
	width: 245px;
	left: 25%;
	top: 120px
}
#Time_axis .time_line_2017 {
	width: 193px;
	left: 45%;
	bottom: 50px
}
#Time_axis .time_line_2017 img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#Time_axis .time_line_2018 {
	left: 55%;
	top: -20px
}
#Time_axis .time_line_2019 {
	bottom: 50px;
	left: 73%
}
#Time_axis .time_line_2019 img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#Time_axis .time_line_2019_1 {
	top: 40px;
	left: 82%
}
#news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 140px;
	width: 100%;
	height: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 160px 0 125px
}
#news .news_title {
	color: #3fb4e1;
	font-size: 32px;
	font-weight: 500
}
#news .news_title div {
	margin-top: 8px
}
#news .news_swiper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

#news .news_title .news_title_en {
	color: #3fb4e1;
	font-size: 32px;
	font-weight: 500}
	
	#news .news_title .news_title_ch {
	color: #3fb4e1;
	font-size: 32px;
	font-weight: 500}

#news .news_swiper .el-carousel__indicator {
	padding: 0;
	padding-right: 32px
}
#news .news_swiper .el-carousel__indicator .el-carousel__button {
	width: 160px;
	height: 4px;
	background-color: #eaeaed
}
#news .news_swiper .el-carousel__indicator.is-active .el-carousel__button {
	background-color: #3fb4e1!important
}
#news .news_swiper .news_cards {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
#news .news_swiper .news_cards, #news .news_swiper .news_cards .news_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#news .news_swiper .news_cards .news_card {
	margin: 15px 40px;
	width: 24vw;
	height: 112px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px 0 rgba(54,65,80,.1);
	box-shadow: 0 0 20px 0 rgba(54,65,80,.1);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../images/aboutnew.png) no-repeat 50%;
	background-size: cover;
	color: #4b8ecb;
	padding: 19px 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#news .news_swiper .news_cards .news_card a {
	font-size: 18px;
	line-height: 30px;
	text-decoration: none
}
#news .news_swiper .news_cards .news_card a:hover {
	text-decoration: underline
}


  .contentfirst{ display:none;}
.contentin{ display:block;}
.tabin{ background:#3fb4e1!important;}
.news_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.news_card {
	display:inline-block;
	margin: 15px 37px;
	width: 22vw;
	height: 112px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px 0 rgba(54,65,80,.1);
	box-shadow: 0 0 20px 0 rgba(54,65,80,.1);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../images/aboutnew.png) no-repeat 50%;
	background-size: cover;
	color: #4b8ecb;
	padding: 19px 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.news_card a {
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;color: #555;
}
.news_card a:hover {
	text-decoration: underline
}

#tabfirst li{display:inline-block;width: 160px; height: 4px; background-color: #eaeaed;transition: .3s; cursor:pointer; margin-right:32px;}
#tabfirst li span{display:block; width:100%; max-width:100%; height:100%;}


@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "";
	font-size: 14px;
	font-weight: normal;
	font-style: normal
}
*:focus {
	outline: none
}
body{background-color: #222}
a {
	text-decoration: none
}
ul {
	list-style: none
}
.product-section {
	padding-bottom: 50px;
	position: relative;
	/*background: url(../images/productBase-features-bag.jpg) no-repeat;
	background-size: cover*/
	height:206px;
}
.product-title {
	padding: 50px 10px 30px;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
	color: #ffffff
}
.product-wrapper {
	/*max-width: 1200px;*/
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1; 
}
.features-slide{margin-top:35px;}
.product-features .product-body {
	margin: 0px 25px
}
.product-features .product-body:after {
	content: "";
	width: 100%;
	height: 3px;
	background: url(../images/productBase-features-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 85px;
	left: 0;
	z-index: 0
}
/*li*/
.features-item {
	position: relative;
	float: left; height:205px;
}
.features-slide .features-item>* {
	text-align: center
}
.features-item h3 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #ffffff;
	opacity: 0.7;
	transition: all 0.1s; margin-top:70px;
}
.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../images/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3
}
.features-item .features-info {
	display: block;
	margin: 0 auto;
	transition: all 0.3s;
	border-radius: 2px;
	position:absolute;
	right:-31%;
	z-index:999999;
	top:-35px;
}
.features-item .features-info .features-info-i {
	font-size: 14px;
	color: #A0A2A8;
	line-height: 22px;
	margin-bottom: 10px
}
.features-item .features-info .features-info-s {
	width:180px; height:180px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}
.features-item .features-info .features-info-s img{
	cursor:pointer; width:159px; border-radius:50%; border:10px solid #00a0e5; z-index:9999;
	}
.features-item.dark i {
	background: url(../images/productBase-features-timeline-dark.png) no-repeat;
	background-size: contain;
	background-position: right center
}
/*鼠标悬浮效果*/
.features-item:hover img {
	 
	transform: scale(1.1); 
	font-size: 22px;
	line-height: 28px;
	opacity: 0.9
}
.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background: url(../images/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}
/*.features-item:hover a {
	background: url(../images/productBase-features-info.png) no-repeat;
	background-size: 100% 100%
}*/
/*左右按钮*/
.product-features .swiper-button-prev {
	width: 30px;
	height: 40%;
	left: -15px;
	top: 60%;
	background: none
}
.product-features .swiper-button-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/productBase-features-left.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}
.product-features .swiper-button-next {
	width: 30px;
	height: 40%;
	right: -15px;
	top: 60%;
	background: none
}
.product-features .swiper-button-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/productBase-features-right.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}


