.zte-202107 .pro-21-review {
	width: 100%;
}

.zte-202107 .pro-21-review .m {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.zte-202107 .pro-21-review .tit {
	padding: 0;
}

.zte-202107 .news-21-1-btn {
	margin: 0;
}

.zte-202107 .pro-21-review.project_all img {
	height: 175px;
}

.zte2021-wrap {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	padding: 20px 40px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 3;
	position: relative;
}

.flex {
	display: flex;
}

.flex-item {
	flex: 1;
}

.f-jc {
	justify-content: center;
}

.f-ac {
	align-items: center;
}

.f-jb {
	justify-content: space-between;
}

.mt30 {
	margin-top: 30px;
}

.zte2021-news-result {
	font-size: 18px;
	color: #333;
	position: relative;
	z-index: 10;
}

.zte2021-news-result span {
	font-size: 24px
}

.zte2021-news-result .img {
	margin-left: 5px;
}

.zte2021-news-result .s3 {
	cursor: pointer;
	font-size: 18px;
}

.zte2021-news-result .s3 select {
	display: none;
}

.zte2021-news-result .s3 img {
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	position: relative;
	top: -2px;
}

.zte2021-news-result .s3.show img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.zte2021-news-view {
	font-size: 16px;
	color: #333;
}

.zte2021-news-result .result-pop {
	position: absolute;
	background: #fff;
	border: 1px solid #DCDCDC;
	width: 124px;
	/*height: 190px;*/
	position: absolute;
	left: 55px;
	top: 150%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}

.zte2021-news-result .result-pop.show {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.zte2021-news-result .result-pop .swiper-wrapper {
	max-height: 190px;
}

.zte2021-news-result .result-pop .pop-item {
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 38px;
	display: block;
	cursor: pointer;
}

.zte2021-news-result .result-pop .pop-item.active {
	color: #fff;
	background: #008ED3;
}

.zte2021-news-result .result-pop .swiper-scrollbar-drag {
	background: #A2D4EC;
}

.zte2021-news-result .result-pop .swiper-scrollbar {
	background: #fff;
}

.zte2021-news-result .result-pop .swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}

.zte2021-news-view>.flex {
	border: 1px solid #DCDCDC;
	background: #fff;
	margin-left: 10px;
}

.zte2021-news-view>.flex .view-item {
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	opacity: .5;
	border-right: 1px solid #DCDCDC;
}

.zte2021-news-view>.flex .view-item:last-child {
	border-right: none;
}

.zte2021-news-view>.flex .view-item.active {
	opacity: 1;
	background: #F5F5F5;
}

.ts-news-list2 {
	min-height: 200px;
}

.ts-news-list2 .list-item {
	border-bottom: 1px solid #e2e2e2;
	padding: 30px 0;
	align-items: center;
}

.ts-news-list2 .list-item .time {
	width: 10%;
	border-right: 1px solid #e2e2e2;
	color: #999;
	font-size: 32px;
	min-width: 165px;
	padding: 25px 0;
	margin-right: 55px;
	align-items: center;
	line-height: 1;
}

.ts-news-list2 .list-item .time i {
    width: 1px;
    height: 28px;
    background: #C9C9C9;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ts-news-list2 .list-item .time .d {
	font-size: 32px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	    position: relative;
    top: -10px;
}

.ts-news-list2 .list-item .time .m {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	    position: relative;
    top: 8px;
}

.ts-news-list2 .list-item .time span {
	margin: 0 5px;
}

.ts-news-list2 .list-item .info .tit {
	font-size: 18px;
	color: #333;
	max-height: 40px;
	line-height: 20px;
	margin-bottom: 10px;
}

.ts-news-list2 .list-item .info .desc {
	font-size: 14px;
	line-height: 24px;
}

.ts-news-list2 .list-item a {
	color: #333;
}

.ts-news-list2 .list-item .desc a {
	color: #666;
}

.ts-news-list2 .list-item a:hover {
	color: #008FD5!important;
}

.ts-news-list2 .list-item .time2 {
	display: none;
	font-size: 18px;
	margin-bottom: 10px;
	color: #008FD5;
}

.ts-news-list3 .list-item {
	padding: 25px 0;
}

.ts-news-list3 .list-item .info .tit {
	margin-bottom: 0;
}

.ts-news-list3 .list-item .time {
	padding: 15px 0;
}

.ts-news-list3 a:hover .info .tit {
	color: #008FD5!important;
}

.ts-news-list3 .icon {
	width: 23px;
	height: 30px;
	margin-left: 150px;
}

.ts-news-list3 .icon-pdf {
	background: url(../../images/trust-center/icon-pdf.png) no-repeat center;
	background-size: 100% 100%;
}

.ts-news-list3 a:hover .icon-pdf {
	background: url(../../images/trust-center/icon-pdf2.png) no-repeat center;
	background-size: 100% 100%;
}

.ts-news-list3 .icon-text {
	background: url(../../images/trust-center/icon-text.png) no-repeat center;
	background-size: 100% 100%;
}

.ts-news-list3 a:hover .icon-text {
	background: url(../../images/trust-center/icon-text2.png) no-repeat center;
	background-size: 100% 100%;
}

.ts-news-list3 .icon-w {
	background: url(../../images/trust-center/icon-w.png) no-repeat center;
	background-size: 100% 100%;
}

.ts-news-list3 a:hover .icon-w {
	background: url(../../images/trust-center/icon-w2.png) no-repeat center;
	background-size: 100% 100%;
}

.ts-news-list3 .num {
	color: rgba(153, 153, 153, 1);
	font-size: 16px;
	margin-left: 10px;
}

.ts-news-list3 a:hover .num {
	color: #008FD5;
}

.ts-news-list5 {
	zoom: 1;
}

.ts-news-list5:before,
.ts-news-list5:after {
	content: '';
	display: table;
}

.ts-news-list5:after {
	clear: both;
}


.ts-news-list5.ts-news-list2 .num {
	margin-left: 150px;
}

.ts-news-list5.ts-news-list2.ts-news-list4 .num {
	margin-left: 50px;
}

.ts-news-list5.ts-news-list2 .icon {
	margin-left: 10px;
}

.zte-news-tab-2 {
	margin-bottom: 30px;
}

.zte-news-tab-2 .item {
	min-width: 115px;
	white-space: nowrap;
	padding: 10px;
	line-height: 22px;
	color: rgba(51, 51, 51, 1);
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	margin-right: 20px;
}

.zte-news-tab-2 .item:hover,
.zte-news-tab-2 .item.active {
	color: #fff;
	background: linear-gradient(80deg, #709CD6 0%, #B2CDFD 100%);
}

.zte-publication-menu .item {
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 100% 100%;
	font-size: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	border-radius: 5px;
}

.zte-publication-menu .item img {
	margin-right: 80px;
}

.zte-publication-menu a {
	color: rgba(51, 51, 51, 1);
}

.zte-publication-menu a:hover {
	color: #008fd5;
}

.zte-publication-list .row {
	min-height: 300px;
}

.zte-publication-list .item {
	background: #F7F7F7;
	padding: 30px;
	margin-bottom: 30px;
}

.zte-publication-list .item div.img {
	width: 146px;
	height: 205px;
}

.zte-publication-list .item div.img img {
	/*object-fit: none;*/
}

.zte-publication-list .item .info {
	position: relative;
	margin-left: 60px;
	padding-left: 40px;
}

.zte-publication-list .item .info .tit {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.zte-publication-list .item .info:after {
	content: ' ';
	width: 1px;
	background: rgba(221, 221, 221, 1);
	top: 30px;
	bottom: 30px;
	left: 0;
	position: absolute;
}

.zte-publication-list .item .info .tit {
	font-size: 18px;
	color: #333;
}

.zte-publication-list a:hover .info .tit {
	color: #008fd5;
}

.zte-publication-list .item .info .txt {
	font-size: 16px;
	color: #666;
	margin-top: 19px;
	height: 80px;
}

.zte-publication-list .item .info .btn {
	font-size: 14px;
	color: #333;
	padding-left: 0;
}

.zte-publication-list .item .info .btn:after {
	content: ' ';
	width: 8px;
	height: 13px;
	margin-left: 9px;
	background: url(../../images/trust-center/icon-more3.png) no-repeat center;
}

.zte-publication-list2 .item {
	padding: 38px;
	padding-left: 190px;
}

.zte-publication-list2 .item .info {
	margin-left: 190px;
	padding-left: 180px;
	min-height: 260px;
	padding-top: 30px;
}

.zte-publication-list2 .item div.img {
	width: 240px;
	height: 324px;
}

.zte-publication-list2 .item div.img img {
	object-fit: initial;
}

.zte-publication-list2 .item .info .tit {
	font-size: 24px
}

.zte-publication-list2 .item .view {
	margin-right: 60px;
}

.zte-publication-list2 .item .view,
.zte-publication-list2 .item .down {
	position: relative;
	padding-left: 30px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
}

.zte-publication-list2 .item .info .txt {
	margin-top: 30px;
	height: 100px;
}

.zte-publication-list2 .item .view:before {
	position: absolute;
	display: block;
	content: " ";
	left: 0px;
	width: 18px;
	height: 18px;
	background: url(../../images/trust-center/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%);
	opacity: .7;
}

.zte-publication-list2 .item .down:before {
	position: absolute;
	display: block;
	pointer-events: none;
	content: " ";
	left: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../../images/trust-center/icon-down.png) no-repeat center;
	background-size: contain;
	-webkit-filter: grayscale(100%) brightness(60%);
	filter: grayscale(100%) brightness(60%);
	opacity: .7;
}

.zte-publication-list2 .item .view:hover,
.zte-publication-list2 .item .down:hover {
	color: rgba(0, 143, 233, 1);
}

.zte-publication-list2 .item .view:hover:before,
.zte-publication-list2 .item .down:hover:before {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.zte-publication-search {
	width: 360px;
	height: 46px;
	border: 1px solid #999999;
	position: relative;
}

.zte-publication-search input {
	line-height: 46px;
	padding: 0 10px;
	font-size: 16px;
	width: 80%;
}

.zte-publication-search .btn-search {
	width: 46px;
	height: 46px;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	z-index: 5;
	background: url(../../images/trust-center/icon-search.png) no-repeat center #fff;
}

.zte-publication-detailList .item dt {
	background: #93B2DE;
	color: #fff;
	font-size: 18px;
	padding: 17px;
	padding-left: 30px;
}

.zte-publication-detailList .item dd {
	border: 1px solid #E2E2E2;
	border-top: none;
	border-bottom: none;
	padding: 0 30px;
	padding-bottom: 10px;
}

.zte-publication-detailList .item dd>.flex {
	padding: 15px 0;
	color: #333;
	font-size: 16px;
}

.zte-publication-detailList .item dd .flex-item .flex-item {
	padding-right: 20px;
}

.zte-publication-detailList .item dd .flex-item .flex-item:nth-child(2) {
	flex: none;
	width: 300px;
}

.zte-publication-detailList .item dd a {
	color: #333;
}

.zte-publication-detailList .item dd a:hover {
	color: rgba(0, 143, 233, 1);
}

.zte-publication-detailList .item:last-child dd {
	border-bottom: 1px solid #E2E2E2;
}

.zte-publication-detailList .item .down {
	width: 180px;
}

.zte-publication-detailList .item .down:before {
	content: ' ';
	width: 12px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	height: 16px;
	background: url(../../images/trust-center/icon-down4.png) no-repeat center #fff;
}

.zte-publication-detailList .item a:hover .down:before {
	background: url(../../images/trust-center/icon-down.png) no-repeat center #fff;
}

.zte-publication-detailList .pages {
	padding: 20px 0;
}

.zte-publication-detailList .pages a {
	color: #666;
	font-size: 14px;
	display: block;
	line-height: 30px;
}

.zte-publication-detailList .pages a:hover {
	color: #333;
}

div.ts-center .t-banner {
	min-height: 370px;
}

.zte-solution-industry .item {
	background: #f9f9f9;
}

.zte-solution-industry .item .img {
	height: 334px;
	font-size: 0;
	display: block;
}
.zte-solution-industry .item>.flex.f-ac{
	align-items: flex-start;
}
.zte-solution-industry .item .info {
	padding: 60px 65px;
}

.zte-solution-industry .item .info .tit {
	font-size: 24px;
	margin-bottom: 20px;
}

.zte-solution-industry .item .info .txt {
	font-size: 14px;
	line-height: 30px;
}

.zte-solution-industry .item .more {
	margin-top: 75px;
	padding-right: 28px;
	display: inline-block;
	color: #666;
	font-size: 14px;
	background: url(../../images/trust-center/icon-more5.png) no-repeat center right;
	background-size: 9px auto;
}

.zte-solution-industry .item .more:hover {
	background: url(../../images/trust-center/icon-more6.png) no-repeat center right;
	background-size: 9px auto;
	color: rgba(0, 142, 211, 1);
}

.zte-solution-industry .item:nth-child(2n) {
	flex-direction: row-reverse
}

.zte-solution-industry-swiper-1 .swiper-wrapper {
	display: block;
}

.zte-solution-industry-swiper-1 .swiper-wrapper .swiper-slide:nth-child(2n) .item {
	flex-direction: row-reverse
}

.zte-solution-solution .row {
	margin-left: -10px;
	margin-right: -10px;
}

.zte-solution-solution .item {
	padding: 0 10px;
	float: left;
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 20px;
	height: 320px;
	position: relative;
}

.zte-solution-solution .item .img {
	width: 100%;
	height: 100%;
}

.zte-solution-solution .item:first-child {
	width: 50%;
}

.zte-solution-solution .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zte-solution-solution .item .info {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	/*padding-top: 40px;*/
	color: #fff;
	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));
}

.zte-solution-solution .item .info .tit {
	font-size: 18px;
	color: #fff;
	padding: 15px 0;
}

.zte-solution-solution .item .info .txt {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	/*margin-top: 5px;*/
	padding-right: 20px;
	display: none;
}


.zte-solution-solution .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-solution-solution .item .info .tit {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


.zte-solution-solution .item:hover .info {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.zte-solution-solution .item:hover .info .tit {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    padding-bottom: 0;
}




.zte-solution-solution .item:first-child .info .txt {
	display: none;
}

.zte-solution-solution .item:first-child:hover .info .txt {
	display: block;
}

.zte-solution-solution .item:hover .info .txt {
	display: block;
}

/*
.page-index-pro .row {
	margin-left: -8px;
	margin-right: -8px;
}

.page-index-pro .item {
	float: left;
	width: 28.5%;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 15px;
}

.page-index-pro .item .img {
	width: 100%;
	height: 240px;
	border-radius: 7px;
	overflow: hidden;
}

.page-index-pro .item:first-child {
	width: 39%;
	margin-left: 0;
}

.page-index-pro .item:first-child .img {
	height: 494px;
}

.page-index-pro .item .tag {
	position: absolute;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	background: linear-gradient(to left, #A3BDED, #6991C7);
	background: -webkit-linear-gradient(to left, #A3BDED, #6991C7);
	border-radius: 7px;
	left: 20px;
	color: #fff;
	font-size: 14px;
	top: 20px;
}

.page-index-pro a:hover .imgs {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-index-pro .tit {
	position: absolute;
	left: 22px;
	bottom: 15px;
	font-size: 18px;
	color: #333;
	line-height: 28px;
}

.page-index-pro .tit:after {
	display: inline-block;
	content: ' ';
	width: 20px;
	height: 12px;
	background: url(../../images/trust-center/icon-more3.png) no-repeat center right;
}*/



.page-index-pro .row {
	margin-left: -8px;
	margin-right: -8px;
}

.page-index-pro .item {
	float: left;
	width: 28.5%;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 15px;
}

.page-index-pro .item div.img .m {
	display: none;
}

.page-index-pro .item:nth-child(1) div.img {
	background: url(../../images/top/bg/pro-1.jpg) no-repeat center;
	background-size: 100% 100%;
}

.page-index-pro .item:nth-child(2) div.img {
	background: url(../../images/top/bg/pro-2.jpg) no-repeat center;
	background-size: 100% 100%;
}

.page-index-pro .item:nth-child(3) div.img {
	background: url(../../images/top/bg/pro-3.jpg) no-repeat center;
	background-size: 100% 100%;
}

.page-index-pro .item:nth-child(4) div.img {
	background: url(../../images/top/bg/pro-4.jpg) no-repeat center;
	background-size: 100% 100%;
}

.page-index-pro .item:nth-child(5) div.img {
	background: url(../../images/top/bg/pro-5.jpg) no-repeat center;
	background-size: 100% 100%;
}

.page-index-pro .item .img {
	width: 100%;
	height: 240px;
	border-radius: 7px;
	overflow: hidden;
}

.page-index-pro .item:first-child {
	width: 39%;
	margin-left: 0;
}

.page-index-pro .item:first-child .img {
	height: 494px;
}

.page-index-pro .item .tag {
	position: absolute;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	background: linear-gradient(to left, #A3BDED, #6991C7);
	background: -webkit-linear-gradient(to left, #A3BDED, #6991C7);
	border-radius: 7px;
	left: 20px;
	color: #fff;
	font-size: 14px;
	top: 20px;
}

.page-index-pro a:hover .imgs {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-index-pro .tit {
	position: absolute;
	left: 22px;
	bottom: 15px;
	font-size: 18px;
	color: #333;
	line-height: 28px;
}

.page-index-pro .tit:after {
	display: inline-block;
	content: ' ';
	width: 20px;
	height: 12px;
	background: url(../../images/top/icon/icon-ar-right22.png) no-repeat center right;
	background-size: 10px auto;
}

.page-index-pro .item:hover .tit {
	color: #008fd5;
}

.page-index-pro .item:hover .tit:after {
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat right;
	background-size: 10px auto;
}


.page-index-pro .item .tit,
.page-index-pro .item .tag{
	z-index: 2;
}


.page-index-pro.pro-1 .item:nth-child(1):before,
.page-index-pro.pro-2 .item:nth-child(2):before,
.page-index-pro.pro-3 .item:nth-child(3):before,
.page-index-pro.pro-4 .item:nth-child(4):before,
.page-index-pro.pro-5 .item:nth-child(5):before{
	position:absolute;
	content: ' ';
	left: 8px;
	height: 56px;
	right:8px;
	bottom: 0;
	border-radius: 0 0 7px 7px;
	/*-webkit-backdrop-filter: saturate(180%) blur(10px);*/
    /*backdrop-filter: saturate(180%) blur(10px);*/
    /*background-color: rgba(255,255,255,0.2);*/
    z-index: 1;
}
.page-index-pro.pro-1 .item:nth-child(1) .tit,
.page-index-pro.pro-2 .item:nth-child(2) .tit,
.page-index-pro.pro-3 .item:nth-child(3) .tit,
.page-index-pro.pro-4 .item:nth-child(4) .tit,
.page-index-pro.pro-5 .item:nth-child(5) .tit{
	color: #fff;
}
.page-index-pro.pro-1 .item:nth-child(1) .tit:after,
.page-index-pro.pro-2 .item:nth-child(2) .tit:after,
.page-index-pro.pro-3 .item:nth-child(3) .tit:after,
.page-index-pro.pro-4 .item:nth-child(4) .tit:after,
.page-index-pro.pro-5 .item:nth-child(5) .tit:after{
	background: url(../../images/top/icon/icon-right-white.png) no-repeat center right;
    background-size: 10px auto;
}

.page-index-pro.pro-1 .item:nth-child(1):hover .tit:after,
.page-index-pro.pro-2 .item:nth-child(2):hover .tit:after,
.page-index-pro.pro-3 .item:nth-child(3):hover .tit:after,
.page-index-pro.pro-4 .item:nth-child(4):hover .tit:after,
.page-index-pro.pro-5 .item:nth-child(5):hover .tit:after{
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat right;
    background-size: 10px auto;
}
.page-index-pro.pro-1 .item:nth-child(1):hover .tit,
.page-index-pro.pro-2 .item:nth-child(2):hover .tit,
.page-index-pro.pro-3 .item:nth-child(3):hover .tit,
.page-index-pro.pro-4 .item:nth-child(4):hover .tit,
.page-index-pro.pro-5 .item:nth-child(5):hover .tit{
	color: #008fd5;
}
.page-index-pro.pro-1 .item:nth-child(1) div.img .m,
.page-index-pro.pro-2 .item:nth-child(2) div.img .m,
.page-index-pro.pro-3 .item:nth-child(3) div.img .m,
.page-index-pro.pro-4 .item:nth-child(4) div.img .m,
.page-index-pro.pro-5 .item:nth-child(5) div.img .m{
	object-fit: cover;
}



.page-index-pro-2 .item:before{
	position:absolute;
	content: ' ';
	left: 8px;
	height: 56px;
	right:8px;
	bottom: 0;
	border-radius: 0 0 7px 7px;
	/*-webkit-backdrop-filter: saturate(180%) blur(10px);*/
    /*backdrop-filter: saturate(180%) blur(10px);*/
    /*background-color: rgba(255,255,255,0.2);*/
    z-index: 1;
}

.page-index-pro-2 .item .tit{
	color: #fff;
	z-index: 5;
}


.page-index-pro-2 .item .tit:after{
	background: url(../../images/top/icon/icon-right-white.png) no-repeat center right;
    background-size: 10px auto;
}

.page-index-pro-2 .item:hover .tit:after{
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat right;
    background-size: 10px auto;
}
.page-index-pro-2 .item:hover .tit{
	color: #008fd5;
}


.page-index-pro-2 .item  div.img .m{
	object-fit: cover;
}




@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.page-index-pro .item:first-child {
		width: 37%;
	}
	div.page-index-pro .item .img {
		height: 210px;
	}
	div.page-index-pro .item:first-child .img {
		height: 434px;
	}
	.page-index-pro .item {
		width: 28.2%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.page-index-pro .item {
		width: 27%;
	}
}

@media only screen and (max-width: 768px) {
	
	.zte2021-news-result .result-pop{
		left: auto;
		right: 0;
	}
	.ts-news-list2{
		margin-bottom: 0.3rem;
	}
	
	
	
	.zte2021-wrap{
		padding: 0;
		    padding-left: 0.24rem;
    padding-right: 0.24rem;
	}
	.page-index-pro.pro-1 .item:nth-child(1):before,
	.page-index-pro.pro-2 .item:nth-child(2):before,
	.page-index-pro.pro-3 .item:nth-child(3):before,
	.page-index-pro.pro-4 .item:nth-child(4):before,
	.page-index-pro.pro-5 .item:nth-child(5):before{
	left: 0;
	right: 0;
}
	.page-index-pro .item div.img img {
		display: none;
	}
	.page-index-pro .item div.img .m {
		display: block;
		object-fit: contain;
	}
	.page-index-pro .item .tag {
		display: none;
	}
	.page-index-pro .item {
		box-sizing: border-box;
		padding: 0;
	}
	.page-index-pro .item:first-child {
		width: 50%;
		display: none;
	}
	.page-index-pro .row:after,
	.page-index-pro .row:before {
		display: none;
	}
	.page-index-pro .row {
		margin: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.page-index-pro .item {
		width: 48.5%;
	}
	.page-index-pro .item .img {
		/*height: 2.1rem!important;*/
		height: 210px
	}
	.page-index-pro .item:nth-child(5) {
		/*display: none;*/
	}
	.page-index-pro .tit {
		font-size: .2rem;
		left: .16rem;
		bottom: .12rem;
		
		font-size: 20px;
		left: 16px;
		bottom: 12px;
	}
	.page-index-pro .tit:after {
		/*width: .1rem;*/
		/*height: .26rem;*/
		background: url(../../images/top/icon/icon-ar-right22.png) no-repeat right center;
		/*background-size: 0.08rem auto;*/
		/*margin-left: .1rem;*/
		position: relative;
		/*top: 0.06rem;*/
		top: 6px;
		width: 10;
		height: 26px;
		margin-left: 10px;
		background-size: 8px auto;
		
	}
}





.zte-detail-nav {
	background: #f6f6f6;
	font-size: 16px;
	color: #666;
}

.zte-detail-nav a {
	color: #666;
}

.zte-detail-nav a:hover,
.zte-detail-nav .blue {
	color: rgba(0, 143, 213, 1);
}

.zte-detail-nav i {
	color: #c9c9c9;
	font-size: 14px;
	padding: 0 14px;
}

.zte-news-detail .detail-title {
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #333;
}

.zte-news-detail .detail-info {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	color: #999;
}

.zte-news-detail {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 80px;
	font-size: 14px;
	line-height: 30px;
}

.zte-news-detailImgLeft {
	border-bottom: none;
	padding-bottom: 0;
}

.zte-news-detailImgLeft .detail-main {
	padding-top: 20px;
}

.zte-news-detailImgLeft .detail-main .detail-left {
	width: 300px;
	margin-right: 70px;
	line-height: 48px;
}

.zte-news-detailImgLeft .detail-main .detail-left .img {
	width: 100%;
	height: 370px;
}

.zte-news-detailImgLeft .detail-main .detail-left .img img {
	width: 100%!important;
	height: 100%!important;
}

.zte-news-detailImgLeft .detail-main .detail-right .zte-publication-detailList {
	margin-top: 70px;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 20px;
}

.zte-news-detail .detail-info {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.zte-news-detailImgLeft .detail-main .detail-left .tit {
	font-size: 30px;
	color: rgba(51, 51, 51, 1);
	padding: 30px 0 0 0;
}

.zte-news-detailImgLeft .detail-main .detail-left .tit p {
	font-size: 20px;
	line-height: 36px;
	margin-top: 5px
}

.zte-news-detailImgRight .detail-title {
	/*text-align: left;*/
}

.zte-news-detailImgRight .detail-info {
	/*text-align: left;*/
}

.zte-news-detailImgRight .detail-info span:first-child {
	margin-left: 0;
}

.zte-news-detailImgRight .detail-main {
	padding-top: 30px;
}

.zte-news-detailImgRight .detail-main img {
	max-width: 45%!important;
	width: auto!important;
	height: auto!important;
	margin: 0 auto;
	display: block;
}

.zte-news-detailImgRight .detail-main .detail-left {
	float: right;
	width: 50%;
	margin-left: 45px;
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	margin-bottom: 20px;
}

.zte-news-detailImgRight .detail-main .detail-left .img {
	margin-bottom: 28px;
}

.zte-news-detailImgRight .detail-main .detail-left .img img {
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}

.zte-news-detailImgRight .detail-main .detail-left-center {
	margin-left: 0;
}

.zte-solution-story .item {
	position: relative;
}
.zte-solution-story a.item{cursor: pointer;}
.zte-solution-story .swiper-slide.col-lg-4,
.zte-solution-news .swiper-slide.col-lg-4 {
	width: 33.3333%;
}

.zte-solution-story .img {
	height: 260px;
	position: relative;
}

.zte-solution-story .col-lg-6 .img {
	height: 350px;
}

.zte-swiperPagination .swiperPagination {
	display: none;
}

.zte-solution-story .video>.img:after {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../../../../china/404.html) no-repeat center rgba(0, 0, 0, 0.3);
	background-size: 72px 72px;
	content: ' ';
	display: none;
	cursor: pointer;
}

.zte-solution-story .item.video-item .img:after {
    display: block;
}

.zte-solution-story a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zte-solution-story .item .tit {
	box-sizing: border-box;
	padding: 25px 15px;
	font-size: 18px;
	color: #333;
	height: 100px;
	background: #F5F5F5;
}

.zte-solution-insight .item .img {
	height: 385px;
}

.zte-solution-insight .item div.img {
	position: relative;
}

.zte-solution-insight .item div.img:after {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 72px 72px;
	content: ' ';
	display: none;
	cursor: pointer;
}
.zte-solution-insight .item.video-item div.img:after{
	display: block;
}

.zte-solution-insight .item:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zte-solution-insight {
	position: relative;
}

.zte-solution-insight .btn-prev,
.zte-solution-insight .btn-next {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	z-index: 10;
	top: 50%;
	margin-top: -25px;
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 21px auto;
	cursor: pointer;
	/*display: none;*/
}

.zte-solution-insight .btn-next {
	left: auto;
	right: 0;
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 21px auto;
}

.zte-solution-insight .swiper-button-disabled {
	opacity: .5;
}

.zte-solution-news .item {
	position: relative;
}

.zte-solution-news .img {
	height: 220px;
	position: relative;
}

.zte-solution-news a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zte-solution-news .item .tit {
	box-sizing: border-box;
	padding: 20px 5px;
	font-size: 18px;
	line-height: 32px;
	height: 104px;
	color: #333;
	margin-bottom: 15px;
}

.zte-solution-news .item .time {
	font-size: 14px;
	color: #999;
	padding-left: 5px;
}

.zte-solution-video {
	position: relative;
}

.zte-solution-video .btn-prev,
.zte-solution-video .btn-next {
	width: 53px;
	height: 53px;
	position: absolute;
	left: 20px;
	bottom: 55px;
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 53px auto;
	z-index: 10;
	cursor: pointer;
}

.zte-solution-video .btn-next {
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 53px auto;
	left: auto;
	right: 20px;
}

.zte-solution-video .swiper-button-disabled {
	opacity: .5;
}

.zte-solution-video .swiper-slide {
	position: relative;
	cursor: pointer;
	background: #000;
	    outline: none;
}
.zte-solution-video .gallery-top .swiper-slide img{
	height: 400px;
}

.zte-solution-video .gallery-thumbs .swiper-slide img.img {
	height: 165px;
	object-position: center;
}

.zte-solution-video .gallery-top .swiper-slide:after {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 72px 72px;
	content: ' ';
}

.zte-solution-video .gallery-top .swiper-slide img {
	height: 460px;
	
    object-position: center;
}

.zte-solution-video .gallery-thumbs .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, .2);
	font-size: 28px
}

.zte-solution-down .swiperPagination{
	margin-top:30px;
	display: flex;
}

.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;
	border-radius: 10px 10px 0 0;
    overflow: hidden;
    border: 1px solid #d0edfb;
    border-bottom: none;
    box-sizing: border-box;
	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;
	margin: 0;
}

.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;
}

.zte-solution-down a {
	color: #333;
}

.swiperPagination {
	width: 100%;
}

.swiperPagination span {
	width: 52px;
	height: 8px;
	/*background: #D3D3D3;*/
	background: #aaa;
	border-radius: 3px;
	border: none;
	margin: 0 10px;
}

.swiperPagination span.swiper-pagination-bullet-active {
	background: rgba(48, 144, 231, 1);
}

.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/trust-center/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/trust-center/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: block;
	margin-top: 30px;
}

.zte-solution-down .swiperPagination.flex,
.zte-solution-industry .swiperPagination.flex{
	display: flex;
}

.zte-202107.tl .imgs {
	object-position: center right;
}

.zte-202107.tl .pro-21-review .m {
	align-items: flex-start;
	padding-left: 80px;
	justify-content: center;
}

.zte-202107.b-w .tit {
	color: #fff;
	font-size: 24px
}

.zte-202107.b-w .news-21-1-btn {
	color: rgba(0, 142, 211, 1);
	border: 1px solid rgba(0, 142, 211, 1);
	width: 92px;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	margin-top: 20px;
}

.zte-solution-overview .item {
	background: none;
}

.zte-solution-overview .item .img {
	height: 320px;
	width: 100%;
}

.zte-solution-overview .item .info {
	padding: 30px;
}

.zte-solution-overview .item .info .txt {
	color: rgba(153, 153, 153, 1);
}

.zte-solution-overview .fraction {
	position: absolute;
	right: 0;
	z-index: 10;
	bottom: 5px;
	text-align: center;
	font-size: 18px
}

.zte-solution-overview .fraction .swiper-pagination-current {
	font-size: 24px;
	color: rgba(0, 142, 211, 1);
}

.zte-solution-overview .btn-prev2,
.zte-solution-overview .btn-next2 {
	cursor: pointer;
	width: 20px;
	margin: 0 10px;
	height: 20px;
	background: url(../../images/trust-center/icon-ar-left2.png) no-repeat center;
	background-size: 10px auto;
}

.zte-solution-overview .btn-next2 {
	background: url(../../images/trust-center/icon-ar-right22.png) no-repeat center;
	background-size: 10px auto;
}

.zte-solution-overview .btn-prev2:hover {
	background: url(../../images/trust-center/icon-ar-left.png) no-repeat center;
	background-size: 10px auto;
}

.zte-solution-overview .btn-next2:hover {
	background: url(../../images/trust-center/icon-ar-right.png) no-repeat center;
	background-size: 10px auto;
}

.zte-solution-scene .item .icon {
	width: 115px;
	margin-right: 30px;
}

.zte-solution-scene .item {
	padding: 0 25px;
	margin-bottom: 50px;
}

.zte-solution-scene .item .tit {
	font-size: 24px;
	color: #333;
}

.zte-solution-scene .item:hover .tit {
	color: rgba(0, 142, 211, 1);
}

.zte-solution-scene .item .txt {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-top: 20px;
	min-height: 150px;
}


.zte-solution-scene-1 .item{
	margin-bottom: 30px;
}

.zte-solution-scene-1 .item .txt{
min-height: 120px;
}



.page-solution-advantage .item {
	display: block;
	min-height:200px;
	background: url(../../../../china/404.html) no-repeat center;
	background-size: cover;
	padding: 20px 30px;
	box-sizing: border-box;
}

.page-solution-advantage .item .tit {
	font-size: 22px;
	color: #333;
}

.page-solution-advantage .item .txt {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-top: 10px;
}
.page-solution-advantage .row{
	margin-right: -10px;
    margin-left: -10px;
}

.page-solution-advantage .row .col-lg-3{
	    padding-right: 10px;
    padding-left: 10px;
}

.page-solution-advantage .item:hover .tit {
	color: rgba(0, 142, 211, 1);
}

.zte-solution-customer {
	background: #F5F9FF;
}

.zte-solution-customer .item {
	text-align: center;
	margin-bottom: 50px;
	display: block;
	padding: 0 30px;
}

.zte-solution-customer .item .icon {
	height: 115px;
	margin-bottom: 20px;
}

.zte-solution-customer .item .icon img {
	width: auto;
	height: 100%;
}

.zte-solution-customer .item .tit {
	font-size: 24px;
	color: #333;
}

.zte-solution-customer .item .txt {
	height: 60px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.zte-solution-customer .item:hover .tit {
	color: rgba(0, 142, 211, 1);
}

.zte-solution-story .info {
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	background: #F5F5F5;
	margin-top: -10px;
	padding-bottom: 15px;
}

.zte-solution-story .info .txt {
	/*height: 150px;*/
	/*margin-bottom: 40px;*/
}
.zte-solution-story .info .txt .ellipsis-2{
	min-height: 60px;	
}

.zte-solution-story .info .more {
	display: inline-block;
	padding-right: 20px;
	display: inline-block;
	color: #666;
	font-size: 14px;
	background: url(../../images/trust-center/icon-more5.png) no-repeat center right;
	background-size: 9px auto;
}

.zte-solution-story a:hover .tit {
	color: rgba(0, 142, 211, 1);
}

.zte-solution-story a:hover .more {
	background: url(../../images/trust-center/icon-more6.png) no-repeat center right;
	background-size: 9px auto;
	color: rgba(0, 142, 211, 1);
}

.zte-solution-overview .swiperPagination {
	display: none;
}

.btn-down-pdf {
	position: relative;
	color: #333;
}

.btn-down-pdf:before {
	content: ' ';
	width: 12px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	height: 16px;
	background: url(../../images/trust-center/icon-down4.png) no-repeat center #fff;
}

.btn-down-pdf:hover {
	color: rgba(0, 143, 233, 1);
}

.btn-down-pdf:hover:before {
	background: url(../../images/trust-center/icon-down.png) no-repeat center;
}

.zte-news-tab-box-1 .item .img200 {
	height: 200px;
}

.zte-news-tab-box-2 {
	min-height: 300px;
}
.zte-news-tab-box-2 .item .img{
	border-radius: 5px 5px 0 0;
}
.zte-news-tab-box-2 .row{
	margin-left: -10px;
	
	margin-right: -10px;
}
.zte-news-tab-box-2 .item{
	padding-left: 10px;
	padding-right: 10px;
	}
.zte-news-tab-box-2 .video-item .img:after {
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 54px 54px;
}

.zte-news-tab-box-2 .item .time {
	position: absolute;
	width: 90px;
	height: 20px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	right: 9px;
	top: 10px;
	z-index: 5;
}

.zte-news-tab-box-2 .item .tag {
	min-width: 50px;
	height: 25px;
	background: #93B3DE;
	border-radius: 5px;
	line-height: 25px;
	padding: 0 5px;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 12px;
}

.zte-news-tab-box-2 .item .tag-news {
	background: #93B3DE;
}

.zte-news-tab-box-2 .item .tag-hot {
	background: rgba(245, 124, 35, 1);
}

.zte-online-live2 .item-video {
	height: 700px;
}

.zte-online-live2 .item .tit {
	font-weight: bold;
}

.zte-news-tab-box-2 .item .tit {
	font-weight: bold;
}

.zte-online-live2 .item {
	border: 1px solid #f2f2f2;
	background: url(../../images/trust-center/icon/icon-live-bg.jpg) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}

.zte-online-live2 .item:hover,
.zte-online-live2 .item.active {
	border: 1px solid #29a2db;
	background: url(../../images/trust-center/icon/icon-live-bg-h.jpg) no-repeat center;
	background-size: cover;
}

.zte-online-live2 .item.active:before {
	display: none;
}

.zte-online-live2 .item.active:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	left: 50%;
	top: 0;
	margin-top: -12px;
}

.zte-news-tab-box-1 .item .tit.ellipsis-2 {
	padding-bottom: 0;
	margin-bottom: 15px;
}

.zte-solution-news .item .tit {
	margin-bottom: 0;
}

.zte-solution-industry a {
	color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	/*.page-index-pro .item:first-child {
		width: 38%;
	}*/
	div.zte-solution-industry .item .info .tit {
		margin-bottom: 10px;
	}
	div.zte-solution-video .gallery-top .swiper-slide img{
		height: 360px;
	}
}

/*@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.page-index-pro .item:first-child{
		width: 38%;
	}
}
	
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.page-index-pro .item:first-child{
		width: 36%;
	}
}*/
	
.zte-solution-industry .item .info,
.zte-solution-industry .item .img img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.zte-solution-industry .item:hover .info {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.zte-solution-industry .item:hover .tit {
	color: #008fd5;
}

.zte-solution-industry .item:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zte-solution-solution .item .info .txt {
	display: block;
}

.zte-solution-solution .item {
	overflow: hidden;
}

/*.zte-solution-solution .item .info {
	bottom: auto!important;
	top: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translate(0,-85px);
	-webkit-transform: translate(0,-85px);
}*/

.zte-solution-solution .item:first-child .info .txt {
	display: block;
}

/*.zte-solution-solution .item:hover .info {
	bottom: auto!important;
		transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
}*/

/*.page-index-pro .item:hover .tit {
	color: #008fd5;
}

.page-index-pro .tit:after {
	background: url(https://www.zte.com.cn/Asserts/Global/images/trust-center/icon-ar-right22.png) no-repeat center;
	background-size: 10px auto;
}

.page-index-pro .item:hover .tit:after {
	background: url(https://www.zte.com.cn/Asserts/Global/images/trust-center/icon-ar-right.png) no-repeat center;
	background-size: 10px auto;
}*/

.zte-solution-story .info {
	margin-top: -15px;
}

div.zte-solution-story a:hover .info .txt {
	color: #333;
}

.zte-solution-news .item .tit,
.zte-solution-news .item .time {
	padding-left: 0;
}

.zte-solution-news a:hover .tit {
	color: #008fd5;
}

.zte-solution-video .btn-prev,
.zte-solution-video .btn-next {
	opacity: 0.5;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.zte-solution-video .btn-prev:hover,
.zte-solution-video .btn-next:hover {
	opacity: 1;
}

.zte-solution-video .swiper-slide {
	outline: none;
}

.zte-solution-scene a:hover .txt {
	color: #333;
}

.page-solution-advantage .item {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.page-solution-advantage .item:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	box-shadow: 2px 2px 10px rgba(200, 200, 200, 0.15);
}

.page-solution-advantage .item:hover .txt {
	color: #333;
}

.zte-solution-customer .item:hover .txt {
	color: #333;
}

.ts-news-tab .view-more {
	flex-wrap: wrap;
}

.zte-service-HotTopic {
	position: relative;
}

.zte-service-HotTopic .item .img {
	width: 600px;
	height: 300px;
}

.zte-service-HotTopic .item .info {
	padding-right: 140px;
}

.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: url(../../images/trust-center/icon-more5.png) no-repeat center right;
	background-size: 9px auto;
}

.zte-service-HotTopic .item .more:hover {
	background: url(../../images/trust-center/icon-more6.png) no-repeat center right;
	background-size: 9px auto;
	color: rgba(0, 142, 211, 1);
}

.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(../../../../china/404.html) no-repeat center;
	background-size: 9px auto;
}

.zte-service-HotTopic .pagination .btn-prev:hover {
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 9px auto;
}

.zte-service-HotTopic .pagination .btn-next {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 9px auto;
}

.zte-service-HotTopic .pagination .btn-next:hover {
	background: url(../../../../china/404.html) no-repeat center;
	background-size: 9px auto;
}

.zte-service-HotTopic .swiper-pagination {
	position: relative;
	left: auto;
	top: auto;
}

.zte-service-HotTopic .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: 40px;
	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: rgba(0, 143, 213, 1);
	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 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;
	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 {
	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 .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: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: 720px;
	margin-right: 25px;
	box-shadow: 10px 10px 10px rgba(100, 100, 100, 0.2);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.zte-service-WonderfulVideo .left .item {
	position: relative;
	cursor: pointer;
}

.zte-service-WonderfulVideo .left .item .img {
	position: relative;
	width: 100%;
	height: 500px;
}

.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: #008FD5;
}

.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(../../../../china/404.html) 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: 60px;
}

.zte-service-WonderfulVideo .right,
.zte-service-WonderfulVideo .right .swiper-container {
	height: 700px;
}

.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: 400px;
	padding: 30px;
	padding-left: 15px;
	background: #f7f7f7;
	position: relative;
	box-sizing: border-box;
	border-right: 2px solid rgba(219, 219, 219, 1);
	margin-bottom: 25px;
	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: #008FD5;
	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: 157px;
}

