
body {
    margin: 0px !important;
    text-align: center;
}

.mobile-body {
    background-color: #0d162b;
}

.pc-body {
    background-color: #0d162b;
    min-width: 1200px;
}

.container {
    min-width: 1200px;
}


.main-israel-content {
    background: url("../../img/project/israel/bg.png") no-repeat;
    padding-top: 130px;
    background-size: contain;
    background-position: 58px 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-northernEurope-content {
    background: url("../../img/project/northernEurope/bg.png") no-repeat;
    padding-top: 120px;
    background-size: contain;
    background-position: 38px 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;

}

.main-switzerland-content {
    background: url("../../img/project/switzerland/bg.png") no-repeat;
    padding-top: 120px;
    background-size: contain;
    background-position: 55% 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;

}

.main-content {
    background: url("../../img/project/bg.png") no-repeat;
    padding-top: 130px;
    background-size: 100% 100%;
    background-position: 28px 18px;
    padding-bottom: 20px;
    position: relative;
}

.main-russia-content{
    background: url("../../img/project/russia/bg.png") no-repeat;
    padding-top: 130px;
    background-size: contain;
    background-position: 58% 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-newteleco-content{
    background: url("../../img/project/newteleco/bg.png") no-repeat;
    padding-top: 130px;
    background-size: contain;
    background-position: 38px 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}
.main-artificialIntelligence-content{
    background: url("../../img/project/artificialIntelligence/bg.png") no-repeat;
    padding-top: 130px;
    background-size: 100% 100%;
    background-position: 38px 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-english-content{
    background: url("../../img/project/english/bg.png") no-repeat;
    padding-top: 60px;
    background-size: contain;
    background-position: 30px 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-europeExcellent-content{
    background: url("../../img/project/europeExcellent/bg.png") no-repeat;
    padding-top: 60px;
    background-size: contain;
    background-position: 30px 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-russiaBiology-content{
    background: url("../../img/project/russiaBiology/bg.png") no-repeat;
    padding-top: 60px;
    background-size: contain;
    background-position: 30px 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-energyStorageProjects-content{
    background: url("../../img/project/europeExcellent/bg.png") no-repeat;
    padding-top: 60px;
    background-size: contain;
    background-position: 30px 18px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}


.main-newteleco-content .col-sm-6{
    display: inline-block;
    /*height: 770px;*/
    min-height: 670px;
}

.m-content {
    text-align: center;
}

.title-img {
    width: 100%;
    padding-top: 30px;
}

.title-img-mobile {
    width: 100%;
}

.title-img-button {
    width: 340px;
    position: absolute;
    margin-top: -90px;
    left: 50%;
    margin-left: -170px;
}

.img-button {
    width: 500px;
    position: absolute;
    margin-top: -86px;
    left: 50%;
    margin-left: -250px;
    cursor: pointer;
}

.head-img {
    position: absolute;
    margin-top: -536px;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
}

.mobile-close-button {
    position: absolute;
    top: 419px;
    left: 50%;
    margin-left: -127px;
    width: 254px;
}



/*pc端样式*/
@media only screen and (min-width: 768px) {
    .head-img {
        margin-top: -450px;
    }
}

@media only screen and (min-width: 1400px) {
    .head-img {
        margin-top: -500px;
    }
}