a.look-btn {
	padding-right: 25px;
	position: relative;
	cursor: pointer
}

a.look-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(/en/tres/NewWebUI/2022/images/aboutus/proJouConListTextGoHover.png);
	background-size: 100%
}

#ns2022 .banner.aboutus-banner .banner-content {
	top: 50%;
	transform: translate(-50%, -50%)
}

#ns2022 .banner.aboutus-banner .banner-content p {
	height: auto
}

.video-box {
	position: relative;
	font-size: 0;
	cursor: pointer
}

.video-box.no-mask::before {
	background: rgba(0, 0, 0, 0)
}

.video-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6)
}

.video-box::after {
	content: "";
	width: 60px;
	height: 60px;
	background: url(/en/tres/NewWebUI/2022/images/icon-video.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.video-box img {
	width: 100%
}

.hover-img-style {
	overflow: hidden;
	font-size: 0
}

.hover-img-style:hover img {
	transform: scale(1.15)
}

.hover-img-style img {
	transition: all .5s;
	width: 100%
}

.company-profile .info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px
}

.company-profile .info>div {
	flex: 1
}

.company-profile .info>div.intro {
	padding-left: 30px;
	padding-top: 10px
}

.company-profile .info>div.intro h2 {
	font-size: 20px;
	color: #3c3c3c
}

.company-profile .info>div.intro p {
	line-height: 1.7;
	font-size: 16px;
	margin-top: 15px
}

.company-profile .list {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between
}

.company-profile .list li {
	width: 23.5%;
	transition: all .3s ease;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1)
}

.company-profile .list li:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2)
}

.company-profile .list li h3 {
	padding: 20px;
	line-height: 1.2;
	font-size: 22px;
	color: #3c3c3c
}

.brand-concept {
	position: relative
}

.brand-concept img {
	width: 100%
}

.brand-concept .brand-concept-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

.brand-concept .brand-concept-content .section-title {
	margin-top: 40px
}

.brand-concept .brand-concept-content .brand-concept-content-wrap {
	padding-left: 13%
}

.brand-concept .brand-concept-content .brand-concept-content-wrap dl:last-child::after {
	display: none
}

.brand-concept .brand-concept-content .brand-concept-content-wrap dl::after {
	content: "";
	display: block;
	margin: 30px 0;
	height: 2px;
	background: rgba(255, 255, 255, .4)
}

.brand-concept .brand-concept-content .brand-concept-content-wrap dl dt {
	font-size: 24px;
	color: #3c3c3c
}

.brand-concept .brand-concept-content .brand-concept-content-wrap dl dd {
	font-size: 16px;
	line-height: 1.625;
	color: #3c3c3c;
	margin-top: 14px
}

