body {
    font-family: "Times New Roman", Times, serif;
    min-width: 1400px;
}
html{
    overflow-x: hidden;
    /* max-height: 0; */
    max-height: 0px;
}
body{
    max-height: 0px;
}
#header{
    user-select: none;
    color: white;
    position: fixed;
    background: url(../image/top_bg.png) top repeat-x;
    height: 100px;
    width: 100%;
    z-index: 4;
    text-align: center;
    height: 140px;
}
#headerContext{
    /* border: 1px solid blue; */
    /* cursor: pointer; */
    display: inline-block;
    width: 74%;
    height: 100%;
    /* border: 1px solid red; */
    /* background-image: url('../images/logo_.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: left 20px; */
    /* border: 1px solid red; */
    /* background-size:43.2%; */
    /* border: 1px solid yellow; */
    min-width: 1400px;
}
#headerContext a img{
    /* width: 33%; */
    cursor: pointer;
    position: relative;
    top: 22px;
    width: 43.5%;
    float: left;
}
#select{
    float:right;
    /* border: 1px solid red; */
    position: relative;
    list-style: none;
    padding: 0;
    /* top: -16px; */
    top: 28px;
    
}
#select>li>ul{
    font-size: 14px;
    padding:10px 0px;
    border-radius: 10px;
    /* backdrop-filter: blur(50px); */
    /* border: 1px solid red; */
    display: none;
    line-height: 32px;
    position: relative;
    width: 140px;
    left: -10px;
    background: url(../images/bx_bj.png);
}
#select>li>ul>li{
    display: block;
    padding: 0;
    margin: 0;
}
#select>li{
    vertical-align: top;
    /* border: 1px solid red; */
    font-size: 18px;
    display: inline-block;
    width: 120px;
}
#select li:first-child{
    padding-left: 0;
}
#select li:last-child{
    padding-right: 0;
}
#select li span{
    cursor: pointer;
    color:#fff;
}
#select>li>ul>li span{
    text-shadow: 0 0 10px black;
    line-height: 32px;
    word-break: break-word;
}
#select li span:hover{
  font-weight:bold;
}
#search{
    width: 210px;
    /* border: 1px solid yellow; */
    color: #BCC5D7;
    font-weight: 600;
    position: relative;
    float: right;
    top: 30px;
    right: -26px;
    /* right: -685px; */

}
#search span{
    cursor: pointer;
    /* border: 1px solid red; */
    height: 14px;
    position: relative;
    line-height: 14px;
    display: inline-block;
    font-size: 14px;
    border-right: 2px solid #BCC5D7;
    padding-right: 10px;
    margin-right: 10px;
    color:#fff;
}
#search>img{
    cursor: pointer;
    display: inline-block;
}
#banner{
    width: 101%;
    z-index: 1;
    position: relative;
}
#bannerMask{
    width: 101%;
    z-index: 2;
    position:absolute;
    top: 0;
    background:black;
    opacity: 0.3;
    line-height: 100%;
    text-align: center;
}
#bannerMask>.img{
    opacity: 0;
}
#welcome{
    width: 100%;
    z-index: 3;
    position: relative;
    top: -356px;
    text-align: center;
}
#welcome>img{
    position: relative;
    left: 30px;
}
#menuBtn {
    display: none;
    user-select: none;
    cursor: pointer;
    line-height: 8px;
    z-index: 5;
    color: white;
    position: absolute;
    right: 40px;
    top: 15px;
    font-weight: bolder;
}
#menuBtn div {
    display: inline-block;
    vertical-align: middle;
}
#menu{
    color: white;
    z-index: 100;
    position: relative;
    left: 20px;
    font-weight: 400;
    font-size: 20px;
}
#menuBlock{
    display: none;
    background: #225294;
    display: none;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    color: white;
    font-size: 1.125rem;
}
#menuClose{
    background-image: url('../images/close.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    /* float: right; */
    position: relative;
    margin-top: 2%;
    margin-left: 92%;
}
#menuBlock ul {
    list-style: none;
}
.card {
    background: #225294;
}
.card-header button a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.card-body {
    text-align: left;
    margin-left: 30px;
    user-select: none;
    cursor: pointer;
}
.card-body a{
    color:#fff;
}
.menuActive {
    animation-name: menuActive;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1s;
}
#menuBlock,
#searchBlock {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 1.125rem;
}
#searchBlock {
    width: 101%;
    z-index: 99;
    display: block;
    background: rgb(73, 73, 73);
    opacity: 0.9;
    text-align: center;
    line-height: 100vh;
    display: none;
}
#searchBlockClose {
    cursor: pointer;
    position: absolute;
    top: calc(-50vh + 65px);
    right: 1vw;
}
#searchBlockClose img {
    width: 25px;
}
.searchInput {
    box-sizing: border-box;
    width: 160px;
    border: none;
    height: 28px;
    border-radius: 20px;
    background-color: #022c66;
    color: white;
    outline: none;
    padding-left: 10px;
    padding-right: 40px;
    font-size: 16px;
}
#searchBlock .img{
    position: relative;
    left: -2.225rem;
}
#banner>img{
    cursor: pointer;
    display: none;
    transition: all ease 0.5s;
}
#banner>img:hover{
    transform: scale(1.02);
}
#banner>img:first-child{
    display: block;
}
#bannerArrow{
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}
#bannerArrow>li{
    position: relative;
    top: -320px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /* border: 1px solid blue; */
    z-index: 9;
    background-repeat: no-repeat;
    opacity: 0.5;
}
#bannerArrow>li:nth-child(1){
    background-image: url('../images/arrowLeft.png');
    float: left;
    left: 40px;
} 
#bannerArrow>li:nth-child(2){
    background-image: url('../images/arrowRight.png');
    float: right;
    right: 40px;
}
#point{
    user-select: none;
    z-index: 3;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    list-style: none;
    padding: none;
    margin: 0;
}
#point>li{
    position: relative;
    left: -20px;
    margin:0 1px;
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
#part1{
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
    padding: 50px 0;
    background: url(../images/partOneBg.png) top center no-repeat;
    background-size: 100% 100%;
    min-width: 1400px;
}
#part1>ul{
    position: relative;
    /* top: -460px; */
    display: inline-block;
    width: 74%;
    /* border: 1px solid red; */
    list-style: none;
    padding: 0;
    min-width: 1400px;
}
#part1 li{
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: auto;
    position: relative;
    width: 33%;
    padding: 0 2%;
}
#part1 ul img{
    cursor: pointer;
    transition: all ease 1s;
}
#part1 ul img:hover{
    transform: scale(1.05);
}
.part1Text{
    font-size: 21px;
    box-sizing: border-box;
    padding-top: 50px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    color: white;
    height: 100px;
    background-image: linear-gradient(to top,#093E89 10%,rgba(255, 255, 255, 0));
    width: 100%;
    margin: 0;
}
#part1>ul>:nth-child(1){
    /* margin-right: 25px; */
}
#part1>ul>:nth-child(2){
    /* margin-left: 25px; */
}
#part2{
    user-select: none;
    padding-top: 72px;
    text-align: center;
    background-color: #E8F1FC;
    /* height: 530px; */
    position: relative;
    /* top: -630px; */
    width: 101%;
    padding-bottom: 45px;
    min-width: 1400px;
}
#part2Title{
    user-select: none;
    display: inline-block;
    padding-bottom: 34px;
}
#part2>ul{
    list-style: none;
    padding: 0;
    font-size: 27px;
    display: inline-block;
}
#part2>ul>li{
    vertical-align: top;
    display: inline-block;
    padding: 8px;
}
#part2>ul>li>p a{
    padding-top: 16px;
    font-size: 18px;
    color:#333;
}
.circle{
    user-select: none;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    width: 180px;
    height: 180px;
    border: 1px dashed #205195;
    color: #083E89;
    border-radius: 50%;
    padding: 5px;
    vertical-align: top;
}
.circleSon{
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    height: 100%;
    background:#D8E8FF;
    border-radius: 50%;
    line-height: 170px;
}
.circleSon:hover{
    background: #083E89;
    color: white;
}
.circleSon span{
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    /* border: 1px solid red; */
    line-height: 24px;
    color: #083E89;
}
.circleSon:hover span{
    color: white;
}
.circleActive span{
    color: white;
}
#part2Btn a{
    font-size: 16.5px;
    color: white;
    background: #083E89;
    height: 60px;
    line-height: 60px;
    width: 300px;
    cursor: pointer;
    display: inline-block;
}
#part2Btn:hover{
    color: black;
    background:#D6E4F5;
    font-weight: bold;
}
#part3{
    width: 101%;
    user-select: none;
    position: relative;
    /* top: -630px; */
    /* border: 1px solid red; */
    background: url(../images/partThreeBg.jpg) top center no-repeat;
    background-size: 100% 100%;
    height: 870px;
}
#NoticeText::before{
    content:"";
    position: absolute;
    /* top:-570px; */
    background: #15478f;
    width: 100%;
    height: 100%;
    opacity:0.7;
}
#NewsText::before{
    content:"";
    position: absolute;
    /* top:-872px; */
    background: #F0F6FF;
    width: 100%;
    height: 100%;
    opacity:0.7;
}
#NoticeMask,
#NewsMask{
    z-index: 1;
    opacity: 0.7;
}
#NoticeText,
#NewsText{
    /* padding-top: 55px; */
    z-index: 2;
}
#NoticeText{
    background: none;
    color: white;
    width: 50%;
    /* height: 570px; */
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 55px;
}
#NewsText{
    background: none;
    color: black;
    width: 50%;
    /* height: 570px; */
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 55px;
}
#NoticeText>div,
#NewsText>div{
    font-size: 28px;
    position: relative;
    display: block;
    float: right;
    right: 55px;
    width: 640px;
    height: 100%;
    /* border: 1px solid yellow; */
    margin-top: 55px;
}
#NewsText>div{
    /* border: 1px solid red; */
    float: left;
    left: 65px;
}
#NoticeText>div>span a, #NewsText>div>span a{
    float: right;
    font-size: 14px;
    position: relative;
    top: 10px;
    cursor: pointer;
    color: #fff;
}
#NoticeText p{
    cursor: pointer;
    color:#C2CEDF;
    font-size: 18px;
    border-top: 1px solid #385D8F;
    padding-top: 8px;
    padding-bottom: 20px;
}
#NoticeText p span{
    color:#C2CEDF;
}
#NewsText p{
    cursor: pointer;
    color:black;
    font-size: 18px;
    border-top: 1px solid #BBCEE5;
    padding-top: 10px;
    padding-bottom: 18px;
}
#NewsText p a{
    text-decoration:none;
}
#NewsText p span{
    color:black;
}
#NoticeText div>:nth-child(2){
    margin-top: 20px;
}
#NewsText div>:nth-child(2){
    margin-top: 20px;
}
#NewsText div>:nth-child(1) a{
    color: #14468D;
    font-weight: 550;
}
#NoticeText div>:last-child{
    border-bottom: 2px solid #385D8F;
    padding-bottom: 30px;
}
#NewsText div>:last-child{
    border-bottom: 1px solid #BBCEE5;
    padding-bottom: 30px;
}
.noticeTxtTime,
.newsTxtTime{
    font-family: 'Georgia';
}
.newsTxtTime{
    position: relative;
    top: 20px;
    color: #12458D;
}
.noticeTxtTime{
    position: relative;
    top: 20px;
    columns: white;
}
#part4{
    /* border: 1px solid red; */
    overflow: hidden;
    /* height: 900px; */
    user-select: none;
    position: relative;
    /* margin-top: -630px; */
    text-align: center;
    width: 101%;
    padding-top: 52px;
}
#part4Title{
    /* border: 1px solid blue; */
    width: 100%;
    /* position: absolute; */
    top: -1590px;
    /* margin-top: 64px; */
    display: inline-block;
    font-size: 30px;
    margin-bottom: 56px;
}
#part4ImgList{
    /* position: relative; */
    padding-top: 108px;
    width: 100%;
}
#part4ImgList img{
    /* position: relative; */
    cursor: pointer;
    /* width: 900px; */
    width: 46.875%;
    height: 55.5%;
    /* height: 600px; */
    transition: all ease .2s;
    z-index: 1;
}
#part4ImgList img:hover{
    transform: scale(1.05);
    /* z-index: 2; */
    box-shadow: 0 0 20px #2d5faa;
}
#part4ImgList>:nth-child(1){
    z-index: 1;
    float: left;
    /* width: 750px; */
    width: 39.0625%;
    /* height: 520px; */
    height: 48.145%;
}
#part4ImgList>:nth-child(2){
    z-index: 1;
    float: right;
    /* width: 750px; */
    width: 39.0625%;
    /* height: 520px; */
    height: 48.145%;
}
#part4ImgList>:nth-child(3){
    z-index: 1;
    /* margin-top: -700px; */
    margin-top: -36.81%;
}
#part5{
    position: relative;
    background-image: url('../images/footerMask.png');
    background-repeat: no-repeat;
    height: 434px;
    /* margin-top: 290px; */
    text-align: center;
    width: 101%;
    /* margin-top: 220px; */
    min-width: 1400px;
}
#part5Context{
    display: inline-block;
    width: 90%;
    height: 100%;
    min-width: 1400px;
}
#part5Context>div{
    /* border: 1px solid red; */
    display: inline-block;
}
#part5Context>:nth-child(1){
    width: 61%;
    vertical-align: top;
    float: left;
}
#part5Context>:nth-child(2){
    width: 30%;
    /* height: 100%; */
    min-width: 520px;
    padding-top: 60px;
    vertical-align: top;
    float: right;
}
#part5List{
    text-align: left;
    /* padding-left: 70px; */
    padding-top: 54px;
}
#part5List ul{
    margin-right: 74px;
    text-align: left;
    list-style: none;
    padding: 0;
    display: inline-block;
    color: white;
    vertical-align: top;
}
#part5List ul>span{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block
}

