.index-strategy {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 100px;
    background: #e6e6e6;
    position: relative;
    overflow: hidden;
}
.strategyTitle {
    z-index: 1;
    /*position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;*/
    width: 100%;
    height: auto;
    /*margin: 0 auto;*/
    color: #000;
}
.strategyTitle1 {
    width: 100%;
    height: 52px;
    background: url(/images/index/index-strategy/strategyTitle.png) no-repeat center;
    /*background-size: auto 100%;*/
}
.strategyTitle2 {
    width: 100%;
    height: 5.23%;
    /*background: url(/images/index/index-strategy/strategyTitle2.png) no-repeat center;*/
    background-size: auto 100%;
}
.strategyTitle h3 {
    margin-bottom: 35px;
} 
/*.strategyTitle p {
    font-size: 30px;
    color: #000;
    position: relative;
    z-index: 1;
}*/
.strategySecondTitle {
    margin: 20px 0 10px;
}
.strategyMap {
    /*width: 100%;
    height: 100%;
    margin-top: -5.714%;*/
    position: relative;
    width: 1200px;
    height: 100%;
    margin: -50px auto 0;
}
.strategyMap > img {
    /*width: 100%;*/
    /*height: 100%;*/
}
.mapBg {
    width: 100%;
    height: 1200px;
    background: url("/images/index/index-strategy/strategyMapBg.png") no-repeat center;
}
.topMap {
    position: absolute;
    top: -14px;
    left: -3px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    background: url("/images/index/index-strategy/strategyMapText.png") no-repeat center;
}
.strategySecondTitle1 {
    font-size: 30px;
}
.strategySecondTitle2 {
    font-size: 24px;
    margin-top: 10px;
    color: #3c3c3c;
}
.index-strategyBox {
    width: 1200px;
    margin: 0 auto;
}
.strategyMapText{
    position: absolute;
    bottom: 305px;
    text-align: left;
    line-height: 28px;
    font-size: 16px;
    font-style: italic;
}