html,body,div,h1,h2,h3,h4,h5,h6,p,img,ul,li,input,span,a,i{ padding: 0;margin: 0; }
html{ font-family: "microsoft yahei", "HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial",sans-serif; }
img{ border: none; vertical-align: top;}
a{ text-decoration: none; }
input,textarea,button{ outline: none;-webkit-appearance: none; }
textarea{ resize: none; overflow: hidden; }
li{ list-style: none; }
.headerBar{
    text-align: center;
}
body{
    min-width: 1300px;
    /*background-image: url("../img/bodyBg.png");*/
    background: #dcedff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.headerBar{
    background-color: #ffffff;
}
.headerBar ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.titleBar{
    color: #000000;
    font-size: 13px;
    line-height: 36px;
    width: 3%;
    min-width: 60px;
    padding: 0 15px;
    position: relative;
}
.titleBar:after{
    display: inline-block;
    content: "";
    height: 15px;
    border-right: 1px solid #A3A3A3;
    position: absolute;
    right: -0%;
    top: 9px;

}
.banner{
    width: 100%;
}
.main{
    width: 65%;
    margin: 0 auto;
}
.navBox{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 45px;
}
.navItem{
    width: calc(20% - 25px);
    height: 220px;
    background-color: #B3D7FF;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 8px;

}
.navItem img{
    width: 77px;
    padding-top: 55px;
    padding-bottom: 18px;

}
.navItem div{
    line-height: 40px;
    font-size: 22px;
}
.navItem:hover{
    background-color: #2279DC;
    color: #ffffff;
}
.navItem:hover img{
    width: 87px;
}

.journalism{
    display: flex;
    align-items: flex-start;
}

.lead{
    margin-top: 45px;
    align-items: center;
    position: relative;
    background-color: #B3D7FF;
    border-radius: 10px;
    padding-bottom: 20px;
    border: 1px solid #2279DC;
}
.leadTitle text{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    background-color: #2279DC;
    padding: 2px 20px ;
    border-radius: 9px 5px 5px 5px;
}
.leadText{
    font-size: 16px;
    border-left: none;
    height: 78px;
    line-height: 35px;
    text-indent: 2rem;
    padding: 9px 1rem 0 1rem;

}
.leadImg{
    position: absolute;
    right: 10px;
    width: 30px;
    bottom: 10px;
}