.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 .item {
	width: 392px;
	margin-right: 12px;
	float: left;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.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: 226px;
}

.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 .txt {
	font-size: 14px;
	line-height: 28px;
	color: rgba(102, 102, 102, 1);
	padding: 0 24px;
}

.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: 392px;
	margin-right: 12px;
	float: left;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	padding-bottom: 20px;
	background: #f7f7f7;
	margin-bottom: 30px;
}

.zte-service-AwardQualification .item:nth-child(3n) {
	margin-right: 0;
}

.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: 0;
	background: url(../../../../china/404.html) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:nth-child(2) .img:after {
	background: url(../../../../china/404.html) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:nth-child(3) .img:after {
	background: url(../../../../china/404.html) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:hover .img:after {
	background: url(../../../../china/404.html) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:nth-child(2):hover .img:after {
	background: url(../../../../china/404.html) no-repeat center bottom;
	background-size: 100% auto;
}

.zte-service-AwardQualification .item:nth-child(3):hover .img:after {
	background: url(../../../../china/404.html) 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: rgba(0, 142, 211, 1);
}

.zte-service-HotTechnology {
	background: #F7F7F7;
	border-radius: 50px;
	position: relative;
}

.zte-service-HotTechnology .swiper-slide {
	padding: 45px 60px;
	box-sizing: border-box;
}

.zte-service-HotTechnology .item .img {
	width: 560px;
	height: 360px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 60px;
}

.zte-service-HotTechnology .item .info .tit {
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	line-height: 36px;
	position: relative;
}

.zte-service-HotTechnology .item .info .span {
	width: 80px;
	height: 4px;
	background: #008FD5;
	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/trust-center/icon-more5.png) no-repeat center right;
	background-size: 9px auto;
}

.zte-service-HotTechnology .item .info .more:hover {
	background: url(../../images/trust-center/icon-more6.png) no-repeat center right;
	background-size: 9px auto;
	color: rgba(0, 142, 211, 1);
}

.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(../../../../china/404.html) 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 .lineLeft .line {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	left: auto;
	right: 100%;
}

.business-territory .lineLeft .window {
	left: auto;
	right: 100%;
}

.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 .entry:hover .window,*/

.business-territory .entry.focus .window,

/*.business-territory .entry:hover .line,*/

.business-territory .entry.focus .line {
	display: block;
	z-index: 10;
}

.business-mode-box .b-l {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 40px;
	background: url(../../../../china/404.html) no-repeat center;
	bottom: 21px;
	cursor: pointer;
}

.business-mode-box .b-l:hover {
	background: url(../../../../china/404.html) no-repeat center;
}

.business-mode-box .b-r {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	background: url(../../../../china/404.html) no-repeat center;
	bottom: 21px;
	cursor: pointer;
}

.business-mode-box .b-r:hover {
	background: url(../../../../china/404.html) 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 .window .bg,
.text-window .bg {
	width: 100%;
	height: 28px;
	background: url(../../../../china/404.html) no-repeat;
	position: relative;
	z-index: 1;
	display: block;
}

.business-territory .window .cont,
.text-window .cont {
	width: 100%;
	background: url(../../../../china/404.html) 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/trust-center/icon-more6.png) no-repeat center right;
	background-size: 9px auto;
	color: rgba(0, 142, 211, 1);
}

.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%;
}

.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: rgba(0, 142, 211, 1);
	cursor: pointer;
	border-radius: 50%;
}

