@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*英文版--样式*/
/* 头部开始 */
:root{
    --widthEn:74%;
}
.nav-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-item{
    /*height: 56px;*/
    /*line-height: 56px;*/
    border-bottom: none;
}
.nav-item a span img{
    margin-right: 8px;
}
.nav-item .el-dropdown span img{
    margin-right: 8px;
}



@media screen and (min-width: 1260px){
    .header-menu-wrap{
        margin: auto;
        max-width: 1400px;
    }
    .header-menu-wrap{
        width: var(--PCwidth);
        margin: auto;
    }

}

@media screen and (min-width: 1200px) {
    #banner{
        max-width: 1400px;
    }
    .header-content{
        max-width: 1400px;
    }
    .footer-top{
        max-width: 1400px;
    }
    .footer-bootom{
        max-width: 1400px;
        margin: auto;
    }
    .nav-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-item{
        height: 50px;
        line-height: 52px;
        border-bottom: none;
        position: relative;
    }
    /* 定义鼠标滑过时的下划线样式 */
    .header-menu-wrap .listMenu a::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -1px;
        height: 3px;
        opacity: 0;
        background-color: #fff;
        transition: all .5s;
    }

    /* 定义鼠标滑过时下划线的动画效果 */
    .header-menu-wrap .listMenu a:hover::before {
        left: 1%;
        right: 1%;
        opacity: 1;
        transition: all .5s;
    }


    /*  动态添加下划线 */
    /* 定义鼠标滑过时的下划线样式 */
    .header-menu-wrap .listMenu .el-dropdown span::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -1px;
        height: 3px;
        opacity: 0;
        background-color: #fff;
        transition: all .5s;
    }

    /* 定义鼠标滑过时下划线的动画效果 */
    .header-menu-wrap .listMenu .el-dropdown span:hover::before {
        left: 1%;
        right: 1%;
        opacity: 1;
        transition: all .5s;
    }
}
@media screen and (max-width: 1560px) {
    .nav{
        max-width: none;
    }
    :root{
        --widthEn:90%;
    }
    #banner{
        max-width: none;
    }
    .header-content{
        max-width:none;
    }
    .footer-top{
        max-width: none;
    }
    .footer-bootom{
        max-width: none;
    }
    .header-menu-wrap{
        width: var(--PCwidth);
        margin: auto;
    }
}
/* 单词不截断换行 */
.word_break, p{
    word-break: break-word;
}
.header-en{
    width: 100%;
    height: 150px;
    background-color: #004F8C;
    color: #ffffff;
    box-sizing: border-box;
    background-image: url(../images/home-bgTop.png) ;
    background-size: 100% 100%;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 999;*/
}
.header-en a,.header-en span{
    color: #ffffff;
    /*display: block;*/
    position: relative;
    transition: all 0.3s;
    /* height: 100px; */
    font-size: 20px;
    /* font-weight: bold; */
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    display: flex;
    align-items: center;
}
.header-en .header-content{
    width: var(--widthEn);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

/* logo样式 */
.header-en .header-content .header-logo{
    /*width: 410px;*/
    /*max-height: 90px;*/
    /*margin-right: 80px;*/
    margin: 14px auto 0;
    /*height: 94px;*/
    /*line-height: 94px;*/
    height: 85%;
    padding-right: 68px;
}

.header-en .header-content .header-logo a,.header-en .header-content .header-logo img{
    display: inline-block;
    /*width: 100%;*/
    /*height: 100%;*/
    /*min-width: 260px;*/
    height: 80px;
}
/* menu菜单样式 */
.header-en .header-content .header-menu-wrap{
    flex: 1;
}
.header-en .header-content .top{
    width: 70px;
    font-size: 18px;
    /*float: right;*/
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transform: translateY(-25px);
}
.header-en .header-content .top i{
    font-weight: bold;
    margin-top: 4px !important;
}
.header-en .header-content .header-menu-wrap .nav-menu{
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    /*margin-top: 50px;*/
    /*padding-bottom: 20px;*/
    /*flex-wrap: wrap;*/
}
@media screen and (max-width: 1300px){
    :root{
        --widthEn:84%;
    }
    .header-en .header-content .header-menu-wrap .nav-menu{
        margin-top: 0;
    }
}
@media screen and (max-width: 1200px){
    :root{
        --widthEn:84%;
    }

}
.header-en .header-content .header-menu-wrap .nav-menu .el-dropdown{
    font-size: 18px;
}
.header-en .header-content .header-menu-wrap .nav-menu .nav-item{
    /*padding-bottom: 15px;*/
    box-sizing: border-box;
    /*margin-left: 10px;*/

}
.header-en .header-content .header-menu-wrap .nav-menu .nav-item span{
    position: relative;
    white-space: nowrap;
    display: block;
    margin-bottom: 5px;
}
.header-en .header-content .header-menu-wrap .nav-menu .nav-item span:after{
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    bottom: -15px;
}
.header-en .header-content .header-menu-wrap .nav-menu .nav-item img{
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 8px;
}
.header-en .header-content .header-menu-wrap .nav-menu .nav-item .active-menu:after{
    display: block;
}
.header-en .header-content .header-menu-wrap .nav-menu .nav-item:hover span:after{
    display: block;
}
/* 小于1024px--显示头部 */
.touch-header-en-wrap{
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
/* logo样式 */
.touch-header-en-wrap .header-logo{
    /*max-width: 410px;*/
    /*max-height: 90px;*/
    margin-right: 10px;
}
.touch-header-en-wrap .header-logo a,.touch-header-en-wrap .header-logo img{
    display: inline-block;
    width: 100%;
    height: 100%;
    min-width: 160px;
}
.touch-header-en-wrap .header-menu-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.touch-header-en-wrap .header-menu-wrap a{
    font-size: 18px;
    color: #ffffff;
}
.touch-header-en-wrap .header-menu-wrap .header-line{
    background: #CCCCCC;
    margin: 0 22px;
    display: block;
    width: 1px;
    height: 26px;
}
.touch-header-en-wrap .header-menu-wrap i{
    font-size: 20px;
    cursor: pointer;
}
.touch-header-en-wrap .header-menu-wrap img{
    width: 36px;
    height: 36px;
    cursor: pointer;
}
/* 下拉菜单 */
.drawer-section-en{
    display: none;
    width: 100%;
    /*background-color: #004F8C;*/
    background: #1c84d6;
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 0;
}
.drawer-section-en .nav-menu .nav-item{
    border-bottom: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
}
.drawer-section-en .nav-menu .nav-item a{
    color: #fff;
    display: block;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}
.drawer-section-en .nav-item ul{
    display: none;
    /*height: 0;*/
    padding: 0 20px;
}
.drawer-section-en .nav-item .child-ul{
    /*transition: height 2s linear;*/
}
.drawer-section-en .nav-item .child-ul a{
    font-size: 16px;
    padding-left: 2%;
}
.drawer-section-en .nav-item .close-icon{
    display: none;
}
.drawer-section-en .nav-item span{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.drawer-section-en .closetitle {
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: center;
}
.drawer-section-en .closetitle img {
    margin: 0 auto;
    height: 36px;
    width: auto;
}
/* 搜索样式 */
.search-form{
    /*height: 38px;*/
    background-color: #ffffff;
    /*border: 1px solid #333;*/
}
.search-form .input1{
    width: calc(100% - 41px);
    height: 100%;
    /*border: 1px solid #333;*/
    border-right: none;
    padding-left: 10px;
    outline: none;
}
.wrap2{
    /*padding-top: 150px;*/
}
.bnts {
    float: right;
    width: 40px;
    height: 39px;
    background: url(../images/top_pic3.png) no-repeat;
    cursor: pointer;
}
.bnts:hover {
    transition: all 0.3s;
    background: url(../images/top_pic4.png) no-repeat;
}
/* 头部结束 */
/*.prech{*/
    /*width: 100%;*/
    /*height: 150px;*/
/*}*/
/* banner开始 */
#banner{
    /*padding-top: 150px;*/
    position: relative;
    width: var(--widthEn);
    margin: auto;
    height: 450px;
}
.banner-slider{
    width: 100%;
}
#banner li{
    display: flex;
    min-height: 280px;
}
#banner ul li{
    display: flex;
}
#banner ul  .carousel-img{
    flex: 1;
    height: 450px;
}
#banner ul .slider-title{
    display: none;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to top, #000, transparent);
}
#banner ul .right-box{
    width: 19.9%;
    background-color:#FFFFFF;
    /*height: 100%;*/
    padding: 0 16px 0 16px;
    /*box-shadow: inset 0px 0px 20px 4px #d0cdcd;*/
    background-image: url("../images/white.png");
    /* background-size: 100% 100%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#banner ul .right-box h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
#banner ul .right-box span{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#banner .bx-wrapper .bx-pager{
    right: 0;
    width: 19.9%;
    bottom: 6%;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a{
    width: 10px;
    height: 10px;
}
#banner .bx-wrapper .bx-controls-direction a{
    top: 90%;
}
#banner .bx-wrapper .bx-next{
    right: 2%;
}
#banner .bx-wrapper .bx-prev{
    left: 82%;
}
#banner li .banner-info{
    position: absolute;
    top: 50%;
    right: 10%;
    width: 40%;
    background-color:  rgba(0,0,0,0.5);
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
    max-height: 62%;
    overflow: hidden;
}
#banner li .banner-info h3{
    font-size: 28px;
    font-family: Book Antiqua;
    color: #FFFFFF;
    line-height: 42px;
}
#banner li .banner-info p{
    font-size: 18px;
    font-family: Arial;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 1em;
    /*text-align: justify;*/
    -webkit-line-clamp: 6;  /*显示的行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#banner .bx-wrapper img{
    height: 100%;
}
.bx-wrapper .bx-next{
    right: 2%;
}
.bx-wrapper .bx-prev{
    left: 2%;
}
.bx-wrapper .bx-controls-direction a{
    margin-top: 0;
    transform: translateY(-50%);
}
/* banner结束 */
/* 底部样式开始 */
.footer-wrap{
    width: 100%;
    /*height: 320px;*/
    /*background-color: #004F8C;*/
    background: #1c84d6;
    color: #ffffff;
    font-size: 16px;
}
.footer-wrap a,.footer-wrap p{
    color: #ffffff;
}
/* 上面有logo样式 */
.footer-wrap .footer-top{
    width: var(--widthEn);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    box-sizing: border-box;
}
.footer-wrap .footer-top a,.footer-wrap .footer-top img{
    display: inline-block;
    max-width: 370px;
    max-height: 80px;
    margin-right: 10px;
    width: 100%;
}
.footer-wrap .footer-info p{
    line-height: 32px;
}
.footer-wrap .footer-top .footer-info{
    position: relative;
    padding-left: 80px;
}
/* top中间的竖线 */
.footer-wrap .footer-top .footer-info:before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #0074CC;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
/* 底部横线样式 */
.footer-wrap .footer-line{
    width: 100%;
    height: 1px;
    background-color: #0074CC;
}
/* 底部bottom样式 */
.footer-wrap .footer-bootom{
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.footer-wrap .footer-bootom p{
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    color: #FFFFFF;
    line-height: 24px;
}
/* 底部样式结束 */
/* app端-首页center-news开始 */
.center-news-wrap{
    display: none;
}
.center-news-wrap h2{
    font-size: 36px;
    font-family: Arial;
    color: #333333;
    margin: 30px 0;
    text-align: center;
}
.center-news-wrap .center-news{
    display: flex;
    flex-wrap: wrap;
}
.center-news-wrap .center-news a{
    width: 50%;
    padding: 20px;
}
.center-news-wrap .center-news .center-news-item .news-item-title{
    width: 100%;
    padding: 6px 20px;
    background: #CFDCE6;
}
.center-news-wrap .center-news .center-news-item .news-item-title p{
    font-size: 18px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;  /*显示的行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.center-news-wrap .center-news a:nth-of-type(2n){
    padding:  5vw 2.5vw 5vw 5vw;
}
.center-news-wrap .center-news a:nth-of-type(2n+1){
    padding: 5vw 5vw 5vw 2.5vw;
}
.center-news-wrap .center-news a:first-of-type{
    width: 100%;
    padding: 0;
}
.center-news-wrap .center-news a:first-of-type .news-item-title{
    padding: 20px;
}
/* app端-首页center-news结束 */
/* 详情页样式 */
.news_bg{
    padding: 0 10px;
}
.news_bg .con_line{
    border: 1px solid #CFDCE6;
    height: auto;
    line-height: 24px;
    text-align: left;
    padding: 16px;
}
.prenext{
    line-height: 24px;
}
/* 模板页面左侧tab样式 */
.zhuti-title{
    /*border-top-left-radius: 64px;*/
}
.zhuti-box .zhuti-children-title li{
    height: auto !important;
}
.zhuti-box .zhuti-children-title li div{
    /*width: 100%;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.content-width{
    margin: 20px auto;
}
.content-box li{
    margin-bottom: 20px;
}
/*.content-box li .right-cont{*/
    /*!*width: calc(100% - 330px);*!*/
/*}*/
/*.content-box li .right-cont .div1{*/
    /*width: 100%;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
/*}*/
/*.content-box li .right-cont .div2{*/
    /*width: 100%;*/
    /*-webkit-line-clamp: 4;  !*显示的行*!*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
/*}*/
.banner-img-en{
    width: var(--widthEn);
    margin: 0 auto 20px;
}
.banner-img-en img{
    width: 100%;
    height: 100%;
}
a:hover{
    color: #00a1e9 !important;
}
.content-box li:hover p,.content-box li:hover div{
    color: #00a1e9 !important;
}
/*.content-box a p:hover{*/
/*    color: #00a1e9 !important;*/
/*}*/
.header-menu-wrap i:hover{
    color: #00a1e9;
}
/* 首页中心新闻-通知公告模块开始 */
.width_wrap{
    width: var(--widthEn);
    margin: 0 auto;
}
.width_wrap .container-tontzhigonggao{
    width: 100%;
}
/*.zhongxinxinwen .container .container_left{*/
/*    width: 33%;*/
/*    margin: auto;*/
/*}*/
.zhongxinxinwen .container_right{
    /*width: calc(100% - 300px);*/
    width: 100%;
    /*padding-left: 12px;*/
}

.width_wrap .container_left .bx-wrapper .bxslider li{
    /*min-width: 300px;*/
    /*width: auto !important;*/
}
/* 手机端搜索 */
.drawer-search-en{
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 4% 0;
    /*background-color: #004F8C;*/
    background: #1c84d6;
}
.drawer-search-en .search_con{
    width: 92%;
    margin: auto;
}

/*@media screen and (max-width: 1100px){*/
/*    .touch-header-en-wrap .header-logo a, .touch-header-en-wrap .header-logo img{*/
/*        width: 80%;*/
/*    }*/
/*}*/
/* 小于1024px */
@media screen and (max-width: 1024px){
    /*.header-en{*/
    /*    background-image:none;*/
    /*    background-color: #004F8C;*/
    /*}*/
    /*.header-en{*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    z-index: 9999;*/
    /*}*/
    /*.prech{*/
    /*    height: 150px;*/
    /*}*/
    /*.header-en .touch-header-en-wrap{*/
    /*    display: flex;*/
    /*}*/
    /*.header-en .header-content{*/
    /*    display: none;*/
    /*}*/
    /*.drawer-section-en{*/
    /*    display: block;*/
    /*}*/
    /*.footer-wrap .footer-top{*/
    /*    width: 100%;*/
    /*    padding: 22px;*/
    /*}*/

}
/*@media screen and (max-width: 960px) {  */
@media screen and (max-width: 1000px) {
    .nav-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 !important;
    }
    .nav-item{
        /*height: 56px;*/
        /*line-height: 56px;*/
        border-bottom: none;
        width: 100%;

    }
    .header-en{
        background-image:none;
        /*background-color: #004F8C;*/
        background: #1c84d6;
    }
    .header-en{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        height: 100px;
    }
    .prech{
        height: 100px;
    }
    .header-en .touch-header-en-wrap{
        display: flex;
    }
    .header-en .header-content{
        display: none;
    }
    .drawer-section-en{
        display: block;
    }
    .search-form{
        height: 38px;
    }
    .footer-wrap .footer-top{
        width: 100%;
        padding: 0 35px;
    }
}
@media screen and (max-width: 830px) {
    #banner ul .right-box{
        display: none;
    }
    #banner ul .slider-title{
        display: block !important;
    }
    #banner .bx-wrapper .bx-controls-direction{
        display: none !important;
    }
    .nav-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px;
    }
    .nav-item{
        /*height: 56px;*/
        /*line-height: 56px;*/
        border-bottom: none;
        width: 100%;
    }
}
/* 小于640px--手机端样式 */
@media screen and (max-width: 640px){
    #banner .bx-wrapper .bx-pager{
        /*right: 41% !important;*/
        width: auto;
        bottom: 1% !important;
    }

    .nav-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
    }
    .footer-wrap .footer-top a{
        display: inline-block;
        max-width: 370px;
        max-height: 80px;
        margin-right: 10px;
        width: 100%;
        margin: auto !important;
    }
    .nav-item{
        /*height: 56px;*/
        /*line-height: 56px;*/
        border-bottom: none;
        width: 100%;
    }
    .about_x .con_id{
        /*font-size: 16px !important;*/
        font-size: var(--font-size) !important; /* 使用CSS变量 --font-size 来绑定字体大小 */
        padding-bottom: 0px !important;
    }
    .about_x .con_id span,.about_x .con_id p  {
        font-size: inherit !important; /* 使用CSS变量 --font-size 来绑定字体大小 */
    }
    .header-en{
        height: 80px;
        /*background-color: #004F8C;*/
        background: #1c84d6;
    }
    .header-en .touch-header-en-wrap{
        padding: 0 10px;
    }
    .prech{
        height: 80px;
    }
    .touch-header-en-wrap .header-logo a,.touch-header-en-wrap .header-logo img{
        width: 65vw;
    }
    .touch-header-en-wrap .header-menu-wrap img{
        width: 26px;
        height: 26px;
    }
    .touch-header-en-wrap .header-menu-wrap .header-line{
        margin: 0 4px;
    }
    .drawer-section-en{
        top: 80px;
        /*max-height: 40vh;*/
        overflow: auto;
    }
    .drawer-section-en .nav-menu .nav-item a{
        font-size: 16px;
        height: 40px;
    }
    .drawer-section-en .nav-item .child-ul a{
        font-size: 14px;
    }
    .center-news-wrap{
        display: block;
    }
    .content-width{
        margin: 20px auto !important;
    }
    .content-box .box-title{
        height: auto;
        padding: 10px 0;
    }
    .content-box .box-title div{
        line-height: 36px;
        font-size: 18px;
    }
    .content-box li{
        flex-wrap: wrap;
    }

    .zhuti-children-title li{
        width: 96% !important;
    }
    .zhuti-children-title li a{
        line-height: 26px !important;
        font-size: 18px;
        padding: 10px 0 10px 40px;
    }
    .margin-left-lg{
        margin-left: 28px;
    }
    .zhuti-title{
        /*background-image: url("../images/img/lanmu-bg-app.png");*/
        height: 60px !important;
        line-height: 60px !important;
        /*border-top-left-radius: 30px;*/
        font-size: 24px;
        background-color: #1c84d6;
    }
    /* banner样式 */
    #banner{
        width: 100%;
        height: 180px !important;
    }
    #banner ul  .carousel-img{
        flex: 1;
        height: 180px !important;
    }
    #banner li{
        min-height: 0;
    }
    #banner li .banner-info{
        width: 64%;
        left: 0;
        right: 0;
        margin: auto;
    }
    #banner li .banner-info h3{
        line-height: 30px;
        font-size: 20px;
    }
    #banner li .banner-info p{
        line-height: 20px;
        font-size: 14px;
    }
    .banner-img-en{
        width: 90%;
        min-height: 60px;
        margin: 20px auto;
    }
    .banner-img-en img{
        width: 100%;
        height: 100%;
        min-height: 60px;
    }
    .footer-wrap .footer-top{
        flex-wrap: wrap;
        padding: 25px 35px 0;
    }
    .footer-wrap .footer-top .footer-info{
        padding-left: 10px;
        padding-top: 12px;
    }
    .footer-wrap .footer-top .footer-info:before{
        width: 100%;
        height: 1px;
        top: 0;
        margin: 0;
    }
    .footer-wrap .footer-line{
        width: auto;
        margin: 0 22px;
    }
    /* 分页样式 */
    .pages .pagination .page-item{
        padding: 5px 2px;
        margin: 0;
    }
    .pages .pagination .page-item:not(:last-of-type){
        border-right: none;
    }
    /* 首页中心新闻 */
    .zhongxinxinwen_app{
        margin: 0 auto !important;
    }
    .width_wrap{
        width: 100%;
    }
    .width_wrap .container-tontzhigonggao{
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width: 1560px){

    #banner{
        position: relative;
        width: var(--widthEn);
        margin: auto;
        height: 430px;
    }
    #banner ul .carousel-img{
        flex: 1;
        height: 430px;
    }
}

