.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;
    background: url("img/financial_banner.jpg") no-repeat center;
    /*top: 55px;*/
}

.ecomm_banner {
    background: url("img/ecomm_banner.jpg") no-repeat center;
}

.mobile_banner {
    background: url("img/mobile_banner.jpg") no-repeat center;
}

.game_banner {
    background: url("img/game_banner.jpg") no-repeat center;
}

.website_banner {
    background: url("img/web_banner.jpg") no-repeat center;
}

.web-banner {
    padding: 170px 0 0 0;
}

.web-name {
    font-size: 44px;
    color: #fff;
}

.web-info {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 18px;
    color: #fff;
}

.web-banner .advisory {
    display: inline-block;
    padding: 6px 39px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.issue-icon {
    background: url(img/f-issue-sprite.png) no-repeat;
}

.mobile-issue-icon {
    background: url(img/m-issue-sprite.png) no-repeat;
}

.game-issue-icon {
    background: url(img/g-issue-sprite.png) no-repeat;
}

.web-issue-icon {
    background: url(img/w-issue-sprite.png) no-repeat;
}

/*网站部署面临的问题*/
.issue-title {
    padding-top: 80px;
    padding-bottom: 60px;
    font-size: 36px;
    color: #555;
    text-align: center;
}

.issue-title-ico {
    margin: 20px 0px 60px 0px;
    width: 100%;
    height: 29px;
    background: url("img/issue_title_ico.png") no-repeat center;
}

.web-issue-list {
    padding-bottom: 60px;
}

.web-issue-list li {
    width: 23%;
    height: 380px;
    padding-top: 35px;
    margin: 0px 1%;
    float: left;
}

.game-list li {
    width: 31%;
}

.web-issue-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);
}

.web-issue-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.web-issue-list li span {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.issue_type_01 {
    background-position: 0 0;
}

.issue_type_02 {
    background-position: 0 -100px;
}

.issue_type_03 {
    background-position: 0 -200px;
}

.issue_type_04 {
    background-position: 0 -300px;
}

.web-issue-list li a:hover .issue_type_01 {
    background-position: -100px 0;
}

.web-issue-list li a:hover .issue_type_02 {
    background-position: -100px -100px;
}

.web-issue-list li a:hover .issue_type_03 {
    background-position: -100px -200px;
}

.web-issue-list li a:hover .issue_type_04 {
    background-position: -100px -300px;
}

.web-issue-list li a:hover p {
    color: #2468f2;
}

.web-issue-list li p {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin: 20px 0px 15px 0px;
}

.web-issue-list li .issue-introduce {
    margin: 0px 20px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

/*解决方案构架部署 开始*/
.web-deploy {
    background-color: #f5f6f7;
}

.deploy-box {
    padding-bottom: 60px;
}

.deploy-box .deploy-info {
    padding: 25px;
    width: 30%;
    float: right;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    background-color: #fff;
}

.deploy-info h4 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #333;
    text-indent: 0;
    text-align: center;
}

.deploy-info a {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-indent: 0;
    border-radius: 4px;
    background-color: #2468f2;
}

.financial-deploy {
    min-height: 560px;
    background: url("img/financial-deploy.png") no-repeat left top;
}

.financial-deploy .deploy-info {
    width: 35%;
}

.game-deploy {
    min-height: 480px;
    background: url("img/game-deploy.png") no-repeat left top;
}

.mobile-deploy {
    min-height: 310px;
    background: url("img/mobile-deploy.png") no-repeat 100px top;
}

.mobile-deploy .deploy-info {
    width: 50%;
}

.website-deploy {
    min-height: 492px;
    background: url("img/web-deploy.png") no-repeat left top;
}

.ecommerce-deploy {
    min-height: 370px;
    background: url("img/ecommerce-deploy.png") no-repeat left top;
}

/*网站服务优势*/
.superiority-list li {
    float: left;
    width: 23.5%;
    height: 400px;
    margin-left: 2%;
    margin-bottom: 60px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.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: #2468f2;
}

.issue-form .span_bg1 {
    background: url(img/fyoushi_img1.png) no-repeat 0 0;
}

.issue-form .span_bg2 {
    background: url(img/fyoushi_img2.png) no-repeat 0 0;
}

.issue-form .span_bg3 {
    background: url(img/fyoushi_img3.png) no-repeat 0 0;
}

.issue-form .span_bg4 {
    background: url(img/fyoushi_img4.png) no-repeat 0 0;
}

.issue-form .span_bg5 {
    background: url(img/eyoushi_img1.png) no-repeat 0 0;
}

.issue-form .span_bg6 {
    background: url(img/eyoushi_img2.png) no-repeat 0 0;
}

.issue-form .span_bg7 {
    background: url(img/eyoushi_img3.png) no-repeat 0 0;
}

.issue-form .span_bg8 {
    width: 190px;
    background: url(img/eyoushi_img4.png) no-repeat 0 0;
}

.issue-form .span_bg9 {
    background: url(img/eyoushi_img5.png) no-repeat 0 0;
}

.issue-form .span_bg10 {
    background: url(img/gyoushi_img1.png) no-repeat 0 0;
}

.issue-form .span_bg11 {
    background: url(img/gyoushi_img2.png) no-repeat 0 0;
}

.issue-form .span_bg12 {
    background: url(img/wyoushi_img1.png) no-repeat 0 0;
}

.issue-form .span_bg13 {
    background: url(img/gyoushi_img2.png) no-repeat 0 0;
}

.issue-form .span_bg14 {
    background: url(img/wyoushi_img2.png) no-repeat 0 0;
}

/*更多解决方案*/
.web-more {
    background-color: #f5f6f7;
}

.more-title {
    font-size: 36px;
    color: #333;
    text-align: center;
    padding: 80px 0px 60px;
}

.web-more .more-list li {
    float: left;
    width: 25%;
    height: 180px;
    margin-bottom: 80px;
}

.web-more .more-list li a {
    display: block;
    height: 100%;
}

.web-more .more-list li i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 30px auto 20px;
    background: url(img/fangan-sprite.png) no-repeat;
}

