article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
	border: 0
}

h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace
}

small {
	font-size: 12px
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

ul,
ol {
	list-style: none
}

a {
	margin: 0;
	padding: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0
}

a {
	cursor: default !important;
}

a[href*=":"],
a[href*="a"],
a[href*="b"],
a[href*="c"],
a[href*="d"],
a[href*="e"],
a[href*="f"],
a[href*="t"],
a[href*="z"] {
	cursor: pointer !important;
}

.noLink {
	cursor: default !important;
}

abbr[title],
acronym[title] {
	border-bottom: 1px dotted;
	cursor: help
}

q:before,
q:after {
	content: ''
}

legend {
	color: #333
}

fieldset,
img {
	border: none
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,
textarea,
select {
	font-family: "寰蒋闆呴粦";
	font-size: inherit;
	font-weight: inherit;
	-webkit-border-radius: 0px;
	border-radius: 0px
}

input,
select {
	vertical-align: middle;
}

input {
	/* -webkit-appearance: none; */
	border-radius: 0;
}

body a:focus {
	outline: none;
}

body {
	font-size: 14px;

}


.begin a,
.begin li,
.begin span,
html .begin,
.begin s,
.begin i,
.begin h2,
.begin h3,
.begin p,
.begin img,
.begin div,
.begin em {
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.stop,
.stop * {
	transition: none;
	-o-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.zte-wrap {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;


}

.flex-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mr15 {
	margin-right: 15px;
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt5 {
	margin-top: 5px;
}

.mt50 {
	margin-top: 50px;
}

.pointer {
	cursor: pointer;
}

.f-jc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.f-ac {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.f-jb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.f-wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;


}

.tac {
	text-align: center;
}

.b-b {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img.imgs {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.a a {
	color: #333;
}

.a a:hover {
	color: rgba(0, 142, 211, 1);
}

.img,
.img img {
	overflow: hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

a:hover .img {
	/*transform: scale(1);
	-webkit-transform: scale(1);*/
}

a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


.zte-index-title {
	font-size: 28px;
	padding: 30px 0;
	color: #333;
	font-weight: bold;
}

.zte-index-title2 {
	padding: 0;
	font-size: 26px;
	color: rgba(0, 142, 211, 1);
}

.zte-index-title2 span {
	padding: 20px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	border-bottom: 4px solid rgba(0, 142, 211, 1);
}

.zte-index-title .more {
	color: #333;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/trust-center/icon-more.png) no-repeat center right;
	font-size: 16px;
	background-size: 10px auto;
	padding-right: 30px;
	line-height: 1;
	vertical-align: bottom;
	margin-top: 20px;
}

.zte-index-title .more:hover {
	color: rgba(0, 142, 211, 1);
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/trust-center/icon-ar-right.png) no-repeat center right;
	background-size: 10px 16px;
}

.zte-index-title .more2 {
	color: #fff;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/trust-center/icon/icon-right-white.png) no-repeat center right;
	background-size: 10px auto;
}

.zte-index-title .more2:hover {
	color: #fff;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/trust-center/icon/icon-right-white.png) no-repeat center right;
	background-size: 10px auto;
}



.ellipsis {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ellipsis-2 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ellipsis-3 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.ellipsis-4 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.ellipsis-5 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.ellipsis-6 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.ellipsis-7 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.ellipsis-8 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}

.ellipsis-9 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}

.ellipsis-10 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}

.blue {
	color: rgba(0, 142, 211, 1)
}

.gray {
	color: #666;
}

a.gray:hover {
	color: #333
}

.h2 {
	font-size: 26px;
}

.h2-m {
	font-size: 28px;
	line-height: 48px;
}

.h2-l {
	font-size: 34px;
}

.h2-s {
	font-size: 24px;
	line-height: 40px;
}

.h3 {
	font-size: 18px;
	line-height: 32px;
}

.fw {
	font-weight: bold;
}

.hr {

	border-top: 1px solid #EEEEEE;
}

.h3-l {
	font-size: 20px;
	line-height: 32px;
}

.h3-m {
	font-size: 16px;
	line-height: 28px;
}

.h3-s {
	font-size: 14px;
	line-height: 28px;
}

.index-banner .swiper-container {
	position: relative;
	overflow: hidden;
}

.index-banner .swiper-pagination {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 2;
	left: 0;
	width: 100%;
}

.index-banner .swiper-pagination span {
	margin: 0 5px;
}

.index-banner .swiper-pagination span.swiper-pagination-bullet-active {
	background: #fff;
	width: 20px;
	border-radius: 8px;
}

.fix_contactUs_wrap {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(4,0,0,.08);
    border-radius: 30px;
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 99;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
	overflow: hidden;
	height: 0;
}

.fix_contactUs_wrap .fix_contactUs {
    display: none;
    width: .6rem;
    height: .6rem;
    background: url('https://51javac.com/etc/designs/zte-site/images/icon/contactUs.png') no-repeat;
    background-size: cover!important;
    background-position: center!important;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
	padding: 0;
    position: static;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.fix_contactUs_wrap .fix_contactUs:hover {
    background: url('https://51javac.com/etc/designs/zte-site/images/icon/contactUsBlue.png') no-repeat;
    box-shadow: 0 0 15px 0 rgba(4,0,0,.08);
    border-radius: .6rem;
    background-size: cover!important;
    background-position: center!important;
	padding: 0;
	width: 0.6rem;
    height: 0.6rem;
}

.fix_contactUs_wrap #goToTop {
	display: block;
    width: .6rem;
    height: .6rem;
    background: url('https://51javac.com/etc/designs/zte-site/images/icon/topArrow.png') no-repeat;
    background-size: cover!important;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer;
    position: static;
    border-radius: 0;
    box-shadow: none;
}

.fix_contactUs_wrap #goToTop:hover {
    background: url('https://51javac.com/etc/designs/zte-site/images/icon/topBlueArrow.png') no-repeat;
    box-shadow: 0 0 15px 0 rgba(4,0,0,.08);
    border-radius: .6rem;
    background-size: cover!important;
}

.show .fix_contactUs_wrap .fix_contactUs {
    display: block;
}

@media only screen and (max-width: 991.98px) { 

    .fix_contactUs_wrap {
        border-radius: .3rem;
        right: .3rem;
	}

    .fix_contactUs_wrap .fix_contactUs {
        background: url('https://51javac.com/etc/designs/zte-site/images/icon/contactUsBlue.png') no-repeat;
        background-size: cover;
	}	

    .fix_contactUs_wrap #goToTop {
        background: url('https://51javac.com/etc/designs/zte-site/images/icon/topBlueArrow.png') no-repeat;
        background-size: cover;
	}
}

* {
	/*font-family:'Heiti SC',"microsoft yahei", arial, sans-serif;*/
	font-family: "microsoft yahei", arial, sans-serif;
}

.ts-news-tab>.zte-wrap.f-wrap {
	flex-wrap: nowrap;
}

.ts-news-tab>.zte-wrap.f-wrap .view-more {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}

/*



@media only screen and (max-width: 768px) {
 .schedule-intr p img,
 .news-detail  p img,
  .past-style .list .item img{
  width: 100%!important;
  height: auto!important;
 }
 }
 
 
 */

.txt,
.desc,
.tit {
	word-wrap: break-word;
	word-break: normal;

}


@media only screen and (min-width: 768px) {

	.ts-news-tab>.zte-wrap.f-wrap {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}

	.ts-news-tab>.zte-wrap.f-wrap .view-more {
		/*flex-wrap: nowrap;*/
	}


	.m-fw {
		font-weight: bold;

	}

	.top-tab {
		margin-top: 40px;
		min-height: 60px;
	}

	.top-tab .ts-news-tab {
		border: none;
	}

	.top-tab .ts-news-tab .view-more {
		background: #F7F8FA;
	}

	.top-tab .ts-news-tab .item {
		padding: 22px 40px;
	}

	.top-tab .ts-news-tab .item1-icon {
		width: 8px;
		height: 15px;
		margin-right: 15px;
	}

	.top-tab .ts-news-tab .view-more .active,
	.top-tab .ts-news-tab .view-more .item.active:hover {
		background: none;
		color: #008ED3;
	}

	.top-tab .ts-news-tab .view-more .item:hover {
		color: #333;
	}

	.top-tab .ts-news-tab .view-more span {
		width: 1px;
		height: 28px;
		background: #D6D6D6;
	}

	.top-tab .ts-news-tab .item1 {
		font-size: 18px;
		margin: 0;
		padding: 20px 24px;
		font-weight: normal;
	}

	.top-tab .ts-news-tab .item1.focus {
		color: #fff;
		background: #008fd5;
	}

	.top-tab .ts-news-tab.fixTop {
		border: 1px solid #EEEEEE;
	}

	.top-tab .ts-news-tab.fixTop .zte-wrap {
		background: #fff;
	}

	.top-tab .ts-news-tab .zte-wrap {
		position: relative;
	}

	.top-tab .ts-news-tab .btn-view {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		background: #F7F8FA;
		padding-right: 20px;
		position: absolute;
		right: 0;
		top: 0;
		height: 60px;
		cursor: pointer;
	}

	.top-tab .ts-news-tab .btn-view .icon {
		width: 15px;
		height: 8px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.top-tab .ts-news-tab.focus .btn-view .icon {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}

	.top-tab .ts-news-tab .btn-view div div,
	.top-tab .ts-news-tab.focus .btn-view div div {
		display: none;
	}

	.top-tab .ts-news-tab .view-more {
		background: #F7F8FA;
		height: 60px;
		overflow: hidden;
	}

	.top-tab .ts-news-tab.focus .view-more {
		height: auto;
	}
}

@media only screen and (max-width: 1440px) {

	.zte-index-title {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.zte-index-title .more {
		font-size: 14px;
		padding-right: 20px;
	}


	.top-tab .ts-news-tab .btn-view {
		right: 100px;
	}

	.h2-s {
		font-size: 24px
	}

	.h3-m {
		font-size: 14px;
		line-height: 24px;
	}
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide,
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-pointer-events {
	touch-action: pan-y;
}

@media only screen and (max-width:768px) {



	.a a:hover {
		color: #333;
	}





	div.zte-index-title .more {
		font-size: .24rem;
		padding-right: 0.2rem;
		margin-top: 0.3rem;
	}

	div.zte-index-title {
		font-weight: bold;
		padding: 0.3rem 0;
		font-size: .4rem;
	}


	.ts-news-tab.focus .view-more {
		position: absolute;
		background: #fff;
		left: 0;
		top: 100%;
		padding: 0 0.24rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.top-tab .ts-news-tab .item1 .item1-icon {
		width: .16rem;
		height: .3rem;
		margin-right: .2rem;
	}

	.h2 {
		font-size: .38rem;
	}

	.h2 {
		font-size: 26px;
	}

	.h2-m {
		font-size: 28px;
		font-size: .42rem;
		line-height: 1.2;
	}

	.h2-s {
		font-size: .3rem;
		line-height: .5rem;
	}

	.h3,
	.h3-m {
		font-size: .28rem;
		line-height: .46rem;
	}

	.h3-s {
		font-size: .2rem;
		line-height: .34rem;
	}

	.h4 {
		font-size: .18rem
	}
}

.bgf3 {
	/*background: #f3f3f3;*/
}

.bgf0 {
	background: #f0f0f0;
}

.mt90 {
	margin-top: 90px;
}

.ml40 {
	margin-left: 40px;
}

.pagination {
	text-align: center;
	font-size: 14px;
	margin: 1em 0;
}

.pagination a {
	display: inline-block;
	cursor: pointer !important;
	color: #28a0da;
	border: 1px solid #cbdbe4;
	line-height: 20px;
	margin: 0 3px;
	padding: 0 8px;
	height: 20px;
	background-color: white;
}

.pagination .prev,
.pagination .next {
	font-size: 12px;
}

.pagination span {
	display: inline-block;
	margin: 0 1px;
	color: #28a0da;
	margin: 0 3px;
	line-height: 30px;
}

.pagination input {
	width: 40px;
	border: 1px solid #cbdbe4;
	line-height: 20px;
	text-align: center;
	background: transparent;
	color: #28a0da;
	margin: 0 3px;
	background-color: white;
}

.pagination #paginationgo {
	cursor: pointer;
}

.cookieCon {
	width: 100%;
	background: #ffffff;
	max-width: 1920px;
	margin: 0 auto;
}

.cookieCon .cookieTip {
	max-width: 100%;
	padding: 1.25vw 1.62rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	zoom: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.cookieCon .cookieTip .cookieTip-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 0;
	max-width: 100%;
	float: none;
	padding-left: 0;
}

.cookieCon .cookieTip .cookieTip-wrap h3 {
	width: 204px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 700;
	color: #222222;
	line-height: 28px;
	text-align: left;
}

.cookieCon .cookieTip .cookieInfo {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 26px;
	color: #222222;
	font-family: PingFangSC-Regular, PingFang SC;
}

.cookieCon .cookieTip .first-info {
	line-height: 26px;
	padding-top: 0;
	max-width: 100%;
	float: none;
	padding-left: 0;
}

.cookieCon .cookieTip .cookieInfo a {
	text-decoration: underline;
	color: #179BD5;
}

.cookieCon .policyOperate {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	width: auto;
	float: none;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	font-style: normal;
	padding-top: 0;
	font-size: 14px;
	line-height: 32px;
}

.cookieCon .policyOperate .onlyAgreeCookie {
	display: inline-block;
	background: transparent;
	color: #A0A0A0;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	border: 1px solid #DCDCDC;
	padding: 0 16px;
	height: 32px;
	box-sizing: border-box;
}

.cookieCon .policyOperate .allAgreeCookie {
	display: inline-block;
	background: #179BD5;
	padding: 0 16px;
	color: #ffffff;
	height: 32px;
	box-sizing: border-box;
	border-radius: 3.2vw;
	text-align: center;
	cursor: pointer;
	margin-left: 16px;
}

.cookieCon .cookie-pad-title {
	display: none;
}

/* .policyOperate .disagreeCookie {
    background: url('https://51javac.com/content/zte-site/res-www.zte.com.cn/Asserts/Global/images/top/icon/disagreeCookie.png') no-repeat 0px 5px;
} */

@media only screen and (max-width:1440px) {
	.cookieCon .cookieTip .cookieTip-wrap h3.cookie-pad-title {
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}

	.cookieCon .cookieTip .cookieTip-wrap h3.cookie-title {
		display: none;
	}

	.cookieCon .cookieTip .cookieInfo {
		padding-left: 0;
	}

	.cookieCon .policyOperate {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}

	.cookieCon .policyOperate .allAgreeCookie {
		margin: 20px 0 0;
		width: 100%;
	}

	.cookieCon .policyOperate .onlyAgreeCookie {
		width: 100%;
	}
}

@media only screen and (max-width:991.98px) {

	.cookieCon .cookieTip {
		max-width: 100%;
		padding: 5.3333vw 0.5rem 7.4666vw;
	}

	.cookieCon .cookieTip .cookieTip-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.cookieCon .cookieTip .cookieTip-wrap h3 {
		font-size: 3.7333vw;
		line-height: 4.8vw;
		text-align: center;
		width: 100%;
		display: block;
	}

	.cookieCon .cookieTip .cookieInfo {
		-webkit-box-flex: auto;
		-webkit-flex: auto;
		-moz-box-flex: auto;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		padding: 2.1333vw 0 0;
		font-size: 3.2vw;
		line-height: 5.3333vw;
	}

	.cookieCon .cookieTip .first-info {
		line-height: 5.3333vw;
		padding: 0;
	}

	.cookieCon .policyOperate {
		padding-top: 4.2666vw;
		font-size: 3.2vw;
		line-height: 7.4666vw;
		width: 100%;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	.cookieCon .policyOperate .onlyAgreeCookie {
		border-radius: 14vw;
		padding: 0 3.2vw;
		height: 7.4666vw;
		width: calc(50% - 1.3333vw);
		margin: 0;
	}

	.cookieCon .policyOperate .allAgreeCookie {
		border-radius: 14vw;
		padding: 0 3.2vw;
		height: 7.4666vw;
		width: calc(50% - 1.3333vw);
		margin: 0;
	}

	.cookieCon .cookieTip .cookieTip-wrap h3.cookie-pad-title {
		display: none;
	}

	.cookieCon .cookieTip .cookieTip-wrap h3.cookie-title {
		display: block;
	}

	html[lang=en] .cookieCon .policyOperate {
		font-size: 2.5vw;
	}
}

.top-nav {
	background: #e6e6e6
}

.top-nav .zte-wrap {
	padding-bottom: 0;
	padding-top: 0;
}

.top-nav .nav a {
	color: #221815;
	padding: 15px 0;
	margin-right: 24px;
	border-bottom-width: 5px;
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.top-nav .nav a:hover,
.top-nav .nav a.active {
	border-bottom-color: rgba(0, 142, 211, 1);
}

.header {
	background: #f3f3f3;
	background: #fff;
	padding-top: 26px;
	padding-bottom: 19px;
	z-index: 5;
	position: relative;
}

.header {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.header .zte-wrap {
	padding-top: 0;
	padding-bottom: 0;
	overflow: initial;
}

.footer .zte-wrap {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 1;
	overflow: initial;
}

.header.header-open {
	z-index: 100
}

.header.fixTop {
	position: fixed;
	z-index: 101;
	left: 0;
	/*top: -1.3rem;*/
	top: -120px;
	width: 100%;
}

.header.fixTop.fixDown {
	top: 0;
	box-shadow: 0px 6px 11px 0px rgba(204, 204, 204, 0.17);
}

.header .zte-wrap {}

.header .logo {
	height: 41px;
}

.header .logo img {
	width: auto;
	height: 41px;
	display: block;
	object-fit: contain;
}

.header .seach {
	width: 145px;
}

.header .menu {
	position: relative;
	height: 24px;
}

.header .menu-ul li {
	margin: 0 15px;
	color: rgba(214, 214, 214, 1);
	white-space: nowrap;
}

.header .menu-ul li a {
	font-size: 16px;
	color: #333
}

.header .menu-ul li a:hover {
	color: rgba(0, 142, 211, 1);
}

.header .menu-ul li {
	position: relative;
}

.header .menu-ul li[data-index]:hover:after,
.header .menu-ul li.focus:after {
	content: ' ';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -30px;
	background: #008EDD;
}

.header.header-open.header-open-g-1 .menu-ul li a {
	color: #666;
}

.header.header-open.header-open-g-1 .menu-ul li.focus a {
	color: #333;
}

.header.header-open.header-open-g-2 .menu-ul li:nth-child(3) a {
	color: #666;
}

.header.header-open.header-open-g-2 .menu-ul li.focus a {
	color: #333;
}

@media only screen and (max-width: 1680px) {

	.header .menu-ul li[data-index]:hover:after,
	.header .menu-ul li.focus:after {
		bottom: -23px;
	}
}

.header .icon-close {
	display: none;
}

.header .btn-search {
	cursor: pointer;
	display: block;
}

.header .searching input {
	background: none;
	width: 100%;
	padding-left: 20px;
	font-size: 16px
}

.header .searching .btn-cancel {
	display: none;
}

.header .searching {
	padding: 0 5px;
	border-bottom: 1px solid #d6d6d6;
	opacity: 0;
	width: 0%;
	visibility: hidden;
	position: absolute;
	margin-left: 20%;
	left: 50%;
}

.header.header-open-search .searching {
	width: 50%;
	opacity: 1;
	visibility: initial;
	position: relative;
	margin-left: 0;
	left: 0;
	border-bottom: none;
}

.header.header-open-search .menu,
.header.header-open-search .icon-search {
	display: none;
}

.header.header-open-search .icon-close {
	display: block;
}

.header .menu-sub {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	margin-top: 40px;
	height: 0;
	overflow: hidden;
}

.header .menu-sub-mobile {
	display: none;
}

.header .menu-sub>.flex {
	background: #EBEBEB;
}

.header.header-open .menu-sub {
	opacity: 1;
	margin-top: 19px;
	height: auto;
	visibility: visible;
	/*visibility: initial;*/
}

.header .icon-menu {
	display: none;
}

.header .menu-sub .plate1 {
	width: 260px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .menu-sub .plate1 .item {
	display: block;
	padding: 15px 40px;
	font-size: 16px;
	color: #333;
	border-right: 5px solid rgba(0, 142, 211, 0);
}

.header .menu-sub .plate1 .item:hover,
.header .menu-sub .plate1 .item.focus {
	background: #f5f5f5;
	border-right: 5px solid rgba(0, 142, 211, 1);
}

.header .menu-sub .plate2 {
	/*width: 260px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f5f5f5;
	/*min-width: 260px;*/
}

.header .menu-sub .plate2 .item-entry {
	/*min-width: 260px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: auto;
	flex-flow: column wrap;
}

.header .menu-sub .plate2 .item-entry:nth-child(3) {
	width: 520px;
	height: 330px;
}

.header .menu-sub .plate2 .item {
	display: block;
	padding: 15px 40px;
	font-size: 16px;
	color: #333;
	border-right: 5px solid rgba(0, 142, 211, 0);
	width: 260px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .menu-sub .plate2 .item:hover,
.header .menu-sub .plate2 .item.focus {
	background: #ffffff;
	border-right: 5px solid rgba(0, 142, 211, 1);
}

.header .menu-sub .plate2 .item-entry {
	display: none;
}

.header .menu-sub .plate2 .item-entry.active {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header .menu-sub .plate3 {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 44px;
	padding-right: 30px;
}

.header .menu-sub .plate3 .item-entry,
.header .menu-sub .plate3 .item-entry .item {
	display: none;
}

.header .menu-sub .plate3 .item-entry.active,
.header .menu-sub .plate3 .item-entry.active .item.focus {
	display: block;
}

.header .menu-sub .plate3 .item-entry .item .tit {
	border-bottom: 1px solid #D6D6D6;
	font-size: 16px;
	padding: 10px 0;
	color: #008ED3;
	margin-bottom: 15px;
}

.header .menu-sub .plate3 .item-entry a {
	color: #666;
}

.header .menu-sub .plate3 .item-entry .item>div {
	padding: 5px 0;
	font-size: 15px;
	font-size: 16px
}

.header .menu-sub .plate3 .item-entry a:hover {
	color: #000;
	text-decoration: underline;
}

.g-sub-menu {
	border-top: 1px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	padding-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}


/*.header.header-open .g-sub-menu{
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}*/

.header.header-open-g-1.header-open .g-sub-menu-1 {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.header.header-open .g-sub-menu .item {
	/*opacity: 0.5;*/
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.header.header-open .g-sub-menu .item.hover {
	opacity: 1;
}

.header.header-open-g-2.header-open .g-sub-menu-2 {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.header.header-open .g-sub-menu-3 {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.g-sub-menu .item .tit {
	padding: 20px 0 15px 0;
	font-size: 20px;
	color: #333;
}

.g-sub-menu .item .tit a,
.header .menu-sub-mobile .plate2 .item-tit a:hover {
	color: #333;
}

.g-sub-menu .item .tit a:hover,
.header .menu-sub-mobile .plate2 .item-tit a:hover {
	color: #008ED3;
}

.g-sub-menu .line {
	margin-top: 68px;
	min-height: 290px;
	width: 1px;
	background: rgba(213, 213, 213, 1);
}

.g-sub-menu .item .entry .r {
	/*width: 50%;*/
}

.g-sub-menu .item .entry a {
	font-size: 14px;
	color: #666;
	display: block;
	/*margin: 12px 0;*/
}

.g-sub-menu .item .entry .item-entry {
	/*height: 43px;*/
	width: 110px;
	padding: 12px 0;
}

.g-sub-menu .item .entry a:hover {
	color: #333;
	text-decoration: underline;
}

.g-sub-menu .item .entry .item-entry a:hover {
	color: #008ED3;
}

.g-sub-menu .item .entry .t {
	font-weight: bold;
	color: #008ED3;
	/*margin: 12px 0;*/
}

.g-sub-menu .item.hover .entry .t {
	/*color: #008ED3;*/
}

.g-sub-menu .item.hover .item-entry.entry-hover.t {
	color: #333;
}

.g-sub-menu .item.hover .item-entry.entry-focus.t {
	color: #008ED3;
}

.g-sub-menu .item .entry .t,
.g-sub-menu .item.hover .item-entry.entry-focus.t {
	color: #333;
}


.g-sub-menu .item .entry a.t:hover {
	text-decoration: underline;
	color: #008ED3;
}

.g-sub-menu .item {
	width: 110px;
	overflow: hidden;
}

.g-sub-menu-1 .item:nth-of-type(1) {
	/*width: 200px;
	overflow: hidden;*/
}

.g-sub-menu-1 .item:nth-of-type(1) .entry .item-entry {
	/*margin-right: 100px;*/
}

.g-sub-menu-1 .item:nth-of-type(1) .entry {
	/*height: 280px;
	flex-flow: column wrap;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}


/*
.g-sub-menu-1 .item:nth-of-type(3) {
	width: 330px;
	overflow: hidden;
}

.g-sub-menu-1 .item:nth-of-type(3) .entry {
	height: 310px;
	flex-flow: column wrap;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.g-sub-menu-1 .item:nth-of-type(3) .entry .item-entry:nth-child(8){
	width: 130px;
}
.g-sub-menu-1 .item:nth-of-type(9) {
	width: 250px;
	overflow: hidden;
}
.g-sub-menu-1 .item:nth-of-type(9) .entry .item-entry{
	margin-right: 50px;
}
.g-sub-menu-1 .item:nth-of-type(9) .entry {
	height: 310px;
	flex-flow: column wrap;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}*/


/*----------*/

.g-sub-menu .item .entry {
	margin-right: -30px;
}

.g-sub-menu .item .entry .item-entry {
	margin-right: 30px;
}


/*.g-sub-menu .item{
	width: auto;
	min-width: 100px;

}*/

.g-sub-menu .item .entry {
	height: 320px;
	flex-flow: column wrap;
	display: inline-flex;
}


/**/

.g-sub-menu .item.item-c-4 .entry .item-entry:nth-child(12) {
	/*background: #f00;*/
	/*margin-bottom: 20px;*/
}

.g-sub-menu .item-c-2 {
	width: 250px;
}

.g-sub-menu .item-c-3 {
	width: 380px;
}

.g-sub-menu .item-c-4 {
	width: 670px;
}

.g-sub-menu .line {
	margin-left: 20px;
	margin-right: 20px;
}




@media only screen and (min-width: 768px) and (max-width: 1440px) {

	.g-sub-menu .item .entry .item-entry {
		width: 108px;
	}

	.g-sub-menu-3 .item:nth-of-type(5) .entry .item-entry {
		margin-right: 25px;
	}

	.g-sub-menu .item-c-2 {
		width: 250px;
	}

	.g-sub-menu .item-c-3 {
		width: 380px;
	}

	.g-sub-menu .item-c-4 {
		width: 670px;
	}
}

.g-sub-menu-2 {
	/*opacity: 1;
	visibility: visible;
	margin-top: 0;*/
}


/*



.g-sub-menu-2 .item:nth-of-type(3) {
	width: 230px;
	overflow: hidden;
}

.g-sub-menu-2 .item:nth-of-type(3) .entry {
	height: 310px;
	flex-flow: column wrap;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
}
.g-sub-menu-2 .item:nth-of-type(3) .entry .item-entry{
	margin-right: 30px;
}

.g-sub-menu-2 .item:nth-of-type(7) {
	width: 550px;
	overflow: hidden;
}
.g-sub-menu-1 .item:nth-of-type(7) .entry .item-entry{
	margin-right: 50px;
}
.g-sub-menu-2 .item:nth-of-type(7) .entry {
	height: 370px;
	flex-flow: column wrap;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
*/

.g-sub-menu-3 .item:nth-of-type(3) {
	width: 230px;
	overflow: hidden;
}

.g-sub-menu-3 .item:nth-of-type(3) .entry {
	height: 320px;
	flex-flow: column wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.g-sub-menu-3 .item:nth-of-type(3) .entry .item-entry {
	margin-right: 30px;
}

.g-sub-menu-3 .item:nth-of-type(5) {
	width: 250px;
	overflow: hidden;
}

.g-sub-menu-3 .item:nth-of-type(5) .entry {
	height: 225px;
	flex-flow: column wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.g-sub-menu-3 .item:nth-of-type(5) .entry .item-entry {
	margin-right: 50px;
}


/*.g-sub-menu .item:nth-of-type(5) {
	width: 300px;
}
.g-sub-menu .item:nth-of-type(5) .entry .item-entry{
	margin-right: 100px;
}

.g-sub-menu .item:nth-of-type(5) .entry {
	height: 250px;
	flex-flow: column wrap;
}*/

.g-sub-menu-5 {
	/*opacity: 1;
	visibility: visible;
	margin-top: 0;
	z-index: 10;*/
}


.g-sub-menu-5 .detail-level .level-2:first-child .entry {
	min-width: 40%
}



.g-sub-menu-5 .menu-right {}

html[lang=en] .g-sub-menu3 .menu-right .detail-level .level-2:last-child .entry:last-child {
	width: 30%;
	min-width: auto;
}

.header.header-open.header-open-g-4 .g-sub-menu-4,
.header.header-open.header-open-g-6 .g-sub-menu-6,
.header.header-open.header-open-g-7 .g-sub-menu-7,
.header.header-open.header-open-g-8 .g-sub-menu-8,
.header.header-open.header-open-g-5 .g-sub-menu-5 {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	z-index: 10;
}

.g-sub-menu3 {
	padding-bottom: 0;
	overflow: hidden;
}

.g-sub-menu3 .menu-left {
	width: 320px;
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
	min-height: 390px;
	background: #F0F1F3;
	padding-top: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.g-sub-menu3 .menu-left:after {
	position: absolute;
	width: 100vw;
	top: 0;
	bottom: 0;
	z-index: -1;
	right: 0;
	content: ' ';
	background: #F0F1F3;
}

.g-sub-menu3 .left-search {
	margin-top: 30px;
	position: relative;
	margin-right: 24px;
	margin-bottom: 20px;
	height: 41px;
	display: none;
}

.g-sub-menu3 .left-search input {
	background: none;
	border: none;
	font-size: 14px;
	padding: 12px 0;
	width: 100%;
	border-bottom: 1px solid #DDDDDD
}

.g-sub-menu3 .left-search .btn-search {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -10px;
	top: 0;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-search.png) no-repeat center;
	background-size: 16px auto;
}

.g-sub-menu3 a {
	color: #333;
}

.g-sub-menu3 a:hover {
	color: #008ED3;
}

.g-sub-menu3 .focus a {
	color: #008ED3;
}

.g-sub-menu3 .left-list .entry a {
	display: block;
}

.g-sub-menu3 .left-list .entry.focus,
.g-sub-menu3 .left-list .entry:hover {
	color: #008ED3;
}

.g-sub-menu3 .menu-left .left-news .desc {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 20px;
}

.g-sub-menu3 .left-list .entry {
	position: relative;
	padding: 20px 0;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	z-index: 3;
}

.g-sub-menu3 .left-list .entry:after {
	width: 1vw;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	content: ' ';
	background: #FAFAFB;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
	z-index: -1;
}

.g-sub-menu3 .left-list .entry:before {
	position: absolute;
	content: ' ';
	z-index: 3;
	width: 6px;
	height: 11px;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-ar-right22.png) no-repeat;
	background-size: 100% auto;
	right: 25px;
	top: 50%;
	margin-top: -5px;
}

.g-sub-menu3 .left-list .entry.focus:before,
.g-sub-menu3 .left-list .entry:hover:before {
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-ar-right.png) no-repeat;
	background-size: 100% auto;
}

.g-sub-menu3 .left-list .entry.focus:after,
.g-sub-menu3 .left-list .entry:hover:after {
	width: 100vw;
	opacity: 1;
}

.g-sub-menu3 .menu-right .right-level {
	width: 320px;
	padding-bottom: 20px;
	min-height: 420px;
	background: #FAFAFB;
	display: none;
}

.g-sub-menu3 .menu-right .right-level .level-list {
	display: none;
}

.g-sub-menu3 .menu-right .right-level .level-list.show {
	display: block;
}

.g-sub-menu3 .menu-right .right-level .level-list .entry {
	position: relative;
	padding: 20px 24px;
	font-size: 16px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	z-index: 3;
}

.g-sub-menu3 .menu-right .right-level .level-list .entry:after {
	width: 1vw;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	content: ' ';
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
	z-index: -1;
}

.g-sub-menu3 .menu-right .right-level .level-list .entry:before {
	position: absolute;
	content: ' ';
	z-index: 3;
	width: 6px;
	height: 11px;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-ar-right22.png) no-repeat;
	background-size: 100% auto;
	right: 25px;
	top: 50%;
	margin-top: -5px;
}

.g-sub-menu3 .menu-right .right-level .level-list .entry.focus:before,
.g-sub-menu3 .menu-right .right-level .level-list .entry:hover:before {
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-ar-right.png) no-repeat;
	background-size: 100% auto;
}

.g-sub-menu3 .menu-right .right-level .level-list .entry.focus:after,
.g-sub-menu3 .menu-right .right-level .level-list .entry:hover:after {
	width: 100%;
	opacity: 1;
}

.g-sub-menu3 .menu-right .right-level .level-list .entry-tit {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	margin: 0 25px;
	font-size: 16px;
	margin-top: 20px;
	height: 51px;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.g-sub-menu3 .menu-right .detail-level {
	padding: 0 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 300px;
}

.g-sub-menu3 .menu-right .detail-level .level-2,
.g-sub-menu3 .menu-right .detail-level .level-3 {
	display: none;
}

.g-sub-menu3 .menu-right .detail-level .level-2.show,
.g-sub-menu3 .menu-right .detail-level .level-3.show {
	display: block;
}

.g-sub-menu3 .menu-right .detail-level .entry-tit {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	height: 51px;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}


.g-sub-menu3 .menu-right .detail-level .level-3>.flex {
	width: 100%;
	flex-direction: column;
	height: 255px;
}



.g-sub-menu3 .menu-right .detail-level .entry {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 50%;
	padding-left: 0;
}

.g-sub-menu3 .menu-right .right-list {
	width: 296px;
	margin-left: 64px;
	padding-top: 40px;
}

.g-sub-menu3 .menu-right .right-list .entry {
	padding: 10px 24px;
	margin-bottom: 16px;
	background: url(../../../../china/404.html) no-repeat;
	background-size: cover;
	height: 110px;
}

.g-sub-menu3 .menu-right .right-list .entry .tit {
	font-weight: bold;
	font-size: 14px
}

.g-sub-menu3 .menu-right .right-list .entry:last-child {
	margin-bottom: 0;
}

.g-sub-menu3 .menu-left .left-news .tit {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
}

.g-sub-menu3 .menu-right .right-news .news-title {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	height: 51px;
	margin: 20px 24px;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.g-sub-menu3 .menu-right .right-news .news-list {
	padding: 20px 24px;
}

.g-sub-menu3 .menu-right .right-news .news-list .entry {
	width: 50%;
	margin-bottom: 40px;
	align-items: flex-start;
	padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.g-sub-menu3 .menu-right .right-news .news-list .entry .icon {
	width: 38px;
	height: 38px;
	margin-right: 17px;
}

.g-sub-menu3 .menu-right .right-news .news-list .entry .icon img {
	width: 100%;
	height: 100%;
}

.g-sub-menu3 .menu-right .right-news .news-list .entry .tit {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}

.g-sub-menu3 .menu-right .right-news .news-list .entry:hover .tit {
	color: #008ED3;
}

.g-sub-menu3 .menu-right .right-news .news-list .entry .desc {
	color: #999999;
	font-size: 12px
}

.g-sub-menu3 .menu-right .right-news .news-list .entry:hover .desc {
	color: #333;
}

.page-title {
	font-size: 28px;
	color: #008ED3;
	padding-top: 50px;
	padding-bottom: 30px;
}

.item-wrap {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 0;
	bottom: 0;
	z-index: 2;
}

.page-aBanner {
	position: relative;
}

.page-aBanner .img img {
	transition: all 5s ease;
	-webkit-transition: all 5s ease;
}

.page-aBanner:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-aBanner .img {
	height: 240px;
}

.page-aBanner .info {
	padding-left: 76px;
}

.page-aBanner .info .tit {
	font-size: 28px;
	color: #fff;
}

.page-aBanner .info .btn {
	width: 93px;
	height: 29px;
	border: 1px solid #008ED3;
	margin-top: 20px;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	color: #008ED3;
}

.footer-copy {
	background: #fff;
	padding: 27px 0;
	color: #666;
	font-size: 12px
}

.footer-copy>.zte-wrap {
	/*padding: 0;*/
}

.footer-copy .nav a {
	margin-right: 20px;
	white-space: nowrap;
}

.footer-copy a {
	color: #666;
}

.footer-copy a:hover {
	color: #333;
}

.footer-copy .copy {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}

.footer-copy .copy>.flex-item {
	-webkit-box-flex: none;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	white-space: nowrap;
}

.footer {
	padding: 35px 0;
}

.footer .nav .item .tit {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.footer .nav .item a {
	color: #666;
	font-size: 15px;
}

.footer .nav .item .tit a {
	color: #000;
	font-size: 18px;
}

.footer .nav .item .info {
	padding-top: 12px;
}

.footer .nav .item .info>div {
	padding: 12px 0;
}

.footer .nav .item a:hover {
	color: #000;
}

.footer .nav a.tit:hover {
	color: #008ED3;
}

.footer .nav .item .tit {
	white-space: nowrap;
}

.footer .sale-etwork {
	width: 380px;
	margin-left: 20px;
}

.footer .sale-etwork {
	margin-left: 20px;
}

.footer>.zte-wrap>.flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer>.zte-wrap>.flex .nav:after,
.footer>.zte-wrap>.flex .nav:before {
	display: none;
}

.footer .nav .item {
	margin-right: 10px;
}

.footer .sale-etwork .tit {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 22px 0;
	color: #000;
}

.footer .sale-etwork .map {
	position: relative;
	margin-top: 20px;
}

.footer .sale-etwork .map .entry {
	position: absolute;
	font-size: 14px;
	color: #666666;
}

.footer .sale-etwork .map .entry1 {
	left: 45px;
	top: 62px;
}

.footer .sale-etwork .map .entry1 {
	left: 45px;
	top: 62px;
}

.footer .sale-etwork .map .entry2 {
	left: 83px;
	top: 128px;
}

.footer .sale-etwork .map .entry3 {
	left: 178px;
	top: 54px;
}

.footer .sale-etwork .map .entry4 {
	left: 157px;
	top: 100px;
}

.footer .sale-etwork .map .entry5 {
	left: 233px;
	top: 35px;
}

.footer .sale-etwork .map .entry6 {
	left: 260px;
	top: 77px;
}

.footer .sale-etwork .map .entry7 {
	left: 282px;
	top: 133px;
}

.footer .sale-etwork .map .entry:hover {
	color: #008ED3;
}

.footer .social .item {
	position: relative;
}

.footer .social .item .icon {
	width: 49px;
	height: 49px;
	border: 1px solid #1d1d1e;
	background: #fff;
	border-radius: 100%;
	position: relative;
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer .social .item .icon .i-h {
	display: none;
}

.footer .social .item:hover .icon .i-d {
	display: none;
}

.footer .social .item:hover .icon .i-h {
	display: block;
}

.footer .social .item .code {
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/bg-2.png) no-repeat;
	width: 120px;
	height: 127px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: 100%;
	margin-bottom: 10px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 16px;
	display: none;
}

.footer .social .item:hover .code {
	display: block;
}

.pagination.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.video-container {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}

.video-container .mask {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.video-container>.main {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 60%;
	z-index: 2;
}

.video-container .main .video-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: -20px;
	top: -80px;
	cursor: pointer;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-video-close.png) no-repeat center;
	/*background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/style/images/top/icon/icon-video-close.png) no-repeat center;*/
	background-size: 50% 50%;
}

.video-container .main video {
	width: 100%;
}

.photo-container {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}

.photo-container .mask {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.photo-container>.main {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 60%;
	z-index: 2;
}

.photo-container .main .btn-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: -20px;
	top: -80px;
	cursor: pointer;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-video-close.png) no-repeat center;
	/*background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/style/images/top/icon/icon-video-close.png) no-repeat center;*/
	background-size: 50% 50%;
}

.fr {
	float: right;
}

.t-banner {
	background-size: cover !important;
	background-position: center !important;
	text-align: center;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	align-content: center;
	/*flex-direction: column;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page-t-banner {
	max-height: 370px;
}

div.t-banner .conn {
	max-height: 370px;
	padding-top: 0%;
	padding-bottom: 0%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width:1440px) {
	div.t-banner .conn {
		max-width: none;
	}
}

.t-banner .conn {
	padding-top: 0;
	padding-bottom: 0;
}

.t-banner {
	min-height: 292px;
}

.t-banner .tl {
	font-weight: bold;
	width: 100%;
}

.t-banner img {
	display: none;
}

div.project_all {
	z-index: 1;
	/*padding-left: 0;
	padding-right: 0;*/
}

.zte2021-wrap {
	z-index: 2;
}




@media only screen and (max-width:768px) {
	.ml40 {
		margin-left: .4rem;
	}

	.t-banner {
		min-height: auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		height: 3.97rem;
	}



}

.t-banner .conn p {
	line-height: 36px;
	margin-top: 30px;
	font-size: 20px;
	display: none;
}

.t-banner .conn p:nth-child(3) {
	font-size: 18px;
	color: #033333;
	line-height: 36px;
}

.t-banner h2 {
	font-size: 36px;
	color: rgba(51, 51, 51, 1);
}

.tr {
	text-align: right;
}

.t-banner .tl {
	text-align: left;
}

.swiper-container {
	overflow: hidden;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.ts-news-tab {
	background: #fff;
	border-bottom: 1px solid #efefef;
	z-index: 19;
	position: relative;
}

.ts-news-tab .btn-view {
	display: none;
}

.ts-news-tab .btn-view>div {
	height: 100%;
}

.ts-news-tab .btn-view .put,
.ts-news-tab .btn-view .learm {
	font-size: 22px;
	color: rgba(153, 153, 153, 1);
}

.ts-news-tab .btn-view .put,
.ts-news-tab.focus .btn-view .learm {
	display: none;
}

.ts-news-tab .btn-view .icon {
	height: 15px;
	margin-left: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ts-news-tab.focus .btn-view .icon {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}

.ts-news-tab.focus .btn-view .put {
	display: block;
}

.ts-news-tab.fixTop {}

.ts-news-tab .item {
	color: #666;
	line-height: 1;
	padding: 22px;
	font-size: 18px;
	margin-left: -10px;
	margin-right: 10px;
	height: 20px;
	white-space: nowrap;


	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;


}

.ts-news-tab .item1 {
	font-size: 22px;
	font-weight: bold;
	margin-left: 0;
}

.ts-news-tab .item h2 {
	font-size: 18px
}

.ts-news-tab .item1 h2 {
	font-weight: bold;
	font-size: 22px;
}

.mainContent .ts-center .ts-news-tab .item1 {
	margin-left: 0;
}

.ts-news-tab .active {
	color: #fff;
	background: #008fd5;
}

.ts-news-tab {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ts-news-tab.fixTop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 59;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.ts-news-tab.fixTop.fixDown {
	top: 86px;
}

.zte-page-title {
	font-size: 28px;
	padding: 30px 0;
	color: #333;
	/*font-weight: bold;*/
}

.zte-page-title2 {
	padding: 0;
	font-size: 26px;
	color: rgba(0, 142, 211, 1);
}

.zte-page-title2 span {
	padding: 20px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	border-bottom: 4px solid rgba(0, 142, 211, 1);
}

.zte-page-title .more {
	color: #666;
	font-size: 16px;
	line-height: 1;
	margin-top: 20px;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.zte-page-title .more:after {
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-ar-right22.png) no-repeat center;
	background-size: 6px 12px;
	width: 6px;
	height: 12px;
	margin-left: 8px;
	content: ' ';
}

.zte-page-title .more:hover {
	color: rgba(0, 142, 211, 1);
}

.zte-page-title .more:hover:after {
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-ar-right.png) no-repeat right 20%;
	background-size: 6px 12px;
}

.zte-page-title .more2 {
	color: #fff;
}

.zte-page-title .more2:after {
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-right-white.png) no-repeat center right;
	background-size: 10px auto;
}

.zte-page-title .more2:hover {
	color: #fff;
}

.zte-page-title .more2:hover:after {
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-right-white.png) no-repeat center right;
	background-size: 10px auto;
}

.zte-page-title-pt {
	padding-top: 0;
}

.mt80 {
	margin-top: 80px;
}

.swiperPagination {
	width: 100%;
	display: none;
}

.swiperPagination span {
	width: 52px;
	height: 8px;
	background: #D3D3D3;
	background: #aaa;
	border-radius: 3px;
	border: none;
	margin: 0 10px;
	outline: none;
}

.swiperPagination span.swiper-pagination-bullet-active {
	background: rgba(48, 144, 231, 1);
}

.icon-video-play:after {
	position: absolute;
	content: ' ';
	left: 0;
	top: 0;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-play.png) no-repeat center;
	background-size: 15%;
	pointer-events: none
}

img {
	max-width: 100%;
	height: auto;
}

.zte-page-404 {
	/*min-height: 80vh;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 0;
	text-align: center;
}

.zte-page-404 img {
	height: 50vh;
}

.zte-page-404 .desc {
	color: #666;
}

.zte-page-nav {
	padding: 20px 0;
	background: #f7f8fa;
}

.zte-page-nav {
	background: #f7f8fa;
	color: #666;
}

.zte-page-nav .icon {
	width: 7px;
	height: 15px;
	margin: 0 15px;
	display: block;
	background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-ar-right22.png) no-repeat center;
	background-size: 100% auto;
}

.zte-page-nav a {
	color: #666;
}

.zte-page-nav a:hover {
	color: #008ED3
}

.browserTips {
	background: #008ED3;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	display: none;
}

.browserTips .btn-close {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.browserTips img {
	margin: 0 10px;
}

.browserTips a {
	color: #fff;
}

.browserTips a:hover {
	text-decoration: underline;
}

.zte-page-cookie .h3-s {
	line-height: 45px;
	color: #666;
}

.zte-page-cookie-table,
.zte-page-cookie-table th,
.zte-page-cookie-table td {
	border: 1px solid #666666;
}

.zte-page-cookie-table th {
	padding: 25px 20px;
	color: #333;
	font-size: 20px;
	background: #87D8FF;
	text-align: left;
}

.zte-page-cookie-table a {
	color: #666;
}

.zte-page-cookie-table a:hover {
	color: #333;
	text-decoration: underline;
}

.zte-page-cookie-table td {
	width: 25%;
	padding: 25px 20px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	vertical-align: top;
}

.zte-page-privacy .left {
	width: 28%;
	padding-bottom: 50px;
}

.zte-page-privacy .left .h2-l p {
	color: #666;
	font-size: 14px;
}

.zte-page-privacy .left .nav-list {
	background: #F0F0F0;
}

.zte-page-privacy .left .nav-list .item {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px;
	font-size: 20px;
	color: #333;
	border-left: 6px solid #F0F0F0;
	cursor: pointer;
}

.zte-page-privacy .left .nav-list .item:hover,
.zte-page-privacy .left .nav-list .item.focus {
	color: #fff;
	background: #87D8FF;
	border-left: 6px solid #008ED3
}

.zte-page-privacy .right {
	margin-left: 7%;
	width: 65%;
}

.zte-page-privacy .right .h3-s {
	line-height: 30px;
}

.zte-page-privacy .right .item {
	display: none;
}

.zte-page-privacy .right .item.focus {
	display: block;
}

body.header_fix {
	padding-top: 86px;
}


@media only screen and (max-width:768px) {
	.zte-page-404 img {
		height: auto;
	}
}

.mShow {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	.ts-news-tab .item {
		padding: 15px 22px;
		font-size: 16px;
		line-height: 20px;
	}

	.zte-page-title {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.zte-page-title .more {
		font-size: 14px;
	}

	.g-sub-menu3 .menu-left,
	.g-sub-menu3 .menu-right .right-level {
		width: 20vw;
	}

	.g-sub-menu3 .menu-right .right-list {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 1680px) {
	.page-title {
		padding-top: 40px;
	}

	.ts-news-tab.fixTop.fixDown {
		top: 70px;
	}

	.page-title {
		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 24px;
	}

	.top-nav .nav a {
		padding: 10px 0;
	}

	.header {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	body.header_fix {
		padding-top: 70px;
	}

	.header .logo,
	.header .logo img {
		height: 35px;
	}

	.header.header-open .menu-sub {
		margin-top: 15px;
	}

	.header .menu-sub {
		padding-left: 100px;
		padding-right: 100px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.page-aBanner .img {
		height: 200px;
	}
}

@media only screen and (max-width: 1440px) {

	.ts-news-tab .project_all {
		padding-left: 0;
		padding-right: 0;
	}

	.page-aBanner .item-wrap {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.mt80 {
		margin-top: 60px;
	}

	.item-wrap {
		max-width: 100%;
		padding-left: 100px;
		padding-right: 100px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.zte-wrap {
		max-width: 100%;
		padding-left: 100px;
		padding-right: 100px;
	}

	.mt20 {
		margin-top: 10px;
	}

	.mt10 {
		margin-top: 5px;
	}

	.mt30 {
		margin-top: 15px;
	}

	.mt50 {
		margin-top: 25px;
	}

	.mt5 {
		margin-top: 3px;
	}
}

@media only screen and (max-width: 1360px) {
	.g-sub-menu .item .entry .item-entry {
		width: 90px;
		margin-right: 20px;
	}

	.g-sub-menu .item .entry {
		margin-right: -20px;
	}
}

@media only screen and (max-width: 1200px) {
	.header .menu-ul li {
		margin: 0 8px;
	}

	.header .seach {
		width: 120px;
	}

	.g-sub-menu .menu-right .right-list {
		display: none;
	}

	.header .menu-ul li {
		margin: 0 4px;
	}

	.header .seach {
		width: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {

	body .ts-news-tab .project_all,
	body div.project_all {
		padding-left: 100px;
		padding-right: 100px;
	}
}




@media only screen and (max-width: 768px) {


	body {
		overflow: hidden;
	}

	body div.pageWidth {
		padding-left: .24rem;
		padding-right: .24rem;
	}

	.ts-news-tab .item h2 {
		font-size: 0.3rem;
	}


	.ts-news-tab.fixTop.fixDown {
		top: 1.2rem;
	}

	div.project_all {
		padding-left: .24rem;
		padding-right: .24rem;
		z-index: 1;
	}

	.zte-news-detail div img {
		height: auto !important;
	}

	.zte-news-detail div video {
		width: 100% !important;
		height: auto !important;
	}

	.header.fixTop.fixDown {
		box-shadow: 0px 0.06rem 0.11rem 0px rgba(204, 204, 204, 0.17);
	}

	.page-t-banner {
		max-height: 5rem;
	}

	.zte-page-nav {
		padding: .2rem 0;
		font-size: .2rem
	}

	.zte-page-nav>.flex {
		white-space: nowrap;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}

	.zte-page-nav .icon {
		width: .08rem;
		height: .15rem;
		margin: 0 0.15rem;
	}

	.zte-page-privacy .left .nav-list {
		display: none;
	}

	.zte-page-privacy {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}

	.zte-page-privacy .left {
		width: 100%;
	}

	.zte-page-privacy .right {
		margin: 0 -.24rem;
		width: auto;
		min-width: 100vw;
	}

	.zte-page-privacy .right .item {
		display: block;
	}

	.zte-page-privacy .right .item .title {
		padding: .3rem .24rem;
		position: relative;
		background: #F8F8F8;
	}

	.zte-page-privacy::-webkit-scrollbar {
		width: 10px;
		height: 0px;
	}

	.zte-page-privacy::-webkit-scrollbar-track {
		background-color: #e1e7f1;
		border-radius: 5px;
	}

	.zte-page-privacy::-webkit-scrollbar-thumb {
		background-color: #7dd4ff;
		border-radius: 20px;
	}

	.zte-page-privacy::-webkit-scrollbar-track-piece {
		background-color: #e1e7f1;
		border-radius: 5px;
	}

	.zte-page-privacy::-webkit-scrollbar-button {
		background-color: #e1e7f1;
		width: 0;
		height: 0;
	}

	.zte-page-privacy::-webkit-scrollbar-corner {
		background-color: black;
	}

	.zte-page-privacy .right .item .title:after {
		content: ' ';
		width: .15rem;
		height: .3rem;
		background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-ar-right22.png) no-repeat center;
		background-size: 100% auto;
		position: absolute;
		right: .24rem;
		top: 50%;
		margin-top: -.15rem;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	.zte-page-privacy .left {
		padding-bottom: .4rem;
	}

	.zte-page-privacy .right .item.focus .title:after {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
	}

	.zte-page-privacy .right .item .info {
		padding: .3rem .24rem;
		max-height: 70vh;
		overflow-y: scroll;
		display: none;
	}

	.zte-page-privacy .right .item.focus .info {
		display: block;
	}

	.h2-l {
		font-size: .46rem
	}

	.h3-l {
		font-size: .32rem
	}

	.zte-page-cookie .h3-s {
		font-size: .28rem;
		line-height: .56rem;
	}

	.zte-page-cookie .h3-s p {
		margin-bottom: .2rem;
	}

	.zte-page-cookie-table {
		width: 100%;
	}

	.zte-page-cookie-table th,
	.zte-page-cookie-table td {
		padding: .2rem .12rem;
		font-size: .28rem;
		word-break: break-all;
		word-wrap: break-word;
		width: 25%;
	}

	.header.header-open .g-sub-menu {
		display: none;
	}

	.footer .nav .item .item {
		padding-left: 0
	}

	.mShow {
		display: block;
	}

	.mShow.flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.pagination .prev,
	.pagination .next {
		color: #000000;
		border: 0 none;
		display: inline-block;
		font-size: .3rem;
	}

	.pagination a,
	.pagination span {
		display: none;
	}

	.pagination input {
		display: none;
	}

	.mt10 {
		margin-top: .1rem;
	}

	.mr15 {
		margin-right: .15rem;
	}

	.mt20 {
		margin-top: .2rem;
	}

	.mt25 {
		margin-top: .25rem;
	}

	.mt30 {
		margin-top: .3rem;
	}

	.mt40 {
		margin-top: .4rem;
	}

	.mt50 {
		margin-top: .5rem;
	}

	.mt5 {
		margin-top: .05rem;
	}

	.swiperPagination.flex {

		display: -webkit-box;
		/*display: -ms-flexbox;*/
		display: -webkit-flex;
		display: flex;
	}

	.swiperPagination span {
		width: .52rem;
		height: .08rem;
		margin: 0 0.1rem;
	}

	div.zte-page-title {
		padding: .3rem 0;
		font-size: .4rem
	}

	div.zte-page-title .more {
		font-size: .24rem;
		height: .24rem;
		position: relative;
		padding: 0;
		margin: 0;
		align-self: flex-end;
	}

	.zte-page-title .more:after {
		background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-arrow-2.png) no-repeat right center;
		background-size: 0.1rem 0.16rem;
		width: 0.1rem;
		height: 0.16rem;
	}


	.ts-news-tab .btn-view {
		display: block;
	}

	.ts-news-tab .view-more {
		display: none;
	}

	.ts-news-tab .view-more {
		width: 100%;
		flex: none;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}

	html {
		font-size: 50px
	}

	.mHide {
		display: none;
	}

	.header .menu {
		display: none;
	}

	.top-nav .nav a {
		border-bottom-width: 3px;
		margin-right: 10px;
		margin: 0;
	}

	.top-nav {
		height: 1rem;
	}

	.top-nav .nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: space-between;
	}

	.top-nav .nav:after,
	.top-nav .nav:before {
		display: none;
	}

	.top-nav .nav a {
		white-space: nowrap;
		display: inline-block;
		padding: .3rem 0;
		font-size: .28rem;
		color: #333;
		margin-right: .8rem;
		margin-right: 0;
		border: none;
		position: relative;
	}

	.top-nav .nav a.active:after {
		content: ' ';
		width: .58rem;
		height: .08rem;
		background: #008ED3;
		border-radius: 0.04rem;
		position: absolute;
		left: 50%;
		margin-left: -.29rem;
		bottom: 0.15rem;
	}

	.item-wrap {
		padding-left: .4rem;
		padding-right: .4rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.video-container .main .video-close {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		top: -60px;
	}

	.video-container>.main {
		width: 95%;
	}

	.photo-container .main .btn-close {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		top: -60px;
	}

	.photo-container>.main {
		width: 95%;
	}

	.page-aBanner .info {
		padding-left: 0;
	}

	.page-aBanner .img {
		height: 2.4rem;
	}

	.page-aBanner .info .tit {
		font-size: .3rem
	}

	.page-aBanner .info .btn {
		font-size: .2rem;
		width: 1.2rem;
		line-height: .37rem;
		height: .37rem;
	}

	.bgf3 {
		background: none;
	}

	.page-aBanner .img .imgs {
		object-position: right
	}

	.page-title {
		padding-top: .4rem;
		padding-bottom: .35rem;
		font-size: .38rem;
		color: #333;
	}

	.zte-wrap {
		padding-left: .24rem;
		padding-right: .24rem;
	}

	a:hover .img img {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.mt90 {
		margin-top: .9rem;
	}

	.footer .sale-etwork {
		display: none;
	}

	.footer .nav {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}

	.footer .nav .item {
		width: 100%;
		padding-left: .3rem;
	}

	.footer .nav .item .tit a {
		font-size: .32rem
	}

	.footer .nav .item .tit {
		font-size: .32rem;
		padding: .3rem 0;
		position: relative;
	}

	.footer .nav .item .tit:after {
		width: .24rem;
		height: .24rem;
		background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-push.png) no-repeat;
		background-size: 100% 100%;
		content: ' ';
		position: absolute;
		right: 0.2rem;
		top: 50%;
		margin-top: -.12rem;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.footer .nav .item a {
		font-size: .28rem
	}

	.footer .nav .item .tit.focus:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.footer .nav .item .info {
		display: none;
		padding-left: .3rem;
		padding-top: 0;
	}

	.footer {
		padding-top: 0.2rem;
		padding-bottom: 0rem;
	}

	.footer .footer-social {
		padding-left: .15rem;
		padding-top: .2rem;
		border-bottom: 1px solid #ccc;
		padding-bottom: .5rem;
	}

	.footer .footer-social>.flex-item {
		display: none;
	}

	.footer .social .item .icon {
		width: .5rem;
		height: .5rem;
	}

	.footer .social .item .icon img {
		width: auto;
		height: .2rem;
	}

	.footer-copy {
		background: #f0f0f0;
		padding-top: 0;
	}

	.footer-copy>.zte-wrap {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}

	.footer-copy>.zte-wrap .nav {
		width: 100%;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		padding-bottom: 0.4rem;
		border-bottom: 1px solid #ccc;

		padding-left: 0.53rem;
		padding-left: .3rem;
		padding-bottom: 0.4rem;
	}


	.footer-copy .nav a {
		font-size: .24rem;
		margin-top: .4rem;
		margin-right: 0.5rem;
	}

	.footer-copy .nav a:nth-child(4n) {
		/*margin-right: 0;*/
	}

	.footer-copy .copy {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		padding-top: .4rem;
		padding-left: .53rem;
		padding-left: .3rem;
		font-size: .24rem
	}

	.footer-copy .copy>.flex {
		width: 100%;
		margin-top: .3rem;
	}

	.footer-copy .copy>.flex img {
		width: .24rem;
	}

	.header .searching {
		position: absolute;
		top: 100%;
		margin-left: 0;
		left: 0;
		margin-top: .3rem;
		background: #F8F8F8;
		width: 100%;
		padding: .48rem .2rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.header .searching>.flex {}

	.header .searching input {
		border: 1px solid #CCCCCC;
		background: #fff;
		height: .79rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-size: .28rem
	}

	.header .btn-search {
		position: absolute;
		right: 1.16rem;
		padding: 0 .2rem;
		background: #fff;
	}

	.header .searching .btn-cancel {
		display: block;
		text-align: right;
		width: 0.95rem;
		font-size: .28rem;
		color: #333;
		line-height: .79rem;
	}

	.header.header-open-search .searching {
		width: 100%;
		position: absolute;
	}

	.header .logo,
	.header .logo img {
		height: .5rem;
	}

	div.header .zte-wrap,
	.top-nav .zte-wrap {
		padding-left: .24rem;
		padding-right: .24rem
	}

	.header .seach {
		width: auto;
		font-size: 0
	}

	.header {
		background: #fff;
		height: 1.2rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: .4rem;
		padding-bottom: .3rem;
	}

	.header .icon-search {
		height: .36rem;
		-webkit-filter: grayscale(100%) brightness(0%);
		filter: grayscale(100%) brightness(0%);
	}

	.header.header-open-search .icon-close {
		display: none;
	}

	.header.header-open-search .icon-search {
		display: block;
	}

	.header .icon-menu {
		display: block;
		margin-left: .6rem;
	}

	.header .icon-menu img {
		width: auto;
		height: .34rem;
		display: none;
	}

	.header .icon-menu .icon-menu-open {
		display: block;
	}

	.header.header-open .icon-menu .icon-menu-open {
		display: none;
	}

	.header.header-open .icon-menu .icon-menu-close {
		display: block;
	}

	.header .menu-sub {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}

	.header .btn-search img {
		height: .36rem;
	}

	html {
		overflow-x: hidden;
	}

	.header .menu-sub-mobile {
		position: fixed;
		left: 120%;
		top: 2.2rem;
		width: 100%;
		background: #F8F8F8;
		padding: 0 .24rem;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		display: block;
		height: calc(100vh - 2.2rem);
		overflow: hidden;
		/*overflow-y: auto;*/
	}

	/*.header .menu-sub-mobile>.main {
		height: 100%;
	}
	.header .menu-sub-mobile  .swiper-wrapper{
		transform: none!important;
		-webkit-transform: none!important;
	}
	.header .menu-sub-mobile .swiper-slide{
		position: absolute;
		left: 0;
		top: 0;
	}
	.header .menu-sub-mobile .swiper-slide>.main .sub-item {
		height: calc(100vh - 1.2rem);
		border: 2px solid #f00;
		overflow-y: scroll;
		box-sizing: border-box;
	}
	*/

	.header.header-open .menu-sub-mobile {
		left: 0;
	}

	.header .menu-sub-mobile .plate1 {
		width: 100%;
		padding: .35rem 0;
	}

	.header .menu-sub-mobile .plate1 .item {
		padding: .35rem 0;
		position: relative;
	}

	.header.header-open .menu-sub {
		display: none;
	}

	.header .menu-sub-mobile .plate1 .item:after {
		content: ' ';
		width: .14rem;
		height: .23rem;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -.115rem;
		background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-right-black2.png) no-repeat;
		background-size: 100%;
	}

	.header .menu-sub-mobile .plate1 a {
		font-size: .32rem;
		color: #333;
	}

	.header .menu-sub-mobile .language {
		font-size: .32rem;
		color: #333;
		padding: .5rem 0
	}

	.header .menu-sub-mobile .language span {
		margin: 0 .36rem;
	}

	.header .menu-sub-mobile .sub-item {
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		position: relative;
		display: block;
		width: 100%;
	}

	.header .menu-sub-mobile.outPlate1 .plate1 {
		z-index: 1;
		transform: translateX(-120%);
		-webkit-transform: translateX(-120%);
		position: absolute;
	}

	.header .menu-sub-mobile .plate2 {
		transform: translateX(120%);
		-webkit-transform: translateX(120%);
		position: absolute;
		top: 0;
	}

	.header .menu-sub-mobile.outPlate1 .plate2 {
		z-index: 2;
		position: relative;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.header .menu-sub-mobile .item-back {
		font-size: .28rem;
		color: #666;
		padding: .5rem 0;
	}

	.header .menu-sub-mobile .item-back:before {
		content: ' ';
		width: .12rem;
		height: .2rem;
		background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-right-black2.png) no-repeat;
		background-size: 100%;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		display: inline-block;
		margin-right: .2rem;
	}

	.header .menu-sub-mobile .plate2 .item-entry {
		display: none;
		padding-bottom: .5rem;
	}

	.header .menu-sub-mobile .plate2 .item-entry.active {
		display: block;
	}

	.header .menu-sub-mobile .plate2 .item-tit {
		font-size: .38rem;
		color: #008ED3;
		padding-bottom: .19rem;
		border-bottom: 1px solid #CCCCCC;
		;
	}

	.header .menu-sub-mobile .plate2 .entry .entry-tit {
		padding: .35rem 0;
		position: relative;
	}

	.header .menu-sub-mobile .plate2 .entry .entry-tit a {
		font-size: .32rem;
		color: #333;
	}

	.header .menu-sub-mobile .plate2 .entry .entry-tit:after {
		width: .24rem;
		height: .24rem;
		background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-push.png) no-repeat;
		background-size: 100% 100%;
		content: ' ';
		position: absolute;
		right: 0.2rem;
		top: 50%;
		margin-top: -.12rem;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.header .menu-sub-mobile .plate2 .entry .entry-tit.noneAfter:after {
		/*display: none;*/
		background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-right-black2.png) no-repeat;
		background-size: 100% 100%;
		display: block;
		transform: none !important;
		-webkit-transform: none !important;
		width: .14rem;
		height: .23rem;

	}

	.noneAfter:after {
		display: none;
	}

	.header .menu-sub-mobile .plate2 .entry.focus .entry-tit:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.header .menu-sub-mobile .plate2 .entry .info {
		padding-left: .3rem;
		display: none;
	}

	.header .menu-sub-mobile .plate2 .entry .info a {
		font-size: .28rem;
		color: #666;
		display: block;
		padding: .25rem 0;
	}

	.header .menu-sub-mobile .plate2 .entry .info .info-tit {
		padding: .25rem 0;
		color: #333;
		position: relative;
		font-size: .3rem
	}

	.header .menu-sub-mobile .plate2 .entry .info .info-tit:after {
		content: ' ';
		width: .2rem;
		height: .12rem;
		background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/asserts/global/images/top/icon/icon-down2.png) no-repeat;
		background-size: 100%;
		position: absolute;
		right: .5rem;
		top: 50%;
		margin-top: -.05rem;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.header .menu-sub-mobile .plate2 .entry .info .info-tit.noneAfter:after {
		display: none;
	}

	.header .menu-sub-mobile .plate2 .entry .info .info-tit.focus:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.header .menu-sub-mobile .plate2 .entry .info .info-cont {
		display: none;
	}

	.header .menu-sub-mobile .plate2 .entry .info .info-cont a {
		display: block;
	}

	.header .menu-sub-mobile .plate2 .entry .noneAfter a {
		display: block;
	}

	.header .menu-sub-mobile .plate2 .entry .entry-tit.noneAfter:after {
		display: none;
	}

	html.open {
		overflow: hidden;
	}

	.footer .social {
		flex-direction: row-reverse;
	}

	.header.fixTop {
		/*top: 0;*/
	}

	.header.header-open.fixTop .menu-sub-mobile {
		left: 120%;
	}

	.header.fixDown.header-open .menu-sub-mobile {
		left: 0;
		top: 1.2rem;
		height: calc(100vh - 1.2rem);
	}

	.header .menu-sub-mobile .swiper-slide {
		height: auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.header .menu-sub-mobile .swiper-container {
		height: 100%;
	}

	.header .menu-sub-mobile.outPlate1 .plate2 {
		overflow-y: scroll;
		height: calc(100vh - 2.5rem);
	}

	.swiper-container-vertical>.swiper-wrapper {
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}


	.t-banner {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.page-t-banner {
		padding: 0;
		position: relative;
	}

	.page-t-banner img.mShow {
		/*min-height: 5rem;*/
		height: 3.97rem;
		width: 100%;
		display: block;
		object-fit: cover;
	}

	.page-t-banner .conn {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0.5rem
	}

	.page-t-banner .conn h2 {
		margin: 0;
		width: 100%;
		font-size: .48rem
	}

	.t-banner h2 {

		font-size: .4rem;
		margin-bottom: 0;
	}

	.t-banner .conn p {
		font-size: .2rem;
		margin-top: .2rem;
		line-height: .28rem;
	}

	.ts-news-tab .item {
		padding: .25rem .3rem;
		font-size: .3rem;
		line-height: .42rem;
		margin-right: 0;
		margin-left: 0;
		height: auto;
	}

	.ts-news-tab .view-more .item.active {
		background: none;
		color: #666;
	}

	.ts-news-tab .item1 {
		padding: .22rem .3rem;
		font-size: .4rem;
		font-size: .3rem;
		line-height: .46rem;
		height: auto;
		margin-left: 0;
	}

	.ts-news-tab .zte-wrap.flex {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.ts-news-tab .btn-view .icon {
		height: .12rem;
		margin-left: .1rem;
	}

	.ts-news-tab .btn-view .put,
	.ts-news-tab .btn-view .learm {
		font-size: .28rem;
		white-space: nowrap;
	}

	.ts-news-tab.focus .view-more {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.ts-news-tab.focus:after {
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		height: 120vh;
		background: rgba(0, 0, 0, 0.2);
		content: ' ';
	}
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.font-bold {
	font-weight: bold;
}

i {
	font-style: normal;
}