/*头部banner样式*/
.info-banner {
	width: 100%;
	height: 468px;
	background: url("img/ecommerce_banner.jpg") no-repeat center;
	background-color: #ff4b33;
}
.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 {
	padding-top: 30px;
	font-size: 28px;
	color: #555;
	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%;
}
.ecommerce-box {
	position: relative;
	padding-bottom: 80px;
}
.ecommerce-img {
	display: inline-block;
	float: left;
	background: url("img/ecommerce_img.jpg") no-repeat center;
	width: 50%;
	height: 231px;
}
.ecommerce-title {
	width: 45%;
	padding: 10px 10px;
	color: #333;
	font-size: 16px;
	line-height: 38px;
	float: right;
}
/*解决方案*/
.web-plan {
    padding-top: 40px;
}
.web-issue {
	padding-top: 30px;
	background-color: #f5f5f5;}
.web-other {
	background-color: #fff !important;
}
.deploy-box {
	margin-top: 78px;
	padding-bottom: 70px;
}
.deploy-box span {
	display: inline-block;
	height: 364px;
	width: 63%;
	float: left;
	margin-left: 19px;
	background: url("img/deploy_img4.jpg") no-repeat left center;
}
.deploy-box .deploy-info {
	padding: 25px;
	width: 28%;
	float: right;
	border: 1px solid #ccc;
	line-height: 32px;
	font-size: 14px;
	color: #555;
}
/*合作伙伴*/
.web-partner {
	width: 100%;
	height: 420px;
	background: url("img/partner_bg5.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/epartner_01.png") no-repeat center;
}
.partner-list .par_bg2 {
	background: url("img/epartner_02.png") no-repeat center;
}
.partner-list .par_bg3 {
	background: url("img/epartner_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;
}
.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;
}
.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;
}
.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 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;
}
.financial-partner .partner-bd {
    padding-bottom: 30px;
}

.web-plan .jiagou{
    width:970px;
    height: 503px;
    background: #fff;
    position: relative;
    padding: 20px 40px;
    margin: 15px auto 60px auto;
    box-sizing: border-box;
}
.web-plan .jiagou img{
    margin-left: 30px;
    margin-top: 35px;
}
.web-plan .p3 img{
    margin-left: 0;
    margin-top: 0;
}
.web-plan .jiagou .box{
    width: 68px;
    height: 68px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #dce0e0;
    border-radius: 5px;
}
.web-plan .jiagou .box>p{
    text-align: center;
    color: #323333;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}
.web-plan .jiagou .box i{
    display: block;
    width: 41px;
    height: 41px;
    margin: 13px auto;
    background-color: #f5f5f5;
}
.web-plan .jiagou .box1{
    left: 195px;
    top: 80px;
}
.web-plan .jiagou .box1 i{
    background: url(img/jg_splite.png) 0 0px no-repeat;
}
.web-plan .jiagou .box2{
    left: 195px;
    top: 220px;
}
.web-plan .jiagou .box2 i{
    background: url(img/jg_splite.png) 0 -41px no-repeat;
}
.web-plan .jiagou .box3{
    left: 195px;
    top: 360px;
}
.web-plan .jiagou .box3 i{
    background: url(img/jg_splite.png) 0 -82px no-repeat;
}
.web-plan .jiagou .box4{
    left: 360px;
    top: 80px;
}
.web-plan .jiagou .box4 i{
    background: url(img/jg_splite.png) 0 -123px no-repeat;
}
.web-plan .jiagou .box5{
    left: 333px;
    top: 212px;
}
.web-plan .jiagou .box5 i{
    background: url(img/jg_splite.png) 0 -165px no-repeat;
}
.web-plan .jiagou .box6{
    left: 605px;
    top: 120px;
}
.web-plan .jiagou .box6 i{
    background: url(img/jg_splite.png) 0 -206px no-repeat;
}
.web-plan .jiagou .box7{
    left: 715px;
    top: 120px;
}
.web-plan .jiagou .box7 i{
    background: url(img/jg_splite.png) 0 -247px no-repeat;
}
.web-plan .jiagou .box8{
    left: 605px;
    top: 305px;
}
.web-plan .jiagou .box8 i{
    background: url(img/jg_splite.png) 0 -206px no-repeat;
}
.web-plan .jiagou .box9{
    left: 715px;
    top: 305px;
}
.web-plan .jiagou .box9 i{
    background: url(img/jg_splite.png) 0 -206px no-repeat;
}
.web-plan .jiagou .box10{
    left: 875px;
    top: 167px;
}
.web-plan .jiagou .box10 i{
    background: url(img/jg_splite.png) 0 -288px no-repeat;
}
.web-plan .jiagou .box .kuang{
    width:305px;
    height: 182px;
    box-sizing: border-box;
    padding: 25px 15px 10px 15px;
    z-index: 200;
    position: absolute;
    left: -115px;
    top: -183px;
    display: none;
    background: url(img/kuang.png) no-repeat;
}

.web-plan .jiagou .box .kuang span{
    font-size: 14px;
    color: #333;
    display: block;
    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: 32px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0073c0;
    margin-top:10px;
    margin-left: 30px;
}
.web-plan .jiagou .box .kuang a:hover{
    background: #0073c0;
    color: #fff;
}