@charset "UTF-8";

body, html {
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px
}

a {
	color: #0b7ed7;
	font-weight: 400;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

a.all, a.down, a.more, a.up {
	position: relative;
	font-size: 1.6rem;
	line-height: 20px
}

a.all:after, a.down:after, a.more:after, a.up:after {
	content: '';
	position: absolute;
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px
}

a.all:hover, a.down:hover, a.more:hover, a.up:hover {
	text-decoration: none
}

a.all, a.more {
	color: #333
}

a.all:after, a.more:after {
	background: url(../images/icon-link-arrow-r.png) no-repeat;
	background-size: 20px 20px
}

a.all:hover, a.more:hover {
	color: #e60012
}

a.all:hover:after, a.more:hover:after {
	background: url(../images/icon-link-arrow_on.png) no-repeat;
	background-size: 20px 20px
}

a.down {
	color: #e60012
}

a.down:after {
	background: url(../images/icon-link-pc-arrow_down.png) no-repeat;
	background-size: 20px 20px
}

a.up {
	display: none;
	color: #e60012
}

a.up:after {
	background: url(../images/icon-link-pc-arrow_up.png) no-repeat;
	background-size: 20px 20px
}

a.btn-coll {
	color: #e60012
}

a.btn-coll:after {
	background: url(../images/icon-link-arrow_up.png) no-repeat !important;
	background-size: 20px 20px !important
}

a.btn-coll.collapsed:after {
	background: url(../images/icon-link-arrow_down.png) no-repeat !important;
	background-size: 20px 20px !important
}

a.text-link-arrow {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #0b7ed7
}

a.text-link-arrow:before {
	position: absolute;
	left: 0;
	content: '>';
	color: #e60012
}

a.text-link-arrow:hover {
	color: #e60012;
	text-decoration: none
}

a.primary {
	color: #e60012
}

a.secondary {
	color: #0b7ed7
}

a.view {
	position: relative;
	font-size: 1.6rem;
	line-height: 20px;
	color: #0b7ed7
}

a.view:after {
	content: '';
	position: absolute;
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-link-view.png) no-repeat;
	background-size: 20px 20px
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

h2.title {
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-left: 23px;
	font-size: 3.2rem;
	color: #333;
	line-height: 1;
	font-weight: 400
}

h2.title:before {
	position: absolute;
	left: 0;
	content: '';
	display: inline-block;
	margin-right: 18px;
	width: 5px;
	height: 30px;
	background-color: #e60012
}

h2.title a.all {
	float: right;
	margin-right: 30px
}

h2.title .switch {
	width: 80px;
	float: right;
	margin: 0;
	padding: 0
}

h2.title .switch span {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #b0b0b0;
	position: relative;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer
}

h2.title .switch span.prev {
	background: url(../images/lookArrow.png) no-repeat;
	background-position: 45% 50%
}

h2.title .switch span.prev.active {
	background: url(../images/lookArrowHover.png) no-repeat;
	background-color: #e60213;
	border: 1px solid #e60213
}

h2.title .switch span.next {
	background: url(../images/lookArrowRight.png) no-repeat;
	background-position: 45% 50%
}

h2.title .switch span.next.active {
	background: url(../images/lookArrowRightHover.png) no-repeat;
	background-color: #e60213;
	border: 1px solid #e60213
}

p.video-date {
	font-size: 1.4rem;
	padding: 10px 20px 0;
	margin: 0;
	color: #999
}

h3.subtitle {
	width: 100%;
	margin: 0;
	padding: 20px;
	font-size: 2.4rem;
	color: #333;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400
}

span.img {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden
}

span.img>img {
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s
}

span.img:hover>img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2)
}

p.subtitle {
	color: #666;
	font-size: 1.4rem;
	margin: 0;
	margin-bottom: 20px
}

.text-right {
	text-align: right
}

.more-p {
	text-align: right;
	margin: 15px 30px 15px 0
}

.data-p {
	color: #666
}

.page-container {
	margin-top: 100px;
	min-height: 100px
}

.page-container section {
	padding-bottom: 40px
}

.page-container section.noPadding {
	padding-bottom: 0
}

.page-container .gray {
	background-color: #f9f9f9
}

@media screen and (max-width:767px) {
	.all, .more {
		color: #333
	}

	.all:after, .more:after {
		background: url(../images/icon-link-arrow.png) no-repeat !important;
		background-size: 20px 20px !important
	}

	.page-container {
		margin-top: 0
	}

	.page-container h2.title a.all {
		display: none
	}

	.down {
		color: #e60012
	}

	.down:after {
		background: url(../images/icon-link-arrow_down.png) no-repeat !important;
		background-size: 20px 20px !important
	}

	.up {
		display: none;
		color: #e60012
	}

	.up:after {
		background: url(../images/icon-link-arrow_up.png) no-repeat !important;
		background-size: 20px 20px !important
	}

}

img.pc {
	display: inline
}

img.mb {
	display: none
}

#old {
	position: fixed;
	width: 100%;
	background: #fdf2ab;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #a29330;
	z-index: 9999;
	top: 0;
	height: 30px
}

#old div.container {
	padding: 5px
}

#old a.ignore {
	display: inline-block;
	background: #edbc68;
	padding: 2px 5px;
	color: #fff;
	cursor: pointer
}

ul.data-list {
	padding-left: 0 !important
}

ul.data-list li {
	margin-bottom: 10px !important
}

ul.data-list li:before {
	display: none !important
}

ul.data-list li a {
	display: inline-block;
	font-size: 14px;
	color: #0b7ed7 !important;
	text-decoration: none !important;
	padding-left: 15px
}

ul.data-list li a.link {
	background: url(../images/pro_link.png) 0 3px no-repeat
}

ul.data-list li a.plus {
	background: url(../images/aqu-open.png) 0 1px no-repeat
}

ul.data-list li a.minus {
	background: url(../images/aqu-close.png) 0 1px no-repeat
}

ul.data-list li a span.size {
	color: #666
}

ul.data-list li ul {
	margin-top: 5px
}

ul.data-list.two-column li {
	float: left;
	width: 49.5%
}

ul.data-list.two-column li ul li {
	width: 100%
}

@media screen and (max-width:767px) {
	ul.data-list.two-column li {
		float: none;
		width: 100%
	}

}

.hero {
	position: relative;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden
}

.hero .hero-img {
	position: absolute;
	width: 100%;
	z-index: 100
}

.hero>img.pc {
	display: block;
	margin: 0 auto
}

.hero>img.mb {
	width: 100%;
	display: none
}

.hero a.mask-link {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-indent: -999em;
	overflow: hidden;
	z-index: 99
}

.hero .text-box {
	position: absolute;
	width: 100%;
	top: 20%
}

.hero .text-box .text h2 {
	margin: 0 35% 20px 0;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	-webkit-text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-moz-text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-ms-text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-o-text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	text-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.hero .text-box .text p {
	margin-right: 33%;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	-webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	-moz-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	-ms-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	-o-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	text-shadow: 0 3px 5px rgba(0, 0, 0, .4)
}

.hero.home .text-box {
	top: 0;
	bottom: 0
}

.hero.home .text-box .text h2 {
	font-size: 56px;
	margin-right: 30%;
	margin: 115px 0 60px
}

.hero.home .text-box .text h2 img {
	max-width: 100%
}

.hero.home .text-box .text p {
	margin-right: 40%;
	margin-bottom: 30px;
	border-left: 4px solid #e60012;
	padding-left: 20px;
	font-size: 16px
}

.hero.home .text-box .text a.btn-home {
	background-color: #e60012;
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff
}

.hero.home .text-box .text .bannerInnerBtn {
	display: block;
	width: auto;
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding: 0 23px;
	float: left;
	margin-top: 8px;
	cursor: pointer;
	background: #e60010;
	border-radius: 30px;
	-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.hero.home .text-box .text .bannerInnerBtn img {
	width: 17px;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: 13px;
	float: right
}

.hero.home .text-box .text .bannerInnerBtnVideo {
	display: none;
	margin-left: 14px;
	background: 0 0;
	border: 1px solid #e60010;
	color: #e60010;
	margin-top: 8px;
	border-radius: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0 35px 0 15px;
	font-size: 14px;
	-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	background: url(http://www.h3c.com/cn/tres/images/icon-video-play_red.png) 90% center no-repeat;
	background-size: 17px 17px
}

.hero.home .video-popup {
	display: none
}

.hero .hero-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	border: 0;
	opacity: 1
}

.hero .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e60213;
	border: 0;
	width: 8px;
	height: 8px
}

.breadcrumb {
	background: #fff;
	padding-bottom: 0 !important
}

.breadcrumb ol {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;
	list-style: none
}

.breadcrumb ol>li {
	display: inline-block;
	color: #666;
	font-size: 14px
}

.breadcrumb ol>li a {
	text-decoration: none;
	color: #666
}

.breadcrumb ol>li a:hover {
	color: #e60012;
	text-decoration: none
}

.breadcrumb ol>li.navi {
	width: 75%
}

.breadcrumb ol>li.current {
	float: right;
	width: 20%;
	color: #e60012;
	text-align: right
}

.breadcrumb ol>li.current a {
	color: #e60012;
	text-decoration: none
}

.breadcrumb ul {
	display: none;
	float: right;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 0;
	list-style: none
}

.breadcrumb ul>li {
	display: inline-block;
	color: #666;
	font-size: 14px
}

.breadcrumb ul>li a {
	color: #666
}

.breadcrumb ul>li a:hover {
	color: #e60012;
	text-decoration: none
}

.breadcrumb ul>li+li:before {
	padding: 0 6px;
	content: "|"
}

.breadcrumb+section {
	padding-top: 20px !important
}

.sitemap h3 {
	margin: 40px 0 10px 0;
	font-size: 18px;
	color: #e60012;
	font-weight: 400
}

.sitemap ul li {
	font-size: 14px;
	margin-bottom: 10px
}

.sitemap ul li a {
	color: #666
}

.sitemap ul li a:hover {
	text-decoration: underline
}

.icon-text-box {
	position: relative
}

.icon-text-box ul li {
	width: 33.33%;
	float: left;
	height: 200px
}

.icon-text-box ul li a:hover {
	text-decoration: none
}

.icon-text-box ul li .icon {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	text-align: center
}

.icon-text-box ul li .icon img.on {
	display: none
}

.icon-text-box ul li h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	color: #333
}

.icon-text-box ul li h3 a {
	color: #333
}

.icon-text-box ul li p {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 200;
	color: #666;
	line-height: 1.5
}

.icon-text-box ul.two-column li {
	width: 50%
}

.icon-text-box.two-column ul li {
	width: 50%
}

.article .detail-body .icon-text-box {
	padding-top: 30px;
	border-top: 1px solid #e8e8e8
}

.article .detail-body .icon-text-box ul {
	line-height: auto
}

.article .detail-body .icon-text-box ul li {
	display: block;
	height: auto
}

.article .detail-body .icon-text-box ul li:before {
	content: ''
}

.article .detail-body .icon-text-box ul li .partner-name {
	display: inline-block;
	padding: 0 18px;
	text-align: left
}

.article .detail-body .icon-text-box ul li .partner-name a {
	text-align: left;
	font-size: 1.4rem;
	display: inline-block;
	color: #666;
	text-decoration: underline;
	padding-left: 18px;
	margin-bottom: 15px;
	background: url(../images/blue-icon.png) no-repeat left 7px;
	background-size: 8px 8px;
	position: relative
}

.article .detail-body .icon-text-box ul li .partner-name a:hover {
	color: #0b7ed7
}

.article .detail-body .icon-text-box ul li .partner-name a .tooltip {
	position: absolute
}

.article .detail-body .email p {
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 10px
}

.article .detail-body .email .link-btn {
	text-align: left
}

.article .detail-body .email .link-btn a {
	text-align: center;
	display: inline-block;
	background: #e50011;
	color: #fff;
	padding: 12px 16px
}

.article .detail-body .icon-text-box .partner-name {
	text-align: left
}

.tooltip {
	position: absolute;
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 10px;
	color: #666;
	display: none;
	font-size: 1.6rem;
	word-break: keep-all;
	word-wrap: break-word
}

.tooltip .tooltip p {
	margin: 10px
}

html.ie8 .article .detail-body .icon-text-box ul li .partner-name a {
	background: url(../images/blue-icon-ie8.png) no-repeat left 8px
}

@media screen and (min-width:767px) and (max-width:1024px) {
	.tooltip {
		width: 75%;
		left: 15px !important
	}

}

@media screen and (max-width:767px) {
	.article .detail-body .icon-text-box ul li {
		width: 100%;
		height: auto !important;
		margin-bottom: 0;
		padding-bottom: 0
	}

}

.home-news-item span.img {
	position: relative
}

.home-news-item span.img img.img-responsive {
	width: 100%
}

.home-news-item span.img .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	background: rgba(0, 0, 0, .37);
	z-index: 100;
	font-size: 18px;
	color: #fff
}

.home-news-item .news-summary {
	position: relative;
	height: 185px;
	padding: 30px 20px;
	border-bottom: 4px solid #020a1e;
	font-size: 16px;
	color: #7f7f7f;
	line-height: 1.25;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.home-news-item .news-summary p {
	margin: 0
}

.home-news-item .news-summary .more {
	position: absolute;
	bottom: 30px;
	right: 15%;
	color: #7f7f7f
}

.home-news-item .news-summary .more:hover {
	color: #e60012
}

.home-product {
	padding-bottom: 0 !important
}

.home-product .home-product-content {
	background: url(../images/home-section-bg.jpg) no-repeat;
	background-size: cover
}

.home-product .row {
	margin-left: auto;
	margin-right: auto
}

.home-product .row .home-product-item {
	position: relative;
	padding: 0
}

.home-product .row .home-product-item span.img img.img-responsive {
	width: 100%
}

.home-product .row .home-product-item .txt {
	position: absolute;
	bottom: 0;
	padding: 20px 15px;
	font-size: 14px;
	color: #fff
}

.home-product .row .home-product-item .txt h4 {
	margin: 0;
	font-size: 24px
}

.home-product-new .home-product-item .txt p {
	border-left: 4px solid #e70213;
	padding-left: 10px
}

.home-product-new span.img {
	display: block;
	border-bottom: 4px solid #e70213
}

.home-solution .home-product-item:first-child {
	border-right: 2px solid #fff
}

.home-solution .home-product-item:last-child {
	border-left: 2px solid #fff
}

.home-solution .home-product-content {
	background: 0 0
}

.home-solution .mb {
	display: none
}

.home-solution .solution-item {
	text-align: center;
	padding: 20px
}

.home-solution .solution-item .ico {
	display: block;
	margin: 0 auto;
	width: 196px;
	height: 196px;
	padding-top: 30px;
	border-radius: 50%;
	border: 1px solid #e6e6e6
}

.home-solution .solution-item .ico h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	color: #333
}

.home-solution .solution-item .ico h3 label {
	font-size: 42px
}

.home-solution .solution-item .ico img.off {
	display: inline
}

.home-solution .solution-item .ico img.on {
	display: none
}

.home-solution .solution-item .text h3 {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 400;
	color: #333
}

.home-solution .solution-item .text p {
	font-size: 16px;
	color: #7f7f7f;
	line-height: 1.25
}

.home-solution .solution-item p {
	font-size: 16px;
	color: #333
}

