.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;
}

/*业务挑战*/
.challenge {
    width: 100%;
    padding-bottom: 45px;
    background: #f5f6f7;
}

.challenge .chall_section {
    padding: 45px 0;
    position: relative;
}
.challenge .chall_section  li{
	width: 33.3%;
	float: left;
}
.chall_box{
	width: 80%;
	margin: auto;
}
.chall_b_icon{
	width: 130px;
	height: 130px;
	margin: auto;
	background-position:  center center;
	background-size: cover;
}
.challicon01{
	background-image:url(../img/only_icon01.png);
}
.challicon02{
	background-image:url(../img/only_icon02.png);
}
.challicon03{
	background-image:url(../img/only_icon03.png);
}
.chall_b_word{
	text-align: center;
	margin-top: 15px;
	color: #333;
}
.chall_b_word p{
	color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-top: 22px;
}
@media only screen and (max-width:768px ) {
	.challenge .chall_section  li{
		width: 100%;
		float: none;
	}
}
/*业务挑战*/
.contrast {
    width: 100%;
    padding-bottom: 45px;
    background: #fff;
}

.contrast .cont_section {
    padding: 45px 0;
    position: relative;
}
.cont_s_tabmenu,.cont_s_tabself,.cont_s_tabother{
	text-align: center;
	border: 1px solid #efefef;
	border-bottom: none;
}
.cont_s_tabmenu{
	width: 20%;
}
.cont_s_tabself,
.cont_s_tabother{
	width: 40%;
}
.tabtitle{
	background: #f7f7f7;
    color: #333;
    font-size: 18px;
    padding: 18px 10px;
}
.tabitem{
	line-height: 35px;
	color: #666;
	padding: 8px 10px;
	border-bottom: 1px solid #efefef;
}
.cont_s_tabself,.cont_s_tabself .tabitem{
	border-color: #2262c4;
}
.cont_s_tabself{
	position: relative;
	top: -14px;
}
.cont_s_tabself .tabtitle{
	background: #2262c4;
	padding: 25px 10px;
	color: #fff;
}
.vsicon{
	display: none;
	background-image:url(../img/vs.png);
	background-position:  center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 110px;
	margin: 35px 0;
	float: left;
}
@media only screen and (max-width:768px ) {
	.cont_s_tabmenu{
		display: none;
	}
	.cont_s_tabself,.cont_s_tabother{
		width: 90%;
		margin: auto;
		position: relative;
		top: 0;
		left: 5%;
	}
	.vsicon{
		display: block;
	}
}
/* 专享云简介 */
.ocintro{
	background-image: url(../img/ocintro_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0;
}
.ocintro .title b{
	color: #fff;
}
.ocintro .title em{
	background: #fff;
}
.oci_section{
	margin: 35px auto 50px;
}
.oci_word{
	color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.oci_content{
	margin: 35px auto 0;
}
.toptitle{
	width: 600px;
    height: 150px;
    margin: auto;
}
.tt_circlebox{
	width: 150px;
	height: 150px;
	border-radius: 150px;
	float: left;
	position: relative;
}
.cb_content{
	width: 140px;
	height: 140px;
	border-radius: 140px;
	border: 1px dashed #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	color: #fff;
	display: table;
}
.cb_content span{
	display: table-cell;
	vertical-align: middle;
	font-size: 19px;
}
.tt_circlebox1{
	background: #2262c4;
    z-index: 4;
    left: 30px;
}
.tt_circlebox2{
	background: #266dda;
	left: 10px;
    z-index: 3;
}
.tt_circlebox3{
	background: #3078e6;
	left: -10px;
    z-index: 2;
}
.tt_circlebox4{
	background: #3e87f5;
	left: -30px;
    z-index: 1;
}
.botword{

}
.botword dd{
	float: left;
	color: #fff;
	width: 45%;
	margin-top: 25px;
}
.botword dd:first-child,.botword dd:nth-child(3){
	text-indent: 10%;
}
.botword dd:last-child,.botword dd:nth-child(2){
	float: right;
}

@media only screen and (max-width:992px ) {
	.botword dd{
		float: none;
		width: 100%;
		text-align: center;
	}
	.botword dd:last-child,.botword dd:nth-child(2){
		float: none;
	}
	.botword dd:first-child,.botword dd:nth-child(3){
		text-indent: 0%;
	}
}
@media only screen and (max-width:640px ) {
	.toptitle{
		width: 100%;
		height: auto;
		display: inline-block;
	}
	.tt_circlebox1,.tt_circlebox2,.tt_circlebox3,.tt_circlebox4{
		left: 50%;
	    margin-left: -75px;
	    float: none;
	    margin-bottom: 15px;
	}
}
/* 客户价值 */
.cvalue{
	background: #f5f5f5;
}
.cvalue_section{
    padding: 45px 0;
    position: relative;
}
.cvalue_section li{
	float: left;
	width: 50%;
	margin-top: 25px;
}
.cv_itembox{
	width: 96%;
    background: #fff;
    display: inline-block;
    padding: 25px 25px;
    margin: auto;
    margin-left: 2%;
}
.cv_i_icon{
	width: 120px;
	height: 120px;
	float: left;
    background-position: center center;
    background-repeat: no-repeat;
}
.cvicon01{
	background-image: url(../img/only_icon04.png);
}
.cvicon02{
	background-image: url(../img/only_icon05.png);
}
.cvicon03{
	background-image: url(../img/only_icon06.png);
}
.cvicon04{
	background-image: url(../img/only_icon07.png);
}
.cvicon05{
	background-image: url(../img/only_icon08.png);
}
.cvicon06{
	background-image: url(../img/only_icon09.png);
}
.cvicon07{
	background-image: url(../img/only_icon10.png);
}
.cvicon08{
	background-image: url(../img/only_icon11.png);
}
.cv_i_word{
	float: right;
	margin-left: 15px;
	width: 345px;
}
.cv_i_wtitle{
	color: #333;
    font-size: 17px;
    font-weight: bold;
}
.cv_i_wtxt{
	color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}
@media only screen and (max-width:768px ) {
	.cvalue_section li{
		float: none;
		width: 100%;
	}
	.cv_i_word{
		width: 100%;
		margin: 0;
		margin-top: 15px;
		float: none;
		text-align: center;
	}
	.cv_i_icon{
		width: 100%;
		float: none;
	}
	.cvalue_section li:first-child{
		margin-top: 0;
	}
}

/* 适用场景 */
.ascene_section{
	padding: 65px 0 45px;
	position: relative;
}
.ascene_section dd{
	float: left;
	width: 25%;
	cursor: pointer;
	height: 480px;
}
.as_itembox{
	width: 95%;
	margin: auto;
	position: relative;
	height: 450px;
    padding: 25px 0px;
    margin-top: 30px;
    transition: all .3s linear;
    overflow: hidden;
}
.as_i_bg{
	height: 100%;
	width: 100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.abg01{
	background-image: url(../img/only_bg01.png);
}
.abg02{
	background-image: url(../img/only_bg02.png);
}
.abg03{
	background-image: url(../img/only_bg03.png);
}
.abg04{
	background-image: url(../img/only_bg04.png);
}
.as_i_icon{
	height: 60px;
	width: 60px;
	margin: auto;
	background-position: center center;
    background-repeat: no-repeat;
}
.aicon01{
	background-image: url(../img/only_icon12.png);
}
.aicon02{
	background-image: url(../img/only_icon13.png);
}
.aicon03{
	background-image: url(../img/only_icon14.png);
}
.aicon04{
	background-image: url(../img/only_icon15.png);
}
.as_i_title{
	color: #fff;
    text-align: center;
    margin: 15px 0;
    font-size: 16px;
}
.as_i_line{
	width: 50px;
	height: 3px;
	background: #105dac;
	margin: 10px auto;
}
.as_i_word{
	color: #fff;
	opacity: 0.8;
    filter: Alpha(opacity=80);
    font-size: 14px;
    line-height: 28px;
    padding: 0 28px;
    margin-top: 20px;
}
.as_i_hoverline{
	width: 0%;
	height: 5px;
	background: #105dac;
	position: absolute;
	top: 0px;
	left: 0;
	transition: width .5s linear;
}
.ascene_section dd:hover .as_i_hoverline{
	width: 100%;
}
.ascene_section dd:hover .as_itembox{
	 height: 100%;
	 margin-top: 0;
}