.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 .focus.lineLeft .point_t {
	margin-top: -12px;
}

.business-territory .small {
	width: 10px;
	height: 10px;
}

.business-territory .small .point-dot {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
}

.business-territory .entry1 {
	/*中国*/
	left: 890px;
	top: 162px;
}

.business-territory.map .entry1 {
	left: 40vw;
	top: 19vw;
}

.business-territory .entry2 {
	/*意大利*/
	left: 606px;
	top: 224px;
}

.business-territory.map .entry2 {
	left: 42vw;
	top: 34vw;
}

.business-territory .entry3 {
	/*泰国*/
	left: 887px;
	top: 320px;
}

.business-territory.map .entry3 {
	left: 41vw;
	top: 39vw;
}

.business-territory .entry4 {
	/*马来西亚*/
	left: 884px;
	top: 374px;
}

.business-territory.map .entry4 {
	left: 40vw;
	top: 47vw;
}

.business-territory .entry5 {
	/*奥地利/*/
	left: 590px;
	top: 160px;
}

.business-territory.map .entry5 {
	left: 39vw;
	top: 23vw;
}

.business-territory .entry6 {
	/*西班牙*/
	left: 515px;
	top: 240px;
}

.business-territory.map .entry6 {
	left: 27vw;
	top: 25vw;
}