.home-solution .industries {
	margin-top: 20px;
	text-align: center
}

.home-solution .industries a {
	position: relative;
	display: inline-block;
	padding: 0 30px 0 60px;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	color: #333
}

.home-solution .industries a.trans {
	background: url(../images/home-solution-icon_04.png) no-repeat
}

.home-solution .industries a.trans:hover {
	background: url(../images/home-solution-icon_04_on.png) no-repeat;
	color: #e60012
}

.home-solution .industries a.manuf {
	padding-left: 90px;
	background: url(../images/home-solution-icon_05.png) 30px center no-repeat
}

.home-solution .industries a.manuf:hover {
	background: url(../images/home-solution-icon_05_on.png) 30px center no-repeat;
	color: #e60012
}

.home-solution .industries a.hotel {
	padding-left: 90px;
	background: url(../images/home-solution-icon_06.png) 30px center no-repeat
}

.home-solution .industries a.hotel:hover {
	background: url(../images/home-solution-icon_06_on.png) 30px center no-repeat;
	color: #e60012
}

.home-solution .industries a.internet {
	padding-left: 90px;
	background: url(../images/home-solution-icon_07.png) 30px center no-repeat
}

.home-solution .industries a.internet:hover {
	background: url(../images/home-solution-icon_07_on.png) 30px center no-repeat;
	color: #e60012
}

.home-solution .industries a.utility {
	padding-left: 90px;
	background: url(../images/home-solution-icon_08.png) 30px center no-repeat
}

.home-solution .industries a.utility:hover {
	background: url(../images/home-solution-icon_08_on.png) 30px center no-repeat;
	color: #e60012
}

.home-solution .industries a+a:before {
	position: absolute;
	left: 0;
	top: 9px;
	content: '';
	width: 1px;
	height: 36px;
	display: inline-block;
	background: url(../images/dot-line-vertical.png) no-repeat
}

.home-solution .industries a.internet:before {
	background: 0 0
}

@media screen and (max-width:767px) {
	.home-solution .home-product-item:first-child, .home-solution .home-product-item:last-child {
		border: 0
	}

	.home-product-new .home-product-item {
		margin-top: 0 !important
	}

	.home-product-new .swiper-container-product {
		padding-bottom: 60px !important
	}

	.home-product-new .swiper-pagination-product {
		bottom: 20px
	}

	.home-product-new .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border: 2px solid #e70213 !important
	}

	.home-solution .pc {
		display: none
	}

	.home-solution .mb {
		display: block
	}

	.home-solution .solution-item {
		padding-top: 0;
		padding-bottom: 20px
	}

	.home-solution .solution-item .ico {
		width: 146px;
		height: 146px;
		padding-top: 20px
	}

	.home-solution .solution-item .ico img {
		width: 70px
	}

	.home-solution .solution-item .ico h3 {
		font-size: 17px;
		color: #e60012
	}

	.home-solution .solution-item .ico h3 label {
		font-size: 30px
	}

	.home-solution .solution-item .text h3 {
		margin: 10px 0;
		font-size: 18px;
		color: #e60012
	}

	.home-solution .solution-item .text p {
		font-size: 13px;
		line-height: 20px
	}

	.home-solution .solution-item p {
		font-size: 12px
	}

	.home-solution .industries a {
		float: left;
		width: 33.3%;
		padding: 40px 0 0 0 !important;
		background-position: center top !important;
		font-size: 12px;
		height: auto
	}

	.home-solution .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0
	}

	.home-solution .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border-color: #fff;
		background: #e60012
	}

}

.others {
	background: url(../images/home-section-bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0
}

.others .others-item {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer
}

.others .others-item .img img {
	width: 100%
}

.others .others-item .text {
	position: absolute;
	bottom: 40px;
	left: 15px;
	right: 15px;
	padding: 0 20px 40px 20px;
	background: url(../images/icon-link-arrow_white.png) right bottom no-repeat
}

.others .others-item .text h3 {
	margin: 0 0 20px;
	font-size: 30px;
	color: #fff;
	font-weight: 400
}

.others .others-item .text .text-inner {
	border-left: 4px solid #e60012;
	padding: 2px 0 2px 12px;
	margin-bottom: 20px
}

.others .others-item .text .text-inner h4 {
	margin: 0 0 20px;
	font-size: 25px;
	color: #e60012;
	font-weight: 400
}

.others .others-item .text .text-inner p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #fff
}

.others .others-item+.others-item {
	border-left: 1px solid #fff
}

.solution-Industry .swiper-container-Industry-mb {
	display: none
}

@media screen and (max-width:767px) {
	h2.title .switch {
		display: none
	}

	.solution-Industry .swiper-container-Industry-pc {
		display: none
	}

	.solution-Industry .swiper-container-Industry-mb {
		display: block
	}

	.solution-Industry .swiper-container-Industry-mb .swiper-Industry-pagination {
		text-align: center
	}

	.solution-Industry .swiper-container-Industry-mb .swiper-Industry-pagination span {
		background: #333;
		vertical-align: top
	}

	.solution-Industry .swiper-container-Industry-mb .swiper-pagination-bullet-active {
		background: #e60012 !important;
		border: 2px solid #fff !important
	}

	.home-news-item {
		margin-bottom: 10px
	}

	.home-news-item .news-summary {
		padding: 15px 10px
	}

	.home-product {
		background: url(../images/home-section-bg.jpg) no-repeat;
		background-size: cover;
		padding-bottom: 20px
	}

	.home-product.home-solution {
		background: 0 0
	}

	.home-product.home-solution .title {
		color: #333
	}

	.home-product.home-solution .home-product-content {
		margin-bottom: 10px
	}

	.home-product h2.title {
		color: #fff
	}

	.home-product .home-product-content {
		background: 0 0
	}

	.home-product .home-product-content .home-product-item+.home-product-item {
		margin-top: 10px
	}

	.others {
		padding: 10px
	}

	.others .others-item .text {
		left: 0;
		right: 15px;
		bottom: 20px;
		padding: 0 20px 30px 20px;
		background: url(../images/icon-link-arrow_white.png) right bottom no-repeat;
		background-size: 24px 24px
	}

	.others .others-item .text h3 {
		font-size: 24px
	}

	.others .others-item .text .text-inner {
		margin-bottom: 0
	}

	.others .others-item .text .text-inner h4 {
		font-size: 22px
	}

	.others .others-item .text .text-inner p {
		font-size: 14px
	}

	.others .others-item+.others-item {
		margin-top: 10px;
		border-left: 0
	}

}

@media screen and (max-width:320px) {
	.hero.home .text-box .text {
		padding: 0 15px
	}

	.hero.home .text-box .text h2 {
		font-size: 32px !important
	}

	.others {
		padding: 10px
	}

	.others .others-item .text {
		left: 0;
		right: 15px;
		bottom: 20px;
		padding: 0 20px 30px 20px;
		background: url(../images/icon-link-arrow_white.png) right bottom no-repeat;
		background-size: 24px 24px
	}

	.others .others-item .text h3 {
		font-size: 20px
	}

	.others .others-item .text .text-inner {
		margin-bottom: 0
	}

	.others .others-item .text .text-inner h4 {
		margin-bottom: 10px;
		font-size: 18px
	}

	.others .others-item .text .text-inner p {
		font-size: 12px
	}

	.others .others-item+.others-item {
		margin-top: 10px;
		border-left: 0
	}

}

.table-responsive {
	border: none
}

.news-box .news-item {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden
}

.news-box .news-item .img {
	display: none
}

.news-box .news-item .news-text {
	position: relative;
	min-height: 170px
}

.news-box .news-item .news-text label {
	font-size: 1.4rem;
	color: #e60012
}

.news-box .news-item .news-text h3 {
	margin-top: 10px;
	margin-bottom: 0;
	width: 100%;
	font-size: 2.2rem;
	color: #333;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
	-webkit-box-orient: vertical
}

.news-box .news-item .news-text p {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #666
}

.news-box .news-item .news-text a.more {
	position: absolute;
	right: 30px;
	bottom: 0
}

.news-box .news-item.news-item-img {
	height: 220px
}

.news-box .news-item.news-item-img:after {
	display: block
}

.news-box .news-item.news-item-img .img {
	display: inline-block;
	float: left;
	width: 40%;
	height: 100%;
	overflow: hidden
}

.news-box .news-item.news-item-img .img img {
	height: 100%
}

.news-box .news-item.news-item-img .news-text {
	float: right;
	margin-left: 3%;
	width: 55%;
	min-height: 200px
}

.news-box .row>div:nth-child(1) .news-item, .news-box .row>div:nth-child(2) .news-item {
	border-bottom: 1px solid #e6e6e6
}

.news-box .row>div:nth-child(3) .news-item, .news-box .row>div:nth-child(4) .news-item {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.all-videos>.container-line {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 26px
}

.all-videos .news-page {
	float: none;
	margin: 0 auto
}

.all-videos .all-m {
	display: none;
	float: right;
	margin-right: 30px
}

.videos-box .video-item {
	margin-bottom: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-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);
	cursor: pointer
}

.videos-box .video-item .img {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden
}

.videos-box .video-item .img .img-responsive {
	width: 100% !important
}

.videos-box .video-item .img .play-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4)
}

.videos-box .video-item .img .play-mask .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px
}

.videos-box .video-item p.video-title {
	font-size: 16px;
	margin: 0;
	padding: 10px 20px
}

.box-items {
	padding-bottom: 20px
}

.box-items .box-item {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-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);
	padding-bottom: 22px
}

.box-items .box-item span.img .img-responsive {
	width: 100% !important
}

.box-items .box-item h3 {
	margin: 0;
	padding: 22px 22px 0
}

.box-items .box-item h4 {
	margin: 0;
	padding: 22px 22px 0;
	font-size: 2rem;
	color: #333;
	font-weight: 400
}

.box-items .box-item p {
	margin: 0;
	padding: 18px 22px 0;
	font-size: 1.4rem;
	color: #666;
	line-height: 1.5
}

.box-items-with-red-border .box-item {
	position: relative;
	border-bottom: 4px solid #e60012
}

.box-items-with-red-border .box-item a {
	position: relative;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 0
}

.box-items-with-red-border .box-item span.img .img-responsive {
	width: 100% !important
}

.box-items-with-red-border .box-item:hover span.img img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2)
}

.box-items-with-red-border .box-item img.icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -12%;
	margin-left: -7.5%
}

.box-items-with-red-border .box-item h3 {
	position: absolute;
	margin: 0;
	padding: 0 20px;
	width: 100%;
	bottom: 15%;
	font-size: 20px;
	color: #fff;
	font-weight: 200;
	text-align: center
}

.overview {
	padding-bottom: 0 !important
}

.overview .content {
	padding-top: 10px;
	padding-bottom: 10px
}

.overview .left-img-video {
	position: relative;
	float: left;
	width: 50%;
	margin-right: 3%;
	margin-bottom: 10px;
	cursor: pointer
}

.overview .left-img-video .img-responsive {
	width: 100%
}

.overview .left-img-video .play-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4)
}

.overview .left-img-video .play-mask .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px
}

.overview .left-img-video.clear-margin-bottom {
	margin-bottom: 0
}

.overview .right-text .text {
	padding: 20px 0;
	overflow: hidden
}

.overview .right-text .text h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2.7rem;
	font-weight: 400;
	color: #333
}

.overview .right-text .text p {
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #666;
	line-height: 1.5
}

.overview .right-text .text.clear-padding {
	padding: 0
}

.overview .right-text .text.clear-padding p:first-child {
	margin-top: -5px
}

.overview .right-text .text-gray p {
	padding: 20px 24px 40px;
	background: #f5f5f5;
	border-top: 3px solid #e60012
}

.overview .text p {
	margin-bottom: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.5
}

.overview .text p.clear-margin-top {
	margin-top: 0
}

.overview .text .margin-bottom-15 {
	margin-bottom: 15px
}

.overview a.down, .overview a.up {
	display: none;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px
}

.tabs-list {
	padding-bottom: 20px
}

.tabs-list .tabs {
	-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)
}

.tabs-list .tabs ul {
	font-size: 0;
	overflow: hidden;
	zoom: 1;
	background-color: #fff;
	border-bottom: 1px solid #e60012
}

.tabs-list .tabs ul li {
	width: 25%;
	display: inline-block;
	padding: 20px 0
}

.tabs-list .tabs ul li span {
	cursor: default;
	display: block;
	padding: 0 10px;
	font-size: 2rem;
	color: #666;
	text-align: center;
	border-right: 1px solid #e6e6e6
}

.tabs-list .tabs ul li.active {
	background-color: #e60012
}

.tabs-list .tabs ul li.active span {
	color: #fff;
	border-right: 1px solid transparent
}

.tabs-list .tabs ul li:last-child span {
	border-right: 1px solid transparent
}

.tabs-list .tabs-content {
	padding-top: 20px
}

.tabs-list .tabs-content ul {
	padding-top: 10px;
	padding-bottom: 10px
}

.tabs-list .tabs-content ul li {
	min-height: 52px;
	padding-bottom: 8px
}

.tabs-list .tabs-content .tab-header-mb {
	display: none
}

.tabs-list .tabs-content a {
	display: block;
	margin-top: 10px;
	font-size: 1.4rem
}

.article-overview h2.product-name, .product-overview h2.product-name {
	text-align: center;
	font-size: 3.4rem;
	font-weight: 400
}

.article-overview .catalogue, .product-overview .catalogue {
	text-align: center
}

.article-overview a.download, .product-overview a.download {
	font-size: 1.4rem;
	line-height: 2;
	color: #333;
	padding-left: 40px;
	display: inline-block;
	background: url(../images/icon-product-catalogue-download.png) 0 0 no-repeat
}

.article-overview a.download:hover, .product-overview a.download:hover {
	color: #0b7ed7;
	text-decoration: none;
	background-position: 0 -30px
}

.article-overview .text, .product-overview .text {
	padding: 20px 0 0;
	font-size: 1.4rem;
	color: #666;
	line-height: 1.25;
	overflow: hidden
}

.article-overview .text ul li, .product-overview .text ul li {
	padding-left: 15px;
	margin-bottom: 5px
}

.article-overview .text ul li:before, .product-overview .text ul li:before {
	content: '\2022';
	display: inline-block;
	margin-left: -15px;
	margin-right: 10px;
	color: #0b7ed7
}

.article-overview .text>div, .product-overview .text>div {
	overflow: hidden
}

.article-overview a.down, .article-overview a.up, .product-overview a.down, .product-overview a.up {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px
}

.overview .right-text a.download {
	margin-top: 20px;
	font-weight: 700;
	float: right;
	font-size: 1.4rem;
	line-height: 2;
	color: #676767;
	padding-left: 40px;
	display: inline-block;
	background: url(../images/icon-group-introduction-download.png) 0 0 no-repeat
}

.overview .right-text a.download:hover {
	color: #e60012;
	text-decoration: none;
	background-position: 0 -30px
}

.product-images {
	border-top: 1px solid #f5f5f5;
	padding-top: 20px
}

.product-images .product-image-item {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px
}

.product-images .product-image-item img.p-image {
	width: 100%
}

.product-images .product-image-item span {
	font-size: 14px;
	color: #333
}

.product-tabs-container {
	padding-bottom: 0 !important
}

.product-tabs {
	display: table;
	border-collapse: separate;
	border-spacing: 10px
}

