﻿html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	border-radius: 0
}

textarea {
	resize: none
}

input:focus,textarea:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-modify: read-write-plaintext-only
}

input::-ms-clear {
	display: none
}

.enterprise_login {
	padding: 70px 0 162px;
	background: url(../images/enterprise_login_bg.jpg) no-repeat top
}

.login_con {
	width: 80%;
	margin: 0 auto;
	border-bottom-right-radius: 5px;
	box-shadow: 0 5px 0 #d0d2d5
}

.login_con,.login_more {
	border-bottom-left-radius: 5px
}

.login_more {
	float: left;
	width: 40%;
	padding: 50px 50px 74px;
	border-top-left-radius: 5px;
	background: #dbe8f2
}

.login_more h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
	padding-bottom: 18px;
	background: url(../images/login_more_h3.png) no-repeat 0 100%
}

.login_more ul {
	margin-right: -20px;
	margin-left: -20px
}

.login_more li {
	margin-bottom: 35px;
	padding-left: 35px
}

.login_more li:before {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 20px;
	background: url(../images/e-icon.png) no-repeat -580px 0
}

.login_more li a {
	display: block
}

.login_more li img {
	vertical-align: bottom
}

.login_more li p {
	font-size: 16px;
	line-height: 1;
	margin: 10px 0 0;
	color: #666
}

.login_more li a:hover,.login_more li a:hover p {
	color: #0166fe
}

.login_form {
	position: relative;
	float: left;
	width: 60%;
	padding: 50px 77px 120px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff
}

.help_link {
	font-size: 12px;
	position: absolute;
	top: 17px;
	right: 36px;
	display: inline-block;
	width: 50px;
	min-height: 17px;
	padding-left: 24px;
	color: #333;
	background: url(../images/help_link_icon.png) no-repeat 0
}

.help_link:hover {
	color: #0166fe
}

.login_form h3 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px
}

.form_block {
	position: relative;
	height: 48px;
	margin-bottom: 18px;
	padding-left: 50px;
	border: 1px solid #d4d4d4
}

.input_icon {
	position: absolute;
	top: 16px;
	left: 15px;
	display: block;
	width: 16px;
	height: 16px
}

.username_icon {
	background: url(../images/form_user_icon.png) no-repeat 0
}

.password_icon {
	background: url(../images/form_password_icon.png) no-repeat 0
}

.form_block input {
	font-size: 14px;
	line-height: 46px;
	width: 100%;
	height: 46px;
	padding: 0 10px;
	border: none;
	outline: none;
	-webkit-outline: none
}

.form_login_btn {
	font-size: 18px;
	line-height: 43px;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #fff;
	border: none;
	background: #d20a2c
}

.form_login_btn:hover {
	background: #d70226
}

.form_login_btn.disabled {
	color: #e7e7e7;
	background: #ccc
}

.login_else_info {
	margin-top: 10px
}

.login_else_info span {
	font-size: 14px;
	float: left
}

.login_else_info span label {
	display: inline-block;
	margin: 0 10px;
	color: #adadad
}

.login_else_info span a {
	color: #333
}

.need_reg {
	font-size: 12px;
	float: right;
	color: #666
}

.need_reg a {
	font-size: 14px;
	font-weight: 700;
	color: #d20a2c
}

.login_else_info a:hover {
	color: #0166fe
}

.tips_error {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
	color: #d20a2c
}

.popup_login {
	position: fixed;
	z-index: 1005;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/alpha60.png) repeat\9
}

:root .popup_login {
	background-color: rgba(0,0,0,.5)
}

.popup_login .login_form {
	position: fixed;
	z-index: 1006;
	top: 50%;
	left: 50%;
	float: none;
	width: 480px;
	margin: 0 auto;
	margin-top: -200px;
	margin-left: -240px;
	padding-right: 38px;
	padding-bottom: 40px;
	padding-left: 38px;
	border-radius: 0
}

.close_popup {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/close_popup.png) no-repeat
}

.other-sign-in-methods {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #d6d7d7
}

.other-sign-in-methods p {
	font-size: 14px;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	color: #333
}

.other-sign-in-methods a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	vertical-align: middle
}

.other-sign-in-methods a.qq {
	background: url(../images/qq.png) no-repeat 50%
}

.other-sign-in-methods a.in {
	background: url(../images/in-out.png) no-repeat 50%
}

.other-sign-in-methods a.qq:hover {
	background: url(../images/qq-hover.png) no-repeat 50%
}

.other-sign-in-methods a.in:hover {
	background: url(../images/in-hover.png) no-repeat 50%
}

.login_form {
	background: #fbfcfc
}

.login_con {
	background: #dbe8f1
}
@media (max-width:1920px){
	
} 
@media (max-width:750px) {
	.popup_login {
		position: absolute
	}

	.popup_login .login_form {
		width: 90%;
		left: 5%;
		top: 20px;
		margin-left: 0;
		margin-top: 0;
		position: relative
	}

	.login_else_info span,.need_reg {
		float: none
	}
}

.share .sharePrint {
	font-size: 0;
	line-height: 0;
	float: left;
	margin-right: 15px;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #e2e2e2
}

@media (min-width:750px) {
	.share .sharePrint:hover {
		background: #d20a2c
	}

	.share .sharePrint:hover a .iconfont,.share .sharePrint:hover a span {
		color: #fff
	}
}

.share .sharePrint a {
	position: relative;
	display: inline-block;
	height: 32px;
	margin-top: 0;
	padding-right: 15px
}

.share .sharePrint a span {
	font-size: 16px;
	line-height: 32px;
	padding-left: 37px;
	-webkit-transition: .4s;
	transition: .4s;
	color: #999
}

.share .sharePrint a .iconfont {
	position: absolute;
	top: 16px;
	left: 15px;
	-webkit-transition: .4s;
	transition: .4s;
	color: #999
}

.share .shareOther {
	font-size: 0;
	line-height: 0;
	float: left;
	border: 1px solid #e2e2e2;
	overflow: hidden
}

.LANG-cn .share .shareOther {
	overflow: visible
}

.LANG-sa .share .shareOther {
	float: right
}

.LANG-sa .overview .share .shareOther {
	float: none
}

.share .shareOther a {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 32px;
	margin-top: 0;
	margin-right: -2px
}

@media (min-width:750px) {
	.share .shareOther a:hover .iconfont {
		color: #d20a2c
	}
}

.share .shareOther .social-share-icon:before {
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: 15px;
	content: "";
	border: 1px dashed #e2e2e2
}

.LANG-sa .share .shareOther .social-share-icon:before {
	right: auto;
	left: 0
}

.share .shareOther .social-share-icon.icon-google:before,.share .shareOther .social-share-icon.icon-wechat:before {
	display: none
}

.share .shareOther a .iconfont {
	position: absolute;
	color: #999
}

.share .shareOther a .icon-share-email {
	font-size: 16px;
	top: 17px;
	left: 17px
}

.share .shareOther a .icon-share-facebook {
	font-size: 20px;
	top: 16px;
	left: 15px
}

.share .shareOther a .icon-share-twitter {
	font-size: 22px;
	top: 17px;
	left: 15px
}

.share .shareOther a .icon-share-linkedin {
	font-size: 22px;
	top: 16px;
	left: 15px
}

.share .shareOther a .icon-share-google {
	font-size: 24px;
	top: 17px;
	left: 13px
}

.share .shareOther a .icon-share-weibo {
	font-size: 23px;
	top: 17px;
	left: 14px
}

.share .shareOther a .icon-share-wechat {
	font-size: 16px;
	top: 17px;
	left: 17px
}

.share .icon-wechat .wechat-qrcode {
	font-size: 12px;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: 0;
	display: none;
	width: 200px;
	height: 192px;
	transition: all .2s;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	-webkit-tansition: all .35s
}

.share .icon-wechat .wechat-qrcode h4 {
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	color: #777;
	background-color: #f3f3f3
}

.share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	padding: 0
}

@media (min-width:750px) {
	.share .icon-wechat:hover .wechat-qrcode {
		display: block
	}
}

.share .social-share .icon-wechat .wechat-qrcode {
	z-index: 100;
	top: -200px;
	height: 190px
}

.share .icon-wechat .wechat-qrcode .qrcode>img {
	display: block
}

@media (max-width:1200px) {
	.share .sharePrint {
		display: none
	}
}

@media (max-width:920px) {
	.share .sharePrint {
		margin-bottom: 15px
	}
}

@media (max-width:750px) {
	.share .icon-wechat .wechat-qrcode {
		left: -150px
	}
}

.icon-share-favorite:before {
	content: "\e636"
}

.fs-h2 {
	font-size: 20px
}

.fs-h3 {
	font-size: 16px
}

.fs-h4 {
	font-size: 14px
}

.fs-h5 {
	font-size: 12px
}

@media (max-width:920px) {
	.fs-h2 {
		font-size: 24px
	}

	.fs-h3 {
		font-size: 18px
	}

	.fs-h4 {
		font-size: 14px
	}

	.fs-h5 {
		font-size: 12px
	}
}

@media (max-width:450px) {
	.fs-h2 {
		font-size: 16px
	}

	.fs-h3 {
		font-size: 14px
	}

	.fs-h4,.fs-h5 {
		font-size: 12px
	}
}

.layout-block {
	position: relative
}

.layout-block .layout-bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0
}

.layout-block .layout-bg+div {
	position: relative
}

.layout-block .layout-title {
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
	color: #666
}

.layout-block .cistern-box {
	padding-top: 40px;
	padding-bottom: 40px
}

.layout-block .cistern-box-top {
	padding-top: 70px
}

.layout-block .cistern-box-bottom {
	padding-bottom: 70px
}

.layout-block .a-link {
	text-decoration: underline;
	color: #333;
	font-size: 16px;
	line-height: 1.375
}

.layout-block .a-link:hover {
	color: #666
}

.layout-block.isWhiteFont,.layout-block.isWhiteFont .layout-title {
	color: #fff
}

.layout-block.isWhiteFont .a-link {
	color: #fff;
	cursor: pointer
}

.layout-block.isWhiteFont .a-link:hover {
	color: hsla(0,0%,100%,.9)
}

@media (max-width:1600px) {
	.layout-block .layout-title {
		font-size: 36px
	}
}