.business-territory .entry7 {
	/*墨西哥*/
	left: 196px;
	top: 305px;
}

.business-territory.map .entry7 {
	left: 35vw;
	top: 38vw;
}

.business-territory .entry8 {
	/*厄瓜多尔*/
	left: 270px;
	top: 430px;
}

.business-territory.map .entry8 {
	left: 35vw;
	top: 19vw;
}

.business-territory .entry9 {
	/*秘鲁*/
	left: 302px;
	top: 477px;
}

.business-territory.map .entry9 {
	left: 39vw;
	top: 24vw;
}

.business-territory .entry10 {
	/*英国*/
	left: 486px;
	top: 142px;
}

.business-territory.map .entry10 {
	left: 27vw;
	top: 20vw;
}

.business-territory .entry11 {
	/*葡萄牙*/
	left: 539px;
	top: 196px;
}

.business-territory.map .entry11 {
	left: 29vw;
	top: 34vw;
}

.business-territory .entry12 {
	/*尼日利亚*/
	left: 568px;
	top: 342px;
}

.business-territory.map .entry12 {
	left: 40vw;
	top: 21vw;
}

.business-territory .entry13 {
	/*比利时*/
	left: 576px;
	top: 124px;
}

.business-territory.map .entry13 {
	left: 37vw;
	top: 20vw;
}