.product-tabs li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 74px;
	border: 1px solid #cecece;
	background: #fff;
	font-size: 1.8rem;
	color: #7f7f7f;
	text-align: center;
	cursor: pointer
}

.product-tabs li+li {
	margin-left: 10px
}

.product-tabs li.active {
	background: #e60012;
	color: #fff
}

.product-detail h3.tab-title {
	display: none
}

.product-detail .product-detail-content {
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	font-size: 14px;
	line-height: 1.25;
	color: #7f7f7f
}

.product-detail .product-detail-content h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #333;
	font-weight: 400
}

.product-detail .product-detail-content h3:first-child {
	margin-top: 0
}

.product-detail .product-detail-content ul {
	padding-left: 20px
}

.product-detail .product-detail-content ul li {
	margin-bottom: 15px
}

.product-detail .product-detail-content ul li:before {
	content: '\2022';
	display: inline-block;
	width: 5px;
	margin-left: -15px;
	margin-right: 10px;
	color: #0b7ed7
}

.product-detail .product-detail-content .table {
	width: 100%
}

.product-detail .product-detail-content .table td {
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #e5e4e4;
	padding: 10px
}

.product-detail .product-detail-content .table td p {
	margin: 0
}

.product-detail .product-detail-content .table td p a {
	color: #0b7ed7
}

.product-detail .product-detail-content .table thead td {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	background-color: #f8f8f8;
	border: 1px solid #e5e4e4;
	padding: 10px;
	font-weight: 700
}

.product-detail .product-detail-content .table tbody td:first-child {
	vertical-align: top
}

.product-detail .product-detail-content .tables thead td {
	background: #e8e8e8 !important
}

.product-detail .product-detail-content .tables td:first-child {
	vertical-align: middle !important;
	border-right: 1px solid #e5e4e4
}

.product-detail .product-detail-content .tables td p {
	margin: 5px 0
}

.product-detail .product-detail-content .tables td a {
	color: #0b7ed7
}

.product-detail .product-detail-content .process-table thead td {
	background-color: #fff
}

.product-detail .product-detail-content .process-table thead td p {
	color: #333
}

.product-detail .product-detail-content .process-table thead td a {
	display: block;
	text-align: center;
	color: #0b7ed7
}

.product-detail .product-detail-content .process-table thead td a.btn {
	background: #0b7ed7;
	color: #fff;
	width: 100px;
	height: 25px;
	border-radius: 10px;
	line-height: 10px;
	margin: 0 auto
}

.product-detail .product-detail-content:first-child {
	display: block
}

.product-detail .product-detail-content .link-list p a {
	color: #0b7ed7 !important;
	text-decoration: none !important
}

.product-detail .product-detail-content .link-list p.link {
	margin: 0;
	padding-top: 0;
	background: url(../images/pro_link.png) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 26px;
	font-size: 14px;
	width: 100%
}

.product-detail .product-detail-content .link-list div.plus {
	margin: 0;
	padding-top: 0;
	padding-left: 15px;
	line-height: 26px;
	font-size: 14px;
	width: 100%;
	background: url(../images/aqu-open.png) no-repeat 0 8px
}

.product-detail .product-detail-content .link-list div.plus>a {
	color: #0b7ed7 !important;
	text-decoration: none !important
}

.product-detail .product-detail-content .link-list div.plus>div {
	display: none;
	padding-left: 15px
}

.product-detail .product-detail-content .link-list div.plus>div p {
	margin: 0
}

.product-detail .product-detail-content .link-list div.plus.open {
	background: url(../images/aqu-close.png) no-repeat 0 8px
}

.product-detail .product-detail-content .link-list div.plus.open>div {
	display: block
}

.product-detail .product-detail-content .link-more p {
	text-align: right
}

.product-detail .product-detail-content .link-more p a {
	color: #0b7ed7 !important;
	text-decoration: none !important
}

.product-detail .certification-table .tables td {
	background-color: #f7f7f7;
	text-align: center
}

.product-detail .certification-table .tables td p {
	text-align: center
}

.product-detail h3:first-child+.product-detail-content {
	display: block
}

.h3c-tabs {
	font-size: 0;
	border-bottom: 1px solid #e60012;
	-webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 -2px 8px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 -2px 8px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 -2px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 -2px 8px rgba(0, 0, 0, .1)
}

.h3c-tabs li {
	display: inline-block;
	border: none;
	font-size: 18px;
	color: #666;
	font-weight: 400;
	padding: 20px 0;
	text-align: center;
	box-sizing: content-box;
	cursor: pointer
}

.h3c-tabs li.active {
	background: #e60012;
	color: #fff;
	text-align: center
}

.h3c-tabs-content {
	position: relative;
	border: 1px solid #ececec;
	margin-bottom: 60px;
	padding-bottom: 0 !important;
	height: 660px
}

.h3c-tabs-content ul.left-tree {
	padding: 0 !important;
	height: 100%;
	background: #fcfcfc;
	border-right: 1px solid #ececec
}

.h3c-tabs-content ul.left-tree.col-md-3 {
	position: static
}

.h3c-tabs-content ul.left-tree li {
	border-bottom: 1px solid #ececec
}

.h3c-tabs-content ul.left-tree li>h3 {
	margin: 0;
	padding: 20px 50px 20px 30px;
	font-size: 14px;
	color: #333;
	cursor: pointer
}

.h3c-tabs-content ul.left-tree li.active>h3 {
	background: #eee url(/en/tres/images/icon-resource-link_arrow.png) 90% 50% no-repeat;
	color: #0b7ed7
}

.h3c-tabs-content ul.left-tree li.active .content {
	display: block
}

.h3c-tabs-content .h3c-tabs-content-detail {
	display: none;
	height: 100%
}

.h3c-tabs-content .h3c-tabs-content-detail.active {
	display: block
}

.h3c-tabs-content .content {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
	padding: 20px 30px;
	font-size: 16px;
	color: #666;
	line-height: 1.5em
}

.h3c-tabs-content .content .scrollContentDiv {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	top: 0;
	left: 0
}

.h3c-tabs-content .content .scrollBarBox {
	position: absolute
}

.h3c-tabs-content .content .scrollBarBox .scrollBar {
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent
}

.h3c-tabs-content .content .scrollBarBox .scrollBar.bgc-333 {
	background: #ccc
}

.h3c-tabs-content .content .download {
	margin-bottom: 50px;
	font-size: 14px
}

.h3c-tabs-content .content .download strong {
	color: #333;
	font-weight: 600
}

.h3c-tabs-content .content h4 {
	font-size: 26px;
	color: #333;
	font-weight: 400;
	line-height: 1.25em;
	text-align: center
}

.h3c-tabs-content .content p {
	margin: 0 0 20px 0
}

.h3c-tabs-content .content p.tb-title {
	font-size: 21px;
	color: #333;
	font-weight: 400
}

.h3c-tabs-content .content .table {
	width: 100%
}

.h3c-tabs-content .content .table td {
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	background-color: #fff;
	border: 1px solid #e5e4e4;
	padding: 10px
}

.h3c-tabs-content .content .table td p {
	margin: 0
}

.h3c-tabs-content .content .table td p a {
	color: #0b7ed7
}

.h3c-tabs-content .content .table thead th {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	background-color: #f8f8f8;
	border: 1px solid #e5e4e4;
	padding: 10px;
	font-weight: 400;
	text-align: center
}

.h3c-tabs-content .content .table tbody th:first-child {
	vertical-align: top
}

.h3c-tabs-content .content .tables thead td {
	background: #e8e8e8 !important
}

.h3c-tabs-content .content .tables td:first-child {
	vertical-align: middle !important;
	border-right: 1px solid #e5e4e4
}

.h3c-tabs-content .content .tables td p {
	margin: 5px 0
}

.h3c-tabs-content .content .tables td a {
	color: #0b7ed7
}

.h3c-tabs-content .content .tables td.center {
	text-align: center
}

@media screen and (max-width:767px) {
	.h3c-tabs {
		margin-left: -16px;
		margin-right: -16px
	}

	.h3c-tabs li {
		padding: 9px 0
	}

	.h3c-tabs-content {
		height: auto;
		border: none
	}

	.h3c-tabs-content .h3c-tabs-content-detail {
		height: auto
	}

	.h3c-tabs-content ul.left-tree {
		height: auto;
		border: 1px solid #ececec
	}

	.h3c-tabs-content ul.left-tree li h3 {
		padding: 10px 20px 10px 13px;
		background: #eee url(/en/tres/images/icon-link-arrow_down_gray.png) 90% 50% no-repeat;
		background-size: 20px 20px
	}

	.h3c-tabs-content ul.left-tree li.active h3 {
		background: #eee url(/en/tres/images/icon-link-arrow_up.png) 90% 50% no-repeat;
		background-size: 20px 20px
	}

	.h3c-tabs-content .content {
		position: static;
		padding: 15px 10px;
		background: #fff
	}

}

.column-list-image-text {
	padding-bottom: 0 !important
}

.column-list-image-text .column-list-image-text-item {
	padding: 40px 0
}

.column-list-image-text .column-list-image-text-item .item-image {
	float: right;
	width: 30%;
	margin-left: 30px;
	margin-right: 0
}

.column-list-image-text .column-list-image-text-item .item-text h3 {
	font-size: 25px;
	color: #333;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px
}

.column-list-image-text .column-list-image-text-item .item-text h3.font-size {
	font-size: 27px
}

.column-list-image-text .column-list-image-text-item .item-text p {
	font-size: 15px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 15px
}

.column-list-image-text .column-list-image-text-item .item-text p.link {
	text-align: right
}

.column-list-image-text .column-list-image-text-item .item-text p.link a.more {
	margin-right: 30px
}

.column-list-image-text .column-list-image-text-item .item-text p.font-size {
	font-size: 14px
}

.column-list-image-text .column-list-image-text-item:nth-child(odd) {
	background-color: #f5f5f5
}

.column-list-image-text .column-list-image-text-item:nth-child(odd) .item-image {
	float: left;
	margin-right: 30px;
	margin-left: 0
}

.column-list-image-text.start-with-gray .column-list-image-text-item {
	background-color: #f5f5f5
}

.column-list-image-text.start-with-gray .column-list-image-text-item .item-image {
	float: left;
	margin-right: 30px;
	margin-left: 0
}

.column-list-image-text.start-with-gray .column-list-image-text-item:nth-child(odd) {
	background-color: transparent
}

.column-list-image-text.start-with-gray .column-list-image-text-item:nth-child(odd) .item-image {
	float: right;
	margin-left: 30px;
	margin-right: 0
}

.column-list-image-text.start-with-gray.clear-gray .column-list-image-text-item {
	background: #fff;
	padding-top: 0
}

.column-list-image-text.start-with-gray.clear-gray .column-list-image-text-item.padding-top-40 {
	padding-top: 40px
}

.column-list-image-text.start-with-gray.clear-gray .column-list-image-text-item .item-text>p:first-child {
	margin-top: 0
}

@media screen and (max-width:767px) {
	.all-videos .all-m {
		display: block
	}

	.column-list-image-text .column-list-image-text-item {
		padding: 20px 0
	}

	.column-list-image-text .column-list-image-text-item .item-image {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px
	}

	.column-list-image-text .column-list-image-text-item .item-text h3 {
		font-size: 18px
	}

	.column-list-image-text .column-list-image-text-item .item-text h3.font-size {
		font-size: 18px
	}

	.column-list-image-text .column-list-image-text-item:nth-child(odd) {
		float: none;
		margin-right: 0
	}

}

.list-image-text {
	padding-top: 40px
}

.list-image-text .titles {
	font-size: 26px;
	color: #333;
	font-weight: 400
}

.list-image-text .list-image-box {
	margin-bottom: 26px;
	border-top: 0 !important
}

.list-image-text .list-image-box>div {
	border: 1px solid #e6e6e6 !important
}

.list-image-text .list-image-box h2.titles {
	padding: 10px 26px;
	background-color: #ececec;
	margin: 0;
	font-size: 22px
}

.list-image-text .list-image-box .boxs {
	margin: 0 26px;
	padding: 24px 0;
	border-bottom: 1px solid #e8e8e8
}

.list-image-text .list-image-box .boxs:last-child {
	border-bottom: 0
}

.list-image-text .list-image-box .boxs .icon-text-box .line {
	position: absolute;
	width: 1px;
	height: 150px;
	border-right: 1px solid #e8e8e8;
	left: 50%;
	top: 50%;
	margin-top: -80px
}

.list-image-text .list-image-box .boxs .icon-text-box .icon {
	margin-top: 45px;
	margin-bottom: 40px
}

.list-image-text .list-image-box .boxs .icon-text-box h3 {
	margin-top: 40px
}

.list-image-text .list-image-box img {
	max-width: 100%
}

.list-image-text .box {
	padding: 28px 0;
	border-bottom: 1px solid #e8e8e8
}

.list-image-text .box:first-child {
	border-top: 2px solid #e8e8e8
}

.list-image-text .box:last-child {
	border-bottom: 0
}

.list-image-text .left-img {
	width: 25%;
	margin-right: 3.2%;
	float: left
}

.list-image-text .left-img img {
	max-width: 100%
}

.list-image-text .right-text h3 {
	font-size: 22px;
	color: #333;
	font-weight: 400;
	margin: 8px 0
}

.list-image-text .right-text p {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #666;
	margin: 5px 0
}

.list-image-text .right-text a.more, .list-image-text .right-text a.view {
	float: right;
	margin: 10px 30px 10px 0
}

.list-image-text .right-column {
	padding-top: 40px
}

.list-image-text h2.titles+div {
	border-top: 2px solid #e8e8e8
}

.article {
	font-size: 14px
}

.article h2.title {
	margin-top: 20px
}

.article .titles {
	font-size: 26px;
	color: #333;
	font-weight: 400
}

.article .article-title {
	margin-bottom: 0;
	padding: 10px 0 30px;
	text-align: center;
	border-bottom: 2px solid #eee;
	line-height: 1.25
}

.article .article-title.left {
	text-align: left
}

.article .article-title.noborder {
	border: 0
}

.article .article-title .text-left {
	text-align: left
}

.article .btn_list {
	width: 100%;
	margin: 20px 0
}

.article .btn_list li {
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	text-align: left;
	height: 30px
}

.article .btn_list li a {
	display: block;
	line-height: 30px;
	padding-left: 40px;
	background: url(../images/btn_pro_detail.png) #f7f7f7 no-repeat;
	margin-left: 2px;
	padding-right: 15px;
	color: #7f7f7f
}

.article .btn_list .favorites a {
	background-position: left -60px
}

.article .btn_list .print a {
	background-position: left -30px
}

.article .detail-body {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8
}

.article .detail-body p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #666;
	line-height: 24px
}

.article .detail-body p img {
	margin: 10px auto;
	display: block;
	max-width: 100%;
	height: auto
}

.article .detail-body p a {
	color: #0b7ed7
}

.article .detail-body p a[name] {
	color: inherit
}

.article .detail-body p .h {
	margin-top: 30px;
	padding: 0;
	height: 10px;
	border-top: 1px solid #e8e8e8
}

.article .detail-body p.process-title {
	font-weight: 400;
	font-size: 20px;
	color: #333;
	margin-top: 12px
}

.article .detail-body a[name] {
	color: inherit
}