@media (max-width:1200px) {
	.layout-block .layout-title {
		font-size: 30px
	}

	.layout-block .cistern-box {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.layout-block .cistern-box-top {
		padding-top: 40px
	}

	.layout-block .cistern-box-bottom {
		padding-bottom: 40px
	}
}

@media (max-width:750px) {
	.layout-block .layout-title {
		padding-bottom: 20px;
		font-size: 24px;
		line-height: 1.25;
		color: #333
	}
}

.layout-block .layout-vertical-wrap {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0
}

.layout-block .layout-vertical-wrap .layout-vertical {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px
}

.layout-block .layout-vertical-wrap:after {
	width: 0;
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%
}

.storageDetailsAll {
	background: url(../images/storagelinks-bg.jpg)
}

.storageDetailsAll .con {
	position: relative
}

.storageDetailsAll .main {
	overflow: hidden
}

.storageDetailsAll .con ul {
	margin: 0 -40px
}

.storageDetailsAll .con ul li {
	float: left;
	width: 33.333%
}

.storageDetailsAll .con ul li .box {
	padding: 0 40px;
	display: block
}

.storageDetailsAll .con ul li .box .pic {
	width: 60%;
	margin: 0 auto;
	display: block
}

.storageDetailsAll .con ul li .box .pic:after {
	padding-top: 75%
}

.storageDetailsAll .con ul li .box .text {
	padding-top: 17px;
	text-align: center
}

.storageDetailsAll .con ul li .box .text h3 {
	padding-bottom: 0
}

.storageDetailsAll .con ul li .box .text h3 div {
	font-size: 24px;
	line-height: 1.375;
	overflow: hidden;
	color: #333;
	-webkit-transition: .4s;
	transition: .4s;
	border-bottom: 1px solid #333;
	display: inline
}

.storageDetailsAll .con ul li .box:hover .text h3 div {
	color: #999;
	border-bottom: 1px solid #999
}

.storageDetailsAll .con ul li .box .text .txtbox {
	overflow: hidden;
	padding-top: 5px
}

.storageDetailsAll .con ul li .box .text p {
	font-size: 16px;
	line-height: 1.375;
	text-align: left;
	color: #666;
	padding-bottom: 10px
}

.storageDetailsAll .next,.storageDetailsAll .prev {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -30px;
	cursor: pointer;
	color: #999
}

.storageDetailsAll .next:hover,.storageDetailsAll .prev:hover {
	color: #666
}

.storageDetailsAll .next .iconfont,.storageDetailsAll .prev .iconfont {
	font-size: 48px
}

.storageDetailsAll .next.notClick,.storageDetailsAll .prev.notClick {
	color: #ccc
}

.storageDetailsAll .next.notClick:hover,.storageDetailsAll .prev.notClick:hover {
	cursor: context-menu;
	color: #d9d9d9
}

.storageDetailsAll .prev {
	left: -40px
}

.storageDetailsAll .next {
	right: -40px
}

.storageDetailsAll .point {
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center
}

.storageDetailsAll .point>span {
	display: inline-block;
	padding: 6px;
	cursor: pointer
}

.storageDetailsAll .point>span em {
	display: inline-block;
	width: 10px;
	height: 10px;
	transition: all .6s;
	border-radius: 50%;
	background: #cbcbcb
}

.storageDetailsAll .point>span.hover em {
	background: #989898
}

.storageDetailsAll .btn {
	display: none
}

@media (max-width:1600px) {
	.storageDetailsAll .con ul li .box .text h3 div {
		font-size: 22px
	}

	.storageDetailsAll .prev {
		left: 0
	}

	.storageDetailsAll .next {
		right: 0
	}
}

@media (max-width:1200px) {
	.storageDetailsAll .next,.storageDetailsAll .prev {
		display: none
	}

	.storageDetailsAll .point {
		bottom: -25px
	}
}

@media (max-width:750px) {
	.storageDetailsAll .con ul {
		margin: 0
	}

	.storageDetailsAll .next,.storageDetailsAll .prev {
		display: none
	}

	.storageDetailsAll .point>span {
		width: 6px;
		height: 6px;
		margin: 0 2px
	}

	.storageDetailsAll .point {
		bottom: -30px
	}

	.storageDetailsAll .con.current ul li {
		display: block
	}

	.storageDetailsAll .con ul li:last-child {
		margin-bottom: 0
	}

	.storageDetailsAll .con ul li .box {
		padding: 0;
		padding-bottom: 20px;
		border: 1px solid #ccc;
		height: 100%
	}

	.storageDetailsAll .con ul li .box .text {
		padding: 0 15px
	}

	.storageDetailsAll .con ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.storageDetailsAll .btn {
		display: block;
		width: 300px;
		margin: 0 auto;
		padding-top: 10px;
		cursor: pointer;
		text-align: center;
		display: none
	}

	.storageDetailsAll.quantity1 .btn {
		display: none
	}

	.storageDetailsAll .btn span {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 100px;
		cursor: pointer
	}

	.storageDetailsAll .btn span .iconfont {
		color: #999;
		font-size: 30px;
		top: 0;
		left: 0;
		margin-left: 0
	}

	.storageDetailsAll .btn span.current {
		position: fixed;
		z-index: 10;
		bottom: 20px;
		left: 50%;
		margin-left: -21px
	}

	.storageDetailsAll .btn span.absolution {
		position: absolute;
		z-index: 10;
		bottom: -20px;
		left: 50%;
		margin-left: -21px
	}

	.storageDetailsAll .btn span.none {
		display: none
	}

	.storageDetailsAll .btn p {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		line-height: 1.57;
		color: #666
	}

	.storageDetailsAll .con ul li .box .text h3 div {
		font-size: 18px;
		color: #333;
		font-weight: 700;
		line-height: 1.55;
		padding-top: 15px
	}

	.storageDetailsAll .con ul li .box .text p {
		font-size: 14px;
		padding-top: 10px;
		line-height: 1.57;
		color: #666;
		padding-bottom: 0
	}
}

.technicalSupportLink ul {
	text-align: center
}

.technicalSupportLink ul li {
	display: inline-block;
	padding: 10px 0
}

.technicalSupportLink ul li a {
	display: inline-block;
	padding: 0 30px;
	color: #333;
	line-height: 1;
	border-right: 1px solid #a4a4a4
}

.technicalSupportLink ul li a:hover {
	text-decoration: underline
}

@media (max-width:750px) {
	.technicalSupportLink ul {
		border-top: 1px solid #dedede
	}

	.technicalSupportLink ul li {
		display: block;
		border-bottom: 1px solid #dedede;
		padding: 0;
		margin-bottom: 10px
	}

	.technicalSupportLink ul li:last-child {
		margin-bottom: 0
	}

	.technicalSupportLink ul li a {
		display: block;
		text-align: center;
		line-height: 1.5;
		margin: 0;
		border: 2px solid #000!important;
		border-radius: 2px;
		padding: 8px 30px
	}
}

.storageDetailsParameters .con {
	position: relative
}

.storageDetailsParameters .mian {
	overflow: hidden
}

.storageDetailsParameters .con:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: "";
	background: #fff
}

.bgIntervalImg.storageDetailsParameters .con:after {
	background: #f7f7f7
}

.storageDetailsParameters ul {
	margin: 0 -10px
}

.storageDetailsParameters ul li {
	position: relative;
	float: left;
	width: 33.333%
}

.LANG-sa .storageDetailsParameters ul li {
	float: right
}

.storageDetailsParameters ul li:first-child:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: "";
	background: #f7f7f7
}

.storageDetailsParameters ul li .block {
	position: relative;
	display: block;
	height: 100%;
	text-align: center;
	color: #333;
	border-left: 1px solid #e6e6e6
}

.storageDetailsParameters .introduction {
	line-height: 1.75;
	max-width: 1100px;
	margin: 0 auto 15px
}

.storageDetailsParameters .introductionLink {
	margin-bottom: 20px;
	text-align: center
}

.storageDetailsParameters ul li .block h3 {
	font-size: 24px;
	line-height: 1.25;
	overflow: hidden;
	padding: 0 30px;
	color: #333
}

.storageDetailsParameters ul li .block .pic {
	width: 60%;
	display: block;
	margin: 0 auto
}

.storageDetailsParameters ul li .block .pic:after {
	padding-top: 31%
}

.storageDetailsParameters ul li .block .text {
	padding: 0 30px
}

.storageDetailsParameters ul li .block .text .hw-btn-warp {
	display: block;
	width: 100%;
	height: auto;
	background: transparent
}

.storageDetailsParameters ul li .block .text p {
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 15px;
	color: #666
}

.storageDetailsParameters ul li .block .text .link {
	margin-top: 42px;
	border-top: 1px dashed #dbdbdb
}

.storageDetailsParameters ul li .block .text .link>a:first-child {
	padding-top: 20px
}

.storageDetailsParameters ul li .block .text .hw-btn-warp {
	padding-top: 5px;
	padding-bottom: 1px
}

.storageDetailsParameters ul li .block .text .link a {
	font-size: 16px;
	line-height: 1.375;
	display: block;
	padding-top: 7px;
	-webkit-transition: color .4s;
	transition: color .4s;
	text-decoration: underline;
	color: #333
}

.storageDetailsParameters ul li .block .text .link a:hover {
	color: #999
}

@media (max-width:1600px) {
	.storageDetailsParameters ul li .block h3 {
		font-size: 30px
	}

	.storageDetailsParameters .mian {
		margin-right: 50px;
		margin-left: 50px
	}

	.storageDetailsParameters .con:after {
		left: 50px
	}
}

@media (max-width:1200px) {
	.storageDetailsParameters ul li .block {
		padding: 0 15px
	}

	.storageDetailsParameters ul li .block h3 {
		font-size: 26px;
		padding: 0
	}

	.storageDetailsParameters ul li .block .text {
		padding: 0
	}
}

@media (max-width:750px) {
	.storageDetailsParameters .mian {
		margin-right: 0;
		margin-left: 0
	}

	.storageDetailsParameters .con:after {
		left: 0
	}

	.storageDetailsParameters ul {
		margin: 0
	}

	.storageDetailsParameters ul li .block .pic {
		padding-top: 0
	}

	.storageDetailsParameters ul li {
		width: 100%;
		padding-bottom: 20px;
		border-left: none
	}

	.storageDetailsParameters ul li .block .text {
		text-align: left;
		padding-top: 5px
	}

	.LANG-sa .storageDetailsParameters ul li .block .text {
		text-align: right
	}

	.storageDetailsParameters ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none
	}

	.storageDetailsParameters ul li .block .text .link {
		margin-top: 0;
		border-top: none
	}

	.storageDetailsParameters .introductionLink {
		text-align: left
	}

	.storageDetailsParameters .introduction {
		font-size: 14px;
		line-height: 1.57;
		padding-bottom: 10px;
		color: #666;
		margin-bottom: 0
	}

	.storageDetailsParameters .introduction:last-child {
		padding-bottom: 0
	}

	.storageDetailsParameters ul li .block {
		padding: 0
	}

	.storageDetailsParameters ul li .block h3 {
		padding: 0;
		font-size: 18px;
		color: #333;
		font-weight: 700;
		line-height: 1.55;
		text-align: center
	}

	.storageDetailsParameters ul li .block .text p {
		text-align: left;
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.57;
		color: #666
	}

	.LANG-sa .storageDetailsParameters ul li .block .text p {
		text-align: right
	}

	.storageDetailsParameters ul li .block .text .link a {
		text-align: left;
		font-size: 14px;
		margin-top: 0;
		line-height: 1.57;
		padding-top: 10px;
		color: #666
	}

	.LANG-sa .storageDetailsParameters ul li .block .text .link a {
		text-align: right
	}
}

.storageLinks {
	background: url(../images/storagelinks-bg.jpg)
}

.storageLinks ul li {
	float: left;
	width: 25%
}

.storageLinks ul li .box {
	display: block;
	height: 100%;
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	color: #666;
	border: 1px solid #ccc
}

.storageLinks ul li .box:hover {
	border: 1px solid #d20a2c;
	background: #d20a2c
}

.storageLinks ul li .box:hover p {
	color: #fff
}

.storageLinks ul li .box em {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url(../images/storagelinks-icon2.png);
	background-repeat: no-repeat
}

.storageLinks ul li .box em.icon1 {
	background-position: -37px -23px
}

.storageLinks ul li .box em.icon2 {
	background-position: -102px -23px
}

.storageLinks ul li .box em.icon3 {
	background-position: -164px -23px
}

.storageLinks ul li .box em.icon4 {
	background-position: -224px -23px
}

.storageLinks ul li .box:hover em.icon1 {
	background-position: -37px -73px
}

.storageLinks ul li .box:hover em.icon2 {
	background-position: -102px -73px
}

.storageLinks ul li .box:hover em.icon3 {
	background-position: -164px -73px
}

.storageLinks ul li .box:hover em.icon4 {
	background-position: -224px -73px
}

.storageLinks ul li .box p {
	font-size: 24px;
	line-height: 1.333;
	display: inline-block;
	max-width: 250px;
	vertical-align: middle;
	text-transform: uppercase
}

@media (max-width:1600px) {
	.storageLinks ul li .box p {
		font-size: 20px;
		max-width: 200px
	}
}

@media (max-width:1300px) {
	.storageLinks ul li .box p {
		font-size: 18px;
		max-width: 180px
	}

	.storageLinks ul li .box em {
		width: 28px;
		height: 28px
	}

	.storageLinks ul li .box em.icon1 {
		background-position: -39px -130px
	}

	.storageLinks ul li .box em.icon2 {
		background-position: -101px -130px
	}

	.storageLinks ul li .box em.icon3 {
		background-position: -162px -130px
	}

	.storageLinks ul li .box em.icon4 {
		background-position: -222px -132px
	}

	.storageLinks ul li .box:hover em.icon1 {
		background-position: -39px -163px
	}

	.storageLinks ul li .box:hover em.icon2 {
		background-position: -101px -163px
	}

	.storageLinks ul li .box:hover em.icon3 {
		background-position: -162px -163px
	}

	.storageLinks ul li .box:hover em.icon4 {
		background-position: -222px -165px
	}
}

@media (max-width:1200px) {
	.storageLinks ul li .box p {
		font-size: 16px;
		max-width: 150px
	}
}

@media (max-width:920px) {
	.storageLinks ul li {
		width: 50%;
		margin-bottom: 30px
	}

	.storageLinks ul li .box p {
		font-size: 16px;
		max-width: 250px
	}
}

