/*头部banner样式*/
.info-banner {
	width: 100%;
	height: 468px;
	background: url("img/web_banner.jpg") no-repeat center;
	background-color: #0096bd;
}
.web-banner {
	padding: 150px 0px 0px 53px;
}
.web-name {
	font-size: 50px;
	color: #fff;
}
.web-info {
	margin-top: 12px;
	font-size: 24px;
	color: #fff;
}
/*网站部署面临的问题*/
.issue-title {
	margin-top: 30px;
	font-size: 28px;
	color: #333;
	text-align: center;
}
.issue-con {
	margin: 20px 0;
    font-size: 14px;
    line-height:24px;
    color: #666;
}
.issue-title-ico {
	margin: 20px 0px 60px 0px;
	width: 100%;
}
.web-issue-list {
	padding-bottom: 60px;
}
.web-issue-list li {
	width: 23%;
	margin: 0px 1%;
	float: left;
    border: 1px solid #eaeaea;
    height: 360px;
    background: #fff;
}
.web-issue-list li:hover{
	border: 1px solid #0096bd;
}
.web-issue-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.web-issue-list li span {
	display: block;
	width: 100%;
	height: 130px;
	background-color: #f7f7f7;
}
.issue_type_01 {
	background: url("img/wissue_ico01.png") no-repeat center;
}
.issue_type_02 {
	background: url("img/wissue_ico02.png") no-repeat center;
}
.issue_type_03 {
	background: url("img/wissue_ico03.png") no-repeat center;
}
.issue_type_04 {
	background: url("img/wissue_ico04.png") no-repeat center;
}
.web-issue-list li p {
	font-size: 20px;
	color: #555;
	text-align: center;
	margin: 20px 0px 15px 0px;
}
.web-issue-list li .issue-introduce {
	margin: 0px 15px;
	font-size: 12px;
	color: #555;
	line-height: 24px;
}
/*解决方案构架部署 开始*/
.deploy-box {
	margin-top: 78px;
	padding-bottom: 70px;
}
.deploy-box span {
	display: inline-block;
	height: 380px;
	width: 70%;
	float: left;
	margin-left: 19px;
	background: url("img/deploy_img.jpg") no-repeat left center;
}
.deploy-box .deploy-info {
	padding: 25px;
	width: 24%;
	float: right;
	border: 1px solid #ccc;
	line-height: 32px;
	font-size: 14px;
	color: #555;
}
/*网站服务优势*/
.web-superiority {
	width: 100%;
	height: 640px;
	background: url("img/superiority_bg.jpg") no-repeat center;
}
.superiority-outside {
	overflow: hidden;
}
.web-superiority .issue-title {
	padding: 120px 0px 60px 0px;
}
.superiority-list li {
	position: absolute;
	float: left;
	width: 310px;
	margin: 0px 32px
}
.superiority-list li a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}
.issue-form,
.issue-back{
	position: absolute;
	left: 0px;
	top: 0px;
}
.issue-back {
	height: 310px;
	width: 310px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.issue-back p {
	padding: 85px 50px;
}
.issue-back .p2 {
	padding: 72px 42px;
}
.issue-back .p4 {
	padding: 60px 42px;
}
.superiority-limit {
	position: relative;
	overflow: hidden;
}
.superiority-limit .superiority-span {
	position: absolute;
	top: 0px;
	display: inline-block;
	width: 23px;
	height: 310px;
	z-index: 88;
	cursor: pointer;
}
.superiority-box {
	margin: 0px 38px;
	height: 345px;
	width: 1200px;
	overflow: hidden;
}
.superiority-list {
	position: relative;
}
.superiority-limit .superiority-left {
	left: 0px;
	background: url("img/superiority_left.png") no-repeat left center;
}
.superiority-limit .superiority-right {
	right: 0px;
	background: url("img/superiority_right.png") no-repeat left center;
}
.issue-form {
	width: 310px;
	height: 310px;
	background: url("img/superiority_bg.png") no-repeat center;
	-o-transform: perspective(800px) rotateY(0deg);
	-webkit-transform: perspective(800px) rotateY(0deg);
	-ms-transform: perspective(800px) rotateY(0deg);
	transform: perspective(800px) rotateY(0deg);
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
}
.issue-back{
	background: url("img/superiority_hover_bg.png") no-repeat center;
	-o-transition: transform 500ms cubic-bezier(0.07, 0.42, 0.65, 1.3);
	-ms-transition: transform 500ms cubic-bezier(0.07, 0.42, 0.65, 1.3);
	-moz-transition: transform 500ms cubic-bezier(0.07, 0.42, 0.65, 1.3);
	-webkit-transition: transform 500ms cubic-bezier(0.07, 0.42, 0.65, 1.3);
	transition: transform 500ms cubic-bezier(0.07, 0.42, 0.65, 1.3);
	-o-transform: perspective(800px) rotateY(-180deg);
	-ms-transform: perspective(800px) rotateY(-180deg);
	-moz-transform: perspective(800px) rotateY(-180deg);
	-webkit-transform: perspective(800px) rotateY(-180deg);
	transform: perspective(800px) rotateY(-180deg);
	opacity: 0;
	filter: alpha(opacity=0);
}

.superiority-list li a:hover .issue-form {
	-o-transform: perspective(800px) rotateY(180deg);
	-ms-transform: perspective(800px) rotateY(180deg);
	-moz-transform: perspective(800px) rotateY(180deg);
	-webkit-transform: perspective(800px) rotateY(180deg);
	transform: perspective(800px) rotateY(180deg);
	opacity: 0;
	filter: alpha(opacity=0);
}

.superiority-list li a:hover .issue-back {
	-o-transform: perspective(800px) rotateY(0deg);
	-ms-transform: perspective(800px) rotateY(0deg);
	-moz-transform: perspective(800px) rotateY(0deg);
	-webkit-transform: perspective(800px) rotateY(0deg);
	transform: perspective(800px) rotateY(0deg);
	opacity: 1;
	filter: alpha(opacity=100);
}

.issue-form .issue-centen {
	padding: 42px 60px;
	width: 310px;
	height: 310px;
	*width: auto;
	*height: auto;

}
.issue-form span {
	display: inline-block;
	width: 100%;
	height: 111px;
}

.issue-form .span_bg1 {
	background: url("img/wyoushi_img1.jpg") no-repeat center;
}
.issue-form .span_bg2 {
	background: url("img/wyoushi_img2.jpg") no-repeat center;
}
.issue-form .span_bg3 {
	background: url("img/wyoushi_img3.jpg") no-repeat center;
}
.issue-form .span_bg4 {
	background: url("img/wyoushi_img4.jpg") no-repeat center;
}
.issue-centen .issue-centen-title {
	text-align: center;
	font-size: 20px;
	color: #555;
	margin: 32px 0px 10px 0px;
}
.issue-centen .youshi1 {
	font-size: 14px;
	color: #555;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
/*合作伙伴*/
.financial-partner {
	margin: 0 auto;
	padding-bottom: 30px;
	width:1200px;
}
.financial-partner .partner-title {
	margin-bottom: 40px;
	font-size: 30px;
	color: #333;
	padding-top: 20px;
	text-align: center;
}
.financial-partner .partner-bd ul li {
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 20px;
	width:49%;
	height:180px;
	border: 1px solid #eaeaea;
	background: #fff;
}
.financial-partner .partner-bd ul li:nth-child(2n){
	margin-right: 0 !important;
}
.financial-partner .partner-bd ul li:hover {
	border: 1px solid #0073c0;
}
.financial-partner .partner-content .imgbox {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dashed #ccc;
}
.financial-partner .partner-content .desc .name{
	font-size: 16px;
	color: #333;
	height:35px;
	line-height:35px;
	
}
.financial-partner .partner-content .desc .txt{
	font-size: 14px;
	color: #666;
	line-height:24px;
}
/*更多解决方案*/
.more-title {
	font-size: 30px;
	color: #555;
	text-align: center;
	padding:30px 0px 53px 0px;
}
.more-list {
	padding-bottom: 80px;
}
.more-list li {
	float: left;
	width: 24%;
	height: 205px;
}
.more-list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.more-list-01 {
	background: url("img/mobile_ico.png") no-repeat center;
	width: 100%;
	height: 175px;
}
.more-list-02 {
	background: url("img/game_ico.png") no-repeat center;
	width: 100%;
	height: 175px;
}
.more-list-03 {
	background: url("img/website_ico.png") no-repeat center;
	width: 100%;
	height: 175px;
}
.more-list-04 {
	background: url("img/ecommerce_ico.png") no-repeat center;
	width: 100%;
	height: 175px;
}
.more-list li a:hover .more-list-01 {
	background: url("img/mobile_1ico.png") no-repeat center;
}
.more-list li a:hover .more-list-02 {
	background: url("img/game_1ico.png") no-repeat center;
}
.more-list li a:hover .more-list-03 {
	background: url("img/website_1ico.png") no-repeat center;
}
.more-list li a:hover  .more-list-04 {
	background: url("img/ecommerce_1ico.png") no-repeat center;
}

.more-list li a p {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.more-list li a p span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #555;
}
.web-advantage {
	margin: 0 auto;
    margin-top: -55px;
    margin-bottom: 40px;
	width:1200px;
	
}
.web-advantage .web-wrap li {
	float: left;
	width:25%;
}
.web-advantage .content-head {
	text-align: center;
}
.web-advantage .content-body {
	padding: 20px;
}
.web-advantage .content-body h4{
	text-align: center;
	height:40px;
	line-height:40px;
	color: #333;
	font-size: 18px;
    font-weight: 400;
}
.web-advantage .content-body p{
	line-height: 24px;
    font-size: 14px;
    color: #666;
}
.web-issue {
	padding-top: 30px;
	background-color: #f5f5f5;}
.web-other {
	background-color: #fff !important;
}
.web-plan {padding-top: 30px;}
.web-plan .jiagou{
    width:970px;
    height: 533px;
    background: #fff;
    position: relative;
    margin: 15px auto 60px auto;
}
.web-plan .jiagou img{
    margin-left: 30px;
    margin-top: 35px;
}
.web-plan .jiagou .box{
    width: 75px;
    height: 75px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #dce0e0;
}
.web-plan .jiagou .box i{
    display: block;
    width: 50px;
    height: 40px;
    margin: 18px auto;
}
.web-plan .jiagou .box1{
    left: 62px;
    top: 33px;
}
.web-plan .jiagou .box1 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 0 no-repeat;
}
.web-plan .jiagou .box2{
    left: 62px;
    top: 150px;
}
.web-plan .jiagou .box2 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -40px no-repeat;
}
.web-plan .jiagou .box3{
    left: 62px;
    top: 270px;
}
.web-plan .jiagou .box3 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -80px no-repeat;
}
.web-plan .jiagou .box5{
    left: 175px;
    top: 270px;
}
.web-plan .jiagou .box5 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -160px no-repeat;
}
.web-plan .jiagou .box6{
    left: 275px;
    top: 270px;
}
.web-plan .jiagou .box6 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -40px no-repeat;
}
.web-plan .jiagou .box7{
    left: 385px;
    top: 270px;
}
.web-plan .jiagou .box7 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -40px no-repeat;
}
.web-plan .jiagou .box8{
    left: 490px;
    top: 270px;
}
.web-plan .jiagou .box8 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -200px no-repeat;
}
.web-plan .jiagou .box9{
    left: 600px;
    top: 270px;
}
.web-plan .jiagou .box9 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -200px no-repeat;
}
.web-plan .jiagou .box10{
    left: 710px;
    top: 270px;
}
.web-plan .jiagou .box10 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -200px no-repeat;
}
.web-plan .jiagou .box11{
    left: 825px;
    top: 270px;
}
.web-plan .jiagou .box11 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -200px no-repeat;
}
.web-plan .jiagou .box12{
    left: 820px;
    top: 32px;
}
.web-plan .jiagou .box12 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -200px no-repeat;
}
.web-plan .jiagou .box13{
    left: 490px;
    top: 390px;
}
.web-plan .jiagou .box13 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -240px no-repeat;
}
.web-plan .jiagou .box14{
    left: 600px;
    top: 390px;
}
.web-plan .jiagou .box14 i{
    background: url(img/jiejuefangan_shipin_icon.png) 0 -240px no-repeat;
}
.web-plan .jiagou .box .kuang{
    width:305px;
    height: 182px;
    padding: 25px 15px 10px 15px;
    z-index: 200;
    position: absolute;
    left: -115px;
    top: -183px;
    display: none;
    background: url(img/kuang.png) 
}
.web-plan .jiagou .box .kuang span{
    font-size: 14px;
    color: #333;
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 auto;
}
.web-plan .jiagou .box .kuang p{
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 55px;
}
.web-plan .jiagou .box .kuang a{
    float: left;
    width: 98px;
    font-size: 12px;
    color: #0073c0;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0073c0;
    margin-top:15px;
    margin-left: 30px;
}
.web-plan .jiagou .box .kuang a:hover{
    background: #0073c0;
    color: #fff;
}
