.header-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
}
.header {
	background-color: transparent;
}
/*头部banner样式*/
.info-banner {
	position: relative;
	width: 100%;
	height: 468px;
}
.private_banner {
	background: url("../img/private_banner.png") no-repeat center;
}
.fuse_banner {
	background: url("../img/fuse_banner.png") no-repeat center;
}
.public-banner {
	padding: 170px 0px 0px 0;
}
.public-name {
	font-size: 44px;
	color: #fff;
}
.public-info {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 18px;
	color: #fff;
}
.public-banner .advisory {
	display: inline-block;
	padding: 6px 39px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}




.issue-title {
    padding-top: 80px;
    padding-bottom: 60px;
    font-size: 36px;
    color: #555;
    text-align: center;
}
/* 产品概述 */
.pintro-box {
	position: relative;
	height: 440px;
	margin-bottom: 60px;
}
.xnh-intro .pintro-box{
	background: url(../img/xnh-icon.png) no-repeat 15px center;
}
.storage-intro .pintro-box{
	background: url(../img/storage-icon.png) no-repeat 120px center;
}
.pintro-text {
	position: absolute;
	top: 80px;
	right: 0;
	width: 500px;
}
.pintro-text h4 {
	color: #0080ff;
    padding-top: 20px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
}
.pintro-text h3 {
	font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.pintro-text p {
	line-height: 2;
	font-size: 14px;
	color: #999;
}
.pintro-text .xnh-line{
	width: 70px;
    height: 3px;
    background: #0080ff;
    margin: 10px 0 20px;
}
/*核心虚拟化功能、超融合IT新架构*/
.web-superiority{
	background-color: #f5f6f7;
}
.superiority-list li {
	float: left;
	height: 400px;
	margin-left: 2%;
	margin-bottom: 60px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.private_superiority .superiority-list li {
	width: 32%;
}
.fuse_superiority .superiority-list li {
	width: 23.5%;
}
.web-list li {
	height: 450px;
}
.superiority-list li:first-child {
	margin-left: 0;
}
.issue-form {
	height: 160px;
	padding-top: 25px;
	background-color: #e9f0f7;
}
.issue-form span {
	display: block;
	width: 180px;
	height: 111px;
	margin: 0 auto;
}
.issue-back {
	padding: 30px 20px;
	line-height: 2;
	font-size: 12px;
	color: #999;
}
.issue-back .issue-back-title {
	margin-bottom: 18px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.superiority-list li:hover .issue-back-title {
	color: #0080ff;
}
.issue-form .span_bg1 {
	background: url(../img/eyoushi_img1.png) no-repeat 0 0;
}
.issue-form .span_bg2 {
	background: url(../img/eyoushi_img2.png) no-repeat 0 0;
}
.issue-form .span_bg3 {
	background: url(../img/eyoushi_img3.png) no-repeat 0 0;
}
.issue-form .span_bg4 {
	background: url(../img/eyoushi_img4.png) no-repeat 0 0;
}
.issue-form .span_bg5 {
	background: url(../img/eyoushi_img5.png) no-repeat 0 0;
}
.issue-form .span_bg6 {
	background: url(../img/eyoushi_img6.png) no-repeat 0 0;
}
.issue-form .span_bg7 {
	background: url(../img/eyoushi_img7.png) no-repeat 0 0;
}

/*解决方案 开始*/
.private-solution{
	background: #23262d;
}
.psol-list{
	width: 90%;
	margin: auto;
}
.psol-list .psol-item{
	width: 20%;
	height: 400px;
	float: left;
	background-position: center;
	position: relative;
}
.psol-list .psol-item01{
	background-image: url(../img/home-img1.jpg);
}
.psol-list .psol-item02{
	background-image: url(../img/home-img2.jpg);
}
.psol-list .psol-item03{
	background-image: url(../img/home-img3.jpg);
}
.psol-list .psol-item04{
	background-image: url(../img/home-img4.jpg);
}
.psol-list .psol-item05{
	background-image: url(../img/home-img5.jpg);
}
.psol-list .psol-item a{
	display: block;
	width: 100%;
	height: 100%;
}
.psol-bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.psol-content{
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 30%;
	left: 0;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.psol-content .psol-icon{
	width: 71px;
    height: 71px;
    display: block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}
.psol-content .psol-icon01{
	background-image: url(../img/psol_icon01.png);
}
.psol-content .psol-icon02{
	background-image: url(../img/psol_icon02.png);
}
.psol-content .psol-icon03{
	background-image: url(../img/psol_icon03.png);
}
.psol-content .psol-icon04{
	background-image: url(../img/psol_icon04.png);
}
.psol-content .psol-icon05{
	background-image: url(../img/psol_icon05.png);
}

.psol-content .psol-line{
    width: 50px;
    height: 2px;
    display: block;
    margin: 15px auto 0;
    background: #fff;
}
.psol-content .psol-title{
	margin: 30px 0;
	font-size: 18px;
	font-weight: 100;
}
.psol-content .psol-subtitle,.psol-content  .psol-btn{
    transition: all .4s cubic-bezier(.4,0,.2,1);
	opacity: 0;
	filter: Alpha(opacity=0);
}
.psol-content  .psol-btn{
	border: 1px solid #fff;
    padding: 8px 21px;
    font-size: 13px;
    display: block;
    margin: 40px auto 0;
    width: 50%;
}
.psol-list .psol-item:hover .psol-bg{
	background: #0080ff;
	opacity: 0.4;
	filter: Alpha(opacity=40);
}
.psol-list .psol-item:hover .psol-content{
	top: 13%;
}
.psol-list .psol-item:hover .psol-content .psol-subtitle,.psol-list .psol-item:hover .psol-content  .psol-btn{
	opacity: 1;
	filter: Alpha(opacity=100);
}

/*方案优势*/
.private-list{
	padding-bottom: 60px;
}
.padv-list li {
	width: 23%;
    height: 320px;
    padding-top: 35px;
    padding-bottom: 30px;
    margin: 0px 1%;
    float: left;
}
.padv-list li {
	width: 23%;
}
.padv-list li:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}
.padv-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.padv-icon {
	background: url(../img/padv-icon.png) no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.padv_type_01 {
	background-position: 0 0;
}
.padv_type_02 {
	background-position: 0 -100px;
}
.padv_type_03 {
	background-position: 0 -200px;
}
.padv_type_04 {
	background-position: 0 -300px;
}
.padv-list li a:hover .padv_type_01 {
	background-position: -100px 0;
}
.padv-list li a:hover .padv_type_02 {
	background-position: -100px -100px;
}
.padv-list li a:hover .padv_type_03 {
	background-position: -100px -200px;
}
.padv-list li a:hover .padv_type_04 {
	background-position: -100px -300px;
}
.padv-list li a:hover p {
	color: #0080ff;
}
.padv-list li p {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 20px 0px 10px 0px;
}
.padv-list li h6{
	font-size: 15px;
	color: #666;
	font-weight: 100;
	text-align: center;
	margin-bottom: 15px;
}
.padv-list li .padv-introduce {
	margin: 0px 20px;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	text-align: center;
}
/* 我们一直在努力 */
.private-try{
	background: #f5f6f7;
}
.ptry-list{
	width: 100%;
	height: 400px;
	padding-bottom: 60px;
}
.ptry-list .ptry-item{
	width: 14%;
	height: 100%;
	float: left;
	position: relative;
	cursor: pointer;
}
.ptry-list .ptry-item.part04{
	width: 16%;
}
.ptry-item .ptry-h-line{
    width: 100%;
    height: 4px;
    border: 2px solid #c2d9f1;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.part04 .ptry-h-line{
	border-style: dashed;
}
.ptry-item .ptry-s-line{
    height: 30px;
    width: 4px;
    background: #c2d9f1;
    position: absolute;
    border-radius: 3px; 
}
.part02 .ptry-s-line{
	top: 69%;
    left: 45px;
}
.part03 .ptry-s-line{
	top: 23%;
    left: 45px;
}
.ptry-item .ptry-title{
	position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -20px;
    z-index: 3;
    font-size: 30px;
    color: #0080ff;
}
.part04 .ptry-title{
	font-size: 25px;
    left: 13px;
    margin-top: -17px;
}
.ptry-item .ptry-subtitle{
	position: absolute;
	color: #666;
	font-size: 15px;
    line-height: 25px;
}
.part02 .ptry-subtitle{
    bottom: 0;
}
.part03 .ptry-subtitle{
    top: 0;
}
.ptry-item  .ptry-circle{
	width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #c2d9f1;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -50px;
    transition: all .3s linear;
}
.ptry-item  .ptry-hover-circle{
	width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #0080ff;
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: scale(0);
    transition: all .3s linear;
}


.ptry-list .ptry-item:hover .ptry-title{
	color: #fff;
}
.ptry-list .ptry-item:hover .ptry-circle{
	border: 1px solid #0080ff;
	background: #fff;
	transform: scale(1.5);
}
.ptry-list .ptry-item:hover .ptry-hover-circle{
	opacity: 1;
	filter: Alpha(opacity=100);
	transform: scale(1.3);
}