@media (max-width:750px) {
	.storageLinks ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.storageLinks ul li:last-child {
		margin-bottom: 0
	}

	.storageLinks ul li .box {
		margin: 0;
		border: 2px solid #000;
		border-radius: 2px;
		padding: 6px 30px
	}

	.storageLinks ul li .box p {
		max-width: 253px;
		color: #000
	}

	.storageLinks .cistern {
		padding-bottom: 25px
	}
}

h2 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
	color: #666
}

sup {
	font-size: 12px
}

.storage .cistern {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (max-width:1600px) {
	h2 {
		font-size: 36px
	}
}

@media (max-width:1200px) {
	h2 {
		font-size: 30px
	}

	.storage .cistern {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:750px) {
	.storage .cistern {
		padding-bottom: 30px
	}

	h2 {
		padding-bottom: 20px;
		font-size: 24px;
		line-height: 1.25;
		color: #333
	}
}

.cloud-key-features .btn {
	margin-top: 48px;
	text-align: center
}

.cloud-key-features {
	background: url(../images/storagelinks-bg.jpg)
}

.J-carousel-wrap-scheme {
	margin-bottom: 36px
}

@media(max-width:750px) {
	.J-carousel-wrap-scheme {
		margin-bottom: 0
	}
}

.picImg1 img {
	transition: transform 12s cubic-bezier(.23,1,.32,1);
	transform: scale(1)
}

.picImg1:hover img {
	transform: scale(1.1)
}

.picImg1:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	transition: opacity 5s cubic-bezier(.23,1,.32,1),height 5s cubic-bezier(.23,1,.32,1);
	opacity: 0;
	background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.7))
}

.picImg1:hover:before {
	opacity: 1
}

@media (max-width:750px) {
	.picImg1:hover img {
		transform: scale(1)
	}

	.picImg1:hover:before {
		opacity: 0
	}
}

.bannerblack {
	color: #333
}

.bannergray {
	color: #666
}

.bannerwhite {
	color: #fff
}

.bgIntervalImg {
	background: url(../images/storagelinks-bg.jpg)
}

.storage .bannar-breadcrumbs-wrap .cistern,.storage .breadcrumbs-nav-box-v2 .cistern {
	padding-top: 0;
	padding-bottom: 0
}

.bannar-breadcrumbs-wrap {
	margin-bottom: 0
}

.bannar-breadcrumbs-wrap.banner-box .next-btn,.bannar-breadcrumbs-wrap .banner-box .pre-btn {
	margin-top: -50px
}

.storageBanner {
	position: relative
}

.storageBanner .cistern {
	padding-top: 0;
	padding-bottom: 0
}


.storageBanner .pic img {
	position: absolute;
	display: block;
	width: 100%
}

.storageBanner .con {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	font-size: 0;
	width: 100%;
	height: 100%
}

.storageBanner .box {
	display: inline-block;
	width: 100%;
	padding-bottom: 55px;
	vertical-align: middle
}

.storageBanner .con .cistern {
	margin: 0 auto
}

.storageBanner .con:after {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: middle;
	width: 0
}

.storageBanner .box .top-title {
	font-size: 32px;
	line-height: 1.375;
	margin-bottom: -7px;
	overflow: hidden
}

.storageBanner .box .title {
	font-size: 52px;
	line-height: 1.38;
	overflow: hidden;
	margin: 0;
	padding-top: 9px;
	text-align: inherit;
	padding-bottom: 0;
	color: inherit
}

.storageBanner .box .sub-title {
	font-size: 22px;
	line-height: 1.45;
	overflow: hidden;
	padding-top: 27px;
	margin-bottom: -3px
}

@media (max-width:1600px) {
	.storageBanner .box .top-title {
		font-size: 30px
	}

	.storageBanner .box .title {
		font-size: 48px
	}

	.storageBanner .box .sub-title {
		font-size: 22px;
		padding-top: 20px
	}
}

@media (max-width:1200px) {
	.storageBanner .box {
		padding-bottom: 0
	}

	.storageBanner .box .top-title {
		font-size: 28px
	}

	.storageBanner .box .title {
		font-size: 44px
	}

	.storageBanner .box .sub-title {
		font-size: 20px
	}

	.storageBanner .box .hidden-sub-title .sub-title {
		display: none
	}

	.bannar-breadcrumbs-wrap .banner-print {
		bottom: 12px!important
	}
}

@media (max-width:920px) {
	.storageBanner .box .title {
		font-size: 32px
	}

	.storageBanner .box {
		padding-bottom: 0
	}

	.storageBanner .box .top-title {
		font-size: 24px
	}

	.storageBanner .box .sub-title {
		font-size: 20px
	}
}

@media (max-width:750px) {
	.storageBanner .box .title {
		font-size: 26px;
		line-height: 1.15;
		padding-top: 0;
		font-weight: 700
	}

	.storageBanner .box .sub-title,.storageBanner .box .top-title {
		font-size: 16px;
		line-height: 1.625;
		padding-top: 10px
	}

	.storageBanner .con .cistern .banner-text .hw-btn-warp {
		padding-top: 10px
	}、	.LANG-cn .storageBanner .box .btn {
		padding-top: 20px
	}

	.storageBanner .pic:after {
		
		padding-top: 105.25%
	}

	.bannar-breadcrumbs-wrap .banner-print {
		bottom: 0!important
	}
}

.bannerWindow .hw-btn-warp {
	padding-top: 15px
}

.bannerWindow .hiddenTitle {
	display: inline-block;
	padding: 4px 10px;
	font-size: 14px;
	border: 1px solid #000;
	border-radius: 12px
}

.bannerWindow .banner-while-font .hiddenTitle {
	border-color: #fff
}

.bannerWindow .storageBanner .box .title {
	font-size: 36px
}

.bannerWindow .storageBanner .box .sub-title {
	font-size: 16px;
	padding-top: 20px
}

.bannerWindow .banner-box .pre-btn {
	left: 40px
}

.bannerWindow .banner-box .next-btn {
	right: 40px
}

.bannerWindow .banner-box .banner-print {
	bottom: 10px
}

.bannerWindow .storageBanner .box {
	padding-bottom: 10px
}

@media (max-width:1600px) {
	.bannerWindow .storageBanner .box .title {
		font-size: 34px
	}
}

@media (max-width:1200px) {
	.bannerWindow .storageBanner .box .title {
		font-size: 32px
	}
}

@media (max-width:992px) {
	.bannerWindow {
		padding-top: 41px
	}

	.bannerWindow .storageBanner .box .title {
		font-size: 28px;
		line-height: 1.2
	}
}

@media (max-width:768px) {
	.bannerWindow {
		margin-left: -15px;
		margin-right: -15px
	}

	.bannerWindow .storageBanner .box .title {
		font-size: 24px
	}

	.bannerWindow .storageBanner .con .cistern {
		padding: 0 10px
	}

	.bannerWindow .hw-btn-warp {
		padding-top: 0
	}

	.bannerWindow .hiddenTitle {
		display: none
	}

	.bannerWindow .storageBanner .banner-text {
		text-align: center
	}
}

.layout-product-videoList {
	background: url(../images/bg.jpg);
	background-size: cover
}

.layout-product-videoList h2 {
	color: #fff
}

.layout-product-videoList .video-play-wrap {
	position: relative;
	padding-top: 46.68%;
	cursor: pointer
}

.layout-product-videoList .video-play {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.layout-product-videoList .video-play-area,.layout-product-videoList .video-play-list {
	float: left;
	height: 100%;
	position: relative
}

.LANG-sa .layout-product-videoList .video-play-area,.LANG-sa .layout-product-videoList .video-play-list {
	float: right
}

.layout-product-videoList .video-play-area img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0
}

.layout-product-videoList .video-play-area .playing img {
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.layout-product-videoList .video-play-list img {
	width: 100%;
	height: 100%;
	display: block
}

.layout-product-videoList .video-play-area {
	width: 76%;
	padding-right: 2px;
	padding-bottom: 62px;
	overflow: hidden
}

.layout-product-videoList .icon-play2 {
	color: #fff;
	text-shadow: 0 0 12px rgba(0,0,0,.3);
	font-size: 40px;
	position: absolute;
	left: 24px;
	top: 12px;
	margin-left: 10px;
	line-height: 1;
	z-index: 10
}

.layout-product-videoList .icon-play2:hover {
	color: #eee
}

.layout-product-videoList .video-play-area-img {
	background: #333;
	left: 0;
	top: 0;
	right: 2px;
	bottom: 62px;
	position: absolute
}

.layout-product-videoList .video-play-area-img.playing {
	z-index: 100
}

.layout-product-videoList .video-play-area .icon-play2 {
	display: none
}

.layout-product-videoList .video-play-area-video {
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	position: relative
}

.layout-product-videoList .video-play-area-video.playing {
	z-index: 10
}

.layout-product-videoList .video-play-area-bar:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=80);
	background: #333
}

.layout-product-videoList .video-play-area-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 60px;
	line-height: 60px;
	width: 100%;
	color: #fff;
	background: #333;
	font-size: 20px;
	cursor: default;
	padding-left: 10px
}

.layout-product-videoList .video-play-area-bar span {
	position: relative;
	margin: 0 20px
}

.layout-product-videoList .video-play-list {
	width: 24%;
	background: rgba(0,0,0,.2)
}

.layout-product-videoList .carousel-wrap {
	padding-bottom: 62px;
	overflow: hidden
}

.layout-product-videoList .carousel-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	background: #333;
	width: 100%
}

.layout-product-videoList .carousel-wrap.oneCarousel:after {
	display: none
}

.layout-product-videoList .carousel-wrap li,.layout-product-videoList .carousel-wrap ul {
	height: 100%
}

.layout-product-videoList .carousel-wrap .J-videoPlay {
	position: relative;
	cursor: pointer;
	height: 33.3333%;
	padding-top: 2px
}

.layout-product-videoList .carousel-wrap .J-videoPlay:first-child {
	padding-top: 0
}

@media (min-width:920px) {
	.layout-product-videoList .carousel-stop-event,.layout-product-videoList .carousel-wrap .J-videoPlay.firstHover .videoimg:before {
		display: none
	}

	.layout-product-videoList .carousel-wrap .J-videoPlay:before {
		background: rgba(255,0,0,.7);
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		top: 2px;
		right: 0;
		z-index: 1;
		display: none
	}
}

.layout-product-videoList .carousel-wrap .J-videoPlay:first-child:before {
	top: 0
}

.layout-product-videoList .carousel-wrap .J-videoPlay.firstHover:before,.layout-product-videoList .carousel-wrap .J-videoPlay:hover:before {
	display: block
}

.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg {
	position: relative;
	height: 100%
}

.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg .icon-play2 {
	left: 50%;
	top: 50%;
	margin: -26px;
	font-size: 40px
}

.layout-product-videoList .carousel-wrap .J-videoPlay.playing .icon-play2:before {
	content: "\e7a6"
}

.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: " ";
	background: rgba(0,0,0,.7)
}

.layout-product-videoList .carousel-wrap .J-videoPlay.playing .videoimg:before,.layout-product-videoList .carousel-wrap .J-videoPlay:hover .videoimg:before {
	display: none
}

.layout-product-videoList .carousel-wrap .videocon {
	position: absolute;
	color: #fff;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 2
}

.layout-product-videoList .carousel-wrap .videocon-btn {
	font-size: 18px;
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	background: #000;
	width: 35px;
	text-align: center
}

.layout-product-videoList .carousel-wrap .videocon span {
	overflow: hidden;
	position: relative;
	line-height: 1.1;
	z-index: 1
}

.layout-product-videoList .video-list-next,.layout-product-videoList .video-list-prev {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	z-index: 3;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 40px;
	background: #666;
	text-align: center
}

.LANG-sa .layout-product-videoList .video-list-next,.LANG-sa .layout-product-videoList .video-list-prev {
	right: auto;
	left: 10px
}

.layout-product-videoList .video-list-prev {
	right: 52px
}

.LANG-sa .layout-product-videoList .video-list-prev {
	right: auto;
	left: 52px
}

.layout-product-videoList .carousel-oconpoint {
	position: absolute;
	bottom: 0;
	right: 113px;
	line-height: 60px;
	z-index: 1;
	margin-left: 10px
}

