.content1 p{
    margin-bottom: 30px;
}
.content1 .picBox img{
    width: 380px;
    /* height: 224px; */
}

.content .con{
    height: 550px;
    background-color: #F5F9FC;
}

.content4 .picBox{
    margin-right: -45px;
}
.content4 .picBox li{
    width: 208px;
    height: 276px;
}

.content5 p{
    margin-bottom: 54px;
} 

.content6 .con{
    height: 714px;
} 
.content6 h3{
    padding: 76px 0;
}
.content6 .con1{
    background-color: #0066A1;
}
.content6 .con2{
    background-color: #034983;
}

.content7 .picBox{
    margin-right: -15px;
}
.content7 .picBox li{
    width: 288px;
    height: 197px;
    margin-right: 9px;
}
.Banner2{
    height: 602px;
    background: #070b43 url(../img/index/banner2.png) no-repeat center top;
    margin-bottom: 240px;
    font-size: 50px;
    line-height: 90px;
}
.Banner2 .content{
    padding-top: 120px;
}

.infoBox{
    margin-bottom: 150px;
}
.infoBox .logo{
    height: 402px;
    margin-bottom: 86px;
}

.Map{
    height: 1014px;
    margin-bottom: 80px;
    background-color: #061046;
}
.Map .backImage{
    width: 1920px;
    height: 1014px;
    margin: -507px 0 0 -960px;
    background: url(../img/index/map.png) no-repeat center top;
}
.Map .dot{
    cursor: pointer;
}
.Map .dot .img{
    -webkit-animation: huxi 1s linear infinite alternate;
            animation: huxi 1s linear infinite alternate;
}
.Map .dot .img.delay100{
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
}
.Map .dot .img.delay200{
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
}
.Map .dot .img.delay300{
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
}
.Map .dot .img.delay400{
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
}
.Map .dot .img.delay500{
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
}
@-webkit-keyframes huxi{
    0%{
        opacity: 0.4;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@keyframes huxi{
    0%{
        opacity: 0.4;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.Map .dot:hover span{
    /* text-decoration: underline; */
    font-weight: bold;
}
.Map img{
    display: block;
}
.Map .dot1{
    left: 353px;
    top: 278px;
}
.Map .dot1 img{
    width: 22px;
}
.Map .dot2{
    left: 418px;
    top: 251px;
}
.Map .dot2 img{
    width: 22px;
}
.Map .dot3{
    left: 523px;
    top: 305px;
}
.Map .dot3 img{
    width: 40px;
}
.Map .dot4{
    left: 566px;
    top: 618px;
}
.Map .dot4 img{
    width: 22px;
}
.Map .dot5{
    left: 862px;
    top: 252px;
}
.Map .dot5 img{
    width: 22px;
}
.Map .dot6{
    left: 878px;
    top: 280px;
}
.Map .dot6 img{
    width: 40px;
}
.Map .dot7{
    left: 922px;
    top: 289px;
}
.Map .dot7 img{
    width: 22px;
}
.Map .dot8{
    left: 937px;
    top: 316px;
}
.Map .dot8 img{
    width: 22px;
}
.Map .dot9{
    left: 947px;
    top: 273px;
}
.Map .dot9 img{
    width: 22px;
}
.Map .dot10{
    left: 996px;
    top: 764px;
}
.Map .dot10 img{
    width: 22px;
}
.Map .dot11{
    left: 1428px;
    top: 561px;
}
.Map .dot11 img{
    width: 22px;
}
.Map .dot12{
    /* left: 1442px;
    top: 311px; */
    left: 1433px;
    top: 302px;
}
.Map .dot12 img{
    /* width: 22px; */
    width: 40px;
}
.Map .dot13{
    left: 1451px;
    top: 454px;
}
.Map .dot13 img{
    width: 22px;
}
.Map .dot14{
    left: 1484px;
    top: 432px;
}
.Map .dot14 img{
    width: 22px;
}
.Map .dot15{
    left: 1573px;
    top: 354px;
}
.Map .dot15 img{
    width: 22px;
}
.Map .maskBg{
    background-color: #001645;
    opacity: 0.5;
}
.Map .maskCon{
    width: 900px;
    height: 654px;
    margin: -327px 0 0 -450px;
}
.Map .alertContent{
    padding: 40px 50px 30px;
    height: 584px;
}
.Map .alertContent .address{
    height: 24px;
    padding-left: 8px;
    border-left: 4px solid #E22B21;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 24px;
    color: #E22B21;
}
.Map .alertContent .title{
    margin-bottom: 26px;
    color: #061878;
    line-height: 32px;
    font-size: 24px;
}
.Map .alertContent .article{
    height: 530px;
    overflow: hidden;
    overflow-y: auto;
}
.Map .alertContent .article::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.Map .alertContent .article::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #DCDFE2;
}
.Map .alertContent .article::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(0,0,0,0.001);
}
.Map .maskCon .close{
    width: 14px;
    height: 14px;
    padding: 10px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.university{
    margin-bottom: 160px;
}
.university .text{
    margin-bottom: 90px;
}

.peopleCon{
    margin-bottom: 140px;
}
.peopleCon .box{
    width: 1025px;
}
.peopleCon .top .left{
    width: 693px;
}
.peopleCon .top .left .text{
    height: 167px;
}
.peopleCon .top .right{
    width: 286px;
}
.peopleCon .top .right .text{
    height: 126px;
}
.peopleCon .bottom .left{
    width: 570px;
}
.peopleCon .bottom .left .text{
    height: 162px;
}
.peopleCon .bottom .right{
    width: 286px;
}
.peopleCon .bottom .right .text{
    height: 137px;
}

.content13 .imgBox{
    margin-left: 80px;
    margin-right: 80px;
}

.indexBottomBox{
    background-color: #F6FBFE;
}

.cityBox{
    overflow: hidden;
}
.cityBox .listBox{
    width: 250px;
    border-top: 1px solid #034983;
}
.cityBox .listBox .list{
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 1px solid #034983;
    
}
.cityBox .listBox .list.active{
    color: #034983;
}
.cityBox .conBox{
    margin-left: 322px;
    padding-right: 33px;
    /* max-height: 660px;
    overflow: hidden;
    overflow-y: auto; */
}
.cityBox .conBox .title{
    color: #034983;
    font-size: 22px;
    font-weight: bold;
}
.cityBox .conBox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.cityBox .conBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #DCDFE2;
}
.cityBox .conBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(0,0,0,0.001);
}
.cityBox .conBox img{
    max-width: 100%;
}
.cityBox .conBox .con4 .center{
    margin-left: 14px;
}
.cityBox .conBox .con5 .article{
    width: 825px;
    height: 1049px;
    background: url(../img/index/song_bg.png) no-repeat;
}
.cityBox .conBox .con5 .article h2{
    padding: 84px 0 65px;
    line-height: 36px;
}
.cityBox .conBox .con5 .article h2{
    padding: 84px 0 65px;
    line-height: 36px;
}
.cityBox .conBox .con5 .article .lh42{
    line-height: 42px;
}

.cityBox .conBox .articleBox{
    display: none;
}
.cityBox .conBox .articleBox.active{
    display: block;
}



@media screen and (max-width: 640px){
    .Header .slogn{
        padding: 0 50px;
    }
}