/*头部banner样式*/
.info-banner {
	width: 100%;
	height: 468px;
	background: url("img/game_banner.jpg") no-repeat center;
	background-color: #303030;
}
.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-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: 290px;
    background-color: #fff;
}
.web-issue-list li:hover{
	border: 1px solid #303030;
}
.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/gissue_ico01.png") no-repeat center;
}
.issue_type_02 {
	background: url("img/gissue_ico02.png") no-repeat center;
}
.issue_type_03 {
	background: url("img/gissue_ico03.png") no-repeat center;
}
.issue_type_04 {
	background: url("img/gissue_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: 376px;
	width: 67%;
	float: left;
	margin-left: 0px;
	background: url("img/deploy_img3.jpg") no-repeat left center;
}
.deploy-box .deploy-info {
	padding: 23px;
	width: 28%;
	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 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.issue-back {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 310px;
	width: 310px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;

}
.issue-back p {
	padding: 105px 63px;
}
.issue-back .p4 {
	padding: 84px 52px;
}
.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 55px;
	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/goushi_img1.jpg") no-repeat center;
}
.issue-form .span_bg2 {
	background: url("img/goushi_img2.jpg") no-repeat center;
}
.issue-form .span_bg3 {
	background: url("img/goushi_img3.jpg") no-repeat center;
}
.issue-form .span_bg4 {
	background: url("img/goushi_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;
}
/*合作伙伴*/
.web-partner {
	width: 100%;
	height: 420px;
	background: url("img/partner_bg3.jpg") no-repeat center;
}
.partner-title {
	font-size: 30px;
	color: #fff;
	padding-top: 48px;
	text-align: center;
}
.partner-box {
	position: relative;
	width: 732px;
	height: 260px;
	margin: 0px auto;
}
.partner-box .partner-box-span {
	display: inline-block;
	position: absolute;
	width: 27px;
	height: 260px;
	top: 0px;
	cursor: pointer;
}
.partner-box .partner-left {
	background: url("img/partner_left.png") no-repeat center;
	left: 0px;
}
.partner-box .partner-right {
	background: url("img/partner_right.png") no-repeat center;
	right: 0px;
}
.partner-single {
	position: absolute;
	top: 0px;
	left: 27px;
	width: 678px;
	height: 260px;
	overflow: hidden;
}
.partner-list {
	height: 260px;
	position: relative;
}
.partner-list li {
	margin: 0px 19px;
	float: left;
	width: 188px;
	height: 260px;
}
.partner-list .par_bg1 {
	background: url("img/wpartner_02.png") no-repeat center;
}
.partner-list .par_bg2 {
	background: url("img/wpartner_01.png") no-repeat center;
}
.partner-list .par_bg3 {
	background: url("img/wpartner_03.png") no-repeat center;
}

.text-show {
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.text-show span {
	display: none;
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.partner-list-text {
	display: none;
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin-top: 27px;
	font-size: 14px;
	color: #fff;
}
/*.partner-list li:hover,
.partner-list li.active{
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
}
.partner-list li:hover.par_bg1,
.partner-list li.active.par_bg1{
	background: url("img/partner_hover01.png") no-repeat center;
}
.partner-list li:hover.par_bg2,
.partner-list li.active.par_bg2
{
	background: url("img/partner_hover01.png") no-repeat center;
}
.partner-list li:hover.par_bg3,
.partner-list li.active.par_bg3{
	background: url("img/partner_hover01.png") no-repeat center;
}
.partner-list li:hover .text-show span,
.partner-list li.active .text-show span{
	display: block;
}*/
.show-single {
	display: none;
	position: absolute;
	left: 270px;
	top: 40px;
	width: 188px;
	height: 188px;
	-moz-transform:scale(0.65);
	-webkit-transform:scale(0.65);
	-o-transform:scale(0.65);
}
.show-single.active {
	display: block;
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	-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;
}
.show-single .text-show {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -34px;
	text-align: center;
}
.show-single .text-show span {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
/*更多解决方案*/
.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;
}
.financial-partner {
	margin: 20px auto;
	width:1200px;
}
.financial-partner .partner-title {
	margin-bottom: 30px;
	font-size: 30px;
	color: #333;
	padding-top: 0 !important;
	text-align: center;
}
.financial-partner .partner-bd{
	padding-bottom: 30px;
}
.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-color: #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;
}
.web-advantage {
	margin: 0 auto;
    margin-top: -55px;
    margin-bottom: 30px;
	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;}