.article .detail-body h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333
}

.article .detail-body ul {
	padding-left: 20px;
	margin-bottom: 20px
}

.article .detail-body ul li:before {
	content: '\2022';
	display: inline-block;
	margin-left: -15px;
	margin-right: 10px;
	color: #0b7ed7;
	width: 5px
}

.article .detail-body ul li div {
	display: inline
}

.article .detail-body ul.link-list li {
	margin: 0;
	padding-top: 0;
	background: url(../images/pro_link.png) no-repeat 0 5px;
	padding-left: 20px;
	line-height: 26px;
	font-size: 16px;
	width: 100%
}

.article .detail-body ul.link-list li:before {
	content: ''
}

.article .detail-body ul.link-list li a {
	color: #0b7ed7 !important;
	text-decoration: none !important
}

.article .detail-body.detail-material-body {
	border-bottom: 0
}

.article .detail-body .download-list {
	padding: 10px
}

.article .detail-body .download-list p.link {
	position: relative;
	margin: 5px 0;
	border-bottom: 1px solid #eee
}

.article .detail-body .download-list p.link a {
	display: inline-block;
	width: 80%
}

.article .detail-body .download-list p.link span {
	position: absolute;
	right: 0;
	bottom: 0
}

.article .detail-body .banner {
	width: 100%;
	padding: 30px 0 10px;
	border-top: 1px solid #e8e8e8
}

.article .detail-body .banner img {
	width: 100%
}

.article .detail-body .email {
	margin-top: 20px;
	padding: 18px 25px;
	background: #f5f5f5
}

.article .detail-body .email img {
	float: left;
	margin-right: 20px
}

.article .detail-body .email a {
	color: #0b7ed7
}

.article .detail-body.clear-border-bottom {
	border-bottom: none
}

.article .detail-body .clear-margin-bottom {
	margin-bottom: 0
}

.article .detail-body-download {
	border: 0
}

.article .detail-body-download h4 {
	color: #666;
	margin: 10px 0
}

.article .application-process .titles {
	margin-top: 0;
	margin-bottom: 0;
	background: #f2f2f2;
	padding: 10px 25px;
	border: 1px solid #e8e8e8
}

.article .application-process .process-box {
	padding: 10px 25px 15px 25px;
	border: 1px solid #e8e8e8;
	border-top: 0
}

.article .download {
	text-decoration: none;
	color: #0b7ed7;
	font-size: 1.4rem;
	background: url(../images/download.png) no-repeat left center;
	padding-left: 20px
}

.article .download-text {
	color: #333;
	font-size: 1.4rem
}

.article .article-right {
	padding-top: 40px
}

@media screen and (max-width:767px) {
	.article {
		padding-top: 0
	}

}

.quick_links, .search_links {
	margin-bottom: 20px
}

.quick_links .paddings, .search_links .paddings {
	padding: 0 10px 0 18px
}

.quick_links h3, .search_links h3 {
	background: #ececec;
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin: 0;
	padding: 15px 18px !important;
	font-weight: 400
}

.quick_links ul li, .search_links ul li {
	font-size: 1.4rem;
	color: #0b7ed7;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8
}

.quick_links ul li a, .search_links ul li a {
	text-decoration: none;
	color: #0b7ed7;
	display: block;
	padding: 12px 35px 12px 18px;
	background: url(../images/icon-link.png) no-repeat 95% center
}

.quick_links ul li a:hover, .search_links ul li a:hover {
	background-color: #ececec;
	text-decoration: none
}

.quick_links ul li a.active, .search_links ul li a.active {
	color: #e60012
}

.quick_links a.mores, .search_links a.mores {
	float: right;
	margin-right: 43px;
	margin-top: 10px;
	position: relative;
	font-size: 1.6rem;
	line-height: 20px;
	color: #333
}

.quick_links a.mores:after, .search_links a.mores:after {
	content: '';
	position: absolute;
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-link-arrow-r.png) no-repeat;
	background-size: 20px 20px
}

.quick_links a.mores:hover, .search_links a.mores:hover {
	color: #e60012
}

.quick_links a.mores:hover:after, .search_links a.mores:hover:after {
	background: url(../images/icon-link-arrow_on.png) no-repeat;
	background-size: 20px 20px
}

.quick_links p.subtitle, .search_links p.subtitle {
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 6px 10px 6px 18px;
	line-height: 22px;
	font-size: 1.4rem;
	color: #e60012
}

.feedback img {
	width: 100%
}

.resources-box {
	padding: 40px 0
}

.resources-box .resources-tabs {
	height: 80px;
	background-color: #f5f5f5
}

.resources-box .resources-tabs li {
	width: 33.2%;
	height: 68px;
	line-height: 68px;
	float: left;
	margin-top: 12px;
	margin-left: .2%;
	background: #fdfdfd;
	border-bottom: 1px solid #ececec;
	cursor: pointer;
	font-size: 22px;
	text-align: center
}

.resources-box .resources-tabs li:first-child {
	margin-left: 0
}

.resources-box .resources-tabs li.active {
	color: #e61002;
	height: 80px;
	line-height: 80px;
	margin-top: 0;
	background: #fff;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, .05);
	-ms-box-shadow: 0 -2px 4px rgba(0, 0, 0, .05);
	-o-box-shadow: 0 -2px 4px rgba(0, 0, 0, .05);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .05)
}

.resources-box .resources-tree-content {
	padding: 20px 30px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.resources-box .resources-tree-content .column {
	height: 370px;
	background: #fcfcfc;
	border: 1px solid #f7f6f6;
	overflow-y: scroll;
	float: left;
	padding: 10px 0 20px
}

.resources-box .resources-tree-content .column:nth-child(1) {
	width: 18%
}

.resources-box .resources-tree-content .column:nth-child(2) {
	width: 35%;
	margin-left: 1.5%
}

.resources-box .resources-tree-content .column:nth-child(3) {
	width: 44%;
	margin-left: 1.5%
}

.resources-box .resources-tree-content .column ul {
	width: 100%;
	height: 100%
}

.resources-box .resources-tree-content .column ul li {
	width: 100%;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 28px;
	padding-right: 29%;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.resources-box .resources-tree-content .column ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none
}

.resources-box .resources-tree-content .column ul li .listgoto {
	display: block;
	width: 7px;
	position: absolute;
	right: 10%;
	top: 8px;
	display: none
}

.resources-box .resources-tree-content .column ul li.active, .resources-box .resources-tree-content .column ul li:hover {
	background: #eee
}

.resources-box .resources-tree-content .column ul li.active a, .resources-box .resources-tree-content .column ul li:hover a {
	color: #e60012
}

.resources-box .resources-tree-content .column ul li.active .listgoto, .resources-box .resources-tree-content .column ul li:hover .listgoto {
	display: block
}

.resources-box .resources-tree-content .column::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

.resources-box .resources-tree-content .column::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px #dcdcdc;
	background: #dcdcdc
}

.resources-box .resources-tree-content .column::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #f8f8f8;
	background: #f8f8f8
}

.resources-box .resource-search-content {
	padding: 20px 30px;
	background: #fff
}

.resources-box .resource-search-content .search-inner {
	width: 75%;
	margin: 0 auto
}

.resources-box .resource-search-content .search-inner .searchBox {
	width: 100%;
	height: 50px;
	background: #fcfcfc;
	border: 1px solid #f7f6f6;
	position: relative
}

.resources-box .resource-search-content .search-inner .searchBox .searchDocumentInput {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	border: none;
	background: #fcfcfc;
	padding: 0 130px 0 20px;
	font-size: 14px;
	color: #333
}

.resources-box .resource-search-content .search-inner .searchBox .searchBoxbtn {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.resources-box .resource-search-content .search-inner .searchBox .searchBoxbtn img {
	display: block;
	width: 20px;
	position: absolute;
	left: 20px;
	top: 15px
}

.resources-box .resource-search-content .search-inner .searchBox .searchBoxbtn input {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #f5f5f5;
	font-size: 24px;
	color: #333;
	padding-left: 50px;
	padding-right: 20px
}

.resources-box .resource-search-content .search-inner .keyword-list {
	width: 100%;
	margin-top: 40px
}

.resources-box .resource-search-content .search-inner .keyword-list li {
	width: 17.5%;
	float: left;
	margin-right: 10%;
	height: 50px;
	background: #fcfcfc;
	border: 1px solid #f7f6f6;
	margin-bottom: 20px;
	cursor: pointer
}

.resources-box .resource-search-content .search-inner .keyword-list li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 50px;
	cursor: pointer
}

.resources-box .documentGoto {
	height: 78px;
	margin-top: 30px
}

.resources-box .documentGoto li {
	width: 32%;
	height: 78px;
	float: left;
	margin-left: 2%;
	line-height: 78px;
	text-align: center;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.resources-box .documentGoto li:first-child {
	margin-left: 0
}

.resources-box .documentGoto li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 22px;
	color: #666;
	background-color: #fff;
	border: 1px solid #e5e5e5
}

.resources-box .documentGoto li a:hover {
	background-color: #e60012;
	color: #fff
}

.resources-box-mb {
	padding-top: 20px;
	padding-bottom: 20px
}

.resources-box-mb ul li {
	margin-bottom: 10px;
	height: 60px;
	line-height: 60px;
	text-align: center
}

.resources-box-mb ul li img {
	width: 30px;
	margin-right: 10px
}

.resources-box-mb ul li:first-child {
	margin-left: 0
}

.resources-box-mb ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #666;
	background-color: #fff;
	border: 1px solid #e5e5e5
}

.resources-box-mb ul li:last-child {
	margin-bottom: 0
}

.resources-box-mb .box {
	margin-top: -20px;
	margin-bottom: -20px;
	border: 1px solid #e6e6e6;
	padding: 20px;
	text-align: center;
	display: block
}

.resources-box-mb .box img {
	width: 35px
}

.resources-box-mb .box h4 {
	margin: 8px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333
}

.resources-box-mb .box p {
	margin: 0 auto;
	width: 80%;
	font-size: 12px;
	color: #666
}

@media screen and (min-width:768px) {
	.resources-box-mb .box {
		padding-top: 45px;
		padding-bottom: 45px
	}

	.resources-box-mb .box img {
		width: auto
	}

	.resources-box-mb .box h4 {
		margin: 20px 0;
		font-size: 22px
	}

	.icon-text-box ul li:hover {
		background-color: #f9f9f9
	}

	.icon-text-box ul li:hover .icon img.off {
		display: none
	}

	.icon-text-box ul li:hover .icon img.on {
		display: inline
	}

}

@media (min-width:768px) and (max-width:970px) {
	.list-image-text .left-img {
		width: 35%
	}

}

@media screen and (max-width:767px) {
	.list-image-text {
		padding-top: 10px
	}

	.list-image-text .list-image-box .boxs .icon-text-box .line {
		height: 140px;
		margin-top: -70px
	}

	.list-image-text .right-column {
		padding-top: 0
	}

	.list-image-text .left-img {
		float: none;
		width: auto
	}

	.list-image-text .right-text h3 {
		margin: 10px 0
	}

	.list-image-text .article-title {
		padding: 0 20px
	}

	.btn_list {
		display: none
	}

	.list-image-box .boxs li img {
		width: 60px
	}

	.list-image-box .boxs li h3 {
		font-size: 16px
	}

}

.swiper-container .swiper-button-prev {
	background: transparent url(../images/btn-swiper-prev.png) no-repeat
}

.swiper-container .swiper-button-next {
	background: transparent url(../images/btn-swiper-next.png) no-repeat
}

.swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	opacity: .5
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid #0b7ed7;
	opacity: 1
}

@media (min-width:768px) and (max-width:1199px) {
	.hero .text-box .text h2 {
		margin-right: 20px;
		font-size: 28px
	}

	.hero .text-box .text p {
		margin-right: 20%;
		font-size: 16px
	}

	.hero.home .text-box .text h2 {
		margin: 66px 0 30px;
		margin-right: 20px;
		font-size: 40px
	}

	.hero.home .text-box .text p {
		font-size: 16px;
		margin-right: 10%
	}

}

