/* 首屏 */
.index_gmv {
	/* height: 850px; */
	/* background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 60%, #FAFBFC 100%); */
	position: relative;
}

.index_gmv .container {
	width: auto;
	/* height: 850px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* overflow: unset; */
	width: 1400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_gmv .title {
	line-height: 60px;
}

.index_gmv .title h2 {
	font-size: 60px;
	font-weight: 500;
	line-height: 60px;
	margin-bottom: 4px;
}

.index_gmv .title p {
	font-size: 30px;
	line-height: 60px;
}

.index_gmv .ani_box {
	width: 635px;
	height: 449px;
	background: url(../img250530/ani_bg.png?v=1) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	top: 40px;
}

.index_gmv .ani_box .gear {
	position: absolute;
}

.index_gmv .ani_box .gear_1 {
	width: 130px;
	top: 79px;
	left: -53px;
	animation: gear1 5s linear infinite;
	-webkit-animation: gear1 5s linear infinite;
}

.index_gmv .ani_box .gear_2 {
	width: 64px;
	top: 157px;
	left: 53px;
	animation: gear2 3.8s linear infinite;
	-webkit-animation: gear2 3.8s linear infinite;
}

.index_gmv .ani_box .gear_3 {
	width: 149px;
	top: 163px;
	right: -70px;
	animation: gear3 5s linear infinite;
}

.index_gmv .ani_box .line_box_1 {
	height: 67px;
	width: 0;
	position: absolute;
	top: 37px;
	right: 136px;
	transform-origin: right center;
	overflow: hidden;
	animation: line1 linear infinite 2s;
}

.index_gmv .ani_box .line_box_1 img {
	height: 67px;
	position: absolute;
	right: 0;
}

.index_gmv .ani_box .line_box_2 {
	height: 46px;
	width: 0x;
	position: absolute;
	top: 370px;
	left: 153px;
	transform-origin: left center;
	overflow: hidden;
	animation: line2 linear infinite 2.5s;
}

.index_gmv .ani_box .line_box_2 img {
	height: 46px;
}

@-webkit-keyframes gear1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes gear1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes gear1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes gear1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes gear2 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@-ms-keyframes gear2 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@-moz-keyframes gear2 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@keyframes gear2 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes gear3 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@-ms-keyframes gear3 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@-moz-keyframes gear3 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@keyframes gear3 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes line1 {

	0%,
	100% {
		width: 0;
	}

	90%,
	99% {
		width: 206px;
	}
}

@-ms-keyframes line1 {

	0%,
	100% {
		width: 0;
	}

	90%,
	99% {
		width: 206px;
	}
}

@-moz-keyframes line1 {

	0%,
	100% {
		width: 0;
	}

	90%,
	99% {
		width: 206px;
	}
}

@keyframes line1 {

	0%,
	100% {
		width: 0;
	}

	90%,
	99% {
		width: 206px;
	}
}

@-webkit-keyframes line2 {

	0%,
	100% {
		width: 0;
	}

	90%,
	99% {
		width: 204px;
	}
}

@-ms-keyframes line2 {

	0%,
	100% {
		width: 0;
	}

	90%,
	99% {
		width: 204px;
	}
}

@-moz-keyframes line2 {

	0%,
	100% {
		width: 0;
	}

	90%,
	99% {
		width: 204px;
	}
}

@keyframes line2 {

	0%,
	100% {
		width: 0;
	}

	90%,
	99% {
		width: 204px;
	}
}

/* 一物一码 */
.index_yiwuyima {
	text-align: center;
	/* padding-top: 200px; */
	position: relative;
}

.index_yiwuyima .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_yiwuyima .title {
	line-height: 55px;
}

.index_yiwuyima .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_yiwuyima .title p {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}

.index_yiwuyima .title p img {
	width: 50px;
	margin-right: 20px;
}

.index_yiwuyima .tab {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 30px;
}

.index_yiwuyima .tab p {
	width: 160px;
	height: 48px;
	border-radius: 6px;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	box-sizing: border-box;
	color: #666666;
	line-height: 48px;
	margin: 0 10px;
	font-size: 18px;
	transition: 300ms;
	cursor: pointer;
	/* 禁止选中文字	 */
	user-select: none;
}

.index_yiwuyima .tab p:hover {
	color: #7797F7;
	border: 1px solid #7797F7;
}

.index_yiwuyima .tab p.cur {
	background: #7797F7;
	color: #FFFFFF;
	border: 0;
}

.index_yiwuyima .pic_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_yiwuyima .pic_box .icon {
	width: 29px;
	cursor: pointer;
	/* font-size: 56px;
	color: #888888;
	font-weight: 400; */
}

.index_yiwuyima .pic_box .pic_list {
	width: 800px;
	margin: 0 175px;
	overflow: hidden;
}

.index_yiwuyima .pic_box .pic_list .track {
	width: 4000px;
	transition: .5s;
}

.index_yiwuyima .pic_box .pic_list .track>div {
	width: 800px;
	height: 528px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_yiwuyima .pic_box .pic_list img {
	width: 800px;
}

.index_yiwuyima .pic_box .pic_list .track>div:nth-of-type(3) img {
	width: 750px;
}

.index_yiwuyima .pic_box .pic_list .track>div:nth-of-type(4) img {
	width: 700px;
}

.index_yiwuyima .pic_box .pic_list .track>div:nth-of-type(5) img {
	width: 780px;
}

/* 一物一码end*/
/* 私域消费者 */
.index_siyu {
	text-align: center;
	/* padding-top: 200px; */
	position: relative;
}

.index_siyu .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_siyu .title {
	line-height: 60px;
	margin-bottom: 14px;
	margin-top: 30px;
}

.index_siyu .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_siyu .title p {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 14px;
}

.index_siyu .title p img {
	width: 50px;
	margin-right: 20px;
}

.index_siyu .tab {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 880px;
	border-bottom: 1px #DDD solid;
	margin: 0 auto;
	position: relative;
}

.index_siyu .tab p {
	width: 70px;
	height: 85px;
	box-sizing: border-box;
	color: #999;
	margin: 0 25px;
	cursor: pointer;
	transition: .3s;
}

.index_siyu .tab p span {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
	line-height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: 33px auto; */
	background-size: 42px auto;
}

/* .index_siyu .tab p .siyu_1{
	background-image: url(../img250530/icon_siyu_1.png?v=1);
}
.index_siyu .tab p .siyu_2{
	background-image: url(../img250530/icon_siyu_2.png?v=1);
}
.index_siyu .tab p .siyu_3{
	background-image: url(../img250530/icon_siyu_3.png?v=1);
}
.index_siyu .tab p .siyu_4{
	background-image: url(../img250530/icon_siyu_4.png?v=1);
}
.index_siyu .tab p .siyu_5{
	background-image: url(../img250530/icon_siyu_5.png?v=1);
} */

.index_siyu .pic_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_siyu .pic_box .icon {
	width: 29px;
	cursor: pointer;
	/* font-size: 56px;
	color: #888888;
	font-weight: 400; */
}



.index_siyu .tab p .siyu_1 {
	background-image: url(../mobile/pic250530/part3-icon-off-1.png?v=1);
}

.index_siyu .tab p .siyu_2 {
	background-image: url(../mobile/pic250530/part3-icon-off-2.png?v=1);
}

.index_siyu .tab p .siyu_3 {
	background-image: url(../mobile/pic250530/part3-icon-off-3.png?v=1);
}

.index_siyu .tab p .siyu_4 {
	background-image: url(../mobile/pic250530/part3-icon-off-4.png?v=1);
}

.index_siyu .tab p .siyu_5 {
	background-image: url(../mobile/pic250530/part3-icon-off-5.png?v=1);
}

/* 图标选中 */
.index_siyu .tab p .siyu_1.cur {
	background-image: url(../mobile/pic250530/part3-icon-on-1.png?v=1);
}

.index_siyu .tab p .siyu_2.cur {
	background-image: url(../mobile/pic250530/part3-icon-on-2.png?v=1);
}

.index_siyu .tab p .siyu_3.cur {
	background-image: url(../mobile/pic250530/part3-icon-on-3.png?v=1);
}

.index_siyu .tab p .siyu_4.cur {
	background-image: url(../mobile/pic250530/part3-icon-on-4.png?v=1);
}

.index_siyu .tab p .siyu_5.cur {
	background-image: url(../mobile/pic250530/part3-icon-on-5.png?v=1);
}

/* .index_siyu .tab p .siyu_1.cur{
	background-image: url(../img250530/icon_siyu_1_selected.png?v=1);
} 

.index_siyu .tab p .siyu_2.cur{
	background-image: url(../img250530/icon_siyu_2_selected.png?v=1);
}
.index_siyu .tab p .siyu_3.cur{
	background-image: url(../img250530/icon_siyu_3_selected.png?v=1);
}
.index_siyu .tab p .siyu_4.cur{
	background-image: url(../img250530/icon_siyu_4_selected.png?v=1);
}
.index_siyu .tab p .siyu_5.cur{
	background-image: url(../img250530/icon_siyu_5_selected.png?v=1);
}*/
/* 图标划过状态 */
/* .index_siyu .tab p .siyu_1:hover{
	background-image: url(../img250530/icon_siyu_1_selected.png?v=1);
}
.index_siyu .tab p .siyu_2:hover{
	background-image: url(../img250530/icon_siyu_2_selected.png?v=1);
}
.index_siyu .tab p .siyu_3:hover{
	background-image: url(../img250530/icon_siyu_3_selected.png?v=1);
}
.index_siyu .tab p .siyu_4:hover{
	background-image: url(../img250530/icon_siyu_4_selected.png?v=1);
}
.index_siyu .tab p .siyu_5:hover{
	background-image: url(../img250530/icon_siyu_5_selected.png?v=1);
} */

.index_siyu .tab p .siyu_1:hover {
	background-image: url(../mobile/pic250530/part3-icon-on-1.png?v=1);
}

.index_siyu .tab p .siyu_2:hover {
	background-image: url(../mobile/pic250530/part3-icon-on-2.png?v=1);
}

.index_siyu .tab p .siyu_3:hover {
	background-image: url(../mobile/pic250530/part3-icon-on-3.png?v=1);
}

.index_siyu .tab p .siyu_4:hover {
	background-image: url(../mobile/pic250530/part3-icon-on-4.png?v=1);
}

.index_siyu .tab p .siyu_5:hover {
	background-image: url(../mobile/pic250530/part3-icon-on-5.png?v=1);
}

.index_siyu .tab p span:hover {
	box-shadow: 2px 2px 8px #DDDDDD;
}

.index_siyu .tab span.cur {
	box-shadow: 2px 2px 8px #DDDDDD;
}

.index_siyu .tab>span {
	height: 3px;
	background-color: #A877EE;
	width: 70px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 165px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
}

.index_siyu .pic_list {
	width: 871px;
	overflow: hidden;
	margin: 0 auto;
}

.index_siyu .pic_list .track {
	width: 4355px;
	transition: .5s;
}

.index_siyu .pic_list img {
	width: 871px;
	float: left;
}

/* 私域消费者end */
/* 品牌机器人 */
.index_robot {
	text-align: center;
	/* padding-top: 200px; */
	position: relative;
}

.index_robot .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_robot .title {
	line-height: 60px;
	margin-bottom: 80px;
}

.index_robot .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_robot .title p {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.index_robot .title p img {
	width: 50px;
	margin-right: 20px;
}

.index_robot .pic_list {
	width: 957px;
	margin: 0 auto;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.index_robot .pic_list .index_robot_flag {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
}

.index_robot .pic_list img {
	width: 957px;
	transition: .5s linear;
	margin-top: 500px;
}

/* 品牌机器人end */
/* 管理平台 */
.index_platform {
	text-align: center;
	padding-top: 200px;
	position: relative;
}

.index_platform .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_platform .title {
	line-height: 60px;
	margin-bottom: 80px;
}

.index_platform .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_platform .title p {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.index_platform .title p img {
	width: 50px;
	margin-right: 20px;
}

.index_platform .pic_list {
	width: 1107px;
	margin: 0 auto;
}

.index_platform .pic_list img {
	width: 1107px;
}

/* 管理平台end */
/* V+ */
.index_vjia {
	text-align: center;
	/* padding-top: 200px; */
	position: relative;
}

.index_vjia .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_vjia .title {
	line-height: 60px;
	/* margin-bottom: 80px; */
}

.index_vjia .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_vjia .title p {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.index_vjia .title p img {
	width: 50px;
	margin-right: 20px;
}

.index_vjia .pic_list {
	width: 940px;
	height: 630px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.index_vjia .pic_list .index_vjia_flag {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
}

.index_vjia .pic_list img {
	width: 940px;
	transition: .5s linear;
	margin-top: 630px;
}

/* V+end */
/* 防伪系统 */
.index_fangwei {
	text-align: center;
	/* padding-top: 200px; */
	position: relative;
}

.index_fangwei .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_fangwei .title {
	line-height: 60px;
	margin-bottom: 80px;
}

.index_fangwei .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_fangwei .title p {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.index_fangwei .title p img {
	width: 50px;
	margin-right: 20px;
}

.index_fangwei .keyword_box {
	width: 1073px;
	margin: 110px auto 0;
	background: url(../img250530/pic_fangwei.png?v=1) no-repeat 48% center;
	background-size: 597px auto;
	text-align: center;
	height: 429px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.index_fangwei .keyword_box>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	line-height: 129px;
	height: 129px;
	position: relative;
	overflow: hidden;
}

.index_fangwei .keyword_box>div:nth-of-type(2) {
	padding: 0 40px 0 50px;
	box-sizing: border-box;
}

.index_fangwei .keyword_box .keyword {
	width: 342px;
	height: 129px;
	background-image: url(../img250530/keyword_suyuan.png?v=1);
	background-repeat: no-repeat;
	background-size: auto 129px;
	line-height: 129px;
	background-position: left center;
}

.index_fangwei .keyword_box .suyuan {
	text-indent: 20px;
	margin-left: -431px;
	transition: .5s linear;
}

.index_fangwei .keyword_box .yidongyingxiao {
	background-image: url(../img250530/keyword_yidongyingxiao.png?v=1);
	background-position: right center;
	width: 353px;
	text-indent: -15px;
	margin-right: -331px;
	transition: .5s linear;
}

.index_fangwei .keyword_box .wulianwang {
	background-image: url(../img250530/keyword_wulianwang.png?v=1);
	background-position: left center;
	width: 309px;
	text-indent: 20px;
	margin-left: -531px;
	transition: .7s linear;
}

.index_fangwei .keyword_box .dajia {
	background-image: url(../img250530/keyword_dajia.png?v=1);
	background-position: right center;
	width: 333px;
	text-indent: -25px;
	margin-right: -331px;
	transition: .3s linear;
}

.index_fangwei .keyword_box .fangcuanhuo {
	background-image: url(../img250530/keyword_fangcuanhuo.png?v=1);
	background-position: left center;
	width: 352px;
	margin-left: -431px;
	transition: .5s linear;
}

.index_fangwei .keyword_box .biaoqian {
	background-image: url(../img250530/keyword_biaoqian.png?v=1);
	background-position: right center;
	width: 333px;
	text-indent: -25px;
	margin-right: -331px;
	transition: .5s linear;
}

/* 防伪系统end */
/* 关键业务数据 */
.index_data {
	text-align: center;
	/* padding-top: 200px; */
	position: relative;
}

.index_data .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_data .title {
	line-height: 60px;
	margin-bottom: 100px;
}

.index_data .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_data .data_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	margin: 0 auto;
}

.index_data .data_list .data_box {}

.index_data .data_list .data_box .data {
	color: #E60012;
	font-size: 20px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.index_data .data_list .data_box .data span {
	font-size: 50px;
	line-height: 66px;
	font-weight: 600;
}

.index_data .data_list .data_box p {
	color: #888;
	font-size: 18px;
}

/* 关键业务数据end */
/* 权威认证 安全保障 */
.index_safe {
	text-align: center;
	padding-top: 200px;
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
}

.index_safe .container {
	overflow: hidden;
}

.index_safe .title {
	line-height: 60px;
	margin-bottom: 90px;
	margin-top: 10px;
}

.index_safe .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_safe .safe_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1400px;
	margin: 0 auto;
}

.index_safe .safe_list .safe_box {
	width: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index_safe .safe_list .safe_box img {
	width: 260px;
	transition: .2s;
}

.index_safe .safe_list .safe_box p {
	color: #666;
	font-size: 18px;
	line-height: 36px;
	white-space: nowrap;
	width: 100%;
}

.index_safe .safe_list .safe_box:hover img {
	transform: scale(1.05);
}

.index_safe .safe_list .safe_box:hover p {
	/* color: #E60012; */
	font-weight: bold;
}

/* 权威认证 安全保障end */
/* 客户发声 */
.index_agree {
	text-align: center;
	/* padding-top: 200px; */
	position: relative;
}

.index_agree .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_agree .title {
	line-height: 1em;
	margin-bottom: 100px;
	/* 上下居中后字被遮挡 */
	margin-top: 10px;
}

.index_agree .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_agree .agree_list {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_agree .agree_list div {
	width: 430px;
	height: 580px;
	background: #8D99AD;
	border-radius: 8px;
}

/* 客户发声end */
/* 合作客户 */
.index_customer {
	text-align: center;
	/* padding-top: 200px; */
	position: relative;
}

.index_customer .container {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.index_customer .title {
	line-height: 60px;
	margin-bottom: 40px;
}

.index_customer .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.index_customer .title p {
	font-size: 24px;
	color: #888888;
	line-height: 1em;
	/* margin-top: 49px; */
}

/* .index_customer .logo_list{
	width: 1400px;
	margin: 80px auto;
} */

.index_customer .logo_list {
	width: 1400px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	/* margin: 0 auto 120px; */
}

.index_customer .logo_list img {
	width: 166px;
	height: 166px;
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 60px;
}

.index_customer .logo_list img:nth-of-type(6n+1) {
	margin-left: 0;
}

.index_customer .logo_list img:nth-of-type(6n) {
	margin-right: 0;
}

/* 合作客户end */


/* 合作方 logo 展示 */
.partners {
    padding: 80px 0 120px 0;
    height: 1014px;
    min-width: 1100px;
    background-color: #fff
}
.content-wrap {
    width: 1100px;
    margin: 0 auto;
}
.partners .content-wrap {
    position: relative
}

.partners .content-wrap:before {
    content: " ";
    display: table
}

.partners .logo-wall {
    margin-top: 260px;
    width: 1134px;
    height: 744px;
    overflow: hidden;
    position: relative
}

.partners .logo-wall .logo-wall-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 3000px
}

.partners .logo-wall .logo-list {
    margin-left: -8px;
    width: 1134px;
    float: left
}

.partners .logo-wall .logo-item {
    float: left;
    margin: 0 10px 58px
}

.partners .logo-wall .logo-item:hover {
    filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0)
}

.partners .logo-wall .logo-item img {
    width: 142px;
    height: 62px
}

.partners .logo-btn-wrap {
    text-align: center;
    margin-top: 40px;
    font-size: 0
}

.partners .logo-btn-wrap .logo-btn-item {
    display: inline-block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    margin: 0 5px
}

.partners .logo-btn-wrap .logo-btn {
    height: 2px;
    width: 20px;
    display: inline-block;
    background-color: #cfd5e0
}

.partners .logo-btn-wrap .logo-btn.active {
    background-color: #00b4a5
}

.ani {
    transform: translateY(50px);
    opacity: 0
}

.anitr,
.anitr-1,
.anitr-2,
.anitr-3,
.anitr-4,
.anitr-5,
.anitr-6,
.anitr-7 {
    transition: transform 1s, opacity 1s
}

.anitr-1 {
    transition-delay: .2s
}

.anitr-2 {
    transition-delay: .4s
}

.anitr-3 {
    transition-delay: .6s
}

.anitr-4 {
    transition-delay: .8s
}

.anitr-5 {
    transition-delay: 1s
}

.anitr-6 {
    transition-delay: 1.2s
}

.anitr-7 {
    transition-delay: 1.4s
}

/**********byc*********/

.byc{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 120px;
	position: relative;
	height: 330px;
	transform: scale(1.16);
	-webkit-transform: scale(1.16);
	-moz-transform: scale(1.16);
	-ms-transform: scale(1.16);
	-o-transform: scale(1.16);
}

#center,#center2 {
    z-index: 2;position: absolute; top: 70px; left:0
}
#slider,#slider2 {
    z-index: 1;
    position: absolute;
    width: 1200px;
    background: #000;
    height: 340px;
    overflow: hidden;
    top: 0;
    left: 0

}
#slider .slide1,#slider2 .slide1 {
    z-index: 10;
    position: absolute;
    width: 760px;
    height: 340px;
    overflow: hidden;
    top: 0;
    cursor: default;
    left: 22px;
    text-align:left;
    background: #333;
    border-right: 5px solid #fff;
	margin-left:-2px;

}
#slider .title,#slider2 .title {
    color: #f80; font-size: 1.2em; font-weight: bold; margin-right: 1.5em; text-decoration: none;
}
#slider .text,#slider2 .text {
    display: none;
}
/* 私懂修改为四个注释 */
/* #slider .p,#slider2 .p{
    width: 220px;
    height: 260px;
    color: #fff;
    position: absolute;
    left: 280px;
    top: 0;
	padding-top: 30px;
} */

#slider .p,#slider2 .p{
	width: 190px;
	height: 260px;
	color: #fff;
	position: absolute;
	left: 350px;
	top: 0;
	padding-top: 30px;
}

#slider .pp,#slider2 .pp {
	width: 180px;
    height: 340px;
    color: #fff;
    background: #fa5349;
    position: absolute;
    left: 530px;
    top: 0;
    padding: 0 20px;
}

#slider .p img,#slider2 .p img{
    display: inline-block;
    /* margin: 40px 0  20px 0; */
	position: absolute;
	left: -30px;
	top: 32px;
}
#slider .p span,#slider2 .p span{
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px; display: block;
	text-align: justify;
}
/* 私懂修改为四个注释 */
/* #slider .pp,#slider2 .pp {
    width: 188px;
    height: 340px;
    color: #fff;
    background: #fa5349;
    position: absolute;
    left: 500px;
    top: 0;
    padding: 0 20px;

} */
#slider .pp dt,#slider2 .pp dt{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ff867f;
    padding: 30px 0 5px 0;
}
#slider .pp dt span,#slider2 .pp dt span{
    font-size: 14px;
    margin-left: 10px;
}
#slider .pp dd,#slider2 .pp dd{
    font-size: 12px;
    color: #ffbdb9;
    line-height: 20px;
    margin-top: 15px;

}
#slider .pp a,#slider2 .pp a{
    background: #fff;
    width: 50px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #fa5349;
    display: block;
    margin: 0 0 0 130px;
	position:absolute;
	bottom:20px;
}
#slider .diapo,#slider2 .diapo {
    position: absolute;
    border-left: 3px solid #fff;

}
.mk03{padding: 80px 0 45px 0;}
.mk03 .lb02{width: 1200px; height: 600px; overflow: hidden; margin-bottom:40px;}
.mk03 .mk03_u1{width: 300000px; height: 600px;}
.mk03 .mk03_l1{width: 1200px; height: 600px;}
.mk03 .mk03_l1 a{display:inline-block;margin:-2px;}
.mk03 .mk03_l2{width:240px; height: 200px; overflow: hidden; position: relative;}
.mk03 .mk03_l2 img{position: absolute; top: 25px; left: 40px;}
.mk03 .sliphover-container{position:absolute;width:160px; height: 200px; background-color: #fa534a; color: #fff; overflow: hidden; display: none; text-align: center; z-index: 100;padding:0 20px;margin-left:15px;}
.mk03 .sliphover-show{display:block;}
.mk03 .sliphover-container .fk_p1{font-size:20px;font-weight:bold;margin-top:18px;color:#fff;word-wrap: break-word;word-break: break-all;}
.mk03 .sliphover-container .fk_p2{margin-top:2px;margin-bottom:10px;text-align:center;color:#fff;}

.mk03 .lb01 em{font-size: 14px; color: #adadad; cursor: pointer; display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px;}
.mk03 .lb01 em:hover{color:#1dcbac;}

.inp{width: 406px; height: 55px; text-align: center; line-height: 55px; background-color: #1869c5; font-size: 22px; color: #fff;}
.inp:hover{background-color: #333;}
.mk03 li{float: left;}
.mk03 ul{overflow: hidden;}