





.zte-service-HotTopic {
	position: relative;
}

.zte-service-HotTopic .item .img {
	width: 50%;
	height: 300px;
}

.zte-service-HotTopic .item .info {
	padding-right: 100px;
}

.zte-service-HotTopic .item .info .tit {
	font-size: 22px;
	color: rgba(51, 51, 51, 1);
	padding-bottom: 5px;
	position: relative;
}

.zte-service-HotTopic .item .info .tit:after {
	width: 50px;
	height: 2px;
	background: rgba(0, 143, 213, 1);
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
}

.zte-service-HotTopic .item .info .txt {
	font-size: 16px;
	line-height: 30px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 40px;
	margin-top: 30px;
}

.zte-service-HotTopic .item .more {
	padding-right: 28px;
	display: inline-block;
	color: #666;
	font-size: 16px;
	background-size: 9px auto;
}

.zte-service-HotTopic .item .more:hover {
	background-size: 9px auto;
	color: #409EFF;
}

.zte-service-HotTopic .pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.zte-service-HotTopic .pagination .btn-prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-prev.png) no-repeat center;
	background-size: 9px auto;
}

.zte-service-HotTopic .pagination .btn-prev:hover {
	background: url(../../images/top/icon/icon-prev-h.png) no-repeat center;
	background-size: 9px auto;
}

.zte-service-HotTopic .pagination .btn-next {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-next.png) no-repeat center;
	background-size: 9px auto;
}

.zte-service-HotTopic .pagination .btn-next:hover {
	background: url(../../images/top/icon/icon-next-h.png) no-repeat center;
	background-size: 9px auto;
}

div.zte-service-HotTopic .swiper-pagination {
	position: relative;
	left: auto;
	top: auto;
	bottom: 0;
	margin-top: -2px;
	padding: 0 15px ;
}