.business-territory .entry14 {
	/*德国*/
	left: 610px;
	top: 116px;
}

.business-territory.map .entry14 {
	left: 41vw;
	top: 19vw;
}

.business-territory .entry15 {
	/*斯洛伐克*/
	left: 646px;
	top: 145px;
}

.business-territory.map .entry15 {
	left: 44vw;
	top: 21vw;
}

.business-territory .entry16 {
	/*匈牙利*/
	left: 654px;
	top: 188px;
}

.business-territory.map .entry16 {
	left: 47vw;
	top: 26vw;
}

.business-territory .entry17 {
	/*马其顿*/
	left: 680px;
	top: 215px;
}

.business-territory.map .entry17 {
	left: 46vw;
	top: 23vw;
}

.business-territory .entry18 {
	/*白俄罗斯*/
	left: 700px;
	top: 119px;
}

.business-territory.map .entry18 {
	left: 47vw;
	top: 18vw;
}

.business-territory .entry19 {
	/*吉尔吉斯坦*/
	left: 763px;
	top: 221px;
}

.business-territory.map .entry19 {
	left: 50vw;
	top: 33vw;
}

.business-territory .entry20 {
	/*乌干达*/
	left: 652px;
	top: 380px;
}

.business-territory.map .entry20 {
	left: 40vw;
	top: 32vw;
}

