
@font-face {
  font-family: 'MyCustomFont';
  src: url('zt/阿里巴巴普惠体H.ttf');
  font-weight: normal;
  font-style: normal;
}
 
body {
  font-family: 'MyCustomFont';
}
.pcshow{display: block;}
.ydshow{display: none;}
.topbox{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 10px solid #001646;
    padding: 10px;
}
.jtz-nav{
    display: flex;
    align-items: center;
    gap:80px;
    font-size: 18px;
}
.navbox{
    display: flex;
    gap:40px;
}
.navbox a:hover{
    color: #004592;
}
.enbox{
    background: #00589d;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 50px;
    color: #fff;
}
.enbox:hover{
    color: #fff;
}
.search-box{
    display: flex;
    align-items: center;
    gap:20px;
}
.search-box input{
    background: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    box-shadow: 0px 0px 13px 0px #696969;
    padding-left: 20px;
}
.bannerbox img{
    width: 100%;
}
.zhui-title{
    line-height: 60px;
    font-style: 24px;
    color: #051634;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.zhui-jjie{
    margin-bottom: 40px;
    overflow: hidden;
}
.jianjiebox{
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    text-indent: 34px;
    padding: 0 29px;    
}
.zqu-shezhi a{
    position: relative;
    float: left;
    width: 33.33%;
    margin-top: 30px;
}
.zqu-shezhi a:nth-child(1),
.zqu-shezhi a:nth-child(2),
.zqu-shezhi a:nth-child(3){
    margin-top: 0;
}
.zqu-shezhi a:hover span{
    color: #0c6bae;
}
.zqu-shezhi a span{
    position: absolute;
    right: 80px;
    bottom: 20px;
    background: #f2faf9;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 80px;
    line-height: 24px;
}
.zqu-shezhi a img{
    width: 84%;
}
.canz-danw{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    flex-wrap: wrap;
    height: 580px;
    overflow-y: auto;
}
.canz-danw a{
    float: left;
    width: 23%;
    border: 1px solid #61828a;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
} 
.canz-danw a img{
    border-radius: 20px;
}
.footerbox{
    background: #004592;
    margin-top: 60px;
}
.guyan-zhanhui{
    border-bottom: 1px solid  #2272ca;
    color: #fff;
    text-align: center;
    line-height: 90px;
}
.guyan-zhanhui a{
    padding: 0 40px;
    position: relative;
}
.guyan-zhanhui a:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #2272ca;
    right: 0;
    bottom: 0;
}
.guyan-zhanhui a:hover{
    text-decoration: underline;
}
.zhuban-danw{
    height: 120px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap:60px;
}
.beianhao{
    height: 80px;
}
.shangz-denglu{
    position: fixed;
    right: 0;
    top: 45%;
    width: 140px;
    z-index: 102;
}
/*index2*/
.indexbox2 .search-box input{
    width: 100px;
}
.indexbox2 .search-box{
    gap:4px;
}
.indexbox2 .search-box img{
    width: 80%;
}
.indexbox2 .bannerbox{
    position: relative;
}
.gonggaobox{
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    gap:4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5,93,181,.8);
}
.gg-left{
    width: 250px;
    height: 60px;
    background: rgba(0,23,73,.33);
    color: #7dfffd;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap:15px;
    padding-left: 30px;
}
.gg-left img{
    width: 30px;
}
.gg-right{
    width: 750px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 23, 73, .33);
    color: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-lunb{
    background: url("../images/bg01.jpg") no-repeat;
    background-size: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
}
.main1050{
    width: 1200px;
    margin: 0 auto;
}
.left-lunb .swiper-slide{
    /*background: url("../images/banerbg.png") no-repeat;*/
    width: 1050px;
    width: 1020px;
    /*height: 370px;*/
    background-size: 100%; 
}
.zhanlanhui{
    /*position: absolute;
    width: 470px;
    right: 0;
    top: 20px;
    padding-right: 30px;*/
}
.zhanlanhui h3{
    color: #003369;
    text-align: right;
    font-size: 24px;
}
.zhanlanhui p{
    font-size: 17px;
    color: #666;
    line-height: 23px;
    text-indent: 40px;
    margin-top: 25px;
}
.indexbox2 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.indexbox2 .swiper-pagination-bullet-active{
    color: #003369;
    background:#003369;
}
.zhanhui-xinwen{
    display: flex;
}
.zhanhui-xinwen .zhanh-left{
    width: 720px;
    box-shadow: 0px 0px 9px 0px rgba(31,39,112,.4);
    padding:20px;
}
.zhanh-box{
    padding: 0 10px 20px 20px;
}
.zhanh-left a{
    font-size: 17px;
    color: #003369;
    display: block;
    margin-bottom:17px;
}
.zhanh-left a p{
    color: #666;
    font-size: 14px;
    margin-top: 7px;
}
.zhanh-left a:last-child{
    margin-bottom: 0;
}
.zhanh-left a p span{
    margin-right: 40px;
}
.indexbox2 .zhui-title{
    padding-left: 65px;
    margin-top: 20px;
    margin-bottom: 0;
}
.xians-list{
    margin-top: 0;
}
.indexbox2 .zhui-title a{
    float: right;
    font-size: 18px;
    font-weight: normal;
    color: #00215d;
}
.indexbox2 .zhui-title a:hover{
    text-decoration: underline !important;
}
.xinwentu{
    width: 460px;
}
.indexbox2 .zhui-jjie{
    margin-bottom: 10px;
}
.xians-zhanlan{
    border:1px dashed #3e5689;
    overflow: hidden;
    padding: 20px 0;
    width: 1180px;
    margin: 0 auto;
}
.xians-zhanlan li{
    float: left;
    width: 20%;
    text-align: center;
}
.xians-zhanlan li a img{
    width: 32%;
    margin: 0 auto;
}
.xians-zhanlan li a:hover p{
    background: #003369;
    color: #fff;
}
.xians-zhanlan li a h3{
    font-size: 24px;
    color: #003369;
    font-weight: normal;
    line-height: 70px;
}
.xians-zhanlan li a p{
    width: 80px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto 10px;
    box-shadow: 0px 0px 9px 0px rgba(31, 39, 112, .4);
}
.xians-list{
    padding-bottom: 10px;
    overflow: hidden;
}
.xians-list p{
    width: 50%;
    padding: 1%;
    float: left;
    height: 80px;
}
.xians-list a{
    height: 52px;
    line-height: 52px;
    text-align: center;
    padding: 0 20px 0 40px;
    background: #00d4e1;
    display: block;
    border-radius: 10px;
    margin: 10px 1%;
    display: flex;
    justify-content: space-between;
}
.xians-list p:nth-child(3) a,
.xians-list p:nth-child(4) a{
    background: #00b9e1;
}
.xians-list p:nth-child(5) a,
.xians-list p:nth-child(6) a{
    background: #009fe1;
}
.xians-list p:nth-child(7) a,
.xians-list p:nth-child(8) a{
    background: #007ab7;
}
.xians-list p:hover{
    padding:1% 0;
}
.xians-list p{
    position: relative;
}
.xians-list p:hover a{
    color: #273f72;
    background: #fff;
    border:1px dashed #02b5dd;
    line-height: 60px;
    height: 60px;
}
.xians-list p:hover:before{
    cursor: pointer;
    position: absolute;
    content: "查看详情";
    font-size: 24px;
    color: #273f72;
    top: 40px;
    right: 45px;
}
.xians-list{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.tb-xiem{
    display: flex;
    align-items: center;
    gap:20px;
}
.tb-xiem a img{
    width: 80%;
}
.matop{
    margin-top: 50px;
}
.zhong-yw{
    display: flex;
    width: 100px;background: #fff;border-radius: 50px;
    box-shadow: 0px 0px 13px 0px rgba(105,105,105,.6);
}
.zhong-yw .enbox{
    height: 36px;
    line-height: 36px;
    width: 50px;    
    padding: 0;
    text-align: center;
    display: block;
}
.zhong-yw a{
    display: block;
    text-align: center;
    width: 50%;
    height: 36px;
    line-height: 36px;
}
.zhong-yw a:focus{
    color: #fff;
}
/*news*/
.daojishibox{
    display: flex;
    align-items: center;
}
.djsbg{
    background: url(djsbg.jpg) no-repeat;
    width: 70px;
    height: 55px;
    background-size: 70px 55px;
    margin: 0 8px;
    font-size: 49px;
    letter-spacing: 6px;
    text-align: center;
    padding-left: 4px;
    color: #084778;
}
.logoendtime{
    display: flex;
    gap:10px;
}
.videotext{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.videotext video{
    width: 57%;
}
.zhanlanhui{
    width: 40%;
}
.indexbox2 .swiper-horizontal>.swiper-pagination-bullets,.indexbox2 .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 40%;
    left: 0;
    text-align: right;
    bottom: 0;
}
.xszlbg{
    background: url(xszlbg.jpg) no-repeat left;
}
.indexbox2 .search-box{
    display: none;
}
.indexbox2 .navbox a{
    display: block;
}
.indexbox2 .jtz-nav{
    width: 1400px;
    justify-content: space-between;
}
.indexbox2 .swiper-button-next:after, .indexbox2 .swiper-rtl .swiper-button-prev:after, .indexbox2 .swiper-button-prev:after, .indexbox2 .swiper-rtl .swiper-button-next:after{
    color: rgba(0,0,0,.2);
}
/*移动*/
@media (max-width: 768px) {
    .videotext{padding: 4vw;flex-wrap: wrap;}
    .pcshow{display: none;}
    .ydshow{display: block;}
    .main{width: 100%;}
    .ydnav .toplog{
        display: flex;
        align-items: center;
        padding:10px 15px;
        border-bottom: 2px solid #ddd;
        justify-content: space-between;
    }
    .ydnav .toplog img.log{
        width: 90%;
    }
    .search{
        margin-right: 15px;
    }
    .search img{
        max-width: max-content;
    }
    .ydnavbox{position: absolute;background: #fff;top: 0;right: 0;left: 0;bottom: 0;display: none;z-index: 105;}
    .closebtn{width: 60px;height: 60px;background: #2272ca;text-align: center;line-height: 40px;position: absolute;right: 0;top:0}
    .navbox{display: block;padding-top: 60px;}
    .navbox a{display: block;width: 100%;line-height: 60px;padding-left: 20px;border-bottom:1px solid rgba(225, 225, 225, 1);font-size: 5vw;}
    .zhui-title{text-align: center;font-size: 5vw;}
    .jianjiebox{display: block;
        padding: 0 4vw;
        font-size: 4vw;}
    .jianjiebox img{display: none;}
    .zhui-jjie{margin-bottom: 5vw;}
    .zqu-shezhi a{width: 50%;display: flex;align-items: center;justify-content: center;}
    .zqu-shezhi a:nth-child(1),
    .zqu-shezhi a:nth-child(2),
    .zqu-shezhi a:nth-child(3),.zqu-shezhi a{
        margin-top: 3vw;
    }
    .zqu-shezhi{padding: 0 4vw;}
    .zqu-shezhi a span{
    right: 30px;
    bottom: 10px;}
    .zqu-shezhi a img{width: 92%;}
    .canz-danw{gap:4vw;}
    .guyan-zhanhui{overflow-y: hidden;}
    .canz-danw a{width: 28%;height: 28vw;border-radius: 2vw;}
    .guyan-zhanhui a{padding: 0 3vw;overflow-y: hidden;}
    .zhuban-danw{
        display: block;
        height: auto;
        line-height: 7vw;
        padding: 4vw;}
    .shangz-denglu{width: 7vw;}
    .shangz-denglu img{margin-bottom: 2vw;}
    .gg-left{width: 100%;height: 6vw;}
    .gonggaobox{height: 7vw;font-size: 3vw;}
    .gg-left,.gg-right{width: 50%;height: 7vw;padding: 1vw;}
    .gg-left{width: 40%;gap: 7px;}
    .gg-right{width: 60%;}
    .gg-left img{width: 20px;}
    .left-lunb .swiper-slide{width: 100%;height: 93vw;background-size: 100% 100%;}
    .main1050{width: 100%;}
    .zhanlanhui{width: 100%;padding-right: 0;}
    .zhanlanhui h3{font-size: 5vw;line-height: 6.6vw;padding-left: 9vw;}
    .zhanlanhui p{font-size: 3.2vw;line-height: 5vw;margin-top: 3vw;}
    .indexbox2 .zhui-title{padding: 0 4vw;text-align: left;}
    .zhanhui-xinwen{display: block;}
    .zhanhui-xinwen .zhanh-left{width: 100%;}
    .xinwentu{display: none;}
    .xians-zhanlan{width: 100%;}
    .xians-zhanlan li{width: 33.333%;margin-bottom: 4vw;}
    .xians-zhanlan li a h3{font-size: 4.5vw;line-height: 12vw;}
    .xians-zhanlan{padding-bottom: 0;}
    .xians-list a{padding: 0 20px 0 4vw;font-size:3.4vw;height: 15vw;line-height: 15vw;}
    .xians-list p:hover:before{display: none;}
    .matop{margin-top: 0;}
    .tb-xiem{flex-wrap: wrap;}
    .tb-xiem a{
        width: 30%;
        padding: 2px;
        display: flex;
        justify-content: center;}
    .left-lunb{padding-top: 20px;background: none;}
    .indexbox2 .zhui-title a{font-size: 3.4vw;}
    .videotext video{width: 100%;margin-top: 2vw;}
    .indexbox2 .swiper-horizontal>.swiper-pagination-bullets, .indexbox2 .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%;text-align: center;}
    .djsbg{width: 10vw;
    height: 8vw;
    background-size: 10vw 8vw;
    margin: 0 8px;
    font-size: 49px;
    letter-spacing: 3px;
    text-align: center;
    padding-left: 4px;
    color: #084778;
    font-size: 7vw;}
    .logoendtime img{width: 30vw;}
    .nvaicon img{width: 7vw;}
    .indexbox2 .zhui-title{margin-top: 2vw;}

    .indexbox2 .swiper-button-next:after,.indexbox2 .swiper-rtl .swiper-button-prev:after,
    .indexbox2 .swiper-button-prev:after,.indexbox2 .swiper-rtl .swiper-button-next:after{font-size: 20px;margin-top: -19px;color: rgba(0,0,0,.2);font-weight: bold;}
    .indexbox2 .videotext img{height: 54vw;}
    .indexbox2 .left-lunb .swiper-slide{height: auto;}
}