<script language=javascript src="/tz.js"></script>.mobile{width: 100%;position:relative;height: 60px;display: none;top:0;right: 0;z-index: 99;background-color: #821a23;}
.mobile-inner-header{
    width:100%;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    }
.mobile-inner-header-icon{
    color: #ffffff; height: 40px;font-size:25px;text-align: center;
    float:right;width: 40px;position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon:hover{  cursor: pointer;}
.mobile-inner-header-icon span{
    position: absolute; left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #fff;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{
    color: #fff;
    height: 60px;
    float:right;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    text-align: right;
    }
.mobile-inner-header-icon-click{margin-top: 8px;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: none;}
.mobile-inner-header-icon.iconfont{font-size: 30px;line-height: 60px;text-align: center;font-weight: bold;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}
@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}



@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}
@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav{background: #6f000e;width: 100%;position: absolute;top: 60px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 14px;
    border-bottom: solid 1px #224a75;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s;color:#fff; }
.mobile-inner-nav a:hover{color:#fff;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;letter-spacing: 1px}
.mobile-inner-nav li strong{position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; color: #fff;
    opacity: 0.8;
    font-weight: normal;}
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
.mobile_search .search input {
    position: absolute;
    height: 34px;
    line-height: 34px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}
.mobile_search .search input.notxt {
    padding: 0 0 0 7px;
    font-size: 14px;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(219,219,219,0.2);font-size: 13px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 20px 0;border-bottom:solid 1px #224a75;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#fff;margin-left:45px;border:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url('/img/serBtn.png') no-repeat center center;border:none;}
.mobile-link{float: left;padding-left: 10px;}
.mobile-link a{color:#f3f3f3;margin:0 5px;height: 60px;line-height: 60px;font-size: 15px;}
.mobile-link02{margin:0 20px;}
.mobile-inner-nav .mobile-link02 a {width: auto;float: left;margin:0 7px;}
.mobile-inner-nav a, .mobile_search {
    border-bottom-color: rgba(255,255,255,0.3);
}
.toplink {
    /* margin-bottom: 20px; */
    margin: 10px 20px 20px;
}
.toplink a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ffffff;
    width: 23%;
    transition: .3s;
    font-size: 14px;
    color: #ffffff;
}

.eclip {
    height: 19px;
    overflow: hidden;
    line-height: 19px;
    display: block;
}
@media screen and (min-width: 1921px){
    .homea-b .aright:before {
        width: 180%;
    }
}
@media screen and (max-width: 1650px){
    .gp-nav1 > ul > li > a {
        display: block;
        padding: 0 15px;
        color: #fff;
    }
    .logo-nav {
        margin: 0 30px 0 30px;
    }
}
@media screen and (max-width: 1450px){
    .gp-logo1 a img {
        height: 90px;
    }
    .gp-logo1 {
        margin-top: 25px;
        transition: padding 0.3s ease-in-out;
    }
    .gp-nav1 > ul > li > a {
        display: block;
        padding: 0 11px;
        color: #fff;
    }
    .xxjj_01 {
        background: url(/img/csbg2.png) top 55% right 2% no-repeat;
        background-size: 45%;
        padding: 50px 0;
    }
    .addjz .text {
        width: 45%;
        float: right;
        margin-right: 3%;
        text-align: justify;
        margin-bottom: 60px;
    }
    .addxg {
        background-size: cover;
        height: auto;
        overflow: hidden;
    }
    .xxjj_04 img {
        top: 35%;
    }
    .addxg2 {
        height: auto;
        background-size: cover;
        overflow: hidden;
    }
    .addjz2 .text {
        margin-right: 3%;
        margin-bottom: 60px;
    }
    .foot-link .ewm {
        bottom: 45px;
        width: 150px;
    }
    .ewm img{
        width:100%;
    }
    .wal {
        width: 90%;
    }
}

@media screen and (max-width: 1200px){
    .banner {
        height: auto;
    }
    .banner .flexslider .slides li a {
        position: relative;
        height: auto;
    }
    .flexslider .slides img {
        width: 100%;
        display: block!IMPORTANT;
        height: auto;
    }
    video {
        position: absolute;
        left: 50%;
        top: 0;
        min-height: 765px;
        min-width: 100%;
        transform: translate(-50%, 0%);
        object-fit: cover!important;
        display: none;
    }
}
@media screen and (max-width: 1600px) {



    .homeg .aleft {
        padding-left: 5%
    }

    .homeg .aleft .con {
        width: 100%
    }

    .homeg .aright .con {
        width: 100%
    }

    .homeg .aright {
        padding-right: 5%
    }

    .homec .tzggList .item .txt {
        line-height: 32px;
    }

    .homed .aleft .dslide .txt p,
    .homed .aright .jsList .txt p,
    .homee .aright .slide .txt p,
    .homea-b .aleft .topSlides .txt p,
    .homee .aleft ul li h4,
    .homea-b .aright .txtNews li h4,
    .homea-b .aright .picNews .txt p {
        line-height: 32px/9;
    }

    .header .sub-nav .sub-nav-h a {
        padding: 8px 5px;
    }

    .homea-a .icoList .swiper-slide a {
        height: 130px;
    }

    .homea-a .icoList .swiper-slide:hover a {
        /*transform: translateY(-.1px);*/
        height: 140px;
        margin-top: -.1px;
    }

    .homea-b .aright:before {
        width: 1200px;
    }

    /* .homeg .aleft-con .ula li .pic{height: 5.25px;} */
    .bg-mask .pic .a {
        background-size: auto 100%;
    }

    .homee .aright .slide .pic,
    .homee .aright .slide .txt h4 {
        margin-bottom: 20px;
    }

    .homee .aright .slide .sbtn {
        margin-top: 15px;
    }

    .homee .aright .slide .slide-box {
        padding: 44px 20px;
    }

    .homeg .aleft-top ul li .img1 {
        top: 60px;
    }

    .homeg .aleft-top ul li .img2 {
        top: 60px;
    }

    .homeg .aleft-top ul li .img3 {
        top: 60px;
    }

}
@media screen and (max-width: 1420px) {
    .logo-nav {
        margin: 0 7px 0 5px;
    }
    .gp-nav-horizontal .gp-subNav {
        width: 110%;
    }
    .gp-nav-horizontal .gp-subNav {
        left: -5%;
    }
    .till-slides {
        bottom: 20px;
        left: 8%;
    }
    .till-slides h3 {
        font-size: 26px;
        margin-bottom: 1px;
    }
    #gooey-v {
        bottom: -85px;
    }
    .newleft-part-img {
        height: 460px;
    }
    .content_news-part {
        max-height: 220px;
    }
    .newspart-img {
        height: 220px;
    }
    .special-activity-content-item {
        height: 185px;
    }
    .special-activity-content-item:nth-child(3) {
        height: 390px;
    }
    .newspart-img2 {
        width: 100%;
        height: 205px;
        overflow: hidden;
        transition: 0.3s;
    }
}
@media screen and (max-width: 1366px) {
    .homea-b .aleft .con{
        max-width: 670px;
    }
    /* .homeg .aright-top {
        height: 16em;
        padding: .4px .4px .6px;
    } */
    .homed .aright:after {
        width: 15px;
    }

    .homeg .aleft-con .ula li .pic {
        /* height: 5.5px; */
        height: 440px;
    }
    .homeg .aright-top{height: 235px;}

    /* .homeg .aleft-con .ula li .pic{height: 4.9px;} */
    .homeg .aright-con {
        margin-bottom: 30px;
    }

    .homeg .aright-top {
        height: 347px;
    }

    .bg-mask .pic .a {
        background-size: auto 100%;
    }

    .index-row2 .b-item {
        width: 52vw;
        margin-left: -25vw;
    }

    .homed .aleft:after {
        width: 760px;
    }

    /* .homea-b .aleft .sbtn{bottom: 1.15px;} */
    .homea-b .aright {
        padding: 40px 0 30px 30px;
        width: 46%;
    }

    .homea-b .aright .ctit {
        margin-bottom: 30px;
    }
    .index-row2 .scrobox .more{
        bottom: 90px;
    }
    .gp-logo1 {
        margin-top: 30px;
        transition: padding 0.3s ease-in-out;
    }
    .gp-nav1 > ul > li > a {
        display: block;
        padding: 0 8px;
        color: #fff;
    }
}
@media screen and (max-width: 1300px) {
    .newleft-part-img {
        height: 440px;
    }
    .content_news-part {
        max-height: 210px;
    }
    .newspart-img {
        height: 210px;
    }
    .special-activity-content-item {
        height: 170px;
    }
    .special-activity-content-item:nth-child(3) {
        height: 360px;
    }
    .section5 {
        height: auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1281px) {
    .homeg .aleft-con .ula li .pic {
        height: 440px;
    }
    .homeg .aright-top {
        height: 235px;
    }
    .homea-b .aleft .con{max-width: 670px;}
    .homed .aleft .dslide{max-width: 560px;}
    .homed .aleft:after {
        /* width: 6.4px; */
        background-size: 100% 100%;
    }
    .newspart-img2 {
        width: 100%;
        height: 200px;
        overflow: hidden;
        transition: 0.3s;
    }
}

@media screen and (max-width: 1220px) {
    .gp-nav1 > ul > li > a {
        display: block;
        padding: 0 5px;
        color: #fff;
    }
    .gp-logo1 a img {
        height: 80px;
    }
}
@media screen and (max-width: 1200px) {
    .homeg .aleft-top ul li .img1 {
        top: 45px;
    }

    .homeg .aright-con li img {
        height: 290px;
    }

    .homeg .aleft-top ul li .img2 {
        top: 45px;
    }

    .homeg .aleft-top ul li .img3 {
        top: 45px;
    }

    .homeg .aleft-con .ula li .pic {
        /* height: 4.9px; */
        height: 365px;
    }
    .homeg .aright-top li{height: 125px;}
    .homeg .aright-con{min-height: auto;}

    .homea-b .aleft .topSlides {
        transform: translateX(0);
    }

    .homea-b .aleft .sbtn {
        bottom: 30px
    }
    .newleft-part-img {
        height: 420px;
    }
    .content_news-part {
        max-height: 200px;
    }
    .newspart-img {
        height: 200px;
    }
    .special-activity-content-item {
        height: 155px;
    }
    .special-activity-content-item:nth-child(3) {
        height: 330px;
    }
    .newspart-img2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: 0.3s;
    }
}
@media screen and (max-width: 1120px) {
    .logo-nav {
        margin: 0 7px 0 0;
    }
    .gp-logo1 a img {
        height: 70px;
    }
}
@media screen and (max-width: 1100px) {
    .newleft-part-img {
        height: 390px;
    }
    .content_news-part {
        max-height: 185px;
    }
    .newspart-img {
        height: 185px;
    }
    .special-activity-content-item {
        height: 140px;
    }
    .special-activity-content-item:nth-child(3) {
        height: 300px;
    }
}
@media screen and (max-width: 1070px) {
    .banner {
        height: auto;
        padding-top: 60px;
    }
    .nav-box {
        display: none;
    }
    .gp-logo1 a img {
        display: none;
    }
    .gp-logo1 {
        margin-top: 20px;
    }
    #gooey-v {
        display: none;
    }
    .till-slides {
        display: none;
    }
    .mobile {
        display: block;
    }
    .logo-nav {
        margin:0 auto;
    }
}
@media screen and (max-width: 1080px) {
    .homef .txt {
        font-size: 24px
    }

    .homea-a .icoList .swiper-slide:hover a {
        transform: translateY(0);
    }

    .homeg .aright-con {
        padding: 40px;
        min-height: 263px;
        margin-bottom: 25px;
    }

    .homeg .aright-top {
        padding: 40px;
        /*min-height: 1.88px;*/
        height: 255px;
    }

    /* .homeg .aleft-con .ula li .pic {
        height: 3.1px;
    } */

    .homeg .aright-top li {
        height: 130px;
    }

    .homeg .aleft,
    .homeg .aright {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .homee .aleft {
        width: 100%;
    }

    .homee .aright {
        width: 100%;
    }

    .homee:before {
        width: 100%;
    }

    .homeg .aleft-con .ula li .pic {
        /* height: 3.6px; */
        height: 440px;
    }

    .homeg .aright-con li img {
        height: auto;
    }
    .index-row2 .scrobox .more{bottom: 65px;}
    .banner-dt .block{
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .in-tit {
        margin-bottom: 35px
    }

    .homea-b .aleft {
        width: 100%
    }

    .homea-b .aright {
        width: 100%;
        padding: 50px 5%
    }

    .homea-b .aright:before {
        width: 100%;
    }

    .homea-b .aleft .con {
        padding-right: 0;
    }

    .homea-b .aleft .sbtn {
        right: 50%;
        transform: translateX(50%);
    }

    .homea-b:before {
        bottom: 70%
    }

    .homed .aleft {
        width: 100%
    }

    .homed .aright {
        width: 100%;
        padding: 50px 5% 200px 5%;
    }

    .homed .aleft:after {
        bottom: 0
    }

    .homed .aright .jsList {
        padding-top: 0
    }

    .homee:before {
        width: 100%
    }

    .homee .aleft {
        width: 100%;
        padding: 55px 0
    }

    .homee .aright {
        width: 100%;
        padding-top: 0
    }

    .homee .aright .slide {
        width: 43%
    }

    .calendar-content {
        padding: 30px 15px
    }

    .homee .aright .calendar {
        width: 57%
    }

    .homee .aright .slide .slide-box {
        padding: 40px 25px
    }

    .homef .txt {
        top: 80px
    }

    .homef .gallery-top .swiper-slide {
        height: 60vw
    }

    .homef .gallery-thumbs .swiper-slide {
        height: 1px
    }

    .homef .gallery-thumbs {
        bottom: 30px
    }

    .homef .gallery-top .swiper-slide a i {
        font-size: 60px
    }

    .homef .gallery-thumbs .swiper-slide i {
        font-size: 30px
    }

    .homef .txt span {
        display: block;
        white-space: nowrap
    }

    .homeg .aleft {
        width: 100%;
        padding: 50px 5%
    }

    .homeg .aleft-con ul li .txt {
        padding: 0 5%
    }

    .homeg .aright {
        width: 100%;
        padding: 50px 5%
    }

    .homeg .aright .con {
        max-width: inherit;
    }

    .homeg .aright-con li img {
        margin: 0 auto;
    }

    .homeg .aright-top li {
        height: 145px
    }

    .proScro .item {
        height: 60vh;
    }

    .index-row2 .b-item {
        display: none;
    }
    .newleft-part-img {
        height: 380px;
    }
    .content_news-part {
        max-height: 180px;
    }
    .newspart-img {
        height: 180px;
    }
    .xxjj_01 {
        background-size: 50%;
        padding: 50px 0;
        background: none;
    }
    .addjz .text {
        width: 90%;
        float: none;
        margin: 0 auto;
        text-align: justify;
        margin-bottom: 60px;
    }
    .addxg {
        height: auto;
        overflow: hidden;
        background: url(/img/sk.png)right center no-repeat;
        background-size: cover;
    }
    .xxjj_01 p {
        width: 100%;
        text-align: justify;
        overflow: hidden;
    }
    .xxjj_04 img {
        display: none;
    }
    .xxjj_04 {
        margin-top: 0;
    }
    .xxjj_04_t .fl {
        width: 100%;
        margin-top: 55px;
        padding: 30px 0;
        margin-bottom: 50px;
    }
    .addjz2 {
        padding-top: 70px;
    }
    .addxg2 {
        background: url(/img/sk2.png)center right no-repeat;
        margin-top: 20px;
        background-size: cover;
    }
    .addjz2 .text {
        margin-right: 3%;
        margin: 0 auto;
        margin-bottom: 60px;
        float: none;
        width: 90%;
    }
    .wal {
        width: 90%;
        display: none;
    }
    .header {
        padding-bottom: 10px;
    }
}

@media screen and (max-width:890px) {
    /* .homeg .aleft-top ul li{position: relative;} */
    .homeg .aleft-top ul li .img1 {
        position: absolute;
        top: 120px;
        left: 13%;
        z-index: 10;
        /* display: none; */
        opacity: 0;
        z-index: -5;
        width: 127px;
        height: auto;
        transition: all .8s;
        -webkit-transition: all .8s;
        transform: rotate(90deg);
        z-index: 30;
    }

    .homeg .aleft-top ul li .img2 {
        position: absolute;
        top: 120px;
        left: 41%;
        z-index: 10;
        /* display: none; */
        opacity: 0;
        z-index: -5;
        width: 127px;
        height: auto;
        transition: all .8s;
        -webkit-transition: all .8s;
        transform: rotate(90deg);
        z-index: 30;
    }

    .homeg .aleft-top ul li .img3 {
        position: absolute;
        top: 120px;
        left: 70%;
        z-index: 10;
        /* display: none; */
        opacity: 0;
        z-index: -5;
        width: 127px;
        height: auto;
        transition: all .8s;
        -webkit-transition: all .8s;
        transform: rotate(90deg); z-index: 30;
    }
}
@media screen and (max-width: 780px) {
    .homea {
        padding-top: 160px;
    }

    .homea-a {
        bottom: -120px;
        right: 0;
        z-index: 10
    }

    .homeg .aleft {
        padding: 0 5%;
        margin-top: 20px;
    }

    .homeg .aright {
        padding: 0 5%;
        margin-bottom: 20px;
    }

    .homeg .aright-top {
        height: 16em;
    }
    .homeg .aleft-con .ula li .pic {
        height: 5.9px;
    }
    .proScro .item .pic img {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -.4px;
        margin-top: -.4px;
    }
    .index-row2 .scrobox .more{right: 50%;margin-right: -.24px;padding: 0 .2px 0 .15px;}
    .special-activity-content-item {
        width: 100%;
        height: 310px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 310px;
        border-radius: unset;
    }
    .newleft {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .newleft-part-img {
        height: auto;
    }
    .newright {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .content_news-part {
        width:100%;
        height: auto;
        max-height: unset;
    }
    .newspart-img {
        height: auto;
    }
    .flex-direction-nav {
        display: none;
    }
    .sli {
        width: 98%;
        margin: 0;
        margin-top: 15px;
        margin-bottom: 35px;
        float: none;
    }
    .homea {
        padding-top: 70px;
    }
    .footer-left {
        display: none;
    }
    .footer-right {
        width: 70%;
        float: none;
        margin: 0 auto;
        margin-top: 30px;
    }
    .friendly-link{
        display: none;
    }
    .jsxg{
        display: block!important;
    }
    .banner .flexslider .slides li a:after {
        display: none;
    }
    .xxjj_01 {
        background: none;
    }
    .bannerpos .localtion{
        display: none;
    }
    .listconrc-newszw img {
        display: block!important;
        margin: 0 auto!important;
        width: 90%!important;
        height: auto!important;
    }
    .newleft .txt p:after {
        content: '';
        border-bottom: 4px solid #81ef7e;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 10%;
    }
    .newleft .txt p {
        line-height: 24px;
        max-height: 24px;
        height: 24px;
        font-size: 15px;
        overflow: hidden;
        width: 90%;
        margin: auto;
        text-align: justify;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
    }
}
@media screen and (max-width:730px) {
    .special-activity-content-item {
        width: 100%;
        height: 295px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 295px;
        border-radius: unset;
    }
}
@media screen and (max-width:680px) {
    /* .homeg .aleft-top ul li{position: relative;} */
    .homeg .aleft-top ul li .img1 {
        left: 11.5%;
    }

    .homeg .aleft-top ul li .img2 {
        left: 40%;
    }

    .homeg .aleft-top ul li .img3 {

        left: 69%;
    }
    .special-activity-content-item {
        width: 100%;
        height: 280px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 280px;
        border-radius: unset;
    }
    .special-activity-content-item-title {
        font-size: 17px;
    }
}
@media screen and (max-width: 640px) {
    .in-tit span {
        font-size: 30px
    }

    .homea-a .icoList .swiper-slide a {
        height: 1px
    }

    .homea-b:before {
        display: none
    }

    .homea-b .in-tit {
        text-align: left;
        justify-content: space-between;
    }

    .homec .in-tit {
        text-align: left;
        justify-content: space-between;
    }

    .homea-b .aleft .topnews .topSlide {
        width: 100%;
        margin-top: 25px
    }

    .homea-b .aleft .topnews .topSlide h4 {
        font-size: 20px
    }

    .homea-b .aleft .con {
        background: transparent
    }

    .homea-b .aleft .topnews {
        padding: 0 0 20px
    }

    .homea-b .aleft .topSlides .pic {
        height: 55vw
    }

    .homea-b .aleft .topSlides .txt {
        padding: 0 5% 20px
    }

    .homea-b .aright .picNews {
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px dashed #7a48a2;
    }

    .homea-b .aright .picNews .txt h4 {
        margin-bottom: 15px
    }

    .homea-b .aright .picNews .pic {
        height: 50vw
    }

    .homea-b .aright .txtNews li:first-child {
        border-top: 1px dashed #2c076a;
        padding-top: 20px
    }

    .homea-b .aright .txtNews {
        width: 100%
    }

    .homed .aleft .dslide .pic {
        height: 50vw
    }

    .homed .aright:after {
        width: 100%
    }

    .homed .aright {
        padding: 50px 0 200px 0;
    }

    .homee .aright .slide {
        width: 100%
    }

    .homee .aright .calendar {
        width: 100%
    }

    .homee .aright .slide .pic {
        height: 45vw
    }

    .homee .aright .slide .sbtn {
        justify-content: center;
    }

    .homef .gallery-thumbs {
        position: static;
        transform: none;
        margin-top: 20px;
        margin-bottom: 30px
    }

    .homef .txt:after {
        width: .5px;
        right: -.5px
    }

    .homef .txt:before {
        width: 50px;
        left: -.5px
    }

    .homef .txt {
        top: 30px
    }

    .homef .gallery-top .swiper-slide a i {
        top: 60%;
    }

    .homeg .aleft-top {
        padding: 35px 3%;
    }

    .homeg .aleft-top ul li a .icon-left1 {
        display: none
    }

    .homeg .aleft-con .ula {
        width: 100%;
        margin-bottom: 20px
    }

    .homeg .aleft-con .ulb {
        width: 100%
    }

    .homeg .aleft-con .ulb li {
        height: auto;
        margin-bottom: 20px
    }

    .homeg .aleft-con .ulb li .pic {
        height: 38vw
    }

    .homeg .aleft-top ul li a {
        padding: 0 5%;
        text-align: center;
        display: block;
    }

    .homeg .aright .con {
        padding: 0 0 40px
    }
    .special-activity-content-item {
        width: 100%;
        height: 270px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 270px;
        border-radius: unset;
    }
}
@media screen and (max-width:600px) {
    .special-activity-content-item {
        width: 100%;
        height: 260px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 260px;
        border-radius: unset;
    }
}
@media screen and (max-width:570px) {
    .special-activity-content-item {
        width: 100%;
        height: 250px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 250px;
        border-radius: unset;
    }
}
@media screen and (max-width:520px) {
    .special-activity-content-item {
        width: 100%;
        height: 235px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 235px;
        border-radius: unset;
    }
}
@media screen and (max-width:480px) {
    /* .homeg .aleft-top ul li{position: relative;} */
    .homeg .aleft-top ul li .img1 {
        left: 5%;
    }

    .homeg .aleft-top ul li .img2 {
        left: 36%;
    }

    .homeg .aleft-top ul li .img3 {

        left: 68%;
    }
    .perv-next-button-wrap {
        position: absolute;
        top: -10px;
        right: 10px;
        width: 100px;
    }
    .special-activity-content-item {
        width: 100%;
        height: 225px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 225px;
        border-radius: unset;
    }
    .footer-right {
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-top: 30px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 60px;
        height: auto;
        overflow: hidden;
    }
    .homea {
        padding-top: 35px;
    }
    .in-tit span {
        font-size: 25px;
    }
    .tadd {
        width: 35px;
        height: 40px;
    }
    .homea-b .aleft .topSlides .txt {
        padding: 0 10px;
    }
    .tshd {
        margin-top: 45px;
    }
    .section3 {
        padding-bottom: 35px;
    }
    .special-activity-content-item {
        margin-bottom: 35px;
    }
    .tadd2 {
        width: 35px;
        height: 40px;
    }
    .tzgg {
        margin-top: 44px;
    }
    .section2 {
        padding-bottom: 45px;
    }
    .homea-b .aleft .con {
        padding-bottom: 75px;
    }
    .hdjy {
        margin-top: 45px;
    }
    .content_news-part {
        margin-top: 15px;
    }
    .friendly-link {
        margin-top: 45px;
    }
    .section4 {
        padding-bottom: 33px;
    }
}
@media screen and (max-width: 420px) {
    .homeg .aleft-con .ula li .pic{height: 5px;}
    .special-activity-content-item {
        width: 100%;
        height: 210px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 210px;
        border-radius: unset;
    }
    .xxjj_01 p.p1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 360px) {
    .homea-a .icoList .swiper-slide a {
        font-size: 18px
    }

    .homef .txt {
        font-size: 20px
    }

    .homeg .aleft-top {
        padding: 35px 1%;
    }

    .homeg .aright-con {
        width: 100%;
        background: #013192 url(../img/arightcon.jpg) no-repeat right top;
        background-size: cover;
        padding: 55px 70px 40px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .homeg .aright-con li {
        width: 100%;
        /* width: 1.75px; */
        text-align: center;
    }
    .homeg .aleft-con .ula li .pic{height: 4.4px;}
    .special-activity-content-item {
        width: 100%;
        height: 190px;
        border-radius: unset!important;
    }
    .special-activity-content-item:nth-child(3) {
        width: 100%;
        height: 190px;
        border-radius: unset;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1750px) {
    .message {
        width: 100%;
        padding: 0 0 0.5rem 0;
    }
}
@media only screen and (max-width: 1366px) {
    .banner .bannerpos .localtion {
        padding: 0;
    }
    .ny1440 {
        padding: 0;
    }
    .ny .nyle {
        top: -1.17rem;
    }
    .message .conA p,
    .message .conA {
        line-height: 0.32rem;
    }
    .history_table .histableitem .item {
        padding: 0.1rem 0.05rem;
    }
    .newslist .newslistitem {
        padding: 0.4rem;
    }
    .newslist .newslistitem .newslistitem_pic {
        width: 3.2rem;
        height: 2.09rem;
    }
    .newslist .newslistitem .newslistitem_des {
        width: calc(100% - 3.1rem);
    }
    .newslist .newslistitem .newslistitem_des .txt p {
        line-height: 0.28rem;
        max-height: 1.08rem;
        font-size: 0.15rem;
    }
    .nylemenu .left-nav li > a {
        padding: 0 0.2rem 0 0.3rem;
    }
    .nylemenu .left-nav .sub_con a {
        padding-left: 0.5rem;
        line-height: 0.44rem;
    }
}
@media only screen and (max-width: 1360px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1080px) {
    .ny .nyle {
        top: -1.17rem;
        width: 2.52rem !important;
    }
    .ny .nyrt {
        width: calc(100% - 2.8rem) !important;
    }
    .newslist .newslistitem {
        padding: 0.3rem 0.2rem 0.3rem 0.3rem;
        margin-bottom: 0.3rem;
    }
    .newslist .newslistitem .newslistitem_pic{
        width: 2rem;
        height: 1.31rem;
        top: 0.33rem;
    }
    .newslist .newslistitem .newslistitem_pic img {
        width: 2rem;
        height: 1.31rem;
    }
    .newslist .newslistitem .newslistitem_des {
        width: calc(100% - 2rem);
    }
    .newslist .newslistitem .newslistitem_des .date {
        width: 0.5rem;
        text-align: justify;
    }
    .newslist .newslistitem .newslistitem_des .txt::before {
        display: none;
    }
    .newslist .newslistitem .newslistitem_des .date p {
        font-size: 0.18rem;
    }
    .newslist .newslistitem .newslistitem_des .txt {
        padding-left: 0px;
        position: relative;
        width: calc(100% - 0.7rem);
    }
    .newslist .newslistitem .newslistitem_des .date strong {
        font-size: 0.22rem;
    }
    .newslist .newslistitem {
        background-size: cover;
    }
    .newslist .newslistitem:nth-child(2n) {
        background-size: cover;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
    .mobmenu {
        width: 100%;
        height: 0.5rem;
        background: url(/images/nyfltitlebg.png) no-repeat center bottom;
        background-size: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        font-size: 0.2rem;
        position: relative;
        padding: 0 0.2rem;
    }
    .mobmenu em {
        position: absolute;
        left: 0;
        top: 0px;
        color: #fff;
        opacity: 0.05;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 0.6rem;
        transform: skew(-10deg, -5deg);
    }
    .mobmenu i {
        font-size: 0.3rem;
    }
    .leftMenu {
        background: #fff;
        left: -1000px;
        top: 0.5rem;
        display: block;
        height: 100%;
        width: 68%;
        min-width: 1.4rem;
        max-width: 4.4rem;
        z-index: 90002;
        transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        position: fixed;
        overflow: auto;
        box-sizing: border-box;
        padding: 0.1rem;
    }
    .leftMenu ul {
        list-style: none;
        padding: 0;
    }
    .leftMenu ul li {
        position: relative;
        padding: 0.15rem 0 0.15rem 0.2rem;
    }
    .leftMenu ul li a {
        text-decoration: none;
        display: block;
        font-size: 0.18rem;
    }
    .leftMenu ul li.hasChild > a:after {
        content: "+";
        position: absolute;
        right: 0.2rem;
        top: 0.08rem;
        font-size: 0.24rem;
        font-weight: 300;
    }
    .leftMenu ul li.hasChild.open > a:after {
        content: "-";
        right: 0.23rem;
        font-size: 0.28rem;
        top: 0.07rem;
    }
    .leftMenu .f2,
    .leftMenu .f3 {
        height: 0;
        padding-left: 0.2rem;
        overflow: hidden;
        position: relative;
        transition: height 0.4s ease;
        -moz-transition: height 0.4s ease;
        -webkit-transition: height 0.4s ease;
        -o-transition: height 0.4s ease;
    }
    .leftMenu.menu-open {
        left: 0;
    }
}
@media only screen and (max-width: 960px) {
    .mobmenu {
        margin: 0;
    }
    .ny .nyle {
        width: 100% !important;
        top: 0;
        padding: 0.3rem 0;
        margin-bottom: 0;
    }
    .ny .nyrt {
        width: 100% !important;
    }
    .nylemenu .left-nav {
        display: none;
    }
    .nylemenu .nyletitle {
        display: none;
    }
    .nylemenu .sub-nav-p-s {
        display: flex;
        background: url(/img/66.png) no-repeat 0 0;
        width: 100%;
        height: 50px;
        background-size: 100%;
        align-items: center;
        color: #fff;
        font-size: 20px;
        position: relative;
        padding: 0 20px;
    }
    .nylemenu .nyletitle p {
        font-size: 20px;
        color: #eef2fb;
    }
    .ny .nyle::before,
    .ny .nyle::after {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .mobmenu {
        width: 100%;
        height: 0.5rem;
        background: url(/images/nyfltitlebg.png) no-repeat center bottom;
        background-size: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        font-size: 0.2rem;
        position: relative;
        padding: 0 0.2rem;
    }
    .mobmenu em {
        position: absolute;
        left: 0;
        top: 0px;
        color: #fff;
        opacity: 0.05;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 0.6rem;
        transform: skew(-10deg, -5deg);
    }
    .mobmenu i {
        font-size: 0.3rem;
    }
    .leftMenu {
        background: #fff;
        left: -10rem;
        top: 0.5rem;
        display: block;
        height: 100%;
        width: 68%;
        min-width: 1.4rem;
        max-width: 4.4rem;
        z-index: 90002;
        transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        position: fixed;
        overflow: auto;
        box-sizing: border-box;
        padding: 0.1rem;
    }
    .leftMenu ul {
        list-style: none;
        padding: 0;
    }
    .leftMenu ul li {
        position: relative;
        padding: 0.15rem 0 0.15rem 0.2rem;
    }
    .leftMenu ul li a {
        text-decoration: none;
        display: block;
        font-size: 0.18rem;
    }
    .leftMenu ul li.hasChild > a:after {
        content: "+";
        position: absolute;
        right: 0.2rem;
        top: 0.08rem;
        font-size: 0.24rem;
        font-weight: 300;
    }
    .leftMenu ul li.hasChild.open > a:after {
        content: "-";
        right: 0.23rem;
        font-size: 0.28rem;
        top: 0.07rem;
    }
    .leftMenu .f2,
    .leftMenu .f3 {
        height: 0;
        padding-left: 0.2rem;
        overflow: hidden;
        position: relative;
        transition: height 0.4s ease;
        -moz-transition: height 0.4s ease;
        -webkit-transition: height 0.4s ease;
        -o-transition: height 0.4s ease;
    }
    .leftMenu.menu-open {
        left: 0;
    }
    .nyrttitle {
        font-size: 0.26rem;
        padding-bottom: 0.1rem;
    }
    .ny .nyle {
        width: 100% !important;
        top: 0;
        padding: 0.3rem 0;
        margin-bottom: 0;
    }
    .ny .nyrt {
        width: 100% !important;
        padding: 0.2rem 0;
    }
    .nylemenu {
        width: 100%;
    }
    .nylemenu .nyletitle {
        display: none;
    }
    .nylemenu .sub-nav-p-s {
        display: flex;
        margin: 0;
    }
    .nylemenu .left-nav {
        display: none;
    }
    .nylemenu .left-nav li {
        padding: 0.2rem 0;
    }
    .nylemenu .left-nav li > a {
        padding: 0 0.2rem;
    }
    .nylemenu .left-nav .sub_con a {
        padding-left: 0.35rem;
    }
    .banner .bannerpos .localtion {
        justify-content: flex-start;
        font-size: 0.14rem;
    }
    .newslist .newslistitem .newslistitem_des .txt h3 {
        font-size: 0.17rem;
        margin-bottom: 0.2rem;
        color: #000;
        font-weight: normal;
        max-height: 68px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .newslist .newslistitem {
        padding: 0.2rem;
        margin-bottom: 0.3rem;
    }
    .newslist .newslistitem .newslistitem_pic {
        width: 100%;
        height: auto;
        position: static;
        margin-bottom: 0.1rem;
    }
    .newslist .newslistitem .newslistitem_pic img {
        width: 100%;
        height: 2.16rem;
    }
    .newslist .newslistitem .newslistitem_des {
        width: 100%;
    }
    .newslist .newslistitem .newslistitem_des .date {
        width: 100%;
        text-align: justify;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0.1rem;
    }
    .newslist .newslistitem .newslistitem_des .date h3 {
        font-size: 0.18rem !important;
        margin-bottom: 0.1rem;
    }
    .newslist .newslistitem .newslistitem_des .date p,
    .newslist .newslistitem .newslistitem_des .date strong {
        font-size: 0.18rem !important;
        padding-right: 0.05rem;
        margin-top: 0;
    }
    .newslist .newslistitem .newslistitem_des .date .newsico {
        display: none !important;
    }
    .newslist .newslistitem .newslistitem_des .txt {
        padding-left: 0px;
        position: relative;
        width: 100%;
    }
    .newslist .newslistitem .newslistitem_des .txt:before {
        display: none;
    }
    .newslist .newslistitem:nth-child(2n) {
        background: url(/images/newslistbg.png) no-repeat left top;
        justify-content: flex-start;
    }
    .newslist .newslistitem:nth-child(2n) .newslistitem_pic {
        order: 1;
        right: 0;
        left: auto;
    }
    .newslist .newslistitem:nth-child(2n) .newslistitem_des {
        order: 2;
    }
}
@media screen and (max-width: 1440px) {
    .piclist ul .piclistitem02 .piclistitem_pic,
    .piclist ul .piclistitem02::before {
        height: 1.64rem;
    }
}

@media screen and (max-width: 1200px) {
    .piclist ul .piclistitem02 .piclistitem_pic,
    .piclist ul .piclistitem02::before {
        height: 1.48rem;
    }

}
@media screen and (max-width: 1080px) {
    .piclist ul .piclistitem .piclistitem_pic,
    .piclist ul .piclistitem::before {
        height: 1.8rem;
    }
    .piclist ul .piclistitem02 .piclistitem_pic,
    .piclist ul .piclistitem02::before {
        height: 1.19rem;
    }
}
@media screen and (max-width: 960px) {
    .piclist ul .piclistitem02 .piclistitem_pic,
    .piclist ul .piclistitem02::before {
        height: 1.45rem;
    }
}

@media screen and (max-width: 768px) {
    .piclist ul::after {
        content: "";
        width: 48%;
    }
    .piclist ul .piclistitem {
        width: 48%;
    }
    .piclist ul .piclistitem::before {
        height: 2.3rem;
    }
    .piclist ul .piclistitem .piclistitem_pic {
        height: 2.3rem;
    }
    .piclist ul .piclistitem02 {
        width: 48%;
    }
    .piclist ul .piclistitem02::before {
        height: 1.76rem;
    }
    .piclist ul .piclistitem02 .piclistitem_pic {
        height: 1.76rem;
    }
}


@media screen and (max-width: 480px) {
    .piclist ul::after {
        content: "";
        width: 100%;
    }
    .piclist ul .piclistitem {
        width: 100%;
    }
    .piclist ul .piclistitem::before {
        height: 2.8rem;
    }
    .piclist ul .piclistitem .piclistitem_pic {
        height: 2.8rem;
    }
    .piclist ul .piclistitem .piclistitem_pic img {
        object-fit: cover;
    }
    .piclist ul .piclistitem02 {
        width: 100%;
    }
    .piclist ul .piclistitem02::before {
        height: 2.5rem;
    }
    .piclist ul .piclistitem02 .piclistitem_pic {
        height: 2.5rem;
    }
    .piclist ul .piclistitem02 .piclistitem_pic img {
        object-fit: cover;
    }
}
@media screen and (max-width: 320px) {
    .piclist ul .piclistitem::before {
        height: 2rem;
    }
    .piclist ul .piclistitem .piclistitem_pic {
        height: 2rem;
    }
    .piclist ul .piclistitem02::before {
        height: 2rem;
    }
    .piclist ul .piclistitem02 .piclistitem_pic {
        height: 2rem;
    }
}

@media only screen and (max-width: 1366px) {
    .academic_item .acade_item {
        width: 48%;
        margin-bottom: .3rem;
    }
    .academic_item .acade_item::after {
        width: 80%;
    }
    .academic_item .acade_item .acade_right .acade_end .end_txt {
        width: 50%;
    }
    .culturelist .cultureitem {
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width: 1080px) {
    .academic_item .acade_item {
        width: 100%;
        margin-bottom: .3rem;
    }
    .academic_item .acade_item::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0;
        background: url(/img/setting.png) no-repeat right bottom;
        background-size: cover;
        width: 85%;
        height: 100%;
        z-index: -1;
    }
    /* .academic_item .acade_item .acade_left {
        width: 2.47rem;
        height: 3.22rem;
    } */

    .academic_item .acade_item .acade_right {
        /* width: calc(100% - 2rem); */
        padding: .3rem .3rem .2rem .3rem;
    }
}

@media only screen and (max-width: 768px) {
    .academic_item .acade_item {
        width: 100%;
        margin-bottom: .3rem;
    }
    /* .academic_item .acade_item::after {
        width: 70%;
    } */
    .academic_item .acade_item .acade_right {
        padding: .3rem .3rem .2rem .3rem;
    }
    .academic_item .acade_item .acade_right .acade_txt {
        font-size: .16rem;
    }
    .academic_item .acade_item .acade_right .acade_end {
        padding-top: .7rem;
    }
    .academic_item .acade_item .acade_right .acade_end .end_txt {
        width: 2.94rem;
    }
}

@media only screen and (max-width: 480px) {
    .academic_item .acade_item {
        width: 100%;
        margin-bottom: .3rem;
    }
    .academic_item .acade_item::after {
        width: 80%;
    }
    .academic_item .acade_item .acade_left {
        width: 1.5rem;
        height: 1.95rem
    }

    .academic_item .acade_item .acade_right {
        padding: .15rem;
        width: calc(100% - 1.5rem);
    }
    .academic_item .acade_item .acade_right .acade_txt {
        font-size: .16rem;
        -webkit-line-clamp: 3;
        height: .9rem
    }
    /* .academic_item .acade_item .acade_right .acade_end {
        padding-top: .6rem;
    } */
    .academic_item .acade_item .acade_right .acade_end .end_txt {
        width: 90%;
        font-size: .14rem;
    }
}