.business-territory .entry21 {
	/*南非*/
	left: 620px;
	top: 473px;
}

.business-territory.map .entry21 {
	left: 47vw;
	top: 38vw;
}

.business-territory .entry22 {
	/*缅甸*/
	left: 850px;
	top: 300px;
}

.business-territory.map .entry22 {
	left: 43vw;
	top: 36vw;
}

.business-territory .entry23 {
	/*老挝*/
	left: 903px;
	top: 290px;
}

.business-territory.map .entry23 {
	left: 36vw;
	top: 37vw;
}

.business-territory .entry24 {
	/*印度尼西亚*/
	left: 944px;
	top: 393px;
}

.business-territory.map .entry24 {
	left: 49vw;
	top: 49vw;
}

.business-territory .entry25 {
	left: 761px;
	top: 277px;
}

.business-territory .entry26 {
	/*菲律宾*/
	left: 980px;
	top: 350px;
}

.business-territory.map .entry25 {
	left: 45vw;
	top: 31vw;
}

.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 .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;
	z-index: 20;
	background: #fff;
	position: absolute;
}

.business-territory .video-window video {
	width: 100%;
	background: #000;
	height: 490px;
}

.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
	}
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	
	.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-bottom: -120px;
	}
	.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);
	}
}

.zte-news-detail .detail-info span {
	margin: 0 20px;
}