@media screen and (max-width:767px) {
	.breadcrumb {
		visibility: hidden;
		display: none
	}

	h2.title {
		position: relative;
		border-left: 0;
		padding: 4px 15px;
		font-size: 22.28px;
		font-weight: 400;
		line-height: 1;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px
	}

	h2.title:after {
		content: '';
		display: block;
		width: 50px;
		margin: 10px auto;
		height: 1px;
		border-bottom: 3px solid #e60012
	}

	h2.title:before {
		display: none
	}

	a.all, a.more {
		font-size: 1.4rem
	}

	img.pc {
		display: none
	}

	img.mb {
		display: inline
	}

	.page-container section {
		padding-bottom: 20px
	}

	.page-container section.clear-padding-bottom {
		padding-bottom: 0
	}

	.hero video {
		display: none
	}

	.hero video.mb {
		display: block
	}

	.hero>img.pc {
		display: none
	}

	.hero>img.mb {
		display: block
	}

	.hero .text-box {
		top: 3%;
		transform: none
	}

	.hero .text-box .text {
		padding: 0 30px
	}

	.hero .text-box .text h2 {
		margin-top: 20px;
		margin-bottom: 0;
		margin-right: 0;
		font-size: 30px
	}

	.hero .text-box .text p {
		margin-top: 4%;
		border-left: 4px solid #e60012;
		padding-left: 16px;
		margin-right: 15%;
		font-size: 16px;
		line-height: 1.25
	}

	.hero.home .text-box .text h2 {
		margin: 50px 0 15px;
		font-size: 34px;
		line-height: 1.25em
	}

	.hero.home .text-box .text p {
		font-size: 14px;
		margin-right: 5%
	}

	.hero.home .text-box .text .bannerInnerBtn {
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		font-size: 14px
	}

	.hero.home .text-box .text .bannerInnerBtn img {
		margin-top: 7px
	}

	.hero.home .text-box .text a.bannerInnerBtnVideo {
		display: inline-block
	}

	.hero.home .video-popup {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, .8);
		z-index: 99;
		display: none
	}

	.hero.home .video-popup #video-container {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		transform: translate(-50%, -50%)
	}

	.hero.home .video-popup .video-close {
		position: absolute;
		width: auto;
		top: 5%;
		right: 5%;
		width: 30px
	}

	.hero.home .video-popup video {
		display: block
	}

	.overview .right-text .text {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px
	}

	.overview .right-text .text h3 {
		font-size: 18px
	}

	.overview .right-text .text p {
		font-size: 16px
	}

	.overview .right-text .text.clear-padding p:first-child {
		margin-top: 15px
	}

	.overview .right-text a.down, .overview .right-text a.up {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.icon-text-box ul li {
		padding-bottom: 20px;
		width: 50%;
		height: auto
	}

	.icon-text-box ul li h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px
	}

	.icon-text-box ul li p {
		font-size: 12px;
		line-height: 1.25
	}

	.icon-text-box ul li .icon {
		height: auto
	}

	.icon-text-box ul.one-column-mobile li {
		width: 100%
	}

	.news-box a.all {
		display: none
	}

	.news-box .news-item {
		height: auto !important;
		margin-bottom: 0;
		padding-bottom: 0
	}

	.news-box .news-item:last-chlid {
		border-bottom: 0
	}

	.news-box .news-item:after {
		display: block
	}

	.news-box .news-item .img {
		display: none
	}

	.news-box .news-item .news-text {
		padding: 20px 16px;
		margin-bottom: 20px
	}

	.news-box .news-item .news-text label {
		font-size: 14px
	}

	.news-box .news-item .news-text h3 {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;
		overflow: auto;
		white-space: normal
	}

	.news-box .news-item .news-text p {
		font-size: 14px
	}

	.news-box .news-item .news-text a.more {
		float: right;
		margin-right: 5px
	}

	.news-box .news-item.news-item-img {
		background-color: #fff;
		padding-bottom: 0
	}

	.news-box .news-item.news-item-img:after {
		display: block
	}

	.news-box .news-item.news-item-img .img {
		display: inline-block;
		float: none;
		width: 100%;
		overflow: hidden
	}

	.news-box .news-item.news-item-img .img img {
		width: 100%;
		height: auto
	}

	.news-box .news-item.news-item-img .news-text {
		float: none;
		margin-left: 0;
		width: auto;
		min-height: auto
	}

	.news-box .row>div {
		border-bottom: 1px solid #e6e6e6
	}

	.news-box .row>div:last-child {
		border-bottom: 0
	}

	.news-box .row>div:last-child .news-item:after {
		display: none
	}

	.news-box .row>div:nth-child(1) .news-item-img {
		margin-bottom: 20px
	}

	.videos-box .video-item {
		margin-bottom: 20px
	}

	.videos-box .video-item h3 {
		font-size: 16px
	}

	.videos-box .video-item .img img.img-responsive {
		width: 100%
	}

	.box-items .box-item {
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.box-items .box-item h3 {
		padding-top: 20px;
		font-size: 18px
	}

	.box-items .box-item h4 {
		margin-bottom: 10px;
		font-size: 16px
	}

	.box-items .box-item p {
		padding-top: 8px
	}

	.box-items .box-item .img .img-responsive {
		width: 100%
	}

	.overview .left-img-video {
		float: none;
		width: auto;
		margin-right: 0
	}

	.tabs-list .tabs {
		display: none
	}

	.tabs-list .tabs-content .tab-header-mb {
		margin: 0;
		display: block;
		padding: 16px 20px;
		font-size: 1.6rem;
		color: #fff;
		background: #fff url(../images/subtitle-arrow_down.png) 95% center no-repeat;
		background-size: 28px 28px
	}

	.tabs-list .tabs-content .tab-header-mb.on {
		background: #e60012 url(../images/subtitle-arrow_up.png) 95% center no-repeat;
		background-size: 28px 28px
	}

	.tabs-list .tabs-content ul li {
		min-height: none
	}

	.tabs-list .tabs-content a {
		display: block;
		margin-top: 10px;
		font-size: 1.4rem
	}

	.product-overview h2.product-name {
		margin-bottom: 0
	}

	.product-images .product-image-item img {
		width: 70%
	}

	.product-tabs-container {
		display: none
	}

	.product-detail h3.tab-title {
		display: block;
		height: 50px;
		background: #f5f5f5;
		margin: 0;
		line-height: 50px;
		border-bottom: 1px solid #e5e5e5
	}

	.product-detail h3.tab-title a {
		padding: 0 15px;
		display: block;
		font-size: 16px;
		color: #333;
		line-height: 50px;
		text-decoration: none;
		background: url(../images/in-down.png) right center no-repeat
	}

	.product-detail h3.tab-title.active a {
		background: url(../images/in-up.png) right center no-repeat
	}

	.product-detail .product-detail-content {
		display: none
	}

	.product-detail>h3.active+.product-detail-content {
		display: block
	}

}

.list-with-date .box a.link {
	display: block;
	font-size: 18px;
	color: #0b7ed7;
	font-weight: 400;
	margin: 0;
	padding-left: 18px;
	background: url(../images/products-icon.png) no-repeat left 5px
}

.list-with-date .box .date {
	color: #999;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 0;
	padding-left: 18px
}

.list-with-date .box:last-child {
	border-bottom: 1px solid #e8e8e8
}

.news-page img {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	float: left;
	margin-right: 2px
}

.news-page p {
	float: left;
	height: 30px;
	background: url(../images/pagebar_line.png) no-repeat center;
	overflow: hidden;
	margin: 0
}

.news-page p span {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #666
}

.news-page .form {
	float: left;
	margin-left: 0;
	overflow: hidden;
	height: 32px
}

.news-page {
	width: 356px;
	float: right;
	overflow: visible;
	padding: 30px 0;
	height: 30px;
	margin-bottom: 20px
}

.news-page .form .page-text {
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dedede;
	width: 100px;
	padding: 0 10px;
	float: left;
	display: block
}

.news-page .form .page-button {
	background: #e60012;
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	width: 60px;
	margin-left: 10px;
	border: none;
	height: 30px
}

.article .detail-body-border {
	border-bottom: 0
}

.article .detail-body .software-text {
	margin: 25px 0
}

.article .detail-body .software-text p {
	color: #666;
	font-size: 1.4rem;
	margin: 0
}

.article .detail-body .software-text p strong {
	color: #333;
	line-height: 20px
}

.article .detail-body h4.font-icon {
	padding-left: 26px;
	background: url(../images/download.png) no-repeat left center
}

.article .detail-body h4.margin-b {
	margin-bottom: 8px
}

.article .detail-body h4.title {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 18px;
	font-size: 2.6rem;
	color: #333;
	line-height: 1;
	font-weight: 400
}

.article .detail-body h4.title:before {
	position: absolute;
	left: 0;
	content: '';
	display: inline-block;
	margin-right: 18px;
	width: 5px;
	height: 22px;
	background-color: #e60012;
	top: 2px
}

.article .detail-body h5 {
	font-size: 1.6rem;
	color: #555;
	margin: 20px 0;
	font-weight: 700
}

.article .detail-body h6 {
	color: #0b7ed7;
	font-size: 1.4rem;
	margin: 0
}

.article .detail-body p.product-pdf-list {
	color: #0b7ed7;
	font-size: 1.6rem;
	margin: 10px 0
}

.article .detail-body p.product-pdf-list+p {
	color: #666;
	font-size: 1.2rem;
	margin: 0 0 0 50px
}

.article .detail-body p.product-pdf-list+p span {
	color: #0b7ed7
}

.article .detail-body p.link {
	margin: 0;
	padding-top: 0;
	background: url(../images/pro_link.png) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 26px;
	font-size: 14px;
	width: 100%
}

.article .detail-body p.link a {
	color: #0b7ed7;
	text-decoration: none
}

.article .detail-body p.link a img {
	display: inline-block;
	margin: 0 4px
}

.article .detail-body p.small-title {
	color: #0b7ed7
}

.article .detail-body p.warning {
	color: #333;
	margin: 0
}

.article .detail-body p.warning span {
	color: #b40101
}

.article .detail-body ul {
	padding-left: 20px;
	color: #666;
	font-size: 1.4rem;
	line-height: 22px
}

.article .detail-body ul p {
	padding-left: 20px;
	font-size: 1.3rem;
	margin-top: 4px;
	line-height: 18px
}

.article .detail-body .directory ul {
	overflow: hidden;
	width: 70%
}

.article .detail-body .directory li {
	position: relative;
	width: 100%;
	padding-right: 30px;
	margin: 12px 0
}

.article .detail-body .directory li span.list-line {
	border-bottom: 1px dotted #666;
	position: absolute;
	bottom: 5px;
	margin: 0 2px;
	width: 100%
}

.article .detail-body .directory li span.list-con {
	position: absolute;
	right: 0;
	padding: 0 5px;
	z-index: 100;
	text-align: right;
	background: #fff
}

.article .detail-body .directory li.offset-rigth {
	padding-left: 20px;
	margin: 2px 0
}

.article .detail-body .directory li.offset-rigth:before {
	content: ''
}

.article .detail-body .directory li.offset-rigth-three {
	padding-left: 40px;
	margin: 0
}

.article .detail-body .directory li.offset-rigth-three:before {
	content: ''
}

.article .detail-body .directory li:before {
	content: '\2022';
	display: inline-block;
	margin-left: -15px;
	margin-right: 10px;
	color: #0b7ed7;
	font-size: 24px;
	position: absolute;
	bottom: 0;
	top: 0
}

.article .detail-body .btnBox {
	text-align: center;
	margin-top: 60px
}

.article .detail-body .btnBox .btn {
	margin: 0 16px;
	font-size: 1.4rem;
	color: #333;
	background: #e9e9e9;
	width: 136px;
	height: 40px;
	line-height: 40px;
	padding: 0
}

.article .License-agreement-box {
	width: 100%;
	height: 340px;
	overflow-y: scroll;
	border: 1px solid #e6e6e6;
	padding: 0 30px 30px;
	margin-bottom: 30px
}

.article .License-agreement-box h5 {
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 16px;
	margin-top: 30px
}

.article .License-agreement-box ul {
	width: 100%
}

.article .License-agreement-box ul li:before {
	top: 0;
	color: #666
}

.search-product h3.tab-title {
	display: none
}

.search-product .product-detail-content {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.25;
	color: #7f7f7f
}

.search-product .product-detail-content .tables td {
	vertical-align: top
}

.search-product .product-detail-content .tables ul {
	margin-bottom: 8px
}

.search-product .product-detail-content .tables ul li {
	margin-bottom: 0;
	line-height: 20px
}

.search-product .product-detail-content .tables ul li:before {
	color: #7f7f7f;
	font-size: 24px;
	vertical-align: middle
}

p.subtitle {
	color: #666;
	font-size: 1.4rem;
	margin: 0;
	margin-bottom: 20px
}

.gray-box {
	background: #f9f9f9;
	padding: 40px 0 20px
}

.documents a.down, .documents a.more {
	float: right;
	color: #e60012;
	margin-right: 30px
}

.documents a.down:after {
	background: url(../images/icon-link-gray-arrow_down.png) no-repeat
}

.documents a.up:after {
	background: url(../images/icon-link-gray-arrow_up.png) no-repeat
}

.serversCon {
	background: #f9f9f9
}

.serversCon .product-tabs {
	width: 100%;
	height: 33px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6
}

