.containerLeave {
    position: fixed;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;

}

.container {
    width: 1920px;
    height: 1080px;
    position: relative;
    /*background: url("../images/bg.png") no-repeat;*/
    background-size: 1920px 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.singleBox1 {
    width: 574px;
    height: 313px;
    background: url("../images/contentBg1.png");
    display: flex;
    flex-direction: column;

}

.singleBox2 {
    width: 574px;
    height: 350px;
    background: url("../images/contentBg2.png");
    display: flex;
    flex-direction: column;

}

.singleBox3 {
    width: 758px;
    height: 256px;
    background: url("../images/contentBg3.png") no-repeat;
    background-size: 758px 246px;
    display: flex;
    flex-direction: column;
    /* border: 1px solid blue; */
    /* padding-bottom: 15px; */
}

.title {
    width: 1920px;
    height: 107px;
    background: url("../images/titBg.png") no-repeat;
    background-size: 1920px 107px;
    display: flex;

    position: relative;
    z-index: 1;
    /* align-items: center; */
    justify-content: center;
    line-height: 120px;
}

.titleTxt {
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 70px;


}

.contentBox {
    position: relative;
    width: 1920px;
    box-sizing: border-box;
    display: flex;
    height: 973px;
    /* border: 1px solid red; */
    justify-content: space-between;
    /* width: 1920px; */
    /* padding: 0px 32px; */
    margin-top: -20px;

}



.singleContentA {
    width: 574px;
    height: 240px;
    position: relative;
    /* border: 1px solid pink; */
    padding: 0 10px;
    box-sizing: border-box;


}

.singleContentB {
    width: 574px;
    height: 276px;
    position: relative;
    /* border: 1px solid pink; */
    padding: 0 10px;
    box-sizing: border-box;


}

.singleContentC {
    width: 758px;
    height: 183px;
    position: relative;
    /* border: 1px solid pink; */
    padding: 0 10px;
    box-sizing: border-box;
}





.leftBox {

    width: 574px;
    height: 100%;
    display: flex;
    flex-direction: column;


    justify-content: space-between;

    overflow: hidden;
    /* background: blue; */
    position: relative;

}



.rightBox {
    width: 574px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* background: blue; */


    justify-content: space-between;
    overflow: hidden;

    position: relative;
}

.centerBox {
    width: 758px;
    height: 100%;


}

.map {
    width: 758px;
    height: 575px;
    margin-top: -46px;
    /*background-size: 758px 511px;*/
}

.centerTop {
    width: 758px;
    height: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ct {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

.topBg {
    width: 182px;
    height: 110px;
    background: url('../images/centerTopBg.png');
    font-size: 30px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: #F5EE7D;
    text-align: center;
}





.singleTit {
    width: 574px;
    height: 50px;
    margin-top: 10px;

    display: flex;

    background: url("../images/contentTit.png") no-repeat;
    line-height: 57px;
    /* border: 1px solid red; */
    justify-content: center;


}

.singleTitTxt {

    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 1px 3px rgba(4, 35, 28, 0.38);
    letter-spacing: 1px;




}

/* 4 */
.singleContent4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.ct4 {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #F3F7FD;

}

.ct4Line1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ct4Icon {
    width: 10px;
    height: 10px;
    background: #208CFF;
    margin-right: 5px;

}

.ct4Line2 {
    width: 145px;
    height: 40px;
    background: url('../images/content4/bg.png');
    font-size: 21px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #F5F9FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.singleContent6 {
    padding: 0 30px;
    padding-bottom: 5px;

    box-sizing: border-box;
}