.zte-service-WonderfulVideo .swiperPagination {
	display: none;
}
.business-territory .text-window {
		display: none;
	}

@media (max-width:768px) {
	
	
	.zte-solution-down .swiperPagination{
	margin-top: .3rem;
}

	.zte-wrap {
		padding: 20px;
	}
	.zte-service-HotTopic .item {
		flex-direction: column-reverse;
		background: #F9F9F9;
	}
	.zte-service-HotTopic .item .info {
		padding: 40px 30px;
	}
	.zte-service-HotTopic .item .img {
		width: 100%;
		height: 270px;
	}
	.zte-service-HotTopic {
		margin-right: -20px;
	}
	.zte-service-HotTopic .swiper-container .swiper-slide {
		width: calc(100vw - 60px);
	}
	.zte-service-HotTopic .item .info .tit {
		font-size: 28px
	}
	.zte-service-HotTopic .item .info .tit:after {
		width: 100px;
		height: 4px;
	}
	.zte-service-HotTopic .item .info .txt {
		font-size: 28px;
		line-height: 56px;
	}
	.zte-service-HotTopic .pagination .btn-prev,
	.zte-service-HotTopic .pagination .btn-next {
		display: none;
	}
	.zte-service-HotTopic .item .more {
		font-size: 20px
	}
	.zte-service-HotTopic .pagination {
		position: relative;
		left: auto;
		bottom: auto;
		margin-right: 20px;
		padding: 10px;
	}
	.zte-service-HotTopic .swiper-pagination {
		display: block;
		text-align: center;
		width: 100%;
	}
	.zte-service-HotTopic .pagination span {
		width: 52px;
		height: 8px;
		background: #D3D3D3;
		background: #999;
		border-radius: 3px;
		border: none;
		margin: 0 10px;
		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: 28px
	}
	.zte-service-Solution .item .info li {
		opacity: 1;
		font-size: 20px;
	}
	.zte-service-Solution .item .info {
		top: 100px;
	}
	.zte-service-Solution .item {
		margin-bottom: 36px;
	}
	.zte-service-NetworkService .row .swiper-wrapper {
		flex-wrap: nowrap;
	}
	.zte-service-NetworkService .row .item .img {
		width: 100%;
		height: 42vw;
	}
	.zte-service-NetworkService .row .item {
		width: 42vw;
	}
	.zte-service-NetworkService .row .item .info .tit {
		font-size: 28px
	}
	.zte-service-NetworkService .row .item .info .txt {
		display: none;
	}
	.zte-service-NetworkService .row .item .info {
		bottom: 0;
		left: 5px;
		right: 5px;
	}
	.zte-service-NetworkService .swiperPagination {
		display: flex;
		margin-bottom: 20px;
	}
	.zte-service-WonderfulVideo .right {
		display: none;
	}
	.zte-service-WonderfulVideo {
		margin-right: -20px;
	}
	.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 - 60px);
		border-radius: 5px;
		overflow: hidden;
		background: #F5F5F5;
	}
	.zte-service-WonderfulVideo .left .item .info .tit {
		font-size: 28px;
	}
	.zte-service-WonderfulVideo .left .item .info .txt {
		font-size: 28px;
		line-height: 56px;
	}
	.zte-service-WonderfulVideo .swiperPagination {
		display: flex
	}
	.zte-news-detailImgRight .detail-main .detail-left {
		width: 100%;
		margin-left: 0;
		margin-bottom: 50px;
		font-weight: bold;
	}
	.zte-service-WonderfulVideo .left .item .img {
		height: 400px;
	}
	.zte-service-WonderfulVideo .left .item .hot,
	.zte-service-WonderfulVideo .left .item .news {
		left: 30px;
		top: 30px;
	}
	.zte-news-detailImgLeft .detail-main {
		flex-wrap: wrap;
	}
	.zte-news-detailImgLeft .detail-main .detail-right {
		flex: none;
		width: 100%;
		margin-top: 30px;
		font-size: .28rem;
		line-height: 0.42rem;
	}
	.zte-news-detailImgLeft .detail-main .detail-right p{
		font-size: .28rem!important;
		line-height: 0.42rem!important;
	}
	
	.zte-news-detailImgLeft .detail-main .detail-right strong{
		/*font-weight: normal;*/
	}
	.zte-news-detailImgLeft .detail-main .detail-right img{
		margin: 0.2rem 0;
	}
	.zte-news-detailImgLeft .detail-main .detail-left {
		margin: 0 auto;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		text-align: center;
	}
	.zte-news-detailImgLeft .detail-main .detail-left .img {
		width: 75vw;
		height: 93vw;
		margin: 0 auto;
	}
	.zte-news-detailImgLeft .detail-main .detail-left .tit {
		font-size: 50px;
		margin-bottom: 40px;
		padding-top: 20px;
		width: 100%;
		text-align: center;
	}
	.zte-news-detailImgLeft .detail-main .detail-left .tit p {
		font-size: 38px;
		margin-top: 40px;
		line-height: 48px;
	}
	.zte-online-live .item .tit {
		font-size: 24px;
	}
	.zte-news-tab-box-1 .item .tit {
		height: 68px;
		padding: 0;
		margin-top: 15px;
		font-size: 24px;
	}
	.zte-news-detail .detail-title {
		text-align: left;
		line-height: 55px;
		font-size: 38px;
	}
	.zte-news-detail .detail-info span {
		margin: 0;
		font-size: 24px;
	}
	.zte-news-detail .detail-info {
		display: flex;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
		font-size: 20px;
		justify-content: space-between;
	}
	.zte-news-detail {
		font-size: 24px;
		line-height: 36px;
		font-size: 28px;
		line-height: 50px;
	}
	.zte-publication-detailList .pages a {
		font-size: 24px;
		line-height: 36px;
	}
	.zte-service-successStory {
		margin-top: 30px;
	}
	
	
	
	
	.zte-index-title .more {
		font-size: 20px;
		font-weight: normal;
	}
	.zte-service-NewsInformation {
		margin-right: -20px;
	}
	.zte-service-NewsInformation .item {
		width: 64vw;
		background: #F5F5F5;
		border-radius: 5px;
		overflow: hidden;
	}
	.zte-service-NewsInformation .item .tit,
	.zte-service-NewsInformation .item .txt {
		font-size: 28px;
		line-height: 56px;
		-webkit-line-clamp: 2
	}
	.zte-service-NewsInformation .item .txt {
		-webkit-line-clamp: 3
	}
	.zte-service-NewsInformation .item .time {
		font-size: 16px
	}
	.zte-service-NewsInformation .item .img {
		height: 270px;
	}
	
	
	.zte-service-AwardQualification {
		margin-right: -20px;
	}
	.zte-service-AwardQualification .item {
		width: 64vw;
		border-radius: 5px;
		overflow: hidden;
	}
	.zte-service-AwardQualification .item .tit{
		font-size: 28px;
	}
	.zte-service-AwardQualification .item .txt {
		font-size: 28px;
		line-height: 56px;
		-webkit-line-clamp:2;
		margin-bottom: 20px;
	}
	.zte-service-AwardQualification .item .time {
		font-size: 16px
	}
	.zte-service-AwardQualification .item .img {
		height: 270px;
	}
	.zte-service-AwardQualification .item:hover{
		    background: #f7f7f7;
		    box-shadow: none;
	}
	.zte-service-AwardQualification .item:hover .img:after{
		background: url(../../../../china/404.html) no-repeat center bottom;
    background-size: 100% auto;
	}
	.zte-service-AwardQualification .item:nth-child(2):hover .img:after {
    background: url(../../../../china/404.html) no-repeat center bottom;
    background-size: 100% auto;
}
.zte-service-AwardQualification .item:nth-child(3):hover .img:after {
    background: url(../../../../china/404.html) no-repeat center bottom;
    background-size: 100% auto;
}
.zte-service-HotTechnology{
	background: none;
	margin-right: -20px;
}
.zte-service-HotTechnology .swiper-slide{
	padding: 0;
	width: 91vw;
}
.zte-service-HotTechnology .swiper-slide .item{
	flex-wrap: wrap;
}
.zte-service-HotTechnology .item .img{
	width: 100%;
	margin: 0;
	height:420px ;
}
.zte-service-HotTechnology .item .info{
	padding: 30px;
}
.zte-service-HotTechnology .item .info .tit{
	font-size: 28px;
	line-height: 56px;
}
.zte-service-HotTechnology .item .info .span{
	margin-bottom: 15px;
}
.zte-service-HotTechnology .item .info .author{
	font-size: 24px;
	margin-bottom: 15px;
	
}
.zte-service-HotTechnology .item .info .txt{
	font-size: 28px;
	line-height: 56px;
	margin-bottom: 40px;
}
.zte-service-HotTechnology .item .info .more{
	font-size: 20px
}
.zte-service-HotTechnology .swiper-pagination{
	display: none;
}
	.business-territory {
		background: url(../../../../china/404.html) no-repeat center;
		background-size: 100% auto;
		height: 380px;
	}
	.business-territory .entry2 {
		left: 45%;
		top: 31%;
	}
	.business-territory .entry26 {
		left: 76%;
		top: 56%;
	}
	.business-territory .point_t {
		font-size: 28px;
		margin-top: -21px;
	}
	.business-territory .focus .point_t {
		margin-top: -21px;
	}
	.business-territory .entry.focus .window,
	.business-territory .entry.focus .line {
		display: none;
	}
	.text-window .bg {
		height: 50px;
		background-size: 100% auto;
	}
	.text-window .cont dl dt {
		font-size: 28px
	}
	.text-window .cont dl dd {
		font-size: 28px;
		line-height: 56px;
	}
	.text-window .cont .more {
		font-size: 20px
	}
	.text-window .cont {
		background-size: 100% 100%;
	}
	.business-territory .text-window {
		width: calc(100vw - 40px);
		margin-left: 0;
		left: 0;
		height: auto;
		top: -10px;
		position: absolute;
		z-index: 20;
		display: none;
	}
	.business-territory .video-window {
		width: calc(100vw - 40px);
		margin-left: 0;
		left: 0;
		    height: 390px;
    margin-top: -210px;
	}
	.business-territory .video-window video {
		height: 320px;
	}
	
	
	
}