.serversCon .product-tabs .searchLine {
	width: 18%;
	font-size: 1.4rem;
	height: 33px;
	line-height: 30px;
	text-align: center;
	background: #fcfcfc;
	float: left;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.serversCon .product-tabs .searchLineActive {
	background: #e60012;
	color: #fff;
	border-top: 1px solid #e60012;
	border-bottom: 1px solid #e60012
}

.serversCon .product-tabs img {
	width: 2.5%;
	height: 100%;
	float: left
}

.product-detail-content p {
	line-height: 1.75
}

.product-detail-content .row {
	margin-right: -10px;
	margin-left: -10px
}

.product-detail-content .product-icon {
	padding: 0 10px;
	margin: 15px 0
}

.product-detail-content .product-icon a {
	display: block;
	background: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 20px 0
}

.product-detail-content .product-icon a img {
	width: 82px
}

.product-detail-content .product-icon a img.on {
	display: none
}

.product-detail-content .product-icon h3 {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	color: #333
}

.product-detail-content .product-icon:hover img.off {
	display: none
}

.product-detail-content .product-icon:hover img.on {
	display: inline
}

@media screen and (max-width:768px) {
	.page-container {
		margin-top: 0
	}

	.news-page {
		width: 100%;
		height: auto;
		text-align: center;
		float: none
	}

	.news-page p {
		display: inline-block;
		float: none
	}

	.news-page .form .page-button {
		padding: 0 5%
	}

	.news-page .form {
		display: block;
		width: 140px;
		float: none;
		margin: 3% auto 0;
		height: auto
	}

	.news-page img {
		display: inline-block;
		float: none
	}

	.news-page a {
		display: inline-block;
		height: 30px
	}

	.news-page .form .page-text {
		width: 60px
	}

	.article .detail-body .directory ul {
		width: 100%
	}

	.serversCon .product-tabs img {
		display: none
	}

	.serversCon .product-tabs {
		border: 0
	}

	.serversCon .product-tabs .searchLine {
		width: 100%;
		height: 35px;
		border: 0;
		line-height: 35px;
		text-align: left;
		padding-left: 12px;
		font-size: 15px;
		background: url(../images/bigWhiteArrow.png) no-repeat;
		background-size: 100% 100%
	}

	.serversCon .product-tabs .searchLineActive {
		background: url(../images/bigRedArrow.jpg) no-repeat;
		background-size: 100% 100%
	}

	.search-product h3.tab-title.active a {
		background: 0 0
	}

	.search-product h3.tab-title {
		width: 100%;
		height: 35px;
		border: 0;
		line-height: 35px;
		text-align: left;
		padding-left: 12px;
		font-size: 1.4rem;
		color: #333;
		background: url(../images/bigWhiteArrow.png) no-repeat;
		background-size: 100% 100%
	}

	.search-product h3.tab-title.active {
		background: url(../images/bigRedArrow.jpg) no-repeat;
		background-size: 100% 100%;
		color: #fff
	}

}

.knowledge-base.list-image-text .product-detail-border .product-detail-content {
	padding-right: 0
}

.knowledge-base.list-image-text .product-detail-border .product-detail-content>h3 {
	position: relative;
	padding-right: 20%;
	margin-top: 20px
}

.knowledge-base.list-image-text .product-detail-border .product-detail-content .data-list {
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8
}

.knowledge-base.list-image-text .product-detail-content {
	padding-top: 0
}

.knowledge-base.list-image-text .knowledge-base-box {
	padding: 30px 0
}

.knowledge-base.list-image-text .knowledge-base-box>div {
	background: #f9f9f9;
	padding: 0
}

.knowledge-base.list-image-text .knowledge-base-box .row {
	margin: 0
}

.knowledge-base.list-image-text .knowledge-base-box .row .col-sm-8, .knowledge-base.list-image-text .knowledge-base-box .row .col-sm-9, .knowledge-base.list-image-text .knowledge-base-box .row col-xs-12 {
	padding: 0
}

.knowledge-base.list-image-text .detail-body {
	border-bottom: none
}

.knowledge-base.list-image-text .product-detail-content a.all {
	position: absolute;
	right: 35px;
	top: 2px
}

.knowledge-base.list-image-text .product-detail-content>.row:not(:last-child) {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 25px
}

.knowledge-base.list-image-text .product-detail-content {
	padding-right: 30px
}

.knowledge-base.list-image-text h4 {
	margin: 0;
	margin-top: 30px
}

.knowledge-base.list-image-text h4 a.all {
	float: right
}

.knowledge-base.list-image-text .tabs-list {
	padding: 10px 0 20px 0
}

.knowledge-base.list-image-text .tabs-list .tabs-content {
	padding-top: 0
}

.knowledge-base.list-image-text.document-product-list .product-detail-content>.row:last-child {
	border-bottom: none
}

.product-list {
	border: 1px solid #e8e8e8;
	margin-top: 40px
}

.product-list>h3 {
	margin: 0;
	padding: 15px 18px;
	font-size: 26px;
	color: #333;
	background: #ECECEC;
	font-weight: 400
}

.product-list .product-detail {
	padding: 0 18px
}

.product-list .product-detail .product-detail-content>div {
	padding-bottom: 25px
}

@media screen and (max-width:767px) {
	.knowledge-base.list-image-text .knowledge-base-box {
		padding-top: 0
	}

}

.knowledge-base.product-list.list-image-text .product-detail-content {
	padding-right: 0
}

.knowledge-base-description h3 {
	font-size: 20px;
	color: #333;
	margin-top: 0
}

.knowledge-base-description p {
	font-size: 14px;
	line-height: 1.25;
	color: #7f7f7f
}

.knowledge-base-description ol {
	padding-left: 16px
}

.knowledge-base-description ol li {
	font-size: 1.4rem;
	line-height: 1.25;
	color: #7f7f7f;
	margin: 10px 0;
	line-height: 20px
}

.knowledge-base-description ol li a {
	color: #0b7ed7;
	text-decoration: none
}

.knowledge-base.list-image-text .product-detail-content>.row:last-child {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 25px
}

.article .information-container .safety-infoemation-list {
	padding-left: 40px;
	background: url(../images/icon-shock.jpg) 10px 10px no-repeat
}

.article .information-container .safety-infoemation-list .safety-infoemation {
	border-bottom: 1px solid #4087D6 !important
}

.article .information-container .safety-infoemation {
	margin-bottom: 25px
}

.article .information-container .gradient {
	width: 100%;
	height: 1px;
	background: linear-gradient(to bottom, #579DDD 0, #006CCD 50%, #579DDD 100%)
}

.article .information-container .product-detail .product-detail-content .table thead td {
	background: #fff
}

.article .information-container .product-detail .product-detail-content .table thead td:first-child {
	width: 30%
}

.article .information-container .detail-body .contens-title, .article .information-container .download-text {
	color: #333
}

.article .information-container .contens-title:before {
	content: '\2022';
	display: inline-block;
	margin-right: 10px;
	color: #0b7ed7;
	font-size: 24px;
	vertical-align: middle
}

.article .information-container .search_links ul li {
	margin: 0;
	padding-top: 0;
	background: url(../images/products-icon.png) no-repeat 15px 16px;
	padding-left: 31px
}

.article .information-container .search_links ul li a {
	background: #fff
}

.article .information-container .search_links ul li>a {
	padding-left: 0
}

.article .information-container .safety-infoemation {
	padding: 10px 0
}

.article .information-container .safety-infoemation p {
	margin: 0;
	color: #333
}

.article .information-container .safety-infoemation span {
	color: #666
}

.book-mark {
	padding: 12px 35px 12px 18px;
	border: 1px solid #e8e8e8;
	margin-top: 18px;
	font-size: 18px;
	color: #333
}

@media screen and (max-width:767px) {
	.table-responsive>.table.information-table>tbody>tr>td, .table-responsive>.table.information-table>tbody>tr>th, .table-responsive>.table.information-table>tfoot>tr>td, .table-responsive>.table.information-table>tfoot>tr>th, .table-responsive>.table.information-table>thead>tr>td, .table-responsive>.table.information-table>thead>tr>th {
		white-space: normal !important
	}

}

.service_bulletins .box {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service_bulletins .box:hover {
	background-color: #f5f5f5;
	padding-left: 8px
}

.gray-box {
	padding: 0 0 20px
}

@media screen and (max-width:767px) {
	.feedback {
		display: none
	}

	.news-page p {
		vertical-align: middle
	}

	.search-product h3.tab-title {
		margin: 8px 0 0 0;
		display: block
	}

	.search-product h3.tab-title:nth-child(1) {
		margin-top: 0
	}

	.search-product {
		padding-top: 20px
	}

	.search-product .product-detail-content {
		padding-top: 0
	}

	.search-product .search-mobile {
		border-left: 1px solid #e70012;
		padding-left: 0
	}

	.search-product h3.tab-title.active {
		background: url(../images/bigRedArrow.png) no-repeat;
		background-size: 100% 100%
	}

}

.book-mark {
	margin-top: 16px
}

.knowledge-base .knowledge-base-description h3, .knowledge-base .product-detail .product-detail-content h3, .knowledge-base .product-list>h3 {
	font-weight: 400
}

@media screen and (max-width:767px) {
	.product-detail.product-detail-border .product-detail-content {
		padding-right: 15px;
		padding-bottom: 0
	}

	.product-detail.product-detail-border .product-detail-content>h3 a.all {
		right: 30px
	}

	.product-detail .product-detail-content>h3 {
		position: relative;
		padding-right: 20px;
		font-size: 16px
	}

	.product-detail .product-detail-content>h3 a.all {
		position: absolute;
		top: 0;
		right: 10px
	}

	.product-detail h3.tab-title a {
		font-size: 20px
	}

}

.configuration-guide {
	padding-bottom: 40px;
	border-bottom: 1px solid #eee
}

.configuration-guide .titles {
	text-align: center
}

.configuration-guide p {
	font-size: 1.4rem;
	color: #666
}

.configuration-guide a.download span {
	color: #666
}

.configuration-guide p.link {
	margin: 0;
	margin-left: 18px;
	margin-top: 10px;
	padding-top: 0;
	background: url(../images/pro_link.png) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 20px;
	font-size: 14px
}

.configuration-guide p.link a {
	color: #0b7ed7 !important;
	text-decoration: none !important
}

.router-links {
	padding-bottom: 20px;
	border: 1px solid #e8e8e8
}

.router-links ul li {
	border-left: 0;
	border-right: 0
}

.router-links ul li img {
	margin-left: 5px
}

.router-links a.mores {
	margin-top: 15px;
	padding: 10px;
	display: block;
	float: right;
	color: #666
}

.router-links a.mores:after {
	content: '';
	width: 10px;
	height: 10px;
	padding-left: 15px;
	background: url(../images/products-icon.png) no-repeat right 5px
}

.h3cne-step {
	border-top: 1px solid #e8e8e8
}

.h3cne-step>.container {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 45px
}

.h3cne-step h3.titles {
	font-size: 26px;
	color: #333;
	font-weight: 400
}

.h3cne-step .step-fix {
	padding: 20px 30px 0;
	color: #fff;
	font-size: 14px
}

.h3cne-step .step-fix .astep {
	width: 15.2%;
	font-size: 12px;
	padding: 12px 18px 0;
	height: 70px;
	position: relative;
	float: left;
	background: #e60012;
	text-align: center;
	color: #fff
}

.h3cne-step .step-fix .astep .num {
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -13px;
	border: 1px solid #fff;
	border-radius: 13px;
	color: #666
}

.h3cne-step .step-fix .astep .num span {
	width: 24px;
	height: 24px;
	border: 2px solid #e60012;
	display: block;
	border-radius: 12px;
	background: #fff;
	margin-left: 0;
	margin-top: 0;
	color: #666;
	line-height: 20px
}

.h3cne-step .step-fix .step-jt {
	width: 6%;
	height: 70px;
	float: left;
	background: url(../images/step-right.png) no-repeat center center
}

@media (max-width:1199px) {
	.h3cne-step .step-fix {
		padding: 10px 0 0
	}

	.h3cne-step .step-fix .astep, .h3cne-step .step-fix .step-jt {
		height: 60px
	}

}

@media (min-width:768px) and (max-width:991px) {
	.h3cne-step .step-fix .astep, .h3cne-step .step-fix .step-jt {
		height: 140px
	}

}

@media (max-width:767px) {
	.h3cne-step .step-fix .astep {
		width: 100%;
		height: 40px
	}

	.h3cne-step .step-fix .step-jt {
		width: 100%;
		height: 34px
	}

	.h3cne-step>.container {
		padding-left: 26px
	}

	.h3cne-step .step-fix .astep .num {
		left: 0;
		bottom: 7px
	}

	.h3cne-step .step-fix .step-jt {
		width: 100%;
		background: url(../images/step-down.jpg) center center no-repeat
	}

}

.two-column {
	width: 96%
}

.two-column .two-column-span {
	display: block;
	margin-top: 30px
}

.two-column .two-column-span img {
	width: 100%
}

.two-column .addressText {
	margin-top: 30px
}

.two-column>p {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	padding-left: 28px;
	position: relative
}

.two-column>p img {
	display: block;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 0
}

.two-column-border {
	border: 1px solid #e6e6e6;
	padding: 20px 70px 20px 20px;
	position: relative;
	margin-bottom: 10px;
	width: 96%
}

.two-column-border a p {
	color: #0b7ed7
}

.two-column-border img {
	width: 60px;
	position: absolute;
	top: 50%;
	right: 26px;
	margin-top: -22.5px
}

.two-column-border h3 {
	font-size: 22px;
	color: #333;
	line-height: 32px;
	font-weight: 400;
	margin: 0
}

.two-column-border p {
	font-size: 14px;
	color: #666;
	margin: 0
}

@media screen and (max-width:767px) {
	.two-column {
		width: 100%
	}

	.two-column-border {
		width: 100%
	}

}

.add-margin-top {
	margin-top: 30px
}

.witch-full {
	width: 100%
}

.XinhuaThreeT {
	font-size: 14px;
	color: #666;
	line-height: 2
}

.XinhuaThreeT .h3cVRTxt {
	font-size: 15px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 15px
}

.h3cVRImg {
	display: block;
	width: 482px;
	margin-left: 40px;
	float: right
}

.innovation .columWrapBox {
	height: 100%;
	margin: 0 auto;
	position: relative
}

.innovation .columWrapBox .innovationTit {
	width: 100%;
	margin: 25px 0;
	text-align: center;
	font-size: 2.7rem;
	color: #3c3c3c;
	font-weight: 400
}

.innovation .innovationList:last-child {
	margin-bottom: 25px
}

.innovation .innovationList {
	width: 100%;
	border: 1px solid #e6e6e6;
	position: relative;
	background-color: #fff;
	min-height: 224px
}

.innovation .innovationList .innovationArrow {
	display: block;
	width: 20px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -10px
}

.innovation .innovationList .innlistBox {
	width: 90%;
	height: 124px;
	margin: 70px auto 0;
	position: relative
}

.innovation .innovationList .innlistBox li {
	height: 70px
}

.innovation .innovationList .innlistBox .innlistBoxImg {
	display: block;
	width: 70px;
	height: 70px;
	float: left
}

.innovation .innovationList .innlistBox .innlistBoxImg img {
	display: block;
	width: 100%
}

.innovation .innovationList .innlistBoxTextp {
	display: block;
	line-height: 1.5;
	font-size: 16px;
	color: #3c3c3c
}

.innovation .innovationList .innlistBoxText {
	display: block;
	float: left;
	line-height: 1
}

.innovation .innovationList .innlistBoxTextTit {
	display: block;
	color: #e60012;
	font-size: 22px;
	margin-bottom: 14px
}

.innovation .innovationList .innlistBoxTextTit span {
	font-size: 38px
}

.innovation .innovationList .innlistBoxLine {
	display: block;
	width: 0;
	height: 100%;
	float: left;
	margin: 0 18px 0 14px;
	border-right: 1px dashed #b2b0a8
}

.innovation .innovationList .innlistBoxone {
	position: absolute;
	top: 0;
	left: 0
}

.innovation .innovationList .innlistBoxtwo {
	width: 264px;
	margin: 0 auto
}

.innovation .innovationList .h5brspan {
	display: inline-block;
	width: 191px;
	color: #333
}

.innovation .innovationList .innlistBoxthree {
	width: 300px;
	position: absolute;
	top: 0;
	left: 70%
}

@media screen and (max-width:1232px) {
	.columWrapBox {
		width: 100%
	}

}

@media screen and (max-width:1000px) {
	.innovation .columWrapBox .innovationTit {
		font-size: 2.7rem
	}

	.innovation .innovationList {
		height: auto;
		padding: 6.28% 1.7% 4.57%
	}

	.innovation .innovationList .innovationArrow {
		width: 3.6%;
		left: 48.2%
	}

	.innovation .innovationList .innlistBox {
		width: 100%;
		height: 100%;
		margin: 0
	}

	.innovation .innovationList .innlistBox li {
		width: 28%;
		height: auto;
		padding-bottom: 3%
	}

	.innovation .innovationList .innlistBox li .innlistBoxImg {
		width: 36.45%;
		margin: auto;
		height: auto;
		float: none
	}

	.innovation .innovationList .innlistBox li .h5brspan {
		display: inline-block;
		width: 100%;
		color: #333
	}

	.innovation .innovationList .innlistBox li .innlistBoxLine {
		width: 100%;
		border-right: 0;
		border-bottom: 1px dashed #b2b0a8;
		margin: 10% 0;
		height: auto;
		float: none
	}

	.innovation .innovationList .innlistBox li .innlistBoxText {
		width: 100%
	}

	.innovation .innovationList .innlistBox li .innlistBoxText span {
		text-align: center
	}

	.innovation .innovationList .innlistBox li .innlistBoxTextTit {
		font-size: 29.33%
	}

	.innovation .innovationList .innlistBox li .innlistBoxText {
		font-size: 75px;
		height: auto;
		float: none
	}

}

@media screen and (max-width:767px) {
	.clear-border .table-responsive {
		border: none
	}

	.h3cVRImg {
		width: 100%
	}

	.h3cVRImg img {
		width: 100%
	}

	.mbNoPadding.mbNoPadding {
		padding: 0
	}

	.innovation .innovationList .innlistBox.innlistBoxA {
		width: 100%;
		height: 175px !important;
		margin: 0
	}

	.innovation .innovationList .innlistBox.innlistBoxB {
		width: 100%;
		height: 196px !important;
		margin: 0
	}

	.innovation .innovationList .innlistBox:first-child {
		height: 165px !important
	}

	.innovation .innovationList .innlistBox li .innlistBoxTextTit {
		font-size: 18px
	}

	.innovation .innovationList .innlistBox li .innlistBoxTextTit span {
		font-size: 18px
	}

	.innovation .innovationList .innlistBox li .innlistBoxTextp {
		font-size: 14px;
		margin-bottom: 8px
	}

	.innovation .innovationList .innlistBox li .innlistBoxTextp span {
		font-size: 14px
	}

	.innovation .columWrapBox .innovationTit {
		font-size: 18px
	}

}

@media print {
	.article .article-right, .article .btn_list, .breadcrumb, .footer, .headBox {
		display: none
	}

	.page-container {
		margin-top: 0
	}

	.container {
		width: 100% !important
	}

	.article .col-sm-9 {
		width: 100% !important
	}

}

.wendangc {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	padding: 10px 0
}

.wendangc table {
	margin-top: 10px;
	width: 92% !important
}

.wendangc table td {
	padding: 10px;
	word-wrap: break-word;
	word-break: break-all
}

.wendangc .a {
	padding: 10px 0;
	color: #333
}

.wendangc strong {
	font-weight: 700
}

.wendangc .TOC, .wendangc .TOCHeading {
	border-left: 4px solid #0B7ED7;
	text-indent: 13px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #333
}

.wendangc .MsoToc1 {
	font-size: 16px;
	line-height: 26px;
	color: #333
}

.wendangc .MsoToc2 {
	font-size: 14px;
	line-height: 20px;
	text-indent: 2em
}

.wendangc .MsoToc3, .wendangc .MsoToc4 {
	font-size: 12px;
	line-height: 20px;
	text-indent: 4em
}

.wendangc .MsoToc1 a span, .wendangc .MsoToc2 a span, .wendangc .MsoToc3 a span, .wendangc .MsoToc4 a span {
	color: #00f
}

.wendangc .MsoToc1 a:hover span, .wendangc .MsoToc2 a:hover span, .wendangc .MsoToc3 a:hover span, .wendangc .MsoToc4 a:hover span {
	color: #00f
}

.wendangc .MsoTof {
	font-size: 14px;
	line-height: 24px
}

.wendangc h1 {
	font-size: 18pt !important;
	color: maroon;
	line-height: 30px;
	margin: 0;
	text-align: left;
	font-family: Arial, sans-serif;
	font-weight: 700
}

.wendangc h1 a, .wendangc h1 a:hover {
	color: maroon;
	line-height: 30px;
	padding: 0;
	font-family: Arial, sans-serif
}

.wendangc h2 {
	font-size: 15pt !important;
	color: maroon;
	line-height: 30px;
	margin: 0;
	text-align: left;
	font-family: Arial, sans-serif
}

.wendangc h2 a, .wendangc h2 a:hover {
	color: maroon;
	line-height: 30px;
	padding: 0;
	font-family: Arial, sans-serif
}

.wendangc h3 {
	font-size: 12pt !important;
	color: maroon;
	line-height: 30px;
	margin: 0;
	text-align: left;
	font-family: Arial, sans-serif
}

.wendangc h3 a, .wendangc h3 a:hover {
	color: #0090C8;
	line-height: 30px;
	padding: 0;
	font-family: Arial, sans-serif
}

.wendangc h4 {
	font-size: 10.5pt !important;
	color: maroon;
	line-height: 30px;
	margin: 0;
	text-align: left !important;
	font-family: Arial, sans-serif
}

.wendangc h4 a, .wendangc h4 a:hover {
	color: maroon;
	line-height: 30px;
	padding: 0;
	font-family: Arial, sans-serif
}

.wendangc h5 {
	font-size: 16px;
	color: maroon;
	line-height: 30px;
	margin: 0;
	text-align: left !important;
	font-family: Arial, sans-serif
}

.wendangc h5 a, .wendangc h5 a:hover {
	color: maroon;
	line-height: 30px;
	padding: 0;
	font-family: Arial, sans-serif
}

.wendangc .TableDescription a, .wendangc .TableDescription a:hover {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding: 0
}

.wendangc table h1 {
	font-size: 12pt !important;
	color: #fff
}

.wendangc table h1 a, .wendangc table h1 a:hover {
	font-size: 12pt !important;
	color: #fff
}

.wendangc p, .wendangc span {
	color: #000 !important;
	font-family: Arial, sans-serif
}

.wendangc h1 span, .wendangc h1 span a, .wendangc h2 span, .wendangc h2 span a, .wendangc h3 span, .wendangc h3 span a, .wendangc h4 span, .wendangc h4 span a, .wendangc h5 span, .wendangc h5 span a {
	color: #303030 !important
}

.wendangc table h1 span {
	color: #fff !important
}

.wendangc p a {
	color: #000;
	font-family: Arial, sans-serif
}

.wendangc p a[href] {
	color: #00f !important
}

.wendangc p a[href] span {
	color: #00f !important
}

.wendangc p a[href]:hover {
	color: #248fd1
}

.wendangc p a[href]:hover span {
	color: #248fd1
}

.wendangc p.MsoNormal, .wendangc p.MsoNormal span {
	font-size: 14px
}

.wendangc p.-ItemStep, .wendangc p.-ItemStep span {
	font-size: 14px;
	color: #000
}

.wendangc p.NotesText, .wendangc p.NotesText span {
	font-size: 14px;
	color: #000
}

.wendangc p.NotesTextList, .wendangc p.NotesTextList span {
	font-size: 14px;
	color: #000
}

.wendangc p.ItemList, .wendangc p.ItemList span {
	font-size: 14px
}

.wendangc .TOC1, .wendangc .TOC1 a, .wendangc .TOC1 a:hover {
	color: maroon !important
}

.wendangc .TOC1 span {
	color: maroon !important
}

.wendangc.wendangq .TOC {
	border-left: none;
	text-indent: 0;
	color: #0090C8;
	font-size: 20pt
}

.wendangc.wendangq p {
	padding-top: 0;
	padding-bottom: 0
}

.wendangc.wendangq #documentTitle {
	display: none
}

.wendangc .Command, .wendangc .Command span {
	color: maroon !important
}

.wendangc div.MsoNormal, .wendangc div.MsoToc1, .wendangc div.MsoToc5, .wendangc li.MsoNormal, .wendangc li.MsoToc1, .wendangc li.MsoToc5, .wendangc p.MsoNormal, .wendangc p.MsoToc1, .wendangc p.MsoToc5 {
	font-size: 10.5pt !important
}

.wendangc p.MsoToc2, div.MsoToc2, div.MsoToc3, li.MsoToc2, li.MsoToc3, p.MsoToc3 {
	font-size: 10pt !important
}

.wendangc.wendangqs h1, .wendangc.wendangqs h1 a, .wendangc.wendangqs h1 span {
	font-size: 12pt !important;
	color: #fff !important;
	line-height: 23px;
	font-weight: 400
}

.idea-banner-i {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden
}

.idea-banner-i #idea-banner-video {
	width: 100%;
	display: none\9
}

.idea-player-btn-i {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	top: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer
}

.idea-player-btn-i img {
	width: 100%
}

.show-pc {
	display: block
}

.show-phone {
	display: none
}

.mission {
	margin-top: 40px
}

.mission .mission-img {
	width: 100%;
	position: relative;
	padding-bottom: 10px
}

.mission .mission-img img {
	width: 100%
}

.mission .mission-img .text {
	top: 0;
	left: 40px;
	position: absolute;
	width: 70%;
	color: #333;
	font-size: 2rem;
	text-align: center;
	top: 30px
}

.mission .mission-img .text p {
	line-height: 30px
}

.SenRespon .idea-p4-box {
	width: 100%
}

.SenRespon .idea-p4-txt {
	font-size: 1.4rem;
	color: #4c4c4c;
	padding-left: 23px;
	margin-bottom: 30px
}

.SenRespon .idea-p4-b {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f5f5f5
}

.SenRespon .idea-p4-b .idea-p4-pic {
	width: 77%;
	float: left;
	position: relative
}

.SenRespon .idea-p4-b .idea-p4-pic .idea-p4-img-web img {
	width: 100%
}

.SenRespon.idea-show {
	display: block !important
}

.idea-p4-title {
	padding-left: 18px;
	border-left: 5px solid #E70000;
	font-size: 32px;
	color: #000;
	margin: 0 auto 30px;
	line-height: 1.2em
}

.idea-p4-txt {
	width: 97%;
	font-size: 14px;
	color: #4c4c4c;
	padding-left: 23px;
	margin-bottom: 30px;
	line-height: 1.6em
}

.idea-p4-t2.t1 {
	width: 27%
}

.idea-p4-t2.t2 {
	width: 39%
}

.idea-p4-t2.t1 span {
	letter-spacing: -.7px
}

.idea-p4-t2.t3 {
	width: 55%
}

.idea-p4-t2.t4 {
	width: 75%
}

.idea-p4-t2.t5 {
	width: 85%
}

.idea-p4-t2.t5 span {
	letter-spacing: -.8px
}

.idea-p4-img {
	width: 100%;
	display: none
}

.idea-p4-t {
	width: 100%;
	position: absolute;
	top: 14.3%;
	left: 7%
}

.idea-p4-t1 {
	font-size: 26px;
	color: #333
}

.idea-player-btn-ii {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	top: 50%;
	width: 70px;
	height: 70px;
	cursor: pointer
}

.idea-player-btn-ii img {
	width: 100%
}

.idea-p4-img-web img {
	width: 100%
}

.idea-p4-t2 {
	width: 22.3%;
	font-size: 14px;
	color: #666;
	margin-top: 2.8%;
	line-height: 1.7em
}

.idea-p4-ver {
	width: 2px;
	background-color: #e0e0e0;
	margin-left: 80.9%;
	height: 450px;
	margin-top: 25px
}

.idea-p4-ul {
	width: 20%;
	float: right;
	position: absolute;
	top: 25px;
	left: 80%
}

.idea-p4-li {
	width: 100%;
	font-size: 16px;
	color: #4c4c4c;
	padding: 20px 0;
	margin-top: 8px
}

.idea-p4-li span {
	vertical-align: middle;
	display: inline-block;
	width: 70%;
	font-size: 1.5rem
}

.active {
	color: #e70000
}

.idea-p4-img1 {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle
}

.idea-p4-img2 {
	display: none;
	margin-right: 10px;
	vertical-align: middle
}

.dark_gray {
	background-color: #ececec
}

.system_management .tabs-list {
	padding-bottom: 0;
	padding-top: 0
}

.system_management .product-tabs {
	padding: 0 10px
}

.system_management .breadcrumb+section {
	padding-top: 0 !important
}

.system_management .overview .content {
	padding-top: 0
}

.system_management .overview .right-text .text p {
	font-size: 1.5rem
}

.system_management h2.title {
	margin-top: 40px;
	margin-bottom: 8px;
	font-size: 3.2rem
}

.system_management .product-detail .product-detail-content ul li {
	margin-bottom: 30px;
	padding-left: 0;
	padding-bottom: 10px
}

.system_management .product-detail .product-detail-content ul li:before {
	display: none
}

.system_management a.text-link-arrow {
	padding-left: 20px;
	border-bottom: 1px solid #f5f5f5;
	width: 100%;
	line-height: 29px
}

.system_management .product-detail-content {
	padding-top: 37px
}

.system_management .product-detail .product-detail-content {
	font-size: 15px
}

.system_management .breadcrumb ol>li {
	font-size: 15px
}

.system_management .product-tabs li+li {
	margin-left: 5px
}

.comwareV7-text .smtitle {
	font-size: 2.6rem;
	color: #000;
	margin: 22px 0 5px 0
}

.comwareV7-text p {
	margin-top: 13px;
	line-height: 22px
}

.comwareV7-text .text>ul {
	margin-top: 20px;
	display: block;
	list-style-position: outside;
	padding-left: 20px
}

.comwareV7-text .text>ul>li {
	line-height: 20px;
	font-size: 1.5rem;
	color: #666;
	margin-top: 20px
}

.comwareV7-text .text>ul>li:before {
	content: '\2022';
	display: inline-block;
	margin-left: -15px;
	margin-right: 7px;
	color: #0b7ed7
}

.comwareV7-text .text span {
	font-weight: 700;
	color: #666;
	font-size: 1.4rem
}

.comwareV7-text .text>h4 {
	font-size: 2rem;
	margin: 0;
	color: #333
}

.comwareV7-text .text>h4+p {
	font-size: 2rem;
	margin-top: 10px
}

.comwareV7-text .text>h4+p+p {
	margin-top: 10px
}

.comwareV7-text .text>img {
	margin: 30px auto 30px auto
}

.text-primary-color>a {
	color: #e60012;
	font-size: 1.6rem
}

.text-primary-color>img {
	padding-left: 10px
}

.comware .breadcrumb+.overview {
	padding-top: 0 !important
}

.comware h2.title {
	margin-top: 30px
}

.comware .overview .right-text .text h3 {
	margin-top: 20px
}

.comware .dark_gray>.row {
	margin: 0
}

.comware .dark_gray>.row>ul li {
	padding-top: 40px
}

.comware .dark_gray>.row>ul li>a {
	font-size: 1.4rem
}

.comware .dark_gray>.row>ul li>a:hover {
	color: #e60012
}

.comware .dark_gray>.page-container section {
	padding-bottom: 0
}

.takeuptagbox {
	padding-bottom: 40px
}

.product2 .column-list-image-text.start-with-gray .column-list-image-text-item {
	background-color: #fff;
	padding-top: 30px
}

.product2 h3.subtitle {
	font-size: 2rem
}

.product2 h2.title {
	margin-bottom: 0;
	margin-top: 40px
}

.product2 .breadcrumb ol {
	margin-top: 30px
}

.product2 .box-items .box-item p {
	padding-top: 9px
}

.product2 .column-list-image-text .column-list-image-text-item .item-image {
	width: auto
}

@media (max-width:1600px) {
	.idea-banner-i {
		height: 350px
	}

}

@media (max-width:1400px) {
	.idea-banner-i {
		height: 300px
	}

}

@media (min-width:992px) and (max-width:1200px) {
	.idea-p4-ver {
		height: 372px;
		margin-top: 18px
	}

	.idea-p4-ul {
		top: 6px
	}

	.idea-p4-li {
		height: auto !important;
		padding: 10px 0
	}

}

@media (min-width:769px) and (max-width:992px) {
	.idea-p4-li span {
		width: 68%
	}

	.idea-p4-ul {
		top: 8px
	}

	.idea-p4-ver {
		margin-left: 81.4%;
		height: 292px;
		margin-top: 6px
	}

	.idea-p4-li {
		height: auto;
		margin-top: 0;
		padding: 4px 0
	}

	.idea-p4-li span {
		font-size: 1.3rem
	}

}

.two-lines-text-title {
	display: none
}

.two-lines-text {
	position: relative;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden
}

.two-lines-text img.pc {
	display: block;
	margin: 0 auto;
	height: 545px;
	width: 100%
}

.two-lines-text img.mb {
	width: 100%;
	display: none
}

.two-lines-text .content-tex {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.two-lines-text .content-tex li {
	padding: 10px 0
}

.two-lines-text .content-tex li:first-child {
	border-bottom: 2px solid #e2eff4
}

.two-lines-text .content-tex li h3 {
	font-size: 2.2rem;
	color: #333;
	margin: 10px 0
}

.two-lines-text .content-tex li p {
	color: #666;
	font-size: 1.5rem;
	padding: 0
}

.two-lines-text .content-tex li a.more {
	float: right;
	margin-right: 30px
}

@media (max-width:768px) {
	.mission .mission-img .text p {
		line-height: 24px
	}

	.idea-p4-b {
		padding-bottom: 15px
	}

	.show-pc {
		display: none !important
	}

	.show-phone {
		display: block !important
	}

	.banner-a img {
		width: 100%
	}

	.mission .mission-img .text {
		position: static;
		width: 100%;
		margin-top: 10px;
		font-size: 1.4rem
	}

	.idea-p4-t {
		position: relative;
		width: 100%;
		background-color: #fff;
		left: 0;
		top: 0;
		overflow: hidden;
		margin-top: -3%;
		padding: 4% 0 5%;
		box-shadow: 0 0 5px #888;
		height: 100% !important
	}

	.idea-p4-t1 {
		width: 85% !important;
		margin: 0 auto;
		font-size: 4.2vw
	}

	.idea-p4-t1.t1 {
		margin-top: 7.5%
	}

	.idea-p4-t1.t2 {
		margin-top: 3%
	}

	.idea-p4-t2 {
		width: 85% !important;
		margin: 3% auto 0;
		font-size: 2.8vw
	}

	.swiper-container3 .swiper-slide {
		display: block
	}

	.swiper-container3 {
		width: 100%;
		margin-top: 3%
	}

	.idea-p4-pic {
		width: 100%
	}

	.SenRespon .idea-p4-b .idea-p4-pic {
		width: 100%
	}

	.idea-p4-a-web {
		padding-bottom: 10px;
		width: 98%;
		margin: 0 auto
	}

	.pagination3_idea3 span {
		background: #333;
		vertical-align: top
	}

	.swiper-container3 .pagination3_idea3 {
		text-align: center
	}

	.swiper-container3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #e60012;
		border: 2px solid #fff
	}

	.overview .right-text .text h3 {
		font-size: 2.7rem
	}

	.comwareV7-text .smtitle {
		font-size: 2.6rem;
		color: #000;
		margin: 22px 0 5px 10px
	}

	.comwareV7-text .smtitle .intxt {
		margin-left: 0
	}

	.system_management .tabs-list {
		padding-bottom: 0;
		padding-top: 0
	}

	.system_management h2.title {
		font-size: 22.5px
	}

	.system_management .comware .overview .right-text .text h3 {
		font-size: 2.7rem
	}

	.product2 .column-list-image-text .column-list-image-text-item .item-image {
		width: auto;
		float: initial;
		margin-right: 0
	}

	.product2 .column-list-image-text .column-list-image-text-item .item-image img {
		width: 100%
	}

}

@media (max-width:640px) {
	.two-lines-text img.pc {
		display: none
	}

	.two-lines-text img.mb {
		display: block;
		height: 360px
	}

	.two-lines-text .content-tex li {
		padding: 0
	}

	.two-lines-text .content-tex li:first-child {
		border: 0
	}

	.two-lines-text .content-tex li h3 {
		font-size: 1.7rem
	}

	.two-lines-text .content-tex h2.title {
		display: none
	}

	.two-lines-text .content-tex li p {
		font-size: 1.3rem
	}

	.two-lines-text-title {
		display: block
	}

}

.solution-cloud .item-image {
	max-width: 220px
}

.solution-cloud .hero .text h2 {
	line-height: 54px
}

.solution-cloud .comwareV7-text .right-text {
	padding-bottom: 40px
}

.solution-cloud .right-text h3 {
	font-size: 25px
}

.solution-cloud h2.title a.all {
	padding-top: 10px
}

.solution-cloud .item-image {
	flex: auto
}

.solution-cloud .column-list-image-text .column-list-image-text-item .item-image {
	width: auto
}

.solution-cloud .column-list-image-text .column-list-image-text-item:nth-child(odd) .item-image {
	float: left;
	margin-left: 0;
	margin-right: 30px
}

.solution-cloud .tabs-content {
	font-size: 15px;
	line-height: 22px;
	color: #666
}

.solution-cloud .product-tabs li+li {
	margin: 0
}

.solution-cloud .product-tabs li+li>span {
	border-left: 1px solid #e6e6e6;
	display: block;
	width: 100%
}

.solution-cloud .product-tabs li {
	padding: 20px 0;
	font-size: 20px;
	border-color: transparent;
	width: 33.3333%
}

.solution-cloud .product-tabs li.active+li>span {
	border-color: transparent
}

.solution-cloud .product-tabs li.active span {
	border-color: transparent
}

.solution-cloud .tabs-list {
	padding: 0
}

.solution-cloud .product-detail .product-detail-content {
	padding-top: 10px
}

.solution-cloud .product-tabs {
	border-bottom: 1px solid #e60012;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, .1);
	border-spacing: 0;
	display: block
}

.solution-cloud .tabs-list {
	padding-top: 30px
}

.solution-cloud .solution h2.title {
	margin-top: 20px
}

.solution-cloud .product-detail .product-detail-content {
	padding-bottom: 0
}

.solution-cloud .product-detail .product-detail-content ul {
	padding-left: 0
}

.ad-big {
	display: inline
}

.ad-sm {
	display: none
}

.support-two-colum h2.title {
	margin-left: 10px
}

.support-two-colum .resources-box-mb {
	margin-bottom: 10px
}

.four-column.gray {
	padding-top: 0 !important;
	margin-top: 20px
}

.four-column .row {
	background: #fff;
	margin: 0;
	overflow: hidden
}

.four-column .row .col-sm-6 {
	padding: 0;
	background: #fff;
	margin-bottom: -99999px;
	padding-bottom: 99999px
}

.four-column .four-column-text {
	width: 50%;
	float: right;
	padding: 20px 15px 20px 20px;
	box-sizing: border-box
}

.four-column .four-column-text h4 {
	color: #333;
	font-size: 2.4rem;
	margin: 0;
	padding: 0;
	line-height: 30px
}

.four-column .four-column-text p {
	font-size: 1.4rem;
	color: #666;
	line-height: 20px
}

.four-column .four-column-img {
	float: right;
	width: 50%;
	font-size: 0
}

.four-column .four-column-img img {
	width: 100%;
	height: 300px
}

.icon-text-box.one-column {
	width: 70%;
	margin: 0 auto
}

.icon-text-box.one-column ul li {
	width: 100%
}

.icon-text-box.one-column p {
	text-align: center
}

.icon-text-box.one-column p a {
	color: #0b7ed7
}

.channer-service h2.title {
	margin-bottom: 0
}

.channer-service .right-text .text h3 {
	font-size: 2.4rem
}

.channel-service-tabs .product-tabs li {
	font-size: 14px;
	padding: 25px 16px
}

.channel_service_detail .tables {
	margin-bottom: 0
}

.channel_service_detail .tables tbody td {
	text-align: center !important
}

.channel_service_detail .tables.notes tbody td {
	text-align: left !important
}

@media screen and (max-width:992px) {
	.four-column .four-column-text {
		float: none;
		width: 100%
	}

	.four-column .four-column-img {
		float: none;
		width: 100%
	}

	.four-column .four-column-img img {
		height: auto
	}

	.four-column .col-sm-6 {
		width: 48%
	}

	.four-column .row {
		background: #f9f9f9
	}

	.four-column .col-sm-6.left {
		margin-right: 4%
	}

	.four-column .four-column-text h4 {
		font-size: 1.8rem
	}

	.four-column .four-column-text p {
		font-size: 1.3rem;
		margin-top: 5px
	}

	.icon-text-box.one-column {
		width: 100%
	}

}

@media screen and (max-width:767px) {
	.ad-big {
		display: none
	}

	.ad-sm {
		display: inline
	}

	.solution-cloud .item-image {
		max-width: initial
	}

	.solution-cloud section.product-detail {
		padding-left: 15px;
		padding-right: 15px
	}

	.solution-cloud section.product-detail .container {
		padding: 0
	}

	.solution-cloud .hero {
		padding: 0
	}

	.solution-cloud .hero .text h2 {
		line-height: 1.1
	}

	.solution-cloud .column-list-image-text .column-list-image-text-item .item-image img {
		width: 100%;
		margin-right: 0
	}

	.solution-cloud .column-list-image-text .column-list-image-text-item .item-image {
		width: 100%
	}

	.solution-cloud .product-detail h3.tab-title a {
		background-image: url(../images/arrow_white-down.png);
		background-position-x: 95%
	}

	.solution-cloud .product-detail h3.tab-title.active a {
		background-image: url(../images/arrow_white-up.png);
		color: #fff
	}

	.solution-cloud .product-detail h3.tab-title.active {
		background-color: #e60012
	}

	.product-detail .solution {
		padding-left: 0;
		padding-right: 0
	}

	.product-detail.product-detail-border .product-detail-content {
		padding-right: 0
	}

	.four-column .col-xs-12 {
		width: 100%
	}

	.support-two-colum h2.title {
		margin-left: 0
	}

}

.product-detail .product-detail-content .column-list-image-text ul li:before {
	display: none !important
}

.product-detail .product-detail-content .column-list-image-text ul li {
	margin-bottom: 0
}

.column-list-image-text-item .text-right {
	text-align: none;
	float: right;
	margin-right: 45px
}

.serviceHotlines {
	padding-top: 30px
}

.serviceHotlines li {
	width: 50%;
	float: left;
	margin-bottom: 50px;
	height: 120px
}

.serviceHotlines li .nationalFlag {
	border-right: 1px solid #d6d6d6;
	float: left;
	padding-right: 20px;
	text-align: center;
	width: 20%
}

.serviceHotlines li .nationalFlag img {
	width: 90px;
	border: 1px solid #e8e8e8
}

.serviceHotlines li .nationalFlag p {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-top: 24px;
	margin-bottom: 0;
	text-align: center
}

.serviceHotlines li .nationalFlag.two_elements p {
	margin-top: 8px
}

.serviceHotlines li .contactInfo {
	float: left;
	padding-left: 20px
}

.serviceHotlines li .contactInfo p {
	word-break: break-all;
	font-size: 14px;
	color: #333;
	margin-top: 0;
	margin-top: 10px;
	line-height: 26px;
	padding-left: 34px;
	background-size: 22px 26px !important
}

.serviceHotlines li .contactInfo p.email {
	background: url(../images/email-icon-mb.png) no-repeat
}

.serviceHotlines li .contactInfo p.tel {
	background: url(../images/tel-icon-mb.png) no-repeat
}

.serviceHotlines li .contactInfo p.lang {
	margin-top: 0;
	background: url(../images/lang-icon-mb.png) no-repeat
}

.serviceHotlines li .contactInfo p a {
	color: #3277df
}

.serviceHotlines li .contactInfo.multilingual .email, .serviceHotlines li .contactInfo.multilingual .tel {
	margin-top: 6px;
	margin-bottom: 6px
}

.serviceHotlines li .contactInfo.multilingual .lang {
	padding-top: 5px;
	margin-bottom: 0
}

.serviceHotlines li .contactInfo.multilingual .lang b {
	vertical-align: top;
	line-height: 16px
}

.serviceHotlines li .contactInfo.multilingual .lang span {
	display: inline-block;
	line-height: 16px
}

.serviceHotlines li.last .nationalFlag img {
	border: 0
}

.serviceHotlines li.last .nationalFlag p {
	margin-top: 8px
}

.serviceHotlines li.two-tel .contactInfo p {
	margin-bottom: 0;
	margin-top: 5px
}

.serviceHotlines li.two-tel .contactInfo p span {
	display: inline-block;
	line-height: 16px;
	margin-left: 4px
}

.serviceHotlines li.two-tel .contactInfo p.tel {
	margin-top: 3px
}

.serviceHotlines li.two-tel .contactInfo p.tel b {
	vertical-align: top;
	line-height: 16px
}

.serviceHotlines li.two-tel .contactInfo p.email {
	margin-top: -3px
}

.serviceHotlines li.two-tel .contactInfo p.lang {
	margin-top: -3px
}

br.ipad {
	display: none
}

br.mb320 {
	display: none
}

br.mb {
	display: none
}

i.mar {
	display: block;
	margin-top: 5px
}

html.ie8 .serviceHotlines li .contactInfo p {
	background: url(../images/hotlines-icon.png) no-repeat
}

html.ie8 .serviceHotlines li .contactInfo p.lang {
	margin-top: 0;
	background-position: left 4px
}

html.ie8 .serviceHotlines li .contactInfo p.tel {
	background-position: left -34px
}

html.ie8 .serviceHotlines li .contactInfo p.email {
	background-position: left -72px
}

html.ie8 .serviceHotlines li.two-tel .contactInfo p.tel {
	background: url(../images/tel-icon-pc.png) no-repeat
}

@media screen and (min-width:990px) and (max-width:1200px) {
	.serviceHotlines li {
		height: 105px
	}

	.serviceHotlines li .nationalFlag img {
		width: 70px
	}

	.serviceHotlines li .nationalFlag p {
		font-size: 14px
	}

	.serviceHotlines li .nationalFlag {
		padding-right: 16px
	}

	.serviceHotlines li .contactInfo {
		padding-left: 16px
	}

	.serviceHotlines li .contactInfo p {
		padding-left: 32px;
		font-size: 12px;
		margin-bottom: 6px;
		margin-top: 0;
		background-size: 18px 22px !important;
		background-position: left 2px !important;
		padding-left: 30px
	}

}

@media screen and (min-width:768px) and (max-width:990px) {
	.serviceHotlines li {
		width: 100%;
		height: 120px
	}

	.serviceHotlines li .nationalFlag {
		padding-right: 40px
	}

	.serviceHotlines li .contactInfo {
		padding-left: 40px
	}

	.serviceHotlines li .nationalFlag img {
		width: 110px
	}

	.serviceHotlines li .contactInfo p {
		margin-top: 20px
	}

	br.pc {
		display: none
	}

	br.ipad {
		display: inline-block
	}

}

@media screen and (max-width:767px) {
	i.mar {
		margin-top: 3px
	}

	.multilingual br.mb {
		display: inline-block
	}

	.serviceHotlines li .contactInfo.multilingual .email, .serviceHotlines li .contactInfo.multilingual .tel {
		margin-top: 5px;
		margin-bottom: 0
	}

	.serviceHotlines li .contactInfo.multilingual .lang b {
		display: inherit
	}

	.serviceHotlines li .contactInfo.multilingual .lang span {
		display: inline-block;
		line-height: 20px
	}

	.serviceHotlines li {
		width: 100%;
		height: auto !important
	}

	.serviceHotlines li .nationalFlag {
		padding-right: 14px;
		width: auto
	}

	.serviceHotlines li .nationalFlag img {
		width: 76px
	}

	.serviceHotlines li .nationalFlag p {
		font-size: 12px;
		margin-top: 20px
	}

	.serviceHotlines li .nationalFlag.two_elements p {
		margin-bottom: 34px
	}

	.serviceHotlines li.two-tel .contactInfo p.lang {
		margin-top: 0
	}

	.serviceHotlines li.two-tel .contactInfo p.tel {
		margin-top: 5px;
		background: url(../images/tel-icon-mb.png) no-repeat
	}

	.serviceHotlines li.two-tel .contactInfo p.tel b {
		float: left;
		line-height: 16px
	}

	.serviceHotlines li.two-tel .contactInfo p.tel span {
		display: block;
		float: left;
		border: 0;
		margin-left: 4px
	}

	.serviceHotlines li.two-tel .contactInfo p.email {
		margin-top: 5px
	}

	.serviceHotlines li.two-tel .nationalFlag p {
		margin-bottom: 27px
	}

	.serviceHotlines li.emailLeng .contactInfo p {
		margin-top: 0;
		margin-bottom: 2px
	}

	.serviceHotlines li.emailLeng .contactInfo p.email {
		line-height: 20px
	}

	.serviceHotlines li.emailLeng .contactInfo p.email b {
		float: left
	}

	.serviceHotlines li.emailLeng .contactInfo p.email a {
		float: left;
		padding-left: 4px
	}

	.serviceHotlines li.emailLeng .contactInfo p.email span {
		display: block
	}

	.serviceHotlines li .contactInfo {
		padding-left: 14px
	}

	.serviceHotlines li .contactInfo p {
		line-height: 25px;
		font-size: 12px;
		margin-bottom: 0;
		margin-top: 5px;
		background-size: 16px 18px !important;
		background-position: left 4px !important;
		padding-left: 22px
	}

}

@media screen and (max-width:320px) {
	.ationalFlag-container {
		padding-left: 8px;
		padding-right: 8px
	}

	.serviceHotlines li .contactInfo p, .serviceHotlines li .nationalFlag p {
		font-size: 12px
	}

	.serviceHotlines li .nationalFlag {
		padding-right: 6px;
		width: 72px
	}

	.serviceHotlines li .nationalFlag img {
		width: 66px
	}

	.serviceHotlines li .contactInfo {
		padding-left: 6px
	}

	.serviceHotlines li .contactInfo p {
		background-size: 12px 14px !important;
		padding-left: 14px
	}

	br.mb320 {
		display: inline-block
	}

	.multilingual br.mb {
		display: none
	}

}