@media screen and (max-width: 1780px){
    .nav{
        max-width: none;
    }
    :root{
        --widthEn:90%;
    }
}
@media screen and (max-width: 1560px) and (min-width: 1300px){
    .right-box{
        width: 23.5% !important;
        /* background-color: #fafafa; */
        background-image: url("../images/white.png");
        /* background-size: 100% 100%; */
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        /* height: 400px; */
        padding: 0 16px 0 16px;
        /*box-shadow: inset 0px 0px 20px 4px #d0cdcd;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #banner .bx-wrapper .bx-pager{
        width: 23.5% !important;
    }
    #banner{
        width:100% !important;
        /*margin: auto;*/
        /*height: 450px;*/
    }
}
@media screen and (max-width: 1300px){
    .flag{
        display: none !important;
    }
    .right-box{
        width: 29.3% !important;
        /* background-color: #fafafa; */
        background-image: url("../images/white.png");
        /* background-size: 100% 100%; */
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        /* height: 400px; */
        padding: 0 16px 0 16px;
        /*box-shadow: inset 0px 0px 20px 4px #d0cdcd;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #banner .bx-wrapper .bx-pager{
        /*width: 29.3% !important;*/
    }
    #banner{
        position: relative;
        width: var(--widthEn);
        margin: auto;
        height: 360px;
    }
    #banner ul .carousel-img{
        flex: 1;
        height: 360px;
    }
    :root{
        --PCwidth:100%;
    }
    .zhongxinxinwen{
        padding: 15px 0 0;
    }
    .tongzhigonggao{
        padding: 0 0 15px;
    }
    .main_part_3{
        padding: 0 48px;
    }
    .main_part_3_img{
        padding: 0 48px;
    }
    .footer_part_1 .container{
        padding: 0 48px;
    }
    .nav{
        padding: 0 48px;
    }
    .header-v1 .top-main .logo1{
        padding: 0 48px;
    }
    .footer-wrap .footer-bootom{
        padding: 20px 48px;
    }
    .nav-menu{
        padding: 5px 0px;
    }
    #banner{
        width: 100%;
    }
}