.layout-product-videoList .carousel-oconpoint .btn-before {
	color: #fff;
	display: inline-block;
	margin-right: 5px
}

.layout-product-videoList .carousel-oconpoint em {
	color: #999;
	display: inline-block;
	font-style: normal
}

.layout-product-videoList .carousel-oconpoint .btn-after {
	color: #999;
	display: inline-block;
	margin-left: 5px
}

.layout-product-videoList .video-list-next.notClick {
	opacity: .8;
	cursor: not-allowed;
	color: #eee
}

.layout-product-videoList .video-list-prev.notClick {
	opacity: .8;
	cursor: not-allowed
}

.layout-product-videoList .video-list-next .iconfont,.layout-product-videoList .video-list-prev .iconfont {
	font-size: 30px
}

.layout-product-videoList .carousel-point {
	display: none
}

.layout-product-videoList .more-btn {
	text-align: center
}

@media (max-width:1600px) {
	.layout-product-videoList .carousel-ul-wrap {
		margin-right: 0;
		margin-left: 0
	}
}

@media (max-width:920px) {
	.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg:before {
		background: rgba(0,0,0,.3)
	}

	.layout-product-videoList .carousel-wrap:after {
		display: none
	}

	.layout-product-videoList .icon-play2 {
		top: 50%
	}

	.layout-product-videoList .video-play-wrap {
		position: relative;
		padding-top: 0;
		cursor: pointer
	}

	.layout-product-videoList .video-play {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		top: 0
	}

	.layout-product-videoList .video-play-area {
		display: none
	}

	.layout-product-videoList .video-play-list {
		float: none;
		height: 100%;
		position: relative;
		width: 100%;
		background: transparent
	}

	.layout-product-videoList .video-list-next,.layout-product-videoList .video-list-prev {
		display: none
	}

	.layout-product-videoList .carousel-wrap {
		padding: 0;
		overflow: visible;
		margin-bottom: 0
	}

	.layout-product-videoList .carousel-ul-wrap {
		overflow: hidden
	}

	.layout-product-videoList .carousel-wrap li .videoimg {
		height: 100%;
		margin: 0 2px
	}

	.layout-product-videoList .carousel-wrap .videocon-btn {
		display: none
	}

	.layout-product-videoList .carousel-wrap li .videoimg .icon-play2 {
		display: block
	}

	.layout-product-videoList .carousel-wrap .videocon {
		background: none;
		padding-left: 0;
		margin: 0
	}

	.layout-product-videoList .carousel-wrap li .videoimg:before {
		background-color: rgba(0,0,0,.2)
	}

	.layout-product-videoList .carousel-point {
		display: block
	}

	.layout-product-videoList .carousel-wrap .carousel-ul .carousel-li {
		margin-bottom: 10px;
		float: none!important
	}
}

@media (max-width:750px) {
	.layout-product-videoList .carousel-wrap .carousel-ul .carousel-li {
		margin-bottom: 10px;
		float: none!important
	}

	.layout-product-videoList .carousel-wrap,.layout-product-videoList .carousel-wrap .carousel-ul .carousel-li:last-child {
		margin-bottom: 0
	}

	.layout-product-videoList .carousel-wrap .J-videoPlay {
		margin: 0;
		display: block;
		font-size: 0;
		background: #f1f1f1
	}

	.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg {
		width: 37.7%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		overflow: hidden
	}

	.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg:before {
		display: none
	}

	.layout-product-videoList .carousel-wrap .videocon {
		padding: 13px 10px;
		width: 62.3%;
		position: static;
		display: inline-block;
		vertical-align: top
	}

	.layout-product-videoList .carousel-wrap .videocon span {
		height: auto;
		color: #666;
		font-size: 14px;
		line-height: 1.57;
		max-height: 62px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: flex;
		display: -webkit-box
	}

	.layout-product-videoList .video-play-list img {
		position: absolute!important;
		display: block!important;
		width: auto!important;
		left: -11%;
		min-height: auto!important;
		min-width: 122%
	}

	.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg:after {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		content: "";
		padding-top: 69.2%
	}

	.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg .icon-play2 {
		margin: -12px;
		font-size: 24px
	}

	.layout-product-videoList .carousel-point {
		display: none
	}
}

.carousel-wrap {
	position: relative;
	height: 100%
}

.carousel-wrap .carousel-ul-wrap {
	position: relative;
	overflow: hidden;
	height: 100%
}

.carousel-wrap .carousel-ul {
	position: relative
}

.carousel-wrap .carousel-ul:after {
	display: table;
	clear: both;
	content: " "
}

.carousel-wrap .carousel-ul .carousel-li {
	position: relative;
	float: left
}

.carousel-next,.carousel-prev {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	cursor: pointer
}

.carousel-next .iconfont,.carousel-prev .iconfont {
	font-size: 50px;
	line-height: 1;
	color: #999
}
.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
  
}
.carousel-next:hover .iconfont,.carousel-prev:hover .iconfont {
	color: #666
}

.carousel-prev,.carousel-prev:hover {
	left: -55px
}

.carousel-next,.carousel-next:hover {
	right: -55px
}

.carousel-next.notClick,.carousel-prev.notClick {
	cursor: auto;
	color: #ccc
}

.carousel-next.notClick .iconfont,.carousel-prev.notClick .iconfont {
	pointer-events: none;
	color: #ccc
}

.carousel-point {
	position: absolute;
	bottom: -32px;
	width: 100%;
	text-align: center
}

.carousel-stop-event {
	pointer-events: none
}

.carousel-point>span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	transition: all .6s;
	border-radius: 50%;
	background: #d2d2d2
}

.carousel-point>span.hover {
	background: #b3b3b3
}

@media (max-width:1600px) {
	.carousel-wrap .carousel-ul {
		margin: 0
	}

	.carousel-ul-wrap {
		margin-right: 50px;
		margin-left: 50px
	}

	.carousel-prev,.carousel-prev:hover {
		left: 0
	}

	.carousel-next,.carousel-next:hover {
		right: 0
	}
}

@media(max-width:750px) {
	.carousel-ul-wrap {
		margin-right: 0;
		margin-left: 0
	}

	.carousel-next,.carousel-prev {
		position: static;
		display: none
	}

	.carousel-wrap .carousel-ul {
		margin: 0
	}
}

.carousel-max3.carousel-wrap-1,.carousel-max3.carousel-wrap-2,.carousel-max4.carousel-wrap-1,.carousel-max4.carousel-wrap-2,.carousel-max4.carousel-wrap-3 {
	margin-right: auto;
	margin-left: auto
}

@media(min-width:920px) {
	.carousel-wrap.carousel-wrap-vertical {
		height: 100%
	}

	.carousel-wrap.carousel-wrap-vertical .carousel-ul-wrap {
		margin-left: 0
	}

	.carousel-wrap.carousel-wrap-vertical .carousel-ul {
		margin: 0
	}

	.carousel-wrap.carousel-wrap-vertical .carousel-ul .carousel-li {
		float: none;
		width: 100%
	}
}

.layout-characteristics.isCarousel .carousel-wrap:after,.layout-characteristics.isCarousel .carousel-wrap:before {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 1px;
	height: 100%;
	content: "";
	background: #fff
}

.bgIntervalImg.layout-characteristics.isCarousel .carousel-wrap:after,.bgIntervalImg.layout-characteristics.isCarousel .carousel-wrap:before {
	background: #f7f7f7
}

.layout-characteristics.isCarousel .carousel-wrap:before {
	left: 0
}

.layout-characteristics.isCarousel .carousel-wrap:after {
	right: 0
}

.layout-characteristics.isCarousel .carousel-ul-wrap.maxHeight {
	max-height: 400px
}

.layout-characteristics.isCarousel .carousel-li {
	position: relative;
	float: left;
	width: 33.333%
}

.layout-characteristics.isCarousel .carousel-li .block {
	position: relative;
	display: block;
	height: 100%;
	text-align: center;
	color: #333;
	border-left: 1px solid #e6e6e6
}

.layout-characteristics.isCarousel .carousel-li .block .pic {
	width: 50%;
	display: inline-block;
	margin: 0 auto
}

.layout-characteristics.isCarousel .introduction {
	line-height: 1.75;
	max-width: 1100px;
	margin: 0 auto 15px
}

.layout-characteristics.isCarousel .introductionLink {
	margin-bottom: 20px;
	text-align: center
}

.layout-characteristics.isCarousel .carousel-li .block .item-title {
	font-size: 24px;
	line-height: 1.25;
	overflow: hidden;
	padding: 0 30px;
	color: #333
}

.layout-characteristics.isCarousel .carousel-li .block .lazyload-v2 {
	display: block
}

.layout-characteristics.isCarousel .carousel-li .block .lazyload-v2:after {
	padding-top: 31%
}

.layout-characteristics.isCarousel .carousel-li .block .lazyload-v2 img {
	display: inline-block;
	left: 0;
	top: 0
}

.layout-characteristics.isCarousel .carousel-li .block .text {
	padding: 0 30px
}

.layout-characteristics.isCarousel .carousel-li .block .text .hw-btn-warp {
	display: block;
	width: 100%;
	height: auto;
	background: transparent
}

.layout-characteristics.isCarousel .carousel-li .block .text .item-text p {
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 15px;
	color: #666
}

.layout-characteristics.isCarousel .carousel-li .block .text .link {
	margin-top: 42px;
	border-top: 1px dashed #dbdbdb
}

.layout-characteristics.isCarousel .carousel-li .block .text .link>a:first-child {
	margin-top: 10px
}

.layout-characteristics.isCarousel .carousel-li .bg {
	display: none
}

.layout-characteristics.isCarousel .module-performance .am-content {
	margin-left: 0;
	margin-top: 0
}

.layout-characteristics.isCarousel .layout-vertical-wrap .layout-vertical {
	display: block;
	overflow: hidden
}

.layout-characteristics.isCarousel ul li .block .text .hw-btn-warp {
	padding-top: 5px;
	padding-bottom: 1px
}

.layout-characteristics.isCarousel ul li .block .text .link a {
	font-size: 16px;
	line-height: 1.375;
	display: block;
	padding-top: 7px;
	-webkit-transition: color .4s;
	transition: color .4s;
	text-decoration: underline;
	color: #333
}

.layout-characteristics.isCarousel ul li .block .text .link a:hover {
	color: #999
}

@media (max-width:1600px) {
	.layout-characteristics.isCarousel .carousel-wrap:before {
		left: 50px
	}

	.layout-characteristics.isCarousel .carousel-wrap:after {
		right: 50px
	}

	.layout-characteristics.isCarousel .carousel-li .block .item-title {
		font-size: 30px
	}

	.layout-characteristics.isCarousel .mian {
		margin-right: 50px;
		margin-left: 50px
	}

	.layout-characteristics.isCarousel .con:after {
		left: 50px
	}
}

@media (max-width:1200px) {
	.layout-characteristics.isCarousel .carousel-li .block {
		padding: 0 15px
	}

	.layout-characteristics.isCarousel .carousel-li .block .item-title {
		font-size: 26px;
		padding: 0
	}

	.layout-characteristics.isCarousel .carousel-li .block .text {
		padding: 0 15px
	}
}

@media (max-width:750px) {
	.layout-characteristics.isCarousel .carousel-ul-wrap.maxHeight {
		max-height: none
	}

	.layout-characteristics.isCarousel .carousel-wrap:before {
		left: 0
	}

	.layout-characteristics.isCarousel .carousel-wrap:after {
		right: 0
	}

	.layout-characteristics.isCarousel .mian {
		margin-right: 0;
		margin-left: 0
	}

	.layout-characteristics.isCarousel .con:after {
		left: 0
	}

	.layout-characteristics.isCarousel .carousel-ul {
		margin: 0
	}

	.layout-characteristics.isCarousel .carousel-li .block {
		padding: 0
	}

	.layout-characteristics.isCarousel .carousel-li .block .pic {
		padding-top: 0;
		width: 60%
	}

	.layout-characteristics.isCarousel .carousel-li .block .item-title {
		font-size: 18px;
		color: #333;
		font-weight: 700;
		line-height: 1.55;
		text-align: center
	}

	.layout-characteristics.isCarousel .carousel-li .block .text .item-text p {
		text-align: left;
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.57
	}

	.layout-characteristics.isCarousel ul li .block .text .link a {
		text-align: left;
		font-size: 14px;
		margin-top: 0;
		line-height: 1.57;
		padding-top: 10px;
		color: #666
	}

	.layout-characteristics.isCarousel .carousel-li {
		width: 100%;
		padding-bottom: 20px;
		border-left: none
	}

	.layout-characteristics.isCarousel .carousel-li .block .text {
		text-align: left;
		padding: 0 10px
	}

	.layout-characteristics.isCarousel .carousel-li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none
	}

	.layout-characteristics.isCarousel .carousel-li .block .text .link {
		margin-top: 0;
		border-top: none
	}

	.layout-characteristics.isCarousel .carousel-li .block .text .hw-btn-link-warp {
		padding-top: 0
	}

	.layout-characteristics.isCarousel .introductionLink {
		margin-top: -15px;
		text-align: left
	}
}