@media only screen and (max-width: 768px) {
	.zte-publication-list .item .info .tit {
		-webkit-line-clamp: 4;
	}
	.zte-online-live.zte-online-live2 {
		display: block;
		flex-direction: column;
	}
	.zte-online-live.zte-online-live2 .zte-online-live-left {
		display: block;
	}
	.zte-online-live2 .item {
		width: 100%;
	}
	.zte-online-live2 .item-video {
		height: 400px;
	}
	.zte-solution-story .info .txt {
		/*height: 90px;*/
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.zte-solution-news .item .tit {
		margin-bottom: 0;
		height: 95px;
	}
	.zte-solution-video .gallery-thumbs .tit {
		font-size: 18px
	}
	.zte-publication-detailList .item dd .flex-item .flex-item:nth-child(2) {
		flex: none;
		width: 100px;
	}
	.zte-solution-video .gallery-thumbs .swiper-slide img.img {
		height: 90px;
	}
	.zte-solution-industry-swiper-1 .swiper-wrapper {
		display: flex;
	}
	.zte-solution-industry-swiper-1 .swiper-wrapper .swiper-slide:nth-child(2n) .item {
		flex-direction: row-reverse
	}
	.zte-solution-story .swiper-slide.col-xs-10,
	.zte-solution-news .swiper-slide.col-xs-10 {
		width: 83.33333333%;
	}
	.zte-swiperPagination .swiperPagination {
		display: block;
	}
	.zte-swiperPagination .swiperPagination.flex {
		display: flex;
	}
	.zte-solution-overview .swiper-wrapper {
		margin-left: -30px;
	}
	.page-solution-advantage .item {
		margin-bottom: 30px;
	}
	.zte-solution-customer .row>div {
		border-right: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
	}
	.zte-solution-customer .row>div:nth-child(2n) {
		border-right: none;
	}
	.zte-solution-customer .item {
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.zte-solution-customer .row>div:nth-last-child(1),
	.zte-solution-customer .row>div:nth-last-child(2) {
		border-bottom: none;
	}
	.zte-solution-overview .fraction {
		display: none;
	}
	.zte-solution-overview .swiperPagination {
		display: flex;
	}
	.zte-solution-video .btn-prev,
	.zte-solution-video .btn-next {
		display: none;
	}
	.zte-solution-story .item {
		margin-bottom: 20px;
		display: block;
	}
	/*.page-index-pro .item:first-child {
		width: 47%;
	}
	.page-index-pro .item {
		width: 47%;
	}
	.page-index-pro .item .img {
		height: 250px!important;
	}
	.page-index-pro .item:nth-child(5) {
		display: none;
	}*/
	.zte-solution-industry .item {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.zte-solution-industry .item .img {
		width: 100%;
		flex: none;
	}
	.zte-solution-industry .item .info {
		padding: 50px
	}
	.zte-solution-industry .item .info .tit {
		margin-bottom: 20px;
	}
	.zte-solution-industry .item a {
		color: #333;
	}
	.zte-solution-industry .item .more {
		margin-top: 30px;
	}
	.zte-solution-insight .btn-prev,
	.zte-solution-insight .btn-next {
		margin-top: 0;
		top: 75%;
		display: none;
	}
	.zte-solution-insight .btn-prev {
		background: url(../../../../china/404.html) no-repeat center;
		background-size: 21px auto;
	}
	.zte-solution-solution .item {
		width: 50%;
		height: 280px;
	}
	.zte-solution-solution .item:first-child {
		width: 100%;
	}
	div.ts-center .t-banner {
		min-height: 200px;
	}
	.zte-publication-list2 .item {
		padding: 30px;
	}
	.zte-publication-list2 .item div.img {
		width: 146px;
		height: 205px;
	}
	.zte-publication-list2 .item .info {
		margin-left: 40px;
		padding-left: 40px;
		min-height: auto;
		height: auto;
		padding-top: 0;
	}
	.zte-publication-list .item .info .txt {
		height: auto;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.zte-publication-list2 .item .view {
		margin-right: 0;
	}
	.zte-publication-menu .item img {
		margin-right: 40px;
	}
	.zte-news-tab-2 .item {
		margin-bottom: 20px;
	}
	.zte-publication-list2 .item .view,
	.zte-publication-list2 .item .down {
		width: 100%;
		margin-bottom: 10px;
	}
	.zte-publication-detailList .item dd .f-item {
		padding-right: 20px;
	}
	.zte-publication-detailList .item dd .down {
		width: auto;
	}
	.ts-news-list5.ts-news-list2 .num {
		margin-left: 10px;
	}
	.zte2021-news-result .s3 {
		position: relative;
	}
	.ts-news-list3 .flex.f-jb {
		width: 100%;
		padding: 10px 0;
	}
	.ts-news-list3 .list-item .time2 {
		margin-bottom: 0;
	}
	.zte2021-news-result .s3 select {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		opacity: 0;
		width: 100%;
	}
	.ts-news-list2 .list-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.ts-news-list2 .list-item .time {
		display: none;
	}
	.ts-news-list2 .list-item .time2 {
		display: block;
	}
	
	div.ts-center .ts-news-tab .item,
	.mainContent div.ts-center .ts-news-tab .item{
		font-size: 28px;
		height: auto;
		margin-right: 0;
	}
	div.ts-center .ts-news-tab .item1,
	.mainContent div.ts-center .ts-news-tab .item1 {
		font-size: 34px;
		height: auto;
		padding: 22px 20px;
	}
	div.ts-center .ts-news-tab,,
	.mainContent div.ts-center .ts-news-tab{
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

.zte-publication-detailList .pages a:hover {
	color: rgba(0, 142, 211, 1)
}