.someShow {
	visibility: visible !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.warp {
		width: 100%;
	}

	.home-device {
		width: 100%;
		position: relative;
	}

	.home-device .swiper-main {
		width: 100%;
		position: relative;
	}

	.home-device .swiper-main .swiper1 {
		width: 1200px;
	}

	.home-device .swiper-main .swiper-container {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper {
		position: relative;
		width: 100%;
		-webkit-transition-property: -webkit-transform, left, top;
		-webkit-transition-duration: 0s;
		-webkit-transform: translate3d(0px, 0, 0);
		-webkit-transition-timing-function: ease;
		-moz-transition-property: -moz-transform, left, top;
		-moz-transition-duration: 0s;
		-moz-transform: translate3d(0px, 0, 0);
		-moz-transition-timing-function: ease;
		-o-transition-property: -o-transform, left, top;
		-o-transition-duration: 0s;
		-o-transform: translate3d(0px, 0, 0);
		-o-transition-timing-function: ease;
		-o-transform: translate(0px, 0px);
		-ms-transition-property: -ms-transform, left, top;
		-ms-transition-duration: 0s;
		-ms-transform: translate3d(0px, 0, 0);
		-ms-transition-timing-function: ease;
		transition-property: transform, left, top;
		transition-duration: 0s;
		transform: translate3d(0px, 0, 0);
		transition-timing-function: ease;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item {
		width: 100%;
		text-align: center;
		float: left;
		position: relative;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-img {
		width: 100%;
		min-height: 350px;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content {
		width: 100%;
		height: 75px;
		text-align: center;
		position: absolute;
		top: 55%;
		margin-top: -37.5px;
		left: 50%;
		margin-left: -50%;
		padding: 0 5%;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt1 {
		width: 100%;
		font-size: 2rem;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt2 {
		width: 100%;
		padding: 15px 20px 0;
		font-size: 1rem;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt3 {
		width: 100px;
		line-height: 16px;
		padding-top: 30px;
		position: relative;
		margin: 0 auto;
		display: block;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt3::before {
		content: '';
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		background: url("../images/zb-h-icons.png") no-repeat -682px -28px;
	}

	.home-device .pagination1 {
		text-align: center;
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -40px;
		z-index: 10;
	}

	.home-device .pagination1 .swiper-pagination-switch {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #fff;
		margin: 0 3px;
		cursor: pointer;
	}

	.home-device .pagination1 .swiper-active-switch {
		background: #259df6;
	}

	.new-product {
		width: 100%;
		position: relative;
		padding: 77px 0 0 0;
	}

	.new-product .np-title {
		width: 175px;
		height: 88.5px;
		background: url("../images/zb-h-np.png") no-repeat center;
		background-size: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -87.5px;
		transform: translate(0, -151px);
	}

	.new-product .np-title .npt-txt1 {
		font-size: 1.2rem;
		padding: 7px 0 0 48px;
	}

	.new-product .np-title .npt-txt2 {
		font-size: 1rem;
		padding: 0 0 0 27px;
	}

	.new-product .np-title-move {
		transform: translate(0, -2px);
		transition: all 0.5s ease-out;
	}

	.new-product .np-content {
		width: 100%;
		padding: 10px 10px 0 10px;
		overflow: hidden;
		margin: 0 auto;
	}

	.new-product .np-content .npci-outer {
		width: 50%;
		padding: 10px 10px;
		float: left;
	}

	.new-product .np-content .npci-outer .npc-item {
		width: 100%;
		height: 175px !important;
		display: block;
		position: relative;
		background-position: 100%;
		overflow: hidden;
	}

	.new-product .np-content .npci-outer .npc-item .npci-img {
		width: 100%;
		transform: scale(1);
		transition: all 0.3s ease-out;
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce {
		width: 100%;
		height: 80px;
		padding: 10px;
		position: absolute;
		bottom: 0;
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce .npcii-name {
		padding-bottom: 5px;
		font-size: 1.6rem;
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce .npcii-txt {
		line-height: 18px;
		height: 36px;
		overflow: hidden;
		font-size: 1rem;
	}

	.company-news {
		padding-top: 15px;
	}

	.company-news .cn-container {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.company-news .cn-container .new-box {
		width: 100%;
		padding-top: 15px;
	}

	.company-news .cn-container .new-box .nb-list {
		overflow: hidden;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item {
		width: 50%;
		height: 146px;
		background: transparent;
		float: left;
		padding: 10px 0;
		display: table;
		text-align: center;
		position: relative;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		padding: 12px;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link .nbli-title {
		max-height: 85px;
		overflow: hidden;
		padding-bottom: 5px;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link2 {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 0;
		left: 0;
		transform: scalex(0);
		transition: all 0.3s ease-out;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item-one {
		padding-right: 10px;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item-two {
		padding-left: 10px;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item-hide {
		display: none;
	}

	.company-news .cn-container .cn-title {
		font-size: 1.8rem;
	}

	.company-news .cn-container .cn-content {
		font-size: 1rem;
	}

	.company-video {
		padding-top: 15px;
		display: none;
	}
.companyfix ul, .companyfix .cvcc-right{
    width: 100%!important;
}
	.company-video .cn-container {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.company-video .cn-container .new-box {
		width: 100%;
		padding-top: 15px;
	}

	.company-video .cn-container .new-box .nb-list {
		overflow: hidden;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item {
		width: 50%;
		height: 146px;
		background: transparent;
		float: left;
		padding: 10px 0;
		display: table;
		text-align: center;
		position: relative;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		padding: 12px;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link .nbli-title {
		max-height: 85px;
		overflow: hidden;
		padding-bottom: 5px;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link2 {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 0;
		left: 0;
		transform: scalex(0);
		transition: all 0.3s ease-out;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item-one {
		padding-right: 10px;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item-two {
		padding-left: 10px;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item-hide {
		display: none;
	}

	.company-video .cn-container .cn-title {
		font-size: 1.8rem;
	}

	.company-video .cn-container .cn-content {
		font-size: 1rem;
	}

	.company-video .cv-container {
		width: 100%;
		text-align: center;
	}

	.company-video .cv-container .cvc-outer {
		width: 100%;

	}

	.company-video .cv-container .cvc-outer .cvc-content {
		margin: 15px auto 0;
		width: 100%;
		padding: 0;
		overflow: hidden;
		display: flex;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left {
		width: 100%;
		text-align: left;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-title {
		font-size: 16px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-locaition {
		background: url("../images/zb-h-locaition.png") no-repeat 0 10px;
		padding: 10px 0 20px 20px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-txt1,
	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-txt2 {
		line-height: 24px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-txt2 {
		padding: 10px 0 30px 0;
		overflow: hidden;
		height: 87px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-txt3 {
		display: none;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more {
		display: none;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-right {
		width: 100%;
		background: url("../images/zb-h-video.png") no-repeat 0;
		background-size: 100%;
		float: left;
		position: relative;
		border-radius: 50%;
		margin-bottom: 20px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-right .video-play {
		content: '';
		width: 70px;
		height: 70px;
		background: url("../images/zb-h-vplay.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -35px;
		margin-top: -35px;
		cursor: pointer;
	}

	.company-video .cv-container .cvc-icons {
		width: 100%;
		padding: 40px 0 0;
		margin: 0 auto;
	}

	.company-video .cv-container .cvc-icons .cvci-list {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	.company-video .cv-container .cvc-icons .cvci-list .cvcil-item {
		width: 33.333%;
		float: left;
		margin-bottom: 10px;
	}

	.company-video .cv-container .cvc-icons .cvci-list .cvcil-item img {
		height: 60px;
	}

	.company-video .cv-container .cvc-icons .cvci-list .cvcil-item .cvcil-txt {
		padding-top: 23px;
		font-size: 1.4rem;
	}

	.company-video .cv-container .cvc-icons .cvci-list .cvcil-item2 {
		width: 50%;
	}

	.company-video .cv-container .cvc-icons .cvci-list li:nth-child(3) .cvcil-txt {
		padding-top: 23px;
	}

	.map {
		width: 100%;
		margin: 30px 0;
		padding: 20px 20px;
		box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	}

	.map .map-content {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	.map .map-content .img-outer {
		width: 100%;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.map .map-content .img-outer img {
		width: 100%;
		max-width: 1019px;
	}

	.map .map-content .city-outer {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.map .map-content .city-outer .mc-city {
		width: 25%;
		height: 20%;
		padding: 5px;
		float: left;
		text-align: center;
		display: table;
	}

	.map .map-content .city-outer .mc-city img {
		display: none;
	}

	.map .map-content .city-outer .mc-city .mc-address {
		display: none;
	}

	.map .map-content .city-outer .mc-city .mc-cNmae {
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		font-size: 1.3rem;
		border-radius: 3px;
		display: table-cell;
		vertical-align: middle;
	}

	.map .map-content .city-outer .mc-city-show {
		width: 100%;
		height: 20%;
		padding: 5px;
		float: left;
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid #dcdcdc;
		border-radius: 3px;
		padding-left: 20px;
		text-align: center;
		display: table;
	}

	.map .map-content .city-outer .mc-city-show .mc-cNmae {
		display: table-cell;
		vertical-align: middle;
		width: 80px;
		text-align: left;
		font-size: 1.3rem;
		background: none;
		box-shadow: none;
		padding: 0;
		position: relative;
	}

	.map .map-content .city-outer .mc-city-show .mc-cNmae::after {
		content: "";
		display: block;
		width: 10.5px;
		height: 12.6px;
		background: url("../images/zb-h-mlocaition.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -8.3px;
	}

	.map .map-content .city-outer .mc-city-show .mc-address {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		font-size: 1rem;
	}

	.map .map-content .city-outer .mc-city-change {
		height: 20%;
	}
}

.video-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	visibility: hidden;
}

.video-box .vb-content {
	width: 100%;
	height: 100%;
	padding-top: 50%;
}

.video-box .vb-content .cloose-bar {
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	padding: 10px 20px;
	line-height: 20px;
}

.video-box .vb-content .cloose-bar .vbc-cloosed {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	font-style: inherit;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	float: right;
}

.video-box .vb-content .cloose-bar .vbc-cloosed:hover {
	background: #fa7374;
	color: #fff;
}

.video-box .vb-content .vbc-video {
	width: 100%;
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1210px) {
	.warp {
		width: 100%;
	}

	.home-device {
		width: 100%;
		position: relative;
	}

	.home-device .swiper-main {
		width: 100%;
		position: relative;
	}

	.home-device .swiper-main .swiper1 {
		width: 1200px;
	}

	.home-device .swiper-main .swiper-container {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper {
		position: relative;
		width: 100%;
		-webkit-transition-property: -webkit-transform, left, top;
		-webkit-transition-duration: 0s;
		-webkit-transform: translate3d(0px, 0, 0);
		-webkit-transition-timing-function: ease;
		-moz-transition-property: -moz-transform, left, top;
		-moz-transition-duration: 0s;
		-moz-transform: translate3d(0px, 0, 0);
		-moz-transition-timing-function: ease;
		-o-transition-property: -o-transform, left, top;
		-o-transition-duration: 0s;
		-o-transform: translate3d(0px, 0, 0);
		-o-transition-timing-function: ease;
		-o-transform: translate(0px, 0px);
		-ms-transition-property: -ms-transform, left, top;
		-ms-transition-duration: 0s;
		-ms-transform: translate3d(0px, 0, 0);
		-ms-transition-timing-function: ease;
		transition-property: transform, left, top;
		transition-duration: 0s;
		transform: translate3d(0px, 0, 0);
		transition-timing-function: ease;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item {
		width: 100%;
		text-align: center;
		float: left;
		position: relative;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-img {
		width: 100%;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-img img {
		width: 100%;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content {
		width: 650px;
		height: 135px;
		text-align: center;
		position: absolute;
		top: 55%;
		margin-top: -67.5px;
		left: 50%;
		margin-left: -325px;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt1 {
		font-size: 36px;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt2 {
		font-size: 2rem;
		padding-top: 25px;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt3 {
		width: 100px;
		line-height: 16px;
		padding-top: 30px;
		position: relative;
		margin: 0 auto;
		display: block;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt3::before {
		content: '';
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		background: url("../images/zb-h-icons.png") no-repeat -682px -28px;
	}

	.home-device .pagination1 {
		text-align: center;
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -40px;
		z-index: 10;
	}

	.home-device .pagination1 .swiper-pagination-switch {
		display: inline-block;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0px 1px 2px #555 inset;
		margin: 0 3px;
		cursor: pointer;
	}

	.home-device .pagination1 .swiper-active-switch {
		background: #259df6;
	}

	.new-product {
		width: 100%;
		position: relative;
		padding: 200px 0 0 0;
	}

	.new-product .np-title {
		width: 301px;
		height: 151px;
		background: url("../images/zb-h-np.png") no-repeat;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -150.5px;
		transform: translate(0, -151px);
	}

	.new-product .np-title .npt-txt1 {
		padding: 35px 0 0 75px;
	}

	.new-product .np-title .npt-txt2 {
		padding: 0 0 0 65px;
	}

	.new-product .np-title-move {
		transform: translate(0, 0);
		transition: all 0.5s ease-out;
	}

	.new-product .np-content {
		width: 100%;
		padding: 10px 10px 0 10px;
		overflow: hidden;
		margin: 0 auto;
	}

	.new-product .np-content .npci-outer {
		width: 25%;
		padding: 0 10px;
		float: left;
	}

	.new-product .np-content .npci-outer .npc-item {
		width: 100%;
		display: block;
		position: relative;
		background-position: 100%;
		overflow: hidden;
	}

	.new-product .np-content .npci-outer .npc-item .npci-img {
		width: 100%;
		transform: scale(1);
		transition: all 0.3s ease-out;
	}

	.new-product .np-content .npci-outer .npc-item:hover .npci-img {
		transition: all 0.3s ease-out;
		transform: scale(1.2);
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce {
		width: 100%;
		min-height: 140px;
		padding: 20px;
		position: absolute;
		bottom: 0;
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce .npcii-name {
		padding-bottom: 5px;
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce .npcii-txt {
		line-height: 18px;
	}

	.company-news {
		padding-top: 100px;
	}

	.company-news .cn-container {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.company-news .cn-container .new-box {
		width: 100%;
		padding-top: 50px;
	}

	.company-news .cn-container .new-box .nb-list {
		padding: 0 10px;
		overflow: hidden;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item {
		width: 25%;
		height: 146px;
		background: transparent;
		float: left;
		padding: 10px;
		display: table;
		text-align: center;
		position: relative;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		padding: 12px;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link .nbli-title {
		max-height: 85px;
		overflow: hidden;
		padding-bottom: 5px;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link2 {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 0;
		left: 0;
		transform: scalex(0);
		transition: all 0.3s ease-out;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item:hover .nbl-link2 {
		transform: scalex(1);
		transition: all 0.3s ease-out;
	}

	.company-video {
		padding: 30px 0;
	}

	.company-video .cn-container {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.company-video .cn-container .new-box {
		width: 100%;
		padding-top: 50px;
	}

	.company-video .cn-container .new-box .nb-list {
		padding: 0 10px;
		overflow: hidden;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item {
		width: 25%;
		height: 146px;
		background: transparent;
		float: left;
		padding: 10px;
		display: table;
		text-align: center;
		position: relative;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		padding: 12px;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link .nbli-title {
		max-height: 85px;
		overflow: hidden;
		padding-bottom: 5px;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link2 {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 0;
		left: 0;
		transform: scalex(0);
		transition: all 0.3s ease-out;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item:hover .nbl-link2 {
		transform: scalex(1);
		transition: all 0.3s ease-out;
	}

	.company-video .cv-container {
		width: 100%;
		text-align: center;
	}

	.company-video .cv-container .cvc-outer {
		width: 100%;

	}

	.company-video .cv-container .cvc-outer .cvc-content {
		margin: 50px auto 0;
		width: 100%;
		padding: 0;
		overflow: hidden;
		display: flex;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left {
		width: 55.173%;
		padding: 60px 110px 0 20px;
		float: left;
		text-align: left;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-locaition {
		background: url("../images/zb-h-locaition.png") no-repeat 0 20px;
		padding: 20px 0 30px 20px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-txt {
		padding: 30px 0 0 0;
		line-height: 30px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more {
		padding: 70px 0 0 0;
		text-align: right;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more .cvcclm-icon {
		width: 16px;
		height: 16px;
		display: block;
		background: url("../images/zb-h-icons.png") no-repeat -682px -28px;
		float: right;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more .cvcclm-read {
		position: absolute;
		right: 25px;
		bottom: 1px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more .cvcclm-read:hover {
		text-decoration: underline;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-right {
		width: 44.827%;
		background: url("../images/zb-h-video.png") no-repeat 0;
		background-size: 100%;
		float: right;
		position: relative;
		border-radius: 50%;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-right .video-play {
		content: '';
		width: 140px;
		height: 140px;
		background: url("../images/zb-h-vplay.png") no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -70px;
		margin-top: -70px;
		cursor: pointer;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-right:hover .video-play {
		background: url("../images/zb-h-vplay2.png") no-repeat;
	}

	.company-video .cv-container .cvc-icons {
		width: 100%;
		padding: 80px 0;
		margin: 0 auto;
	}

	.company-video .cv-container .cvc-icons .cvci-list {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	.company-video .cv-container .cvc-icons .cvci-list .cvcil-item {
		width: 20%;
		float: left;
	}

	.company-video .cv-container .cvc-icons .cvci-list .cvcil-item .cvcil-txt {
		padding-top: 23px;
		font-size: 1.4rem;
	}

	.company-video .cv-container .cvc-icons .cvci-list li:nth-child(3) .cvcil-txt {
		padding-top: 33px;
	}

	.map {
		width: 100%;
		margin: 50px 0px;
		background: #fff;
	}

	.map .map-content {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		/*吉隆坡*/
	}

	.map .map-content .img-outer {
		width: 100%;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.map .map-content .img-outer img {
		width: 100%;
		opacity: .2;
		max-width: 1019px;
	}

	.map .map-content .mc-city {
		cursor: default;
		padding: 0 0 20px 23px;
		position: absolute;
	}

	.map .map-content .mc-city img {
		width: 18px;
		height: 17px;
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
	}

	.map .map-content .mc-city:hover img {
		visibility: visible;
	}

	.map .map-content .mc-city:hover .mc-cNmae {
		color: #259df6;
	}

	.map .map-content .mc-city .mc-address {
		min-width: 200px;
		padding: 17px 20px;
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		background: rgba(255, 255, 255, 0.9);
		margin-top: 20px;
		line-height: 20px;
		position: absolute;
		left: 0;
		top: 7px;
		border-radius: 5px;
		visibility: hidden;
		z-index: 99;
	}

	.map .map-content .mc-city .mc-address::before {
		width: 18px;
		height: 12px;
		content: '';
		background: url("../images/zb-h-cityTop.png") no-repeat;
		position: absolute;
		top: -11px;
		left: 36px;
	}

	.map .map-content .mc-city:hover .mc-address {
		visibility: visible;
	}

	.map .map-content .mc-city-right .mc-address {
		left: -180px !important;
	}

	.map .map-content .mc-city-right .mc-address::before {
		left: 180px !important;
	}

	.map .map-content .vancouver {
		top: 33%;
		left: 3%;
	}

	.map .map-content .Oregon {
		top: 39%;
		left: 5%;
	}

	.map .map-content .Los-Angeles {
		top: 45%;
		left: 3%;
	}

	.map .map-content .London {
		top: 25%;
		left: 43%;
	}

	.map .map-content .Hamburg {
		top: 20%;
		left: 42%;
	}

	.map .map-content .Florence {
		top: 32%;
		left: 34%;
	}

	.map .map-content .Chicago {
		top: 40%;
		left: 30%;
	}

	.map .map-content .Delaware {
		top: 46%;
		left: 27%;
	}

	.map .map-content .incheon {
		top: 20%;
		left: 90%;
	}

	.map .map-content .Osaka {
		top: 25%;
		left: 89%;
	}

	.map .map-content .qingdao {
		top: 30%;
		left: 89%;
	}

	.map .map-content .shanghai {
		top: 36%;
		left: 88%;
	}

	.map .map-content .guangzhou {
		top: 41%;
		left: 87%;
	}

	.map .map-content .dongguan {
		top: 41%;
		left: 93%;
	}

	.map .map-content .shenzheng {
		top: 47%;
		left: 83%;
	}

	.map .map-content .xianggang {
		top: 47%;
		left: 90%;
	}

	.map .map-content .jilongpo {
		top: 55%;
		left: 80%;
	}

	.map .map-content .Sydney {
		top: 66%;
		left: 90%;
	}

	.map .map-content .Melbourne {
		top: 72%;
		left: 88%;
	}

	.map .map-content .Oslo {
		top: 6%;
		left: 42%;
	}

	.video-box {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 9999;
		visibility: hidden;
	}

	.video-box .vb-content {
		width: 640px;
		height: 420px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -320px;
		margin-top: -210px;
		padding-top: 60px;
	}

	.video-box .vb-content .cloose-bar {
		width: 100%;
		height: 60px;
		background: #f5f5f5;
		position: absolute;
		top: 0;
		padding: 20px;
		line-height: 20px;
	}

	.video-box .vb-content .cloose-bar .vbc-cloosed {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		display: block;
		font-style: inherit;
		position: absolute;
		right: 20px;
		top: 20px;
		text-align: center;
		line-height: 20px;
		cursor: pointer;
	}

	.video-box .vb-content .cloose-bar .vbc-cloosed:hover {
		background: #fa7374;
		color: #fff;
	}

	.video-box .vb-content .vbc-video {
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 1211px) {
	.warp {
		width: 100%;
	}

	.home-device {
		width: 100%;
		position: relative;
		    padding-top: 100px;
	}

	.home-device .swiper-main {
		width: 100%;
		position: relative;
	}

	.home-device .swiper-main .swiper1 {
		width: 1200px;
	}

	.home-device .swiper-main .swiper-container {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
		cursor: pointer !important;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper {
		position: relative;
		width: 100%;
		-webkit-transition-property: -webkit-transform, left, top;
		-webkit-transition-duration: 0s;
		-webkit-transform: translate3d(0px, 0, 0);
		-webkit-transition-timing-function: ease;
		-moz-transition-property: -moz-transform, left, top;
		-moz-transition-duration: 0s;
		-moz-transform: translate3d(0px, 0, 0);
		-moz-transition-timing-function: ease;
		-o-transition-property: -o-transform, left, top;
		-o-transition-duration: 0s;
		-o-transform: translate3d(0px, 0, 0);
		-o-transition-timing-function: ease;
		-o-transform: translate(0px, 0px);
		-ms-transition-property: -ms-transform, left, top;
		-ms-transition-duration: 0s;
		-ms-transform: translate3d(0px, 0, 0);
		-ms-transition-timing-function: ease;
		transition-property: transform, left, top;
		transition-duration: 0s;
		transform: translate3d(0px, 0, 0);
		transition-timing-function: ease;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item {
		width: 100%;
		text-align: center;
		float: left;
		position: relative;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-img {
		width: 100%;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-img img {
		width: 100%;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content {
		width: 100%;
		height: 230px;
		position: absolute;
		top: 55%;
		margin-top: -115px;
		left: 0;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt1 {
		font-size: 3.6rem;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt2 {
		width: 755px;
		margin: 0 auto;
		padding-top: 10px;
		font-size: 3rem;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt3 {
		width: 100px;
		height: 100px;
		line-height: 16px;
		padding-top: 90px;
		position: relative;
		margin: 0 auto;
		display: block;
	}

	.home-device .swiper-main .swiper-container .swiper-wrapper .banner-item .bi-content .bi-txt3::before {
		content: '';
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		background: url("../images/zb-h-icons.png") no-repeat -682px -28px;
	}

	.home-device .pagination1 {
		text-align: center;
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -40px;
		z-index: 10;
	}

	.home-device .pagination1 .swiper-pagination-switch {
		display: inline-block;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0px 1px 2px #555 inset;
		margin: 0 3px;
		cursor: pointer;
	}

	.home-device .pagination1 .swiper-active-switch {
		background: #259df6;
	}

	.new-product {
		width: 100%;
		position: relative;
		padding: 200px 0 0 0;
	}

	.new-product .np-title {
		width: 301px;
		height: 151px;
		background: url("../images/zb-h-np.png") no-repeat;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -150.5px;
		transform: translate(0, -151px);
	}

	.new-product .np-title .npt-txt1 {
		padding: 35px 0 0 75px;
	}

	.new-product .np-title .npt-txt2 {
		padding: 0 0 0 65px;
	}

	.new-product .np-title-move {
		transform: translate(0, 0);
		transition: all 0.5s ease-out;
	}

	.new-product .np-content {
		width: 1210px;
		padding-top: 10px;
		overflow: hidden;
		margin: 0 auto;
	}

	.new-product .np-content .npci-outer {
		width: 25%;
		height: 400%;
		padding: 0 5px;
		float: left;
	}

	.new-product .np-content .npci-outer .npc-item {
		width: 100%;
		height: 400px;
		display: block;
		position: relative;
		background-position: 100%;
		overflow: hidden;
	}

	.new-product .np-content .npci-outer .npc-item .npci-img {
		width: 100%;
		transform: scale(1);
		transition: all 0.3s ease-out;
	}

	.new-product .np-content .npci-outer .npc-item:hover .npci-img {
		transition: all 0.3s ease-out;
		transform: scale(1.2);
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce {
		width: 100%;
		height: 100px;
		padding: 20px;
		position: absolute;
		bottom: 0;
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce .npcii-name {
		padding-bottom: 5px;
	}

	.new-product .np-content .npci-outer .npc-item .npci-introduce .npcii-txt {
		line-height: 18px;
	}

	.company-news {
		padding-top: 100px;
	}

	.company-news .cn-container {
		width: 1211px;
		margin: 0 auto;
		text-align: center;
	}

	.company-news .cn-container .new-box {
		width: 100%;
		padding-top: 50px;
	}

	.company-news .cn-container .new-box .nb-list {
		overflow: hidden;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item {
		width: 162px;
		height: 146px;
		float: left;
		margin: 5.5px;
		display: table;
		text-align: center;
		position: relative;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		padding: 12px;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link .nbli-title {
		max-height: 85px;
		overflow: hidden;
		padding-bottom: 5px;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item .nbl-link2 {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 0;
		left: 0;
		transform: scalex(0);
		transition: all 0.3s ease-out;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item:hover .nbl-link2 {
		transform: scalex(1);
		transition: all 0.3s ease-out;
	}

	.company-news .cn-container .new-box .nb-list .nbl-item2 {
		width: 335px;
	}

	.company-video {
		padding: 30px 0;
		height: 500px;
	}

	.company-video .cn-container {
		width: 1211px;
		margin: 0 auto;
		text-align: center;
	}

	.company-video .cn-container .new-box {
		width: 100%;
		padding-top: 50px;
	}

	.company-video .cn-container .new-box .nb-list {
		overflow: hidden;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item {
		width: 162px;
		height: 146px;
		float: left;
		margin: 5.5px;
		display: table;
		text-align: center;
		position: relative;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		padding: 12px;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link .nbli-title {
		max-height: 85px;
		overflow: hidden;
		padding-bottom: 5px;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item .nbl-link2 {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 0;
		left: 0;
		transform: scalex(0);
		transition: all 0.3s ease-out;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item:hover .nbl-link2 {
		transform: scalex(1);
		transition: all 0.3s ease-out;
	}

	.company-video .cn-container .new-box .nb-list .nbl-item2 {
		width: 335px;
	}

	.company-video .cv-container {
		width: 100%;
		text-align: center;
	}

	.company-video .cv-container .cvc-outer {
		width: 100%;
		background: #fff;
	}

	.company-video .cv-container .cvc-outer .cvc-content {
		margin: 50px auto 0;
		width: 1200px;
		padding: 0;
		overflow: hidden;
		display: flex;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left {
		width: 55.173%;
		padding: 30px 0px 0 50px;
		float: left;
		text-align: left;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-locaition {
		background: url("../images/zb-h-locaition.png") no-repeat 0 20px;
		padding: 20px 0 30px 20px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-txt {
		padding: 30px 0 0 0;
		line-height: 30px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more {
		padding: 70px 0 0 0;
		text-align: right;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more .cvcclm-icon {
		width: 16px;
		height: 16px;
		display: block;
		background: url("../images/zb-h-icons.png") no-repeat -682px -28px;
		float: right;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more .cvcclm-read {
		position: absolute;
		right: 25px;
		bottom: 1px;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-left .cvccl-more .cvcclm-read:hover {
		text-decoration: underline;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-right {
		width: 44.827%;
		background: url("../images/zb-h-video.png") no-repeat;
		background-size: cover;
		float: right;
		position: relative;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-right .video-play {
		content: '';
		width: 140px;
		height: 140px;
		background: url("../images/zb-h-vplay.png") no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -70px;
		margin-top: -70px;
		cursor: pointer;
	}

	.company-video .cv-container .cvc-outer .cvc-content .cvcc-right:hover .video-play {
		background: url("../images/zb-h-vplay2.png") no-repeat;
	}

	.company-video .cv-container .cvc-icons {
		width: 1200px;
		padding: 80px 0;
		margin: 0 auto;
	}

	.company-video .cv-container .cvc-icons .cvci-list {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	.company-video .cv-container .cvc-icons .cvci-list .cvcil-item {
		width: 20%;
		float: left;
	}

	.company-video .cv-container .cvc-icons .cvci-list .cvcil-item .cvcil-txt {
		padding-top: 23px;
	}

	.company-video .cv-container .cvc-icons .cvci-list li:nth-child(3) .cvcil-txt {
		padding-top: 33px;
	}

	.map {
		width: 100%;
		margin: 50px 0;
		background: #fff;
	}

	.map .map-content {
		width: 1200px;
		padding: 56px 0;
		margin: 0 auto;
		position: relative;
		/*吉隆坡*/
	}

	.map .map-content .img-outer {
		width: 1019px;
		margin: 0 auto;
	}

	.map .map-content .img-outer img {
		width: 100%;
	}

	.map .map-content .mc-city {
		position: absolute;
		cursor: default;
		padding-left: 23px;
	}

	.map .map-content .mc-city img {
		width: 18px;
		height: 17px;
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
	}

	.map .map-content .mc-city:hover img {
		visibility: visible;
	}

	.map .map-content .mc-city:hover .mc-cNmae {
		color: #259df6;
	}

	.map .map-content .mc-city .mc-address {
		min-width: 180px;
		padding: 17px 20px;
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		background: rgba(255, 255, 255, 0.9);
		margin-top: 20px;
		line-height: 20px;
		position: absolute;
		left: -35px;
		top: 7px;
		border-radius: 5px;
		visibility: hidden;
		z-index: 99;
	}

	.map .map-content .mc-city .mc-address::before {
		width: 18px;
		height: 12px;
		content: '';
		background: url("../images/zb-h-cityTop.png") no-repeat;
		position: absolute;
		top: -11px;
		left: 36px;
	}

	.map .map-content .mc-city:hover .mc-address {
		visibility: visible;
	}

	.map .map-content .vancouver {
		top: 35%;
		left: 10%;
	}

	.map .map-content .Oregon {
		top: 40%;
		left: 12%;
	}

	.map .map-content .Los-Angeles {
		top: 45%;
		left: 10%;
	}

	.map .map-content .London {
		top: 25%;
		left: 43%;
	}

	.map .map-content .Hamburg {
		top: 20%;
		left: 45%;
	}

	.map .map-content .Florence {
		top: 32%;
		left: 39%;
	}

	.map .map-content .Chicago {
		top: 40%;
		left: 35%;
	}

	.map .map-content .Delaware {
		top: 46%;
		left: 32%;
	}

	.map .map-content .incheon {
		top: 20%;
		left: 85%;
	}

	.map .map-content .Osaka {
		top: 25%;
		left: 85%;
	}

	.map .map-content .qingdao {
		top: 30%;
		left: 84%;
	}

	.map .map-content .shanghai {
		top: 36%;
		left: 83%;
	}

	.map .map-content .guangzhou {
		top: 41%;
		left: 82%;
	}

	.map .map-content .dongguan {
		top: 41%;
		left: 86%;
	}

	.map .map-content .shenzheng {
		top: 47%;
		left: 78%;
	}

	.map .map-content .xianggang {
		top: 47%;
		left: 83%;
	}

	.map .map-content .jilongpo {
		top: 55%;
		left: 80%;
	}

	.map .map-content .Sydney {
		top: 73%;
		left: 88%;
	}

	.map .map-content .Melbourne {
		top: 78%;
		left: 85%;
	}

	.map .map-content .Oslo {
		top: 12%;
		left: 44%;
	}

	.video-box {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 9999;
		visibility: hidden;
	}

	.video-box .vb-content {
		width: 960px;
		height: 600px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -480px;
		margin-top: -300px;
		padding-top: 60px;
	}

	.video-box .vb-content .cloose-bar {
		width: 100%;
		height: 60px;
		background: #f5f5f5;
		position: absolute;
		top: 0;
		padding: 20px;
		line-height: 20px;
	}

	.video-box .vb-content .cloose-bar .vbc-cloosed {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		display: block;
		font-style: inherit;
		position: absolute;
		right: 20px;
		top: 20px;
		text-align: center;
		line-height: 20px;
		cursor: pointer;
	}

	.video-box .vb-content .cloose-bar .vbc-cloosed:hover {
		background: #fa7374;
		color: #fff;
	}

	.video-box .vb-content .vbc-video {
		width: 100%;
		height: 100%;
	}
}

.cvccl-txt {
	padding: 30px 0 0 0;
	line-height: 30px;
}

.indexA1 {
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
}

.indexA1 ul {
	display: flex;
	justify-content: space-between;
}

.indexA1 ul li {
	width: 24%;
	position: relative;
}

.indexA1.layout {
	max-width: 1211px;
	margin: 0 auto;
	text-align: center;
}

.title h4 {
	color: #333;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold !important;
}

.title p {
	color: #555;
	font-size: 16px;
	line-height: 16px;
	margin-top: 22px;
}

.index1 ul li .word img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
}

.index1 ul li:hover .bg img {
	transform: scale(1.1);
}

.index4 {
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
}

.index4 .layout {
	max-width: 1211px;
	margin: 0 auto;
	text-align: center;
}

.index4 ul li {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.index4 ul li .img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.index4 ul li .img img {
	width: 100%;
	transition-duration: .3s;
}

.index4 .title h4 {
	margin: 20px 0;
}

.index4 .indexA2 {
	padding: 40px 0;
}

.index4 ul li .word {
	padding: 0px 20px 0px 10px;
	text-align: left;
}

.index4 ul li .word span {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 17px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index4 ul li span.left {
	font-size: 13px;
	color: #999;
	/*float: left;*/
	font-weight: normal;
	margin-bottom: 0px;
}

.index4 ul li span.right {
	font-size: 13px;
	color: #999;
	/*float: right;*/
	font-weight: normal;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.index4 ul li span.right img {
	margin-right: 5px;
}

.index4 ul li .word p {
	color: #888;
	font-size: 15px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}

.index4 ul li a.more {
	box-sizing: border-box;
	padding-left: 47px;
	display: block;
	width: 150px;
	height: 40px;
	position: relative;
	margin: 20px auto 45px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	transition-duration: .3s;
	text-align: left;
}

.index4 ul li a.more:hover {
	padding-left: 20px;
	color: #02C88C;
}

.index4 ul li a.more:after {
	content: '';
	display: block;
	width: 7px;
	height: 12px;
	background: url(../images/index_more.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	transition-duration: .3s;
}

.index4 ul li a.more:hover:after {
	right: 0;
}

.index4 ul li .img:hover img {
	transform: scale(1.1);
}

.cvcc-right .swiper-container {
	height: 100%;
}

.cvcc-right .swiper-container,
.cvcc-right .swiper-container .swiper-wrapper,
.cvcc-right .swiper-container .swiper-slide img,
.cvcc-right .swiper-container .swiper-slide {
	width: 100%;
	max-width: 100%;
}

.swiper-zuopin1 .swiper-button .swiper-button-next,
.swiper-zuopin1 .swiper-button .swiper-button-prev {

	width: 40px;
	height: 40px;
	opacity: 0.7;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	transition: all 0.3s;
	background-size: 14px;
}

.swiper-zuopin1 .swiper-button .swiper-button-next:after,
.swiper-zuopin1 .swiper-button .swiper-button-prev:after {
	font-size: 14px;
	color: #1a1a1a;
}

.swiper-zuopin1 .swiper-button .swiper-button-next:hover,
.swiper-zuopin1 .swiper-button .swiper-button-prev:hover {
	opacity: 1;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
}

.swiper-zuopin1 .swiper-button .swiper-button-next {
	transform: translateX(80px);
}

.swiper-zuopin1 .swiper-button .swiper-button-prev {
	transform: translateX(-80px);
}

.swiper-zuopin1.swiper-container:hover .swiper-button .swiper-button-next,
.swiper-zuopin1.swiper-container:hover .swiper-button .swiper-button-prev {
	transform: translateX(0px);
}

.companyfix {
	display: flex;

}

.companyfix ul {
	display: flex;
	flex-wrap: wrap;
}

.companyfix ul li {
	width: 100%;
}
.companyfix ul li + li{
	margin-top: 15px;
}

.companyfix ul,
.companyfix .cvcc-right {
	width: 50%;
	position: relative;
}

.companyfix .cvcc-right .video-play {
	content: '';
	width: 70px;
	height: 70px;
	background: url("../images/zb-h-vplay.png") no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
}
.cvcc-right .swiper-container{
	height: auto;
}

.cvcc-right .swiper-container .swiper-slide{
	height: 300px;
}
.company-video .cv-container .cvc-outer .cvcc-right{
	height: auto !important;
}