.layout-characteristics.isLayout .carousel-li {
	float: none;
	width: 100%;
	display: block;
	position: relative
}

.layout-characteristics.isLayout .carousel-li.layout-left .pic,.layout-characteristics.isLayout .carousel-li.layout-left .text {
	float: left
}

.layout-characteristics.isLayout .carousel-li.layout-right .pic {
	float: right
}

.layout-characteristics.isLayout .carousel-li .pic,.layout-characteristics.isLayout .carousel-li .text {
	width: 50%;
	padding-left: 50px
}

.layout-characteristics.isLayout .carousel-li .block .lazyload-v2 img {
	position: static
}

.layout-characteristics.isLayout .carousel-li .text-vertical {
	color: #333
}

.layout-characteristics.isLayout .carousel-li .item-title {
	font-size: 40px;
	line-height: 1.2;
	color: #000
}

.layout-characteristics.isLayout .carousel-li .block {
	position: relative
}

.layout-characteristics.isLayout .carousel-li .block .text .item-text p {
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 30px;
	color: #666
}

.layout-characteristics.isLayout .carousel-li .block .text .link {
	margin-top: 34px
}

.layout-characteristics.isLayout .carousel-li .block .text .link a {
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	position: relative
}

.layout-characteristics.isLayout .carousel-li .block .text .link a:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999
}

.layout-characteristics.isLayout .carousel-li .bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.layout-characteristics.isLayout .carousel-li .bg>img {
	height: 100%;
	width: 100%
}

.layout-block.layout-characteristics.isLayout .carousel-li.isWhiteFont .a-link,.layout-characteristics.isLayout .carousel-li.isWhiteFont .block .text .item-text p,.layout-characteristics.isLayout .carousel-li.isWhiteFont .item-title,.layout-characteristics.isLayout .isWhiteFont .btn-link-black {
	color: #fff
}

@media (min-width:992px) {
	.layout-characteristics.isLayout .isWhiteFont .btn-link-black:hover {
		color: #eee
	}
}

@media (max-width:1600px) {
	.layout-characteristics.isLayout .carousel-ul-wrap {
		margin-right: 0;
		margin-left: 0
	}
}

@media (max-width:1200px) {
	.layout-characteristics.isLayout .carousel-li .block {
		padding-left: 15px;
		padding-right: 15px
	}

	.layout-characteristics.isLayout .carousel-li .item-title {
		font-size: 26px;
		padding: 0
	}

	.layout-characteristics.isLayout .carousel-li .block .text .text {
		padding: 0
	}
}

@media (max-width:768px) {
	.layout-characteristics.isLayout .carousel-li.layout-left .pic {
		text-align: center
	}

	.layout-characteristics.isLayout .carousel-li.layout-left .pic,.layout-characteristics.isLayout .carousel-li.layout-left .text,.layout-characteristics.isLayout .carousel-li.layout-right .pic {
		float: none
	}

	.layout-characteristics.isLayout .carousel-li .pic,.layout-characteristics.isLayout .carousel-li .text {
		width: 100%;
		padding-left: 0
	}

	.layout-characteristics.isLayout .carousel-li .item-title {
		margin-top: 20px;
		text-align: center
	}
}

.layout-characteristics.isList .carousel-li {
	float: none;
	width: 100%;
	display: block;
	position: relative
}

.layout-characteristics.isList .carousel-li.layout-left .pic,.layout-characteristics.isList .carousel-li.layout-left .text,.layout-characteristics.isList .carousel-li.layout-right .pic {
	float: left
}

.layout-characteristics.isList .carousel-li .pic {
	width: 20%;
	padding-left: 50px
}

.layout-characteristics.isList .carousel-li.layout-left .pic .layout-vertical {
	vertical-align: top;
	margin-top: 8px
}

.layout-characteristics.isList .carousel-li .text {
	width: 80%;
	padding-left: 10px
}

.layout-characteristics.isList .carousel-li .block .lazyload-v2 img {
	position: static
}

.layout-characteristics.isList .carousel-li .text-vertical {
	color: #333
}

.layout-characteristics.isList .carousel-li .item-title {
	font-size: 24px;
	line-height: 1.25;
	overflow: hidden;
	color: #333
}

.layout-characteristics.isList .carousel-li .block {
	position: relative
}

.layout-characteristics.isList .carousel-li .block .text .item-text {
	margin-top: 23px
}

.layout-characteristics.isList .carousel-li .block .text .item-text p {
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	color: #666
}

.layout-characteristics.isList .carousel-li .block .text .link {
	margin-top: 25px
}

.layout-characteristics.isList .carousel-li .block .text .link a {
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	position: relative
}

.layout-characteristics.isList .carousel-li .block .text .link a:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999
}

.layout-characteristics.isList .carousel-li .bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.layout-characteristics.isList .carousel-li .bg>img {
	height: 100%;
	width: 100%
}

.layout-block.layout-characteristics.isList .carousel-li.isWhiteFont .a-link,.layout-characteristics.isList .carousel-li.isWhiteFont .block .text .item-text p,.layout-characteristics.isList .carousel-li.isWhiteFont .item-title {
	color: #fff
}

.hw-btn-link-warp .sq {
	font-size: 14px;
	vertical-align: bottom;
	margin-right: -10px;
	margin-left: 10px
}

.layout-characteristics.isList .isWhiteFont .btn-link-black {
	color: #fff
}

@media (min-width:992px) {
	.layout-characteristics.isList .isWhiteFont .btn-link-black:hover {
		color: #eee
	}
}

@media (max-width:1600px) {
	.layout-characteristics.isList .carousel-ul-wrap {
		margin-right: 0;
		margin-left: 0
	}
}

@media (max-width:1200px) {
	.layout-characteristics.isList .carousel-li .block {
		padding-left: 15px;
		padding-right: 15px
	}

	.layout-characteristics.isList .carousel-li .item-title {
		font-size: 26px;
		padding: 0
	}

	.layout-characteristics.isList .carousel-li .block .text .text {
		padding: 0
	}
}

@media (max-width:768px) {
	.layout-characteristics.isList .carousel-li.layout-left .pic {
		text-align: center
	}

	.layout-characteristics.isList .carousel-li.layout-left .pic,.layout-characteristics.isList .carousel-li.layout-left .text,.layout-characteristics.isList .carousel-li.layout-right .pic {
		float: none
	}

	.layout-characteristics.isList .carousel-li .pic,.layout-characteristics.isList .carousel-li .text {
		width: 100%;
		padding-left: 0
	}

	.layout-characteristics.isList .carousel-li .item-title {
		margin-top: 20px;
		text-align: center
	}

	.carousel-wrap .carousel-point {
		bottom: -25px
	}
}

.h-sc-oo {
	width: 100%;
	position: relative
}

.layout-bg img {
	height: 100%
}

.h-sc-oo-con {
	position: relative;
	z-index: 2
}

.h-sc-oo-con .h-title h1,.h-sc-oo-con .h-title p {
	color: #fff;
	text-align: center
}

.h-sc-oo-con .h-title p {
	font-size: 14px;
	padding: 0 20px;
	margin: 20px 0 0
}

.h-sc-oo-table table {
	width: 100%;
	margin-top: 28px;
	height: 500px;
	background: #2c303d;
	color: #fff;
	font-size: 16px;
	border-top: 1px solid #2c5589;
	border-left: 1px solid #3a3a3a;
	table-layout: fixed
}

.h-sc-oo-table tr.trhei td {
	background: #303136
}

.h-sc-oo-table tr th {
	line-height: 60px;
	background: url(../images/table-bg.jpg);
	text-align: center;
	border-right: 1px solid hsla(0,0%,60%,.34)
}

.h-sc-oo-table tr th.th-one {
	width: 16%
}

.h-sc-oo-table tr th.th-three,.h-sc-oo-table tr th.th-two {
	width: 43%
}

.h-sc-oo-table tr td {
	line-height: 28px;
	padding: 30px 0;
	border-right: 1px solid hsla(0,0%,60%,.34);
	border-bottom: 1px solid hsla(0,0%,60%,.34);
	overflow: hidden
}

.h-sc-oo-table tr td.tdtitle {
	text-align: center
}

.h-sc-oo-table tr td img {
	width: 100%
}

.h-sc-oo-table tr td ul {
	margin: 0 10px;
	padding: 0
}

.h-sc-oo-table tr td p {
	margin: 0 10px;
	padding: 0;
	display: block
}

.h-sc-oo-table tr td:first-child {
	width: 16%;
	text-align: center
}

.h-sc-oo-table tr td a {
	color: #fff;
	text-decoration: underline
}

.h-sc-oo-table tr td a:hover {
	color: #dee2e2
}

.h-sc-oo-title {
	margin-top: 3px;
	text-align: center;
	font-size: 20px
}

.am-hide-md-up,.layout-product-portfolio-wap {
	display: none
}

@media (max-width:1600px) {
	.h-sc-oo-title {
		font-size: 18px
	}
}

@media (max-width:768px) {
	.layout-product-portfolio-pc {
		display: none
	}

	.h-sc-oo-title {
		font-size: 16px
	}

	.layout-product-portfolio-wap {
		display: block;
		margin-bottom: 29px
	}
}

.layout-product-portfolio .con {
	overflow: hidden;
	border-bottom: 1px solid #ebebeb
}

.layout-product-portfolio table thead tr {
	background: url(../images/storagedetailsspecifications-header-bg.jpg)
}

.layout-product-portfolio table thead tr td {
	position: relative;
	padding: 19px 30px;
	color: #fff;
	line-height: 1.375
}

.LANG-en .layout-product-portfolio table thead tr td {
	font-family: LT_Bold,Arial
}

.layout-product-portfolio table thead tr td:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #666;
	content: ""
}

.tr-even-bg {
	background-color: #f5f5f5
}

.layout-product-portfolio table tbody tr.tr-odd-bg {
	background: #fafafa
}

.layout-product-portfolio table tbody tr td {
	position: static;
	overflow: hidden;
	padding: 19px 30px;
	color: #999;
	line-height: 1.375;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb
}

.layout-product-portfolio table tbody tr td:first-child {
	color: #666
}

.layout-product-portfolio table tbody tr td:last-child {
	border-right: 1px solid #ebebeb
}

.LANG-en .layout-product-portfolio table tbody tr td:first-child {
	font-family: LT_Bold,Arial
}

.layout-product-portfolio table tbody tr td:after,.layout-product-portfolio table tbody tr td:last-child:before {
	display: none!important
}

.layout-product-portfolio table tbody tr td ul li {
	position: relative;
	padding-top: 5px;
	padding-left: 15px
}

.layout-product-portfolio table tbody tr td ul li:after {
	position: absolute;
	top: 14px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 6px;
	background: #999;
	content: ""
}

.layout-product-portfolio table tbody tr td a {
	display: inline-block;
	margin-top: 0;
	border-bottom: 1px solid #333;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.428
}

.layout-product-portfolio table tbody tr td a:hover {
	border-bottom: 1px solid #999;
	color: #999
}

.layout-product-portfolio .hw-btn-warp {
	text-align: center
}

.layout-product-portfolio.isWhiteFont .btn-empty-black {
	color: #fff;
	border: 2px solid #fff
}

@media (max-width:768px) {
	.layout-product-portfolio {
		display: none
	}
}

.storageDetailsProduct .box.current {
	position: static
}

.storageDetailsProduct .box .topBlock .pic {
	float: left;
	width: 33.33%;
	min-height: 100px
}

.LANG-sa .storageDetailsProduct .box .topBlock .pic {
	float: right
}