@media (max-width:1230px) {
	#ns2022 .container {
		width: 970px
	}

	.brand-concept .brand-concept-content .section-title {
		margin-top: 20px
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap dl::after {
		margin: 15px 0
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap dl dt {
		font-size: 20px
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap dl dd {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 10px
	}
}

@media (max-width:992px) {
	#ns2022 .container {
		width: 768px
	}
}

@media (max-width:767px) {
	#ns2022 .container {
		width: auto
	}

	.video-box::after {
		width: 34px;
		height: 34px
	}

	.company-profile .info {
		margin-bottom: 25px;
		flex-direction: column
	}

	.company-profile .info>div {
		flex: 1
	}

	.company-profile .info>div.intro {
		padding-left: 0
	}

	.company-profile .info>div.intro h2 {
		padding-left: 15px;
		font-size: 17px;
		margin-top: 10px
	}

	.company-profile .info>div.intro p {
		font-size: 14px;
		padding: 17px;
		line-height: 1.4;
		margin-top: 0
	}

	.company-profile .list {
		margin-bottom: 0;
		flex-wrap: wrap
	}

	.company-profile .list li {
		width: calc(50% - 7px);
		margin-bottom: 14px
	}

	.company-profile .list li h3 {
		font-size: 14px;
		padding: 13px 20px
	}

	.brand-concept .brand-concept-content {
		position: static;
		top: auto;
		left: auto;
		transform: translateX(0)
	}

	.brand-concept .brand-concept-content .section-title {
		margin-top: 0
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap {
		padding: 0;
		position: relative
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap>div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0 25px
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap dl {
		margin: 30px 0 15px
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap dl::after {
		display: none
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap dl dt {
		font-size: 14px
	}

	.brand-concept .brand-concept-content .brand-concept-content-wrap dl dd {
		font-size: 12px;
		line-height: 1.4;
		margin-top: 5px
	}
}

.message-content p {
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
	line-height: 1.4
}

.message-content h3 {
	text-align: right;
	font-weight: 400;
	line-height: 1.3;
	font-size: 20px;
	color: #666;
	padding-top: 20px
}

@media (max-width:767px) {
	.message-content p {
		font-size: 14px;
		margin-bottom: 15px
	}

	.message-content h3 {
		font-size: 14px;
		padding-top: 15px
	}
}

.one-cards {
	flex-direction: column
}

.one-cards li {
	margin-right: 0 !important;
	margin-bottom: 20px
}

.btn-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 40px
}

.success-stories-time {
	font-size: 18px;
	color: #9E9E9E
}

.page {
	margin: 20px auto 0
}

.page span {
	font-size: 14px;
	color: #666
}

.page input[type=submit] {
	appearance: none;
	border: none;
	background-color: #e60012;
	color: #fff;
	font-size: 14px;
	padding: 7px 30px;
	margin-left: 10px;
	cursor: pointer;
	outline: 0
}

.page input[type=image] {
	margin: 0 5px
}

.page .page-keywords {
	padding: 6px 5px;
	width: 60px;
	border: 1px solid #666;
	font-size: 14px;
	color: #333;
	outline: 0;
	text-align: center
}

.page .page-btn.not-clickable {
	filter: grayscale(1)
}

.about-text {
	font-size: 16px;
	color: #666;
	line-height: 1.7
}

.our-mission .content {
	position: relative
}

.our-mission .content .text {
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	line-height: 1.45;
	font-size: 20px;
	color: #000;
	padding-right: 10%;
	font-weight: 700
}

.leading-market .leading-market-warp {
	padding: 0 80px
}

.leading-market .leading-market-warp>div {
	position: relative
}

.leading-market .leading-market-warp>div img {
	width: 100%
}

.leading-market .leading-market-warp>div .content-item {
	position: absolute;
	line-height: 1.4
}

.leading-market .leading-market-warp>div .content-item h2 {
	font-size: 14px;
	font-weight: 700;
	text-align: center
}

.leading-market .leading-market-warp>div .content-item h2 span {
	color: #e60012
}

.leading-market .leading-market-warp>div .content-item p {
	font-size: 12px;
	color: #666;
	text-align: center
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(1) {
	top: 9.4%;
	left: 22%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(2) {
	top: 21%;
	left: 8.4%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(3) {
	top: 33%;
	left: 1%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(4) {
	top: 45.2%;
	left: -5%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(5) {
	top: 58.5%;
	left: -5.5%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(6) {
	top: 70%;
	left: 0
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(7) {
	top: 81.5%;
	left: 5%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(8) {
	top: 91%;
	left: 23%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(9) {
	top: 9.4%;
	right: 20%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(10) {
	top: 21%;
	right: 7%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(11) {
	top: 31.5%;
	right: 1%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(12) {
	top: 43%;
	right: -2%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(13) {
	top: 56%;
	right: 1%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(14) {
	top: 68.5%;
	right: 2%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(15) {
	top: 80.5%;
	right: 5%
}

.leading-market .leading-market-warp>div .content-item:nth-of-type(16) {
	top: 92%;
	right: 22%
}

.about-card ul {
	background-color: #fff;
	display: flex;
	padding: 50px 0
}

.about-card ul li {
	flex: 1;
	text-align: center;
	position: relative
}

.about-card ul li:last-child::before {
	display: none
}

.about-card ul li::before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(239, 239, 239, .6)
}

.about-card ul li img {
	margin: 0 auto
}

.about-card ul li h2 {
	font-weight: 700;
	font-size: 36px;
	color: #e60012;
	margin: 5px 0 15px
}

.about-card ul li p {
	font-size: 16px;
	color: #333;
	line-height: 1.4
}

@media (max-width:1441px) {
	.leading-market .leading-market-warp {
		padding: 0 40px
	}
}

@media (max-width:767px) {
	.about-text {
		line-height: 1.4;
		font-size: 16px
	}

	.our-mission .content {
		font-size: 0
	}

	.our-mission .content .text {
		padding: 10px;
		text-align: center;
		position: static;
		right: auto;
		top: auto;
		transform: translateY(0);
		line-height: 1.45;
		font-size: 12px;
		font-weight: 400;
		background: #f2f2f2
	}

	.leading-market {
		padding-bottom: 50px !important
	}

	.leading-market .leading-market-warp {
		padding: 0
	}

	.leading-market .leading-market-warp>div .content-item {
		min-width: 37.6%
	}

	.leading-market .leading-market-warp>div .content-item h2 {
		font-size: 12px
	}

	.leading-market .leading-market-warp>div .content-item:nth-child(odd) {
		left: auto;
		right: 55.1%
	}

	.leading-market .leading-market-warp>div .content-item:nth-child(odd) h2,
	.leading-market .leading-market-warp>div .content-item:nth-child(odd) p {
		text-align: right
	}

	.leading-market .leading-market-warp>div .content-item:nth-child(even) {
		left: 55.1%
	}

	.leading-market .leading-market-warp>div .content-item:nth-child(even) h2,
	.leading-market .leading-market-warp>div .content-item:nth-child(even) p {
		text-align: left
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(1) {
		display: block;
		top: 22%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(2) {
		display: block;
		top: 28.8%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(3) {
		display: block;
		top: 32.4%;
		left: auto
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(4) {
		display: block;
		top: 38.4%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(5) {
		display: block;
		top: 42.1%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(6) {
		display: block;
		top: 48%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(7) {
		display: block;
		top: 51.8%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(8) {
		display: block;
		top: 57%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(9) {
		display: block;
		top: 61%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(10) {
		display: block;
		top: 67%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(11) {
		display: block;
		top: 70%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(12) {
		display: block;
		top: 76%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(13) {
		display: block;
		top: 79.6%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(14) {
		display: block;
		top: 83.5%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(15) {
		display: block;
		top: 89.3%
	}

	.leading-market .leading-market-warp>div .content-item:nth-of-type(16) {
		top: 93.1%
	}

	.about-card ul {
		flex-wrap: wrap;
		padding: 10px
	}

	.about-card ul li {
		flex: none;
		width: 50%;
		padding: 15px
	}

	.about-card ul li img {
		width: 90px
	}

	.about-card ul li::before {
		display: none
	}

	.about-card ul li:nth-child(odd)::before {
		display: block
	}

	.about-card ul li h2 {
		font-size: 16px;
		margin: 5px 0 5px
	}

	.about-card ul li p {
		font-size: 12px
	}
}

.card-culture ul {
	display: flex
}

.card-culture ul li {
	border: 1px solid #E8E8E8;
	padding: 30px 25px;
	text-align: center;
	flex: 1;
	margin-right: 1%;
	min-height: 100%;
	height: auto
}

.card-culture ul li:last-child {
	margin-right: 0
}

.card-culture ul li h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0 15px
}

.card-culture ul li p {
	text-align: left;
	line-height: 28px;
	font-size: 16px;
	color: #000
}

@media (max-width:767px) {
	.card-culture {
		margin-bottom: 20px
	}

	.card-culture .swiper-pagination {
		text-align: center;
		width: 100%;
		bottom: 0;
		left: 0
	}

	.card-culture .swiper-pagination span {
		margin: 0 5px
	}

	.card-culture ul li {
		padding: 30px 25px;
		margin-right: 0;
		width: 100%;
		flex: none
	}

	.card-culture ul li img {
		width: 54px
	}

	.card-culture ul li h2 {
		font-size: 16px;
		margin: 10px 0 15px
	}

	.card-culture ul li p {
		text-align: left;
		line-height: 1.4;
		font-size: 12px;
		color: #000
	}
}

.events-wrap {
	display: flex
}

.events-wrap .swiper-container {
	width: 58%;
	font-size: 0
}

.events-wrap .top .top-item {
	display: none
}

.events-wrap .events-content {
	width: 42%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	padding: 40px 30px 20px
}

.events-wrap .events-content h2 {
	font-size: 30px;
	color: #000;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px
}

.events-wrap .events-content p {
	font-size: 16px;
	color: #666;
	line-height: 1.7
}

.events-wrap .btn-center {
	padding: 0;
	margin-top: 20px
}

.events-wrap .swiper-page {
	display: flex;
	align-items: center
}

.events-wrap .swiper-page img {
	cursor: pointer
}

.events-wrap .swiper-page span {
	margin: 0 2px;
	color: #666;
	font-size: 14px
}

.events-wrap .swiper-page span.swiper-page-index {
	font-weight: 700;
	color: #000
}

.events-wrap .swiper-page i {
	font-style: normal
}

.events-wrap .swiper-slide img {
	width: 100%
}

@media (max-width:1230px) {
	.events-wrap .events-content {
		padding: 20px 15px 10px
	}

	.events-wrap .events-content h2 {
		font-size: 24px;
		margin-bottom: 10px
	}

	.events-wrap .events-content p {
		font-size: 14px;
		line-height: 1.5
	}

	.events-wrap .btn-center {
		margin-top: 10px
	}

	.events-wrap .swiper-page img {
		width: 24px
	}
}

@media (max-width:767px) {
	.btn-center {
		padding: 0 20px 20px
	}

	.events-wrap {
		flex-direction: column
	}

	.events-wrap .swiper-container {
		width: 100%;
		font-size: 0
	}

	.events-wrap .events-content {
		width: 100%;
		padding: 20px 15px 10px
	}

	.events-wrap .events-content h2 {
		font-size: 16px;
		margin-bottom: 10px
	}

	.events-wrap .events-content p {
		font-size: 12px;
		line-height: 1.4
	}

	.events-wrap .btn-center {
		margin-top: 10px
	}

	.events-wrap .swiper-page img {
		width: 24px
	}

	.events-wrap .swiper-page span {
		font-size: 12px
	}
}

.hz-200828-soc-banner-player {
	position: absolute;
	left: 50%;
	top: 47%;
	margin-left: -35px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 30
}

.hz-200828-soc-banner-player {
	position: absolute;
	left: 50%;
	top: 47%;
	margin-left: -35px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 30
}

.hz-200828-soc-section {
	padding-bottom: 0 !important
}

.hz-200828-soc-bg {
	width: 100%;
	position: relative
}

.hz-200828-soc-bg img {
	width: 100%
}

.hz-200828-soc-fh {
	width: 47.9%;
	position: absolute;
	top: 23.8%;
	left: 40.8%
}

.hz-200828-soc-content1 {
	width: 41.5%;
	position: absolute;
	top: 21.5%;
	left: 44.3%
}

.hz-200828-soc-txt1 {
	width: 100%;
	font-size: 26px;
	line-height: 1.7em
}

.hz-200828-soc-txt2 {
	font-size: 26px;
	margin-top: 9%
}

.hz-200828-soc-txt2>span {
	font-size: 18px
}

#SetTemplate.threeDiv .serversCon {
	padding: 0 0 60px
}

@media screen and (max-width:768px) {
	#SetTemplate.threeDiv .serversCon {
		padding: 0 0 20px
	}
}

#SetTemplate.threeDiv .serversConBox.hz-200828-soc2-bg {
	padding: 0;
	position: relative;
	background-color: #fff
}

.hz-200828-soc2-bg img {
	width: 100%
}

.secondDiv .secondWrapBox.hz-200828-soc2-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}

.hz-200828-soc2-txt {
	width: 48.3%;
	margin-top: 6%;
	font-size: 44px
}

.hz-200828-soc2-tit {
	font-size: 32px;
	text-align: center;
	margin: 2.5% auto 2%
}

.hz-200828-soc2-tit>img {
	width: 73.5px
}

.hz-200828-soc2-bg .ListNavList {
	margin-bottom: 2%
}

#SetTemplate.threeDiv .hz-200828-soc2-bg .ListNavList>li {
	width: 25%
}

.hz-200828-soc2-txt1 {
	width: 100%;
	padding: 0 50px;
	font-size: 18px;
	text-align: center
}

.hz-200828-soc2-box1 {
	width: 100%;
	margin-top: 2.5%;
	position: relative
}

.hz-200828-soc2-box2 {
	width: 100%;
	margin-top: 2.5%;
	position: relative
}

.hz-200828-soc2-box3 {
	width: 100%;
	margin-top: 2.5%;
	position: relative
}

.hz-200828-soc2-box4 {
	width: 100%;
	margin-top: 2.5%;
	position: relative
}

.hz-200828-soc2-con {
	width: 100%;
	display: none;
	font-size: 0
}

.hz-200828-soc2-con:first-child {
	display: block
}

.hz-200828-soc2-tbox1 {
	width: 37.7%;
	position: absolute;
	top: 21.5%;
	left: 6.8%;
	color: #fff
}

.hz-200828-soc2-tbox1.hz-b1 {
	width: 36.7%
}

.hz-200828-soc2-tbox1.hz-b2 {
	width: 32.7%
}

.hz-200828-soc2-tbox1.hz-b3 {
	width: 34.7%
}

.hz-200828-soc2-tbox1-title {
	font-size: 28px
}

.hz-200828-soc2-tbox1-txt {
	font-size: 16px;
	margin-top: 4%;
	margin-bottom: 3%
}

.hz-200828-soc2-tbox1-txt.hz-t1 {
	width: 98%
}

.hz-200828-soc2-tbox1-more {
	width: 100%;
	font-size: 14px;
	text-align: right
}

.hz-200828-soc2-tbox1-more a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #fff
}

.hz-200828-soc2-tbox1-more a>img {
	width: 20px
}

.hz-200828-soc2-show1 {
	display: inline-block
}

.hz-200828-soc2-show2 {
	display: none
}

.hz-200828-soc2-tbox1-more a:hover {
	font-size: 14px;
	color: #e60012
}

.hz-200828-soc2-tbox1-more a:hover .hz-200828-soc2-show1 {
	display: none
}

.hz-200828-soc2-tbox1-more a:hover .hz-200828-soc2-show2 {
	display: inline-block
}

.hz-200828-soc2-tbox1-cover {
	width: 21.6%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5)
}

.hz-200828-soc2-tbox1-list {
	width: 100%
}

.hz-200828-soc2-tbox1-list>li {
	width: 100%;
	font-size: 20px;
	color: #fff;
	margin: 12.5% auto;
	cursor: pointer;
	display: flex
}

.hz-200828-soc2-tbox1-list>li.hz-200828-soc2-active {
	color: #e60012
}

.hz-200828-soc2-tbox1-list>li:before {
	content: '';
	border-left: 5px solid transparent;
	margin-right: 8%;
	margin-left: -.8%
}

.hz-200828-soc2-tbox1-list>li.hz-200828-soc2-active:before {
	content: '';
	border-left: 5px solid #e60012
}

#SetTemplate.threeDiv .serversConBox.hz-200828-soc3-bg {
	background: url(http://www.h3c.com/cn/tres/NewWebUI/images/SocialResponse/hz-200828-soc3-bg.jpg) center no-repeat !important;
	background-size: cover !important
}

#SetTemplate.threeDiv .serversConBox.hz-200828-soc3-bg img {
	width: 100%
}

.hz-200828-soc3-img {
	width: 100%
}

.hz-200828-soc4 .technicalSolve.hz-200828-soc-section {
	background-color: #fff !important;
	padding-bottom: 50px !important
}

.hz-200828-soc4 img {
	width: 100%
}

.hz-200828-soc4-content {
	width: 100%;
	overflow: hidden
}

.hz-200828-soc4-left {
	width: 38.9%;
	float: left;
	margin-top: 1.5%;
	margin-left: .1%
}

.hz-200828-soc4-right {
	width: 58.3%;
	float: left;
	margin-left: 2.2%
}

.hz-200828-soc4-tit {
	font-size: 24px;
	text-align: center
}

.hz-200828-soc4-tit>span {
	background-color: #e60012;
	display: inline-block;
	transform: skew(-15deg);
	padding: .1% 1% .5%;
	line-height: 1em
}

.hz-200828-soc4-tit>span>a {
	display: inline-block;
	font-size: 20px;
	line-height: 1em;
	color: #fff;
	transform: skew(15deg)
}

.hz-200828-soc4-box {
	width: 100%;
	margin-top: 3%;
	border-top: 2px solid #e60012;
	box-shadow: 0 1px 5px 1px #dedede;
	padding: 3.5% 0
}

.hz-200828-soc4-tbox {
	width: 91.6%;
	margin: 0 auto
}

.hz-200828-soc4-txt {
	margin-bottom: 32px;
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 1.2
}

.hz-200828-soc4-more {
	width: 100%;
	text-align: right
}

.hz-200828-soc4-more>a {
	font-size: 14px;
	color: #666
}

.hz-200828-soc4-more>a>img {
	width: 20px
}

.hz-200828-soc4-more>a:hover {
	font-size: 14px;
	color: #e60012
}

.hz-200828-soc4-more>a:hover .hz-200828-soc2-show1 {
	display: none
}

.hz-200828-soc4-more>a:hover .hz-200828-soc2-show2 {
	display: inline-block
}

.hz-200828-soc4-down {
	width: 100%;
	overflow: hidden
}

.hz-200828-soc4-xia1 {
	width: 50%;
	float: left;
	text-align: right
}

.hz-200828-soc4-xia1:first-child {
	text-align: left
}

.hz-200828-soc4-xia1>a {
	font-size: 14px;
	color: #333
}

.hz-200828-soc4-xia1>a>img {
	width: 17px
}

.hz-200828-soc4-xia1>a:hover {
	font-size: 14px;
	color: #e60012
}

.secondDiv .secondBanner img.show-pc {
	display: block
}

.secondDiv .secondBanner img.show-phone {
	display: none
}

#SetTemplate.threeDiv .hz-200828-soc2-bg .ListNavList li span {
	font-size: 20px
}

@media screen and (max-width:768px) {
	.secondDiv .secondBanner img.show-pc {
		display: none
	}

	.secondDiv .secondBanner img.show-phone {
		display: block
	}

	#SetTemplate.threeDiv .hz-200828-soc2-bg .protechListNav {
		display: block
	}

	#SetTemplate.threeDiv .hz-200828-soc2-bg .ListNavList li {
		padding: 3% 0 2%
	}

	#SetTemplate.threeDiv .hz-200828-soc2-bg .ListNavList li span {
		font-size: 3.5vw;
		padding: 0
	}

	.hz-200828-soc2-txt1 {
		padding: 0 10px;
		font-size: 3.7vw;
		text-align: left
	}

	.hz-200828-soc2-bCon {
		width: 100%
	}

	.hz-200828-soc2-swiper {
		width: 100%;
		margin-top: 3%
	}

	.hz-200828-soc2-swiper .swiper-slide {
		padding-bottom: 0
	}

	.hz-200828-swiper1-con {
		width: 99.5%;
		margin: 0 auto
	}

	.hz-200828-swiper1-img {
		width: 100%;
		position: relative
	}

	.hz-200828-swiper1-cover {
		width: 100%;
		font-size: 4.3vw;
		line-height: 1.2;
		padding: 2vw 4vw;
		color: #fff;
		background-color: rgba(0, 0, 0, .5);
		position: absolute;
		bottom: 0;
		left: 0
	}

	.hz-200828-swiper1-tbox {
		width: 100%;
		padding: 5% 0;
		box-shadow: 0 1px 5px 1px #dedede
	}

	.hz-200828-swiper1-txt {
		width: 85.3%;
		font-size: 3.2vw;
		line-height: 1.7em;
		color: #666;
		margin: 0 auto
	}

	.hz-200828-swiper1-txt.hz-t1 {
		letter-spacing: -.5px
	}

	.hz-200828-swiper2-txt {
		width: 85.3%;
		font-size: 3.2vw;
		line-height: 1.7em;
		color: #666;
		margin: 0 auto
	}

	.hz-200828-swiper3-txt {
		width: 85.3%;
		font-size: 3.2vw;
		line-height: 1.7em;
		color: #666;
		margin: 0 auto
	}

	.hz-200828-swiper1-more {
		width: 85.3%;
		margin: 0 auto;
		text-align: right;
		font-size: 2.7vw;
		margin-top: 2%
	}

	.hz-200828-swiper1-more>a {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 2.7vw;
		color: #e60012
	}

	.hz-200828-swiper1-more>a>img {
		width: 3.8%
	}

	.hz-200828-soc2-pagination,
	.hz-200828-soc2-pagination2,
	.hz-200828-soc2-pagination3,
	.hz-200828-soc2-pagination4 {
		width: 100%;
		font-size: 5vw;
		margin-top: 3%;
		text-align: center;
		display: block !important
	}

	.hz-200828-soc2-pagination2>.swiper-pagination-bullet,
	.hz-200828-soc2-pagination3>.swiper-pagination-bullet,
	.hz-200828-soc2-pagination4>.swiper-pagination-bullet,
	.hz-200828-soc2-pagination>.swiper-pagination-bullet {
		width: 10px;
		height: 10px
	}

	.hz-200828-soc2-tit {
		font-size: 22px;
		margin: 5% auto
	}

	.secondEntH3.hz-200828-soc4-size {
		font-size: 22px
	}

	.Operational.hz-200828-soc4-H5 {
		background: #fff !important
	}

	.hz-200828-soc4-tit {
		font-size: 18px;
		margin: 5% auto
	}

	.hz-200828-soc4-tit>span>a {
		font-size: 16px;
		padding: .7% 0 0
	}

	.hz-200828-soc4-content {
		width: 94%;
		margin: 0 auto
	}

	.hz-200828-soc4-left {
		width: 83%;
		float: none;
		margin: 0 auto
	}

	.hz-200828-soc4-right {
		width: 100%;
		margin: 0 auto;
		float: none;
		margin-left: 0
	}

	.hz-200828-soc4-box {
		width: 98%;
		background: #fff;
		margin: 0 1% 7%;
		padding: 3.5% 0 2.5%
	}

	.hz-200828-soc4-xia1 {
		width: 100%;
		float: none;
		text-align: left;
		font-size: 14px;
		margin-bottom: 4%
	}

	.hz-200828-soc4-txt {
		line-height: 1.7em;
		text-align: justify
	}

	.hz-200828-soc4-more {
		font-size: 14px;
		margin: 5% 0
	}

	.hz-200828-soc2-show1 {
		display: none
	}

	.hz-200828-soc2-show2 {
		display: block;
		display: inline-block
	}

	.hz-200828-soc4-more>a>img {
		width: 18px;
		margin-top: -.5%;
		margin-left: -1%
	}

	.hz-200828-soc4-more>a {
		color: #e60012
	}

	.hz-200828-soc2-txt {
		width: auto;
		margin-top: 8.3%;
		margin-left: 8%
	}

	.hz-200828-soc-fh {
		width: 86.3%;
		top: 14%;
		left: 0;
		right: 0;
		margin: 0 auto
	}

	.hz-200828-soc-content1 {
		width: 76.3%;
		position: absolute;
		top: 12.5%;
		left: 0;
		right: 0;
		margin: 0 auto
	}

	.hz-200828-soc-txt1 {
		font-size: 4vw;
		text-align: justify
	}

	.hz-200828-soc-txt2 {
		width: 100%;
		position: absolute;
		top: 51%;
		left: 52%;
		font-size: 4vw
	}

	.hz-200828-soc-txt2 span {
		font-size: 2.9vw;
		margin-top: 1%
	}

	.hz-200828-soc-section-w {
		width: 100%;
		overflow: hidden
	}
}

#SetTemplate.threeDiv .serversConBox {
	background: #f5f5f5;
	padding: 40px 0
}

#SetTemplate.threeDiv .protechListNav {
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1)
}

#SetTemplate.threeDiv .protechList {
	font-size: 32px;
	padding-top: 40px;
	padding-bottom: 30px
}

#SetTemplate.threeDiv .protechListNav .ListNavList {
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #e60012;
	display: flex
}

#SetTemplate.threeDiv .ListNavList li {
	width: 25%;
	padding: 20px 0;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	cursor: pointer;
	display: flex;
	align-items: center
}

#SetTemplate.threeDiv .ListNavList li.backRed {
	border-top: 1px solid #e60012
}

#SetTemplate.threeDiv .ListNavList li.backRed span {
	color: #fff;
	border-right: none
}

#SetTemplate.threeDiv .ListNavList li span {
	display: block;
	width: 100%;
	padding: 0 10px;
	line-height: 1;
	font-size: 20px;
	text-align: center;
	color: #666
}

#SetTemplate.threeDiv .ListNavList li .borderLeft {
	border-left: 1px solid #e6e6e6
}

#SetTemplate.threeDiv .ListNavList li:first-child .borderLeft {
	border-left: 0
}

#SetTemplate.threeDiv .setListCon {
	overflow: hidden;
	zoom: 1;
	display: none
}

#SetTemplate.threeDiv .setListCon.setListShow {
	display: block
}

#SetTemplate.threeDiv .setListCon .cls-4 {
	width: 33.33%;
	float: left
}

#SetTemplate.threeDiv .setListBox {
	width: 100%;
	padding: 30px 0 4px
}

#SetTemplate.threeDiv .listBoxTit {
	font-size: 18px;
	color: #333
}

#SetTemplate.threeDiv .listUrlBox a {
	display: block;
	color: #0b7ed7;
	margin-top: 15px;
	line-height: 1.2;
	font-size: 14px
}

#SetTemplate.threeDiv .listUrlBox a:hover {
	color: #e60012
}

#SetTemplate.threeDiv .listUrlBox a:before {
	content: '>';
	color: #e60012;
	margin-right: 10px
}

.secondDiv.threeDiv .backRed {
	background: #e60012 !important
}

.secondDiv.threeDiv .backBlue {
	background: #2266af !important
}


.gtppw-item{ margin-top: -20px;}
.gtppw-item dl{ font-size: 0; margin: 0 -30px;}
.gtppw-item dd{ display: inline-block; vertical-align: top; text-align: center; padding: 0 30px; margin-top: 20px;}
.gtppw-item dd .title{ font-size: 16px;}
.gtppw-item dd .num{ font-size: 28px; margin-top: 10px;}


@media (max-width:1440px) {
	.gtppw-item dl{ margin: 0 -15px;}
	.gtppw-item dd{ padding: 0 15px;}
	
	
}

@media screen and (max-width:768px) {
	.gtppw-item dd{ display: block;}
	.gtppw-item dd:first-child{ margin-top: 0;}
	.gtppw-item dd .title{ font-size: 14px;}
	.gtppw-item dd .num{ font-size: 24px; margin-top: 5px;}
	
	
}
