*{
    margin:0;
    padding: 0;
    text-decoration: none;
}
a{
    color: inherit;outline: none;-moz-outline-style: none;
}
.content{
    max-width: 100%;
    width: 1120px;
    margin: 0 auto;
}
.clear{clear: both;}
ul,li{list-style: none;}
body {
    font-family: "microsoft yahei";
    text-decoration: none;
    /*background:url(../images/body_bj.png) no-repeat center center;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
.header{
    background: #010038;
}
.main{
    background: #010038;
}
.bigHead{
    width: 100%;
    /*height: 80px;*/
    background: #010038;
}
.headImg{
    width: 100%;
    height: 400px;
    background: url("../image/headBanner.png") no-repeat;
    background-size: 100% 100%
}
.head{
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    /*background: #010038;*/
}
.headCont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 204px;
    height: 48px;
}
.logo img{
    width: 100%;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bm{
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: linear-gradient(90deg, #2D89D0, #0D159A);
    border-radius: 13px;
}
.nav_a{
    display: inline-block;
    margin-left: 10px;
}
.nav_a a{
    margin: 0 13px;
    width: 58px;
    height: 14px;
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #9393C8;
    line-height: 61px;
}
.nav_a a:hover{
    font-size: 16px;
    color:#fff;
}
.headBtn{
    position: absolute;
    left:50%;
    top: 274px;
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url("../image/btn.png") no-repeat center center;
    background-size: 100% 100%;
}
.headBtn a{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.main{
    width: 100%;
    height: auto;
    background: url("../image/bg.png");
    background-size: 100% 100%;
}
.title{
    padding:35px 0 40px;
}
.title h2{
     font-size: 32px;
     font-family: FZLTCHK;
     font-weight: normal;
     color: #FFFFFF;
     text-align: center;
 }
.title p{
    margin: 15px 0 8px;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #6973BD;
    text-align: center;
}
.title span{
    display: block;
    width: 126px;
    height: 3px;
    background: url("../image/titleIcon.png");
    background-size: 100% 100%;
    margin: 0 auto;
}
.lt{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.lt>div{
    margin-right: 22%;
    margin-bottom: 20px;
    width: 39%;
    /*width: 458px;*/
    height: 77px;
    line-height: 77px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.lt>div:hover{
    transform: translate(0, 0) scale(1.1) rotate(0deg);
}
.lt>div:nth-child(2n){
    margin-right: 0;
}
.l1{
    background: url("../image/title1.png");
    background-size: 100% 100%;
}
.l2{
    background: url("../image/title2.png");
    background-size: 100% 100%;
}
.l3{
    background: url("../image/title3.png");
    background-size: 100% 100%;
}
.l4{
    background: url("../image/title4.png");
    background-size: 100% 100%;
}
.l5{
    background: url("../image/title5.png");
    background-size: 100% 100%;
}
.lt>div>a{
    width: 100%;
    height: 77px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.jb{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.jb li{
    margin-right: 17px;
    margin-bottom: 37px;
    width: 210px;
    height: 254px;
    cursor: pointer;
}
.jb li img{
    width: 100%;
    transition: all .3s;
}
.jb li:hover img{
    transform: translate(0, 0) scale(1.1) rotate(0deg);
}
.dh{
    width: 1000px;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dh li{
    margin-right: 19px;
    margin-bottom: 29px;
    width: 208px;
    height: 69px;
    transition: all .3s;
}
.dh li img{
    width: 100%;
}
.dh li:hover{
    transform: translate(0, 0) scale(1.1) rotate(0deg);
}
.hz{
    width: 900px;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hz li{
    margin-right: 22px;
    margin-bottom: 31px;
    width: 248px;
    height: 69px;
    transition: all .3s;
}
.hz li img{
    width: 100%;
}
.hz li:hover{
    transform: translate(0, 0) scale(1.1) rotate(0deg);
}
.xbg{
    position: relative;
    /*padding: 133px;*/
}
.xbg>img{
    width: 100%;
    height: 400px;
}
.cj{
    position: absolute;
}
.cj h4{
    margin-bottom: 10px;
    height: 26px;
    text-align: center;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.cj img{
    width: 100%;
}
.cj p{
    position: absolute;
    /*bottom: 10px;*/
    /*left:50%;*/

    width: 150px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;

}
.cj p.o{
    bottom: 20px;
    left:54%;
    transform: translateX(-50%);
}
.cj p.t{
    bottom: 18px;
    left:70%;
    transform: translateX(-50%);
}
.cj p.e{
    bottom: 18px;
    left:55%;
    transform: translateX(-50%);
}
.one{
    left:50%;
    top:0;
    transform: translateX(-50%);
}
.two{
    left:20%;
    top:32%;
    transform: translateY(-50%);
}
.three{
    right:20%;
    top:32%;
    transform: translateY(-50%);
}
.wj{
    width: 1130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.wj>div{
    margin-bottom: 30px;
    transition: all .3s;
}
.wj>div:hover{
    transform: translate(0, 0) scale(1.1) rotate(0deg);
}
.bmBtn{
    margin: 0 auto;
    width: 300px;
    height: 70px;
    line-height:70px;
    text-align: center;
    background: url("../image/btn.png") no-repeat center center;
    background-size: 100% 100%;
}
.bmBtn a{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.mapBg{
    margin: 0 auto;
    width: 1120px;
    height: 650px;
    background: url("../image/mapBg.png");
    background-size: 100% 100%;
}
.mapImg{
    width: 1020px;
    margin: 50px auto 0;
}
.mapBg>p{
    margin-top: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
}
.footer{
    padding: 100px 0;
}
.footer p{
    font-size: 20px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftRight{
    padding: 30px;
    width: 200px;
    height: 200px;
    background: rgba(256,256,256,.13);
    box-sizing: border-box;
    transition: all .3s;
}
.ftRight img{
    width: 100%;
}
.ftRight:hover{
    transform: translate(0, 0) scale(1.1) rotate(0deg);
}
.ftTop{
    margin-bottom: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 400px;
    height: 70px;
    background: url("../image/ftBg.png");
    background-size: 100% 100%;
}
.ftTop>span{
    margin: 0 10px 0 30px;
    font-size: 20px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
}
.ftTop>img{
    width: 183px;
    height: 43px;
}
.eMain{
    background: url("../image/erbg.png");
    background-size: 100%;
}
.eHeader{
    position: relative;
    height: 600px;
}
.eBtn{
    position: absolute;
    bottom: 110px;
    left:50%;
    transform: translateX(-50%);
    width: 357px;
    height: 85px;
    line-height: 105px;
    background: url("../image/ertitleIcon.png");
    background-size: 100% 100%;
    font-size: 36px;
    text-align: center;
    font-family: PingFang;
    font-weight: 400;
    color: #FFFFFF;
}
.eTitle{

    margin-bottom: 40px;
}
.eTitle h2{
    margin-left: 80px;
    margin-bottom: 10px;
    font-size: 38px;
    font-family: PingFang;
    font-weight: bold;
    color: #FFFFFF;
}
.eTitle div{
    margin-left: 100px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.eTitle div>span{
    display: inline-block;
    margin-right: 10px;
    width: 21px;
    height: 21px;
    background: linear-gradient(0deg, #FFCA28 0%, #FF9D19 100%);
    transform: rotate(45deg);
}
.eTitle>div>h6{
    font-size: 28px;
    font-family: PingFang;
    font-weight: bold;
    color: #5DEAFF;
}
.forenoon{
    position: relative;
    padding: 50px 100px;
    height: auto;
    /*height: 743px;*/
    background:rgba(31,34,79,.7);
    box-sizing: border-box;
}
.line{
    position: absolute;
    top:60px;
    left:200px;
    width: 3px;
    /*height: 610px;*/
    background:rgba(0,102,255,.1);
    border-radius: 1px;
}
.h1{
    height: 445px;
}
.h2{
    /*height:1020px;*/
    height: 790px;
}
.h3{
    /*height:738px;*/
    height:644px;
}
.h4{
    height:628px;
    /*height:745px;*/
}
.h5{
    /*height:632px;*/
    height:480px;
}
.h6{
    height:742px;
}
.h7{
    height:806px;
}
.drop{
    position: absolute;
    left:50%;
    z-index: 10;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #5DEAFF;
    border-radius: 50%;
}
.d1{
    top:1px;
}
.d2{
    top:66px;
}
.d3{
    top:132px;
}
.d4{
    top:237px;
}
.d5{
    top:340px;
}
.d6{
    top:446px;
}
.d7{
    top:100%;
}
.d8{
    /*top:106px;*/
    top:82px;
}
.d9{
    top:160px;
    /*top:210px;*/
}
.d10{
    top:226px;
    /*top:276px;*/
}
.d11{
    top:304px;
    /*top:382px;*/
}
.d12{
    top:384px;
    /*top:488px;*/
}
.d13{
    top:464px;
    /*top:590px;*/
}
.d14{
    top:542px;
   /*top:697px;*/
}
.d15{
    top:618px;
    /*top:802px;*/
}
.d16{
    top:698px;
    /*top:906px;*/
}
.d17{
    bottom: 0;
}
.d18{
    /*top:104px;*/
    top:80px;
}
.d19{
    /*top:212px;*/
    top:160px;
}
.d20{
    /*top:316px;*/
    top:238px;
}
.d21{
    /*top:422px;*/
    top:318px;
}
.d22{
    /*top:525px;*/
    top:396px;
}
.d23{
    top:476px;
    /*top:632px;*/
}
.d24{
    top:80px;
    /*top:106px;*/
}
.d25{
    top:162px;
    /*top:212px;*/
}
.d26{
    top:238px;
    /*top:316px;*/
}
.d27{
    top:316px;
    /*top:422px;*/
}
.d28{
    top:382px;
    /*top:526px;*/
}
.d29{
    top:460px;
    /*top:632px;*/
}
.d30{
    top:107px;
}
.d31{
    top:80px;
    /*top:211px;*/
}
.d32{
    top:160px;
    /*top:317px;*/
}
.d33{
    top:238px;
    /*top:422px;*/
}
.d34{
    top:318px;
    /*top:529px;*/
}
.d35{
    top:380px;
    /*top:628px;*/
}
.d36{
    top:478px;
    /*top:738px;*/
}
.d37{
    top:540px;
    /*top:738px;*/
}
.d38{
    top:554px;
    /*top:738px;*/
}
.d39{
    top:80px;
}
.d40{
    top:160px;
}
.d41{
    top:258px;
}
.d42{
    top:340px;
}
.d43{
    top:418px;
}
.d44{
    top:496px;
}
.d45{
    top:578px;
}
.d46{
    top:642px;
}
.d47{
    top:720px;
}
.round{
    position: absolute;
    top:-11px;
    left:50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 30px;
    background:rgb(31,34,79);
    border:2px solid #5DEAFF;
}
.r1{
    top:-11px;
}
.r2{
    top:54px;
}
.r3{
    top:120px;
}
.r4{
    top: 97.5%;
}
.r5{
    top: 148px;
}
/*.r5{*/
/*    top: 198px;*/
/*}*/
.r6{
    top:97%;
}
.r7{
    top:304px;
}
.r8{
    top:566px;
}
.time{
    margin-right: 84px;
    width: 50px;
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #5DEAFF;
}
.forenoon{
    margin-bottom: 65px;
}
.forenoon>div{
    margin-bottom: 32px;
    display: flex;
    justify-content: left;
}
.forenoon>div>h6{
    font-size: 24px;
    font-family: PingFang;
    font-weight: 500;
    color: #FFFFFF;
}
.rightCont span{
    font-size: 18px;
    font-family: PingFang;
    font-weight: 500;
    color: #FFFFFF;
}
.rightCont p{
    font-size: 16px;
    font-family: PingFang;
    font-weight: 400;
    color: #FFFFFF;
}
.imgHide{
    display: none;
}
@media screen and (max-width: 768px){
    .eMain{
        background:rgb(31,34,79);
    }
    .imgHide{
        width: 100%;
        height: 180px;
        display: block;
    }
    .head{
        display: none;
    }
    .headImg{
        width: 100%;
        height: 180px;
        background: url("../image/hHeadbg.png");
        background-size: 100% 100%;
    }
    .headBtn{
        top: 122px;
        width: 72px;
        height: 20px;
        line-height: 20px;
    }
    .headBtn a{
        font-size: 12px;
    }
    .lt>div{
        width: 90%;
        margin: 0 auto 6px;
    }
    .lt>div:nth-child(2n){
        margin-right: auto;
    }
    .jb li {
        margin-right: 5px;
        margin-bottom: 0;
        width: 47%;
    }
    .dh{
        width: 100%;
    }
    .dh li{
        width: 46%;
        margin: 0 0 10px;
    }
    .hz{
        width: 100%;
    }
    .hz li{
        width: 46%;
        margin: 0 0 10px;
    }
    .two{
        left: 24%;
        top:260px;
    }
    .three{
        left: 24%;
        top:466px;
    }
    .xbg{
        height: 580px;
    }
    .wj{
        width: 90%;
        margin: 0 auto;
    }
    .wj>div img{
        width: 100%;
    }
    .mapBg{
        width: 100%;
    }
    .mapImg{
        width: 90%;
        margin: 50px auto 0;
    }
    .footer{
        padding: 10px 0;
    }
    .foot{
        flex-wrap: wrap;
    }
    .ftTop{
        margin-bottom: 10px;
    }
    .footer p{
        margin-left: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .ftRight{
        margin: 20px auto;
        padding: 12px;
        width: 100px;
        height: 100px;
    }
    .ftRight img{
        width: 100%;
    }
    .footer{
        margin-bottom: 68px;
    }
    .footFlex{
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        left:0;
        bottom: 0;
        width: 100%;
        height: 68px;
        background: #0D159A;
    }
    .footFlex>a{
        display: inline-block;
        font-size: 12px;
        color:#fff;
    }
    .eHeader{
        height: 180px;
    }
    .eBtn{
        bottom: 14px;
        width: 130px;
        height: 32px;
        line-height: 39px;
        font-size: 14px;
    }
    .eTitle{
        margin-bottom: 10px;
    }
    .eTitle h2{
        margin-top: 30px;
        margin-left: 10px;
        font-size: 16px;
    }
    .eTitle div{
        margin-left: 16px;
    }
    .eTitle div>span{
        width: 12px;
        height: 12px;
    }
    .eTitle>div>h6{
        font-size: 16px;
    }
    .forenoon{
        padding: 20px 10px;
        margin-bottom: 0;
    }
    .line{
        display: none!important;
    }
    .time{
        margin-right: 32px;
        font-size: 20px;
    }
    .rightCont span{
        font-size: 14px;
    }
    .rightCont p{
        font-size: 12px;
    }
    .forenoon>div>h6{
        font-size: 14px;
    }
    .smallFoot{
        margin-bottom: 0;
    }
    .title h2{
        font-size: 24px;
    }
}