.storageDetailsProduct .box .topBlock .pic .imgBox:after {
	padding-top: 88%
}

.storageDetailsProduct .box .topBlock .pic .imgBox img {
	display: block;
	width: 100%;
	min-height: 10px
}

.storageDetailsProduct .box .topBlock .pic .J-carousel-ul-wrap {
	overflow: hidden
}

.storageDetailsProduct .box .topBlock .pic li {
	position: relative;
	float: left;
	background: #fafafa
}

.storageDetailsProduct .box .topBlock .pic li p {
	font-size: 16px;
	line-height: 1.5;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #666;
	padding: 0 20px
}

.storageDetailsProduct .box .topBlock .text {
	float: left;
	width: 66.66%;
	padding-left: 3.5%
}

.LANG-sa .storageDetailsProduct .box .topBlock .text {
	padding-left: 0;
	padding-right: 40px
}

.storageDetailsProduct .box .topBlock .text h2 {
	font-size: 32px;
	line-height: 1.425;
	overflow: hidden;
	margin-top: -9px;
	margin-bottom: 20px;
	color: #333;
	text-align: left;
	padding-bottom: 0
}

.LANG-sa .storageDetailsProduct .box .topBlock .text h2 {
	text-align: right
}

.LANG-en .storageDetailsProduct .box .topBlock .text h2 {
	font-family: LT_Medium,Arial
}

.storageDetailsProduct .box .topBlock .text .txtbox {
	overflow: hidden
}

.storageDetailsProduct .box .topBlock .text .txtbox span {
	font-size: 16px;
	line-height: 1.375;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding-left: 15px
}

.storageDetailsProduct .box .topBlock .text .txtbox span:after {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 50%;
	background: #999
}

.storageDetailsProduct .box .topBlock .text p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #666
}

.storageDetailsProduct .box .topBlock .text p.point {
	margin-bottom: 0
}

.LANG-en .storageDetailsProduct .box .topBlock .text a.download {
	display: inline-block
}

.storageDetailsProduct .box .topBlock .text a.view {
	display: none
}

.storageDetailsProduct .box .topBlock .text .share {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #e2e2e2
}

.storageDetailsProduct .box .topBlock .text h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	padding-bottom: 10px;
	color: #333
}

.storageDetailsProduct .box .topBlock .text strong {
	color: #333
}

.storageDetailsProduct .box .topBlock .text ul {
	margin-bottom: 20px
}

.storageDetailsProduct .box .topBlock .text ul li {
	line-height: 1.75;
	position: relative;
	padding: 0 0 0 25px;
	color: #666
}

.storageDetailsProduct .box .topBlock .text ul li:after {
	position: absolute;
	top: 12px;
	left: 5px;
	width: 5px;
	height: 5px;
	content: "";
	border-radius: 100%;
	background: #999
}

.storageDetailsProduct .carousel-point .btn-after,.storageDetailsProduct .carousel-point .btn-before,.storageDetailsProduct .carousel-point em {
	display: inline-block;
	margin: 0 5px
}

.storageDetailsProduct .box .topBlock .pic .carousel-box {
	position: relative;
	background: #f7f7f7
}

.storageDetailsProduct .carousel-prev,.storageDetailsProduct .carousel-prev:hover {
	left: 27%;
	background-position: 0 0
}

.storageDetailsProduct .carousel-next,.storageDetailsProduct .carousel-next:hover {
	right: 27%;
	background-position: -39px 0
}

.storageDetailsProduct .carousel-next,.storageDetailsProduct .carousel-prev {
	position: absolute;
	top: auto;
	bottom: 10px;
	width: 36px;
	height: 39px;
	margin-top: -22px;
	cursor: pointer
}

.storageDetailsProduct .carousel-point {
	position: absolute;
	bottom: 23px;
	width: 100%;
	text-align: center
}

.storageDetailsProduct .carousel-next .iconfont,.storageDetailsProduct .carousel-prev .iconfont {
	font-size: 36px;
	line-height: 1;
	color: #999
}

.storageDetailsProduct .bannar-breadcrumbs-wrap {
	margin-bottom: 0
}

@media (max-width:750px) {
	.storageDetailsProduct .box .topBlock .pic li p {
		bottom: 10px;
		padding: 0 20px
	}

	.storageDetailsProduct .carousel-point {
		bottom: auto;
		top: 15px;
		font-size: 18px;
		right: 20px;
		text-align: right
	}

	.carousel-point p {
		padding: 0
	}
}

@media (max-width:750px) {
	.storageDetailsProduct .box .topBlock .text h2 {
		margin-bottom: 5px;
		font-size: 18px;
		display: block;
		padding-top: 15px;
		color: #333;
		font-weight: 700;
		line-height: 1.55;
		margin-top: 0
	}

	.storageDetailsProduct .box .topBlock .text p {
		font-size: 14px;
		line-height: 1.57;
		padding-top: 10px;
		color: #666;
		margin-bottom: 0
	}

	.storageDetailsProduct .box .topBlock .pic {
		float: left;
		width: 100%;
		padding: 0
	}

	.storageDetailsProduct .box .topBlock .text {
		float: left;
		width: 100%;
		padding: 0 10px
	}

	.storageDetailsProduct .box .topBlock .text a.view {
		display: inline-block
	}

	.storageDetailsProduct .box .topBlock .text a.download {
		display: none
	}
}

.storageDetailsDatabase {
	position: relative
}

.storageDetailsDatabase .conFixed {
	width: 100%
}

.storageDetailsDatabase .conFixed.current {
	position: fixed;
	top: -500px;
	left: 0;
	background: #fff
}

.storageDetailsDatabase .moreBtn {
	margin: 0 auto;
	text-align: center;
	background: #fff
}

.storageDetailsDatabase .moreBtn div {
	display: inline-block;
	cursor: pointer
}

.storageDetailsDatabase .moreBtn p {
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	margin: 70px 0 0;
	text-align: center
}

.storageDetailsDatabase .moreBtn p:hover i {
	color: #d20a2c
}

.storageDetailsDatabase .moreBtn:hover span .iconfont {
	color: #666
}

.storageDetailsDatabase .moreBtn p i {
	font-size: 48px;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -24px
}

.storageDetailsDatabase .cistern {
	padding-bottom: 0
}

.storageDetailsDatabase ul {
	margin: 0 -10px
}

.storageDetailsDatabase ul li {
	float: left;
	width: 33.333%;
	padding: 0 10px
}

.storageDetailsDatabase ul li .block {
	position: relative;
	display: block;
	text-align: center;
	color: #333
}

.storageDetailsDatabase ul li .block h3 {
	font-size: 24px;
	line-height: 1.25;
	color: #333
}

.storageDetailsDatabase ul li .block .pic:after {
	padding-top: 56%
}

.storageDetailsDatabase ul li .block .pic img {
	display: block;
	width: 100%;
	transition: transform 12s cubic-bezier(.23,1,.32,1);
	transform: scale(1)
}

.storageDetailsDatabase ul li .block:hover .pic img {
	transform: scale(1.1)
}

.storageDetailsDatabase ul li .block .text {
	padding: 24px 20px 40px;
	text-align: left;
	border: 1px solid #dbdbdb;
	border-top: none
}

.LANG-sa .storageDetailsDatabase ul li .block .text {
	text-align: right
}

.storageDetailsDatabase ul li .block .text .txtbox {
	overflow: hidden;
	padding-top: 20px
}

.storageDetailsDatabase ul li .block .text p {
	font-size: 16px;
	line-height: 1.375;
	color: #666
}

.storageDetailsDatabase ul li .block .text .link {
	margin-top: 18px
}

.storageDetailsDatabase ul li .block .text .link a {
	font-size: 16px;
	line-height: 1.375;
	position: relative;
	display: block;
	padding-top: 7px;
	padding-left: 15px;
	text-decoration: underline;
	color: #333
}

.LANG-sa .storageDetailsDatabase ul li .block .text .link a {
	padding-left: 0;
	padding-right: 15px
}

.storageDetailsDatabase ul li .block .text .link a:hover {
	color: #666
}

.storageDetailsDatabase ul li .block .text .link a:after {
	position: absolute;
	top: 15px;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 6px;
	background: #999
}

.LANG-sa .storageDetailsDatabase ul li .block .text .link a:after {
	left: auto;
	right: 0
}

.storageDetailsDatabase ul li .block .text .btn a {
	margin-top: 40px
}

.list-moddle1 .block:hover .text a {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.storageDetailsDatabaseBox.moreStorageSolutions .solutionsCol1 .con ul li .box .pic .imgBox:after {
	padding-top: 56%
}

@media (max-width:1200px) {
	.storageDetailsDatabase ul li .block h3 {
		font-size: 22px
	}
}

@media (max-width:750px) {
	.storageDetailsDatabase ul li {
		float: left;
		width: 100%;
		margin-bottom: 10px
	}

	.storageDetailsDatabase ul li:last-child {
		margin-bottom: 0
	}

	.storageDetailsDatabase ul li .block h3 {
		font-size: 18px;
		color: #333;
		font-weight: 700;
		line-height: 1.55;
		margin-bottom: 5px;
		padding-top: 15px
	}

	.storageDetailsDatabase ul li .block .text {
		padding: 0 20px 20px
	}

	.storageDetailsDatabase ul li .block .text p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.57;
		color: #666
	}

	.storageDetailsDatabase ul li .block .text .link {
		margin-top: 10px
	}

	.storageDetailsDatabase ul li .block .text .link a {
		font-size: 14px;
		line-height: 1.57;
		color: #666;
		padding-top: 10px
	}

	.storageDetailsDatabase ul li .block .text .txtbox {
		padding-top: 0
	}

	.storageDetailsDatabase ul li .block .text .link a:after {
		top: 18px
	}

	.storageDetailsDatabase .moreBtn p {
		font-size: 14px;
		line-height: 1.57;
		color: #666;
		margin: 40px 0 20px
	}

	.storageDetailsDatabase .moreBtn p i {
		font-size: 30px;
		top: -35px;
		left: 50%;
		margin-left: -15px
	}
}

.expanded>.cistern-box {
	padding-bottom: 0
}

.bgIntervalImg .moreStorageSolutions {
	background: url(../images/storagelinks-bg.jpg)
}

.moreStorageSolutions .cistern .boxBtn {
	bottom: 20px
}

.moreStorageSolutions .cistern .boxBtn .iconfont:hover {
	color: #d20a2c
}

.LANG-sa .moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a {
	padding-left: 0;
	padding-right: 18px
}

.LANG-sa .moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a:after {
	left: auto;
	right: 0
}

.storageSolution {
	position: relative
}

.storageSolution .conFixed {
	width: 100%;
	background: #fff
}

.storageSolution .conFixed.current {
	position: fixed;
	top: -500px;
	left: 0
}

.storageSolution .conFixed>.cistern {
	padding-bottom: 0
}

.storageSolution .btnBox>.cistern {
	height: 100%;
	padding-top: 13px;
	padding-bottom: 0
}

.storageSolution .box>.cistern {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0
}

.storageSolution .moreBtn {
	margin: 0 auto;
	text-align: center;
	background: #fff
}

.storageSolution .moreBtn div {
	display: inline-block;
	cursor: pointer
}

.storageSolution .moreBtn p {
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	margin: 70px 0 0;
	text-align: center
}

.storageSolution .moreBtn p:hover i {
	color: #c7000b
}

.storageSolution .moreBtn:hover span .iconfont {
	color: #666
}

.storageSolution .moreBtn p i {
	font-size: 48px;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -24px
}

.storageSolution .con {
	position: relative;
	overflow: hidden;
	height: 600px;
	background: #333
}

.storageSolution .con ul {
	position: relative;
	width: 100%
}

.storageSolution .con ul li {
	position: absolute;
	z-index: 1;
	width: 100%;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0
}

.storageSolution .con ul li .pic .leftImg {
	transition: transform 12s cubic-bezier(.23,1,.32,1);
	transform: scale(1)
}

.storageSolution .con ul li:hover .pic .leftImg {
	transform: scale(1.1)
}

.storageSolution .con ul li.current {
	z-index: 2;
	opacity: 1
}

.storageSolution .con ul li .pic {
	height: 500px;
	background: #333
}

.storageSolution .con ul li .pic .leftImg {
	overflow: hidden;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%
}