.zte-service-HotTopic .pagination  .swiper-pagination span {
	margin: 0 15px;
	width: 6px;
	height: 6px;
	background: rgba(197, 197, 197, 1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: none;
	border-radius: 100%;
	vertical-align: middle;
	position: relative;
}

.zte-service-HotTopic .swiper-pagination span.swiper-pagination-bullet-active {
	background: rgba(0, 143, 213, 1);
}

.zte-service-HotTopic .swiper-pagination span.swiper-pagination-bullet-active:after {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 143, 213, 1);
	border-left: 1px solid #fff;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border-radius: 100%;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}


.zte-service-Solution .row {
	margin-left: -10px;
	margin-right: -10px;
}

.row10 .row-item {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.zte-service-Solution .item {
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 5px;
}

.zte-service-Solution .item .img {
	height: 400px;
}

.zte-service-Solution .item .img:after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.zte-service-Solution .item .view {
	position: absolute;
	left: 45px;
	bottom: 30px;
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	width: 110px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	height: 40px;
	background: #fff;
	z-index: 2;
}

.zte-service-Solution .item:hover .view {
	background: #409EFF;
	color: #fff;
}

.zte-service-Solution .item .tit {
	position: absolute;
	left: 45px;
	right: 45px;
	font-size: 30px;
	top: 40px;
	color: #fff;
	z-index: 2;
}

.zte-service-Solution .item .info {
	position: absolute;
	left: 45px;
	top: 110px;
	z-index: 2;
}
.zte-service-Solution .item .info .desc{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-top: -30px;
	padding: 15px 0;
	padding-bottom: 5px;
	padding-right: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
}
.zte-service-Solution .item:hover .info .desc{
	opacity: 1;
}
.zte-service-Solution .item  .info a{color: #fff;}

.zte-service-Solution .item .info li {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	text-decoration: underline;
	position: relative;
	margin-left: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
	margin-top: 10px;
}

.zte-service-Solution .item .info li:after {
	content: ' ';
	width: 6px;
	height: 6px;
	position: absolute;
	left: -16px;
	background: #fff;
	border-radius: 100%;
	top: 10px;
}

.zte-service-Solution .item:hover .info {
	opacity: 1;
}

.zte-service-Solution .item:hover .info li {
	opacity: 1;
}

.zte-service-Solution .item:hover .info li:nth-child(1) {
	margin-top: 0;
}

.zte-service-Solution .item:hover .info li:nth-child(2) {
	transition: 0.3s all 0.15s;
	-webkit-transition: 0.3s all 0.15s;
	margin-top: 0;
}

.zte-service-Solution .item:hover .info li:nth-child(3) {
	transition: 0.3s all 0.3s;
	-webkit-transition: 0.3s all 0.3s;
	margin-top: 0;
}



.zte-service-NetworkService {
	padding-bottom: 5px;
}

.zte-service-NetworkService .row {
	margin-left: -5px;
	margin-right: -5px;
}

.zte-service-NetworkService .swiperPagination {
	display: none;
}

.zte-service-NetworkService .row .swiper-wrapper {
	flex-wrap: wrap;
}

.zte-service-NetworkService .row .item {
	width: 25%;
	float: left;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

.zte-service-NetworkService .row .item .img {
	height: 310px;
	position: relative;
}

.zte-service-NetworkService .row .item .img:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: ' ';
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.zte-service-NetworkService .row .item .info {
	box-sizing: border-box;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	position: absolute;
	left: 0;
	left: 10px;
	right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	bottom: -200px;
}

.zte-service-NetworkService .row .item .info .tit {
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	padding-bottom: 15px;
	position: relative;
}

.zte-service-NetworkService .row .item .info .txt {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	/*height: 170px;*/
}


.zte-service-NetworkService .row .item .info {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	bottom: 0;
	transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.zte-service-NetworkService .row .item .info .tit {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


.zte-service-NetworkService .row .item:hover .info {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.zte-service-NetworkService .row .item:hover .info .tit {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}



.zte-service-NetworkService .row .item:hover .img:after {
	opacity: 1;
}

.zte-service-NetworkService .row .item:hover .info {
	background: none;
	/*background: rgba(0,0,0,0.3);*/
	top: auto;
	bottom: 0;
}

.zte-service-NetworkService .row .item:hover .info .tit {
	font-size: 22px
}

.zte-service-NetworkService .row .item:hover .info .tit:before {
	content: ' ';
	position: absolute;
	left: 20px;
	width: 47px;
	height: 5px;
	background: #FFFFFF;
	bottom: 0;
}

.zte-service-WonderfulVideo .left {
	width: 56%;
	margin-right: 25px;
	box-shadow: 10px 10px 10px rgba(100, 100, 100, 0.2);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.zte-service-WonderfulVideo .swiper-vertical>.swiper-scrollbar{
	width: 8px;
}
.zte-service-WonderfulVideo .left .swiper-slide{
	overflow: hidden;
	background: #fff;
}
.zte-service-WonderfulVideo .left .item {
	position: relative;
	cursor: pointer;
}

.zte-service-WonderfulVideo .left .item .img {
	position: relative;
	width: 100%;
	height: 415px;
}

.zte-service-WonderfulVideo .left .item .hot,
.zte-service-WonderfulVideo .left .item .news {
	width: 64px;
	height: 32px;
	z-index: 3;
	background: linear-gradient(0deg, #FE6F35 25%, #FF9159 100%);
	border-radius: 14px 14px 0px 14px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	position: absolute;
	left: 56px;
	top: 53px;
}

.zte-service-WonderfulVideo .left .item .news {
	background: #409EFF;
}

.zte-service-WonderfulVideo .left .video-item .img:after,
.zte-service-WonderfulVideo .left .video-item .img:before {
	position: absolute;
	content: ' ';
	width: 84px;
	height: 84px;
	background: url(../../images/top/icon/icon-play-arrow.png) no-repeat center rgba(0, 143, 213, 1);
	background-size: 24px auto;
	border-radius: 100%;
	left: 50%;
	z-index: 2;
	top: 50%;
	margin-left: -42px;
	margin-top: -42px;
	cursor: pointer;
}

.zte-service-WonderfulVideo .left .video-item .img:before {
	background: none;
	background: rgba(0, 143, 213, 0.42);
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}

.zte-service-WonderfulVideo .left .item .info {
	position: relative;
	padding: 25px;
}

.zte-service-WonderfulVideo .left .item .info .tit {
	font-size: 24px;
	color: rgba(0, 143, 213, 1);
	margin-bottom: 18px;
}

.zte-service-WonderfulVideo .left .item .info .txt {
	position: relative;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	/*padding-bottom: 30px;*/
	min-height: 50px;
}

.zte-service-WonderfulVideo .right,
.zte-service-WonderfulVideo .right .swiper-container {
	height:590px ;
}

.zte-service-WonderfulVideo .swiper-container-vertical>.swiper-scrollbar {
	width: 10px;
	border-radius: 5px;
	background: rgba(247, 247, 247, 1);
}

.zte-service-WonderfulVideo .swiper-scrollbar-drag {
	background: rgba(10, 147, 215, 1);
}

.zte-service-WonderfulVideo .right .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.zte-service-WonderfulVideo .right .item {
	width: 88%;
	padding: 30px;
	padding-left: 15px;
	background: #f7f7f7;
	position: relative;
	box-sizing: border-box;
	border-right: 2px solid rgba(219, 219, 219, 1);
	margin-bottom:30px;
	cursor: pointer;
}

.zte-service-WonderfulVideo .right .item:after,
.zte-service-WonderfulVideo .right .item:before {
	position: absolute;
	content: ' ';
	width: 100%;
	background: linear-gradient(to right, rgba(219, 219, 219, 0), rgba(219, 219, 219, 1));
	height: 2px;
	left: 0;
	top: 0;
}

.zte-service-WonderfulVideo .right .item:before {
	top: auto;
	bottom: 0;
}

.zte-service-WonderfulVideo .right .item .news,
.zte-service-WonderfulVideo .right .item .hot {
	position: absolute;
	width: 60px;
	height: 24px;
	background: #409EFF;
	border-radius: 12px 12px 0px 12px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	left: 14px;
	top: 15px;
}

.zte-service-WonderfulVideo .right .item .hot {
	background: linear-gradient(0deg, #FE6F35 25%, #FF9159 100%);
}

.zte-service-WonderfulVideo .right .item .tit {
	font-size: 14px;
	line-height: 24px;
	color: rgba(102, 102, 102, 1);
	flex: 1;
	margin-right: 30px;
}

.zte-service-WonderfulVideo .right .item .img {
	width: 180px;
	height: 115px;
}

.zte-service-WonderfulVideo .right .item:hover,
.zte-service-WonderfulVideo .right .item.active {
	background: #f2f9fc;
	border-right: 2px solid #0e96d7;
}

.zte-service-WonderfulVideo .right .item:hover:after,
.zte-service-WonderfulVideo .right .item:hover:before,
.zte-service-WonderfulVideo .right .item.active:after,
.zte-service-WonderfulVideo .right .item.active:before {
	background: linear-gradient(to right, rgba(14, 150, 215, 0), rgba(14, 150, 215, 1));
}

.zte-service-NewsInformation .swiper-container,
.zte-service-AwardQualification .swiper-container{
	/*overflow:initial;*/
	padding-bottom:15px;
}
.zte-service-NewsInformation .swiperPagination{
	display: block;
}
.zte-service-NewsInformation .swiperPagination.flex,
.zte-service-AwardQualification .swiperPagination.flex{
	display: flex;
}
.zte-service-NewsInformation .item {
	width: 32.4%;
	float: left;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	padding-bottom: 20px;
}

.zte-service-NewsInformation .item:nth-child(3n) {
	/*margin-right: 0;*/
}

.zte-service-NewsInformation .item:hover {
	box-shadow: 0px 6px 14px 0px rgba(207, 207, 207, 0.5);
}

.zte-service-NewsInformation .item .img {
	height: 228px;
}

.zte-service-NewsInformation .item .tit {
	padding: 0 24px;
	margin: 20px 0 10px 0;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
}
.zte-service-NewsInformation .item .ellipsis-2{
	min-height: 48px;
}
.zte-service-NewsInformation .item .txt {
	font-size: 14px;
	line-height: 28px;
	color: rgba(102, 102, 102, 1);
	padding: 0 24px;
}
.zte-service-NewsInformation .item .txt .ellipsis-2{
	min-height: 56px;
}

.zte-service-NewsInformation .item .time {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	padding: 0 24px;
	margin-top: 25px;
}

.zte-service-successStory {
	background: #F5F5F5;
}

.zte-service-AwardQualification .item {
	width: 32.4%;
	margin-right: 12px;
	float: left;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	padding-bottom: 20px;
	background: #f7f7f7;
min-height: 347px;
	box-sizing: border-box;
	/*margin-bottom: 30px;*/
}

.zte-service-AwardQualification .item:hover {
	background: #fff;
	box-shadow: 0px 6px 14px 0px rgba(207, 207, 207, 0.5);
}

.zte-service-AwardQualification .item .img {
	height: 226px;
	position: relative;
}

.zte-service-AwardQualification .item .img:after {
	width: 100%;
	position: absolute;
	height: 40px;
	content: ' ';
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	left: 0;
	bottom: -2px;
	background: url(../../images/top/icon/img1.png) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:nth-child(2) .img:after {
	background: url(../../images/top/icon/img2.png) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:nth-child(3) .img:after {
	background: url(../../images/top/icon/img3.png) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:hover .img:after {
	background: url(../../images/top/icon/img1-1.png) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:nth-child(2):hover .img:after {
	background: url(../../images/top/icon/img2-1.png) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:nth-child(3):hover .img:after {
	background: url(../../images/top/icon/img3-1.png) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item .tit {
	padding: 0 24px;
	margin-top: 10px;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
}

.zte-service-AwardQualification .item .txt {
	font-size: 14px;
	line-height: 28px;
	color: rgba(102, 102, 102, 1);
	margin: 10px 24px;
}

.zte-service-AwardQualification .item .time {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	padding: 0 24px;
}

.zte-service-AwardQualification .item:hover .tit,
.zte-service-AwardQualification .item:hover .time {
	color: #409EFF;
}

.zte-service-HotTechnology {
	background: #F7F7F7;
	border-radius: 50px;
	position: relative;
}


.zte-service-HotTechnology .btn-prev2,
.zte-service-HotTechnology .btn-next2 {
	cursor: pointer;
	width: 21px;
	margin: 0 10px;
	height: 38px;
	background: url(../../images/top/icon/icon-ar-left2.png) no-repeat center;
	background-size: 21px auto;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 10px;
	z-index: 2;
	opacity: 0.5;
}
.zte-service-HotTechnology .btn-prev2.swiper-button-disabled,
.zte-service-HotTechnology .btn-next2.swiper-button-disabled{
	display: none;
}
.zte-service-HotTechnology .btn-next2 {
	left: auto;
	right: 13px;
}

.zte-service-HotTechnology .btn-next2 {
	background: url(../../images/top/icon/icon-ar-right22.png) no-repeat center;
	background-size: 21px auto;
}

.zte-service-HotTechnology .btn-prev2:hover {
	/*background: url(../../images/top/icon/icon-ar-left.png) no-repeat center;*/
	/*background-size: 21px auto;*/
	opacity: 1;
}

.zte-service-HotTechnology .btn-next2:hover {
	/*background: url(../../images/top/icon/icon-ar-right.png) no-repeat center;*/
	/*background-size: 21px auto;*/
	opacity: 1;
	
}





.zte-service-HotTechnology .swiper-slide {
	padding: 45px 60px;
	box-sizing: border-box;
}

.zte-service-HotTechnology .item .img {
	width: 560px;
	width: 50%;
	height: 360px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 60px;
}
.zte-service-HotTechnology .item .img img{
	width: 100%;
	margin-right: 0;
	object-fit: cover;
}

.zte-service-HotTechnology .item .info .tit {
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	line-height: 36px;
	position: relative;
	font-weight: bold;
}

.zte-service-HotTechnology .item .info .span {
	width: 80px;
	height: 4px;
	background: #409EFF;
	margin-top: 10px;
	margin-bottom: 25px;
}

.zte-service-HotTechnology .item .info .author {
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 25px;
}

.zte-service-HotTechnology .item .info .txt {
	font-size: 20px;
	line-height: 36px;
	color: #666;
	min-height: 80px;
}

.zte-service-HotTechnology .item .info .more {
	padding-right: 28px;
	display: inline-block;
	color: #666;
	font-size: 16px;
	background: url(../../images/top/icon/icon-more5.png) no-repeat center right;
	background-size: 9px auto;
}

.zte-service-HotTechnology .item .info .more:hover {
	background: url(../../images/top/icon/icon-more6.png) no-repeat center right;
	background-size: 9px auto;
	color: #409EFF;
}

.zte-service-HotTechnology .swiper-pagination {
	font-size: 0;
	position: absolute;
	bottom: 45px;
	right: 0;
	left: auto;
	text-align: left;
	width: 180px;
}

.zte-service-HotTechnology .swiper-pagination span {
	font-size: 20px;
	color: rgba(153, 153, 153, 1);
}

.zte-service-HotTechnology .swiper-pagination .s1 {
	font-size: 28px;
	color: rgba(0, 143, 213, 1);
	font-style: italic;
}

.zte-service-HotTechnology .swiper-pagination .l {
	margin: 0 10px;
	width: 34px;
	height: 1px;
	background: rgba(153, 153, 153, 1);
	display: block;
}


.zte-solution-RelevantInformation .bot .title {
	-webkit-line-clamp: 1;
	height: auto;
}

.zte-solution-RelevantInformation .bot .text {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 10px;
}

.zte-solution-down.zte-solution-RelevantInformation .opt {
	/*padding: 0;*/
}


.business-territory {
	width: 100%;
	height: 640px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../../images/top/icon/icon-map.png) no-repeat center;
	position: relative;
}

.business-territory .entry {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.business-territory .entry.focus {
	z-index: 10;
}

.business-territory .line {
	width: 150px;
	height: 0px;
	position: absolute;
	display: none;
	left: 100%;
	bottom: 50%;
	border-bottom: 1px solid #71ccff;
}


.business-territory .focus.lineright .point_t {
	/*margin-top: -12px;*/
}
.business-territory .lineleft .line {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	left: auto;
	right: 100%;
}

.business-territory .lineleft .window {
	left: auto;
	right: 100%;
}

.business-territory .lineleft .point-list{
	left: auto;
	right: 100%;
	margin-right: 20px;
}

.business-territory .linedown .point-list{
	top: 100%;
	margin-top: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.business-territory .lineup .point-list{
	top:auto;
	bottom: 100%;
	margin-bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}



.business-territory .entry-video .line,
.business-territory .entry-video .window {
	display: none!important;
}

.business-territory .line:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 100%;
	margin-left: -1px;
	bottom: -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	width: 70px;
	height: 0;
	border-bottom: 1px solid #71ccff;
}

.business-territory .window {
	position: absolute;
	left: 75px;
	bottom: 70px;
	width: 330px;
	display: none;
	z-index: 1;
}

.business-territory .entry1 .point-dot {
	margin-top: -13px;
	margin-left: -13px;
	width: 26px;
	height: 26px;
}



.business-territory .item.focus .window,
.business-territory .item.focus .line {
	display: block;
	z-index: 10;
}

.business-mode-box .b-l {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 40px;
	background: url(../../images/top/icon/icon-2_03.png) no-repeat center;
	bottom: 21px;
	cursor: pointer;
}

.business-mode-box .b-l:hover {
	background: url(../../images/top/icon/icon-4_03.png) no-repeat center;
}

.business-mode-box .b-r {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	background: url(../../images/top/icon/icon-3_03.png) no-repeat center;
	bottom: 21px;
	cursor: pointer;
}

.business-mode-box .b-r:hover {
	background: url(../../images/top/icon/icon-5_03.png) no-repeat center;
}

.business-mode-box .left {
	position: relative;
}

.business-mode-box .left .l-item {
	display: none;
}

.business-mode-box .left .l-item:nth-child(1) {
	display: block;
}
.business-territory .text-window{
	display: none;
}
.business-territory .window .bg,
.text-window .bg {
	width: 100%;
	height: 28px;
	background: url(../../images/top/icon/img6.png) no-repeat;
	position: relative;
	z-index: 1;
	display: block;
}

.business-territory .window .cont,
.text-window .cont {
	width: 100%;
	background: url(../../images/top/icon/img7.png) no-repeat center bottom;
	position: relative;
	z-index: 2;
}

.business-territory .window .cont dl,
.text-window .cont dl {
	margin-top: -15px;
	padding: 0 20px 20px 20px;
}

.business-territory .window .cont dl .more,
.text-window .cont .more {
	padding-right: 20px;
	display: inline-block;
	font-size: 14px;
	background: url(../../images/top/icon/icon-more6.png) no-repeat center right;
	background-size: 9px auto;
	color: #409EFF;
}

.business-territory .window .cont dl dt,
.text-window .cont dl dt {
	font-size: 18px;
	line-height: 36px;
	color: rgba(51, 51, 51, 1);
}

.business-territory .window .cont dl dd,
.text-window .cont dl dd {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	/*padding-left: 15px;*/
	position: relative;
	margin-bottom: 5px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.business-territory .window .cont dl dd:after {
	/*display: none;
	content: ' ';
	width: 5px;
	position: absolute;
	left: 0;
	top:9px;
	border-radius: 100%;
	height: 5px;
	background: #333333;*/
}

.business-territory .point {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background: 0 0;
	width: 300%;
	height: 300%;
	margin-left: -100%;
	margin-top: -100%;
}


@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes ripple {
	0% {
		opacity: 0;
		-moz-transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-moz-transform: scale(1)
	}
}

@-o-keyframes ripple {
	0% {
		opacity: 0;
		-o-transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-o-transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		-moz-transform: scale(.1, .1);
		-ms-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.point-1:after,
.point-2:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid rgba(0, 134, 209, 1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 225ms infinite;
	animation: ripple 4.5s ease-out 225ms infinite;
}

.point-2:after {
	-webkit-animation: ripple 4.5s ease-out 1125ms infinite;
	animation: ripple 4.5s ease-out 1125ms infinite;
}

.business-territory .point-dot {
	position: relative;
	z-index: 11;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	/*background: linear-gradient(76deg, rgba(111, 177, 108, 1), rgba(0, 134, 209, 1));
	background: -webkit-linear-gradient(76deg, rgba(111, 177, 108, 1), rgba(0, 134, 209, 1));*/
	background: #409EFF;
	cursor: pointer;
	border-radius: 50%;
}

.business-territory .point-list{
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.business-territory .point-list .item{
	position: relative;
}
.business-territory .point-list .item-tit{
	white-space: nowrap;
	    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    position: relative;
    /*display: none;*/
}
.business-territory .point-list .item-tit:hover,
.business-territory .point-list .item.focus .item-tit{
	color: rgba(48, 144, 231, 1);
	text-decoration: underline;
}


.business-territory .point_t {
	position: absolute;
	left: 100%;
	top: 50%;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	white-space: nowrap;
	margin-left: 10px;
	margin-top: -12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.business-territory .focus .point_t {
	/*margin-top: 0;*/
}



.business-territory .small {
	width: 10px;
	height: 10px;
}

.business-territory .small .point-dot {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
}
 

.business-territory .small.a1 .point-1:after {
	-webkit-animation: ripple 4.5s ease-out 625ms infinite;
	animation: ripple 4.5s ease-out 625ms infinite;
}

.business-territory .small.a1 .point-2:after {
	-webkit-animation: ripple 4.5s ease-out 1125ms infinite;
	animation: ripple 4.5s ease-out 1125ms infinite;
}

.business-territory .small.a2 .point-1:after {
	-webkit-animation: ripple 4.5s ease-out 1625ms infinite;
	animation: ripple 4.5s ease-out 1625ms infinite;
}

.business-territory .small.a2 .point-2:after {
	-webkit-animation: ripple 4.5s ease-out 2125ms infinite;
	animation: ripple 4.5s ease-out 2125ms infinite;
}

.business-territory .small.a3 .point-1:after {
	-webkit-animation: ripple 4.5s ease-out 125ms infinite;
	animation: ripple 4.5s ease-out 125ms infinite;
}

.business-territory .small.a3 .point-2:after {
	-webkit-animation: ripple 4.5s ease-out 1525ms infinite;
	animation: ripple 4.5s ease-out 1525ms infinite;
}

.business-territory .small.a4 .point-1:after {
	-webkit-animation: ripple 4.5s ease-out 0.5s infinite;
	animation: ripple 4.5s ease-out 0.5s infinite;
}

.business-territory .small.a4 .point-2:after {
	-webkit-animation: ripple 4.5s ease-out 2s infinite;
	animation: ripple 4.5s ease-out 2s infinite;
}


.business-territory .entry:nth-child(2n) {
	width: 10px;
	height: 10px;
}


.business-territory .entry:nth-child(2n) .point-dot {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
}

.business-territory .lb,
.business-territory .lt,
.business-territory .rb,
.business-territory .rt {
	position: absolute;
	display: block;
	width: 30px;
	height: 100px
}

.business-territory .lt {
	top: -8px;
	left: -8px;
	border-top: 2px solid #71ccff;
	border-left: 2px solid #71ccff
}

.business-territory .lb {
	bottom: -8px;
	left: -8px;
	border-bottom: 2px solid #71ccff;
	border-left: 2px solid #71ccff
}

.business-territory .rt {
	top: -8px;
	right: -8px;
	border-top: 2px solid #71ccff;
	border-right: 2px solid #71ccff
}

.business-territory .rb {
	bottom: -8px;
	right: -8px;
	border-bottom: 2px solid #71ccff;
	border-right: 2px solid #71ccff
}

.business-territory .ani {
	animation: run 2s ease-in-out;
	-webkit-animation: run 2s ease-in-out;
}

.business-territory .video-window {
	display: none;
	width: 950px;
	height: 560px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -300px;
	
	width: 600px;
	height: 360px;
	margin-left: -300px;
	margin-top: -200px;
	z-index: 20;
	background: #fff;
	position: absolute;
}

.business-territory .video-window video {
	width: 100%;
	background: #000;
	height: 490px;
	height: 300px;
}

.business-territory .video-window .tit {
	font-size: 22px;
	color: #333;
	text-align: center;
	line-height: 60px;
}

@-webkit-keyframes run {
	0% {
		width: 0;
		height: 0
	}
	50% {
		width: 90px;
		height: 90px
	}
	100% {
		width: 30px;
		height: 100px
	}
}

@keyframes run {
	0% {
		width: 0;
		height: 0
	}
	50% {
		width: 90px;
		height: 90px
	}
	100% {
		width: 30px;
		height: 100px
	}
}



.zte-solution-down .row {
	margin-left: -10px;
	margin-right: -10px;
}

.zte-solution-down .row .item {
	padding-left: 10px;
	padding-right: 10px;
}

.zte-solution-down h3 {
	position: relative;
	margin-bottom: 50px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}

.zte-solution-down .item {
	margin-bottom: 25px;
}

.zte-solution-down img {
	border-radius: 5px 5px 0px 0px;
}

.zte-solution-down h3::after {
	position: absolute;
	left: 0;
	display: block;
	content: " ";
	width: 40px;
	height: 4px;
	background-color: #3090E7;
}

.zte-solution-down .img {
	width: 100%;
	display: block;
	height: 310px;
	overflow: hidden;
}

.zte-solution-down .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.zte-solution-down .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zte-solution-down .item a:hover {
	color: rgba(48, 144, 231, 1)!important;
}

.zte-solution-down .bot {
	width: 100%;
	padding: 20px;
	padding-top: 15px;
	background: #EAF4FF;
	border-radius: 0px 0px 5px 5px;
	box-sizing: border-box;
	height: 91px;	
}

.zte-solution-down a {
	color: #333;
}

.zte-solution-down .bot p {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	word-break: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.zte-solution-down .opt {
	/*margin-top: 30px;*/
	display: flex;
	padding: 0 20px;
	font-size: 16px;
	justify-content: space-between;
}

.zte-solution-down .opt i {
	font-style: normal;
	position: relative;
}

.zte-solution-down .opt i a {
	color: rgba(51, 51, 51, 1);
	padding-left: 24px;
}

.zte-solution-down .opt i:nth-child(1)::before {
	position: absolute;
	display: block;
	content: " ";
	left: 0px;
	width: 18px;
	height: 18px;
	background: url(../../images/top/icon/icon-view.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	pointer-events: none;
	-webkit-filter: grayscale(100%) brightness(60%);
	filter: grayscale(100%) brightness(60%);
	top: 3px;
}

.zte-solution-down .opt i:nth-child(2)::before {
	position: absolute;
	display: block;
	pointer-events: none;
	content: " ";
	left: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-down.png) no-repeat center;
	background-size: contain;
	-webkit-filter: grayscale(100%) brightness(60%);
	filter: grayscale(100%) brightness(60%);
	top: 3px;
}

.zte-solution-down .opt i:hover::before {
	-webkit-filter: none;
	filter: none;
}
.zte-solution-down .swiperPagination{
	display: flex;
}




@media only screen and (min-width: 768px) and (max-width: 1440px) {
	.zte-service-Solution .item .info .desc{
		margin-top: -25px;
	}
	.business-territory .point-list .item-tit span{
		display: none;
	}
	
	.zte-service-Solution .item .img {
		height: 320px;
	}
	.zte-service-Solution .item .info li {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.zte-service-Solution .item .tit {
		font-size: 22px;
	}
	.zte-service-Solution .item .info {
		top: 90px;
	}
	.zte-service-Solution .item .view {
		transform: scale(.8);
		-webkit-transform: scale(.8);
	}
	.zte-service-NetworkService .row .item .img {
		height: 240px;
	}
	.zte-service-NetworkService .row .item .info .txt {
		/*height: 120px;*/
		padding-bottom: 0;
		margin-bottom: 20px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.zte-online-live2 .item-video {
		height:500px;
		width: 80%;
    margin: 0 auto;
	}
	.zte-online-live-title{
		text-align: center;
	}
	.zte-online-live-left.mt50 {
		    width: 83%;
    margin: 0 auto;
		margin-top: 20px;
	}
	.zte-service-WonderfulVideo .left .item .img {
		height: 360px;
	}
	.zte-service-WonderfulVideo .right,
	.zte-service-WonderfulVideo .right .swiper-container {
		height: 540px;
	}
	.zte-service-WonderfulVideo .left .item .info .txt {
		padding-bottom: 0;
	}
	.business-territory {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: top center;
		-webkit-transform-origin: top center;
		margin-top: 0;
	}
	.zte-service-successStory{
			height: 620px;
			overflow: hidden;		
	}
	.zte-service-WonderfulVideo .right .item .img {
		height: 100px;
	}
	.zte-solution-customer .item {
		margin-bottom: 20px;
	}
	.zte-solution-customer .item .icon {
		margin-bottom: 0;
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
	}
	
	.business-territory .entry26{
	}
	.zte-service-HotTechnology .item .img{
		height: 320px;
	}
}

@media (max-width:768px) {
	
	.zte-service-HotTopic .pagination .swiper-pagination span{
		    width: 0.52rem;
    height: 0.08rem;
    background: #D3D3D3;
    background: #999;
    border-radius: 0.03rem;
    border: none;
    margin: 0 0.1rem;
    display: inline-block;
	}
	.business-territory .point-list{
		left: 15px;
	}
	.business-territory .point-list .item-tit{
    display: none;
}
	.business-territory .focus .point-list .item-tit{
    display: block;
}



	.zte-service-Solution .item .info .desc{
		    font-size: .24rem;
		    line-height: .3rem;
		    margin: 0;
		    padding-top: 0;
		    padding-bottom: 0;
		    opacity: 1
	}
	.zte-service-AwardQualification .swiper-container,
	.zte-service-NewsInformation .swiper-container
	{
	overflow: hidden;
}
	.zte-service-HotTopic .item {
		flex-direction: column-reverse;
		background: #F9F9F9;
	}
	.zte-service-HotTopic .item .info {
		padding: .4rem .3rem;
	}
	.zte-service-HotTopic .item .img {
		width: 100%;
		height:3.2rem;
	}
	.zte-service-HotTopic {
		margin-right: -.24rem;
	}
	.zte-service-HotTopic .swiper-container .swiper-slide {
		width: calc(100vw - .72rem);
	}
	.zte-service-HotTopic .item .info .tit {
		font-size: .28rem
	}
	.zte-service-HotTopic .item .info .tit:after {
		width: 1rem;
		height: 0.04rem;
	}
	.zte-service-HotTopic .item .info .txt {
		font-size: .28rem;
		line-height: .56rem;
		margin-top: .3rem;
		margin-bottom: .4rem;
	}
	.zte-service-HotTopic .pagination .btn-prev,
	.zte-service-HotTopic .pagination .btn-next {
		display: none;
	}
	.zte-service-HotTopic .item .more {
		font-size: .2rem;
		padding-right: .28rem;
	}
	.zte-service-HotTopic .pagination {
		position: relative;
		left: auto;
		bottom: auto;
		margin-right: .2rem;
		padding: .1rem;
		margin: 0;
	}
	.zte-service-HotTopic .swiper-pagination {
		display: block;
		text-align: center;
		width: 100%;
	}
	.zte-service-HotTopic .pagination span {
		width: .52rem;
		height: 0.08rem;
		background: #D3D3D3;
		background: #999;
		border-radius: 0.03rem;
		border: none;
		margin: 0 0.1rem;
		display: inline-block;
	}
	.zte-service-HotTopic .pagination span.swiper-pagination-bullet-active {
		background: rgba(48, 144, 231, 1);
	}
	.zte-service-HotTopic .swiper-pagination span.swiper-pagination-bullet-active:after {
		display: none;
	}
	.zte-service-Solution .item .tit {
		font-size: .28rem;
		left: .45rem;
		top: .45rem;
	}
	.zte-service-Solution .item .info li {
		opacity: 1;
		font-size: .24rem;
		margin-top: .1rem;
		margin-bottom: .1rem;
		margin-left: .16rem;
	}
	.zte-service-Solution .item .info {
		top: 1rem;
		left: .45rem;
	}
	.zte-service-Solution .item .info li:after{
		width: 0.06rem;
		height: 0.06rem;
		top: 0.1rem;
		left: -.16rem;
	}
	.zte-service-Solution .item .img{
		height: 4rem;
	}
	.zte-service-Solution .item .view{
    left: .45rem;
    bottom: .4rem;
    font-size: .24rem;
    width: 1.2rem;
    line-height: .4rem;
    border-radius: .4rem;
    height: .4rem;
	}
	.zte-service-Solution .item {
		margin-bottom: .36rem;
	}
	.zte-service-NetworkService .row .swiper-wrapper {
		flex-wrap: nowrap;
	}
	.zte-service-NetworkService .row .item .img {
		width: 100%;
		height:3rem;
	}
	.zte-service-NetworkService .row .item {
		width: 42vw;
		padding: 0;
		margin-bottom: 0;
		margin-right: .24rem;
	}
	.zte-service-NetworkService .row{
		margin: 0;
	}
	
	.zte-service-NetworkService .row .item .info .tit,
	.zte-service-NetworkService .row .item:hover .info .tit {
		font-size: .28rem;
		padding-left: .3rem;
		padding-bottom: .3rem;
	}
	.zte-service-NetworkService .row .item:hover .info .tit:before,
	.zte-service-NetworkService .row .item .info .txt {
		display: none;
	}
	.zte-service-NetworkService .row .item .info {
		bottom: 0;
		left: 0;
		right: 0;
	}
	.zte-service-NetworkService .swiperPagination {
		display: flex;
		margin-bottom: .2rem;
	}
	.zte-service-WonderfulVideo .right {
		display: none;
	}
	.zte-service-WonderfulVideo {
		margin-right: -.2rem;
	}
	.zte-service-WonderfulVideo .left {
		box-shadow: none;
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	.zte-service-WonderfulVideo {
		flex-wrap: wrap;
	}
	.zte-service-WonderfulVideo .left .swiper-slide {
		width: calc(100vw - .72rem);
		border-radius: .25rem;
		overflow: hidden;
		background: #F5F5F5;
		margin-right: .24rem;
	}
	.zte-service-WonderfulVideo .left .item .hot, .zte-service-WonderfulVideo .left .item .news{
		width:.85rem;
		height: .4rem;
		line-height: .4rem;
		font-size: .2rem
	}
	.zte-service-WonderfulVideo .left .video-item .img:after, .zte-service-WonderfulVideo .left .video-item .img:before{
		transform: scale(0.6);
		-webkit-transform: scale(0.6);
	}
	.zte-service-WonderfulVideo .left .item .info{
		padding: .25rem;
	}
	.zte-service-WonderfulVideo .left .item .info .tit {
		font-size: .3rem;
		margin-bottom: .18rem;
	}
	.zte-service-WonderfulVideo .left .item .info .txt {
		font-size: .28rem;
		line-height: .56rem;
		min-height: .6rem;
	}
	.zte-service-WonderfulVideo .swiperPagination {
		display: flex
	}
	.zte-news-detailImgRight .detail-main .detail-left {
		width: 100%;
		margin-left: 0;
		margin-bottom: .5rem;
		font-weight: bold;
	}
	.zte-service-WonderfulVideo .left .item .img {
		height: 4rem;
	}
	.zte-service-WonderfulVideo .left .item .hot,
	.zte-service-WonderfulVideo .left .item .news {
		left: .3rem;
		top: .3rem;
	}
	
	.zte-service-NewsInformation {
		margin-right: -.24rem;
	}
	.zte-service-NewsInformation .item {
		width: 4.8rem;
		background: #F5F5F5;
		border-radius: .1rem;
		overflow: hidden;
		margin-right: .24rem;
	}
	.zte-service-NewsInformation .item .tit{
		font-size: .3rem;
		-webkit-line-clamp: 2;
		    padding: 0 .24rem;
    margin: .2rem 0 .1rem 0;
	}
	.zte-service-NewsInformation .item .txt {
		font-size: .28rem;
		line-height: .56rem;
padding: 0 .24rem;
		-webkit-line-clamp: 3
	}
	.zte-service-NewsInformation .item .time {
		font-size: .2rem;
		    padding: 0 .24rem;
    margin-top: .25rem;
	}
	.zte-service-NewsInformation .item .img {
		height: 2.7rem;
	}
	
	
	.zte-service-successStory{
		padding-bottom: .5rem;
	}
	.business-territory .video-window .tit{
		font-size: .28rem;
		line-height: .56rem;
	}
	.business-territory {
		background: url(../../images/top/icon/icon-map2.png) no-repeat center;
		background-size: 100% auto;
		height: 4rem;
		
		margin-top: .3rem
	}
	.business-territory .entry2 {
		left: 45%;
		top: 31%;
	}
	.business-territory .entry26 {
		left: 80%;
    top: 50%;
	}
	.business-territory .point_t {
		font-size: .28rem;
		margin-top: -.21rem;
		margin-left: .1rem;
	}
	.business-territory .point-list .item-tit{
		font-size: .28rem
	}
	.business-territory .focus .point_t {
		margin-top: -.21rem;
	}
	.business-territory .item.focus .window,
	.business-territory .item.focus .line {
		display: none;
	}
	.text-window .bg {
		height: .5rem;
		background-size: 100% auto;
	}
	.text-window .cont dl dt {
		font-size: .28rem
	}
	.text-window .cont dl dd {
		font-size: .28rem;
		line-height: .56rem;
		margin-bottom: 0.05rem;
	}
	.text-window .cont .more {
		font-size: .2rem;
		padding-right: .2rem;
	}
	.text-window .cont {
		background-size: 100% 100%;
	}
	.business-territory .text-window {
		width: calc(100vw - .4rem);
		margin-left: 0;
		left: 0;
		height: auto;
		top: -.1rem;
		position: absolute;
		z-index: 20;
		display: none;
	}
	.business-territory .video-window {
		width: calc(100vw - .4rem);
		margin-left: 0;
		left: 0;
		    height:4.2rem;
    margin-top: -2.2rem;
	}
	.business-territory .video-window video {
		height: 3.5rem;
	}
	.business-territory .point-dot{
    margin-top: -0.08rem;
    margin-left: -0.08rem;
    width: .16rem;
    height:.16rem;
	}
	

	.zte-service-AwardQualification {
		margin-right: -.24rem;
	}
	.zte-service-AwardQualification .item {
		width: 4.8rem;
		border-radius: .1rem; 
		overflow: hidden;
		margin-right: .24rem;
		    min-height: 5.15rem;
	}
	.zte-service-AwardQualification .item .tit{
		font-size: .3rem;
		padding: 0 .24rem;
    margin-top: .1rem;
	}
	.zte-service-AwardQualification .item .txt {
		font-size: .28rem;
		line-height: .56rem;
		-webkit-line-clamp:2;
		margin-bottom: .2rem;
		margin: .1rem .24rem;
	}
	.zte-service-AwardQualification .item .time {
		font-size: .2rem;
		padding: 0 .24rem;
	}
	.zte-service-AwardQualification .item .img {
		height: 2.7rem;
	}
	.zte-service-AwardQualification .item:hover{
		    background: #f7f7f7;
		    box-shadow: none;
	}
	.zte-service-AwardQualification .item:hover .img:after{
		background: url(../../images/top/icon/img1.png) no-repeat center bottom;
    background-size: 100% auto;
	}
	.zte-service-AwardQualification .item:nth-child(2):hover .img:after {
    background: url(../../images/top/icon/img2.png) no-repeat center bottom;
    background-size: 100% auto;
}
.zte-service-AwardQualification .item:nth-child(3):hover .img:after {
    background: url(../../images/top/icon/img3.png) no-repeat center bottom;
    background-size: 100% auto;
}

.zte-service-HotTechnology .btn-prev2, .zte-service-HotTechnology .btn-next2{
	display: none;
}


.zte-service-HotTechnology{
	background: none;
	margin-right: -.24rem;
}
.zte-service-HotTechnology .swiper-slide{
	padding: 0;
	width: 6.9rem;
	margin-right: .24rem;
}
.zte-service-HotTechnology .swiper-slide .item{
	flex-wrap: wrap;
}
.zte-service-HotTechnology .item .img{
	width: 100%;
	margin: 0;
	height:4.2rem ;
}
.zte-service-HotTechnology .item .info{
	padding: .25rem;
}
.zte-service-HotTechnology .item .info .tit{
	font-size: .3rem;
	line-height: .56rem;
}
.zte-service-HotTechnology .item .info .span{
	margin-bottom: .15rem;
	width: .8rem;
	height: .04rem;
	margin-top: .1rem;	
}
.zte-service-HotTechnology .item .info .author{
	font-size: .24rem;
	margin-bottom: .15rem;
	
}
.zte-service-HotTechnology .item .info .txt{
	font-size: .28rem;
	line-height: .56rem;
	margin-bottom: .4rem;
	min-height: .8rem;
}
.zte-service-HotTechnology .item .info .more{
	font-size: .2rem;
	padding-right: .28rem;
}
.zte-service-HotTechnology .swiper-pagination{
	display: none;
}
.zte-solution-down .swiper-slide{
	/*padding:0 .12rem;*/
	box-sizing: border-box;
}
.zte-solution-down .item{
	margin-bottom: 0.3rem;
}
.zte-solution-down .img{
	height: 3.75rem;
}
.zte-solution-down .bot{
	padding: .2rem;
	padding-top: .15rem;
	height: 1.5rem;
}
.zte-solution-down .bot .title{
	font-size: .3rem;
	line-height: .56rem;
	margin-bottom: .05rem;
}
.zte-solution-down .bot .text{
	font-size: .28rem;
	line-height: .56rem;
	margin-bottom: .1rem;
}
.zte-solution-down .opt{
	font-size: .24rem;
	margin-top: .2rem;
}
.zte-solution-down .opt i:before{
	transform: scale(.8);
	-webkit-transform: scale(.8);
	top: 0!important;
}
}