.journalism{
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*lunbo*/
.journalismSwiper{
    width: 48%;
    /*background-color:#4D4D4D ;*/
    height: 370px;
    margin-right: 5%;
}
.swiper-container{
    width: 100%;
    height: 370px;
    position: relative;
}
.swiper-wrapper{
    width: 100%;

}
.swiper-slide img{
    width: 100%;
    height: 370px;
}
.pagination{
    position: absolute;
    bottom: 10px;
    right:30px;
}
.swiper-pagination-switch{
    background-color: #C6C6C6;
    color: #131313;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    margin: 0 5px;

}
.swiper-active-switch{
    background-color: #1E65E8;
    color: #ffffff;
}
/*政策*/
.journalismRight{
    width: 45%;
}
.journalismItem{
    padding-bottom: 20px;
}
.journalismTitle{
    font-size: 25px;
    color: #FF2B30;
    font-weight: bold;
}
.journalismText{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 40px;
}

.information{
    margin-top: 35px;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.inforBox{
    width: 45%;
    margin-bottom: 40px;
}
.condition{
    margin-bottom: 0;
}
.inforHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.inforTitleLeft{
    position: relative;
}
.bottomImg{
    position: relative;
}

.inforTitleRight{
    color: #2B4F76;
    font-size: 16px;
}
.infoCont{
    padding-top: 20px;
}
.inforItem{
    line-height: 35px;
    font-size: 13px;
    color: #3C3C3C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemRight{
    font-size: 12px;
    color: #7B7B7B;
}
/**/
.titleItem{
    line-height: 60px;
    background-image: url("../img/title_line_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

/*空军指南*/
.forceBox{
    display: flex;
    justify-content: space-around;
}
.forceLeft,.forceRight{
    width: 47%;
}
.forceLeftTitle,.forceRightTitle{
    margin-bottom: 25px;
}
.forceLeftTitle img{
    width: 100%;
}
.forceRightTitle{
    background-image: url("../img/examProcess.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 65px;
    color: #ffffff;
    padding-left: 40px;
    font-size: 20px;
}
.forceLeft ul{
    background-color: #B3D7FF;
    padding: 0 20px;
    border-radius: 10px;
}
.forceLeft ul li{
    padding: 20px 0;
    border-bottom: 1px solid #7FB2EB;
    color: #1B5CA7;
}
.forceLeft ul li:nth-last-of-type(1){
    border: none;
}
.forceLeft ul li text{
    color: #1B5CA7;
    font-size: 18px;
    font-weight: bold;
}

.forceRightUl{
    width: 96%;
    left: 4%;
    counter-increment:nums 0;
    position: relative;
}
.forceRightUl:before{
    display: inline-block;
    width: 3px;
    content: "";
    border-left: 1px solid #1B5CA7;
    position: absolute;
    height: calc(100% - 100px);
    top: 50px;
    left: 1px;
}
.forceRightItem{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.forceRightItem:before{
    /*counter-increment:nums;*/
    content: counter(nums) ;
    counter-increment: nums;
    display: block;
    width: 26px;
    line-height: 20px;
    text-align: center;
    border: 5px solid #99C9FF;
    background-color:#2279DC ;
    position: relative;
    top:calc(50% - 15px);
    right: 13px;
    border-radius: 50%;
    color: #ffffff;
}
.liTriangle{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 18px solid #B3D7FF;
    border-bottom: 10px solid transparent;
}
.forceRigh{
    background-color: #B3D7FF;
    border-radius: 10px;
    height: 92px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px 0 40px;
    justify-content: space-between;
}
.forceRigh .timeName text{
    color: #1B5CA7;
    font-size: 20px;
    display: inline-block;
    padding-right: 15px;
    font-weight: bold;
}
.forceRigh .timeName{
    color: #1B5CA7;
    font-size: 20px;
}
/*海军指南*/
.zhinan img{
    width: 100%;
}
.PLANavy{
    display: flex;
    background-color: #B3D7FF;
    border-radius: 10px;
    margin-top: 30px;
}
.navyItem{
    color: #1B5CA7;
    font-size: 16px;
    width: 25%;
    padding: 20px;
    border-right: 1px solid #7FB2EB;
}
.navyItem:nth-last-of-type(1){
    border: none;
}
.navyItem text{
    color: #1B5CA7;
    font-weight: bold;
}
.navyItem .texts{
    min-height: 187px;
}
.navyItem .showNavy{
    color: #EC3E10;
    font-size: 18px;
    text-align: right;
}
.navyTimeBox{
    display: flex;
    align-items: center;
    height: 85px;
    background-color: #B3D7FF;
    border-radius: 10px;
    margin-top: 30px;
    justify-content: space-between;
    padding-left: 10px;
}
.navyTime{
    color: #1B5CA7;
    font-size: 17px;
}
.navyTime text{
    color: #1B5CA7;
    font-weight: bold;
}
.navyLine{
    width: 60px;
    background-color: #7BB5F7;
    position: relative;
    height: 1px;
    margin: 0 10px;
}
.navyLine:before{
    display: inline-block;
    position: absolute;
    left: 0;
    content: "";
    width: 4px;
    height: 4px;
    top: -1.5px;
    border-radius: 50%;
    background-color: #7BB5F7;
}
.navyLine:after{
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1.5px;
    border-radius: 50%;
    background-color: #1B5CA7;
}










.footer{
    margin-top: 50px;
    text-align: center;
    padding: 35px 0;
    background-image: url("../img/footers.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.QRCodeLine{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.QRCode{

    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
}
.QrCodeCenter{
    margin: 0 60px;
}
.QRCode img{
    width: 80px;
    height: 80px;
}

.footerLine{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