.storageSolution .con ul li .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.storageSolution .con ul li .box .text {
	position: relative;
	height: 100%;
	margin-left: 50%;
	padding: 40px 0 40px 40px;
	color: #fff;
	background: #333
}

.LANG-sa .storageSolution .con ul li .box .text {
	margin-left: 0;
	margin-right: 50%;
	padding: 40px 40px 40px 0
}

.storageSolution .con ul li .box .text .number {
	font-size: 20px;
	padding-left: 65px;
	color: #999
}

.LANG-sa .storageSolution .con ul li .box .text .number {
	padding-left: 0;
	padding-right: 65px
}

.LANG-en .storageSolution .con ul li .box .text .number {
	font-family: LT_Medium,Arial
}

.storageSolution .con ul li .box .text .number span {
	line-height: 1;
	position: relative;
	padding-right: 4px;
	color: #fff
}

.LANG-sa .storageSolution .con ul li .box .text .number span {
	padding-right: 0;
	padding-left: 4px
}

.storageSolution .con ul li .box .text .number span:after {
	position: absolute;
	top: 3px;
	right: -4px;
	width: 2px;
	height: 16px;
	content: "";
	transform: rotate(20deg);
	background: #999
}

.LANG-sa .storageSolution .con ul li .box .text .number span:after {
	left: -4px;
	right: auto
}

.LANG-cn .storageSolution .con ul li .box .text .number span:after {
	right: -3px
}

.LANG-en .storageSolution .con ul li .box .text .number span:after {
	right: -4px
}

.storageSolution .con ul li .box .text .number em {
	font-style: normal;
	line-height: 1;
	margin-left: 9px;
	color: #999
}

.LANG-sa .storageSolution .con ul li .box .text .number em {
	margin-left: 0;
	margin-right: 9px
}

.storageSolution .con ul li .box .text .textBox {
	height: 100%
}

.storageSolution .con ul li .box .text .textMiddle {
	display: inline-block;
	width: 97%;
	padding: 10px 0;
	vertical-align: middle
}

.storageSolution .con ul li .box .text h3 {
	font-size: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.55
}

.storageSolution .con ul li .box .text span.remarks {
	font-size: 24px;
	display: block;
	padding-top: 10px;
	text-align: right;
	color: #999
}

.storageSolution .con ul li .box .text .introduction {
	position: relative;
	padding-top: 18px
}

.storageSolution .con ul li .box .text .txtbox {
	overflow: hidden
}

.storageSolution .con ul li .box .text p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #ccc;
	line-height: 1.57
}

.storageSolution .con .btnBox {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%
}

.storageSolution .con .btnBox .btn {
	font-size: 0;
	line-height: 0;
	position: relative;
	height: 100%;
	margin-left: 50%;
	padding: 40px 0 40px 40px
}

.LANG-sa .storageSolution .con .btnBox .btn {
	margin-left: 0;
	margin-right: 50%;
	padding: 40px 40px 40px 0
}

.storageSolution .con .btnBox .btn span {
	display: inline-block;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-repeat: no-repeat
}

.storageSolution .con .btnBox .btn span.prev {
	margin: 0 118px 0 0
}

.LANG-sa .storageSolution .con .btnBox .btn span.prev {
	margin: 0
}

.LANG-sa .storageSolution .con .btnBox .btn span.next {
	margin: 0 118px 0 0
}

.storageSolution .con .btnBox .btn .iconfont {
	font-size: 36px;
	color: #999
}

.storageSolution .con .btnBox .btn .next:hover .iconfont,.storageSolution .con .btnBox .btn .prev:hover .iconfont {
	color: #fff
}

.storageSolution .con .point {
	display: none
}

@media (max-width:1600px) {
	.storageSolution .con ul li .box .text h3 {
		font-size: 26px
	}

	.storageSolution .con ul li .box .text span.remarks {
		font-size: 20px
	}
}

@media (max-width:1200px) {
	.storageSolution .con ul li .box .text h3 {
		font-size: 24px
	}
}

@media (max-width:920px) {
	.storageSolution .con ul li .box .text h3 {
		font-size: 22px
	}

	.storageSolution .con ul li .box .text p {
		font-size: 16px
	}

	.storageSolution .con ul li .pic {
		height: 500px
	}

	.storageSolution .con ul li .pic .leftImg {
		width: 50%
	}

	.storageSolution .con .btnBox .btn,.storageSolution .con ul li .box .text {
		margin-left: 50%;
		padding: 40px 0 40px 40px
	}
}

@media (max-width:750px) {
	.storageSolution .con ul li {
		z-index: 1;
		left: 0;
		-webkit-transition: 0s;
		transition: 0s;
		opacity: 1
	}

	.storageSolution .con ul li.current {
		z-index: 2;
		-webkit-transition: 0s;
		transition: 0s;
		opacity: 1
	}

	.storageSolution .con ul li .pic .leftImg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-size: 100%
	}

	.storageSolution .con ul li:hover .pic .leftImg {
		transform: scale(1)
	}

	.storageSolution .con ul li .pic {
		position: relative;
		overflow: hidden;
		height: auto
	}

	.storageSolution .con ul li .pic:after {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		padding-top: 56%;
		content: ""
	}

	.storageSolution .con ul li .box .text {
		margin-left: 0
	}

	.LANG-sa .storageSolution .con ul li .box .text {
		margin-right: 0;
		padding: 15px 5px 30px
	}

	.storageSolution .con ul li .box {
		position: static;
		background: #333
	}

	.storageSolution .con ul li .box .text .number {
		display: none
	}

	.storageSolution .con ul li .box .text span.remarks {
		font-size: 14px;
		color: #fff
	}

	.storageSolution .con .btnBox .btn {
		display: none
	}

	.storageSolution .con ul li .box .text p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 0;
		padding-top: 5px
	}

	.storageSolution .con ul li .box .text .textMiddle {
		width: 100%;
		padding: 0
	}

	.storageSolution .con ul li .box .text h3 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px
	}

	.storageSolution .con .point {
		position: absolute;
		z-index: 3;
		bottom: 5px;
		left: 50%;
		display: block;
		margin-left: -20px
	}

	.storageSolution .con .point span {
		display: block;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 2px;
		border-radius: 10px;
		background: #666
	}

	.storageSolution .con .point span.current {
		background: #999
	}

	.storageSolution .con .btnBox .btn,.storageSolution .con ul li .box .text {
		padding: 15px 5px 30px
	}

	.storageSolution .moreBtn p {
		font-size: 14px;
		line-height: 1.57;
		color: #666;
		margin: 40px 0 20px
	}

	.storageSolution .moreBtn p i {
		font-size: 30px;
		top: -35px;
		left: 50%;
		margin-left: -15px
	}
}

.moreStorageSolutions {
	position: relative;
	z-index: 4;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: #fff
}

.moreStorageSolutions .cistern.solutionsCol1 {
	position: relative;
	overflow: hidden;
	max-width: 1340px;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff
}

.moreStorageSolutions .cistern.solutionsCol1 .con {
	padding-top: 70px;
	padding-bottom: 20px
}

.moreStorageSolutions .cistern .boxBtn {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 50%;
	display: inline-block;
	display: none;
	width: 48px;
	height: 52px;
	margin-left: -26px;
	cursor: pointer
}

.moreStorageSolutions .cistern .boxBtn.absolute {
	position: absolute
}

.moreStorageSolutions .cistern .boxBtn .iconfont {
	font-size: 48px;
	color: #999
}

.moreStorageSolutions .cistern .boxBtn .iconfont:hover {
	color: #c7000b
}

.moreStorageSolutions ul li .box .pic img {
	transition: transform 12s cubic-bezier(.23,1,.32,1);
	transform: scale(1)
}

.moreStorageSolutions ul li .box:hover .pic img {
	transform: scale(1.1)
}

.moreStorageSolutions .solutionsCol1 .con ul li:first-child .box {
	padding-top: 0
}

.moreStorageSolutions .solutionsCol1 .con ul li:last-child .box {
	border-bottom: none
}