#part5List ul>li{
    cursor: pointer;
    color: #959FB4;
    line-height: 30px;
    font-size: 16px;
}
#part5List ul>li a{
    color:#fff;
    opacity:0.5
}
#part5List ul>li:hover a{
    opacity:1;
}
#part5logo{
    user-select: none;
    text-align: left;
}
#part5Logo>img:nth-child(2){
    position: relative;
    left: -58px;
    display: inline-block;
}
#part5Logo>img:nth-child(3){
    position: relative;
    margin-top: 30px;
    left: -50px;
    top: -6px;
    display: inline-block;
}
#part5Logo span{
    /* margin-left: -10px; */
    /* margin-top: 28px; */
    /* margin-bottom: 36px; */
    display: inline-block;
    line-height: 20px;
    /* height: 40px; */
}
.logoText{
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #315E9A;
    left: -34px;
    color: white;
    position: relative;
    width: 220px;
    font-size: 14px;
    /* border: 1px solid red; */
}
.logoText>span{
    font-family: 'Regular';
    font-size: 24px;
}
#email{
    /* padding-left: 34px; */
    text-align: left;
    color:#A5AFC5;
    font-size: 16px;
    line-height: 30px;
    margin-top: 24px;
}
#part6{
    /* display: none; */
    width: 101%;
    position: absolute;
    /* margin-top: 654px; */
    user-select: none;
    position: relative;
    height: 60px;
    background-color: #06306A;
    text-align: center;
}
#part6 p{
    margin:0;
    text-align: center;
}
#part6 a{
    display:inline-block;
    color: #fff;
}
#part6 span{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    /* border: 1px solid red; */
    /* display: block; */
    /* position: absolute; */
    /* top: -796px; */
    /* width: 100%; */
    color: white;
    user-select: none;
    font-size: 14px;
}
#part6Num,
#part6Num2{
    font-family: 'Regular';
}
#part6Num2{
    display: none;
}
#links{
    /* border: 1px solid blue; */
    /* padding-left: 62px; */
    text-align: left;
    width: 100%;
    /* border: 1px solid blue; */
    /* display: flex; */
}
#links img{
    margin-top: 10px;
    /* flex: 1; */
    margin-right: 48px;
    display: inline-block;
    cursor: pointer;
    /* padding-right: 10px; */
    /* width: 30px; */
    /* height: 25px; */
    /* border: 1px solid red; */
    /* transition: all ease .5s; */
}
/* #links img:hover{
    transform: scale(1.2);
} */
#qrCode{
    /* display: none; */
    text-align: left;
    /* border: 1px solid red; */
    height: 80px;
    position: relative;
    left: -28px;
    margin-top: -80px;
    /* display: none; */
}
#qrCode img{
    display: none;
    width: 80px;
    display: inline-block;
    /* display: none; */
    opacity: 0;
}