@media screen and (max-width: 1024px){
    .header-menu-wrap{
        margin: auto;
        max-width: 1400px;
        display: none;
    }
    .zhongxinxinwen{
        padding: 0;
    }
    .tongzhigonggao{
        padding: 0;
    }
    .main_part_3{
        padding: 0 40px;
    }
    .main_part_3_img{
        padding: 0 40px;
    }
    .footer_part_1 .container{
        padding: 0 40px;
    }
    .nav{
        padding: 0 40px;
    }
    .header-v1 .top-main .logo1{
        padding: 0 40px;
    }
    .nav-menu{
        padding: 0 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .nav-item{
        /*height: 56px;*/
        /*line-height: 56px;*/
        border-bottom: none;
        width: 100%;
    }
}

@media  screen and (max-width: 1100px) {
    #banner ul .right-box{
        display: none ;
    }
}
@media  screen and (max-width: 1600px) and (min-width: 1300px) {
    #banner .bx-wrapper .bx-prev{
        left: 78% !important;
    }
    /*#banner .bx-wrapper .bx-pager{*/
    /*    right: 9.5% !important;*/
    /*}*/
}
@media  screen and (max-width: 1300px) and (min-width: 1080px) {
    #banner .bx-wrapper .bx-prev{
        left: 73% !important;
    }
    /*#banner .bx-wrapper .bx-pager{*/
    /*    right: 12% !important;*/
    /*}*/
}
@media screen and (min-width: 1100px) and (max-width: 1300px){
    #banner .bx-wrapper .bx-pager{
        right: 0;
        width: 29.3% !important;
        /* width: 15%; */
        bottom: 6%;
    }
}
@media screen and (min-width: 300px) and (max-width: 1100px){
    #banner .bx-wrapper .bx-pager{
        width: 100% !important
    }
}

