/*框架*/
.screen{

}
.screenContent {
    height: calc(100% - 80px);
    box-sizing: border-box;
}
.bg1{background: url("../images/bg1.png") no-repeat center center fixed;background-size: cover;}
.bg2{background: url("../images/bg2.png") no-repeat center center fixed;background-size: cover;}
.bg3{background: url("../images/bg3.png") no-repeat center center fixed;background-size: cover;}
.bg4{background: url("../images/bg4.png") no-repeat center center fixed;background-size: cover;}
.bg5{background: url("../images/bg5.png") no-repeat center center fixed;background-size: cover;}
.news,.dynamics,.brand,.special,.media{
    box-sizing: border-box;
    padding: 0 230px;
    margin-top: -30px;
}
.titleEn{
    color: #71A7D3;
}
.media .titleEn{
    color: #D3D3D4;
}
.titleZn{
    color: #004FA4;
}
.media .titleZn{
    color: #FFFFFF;
}
/*第一页*/
/*第一页-轮播图*/
.homeBanner{
    height: calc(100% - 125px);
}
.homeBanner .bannerSlide{
    background-size: 100% 100%;
}

/*第一页-快捷*/
.shortcuts{
    display: flex;
    height: 125px; /* 根据需要设置高度 */
    padding: 0 230px;
    box-sizing: border-box; /* 保持总宽度不变 */
    background: linear-gradient(to right, #014DA6 0%, #014DA6 45%, #44A5F5 45%, #44A5F5 100%);
}
.shortcutsLeft{
    width: 43%;
}
.shortcutsRight{
    width: 57%;
}
.shortcuts a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
}
.shortcuts a::before {
    content: '';
    display: inline-block;
    width: 45px; /* 根据图标实际尺寸调整 */
    height: 45px; /* 根据图标实际尺寸调整 */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 7px;
}
.shortcutsRight a:not(:last-child){
    border-right: 2px dashed  #ffffff;
}
.shortcuts .oa_link::before {
    background-image: url('../images/icon_oa.png');
}
.shortcuts .jdz_link::before {
    background-image: url('../images/icon_jdz.png');
}
.shortcuts .aq_link::before {
    background-image: url('../images/icon_aq.png');
}
.shortcuts .xxjy_link::before {
    background-image: url('../images/icon_xxjy.png');
}
/*第二页*/
.newsMore{
    color: #3E3A39;
}
.titleBox{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.newsMore::after{
    content: '';
    display: inline-block;
    width: 11px;
    height: 19px;
    background-image: url('../images/icon_more.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
    margin-bottom: -2px;
}

.newsBanner{
    width: 680px;
    height: 460px;
    margin: 0;
}
.newsBanner .swiper-slide{
    position: relative;
}
.newsPDate{
    position: absolute;
    top: 0;
    left: 0;
    width: 93px;
    height: 93px;
    background-color: #004FA4;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}
.newsPDate p{
    color: #FFFFFF;
}
.newsPDate p:first-child{
    border-bottom: 1px solid #ffffff;
}
.newsBanner img{
    width: 680px;
    height: 380px;
}
.newPTitle{
    position: absolute;
    height: 80px;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
}
.newPTitle a{
    color: #ffffff;
    width: 65%;
    margin-left: 45px;
}

.new-list{
    width: 690px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-list a{
    display: flex;
    justify-content: space-between;
    color: #3E3A39;
    padding: 35px 0;
    border-bottom: 2px dashed #3E3A39;
}
.new-list a:hover{
    color: #004FA4;
}
.new-list a:first-child{
    padding-top: 0;
}
.new-list a:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.newsDate{
    width: 65px;
}
.newsTitle{
    width: calc(100% - 85px);
}

/*第三页公司动态*/
.dynamicsLeft{
    width: 780px;
    height: 550px;
    background-color: rgb(255, 255, 255, 0.8);
}
.dynamicsImg{
    width: 780px;
    height: 315px;
}
.dynamicsList{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 235px;
    padding: 30px 60px;
    box-sizing: border-box;
}
.dynamicsList a{
    color: #595757;
}
.dynamicsList a:hover,.dynamicsList a:hover span{
    color: #004FA4;
}
.dynamicsDay{
    color: #727171;
}
.dynamicsYear{
    margin-left: 8px;
    color: #898989;
}
.dynamicsTitle{
    margin-left: 20px;
    color: #595757;
}
.dynamicsRight{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dynamicsMtbd,.dynamicsGzcx,.dynamicsRight img{
    width: 585px;
    height: 270px;
}
.dynamicsMore{
    position: absolute;
    bottom: 0;
    height: 48px;
    background-color: rgb(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 75px 0 90px;
    box-sizing: border-box;
    color: #004FA4;
}

.mtbd,.gzcx{
    margin-left: 40px;
}
.mtbd::before,.gzcx::before{
    content: '';
    display: inline-block;
    width: 28px; /* 根据图标实际尺寸调整 */
    height: 28px; /* 根据图标实际尺寸调整 */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-left: -40px;
}
.mtbd::before{
    background-image: url("../images/dynamics/icon_mtbd_blue.png");
}
.gzcx::before{
    background-image: url("../images/dynamics/icon_gzcx_blue.png");
}
.dynamicsMore:hover{
    background-color: rgb(0, 79, 164,0.7);
    color: #ffffff;
}
.dynamicsMore:hover .mtbd::before{
    background-image: url("../images/dynamics/icon_mtbd_white.png");
}
.dynamicsMore:hover .gzcx::before{
    background-image: url("../images/dynamics/icon_gzcx_white.png");
}

/*第四页文化品牌*/

.brandContent{
    width: 530px;
    flex-shrink: 0;
    background-image: url("../images/brand/brand_bg.png");
    padding: 70px 50px;
    box-sizing: border-box;
}
.brandTitle::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../images/brand/zs.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
}
.brandTitle p{
    color: #FEFEFE;
    margin-left: 80px;
}
.brandLine{
    width: 38px;
    height: 3px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-left: 80px;
}
.brandDescription{
    color: #FFFFFF;
    text-indent: 2em;
    line-height: 33px;
    margin-top: 50px;
}
.brandVideo{
    position: relative;
    flex: 1;
}
.brandVideo::before{
    content: "";
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}
.play{
    position: absolute;
    top: 36%;
    left: 42%;
    z-index: 11;
}
.brandVideo.playing::before ,.brandVideo.playing a{
    display: none;
}
.brandVideo video {
    width: 100%;
    height: 100%;
}
.brandMore{
    padding-top: 30px;
    float: right;
    color: #004FA4;
}
.brandMore::after{
    content: '';
    display: inline-block;
    width: 28px;
    height: 25px;
    background-image: url('../images/arrow_blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
}

/*第五页 专题专栏*/
.special .zt{
    width: 435px;
    height: 290px;
    background-size: cover;
}
.zt1{
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%),
            url('../images/special/zt1.png');
}
.zt2{
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%),
            url('../images/special/zt2.png');
}
.zt3{
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%),
            url('../images/special/zt3.png');
}
.specialbuttom{
    position: relative;
    width: 435px;
    height: 70px;
    background-color: #ffffff;
    color: #3E3A39;
    padding-left: 115px;
    padding-right: 40px;
    box-sizing: border-box;
    line-height: 70px;
}
.specialbuttom::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 2px;
    margin-left: 40px;
    background-color: #000000;
    transform: translate(0, -50%);
}
.specialbuttom::after{
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50%;
    right: 0;
    margin-right: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0, -50%);
}
.szkc::after{
    background-image: url("../images/special/icon_szkc_blue.png");
}
.xfll::after{
    background-image: url("../images/special/icon_xfll_blue.png");
}
.ylzs::after{
    background-image: url("../images/special/icon_ylzs_blue.png");
}
.special a:hover .specialbuttom{
    background-color: #004EA2;
    color: #FFFFFF;
}
.special a:hover .zt1{
    background-image: url('../images/special/zt1.png');
}
.special a:hover .zt2{
    background-image: url('../images/special/zt2.png');
}
.special a:hover .zt3{
    background-image: url('../images/special/zt3.png');
}
.special a:hover .szkc::after{
    background-image: url("../images/special/icon_szkc_white.png");
}
.special a:hover .xfll::after{
    background-image: url("../images/special/icon_xfll_white.png");
}
.special a:hover .ylzs::after{
    background-image: url("../images/special/icon_ylzs_white.png");
}
.special a:hover .specialbuttom::before{
    background-color: #ffffff;
}

/*第六页*/
.media-left{
    width: 645px;
    height: 505px;
    background-image: url("../images/media/mediaLeftBg.png");
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mediaQd{
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}
.mediaQd:first-child{
    border-right: 1px solid rgba(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255);
}
.mediaQd:last-child{
    border-left: 1px solid rgba(255, 255, 255);
    border-top: 1px solid rgba(255, 255, 255);
}
.one{
    text-align: center;
}
.one img{
    width: 60px;
    height: 60px;
}
.mediaQd:hover{
    background-color: #004EA2;
}
.mediaQd:hover .one{
    display: none;
}
.two{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.two::before{
    content: "";
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 4px;
}
.wx::before{
    background-image: url("../images/media/wx.png");
}
.sph::before{
    background-image: url("../images/media/sph.png");
}
.xcx::before{
    background-image: url("../images/media/xcx.png");
}
.dy::before{
    background-image: url("../images/media/dy.png");
}
.two p{
    margin-left: 50px;
}
.two .whiteLine{
    width: 38px;
    height: 3px;
    background-color: #ffffff;
    margin: 27px 0;
}
.two img{
    width: 86px;
    height: 86px;
}
.mediaQd:hover .two{
    display: flex;
}

.media-map{
    width: 760px;
    height: 505px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
}
.media-map p{
    position: absolute;
    padding: 30px 60px;
    color: #004EA2;
}
.media-map p::after{
    content: "";
    width: 50px;
    height: 3px;
    margin-top: 20px;
    background: #004EA2;
    position: absolute;
    left: 60px;
    top: 60px;
}

.media-map img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
}



/*swiper 样式重置*/
/*轮播分页器*/
.homeBanner .swiper-pagination-box {
    position: absolute;
    bottom: 7%;
    left: 8%;
    border-radius: 48px;
    display: flex;
    align-items: center;
    background: url("../images/greyT.png") center;
    z-index: 999999;
}
.homeBanner .swiper-page-num {
    width: 55px;
    display: flex;
    align-items: center;
    margin: 0 5px 0 20px;
    color: #ffffff;
}
.homeBanner .swiper-page-num span {
    color: #003794;
}
.homeBanner  .swiper-pagination {
    position: initial;
    height: 18px;
    padding: 15px 0;
    --swiper-pagination-bullet-width:13px;
    --swiper-pagination-bullet-height:13px;
    --swiper-pagination-bullet-inactive-opacity:1;
    --swiper-pagination-bullet-inactive-color:rgba(255,255,255,0.8);
    --swiper-pagination-color:url("../images/blueT.png") no-repeat center;
}
.homeBanner .swiper-pagination span {
    float: left;
    margin: 2px 15px !important;
    /* background: url("../images/whiteT.png") no-repeat center;
     opacity: 1;*/
}
.homeBanner .swiper-pagination .swiper-pagination-bullet-active {
    margin: 0 15px !important;
    border: solid 2px #003593;
}
/*新闻 分页器*/
.newsBanner .swiper-pagination{
    right: 60px;
    left: auto;
    width: auto;
    --swiper-pagination-bottom: 30px;
    --swiper-pagination-bullet-inactive-color:#F7F8F8;
    --swiper-pagination-bullet-width:10px;
    --swiper-pagination-bullet-height:10px;
}


/*fullpage 样式重置*/
.fp-overflow{
    width: 1920px;
    height: 100%;
    overflow: hidden;
}
.section.fp-auto-height {
    min-height: auto;
    width: 1920px;
}
#fp-nav.fp-right {
    right: 4.375rem;
    top: 60%;
}
#fp-nav ul li {
    height: 1.5625rem;
}
#fp-nav ul li a span{
    width: 0.875rem;
    height: 0.875rem;
    border: 0.125rem solid #e6e6e6;
    border-radius: 0.875rem;
    margin: 0;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}
#fp-nav ul li:has(a.active) {
    height: 1.875rem;
    margin-bottom: 1.875rem;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span{
    width: 0.875rem;;
    height: 2.5rem;
    margin: 0;
    border-radius:  0.875rem;
    background: #e6e6e6;
}
#fp-nav ul li:hover a span {
    width: 0.625rem;
    height: 0.625rem;
    background-color: #e6e6e6;
    margin: 0.125rem;
}