.web-more .more-list li p {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.more-list li:hover {
    background-color: #fff;
    -webkit-box-shadow: 8px 10px 16px rgba(0, 0, 0, .12);
    -moz-box-shadow: 8px 10px 16px rgba(0, 0, 0, .12);
    box-shadow: 8px 10px 16px rgba(0, 0, 0, .12);
}

.web-more .more-list li:hover p {
    color: #2468f2;
}

.web-more .more-list li i.more-list-1 {
    background-position: 0 0;
}

.web-more .more-list li:hover i.more-list-1 {
    background-position: -60px 0;
}

.web-more .more-list li i.more-list-2 {
    background-position: 0 -120px;
}

.web-more .more-list li:hover i.more-list-2 {
    background-position: -60px -120px;
}

.web-more .more-list li i.more-list-3 {
    background-position: 0 -180px;
}

.web-more .more-list li:hover i.more-list-3 {
    background-position: -60px -180px;
}

.web-more .more-list li i.more-list-4 {
    background-position: 0 -240px;
}

.web-more .more-list li:hover i.more-list-4 {
    background-position: -60px -240px;
}

.web-more .more-list li i.more-list-5 {
    background-position: 0 -60px;
}

.web-more .more-list li:hover i.more-list-5 {
    background-position: -60px -60px;
}


.ecommerce-box {
    position: relative;
    height: 440px;
    margin-bottom: 60px;
    background: url(img/ecomm-issue-icon.png) no-repeat 200px center;
}

.ecommerce-text {
    position: absolute;
    top: 80px;
    right: 0;
    width: 500px;
}

.ecommerce-text h4 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 24px;
    color: #666;
    border-bottom: 2px solid #2468f2;
}

.ecommerce-text p {
    line-height: 2;
    font-size: 14px;
    color: #999;
}

@media screen and (max-width: 768px) {
    .web-banner {
        padding: 100px 15px 15px 25px;
    }

    .web-info {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 18px;
        color: #fff;
    }

    .info-banner {
        width: 100%;
        height: 338px;
    }

    .issue-title {
        padding-top: 20px;
        padding-bottom: 20px;
		margin-bottom: 20px;
        font-size: 25px;
    }

    .ecommerce-box{
        position: initial;
    }
    .ecommerce-text {
        position: initial;
        width: 100%;
        padding: 0 15px;
    }
    .ecommerce-text div {
        display: block !important;
        text-align: center;
    }

    .ecommerce-box {
        margin-bottom: 0;
        height: auto;
        background: none;
    }

    .deploy-box .deploy-info {
        width: 100%;
        margin-top: 310px;
    }

    .ecommerce-deploy {
        background-size: 100%;
    }

    .superiority-list li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        height: auto;
    }

    .web-issue {
        padding: 15px;
    }

    .web-more .more-list li p {
        font-size: 12px;
    }

    .web-issue-list li {
        width: 100%;
		padding-top: 10px;
		height: auto;
    }

    .financial-deploy, .game-deploy, .mobile-deploy, .website-deploy {
        background: url("img/mobile-deploy.png") no-repeat 0 top;
        background-size: 100% auto;
    }
	.info-banner{
		top: 0;
	}
	.web-issue-list{padding-bottom: 0;}
	.deploy-box{
		padding-bottom: 0;
	}
	.issue-form{
		padding-top: 0;
	}
	.web-list li {
		height: auto;
	}
	.more-title {padding: 20px 0;}
	.web-more .more-list li {
		height: auto;
		margin-bottom: 15px;
	}
}