.moreStorageSolutions .solutionsCol1 .con ul li .box {
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.left .pic {
	float: left
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.left .text {
	float: right;
	padding: 0 0 0 50px
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.right .pic {
	float: right
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.right .text {
	float: left;
	padding: 0 50px 0 0
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .pic {
	width: 33.33%
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .pic .imgBox:after {
	padding-top: 74%
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text {
	width: 66.66%
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
	font-size: 30px;
	line-height: 1.55;
	overflow: hidden;
	color: #666
}

.LANG-en .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
	font-family: LT_Medium,Arial
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .txtbox {
	overflow: hidden
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text p {
	font-size: 16px;
	line-height: 1.375;
	padding-top: 20px;
	color: #999
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light {
	padding-top: 10px
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a {
	font-size: 16px;
	line-height: 1.375;
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 12px;
	padding-left: 18px;
	text-decoration: underline;
	color: #999
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a:after {
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 6px;
	background: #b3b3b3
}

.moreStorageSolutions .cistern.solutionsCol2 {
	max-width: 1380px;
	padding-top: 0;
	padding-bottom: 0
}

.moreStorageSolutions .solutionsCol2 .con {
	padding: 60px 0;
	border-bottom: 1px solid #e4e4e4
}

.moreStorageSolutions .solutionsCol2 .con ul {
	margin: 0 -10px
}

.moreStorageSolutions .solutionsCol2 .con ul li {
	float: left;
	width: 50%;
	margin-bottom: 30px
}

.moreStorageSolutions .solutionsCol2 .con ul li .box {
	margin: 0 10px;
	padding: 30px 20px 26px;
	border: 1px solid #dbdbdb
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.left .pic {
	float: left
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.left .text {
	float: right;
	margin-top: -7px;
	padding-left: 15px
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.right .pic {
	float: right
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.right .text {
	float: left;
	margin-top: -7px;
	padding: 0 15px 0 0
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .pic {
	width: 48%
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .pic .imgBox:after {
	padding-top: 75%
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text {
	width: 52%
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text h3 {
	font-size: 24px;
	line-height: 1.25;
	overflow: hidden;
	margin-bottom: 20px;
	color: #666
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
	overflow: hidden
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text p {
	font-size: 16px;
	line-height: 1.375;
	color: #999
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light {
	padding-top: 10px
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light span {
	font-size: 16px;
	line-height: 1.375;
	position: relative;
	display: block;
	padding-left: 18px;
	color: #999
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light span:after {
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 6px;
	background: #b3b3b3
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text a {
	margin: 20px 0 0
}

@media (max-width:1600px) {
	.moreStorageSolutions .cistern.solutionsCol1,.moreStorageSolutions .cistern.solutionsCol2 {
		max-width: 1230px
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
		font-size: 30px
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box.left .text {
		padding: 0 0 0 40px
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box.right .text {
		padding: 0 40px 0 0
	}

	.moreStorageSolutions .solutionsCol2 .con ul li .box .text h3 {
		font-size: 22px
	}
}

@media (max-width:1200px) {
	.moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
		font-size: 26px
	}

	.moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
		display: none
	}
}

@media (max-width:920px) {
	.moreStorageSolutions .solutionsCol2 .con ul li {
		width: 100%
	}

	.moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
		display: block
	}
}

@media (max-width:750px) {
	.moreStorageSolutions .cistern.solutionsCol1 .con {
		padding-top: 30px
	}

	.moreStorageSolutions .solutionsCol2 .con ul li .box {
		padding: 20px
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box .pic,.moreStorageSolutions .solutionsCol1 .con ul li .box .text {
		width: 100%
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box.right .pic {
		float: none;
		padding-left: 0
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
		padding-top: 15px;
		font-size: 18px;
		font-weight: 700;
		color: #333
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box .text p {
		font-size: 14px;
		line-height: 1.57;
		padding-top: 15px;
		color: #666
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box.left .pic {
		float: none;
		padding-right: 0
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box.left .text,.moreStorageSolutions .solutionsCol1 .con ul li .box.right .text {
		float: none;
		padding: 0
	}

	.moreStorageSolutions .solutionsCol2 .con ul li .box.left .pic {
		float: none;
		width: 100%
	}

	.moreStorageSolutions .solutionsCol2 .con ul li .box.left .text {
		float: none;
		width: 100%;
		margin-top: 17px;
		padding-left: 0
	}

	.moreStorageSolutions .solutionsCol2 .con ul li .box.right .pic {
		float: none;
		width: 100%
	}

	.moreStorageSolutions .solutionsCol2 .con ul li .box.right .text {
		float: none;
		width: 100%;
		margin-top: 17px;
		padding: 0
	}

	.moreStorageSolutions .solutionsCol2 .con ul li {
		float: none;
		width: 100%;
		margin-bottom: 15px
	}

	.moreStorageSolutions .btn p {
		font-size: 16px;
		color: #666
	}

	.LANG-en .moreStorageSolutions .btn p {
		font-family: LT_Medium,Arial
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a {
		font-size: 14px;
		line-height: 1.57;
		color: #666;
		padding-top: 10px;
		margin-top: 0
	}

	.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a:after {
		top: 18px
	}

	.moreStorageSolutions .cistern .boxBtn {
		bottom: 0;
		padding: 12px 9px
	}

	.moreStorageSolutions .cistern .boxBtn .iconfont {
		font-size: 30px
	}

	.moreStorageSolutions .cistern .boxBtn.absolute {
		padding: 0 9px;
		height: 30px
	}
}

.resources ul {
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}

.resources ul li {
	float: left;
	width: 33.333%;
	margin-bottom: 20px
}

.resources ul li .block {
	position: relative;
	display: block;
	height: 100%;
	margin: 0 10px;
	padding: 10px;
	color: #fff;
	border: 1px solid #dbdbdb
}

.resources ul li .block .pic {
	position: relative;
	float: left;
	width: 16%
}

.LANG-sa .resources ul li .block .pic {
	float: right
}

.resources ul li .block .pic:after {
	padding-top: 100%
}

.resources ul li .block .pic .iconfont {
	font-size: 50px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -25px;
	color: #fff
}

.resources ul li .block .pic a {
	display: block;
	height: 100%;
	transition: 0s;
	transform: translateZ(0)
}

.resources ul li .block .pic img {
	display: block;
	width: 100%
}

.resources ul li .block .text {
	float: left;
	width: 84%;
	padding-left: 12px;
	color: #666
}

.LANG-sa .resources ul li .block .text {
	padding-left: 0;
	padding-right: 12px
}

.resources ul li .block .text a.title {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	text-transform: uppercase;
	color: #666
}

.resources ul li .block .text p {
	font-size: 16px;
	line-height: 1.375;
	overflow: hidden;
	height: 75px;
	padding-top: 10px;
	color: #333
}

.resources ul li .block .text a.introduction {
	font-size: 16px;
	line-height: 1.375;
	display: block;
	overflow: hidden;
	padding-top: 6px;
	-webkit-transition: 0s;
	transition: 0s;
	transform: translateZ(0);
	color: #333
}

.resources ul li .block .text a:hover {
	text-decoration: underline
}

.resources .btn {
	text-align: center
}

@media (max-width:1600px) {
	.resources ul li .block .text a.introduction,.resources ul li .block .text p {
		font-size: 16px;
		line-height: 1.2
	}
}

@media (max-width:920px) {
	.resources ul li {
		width: 50%
	}
}

@media (max-width:750px) {
	.resources ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.resources ul li:last-child {
		margin-bottom: 0
	}

	.resources ul li .block {
		margin: 0;
		padding: 10px
	}

	.resources ul li .block .text {
		width: 84%;
		padding-left: 10px
	}

	.resources ul li .block .text a.title {
		font-size: 12px;
		line-height: 1.33;
		color: #999
	}

	.resources ul li .block .text a.introduction,.resources ul li .block .text p {
		padding-top: 6px;
		font-size: 14px;
		line-height: 1.57;
		color: #666
	}

	.resources ul li .block .pic .iconfont {
		font-size: 28px;
		margin-top: -15px;
		margin-left: -14px
	}
}

.storageDetailsLetsTalk {
	border-top: 1px solid #e4e4e4
}

.storageDetailsLetsTalk .cistern {
	max-width: 1140px
}

.storageDetailsLetsTalk .con {
	margin-top: 30px
}

.storageDetailsLetsTalk ul {
	margin: 0 -10px
}

.storageDetailsLetsTalk ul li {
	float: left;
	width: 25%;
	padding: 0 50px
}

.storageDetailsLetsTalk ul li .block {
	position: relative;
	display: block;
	text-align: center;
	color: #333
}

.storageDetailsLetsTalk ul li .block .pic {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/storagedetailsletstalk-icon1.png);
	background-repeat: no-repeat
}

.storageDetailsLetsTalk ul li .block .pic.icon1 {
	background-position: -34px -26px
}

.storageDetailsLetsTalk ul li .block .pic.icon2 {
	background-position: -174px -26px
}

.storageDetailsLetsTalk ul li .block .pic.icon3 {
	background-position: -314px -26px
}

.storageDetailsLetsTalk ul li .block .pic.icon4 {
	background-position: -454px -26px
}

.storageDetailsLetsTalk ul li .block:hover .pic.icon1 {
	background-position: -34px -146px
}

.storageDetailsLetsTalk ul li .block:hover .pic.icon2 {
	background-position: -174px -146px
}

.storageDetailsLetsTalk ul li .block:hover .pic.icon3 {
	background-position: -314px -146px
}

.storageDetailsLetsTalk ul li .block:hover .pic.icon4 {
	background-position: -454px -146px
}

.storageDetailsLetsTalk ul li .block .pic:after {
	padding-top: 100%
}

.storageDetailsLetsTalk ul li .block .pic img {
	display: block;
	width: 100%
}

.storageDetailsLetsTalk ul li .block .text p {
	font-size: 18px;
	line-height: 1.375;
	overflow: hidden;
	padding-top: 17px;
	color: #666
}

.LANG-en .storageDetailsLetsTalk ul li .block .text p {
	font-family: LT_Medium,Arial
}

.storageDetailsLetsTalk ul li .block:hover .text p {
	color: #d20a2c
}

@media (max-width:1600px) {
	.storageDetailsLetsTalk .cistern {
		max-width: 1000px
	}

	.storageDetailsLetsTalk ul li {
		padding: 0 20px
	}
}

@media (max-width:750px) {
	.storageDetailsLetsTalk ul {
		margin: -10px -5px 0
	}

	.storageDetailsLetsTalk ul li {
		width: 50%;
		margin-top: 10px;
		padding: 0 5px
	}

	.storageDetailsLetsTalk ul li a {
		background: #f7f7f7
	}

	.storageDetailsLetsTalk ul li .block {
		padding: 15px
	}

	.storageDetailsLetsTalk ul li .block .text p {
		font-size: 12px;
		padding-top: 15px
	}

	.storageDetailsLetsTalk ul li .block .pic {
		width: 58px;
		height: 58px
	}

	.storageDetailsLetsTalk ul li:first-child .block .pic {
		background-position: -53px -286px
	}

	.storageDetailsLetsTalk ul li:nth-child(2) .block .pic {
		background-position: -194px -286px
	}

	.storageDetailsLetsTalk ul li:nth-child(3) .block .pic {
		background-position: -333px -286px
	}

	.storageDetailsLetsTalk ul li:nth-child(4) .block .pic {
		background-position: -473px -286px
	}

	.storageDetailsLetsTalk ul li:first-child .block:hover .pic {
		background-position: -53px -286px
	}

	.storageDetailsLetsTalk ul li:nth-child(2) .block:hover .pic {
		background-position: -194px -286px
	}

	.storageDetailsLetsTalk ul li:nth-child(3) .block:hover .pic {
		background-position: -333px -286px
	}

	.storageDetailsLetsTalk ul li:nth-child(4) .block:hover .pic {
		background-position: -473px -286px
	}

	.storageDetailsLetsTalk .con {
		margin-top: 0
	}
}

.forPartners .tab-solutions {
	margin-top: 10px;
	margin-bottom: 70px
}

.forPartners .tab-con-solutions {
	overflow: hidden;
	-webkit-transition: max-height .5s ease 0s;
	transition: max-height .5s ease 0s
}

.forPartners .tab-con-solutions.none {
	display: none
}

.forPartners .tab-con-solutions li {
	float: left;
	width: 12.5%;
	padding: 0 10px
}

.forPartners .tab-con-solutions li img {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e2e2e2
}

.forPartners .tab-con-solutions li p {
	line-height: 20px;
	margin: 0;
	color: #333
}

.forPartners .tab-con-solutions li a:active,.tab-con-solutions li a:focus {
	text-decoration: none
}

.forPartners .tab-con-solutions li a:hover p {
	color: #0166fe
}

.forPartners .loading-bg .cell {
	position: relative
}

.forPartners .loading-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 66.6%;
	background-image: url(../images/huawei_loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 80px
}

.forPartners .tab-solutions .solution-expandBtn {
	margin-top: 10px;
	text-align: center
}

.forPartners .tab-solutions .solution-expandBtn .iconfont {
	font-size: 48px;
	line-height: 43px;
	color: #666
}

.forPartners .tab-solutions .solution-expandBtn .iconfont:hover {
	color: #d20a2c
}

.forPartners .con {
	max-width: 860px;
	margin: 0 auto;
	text-align: center
}

.forPartners .con .pic {
	width: 60px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/storagelinks-icon.png) no-repeat -3px -396px;
	display: none
}

.forPartners .con .text h2 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 0;
	text-align: center;
	color: #666
}

.forPartners .con .text p {
	font-size: 18px;
	line-height: 1.333;
	text-align: center;
	color: #333;
	padding-top: 0!important
}

@media (max-width:1600px) {
	.forPartners .con .text h2,.forPartners .con .text h3 {
		font-size: 36px
	}
}

@media (max-width:1200px) {
	.forPartners .tab-solutions {
		margin-bottom: 40px
	}

	.forPartners .tab-con-solutions ul {
		margin: 0 -3px
	}

	.forPartners .tab-con-solutions li {
		float: left;
		width: 25%;
		padding: 0 10px;
		display: block;
		font-size: 0
	}

	.forPartners .tab-con-solutions li img {
		margin-bottom: 10px
	}

	.forPartners .con .text h2,.forPartners .con .text h3 {
		font-size: 30px
	}
}

@media (max-width:920px) {
	.forPartners .con .text h3 {
		font-size: 30px;
		padding-top: 17px
	}

	.forPartners .con .text p {
		font-size: 16px
	}
}

@media (max-width:750px) {
	.forPartners .con {
		max-width: 860px;
		margin: 0 auto;
		text-align: center;
		padding: 0 10px
	}

	.forPartners .tab-solutions {
		margin-top: 0;
		margin-bottom: 20px
	}

	.forPartners .tab-con-solutions li {
		float: left;
		width: 33.33%;
		padding: 0 3px
	}

	.forPartners .con .text h2 {
		font-size: 30px;
		padding-top: 17px
	}

	.forPartners .con .text p {
		font-size: 14px!important;
		line-height: 1.57!important;
		color: #666!important;
		text-align: left!important
	}

	.forPartners .con .text p .red-link {
		color: #d10c2b!important
	}

	.forPartners .tab-solutions .solution-expandBtn {
		margin-top: 5px
	}

	.forPartners .tab-solutions .solution-expandBtn .iconfont {
		font-size: 30px;
		line-height: 30px
	}
}

.huaweiService {
	position: relative;
	height: 449px
}

.huaweiService .pic {
	display: none
}

.huaweiService .con {
	width: 100%;
	height: 100%
}

.huaweiService .box {
	display: inline-block;
	width: 99%;
	text-align: center;
	vertical-align: middle;
	color: #fff
}

.huaweiService .con .cistern {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center
}

.huaweiService .box h2 {
	font-size: 48px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0;
	padding-bottom: 0;
	text-align: center;
	color: #fff
}

.huaweiService .box p {
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
	padding-top: 25px
}

@media (max-width:1600px) {
	.huaweiService .box h3 {
		font-size: 44px
	}
}

@media (max-width:1200px) {
	.huaweiService {
		height: 370px
	}

	.huaweiService .box h3 {
		font-size: 36px
	}
}

@media (max-width:920px) {
	.huaweiService {
		height: 300px
	}

	.huaweiService .box h3 {
		font-size: 30px
	}

	.huaweiService .box p {
		font-size: 16px
	}
}

@media (max-width:750px) {
	.huaweiService {
		height: 300px
	}

	.huaweiService .box p {
		padding-top: 18px
	}

	.huaweiService .box {
		width: 97%
	}
}