<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import '../iconfont/iconfont.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:100,300,400,500,700,900");
/** {font-family:"Open Sans", Arial, Helvetica, sans-serif; }*/
:root {
  --color-main: #bb0505;
  --color-body: #ffffff;
  --color-subtitle:#f1f1f1;
  --color-link: #BCC3D7;
  --color-white: #ffffff;
  --color-black: #000000;
}
.tit{font-family: 'Playfair Display';}
.nynav .inner{width:76%;max-width:1400px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}
.nynav .position{width:auto;float:left;line-height:.8rem;color:#333;text-align:left}
.nynav .position a{color:#333}
.wrap {
    width: 76%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

.ver&gt;* {
    display: inline-block;
    vertical-align: middle
}

.hv-scale {
    overflow: hidden
}

.hv-scale img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.hv-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.t,
.tran3 {
    transition: all .4s ease 0s
}

.table-cell {
    display: table;
    width: 100%
}

.table-cell&gt;* {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.row-pv0 {
    margin-left: 0;
    margin-right: 0
}

.row-pv0&gt;* {
    padding-left: 0;
    padding-right: 0
}

.mv0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.pv0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pt0 {
    padding-top: 0px !important
}

.pb0 {
    padding-bottom: 0px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.bg-gray {
    background: #f1f1f1
}

.c {
    color: #bb0505
}
.left {
  float: left;
}
.right {
  float: right;
}
.bgc {
    background: #bb0505
}

.hv:hover {
    color: #bb0505
}

.hv-f:hover {
    color: #fff
}
.pcblack{display:block;}
.wapblack{display:none;}
.cover-box {
    position: relative;
    display: block;
    overflow: hidden
}

.cover-box .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s
}

.cover-box ._bg {
    width: 100%;
    visibility: hidden;
    display: block
}
.center{text-align:center}
.ititle{padding:10px 0px;}
.ititle h2{font-size:20px;}
.ititle p{overflow: hidden;}
.ititle .en,.ititle .en span,.ititle .en a{font-size:24px;font-weight: bold; line-height: 50px;max-height: 50px;font-family: 'Playfair Display';}
.ititle .en .imore a{ font-size: 14px;padding: 5px 15px;background: #bb0505; color:#fff;border-radius:3px;}
.ititle .en .imore a:hover{background:#861819}
.ititle .en:before{content:'';width:100%;height:2px;background:#f5f4f4;position:absolute;bottom:0;left:0;border-radius:2px}
.ititle .navname{position:relative;color: #bb0505;float: left;}
.ititle .navname:before{content:'';width:100%;height:3px;background:#bb0505;position:absolute;bottom:0;border-radius:2px}


.index_more {
  background: url(../images/index_more.png) left top no-repeat;
  width: 220px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto 50px;
  transition: ease-in-out .2s;
}
.index_more a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.index_more:hover a {
  transform: translateX(-3px);
  font-weight: bold;
  background: #bb0505;
  color: #fff;
}
.cover-box{position:relative;display:block;overflow:hidden}
.cover-box .coverimg{width:100%;height:100%;position:absolute;left:0;top:0;background-repeat:no-repeat;background-size:cover;background-position:center;z-index:1;transition:transform .6s ease 0s}
.cover-box .coverimg.contain{background-size:contain}
.cover-box ._bg{width:100%;visibility:hidden;display:block}
.cover-box .icon-bofang1{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;font-size:.4rem;color:#fff;transition:.6s}
@media (min-width:993px){.cover-box:hover .cover-tip{opacity:1}
.cover-box:hover .coverimg{transform:scale(1.1,1.1)}
.cover-box:hover .icon-bofang1{font-size:.6rem}
}


.coverbox{position:relative;display:block;overflow:hidden}
.coverbox .coverimg{width:100%;height:100%;position:absolute;left:0;top:0;background-repeat:no-repeat;background-size:contain;background-position:center;z-index:1;transition:transform .6s ease 0s}
.coverbox .coverimg.cover{background-size:cover}
.coverbox ._bg{width:100%;visibility:hidden;display:block}
@media (min-width:993px){.coverbox.scale:hover .cover-tip{opacity:1}
.coverbox:hover .coverimg{transform:scale(1.1,1.1)}
}


.ellipsis{overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
        word-break: normal;
    overflow-wrap: normal;
}
.ellipsis2{verflow: hidden;
   word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; 
        word-break: normal;
    overflow-wrap: normal;
} 

.ellipsis3{verflow: hidden;
   word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; 
        word-break: normal;
    overflow-wrap: normal;
}   


@media (min-width:993px) {
    .cover-box:hover .cover-tip {
        opacity: 1;
        filter: alpha(opacity=1)
    }

    .cover-box:hover .coverimg {
        transform: scale(1.05, 1.05)
    }
}

.cover-tip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease 0s;
    z-index: 3
}

.cover-tip .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all .6s ease 0s
}

.cover-tip .linet {
    top: 0
}

.cover-tip .lineb {
    bottom: 0
}

.cover-tip:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.c-red {
    color: #bb0505
}

.medium {
    font-family: medium
}

.swiper-container {
    --swiper-theme-color: #bb0505
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .6s !important
}

.iconfont {
    color: inherit
}

.medium {
    font-family: medium
}

footer {
    color: #fff;
   background: url(../images/footbg.jpg) #861819;
   overflow: hidden;    
}

footer a {
    color: #e3e3e3;
}

footer a:hover {
    color: #fff
}

footer .ft-top {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .2rem 0 .2rem;
}
footer .social-share .icon-facebooks{background-image: url('../images/facebook.png')}
footer .social-share .icon-facebooks:hover{background-image: url('../images/facebook_on.png')}
footer .social-share .icon-YouTube{background-image: url('../images/youtube.png')}
footer .social-share .icon-YouTube:hover{background-image: url('../images/youtube_on.png')}
footer .social-share .icon-instagram{background-image: url('../images/instagram.png')}
footer .social-share .icon-instagram:hover{background-image: url('../images/instagram_on.png')}
footer .ft-top .logo {
    width: 100px;
    height: 80px;
    display: block;
    background-image: url('../images/logo_ft.png')
}

footer .ft-top .wxbox {
    margin-right: 4px
}

footer .ft-top .wxbox .iconfont {
    font-size: 30px;
    color: #999;
    cursor: pointer
}

footer .ft-top .wxbox .iconfont:hover {
    color: #fff
}
footer .ft-top .foot_top_right{filter: grayscale(100%) brightness(200%);}
.social-share .icon-twitter:before{color: #666;}
@media (min-width:993px) {
    footer .ftnavs {
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding:.2rem 0 .2rem;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
    }
}

footer .navitem {
    line-height: 30px
}

footer .navitem h4 {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

footer .navitem .info{font-size:12px;text-align: left; }

footer .navitem .icon-jia {
    float: right;
    transition: .3s;
    display: none;
    margin-right: 10px
}

footer .navitem .info a {
    display: block;
    line-height: 30px
}

footer .ft-bottom {
    padding: 24px 0 30px;
    color: #e3e3e3;
    clear: both;
}
footer .links{width:80%;padding-top:8px;color: #bbb;}
footer .links P{line-height:64px;float:left;}
footer .links a{float:left; padding-right:10px;}
footer .links img {height:50px;}


footer .ft-bottom .copyright&gt;*&gt;* {
    display: inline-block;
    vertical-align: middle
}

footer .ft-bottom .copyright .beian {
    margin-left: 5px
}

footer .ft-bottom .copyright .skill {
    color: #e3e3e3;
    margin-left: 10px
}

footer .ft-bottom .copyright .skill:hover {
    color: #fff
}

footer .ft-bottom a {
    color: #e3e3e3;
}

footer .ft-bottom a:hover {
    color: #fff
}

@media (min-width:993px) {
    footer .ft-bottom {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

@media (max-width:992px) {
    
    footer .ft-bottom {
        text-align: center
    }

    footer .ft-bottom .ftlogo {
        margin-top: .2rem
    }
}

@media (max-width:640px) {
    footer .ft-bottom .copyright {
        line-height: 1.8;
        font-size: 12p
    }

    footer .ft-bottom .copyright a {
        display: inline-block
    }

    footer .ft-bottom .skill {
        font-size: 14px
    }
}

@media (max-width:992px) {
    .pcblack{display:none}
    .wapblack{display:block;width:100% !important;} 
    footer .links img{height:35px;}
    footer .links a{margin-bottom:1%;width: 24%;float: left;padding-right: 1%;text-align: center;}
    footer .navitem {
        float: none;
        width: 100%;
        display: none;
    }

    footer .navitem .icon-jia {
        display: block
    }

    footer .navitem h4 {
        position: relative;
        border-bottom: 1px solid #313131;
        height: 46px;
        line-height: 46px;
        margin: 0
    }

    footer .navitem .info {
        display: none;
        padding: 10px 30px;
        line-height: 2
    }

    footer .navitem .info a {
        color: rgba(255, 255, 255, 0.8)
    }

    footer .navitem.active .iconfont {
        transform: rotate(135deg)
    }
}

@media (max-width:992px) {
    footer .navitem h4 {
        font-weight: normal
    }

    footer .telbox {
        text-align: center;
        margin-bottom: .5rem
    }

    footer .telbox .logo {
        display: none
    }
}

@media (max-width:768px) {
    footer .ft-link {
        font-size: 12px
    }

    footer .ft-link a {
        margin-right: 6px
    }
}

.foot-wx {
    position: relative
}

.foot-wx:hover {
    opacity: 1 !important
}

.foot-wx:hover .code {
    display: block
}

.foot-wx .code {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: -170px;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    max-width: none;
    max-height: none;
    border: 5px solid #fff;
    z-index: 555
}

.foot-wx .code img {
    width: 100%
}

.foot-wx .code::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    z-index: 55;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: -22px
}

@media (max-width:992px) {
    .foot-wx .code {
        left: auto;
        right: -20px;
        transform: translateX(0);
        top: -180px
    }

    .foot-wx .code::after {
        left: auto;
        right: 20px;
        transform: translateX(0)
    }
}

.menu_btn_wrap {
    height: 80px;
    position: relative;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media (max-width:768px) {
    .menu_btn_wrap {
        height: 60px;
        width: 10px;
        display: inline-block;
    }
}

.menu_btn {
    width: 50px;
    height: 60px;
    z-index: 101;
    cursor: pointer;
    right: 0;
    /*top: 50%;*/
    position: absolute;
    /*transform-origin: center center;*/
    /*transform: translateY(-50%) translateX(-50%) scale(.8);*/
    /*-webkit-transform: translateY(-50%) translateX(-50%) scale(.8);*/
    /*-moz-transform: translateY(-50%) translateX(-50%) scale(.8);*/
    /*-ms-transform: translateY(-50%) translateX(-50%) scale(.8);*/
    /*-o-transform: translateY(-50%) translateX(-50%) scale(.8)*/
}

.menu_btn i {
    position: absolute;
    width: 24px;
    height: 3px;
    background: #333;
    right:0px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
    top: 20px
}

.menu_btn i:nth-of-type(2) {
    top: 27px
}

.menu_btn i:nth-of-type(3) {
    top: 34px;
    /*width: 14px*/
}

.menu_btn.active i:nth-of-type(1) {
    -webkit-transform: rotate(225deg) translate(-7px, -7px);
    -moz-transform: rotate(225deg) translate(-7px, -7px);
    -ms-transform: rotate(225deg) translate(-7px, -7px);
    -o-transform: rotate(225deg) translate(-7px, -7px);
    transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
    opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
    -webkit-transform: rotate(-225deg) translate(0, 0);
    -moz-transform: rotate(-225deg) translate(0, 0);
    -ms-transform: rotate(-225deg) translate(0, 0);
    -o-transform: rotate(-225deg) translate(0, 0);
    transform: rotate(-225deg) translate(0, 0)
}


.header {
    /*background: url(../images/head_bg.png);*/
    background: #fff;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: solid 1px rgba(225, 225, 225, 0.2);

}
.s2{position:relative}

.header .hdinner {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    position: relative;
    z-index: 999;
    min-height: 80px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header .logo {
    display: block;
    width: 100px;
    height: 80px;
    background: url('../images/logo.png') no-repeat 0 center;
    background-size: cover;
}

@media (max-width:992px) {
    .header .hdinner {
        height: 80px;
        width: 90%;
    }

    .header .logo {
        height: 80px
    }
}

@media (max-width:768px) {

    .header .hd-tool,
    .header .hdinner {
        min-height: auto;
        height: 60px
    }

    .header .logo {
        height: 55px;
        background-size: auto 50px;
        margin-top:2px;
    }
}

@media (max-width:480px) {
    .header .logo {
        background-size: auto 100%;
        width: 48%;
    }

    .header .hd-tool ._line {
        margin: 0 10px
    }
}


.hd-tool {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    height:80px;
}

.hd-tool ._line {
    border-left: 1px solid #ccc;
    margin: 0 20px
}

.hd-tool .t-item {
    font-size: 12px;
    color: #999
}

.hd-tool .t-item i{font-size:18px;}
.hd-tool .t-item .item {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
}

.hd-tool .t-item .language p{color:#8e8e8e;font-size: 12px;}

.hd-tool .t-item .item .fa-sharp {color: #333;font-size:18px;}
.hd-tool .t-item .item .fa-sharp p,.hd-tool .t-item p{color: #8e8e8e;font-size: 14px;padding-top: 6px;font-weight: normal;font-family: 'Playfair Display';}
.hd-tool .t-item .item:hover {
    color: #bb0505
}

.hd-tool .t-item .item:hover .fa-sharp {
    color: #bb0505
}

.pc-menus {
    margin: 0 .3rem;
    /*min-width: 0;*/
    /*-webkit-box-flex: 1;*/
    /*-webkit-flex-grow: 1;*/
    /*-ms-flex-positive: 1;*/
    /*flex-grow: 1;*/
    /*-webkit-flex-shrink: 1;*/
    /*-ms-flex-negative: 1;*/
    /*flex-shrink: 1;*/
    display: -webkit-flex;
    display: flex;
    /*display: -webkit-box;*/
    /*display: box;*/

    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    position: relative;
}

.pc-menus li {
    text-align: center;
    transition: all .4s ease 0s
}

.pc-menus .tit {
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    display: block;
    transition: all .4s ease 0s;
    line-height: 50px;
    height: 80px;
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    padding:15px 20px;
}

.pc-menus .tit p{color: #8e8e8e;font-size: 14px; font-weight: normal;}
.pc-menus .tit&gt;.iconfont {
    font-size: 12px;
    margin-left: 5px
}

.pc-menus .tit::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #bb0505;
    transform: translateX(-50%);
    transition: all .4s ease 0s
}

.pc-menus .tit.active,
.pc-menus li:hover .tit {
    color: #bb0505
}

.pc-menus .tit.active::after,
.pc-menus li:hover .tit::after {
    width: 50%
}

.pc-menus .tit-home.active::after,
.pc-menus li:hover .tit-home::after {
    width: 50%
}

@media (max-width:1400px) {
    .pc-menus .tit {
        font-size: 16px
    }
}

.hd-dropinfo {
    position: absolute;
    width:100%;
    top: 100%;
    z-index: 1;
    background:rgb(255 255 255 / 90%);
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease 0s;
    display: none;
}

/*.hd-dropinfo ._bg {*/
/*    position: fixed;*/
/*    width: 100vw;*/
/*    background: #fff;*/
/*    background: linear-gradient(90deg, #fff 50%, #f1f1f1 50%, #f1f1f1 100%);*/
/*    height: 0;*/
/*    left: 0;*/
/*    top: 120px;*/
/*    transition: all .4s ease 0s*/
/*}*/

/*@media (max-width:1600px) and (min-width:1200px) {*/
/*    .hd-dropinfo ._bg {*/
/*        background: linear-gradient(90deg, #fff 60%, #f1f1f1 60%, #f1f1f1 100%)*/
/*    }*/
/*}*/

/*.hd-dropinfo::before,*/
/*.hd-dropinfo::after {*/
/*    transition: all .4s ease 0s;*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 80vw;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    z-index: 55*/
/*}*/

/*.hd-dropinfo::before {*/
/*    background:url(../images/bdbg.jpg) #fdfdfc;*/
/*    right: 50%*/
/*}*/

/*.hd-dropinfo::after {*/
/*    background-color: #f1f1f1;*/
/*    left: 50%*/
/*}*/

@media (max-width:1600px) and (min-width:1200px) {
    .hd-dropinfo::before {
        right: 40%
    }

    .hd-dropinfo::after {
        left: 60%
    }
}

.hd-dropinfo .inners {
    position: relative;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    margin-left: auto;
    margin-right: auto
}

.hd-dropinfo .inners .navs {
    padding: .3rem 0;
    width: 100%;
}

@media (max-width:1600px) and (min-width:1200px) {
    .hd-dropinfo .inners .navs {
        width: 100%
    }
}

.hd-dropinfo .inners .imgbox {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 0;
    background: #f1f1f1;
    transition: all .4s ease 0s
}

.hd-dropinfo .navs a {
    transition: all .4s ease 0s;
    position: relative;
    display: block;
    width: 50%;float:left;
}

.hd-dropinfo .navs a .icon-jiantou_r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}


.lastnav2 {width:50%;}
.lastnav2 .navs a{width:100%;}
.pc-menus li:hover .hd-dropinfo {
    opacity: 1;
    display: block;
}

.pc-menus li:hover .hd-dropinfo ._bg {
    height: 365px
}

.pc-menus li:hover .inners .imgbox {
    padding: .35rem 0 .5rem 5%;
    height: 365px;
}

.pc-menus li:hover .navs a {
    line-height: 46px;
    margin-bottom: 10px;
    color: #fdefd2;
    font-size: 16px;
    text-align: center;
    opacity: 1;
    background: url(../images/nav2_bg.png) center center no-repeat;
    font-family: 'Playfair Display';
}

.pc-menus li:hover .navs a:hover {
    background: url(../images/navon2_bg.png) center center no-repeat;
}
@media (max-width:1300px) {
    .pc-menus li:hover .navs a {
        width: 100% !important;
        float: left !important
    }

    .pc-menus li:hover .navs.s3 {
        padding-top: 20px
    }
}

.coverimg {
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block
}

.coverimg img {
    visibility: hidden;
    display: block
}

.coverimg.contain {
    background-size: contain
}

main {
    overflow: hidden
}

.m-menus {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50px;
    right: -100%;
    background: #fff;
    overflow: hidden;
    line-height: 40px;
    font-size: 15px;
    z-index: 999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@media (min-width:768px) {
    .m-menus {
        top: 80px
    }
}

.m-menus .inner {
    height: calc((100vh - 50px));
    overflow-y: auto;
    border-top: 1px solid #e3e3e3;
    padding-bottom: 30px
}

.m-menus .hd-tel {
    text-align: center;
    display: block;
    margin: 50px 0 0
}

.m-menus .hd-tel .iconfont {
    font-size: 30px;
    margin-right: 10px;
    color: #000
}

.m-menus a {
    color: #333
}

.m-menus.active {
    right: 0
}

.m-menus ul {
    overflow-y: auto;
    border-bottom: 1px solid #e3e3e3
}

.m-menus .item:not(:first-child) {
    border-top: 1px solid #e3e3e3
}

.m-menus .item {
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative
}

.m-menus .item .iconfont {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #999;
    font-weight: bold;
    transition: .3s
}

.m-menus .item&gt;a,
.m-menus h5 {
    display: block;
    padding: 0 8%;
    line-height: 54px;
    color: #333;
    position: relative;
    font-size: 16px
}

.m-menus .xs-dropinfo {
    display: none;
    background: rgba(0, 0, 0, 0.05);
    padding: 15px 9%;
    font-size: 14px
}

.m-menus .xs-dropinfo a {
    color: #666;
    display: block;
    line-height: 40px
}

.m-menus .trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.m-menus .open h5 {
    background: #bb0505;
    color: #fff;
    border-top: 0
}

.m-menus .open h5 .iconfont {
    color: #fff
}

.m-menus .open h5 .iconfont::before {
    content: "\e625"
}

.m-menus .open h5&gt;a,
.m-menus .open h5 p {
    font-weight: bold
}

.m-menus .xs-dropinfo dl.br {
    border-right: 1px solid #ccc
}

.m-menus .hd-tel {
    font-size: 26px;
    
    color: #666
}

.hd-search-box {
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px 5%;
    display: none;
    background: url(../images/bdbg.jpg) #fff;
}

.hd-search-box .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: end;
    box-pack: end;
    -webkit-justify-content: end;
    justify-content: end
}

.hd-search-box form {
    border: 1px solid #bb0505;
    max-width: 500px;
    display: block;
    position: relative;
    border-radius: 3px;
    width: 80%;
    min-width: 500px
}

.hd-search-box .key {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px
}

.hd-search-box .submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #bb0505;
    text-align: center;
    width: 50px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    color: #bb0505
}

.hd-search-box .submit .iconfont {
    font-size: 20px
}

.hd-search-box .submit:hover {
    background: #bb0505;
    color: #fff
}

.hd-search-box .close {
    float: right;
    height: 40px;
    line-height: 42px;
    width: 60px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.hd-search-box .close:hover {
    color: #bb0505
}

@media (min-width:993px) {
    .hd-search-box {
        top: 81px
    }
}

@media (max-width:768px) {
    .hd-search-box {
        top: 50px
    }

    .hd-search-box .inner {
        float: none;
        width: 100%
    }

    .hd-search-box form {
        min-width: auto;
        width: 90%
    }

    .hd-search-box .close {
        position: relative
    }
}

@media (max-width:480px) {
    .hd-search-box {
        bottom: 0;
        height: auto
    }
}

.pagination {
    text-align: center;
    margin-top: .3rem;
    display: block;
    clear: both;
}



@media (max-width:480px) {
    .pagination li {
        margin: 0 2px
    }

    .pagination li&gt;* {
        padding: 5px 12px
    }
}

.pagination .page-num-current{
    background: #bb0505;
    color: #fff;
    border: 0
}
.pagination .page-num{ margin: 0 2px;}

.pagination li&gt;a,
.pagination li&gt;span {
    float: none;
    display: inline-block;
    cursor: pointer;
    color: #333;
    border-radius: 0 !important;
    border: 0;
    background: #f7f7f7;
    padding: 10px 15px
}
.pagloading{display:none;}
.sbtn {
    text-align: center
}

.sbtn::after {
    display: none
}

.index-banner {
    position: relative;
    height: auto;
    max-height: calc(60vh - 80px);
}
.banner-pagination{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.index-banner .swiper-pagination,.index-banner .swiper-pagination2 {
    bottom: .3rem;
    width: 100%;
    left: 0;
}

.index-banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    transition: all .4s ease 0s;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;;
}
.index-banner .swiper-pagination-bullet-active {
    border-color: #bb0505;
    background: #bb0505;
}

.index-banner .sbtn {
    color: #fff
}

.index-banner .sbtn .iconfont {
    font-size: 36px
}

.index-banner .sbtn .iconfont:hover {
    color: #bb0505
}

.index-banner .swiper-button-next, .index-banner .swiper-button-prev{top:45%;}
.index-banner .swiper-button-prev {
    left: 4%;opacity: 0.6;
}
.index-banner .sbtn:hover{background:var(--color-main);}

.index-banner .swiper-button-next {
    right: 4%;opacity: 0.6;
}

.index-banner .wel-banner-bg {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    background-position: center !important;
    background-size: cover !important;
    /*transition: all 7.6s ease-in-out;*/
    box-sizing: border-box
}

/*.index-banner .swiper-slide-active .wel-banner-bg {*/
/*    transform: scale(1.2)*/
/*}*/

.index-banner .swiper-slide {
    background-size: cover !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center
}

.index-banner .banner_bottom{position:absolute;font-size:30px;line-height:20px;bottom:5%;text-align:center;width:8px;left:3.2%;z-index:3;}
.index-banner .banner_bottom .banner_bottom_number{ display:flex; align-items:center; margin-right:25px;}
.index-banner .banner_bottom .banner_bottom_number .active{ font-size:22px; color:#fff;}
.index-banner .banner_bottom .banner_bottom_number .total{ font-size:16px; color:#fff; opacity:.3;}
.index-banner .banner_bottom .banner_bottom_number i{ font-size:16px; color:#fff; opacity:.3; margin:0px 9px;}
.index-banner .banner_bottom .swiper-pagination-bullet{ width:8px; height:8px; background:rgba(255,255,255,.3); position:relative; opacity:1; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; border-radius:100px;}
.index-banner .banner_bottom .swiper-pagination-bullet:before{ content:""; display:inline-block; width:1px; height:100%; left:0; right:0; margin:0 auto; position:absolute;}
.index-banner .banner_bottom .swiper-pagination-bullet:last-child{ margin-right:0px;}
.index-banner .banner_bottom .swiper-pagination-bullet.swiper-pagination-bullet-active{height:15px;margin: 5px 0px 0px!important;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}

.index-banner .swiper-slide img {
    visibility: hidden;
    width: 100%
}

.index-banner .content {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    bottom: 0;
    width: 88%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    z-index: 55
}

.index-banner .textbox {
    color: #fff;
    width: 96%;
    margin:0 auto;
    text-transform: uppercase;
}

.index-banner h5 {
    font-size: 48px;
    margin-bottom: 30px
}

.index-banner .en {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: .25rem;
    margin-bottom: .25rem;
    line-height: 1.3;
    margin-top: .1rem
}

.index-banner .vmore {
    display: block;
    margin: 0 auto
}

.jt{position:absolute;bottom:100px;left:0px;right:0px;margin:0 auto;text-align:center;z-index:999;}

.shake1 {animation:shake1 5s infinite;-mzoanimation:shake1 5s infinite;-webkit-animation:shake1 5s infinite;-o-animation:shake1 5s infinite;}
@keyframes shake1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (max-width:1680px) {
    .index-banner {
        height: auto
    }

    .index-banner h5 {
        font-size: 50px
    }

    .index-banner .en {
        font-size: 18px
    }

    .index-banner .swiper-pagination {
        bottom: .3rem
    }
}

@media (max-width:1200px) {

    .index-banner h5 {
        font-size: .56rem
    }
}
@media (max-width:992px) {
    .index-banner .banner_bottom{display:none;}
}

@media (max-width:768px) {
    .index-banner .swiper-pagination {
        bottom: .1rem
    }

    .index-banner .xsimg {
        width: 100%
    }
}


@media (max-width:992px) {
    .index-banner {
    height: auto;
    max-height: 100%;
    }

    .index-banner .content {
        top: 55%;
    }

    .index-banner .swiper-slide {
        overflow: hidden
    }

    .index-banner .swiper-slide img {
        height: 100%;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .index-banner .textbox {
        padding: .3rem .1rem;
        text-align: center;
        line-height: 34px
    }

    .index-banner .textbox .en {
        font-size: 16px
    }

    .index-banner .textbox h5 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 30px;
    }
    .jt{bottom:20px;}
}

@media (max-width:480px) {
    .index-banner .swiper-pagination-bullet-active {
        border-width: 2px
    }

    .index-banner .en {
        font-size: 14px;
        padding-bottom: 0
    }

    .index-banner h5 {
        font-size: 30px
    }
}

.vmore {
    border: 1px solid #fff;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all .4s ease 0s
}

.vmore em {
    padding-right: 30px;
    background-image: url(../images/arr_r_f.png);
    display: inline-block;
    background-repeat: no-repeat;
    font-weight: bold;
    background-position: right center
}

.vmore:hover {
    background: #bb0505;
    border-color: #bb0505;
    color: #fff
}

.vmore.gray {
    color: #666;
    border-color: #666
}

.vmore.gray em {
    background-image: url('../images/arr_r_0.png')
}

.vmore.gray:hover {
    background: #bb0505;
    color: #fff;
    border-color: #bb0505
}

.vmore.gray:hover em {
    background-image: url('../images/arr_r_f.png')
}

.vmore.red {
    background: #bb0505;
    color: #fff;
    border-color: #bb0505
}

.vmore.red em {
    background-image: url('../images/arr_r_f.png')
}

.vmore.red:hover {
    background: #000;
    border-color: #000
}

@media (max-width:640px) {
    .vmore {
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 14px
    }
}




.stories {position:relative;top:-20px;z-index: 2;background:#f7f7f7;overflow: hidden;padding-bottom:20px;    border-radius: 20px;}
.stories .pt{padding:1% 2%;}
.stories .bd{padding:0 2%;}
.stories .fl,.stories .fr{width:49%}
.stories .fl .info{padding-bottom:30px; border-bottom:1px #ccc solid;}
.stories .fl .info h4{font-size:34px; padding:10px 0px;font-weight:bold;margin-bottom: 16px;margin-top: 16px;font-family: 'Playfair Display';}
.listbox li{width:49%;margin-right:2%;margin-bottom:2%; float:left;}
.stories .fl .img,.listbox li .img{border-radius: 8px;}
.listbox li:nth-child(2n+0){margin-right:0;}
.stories .fr .info h4{font-size:18px;font-weight:bold;line-height:25px;padding:8px 0px;font-family: 'Playfair Display';}

.culture {height:auto;overflow:hidden;}
.culture .height{max-height:510px;overflow:hidden;}
.culture .cul{width:66%;}
.culture .list_culture{width:100%;overflow:hidden; }
.culture .list_culture ul li{width:32%;margin-right:2%;float:left;margin-bottom: 2%;background: #f7f7f7;border-top-left-radius: 8px;border-top-right-radius: 8px;overflow: hidden;}
.culture .list_culture ul li:nth-child(3n+0){margin-right:0;}
.culture .list_culture ul li .img,.list_culture li .img{border-top-left-radius: 8px;border-top-right-radius: 8px;}
.culture .list_culture ul li a:hover h4{color:#861819}
.culture .list_culture .info{padding: 10px;}
.culture .list_culture .info h4{font-size: 18px;font-weight:bold;line-height: 25px;font-family: 'Playfair Display';}
.culture .ititle{position:relative;}
.culture .index_navmores{position:absolute;top:30px; right:0;}
.culture .index_navmores .loadmore{text-align:center;font-size:16px;padding:10px 30px;margin: 0 auto 2vw;border-radius: 5px;background: #bb0505;color: #fff;}
.culture .index_navmores .loadmore:hover{background:#861819;color:#fff;}

.culture_navmore .loadmore{text-align:center;width: 200px;line-height: 40px;background: #bb0505;color:#fff;display: block;margin: 0 auto 2vw;border-radius: 5px; }
.culture_navmore .loadmore:hover{background:#861819;color:#fff;}

.culture .picks{width:32%;}
.culture .picks .list_title li{width:100%;overflow:hidden;border-bottom:1px #efefef solid;padding-left:20px;background:url(../images/dian.png) center left no-repeat}
.culture .picks .list_title li a{line-height:60px;font-size:18px;padding: 5px 0px;font-weight: bold;width:100%;overflow:hidden;display:block;font-family: 'Playfair Display';}
.culture .picks .list_title .img{float:left;height:60px;margin-right: 20px;}
.culture .picks .list_title li span{float:left;}
.culture .picks .list_title li a:hover{color:#861819}


.indexnews .tipsnews{width: 66%;}
.indexnews .tips{    width: 32%;}
@media (max-width:1680px){
  .culture .height{max-height: 491px;}
}
@media (max-width:1440px){
  .culture .height{max-height: 430px;}
}
@media (max-width:1200px){
  .culture .height{max-height: 380px;}
}
@media (max-width:1000px){
  .culture .height{max-height: 360px;}
}

.indexnews .list_title li{float:left;width:48%;margin-right:2%;overflow:hidden;border-bottom:1px #efefef solid;padding-left:20px;background:url(../images/dian.png) center left no-repeat}
.indexnews .list_title li:nth-child(2n+0){margin-right:0;}
.indexnews .list_title li a{line-height:28px;font-size:18px;padding: 10px 0px;width:100%;overflow:hidden;display:block;font-family: 'Playfair Display';}
.indexnews .list_title li a:hover{color:#861819}
.indexnews .list_title li:nth-child(1),.indexnews .list_title li:nth-child(2),.indexnews .list_title li:nth-child(3){font-weight: bold;}


.indexnews .list_tipstitle li{float:left;width:48%;margin-right:2%;margin-bottom:2%;overflow:hidden;background:#f8f8f8;border-radius:5px;overflow:hidden}
.indexnews .list_tipstitle li:nth-child(2n+0){margin-right:0;}
.indexnews .list_tipstitle li a{line-height:28px;font-size:18px;padding:8px 0px;width:100%;overflow:hidden;display:block;font-family: 'Playfair Display';}
.indexnews .list_tipstitle .img{height:49px;text-align: center;}

.indexnews .list_tipstitle li a:hover{color:#861819}
.indexnews .list_tipstitle li p{text-align:center;}
/*.indexnews .list_tipstitle li{width:100%;overflow:hidden;border-bottom:1px #efefef solid;padding-left:20px;background:url(../images/dian.png) center left no-repeat}*/
/*.indexnews .list_tipstitle li a{line-height:48px;font-size:18px;font-weight: bold;width:100%;overflow:hidden;display:block;font-family: 'Playfair Display';}*/
/*.indexnews .list_tipstitle .img{float:left;height:48px;margin-right: 20px;}*/
/*.indexnews .list_tipstitle li span{float:left;}*/
/*.indexnews .list_tipstitle li a:hover{color:#861819}*/

.ftlinks{margin:20px auto;overflow:hidden;}
.ftlinks .ititle,.ftlinks .linksname{width:100%;overflow:hidden;}
.ftlinks .mt20{margin-top:20px;}
.ftlinks .linksname .fl{line-height:30px;float:left;font-weight: bold;font-family: 'Playfair Display';width:8%;}
.ftlinks .linksname .fr{width:92%;}
.ftlinks a{float:left;line-height:30px; margin-right:10px;margin-bottom:10px;background: #f7f7f7;padding:5px 10px;}
.ftlinks img {height:50px;}
.ftlinks a:hover{background: #bb0505;color: #fff;}

@media (max-width:980px){
.culture .cul,.culture .picks{width:100%;max-height: 100%;} 
.culture {height: auto;}
.indexnews .list_title li{width:100%}
.ftlinks .linksname .fl,.ftlinks .linksname .fr{width:100%;}
}
.land{clear:both;margin-top: -20px;position: relative;}
.iPadPro{width: 30%;position: relative;padding-left: 5%;float: right;min-width:384px;}
.iPadPro .iPadPro_list_left{display: none;}
.iPadPro .iPadPro_list_left .city{background:#f7f7f7;border-radius: 10px;box-shadow: 5px 10px 15px rgba(25, 25, 25, 0.2);}
.iPadPro .info{padding: 20px;}
.iPadPro .info h4{font-size: 20px;line-height:30px;margin-bottom:10px;font-weight: bold;font-family: 'Playfair Display';}
.iPadPro .iPadPro_list_left.on{display:block;}
.iPadPro .iPadPro_list_img{position:relative; overflow: hidden;border-top-right-radius:8px;border-top-left-radius:8px;}
.iPadPro .iPadPro_list_img .city{position:absolute;top:10px;left:10px;padding:5px 8px;margin-bottom: 5px;background:#bb0505;display: inline-block;font-size: 12px;color: #fff;border-radius: 3px;z-index: 2;}
@media (max-width:1480px){
  .iPadPro{min-width:auto;}  
}
.Globallayout_content .cityname{width:38%;position:absolute; bottom:13%; right:-10px; }
.Globallayout_content .cityname ul li{width:19.2%;float:left;margin-right:1%;margin-bottom:1%;background: #f7f7f7;}
.Globallayout_content .cityname ul li a{display:block;text-align:center;line-height:30px;font-size: 12px;verflow: hidden;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 1;word-break: normal;overflow-wrap: normal;}
.Globallayout_content .cityname ul li a:hover,.Globallayout_content .cityname .on a{background: #bb0505; color:#fff; }
.Globallayout_content .cityname ul li:nth-child(5n+0){margin-right:0;}
.mapart_list_left{margin-top:20px;background:#f7f7f7;border-radius: 8px;box-shadow: 5px 10px 15px rgba(25, 25, 25, 0.2);overflow: hidden;}
.mapart_list_left .title{font-size: 20px;line-height:30px;color: #ffffff;font-weight: bold;font-family: 'Playfair Display';padding: 20px;background: #bb0504;}
.mapart_list_left h4{border-bottom:1px #ccc solid;line-height: 25px;margin: 5px 20px;padding:5px 0px;}
.mapart_list_left h4:last-of-type{border-bottom:none;}
.mapart_list_left h4 a:hover{color:#bb0505;padding-left:5px;}
.Globallayout{padding-top: 0px; padding-bottom: 16px; clear: both;}
.Globallayout .Globallayout_top{ display: flex; align-items: flex-end; justify-content: space-between;}
.Globallayout .Globallayout_top .Globallayout_top_left{ width: 55%;}
.Globallayout .Globallayout_top .Globallayout_top_left .top_left_dd{ font-size: 30px; color: #333333;}
.Globallayout .Globallayout_top .Globallayout_top_left .top_left_dt{ font-size: 16px; color: #666666; line-height: 26px; margin-top: 20px;}
.Globallayout .Globallayout_top .Globallayout_top_right{ display: flex; align-items: center;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list{ margin-right: 22px; display: flex; align-items: center; cursor: pointer;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:last-child{ margin-right: 0;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list span{ width: 18px; height: 18px; border-radius: 100%; margin-right: 12px; display: inline-block;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(1) span{ background: var(--color-main);}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(2) span{ background: #009073;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(3) span{ background: #165fc2;}
.Globallayout .Globallayout_content{display: inline-block;position: relative;}
.Globallayout .Globallayout_content .Globallayout_content_map{ position: relative;width: 65%;float: left;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_img{ max-width:100%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_txt{ position: absolute; right: 25%; bottom: 0%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_txt2{ display: none;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list .map_txt_list{width: 530px; background: #fff; display: flex; align-items: center; justify-content: space-between; display: none;position: absolute; left: -562px; top: 10px;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list:hover{ z-index: 15;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list:hover .map_txt_list{ display: flex;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list .map_txt_list:before{ content: ""; display: inline-block; width: 35px; height:102px; background: url(../images/HomeXian.png) no-repeat 50% 50%; background-size: 35px; position: absolute; right: -35px; top: 0%;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list .map_txt_list .txt_list_left{ width: 60%; padding: 0px 6%;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list .map_txt_list .txt_list_left .list_left_dd{ margin-bottom: 5px; font-size: 24px; color: #009073; font-weight: bolder;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list .map_txt_list .txt_list_left .list_left_dt{ line-height: 30px; font-size: 20px; color: #333; margin-bottom: 5px;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list .map_txt_list .txt_list_left .list_left_p{ line-height: 26px; font-size: 15px; color: #666666;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list .map_txt_list .txt_list_right{ width: 40%;}
.Globallayout .Globallayout_content .Globallayout_content_map .map_nav_list .map_txt_list .txt_list_right img{ width: 100%; height:178px; object-fit:cover;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list{ position: absolute;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list span{ width: 6px; height: 6px; border-radius: 100%; background: #000; display: inline-block; cursor: pointer;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list span:before {content:"";display:inline-block;width:30px;height:30px;margin:auto;background:#ffb500;border-radius:100%;-webkit-animation:sk-spinner-pulse 1.5s infinite ease-in-out;animation:sk-spinner-pulse 1.5s infinite ease-in-out;position:absolute;left:-12px;top:-4px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease; }
@-webkit-keyframes sk-spinner-pulse {0% {-webkit-transform:scale(0);transform:scale(0);}
100% {-webkit-transform:scale(1);transform:scale(1);opacity:0;}
}
@keyframes sk-spinner-pulse {0% {-webkit-transform:scale(0);transform:scale(0);}
100% {-webkit-transform:scale(1);transform:scale(1);opacity:0;}
}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_city{ font-size: 16px; color: #111; position: absolute; width: 100px; left: 10px; top: 2px; display: none;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.on{ z-index: 20;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.on span:before { display: block;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.jd span{ background: var(--color-main);}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.jd span:before{ background: var(--color-main);}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.bgs span{ background: #009073; cursor: auto;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.bgs span:before{ background: #009073; display: none;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.hw span{ background: #165fc2; cursor: auto;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.hw span:before{ background: #165fc2; display: none;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_down{ display: none; position: absolute; background: #fff; width: 170px; justify-content: space-between; align-items: center; box-shadow: 0px 0px 12px rgba(0,0,0,.1); right: -180px; top: -8px; display: none;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.on .nav_list_down{ display: none;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_down .list_down_city{ width: calc(100% - 54px); text-align: center;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_down .list_down_img{ width: 54px; height: 37px;}


.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list:hover .nav_list_city{ display: block;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list:hover{ z-index: 5;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list:hover span:before{ display: block;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list{opacity:0;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.on{opacity:1;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.beijing{right: 25.6%;top: 27%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.tianjin{right: 23.8%;top: 28.5%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.hebei{right:28.2%;top: 31.2%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.shanxi{right: 31.5%;top: 31.5%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.innermongolia{right: 33.5%;top: 26.1%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.liaoning{right: 14.23%;top: 22%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.jilin{right: 12.2%;top: 17.5%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.heilongjiang{right: 11.4%;top: 13.13%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.heilongjiang{right: 11.4%;top: 13.13%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.shanghai{right: 13.6%;top: 42.5%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.jiangsu{right: 18.7%;top: 41.7%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.zhejiang{right: 15.7%;top: 44.7%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.anhui{right: 21.6%;top: 42.1%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.fujian{right: 16%;top: 52.6%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.jiangxi{right: 23.4%;top: 48.6%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.shandong{right: 23.4%;top: 33.2%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.henan{right: 28.9%;top: 37.2%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.hubei{right: 27.1%;top: 45.1%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.hunan{right: 29%;top: 50%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.guangdong{right: 27.8%;top: 60%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.guangxi{right: 38.1%;top: 60.8%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.hainan{right: 33.3%;top: 65.9%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.chongqing{right: 42.3%;top: 48.1%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.sichuan{right: 46.8%;top: 45.8%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.guizhou{right: 41.6%;top: 53.7%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.yunnan{right: 49.6%;top: 56.3%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.tibet{right: 72.1%;top: 46%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.shaanxi{right: 37.7%;top: 38.6%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.gansu{right: 47.1%;top: 35.5%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.qinghai{right: 50.7%;top: 34.5%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.ningxia{right: 42.6%;top: 30.8%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.xinjiang{right: 73.2%;top: 18.6%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.hongkong{right: 26%;top: 61.3%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.macao{right: 27.3%;top: 61.4%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.tanwan{right: 11.1%;top: 54.3%;}



@media (max-width:980px){
.Globallayout{ padding-bottom: 35px;}
.Globallayout .Globallayout_top{ flex-wrap: wrap;}
.Globallayout .Globallayout_top .Globallayout_top_left,.Globallayout .Globallayout_top .Globallayout_top_right{ width: 100%;}
.Globallayout .Globallayout_top .Globallayout_top_right{ margin-top: 20px;}
.Globallayout .Globallayout_top .Globallayout_top_left .top_left_dd{ font-size: 16px;}
.Globallayout .Globallayout_top .Globallayout_top_left .top_left_dt{ font-size: 14px; line-height: 22px; margin-top: 10px;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_txt{ position: relative; bottom: 0; margin-top: 25px; right: 0;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_txt .map_txt_list{  width: 100%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list{ position: absolute;  }
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_down{box-shadow: 0px 0px 0px;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list:nth-child(3n){ margin-right: 0px;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.on .nav_list_down{ background:var(--color-main); color:#fff; display: flex;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav ul{ display: flex; flex-wrap: wrap;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list span{ display: block;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_down{ position: absolute; right: 0 !important; top: 0 !important; display: flex; width: 100%;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_down .list_down_img{ display: none;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_down .list_down_city{ width: 100%; line-height: 38px; text-align:center;background: #f5f5f5;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.jd .nav_list_down .list_down_city{background: var(--color-main); color:#fff;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_city{ position: absolute; left: 0; top: 0;width: 100%; line-height: 38px; text-align: center; background: #f5f5f5; display: block; position: relative;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.bgs .nav_list_city{background: #009073; color:#fff;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list.hw .nav_list_city{background: #165fc2; color:#fff;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_down .list_down_city,.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list .nav_list_city{ font-size: 14px;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list span{ position: relative;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list span:before {content:"";display:inline-block;width:40px;height:40px;margin:auto;background:#ffb500;border-radius:100%;-webkit-animation:sk-spinner-pulse 1.5s infinite ease-in-out;animation:sk-spinner-pulse 1.5s infinite ease-in-out;position:absolute;left:-11px;top:-11px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease; }
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list span:after{content:"";display:inline-block;width:18px;height:18px;background:#ffb500;border-radius:100%; position:absolute; top:0; left: 0;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(1) span:before{ background:var(--color-main);}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(2) span:before{ background:#009073;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(3) span:before{ background:#165fc2;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(1) span:after{ background:var(--color-main);}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(2) span:after{ background:#009073;}
.Globallayout .Globallayout_top .Globallayout_top_right .top_right_list:nth-child(3) span:after{ background:#165fc2;}
.Globallayout_content .cityname{position: relative;width: 90%;display: block;margin: 3% 5%;right:0;overflow: hidden;}
.Globallayout_content .cityname ul li{width:24.25%;}
.Globallayout_content .cityname ul li:nth-child(5n+0){margin-right:1%;}
.Globallayout_content .cityname ul li:nth-child(4n+0){margin-right:0;}
.Globallayout .Globallayout_content .Globallayout_content_map .content_map_nav .map_nav_list span:before{top: -12px;}
}

.ispots{background: url(../images/bdbg.jpg) #f7f7f7;}
.ihd {position: relative;}
.ihd .vmore {position: absolute; right: 0;bottom: 20px;}
.ispots .hd{display:-webkit-flex;display:flex;display:-webkit-box;display:box;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center;-webkit-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-left:auto;margin-right:auto;margin-bottom:.7rem}
.ispots .hd .more{color:#fff;padding:.08rem .2rem;border:1px solid #fff;border-radius:4px;font-size:16px;transition:.6s}
.ispots .hd .more:hover{background:#218a4b;border-color:#218a4b;color:#fff}
@media (max-width:640px){.ispots .hd{margin-bottom:.4rem}
}
.ispots .vhd *{color:#fff}
.ispots .vhd::before{background-image:url(../images/ic_bg2.png)}
.ispots .bd{position:relative;margin-left:auto;margin-right:auto;}
@media (max-width:1650px) and (min-width:992px){.ispots .bd{margin-left:20px;margin-right:20px;padding:0 35px; margin: 0 auto;}
}
@media (max-width:992px){.ispots .bd{width:90%}
.ispots .bd .swiper_pnext::before{color:#218a4b}
}
.ispots .icon-arr_r{right:0}
.ispots .icon-arr_l{left:0}
.spotsSwiper{margin-left:auto;margin-right:auto;}
.spotsSwiper li{background:#f5f5f5;position:relative}
.spotsSwiper li:hover h3{color:#bb0303}
.spotsSwiper li:hover .coverimg{transform:scale(1.1,1.1)}
.spotsSwiper li{width:18.4%;margin-right: 2%;border-radius: 8px;overflow: hidden;}
@media (max-width:1280px){.spotsSwiper li{width:24%;margin-right: 1%;}
}
@media (max-width:768px){.spotsSwiper li{width:50%}
}
@media (max-width:640px){.spotsSwiper li{width:100%}
}
.spotsSwiper li .date{color: #999;line-height:30px;padding:10px 0px;}
.spotsSwiper li .info{padding:0 .2rem .1rem;}
.spotsSwiper li .info .desc,.spotsSwiper li .info h3{transition:.6s;position:relative;word-break: normal;
    overflow-wrap: normal;}
.spotsSwiper li .img{background-repeat:no-repeat;background-size:cover;background-position:center;overflow:hidden;transition:.6s}
.spotsSwiper li .img img{visibility:hidden;width:100%}
.spotsSwiper li h3{font-size:18px;overflow:hidden;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden; -webkit-line-clamp: 2;line-height:25px;height:50px;font-weight: bold;font-family: 'Playfair Display';}
.spotsSwiper li .desc{font-size:14px;border-top:1px #999 solid;padding-top:10px;margin-top:20px;color:#999;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;line-height:30px;transition-delay:.2s}
@media (max-width:768px){.spotsSwiper li h3{font-size:18px;margin-bottom: 0px;}
.spotsSwiper li .desc{font-size:12px;margin-bottom: 0px;}
}


.inews{margin:0 auto;margin-bottom: 30px;}
.inews .ihd{position:relative;margin-bottom:.5rem}
.inews .ihd .vmore{position:absolute;right:0;bottom:20px}
.inews .bd{position:relative}
.inews .bd .newsnav h4{font-size:18px;line-height:25px;height:50px;font-weight: bold;font-family: 'Playfair Display';}
.inews .newsnav .info a:hover h4{color:#861819}
@media (max-width:992px){.inews .bd h4{margin-bottom:.1rem;font-size:18px}
.inews .bd .desc{font-size:13px}
}
.inews .newsnav .item{cursor:pointer;overflow: hidden;}
.inews .newsnav .item .fl{width:32%;border-radius: 8px;}
.inews .newsnav .item .fr{width:66%}
.inews .newsnav .item .fr .subname{padding:5px 8px;margin-bottom: 5px;background:#bb0505;display: inline-block;font-size: 12px;color: #fff;border-radius: 3px;}
.inews .newsnav .item .fr .date{font-size:12px;padding-top:10px;}
.inews .newsnav .item .fr .date i{margin-right:5px;}
.inews .imgbox{position:relative}
.inews .imgbox .time{font-size:16px;color:#999;margin-bottom:5px}
.inews .imgbox .tit{font-size:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-bottom:.4rem}
.inews .imgbox .desc{font-size:16px;padding:.2rem 0;}
.inews .imgbox .img{display:block;overflow:hidden;border-radius:8px;}
.inews .imgbox .coverimg{width:100%;transition:all .4s ease 0s}
.inews .imgbox a:hover h4{color:#861819}
@media (min-width:993px){.inews .imgbox{width:49%}

.inews .imgbox .txt{font-size:18px; font-weight:bold;font-family: 'Playfair Display';}
.inews .imgbox .txt span{float:right}
.inews .imgbox .img:hover .coverimg{transform:scale(1.1)}
}
@media (max-width:1360px){.inews .imgbox .tit{font-size:22px}
}
@media (max-width:992px){.inews .imgbox{margin-bottom:.5rem}
.inews .imgbox .desc{padding:.2rem 0;display:none}
}
@media (max-width:640px){.inews .imgbox .tit{font-size:18px}
.inews .imgbox .desc{font-size:14px;}
}

.inews .newsnav .day{font-size:30px;margin-bottom:.14rem;display:block}
.inews .newsnav li{padding-bottom:20px;}
.inews .newsnav li:last-child{padding-top:20px;}
.inews .newsnav li:nth-child(2){border-bottom:1px solid #dedede;border-top:1px solid #dedede;padding:20px 0}
.inews .newsnav .inner{display:inline-block;overflow:hidden;width:100%;}
.inews .newsnav .info{min-width:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;padding-right:.3rem}
.inews .newsnav .desc{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}
@media (min-width:993px){.inews .newsnav{position:absolute;left:49%;top:0;bottom:0;right:0;padding-left:2%}
}
@media (max-width:1200px){.inews .newsnav{padding-left:3%}
.inews .newsnav .date{padding:0 .2rem 0 .1rem}
}
@media (max-width:992px){.inews .newsnav{padding-left:0}
.inews .newsnav .day{font-size:26px;margin-bottom:.1rem}
.inews .newsnav li,.inews .newsnav li:nth-child(2){padding:.1rem 0}
.inews .newsnav li .date{padding:0;width:100%;text-align:left}
.inews .newsnav .item .fr,.inews .newsnav .item .fl{width:100%;}
.inews .newsnav .info{padding-right:0;}
.inews .newsnav .item .fl{margin-bottom:10px;}
.inews .bd .newsnav h4{font-size:16px;margin-bottom:0;}
.inews .newsnav li .date .day{font-size:22px;margin-bottom:6px}
.inews .newsnav li .date .year{font-size:12px}
}
@media (max-width:640px){.inews .newsnav{padding-top:.1rem}
}




@media (max-width:992px) {
.hd-tool .t-item .item .fa-sharp p,.hd-tool .t-item .language p{display:none;}
.wrap,.ispots{width:96%; margin: 0% 2%;}
.stories{top:-10px;}
.index-banner .wel-banner-bg{height:100%;}
.land{margin-top:0px;}
.ititle .en{font-size:26px;}
.arc-pnext .item span{display:none;}
.listbox li{margin-bottom:15px;}
.stories .fl, .stories .fr,.culture .list_culture{width:90%;margin: 0 5%;}
.stories .fl .info h4{font-size:20px;margin:0;}
.stories .fl .info{border:none;}
.stories .fr .info h4,.culture .list_culture .info h4{font-size:14px;line-height: 20px;-webkit-line-clamp: inherit;}
.inews .bd{width:90%; margin: 0 auto;}
.culture .list_culture ul li{width:49%;}
.culture .list_culture ul li:nth-child(2n+0){margin-right:0px;}
.Globallayout .iPadPro{padding-left:0;}
.Globallayout .Globallayout_content .Globallayout_content_map,.Globallayout .iPadPro{width:90%;display:block;margin: 0 5% 5%}
}



.banner2{background-repeat:no-repeat}
.banner2 .inner{width:88%;max-width:1400px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}
.banner2 .img{visibility:hidden}
.banner2 .info{color:#fff;height:100%;padding:1.5rem 0;display:-webkit-flex;display:flex;display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-box-pack:center;box-pack:center}
.banner2 .info h2{font-size:.48rem;margin-bottom:25px}
.banner2 .info .desc{font-size:.36rem}
.banner2 .navbox{z-index:55;position:relative;margin-top:-.8rem}
.banner2 .navbox::before{content:'';display:block;position:absolute;width:150vw;height:1px;background-color:rgba(255,255,255,.1);left:-20vw}
.banner2 nav{color:#fff;margin:0 auto;max-width:1400px;width:80%;float:left;margin-left:auto;margin-right:auto}
.banner2 nav a{color:#fff;display:inline-block;font-size:16px;padding:0 .2rem;width:auto;text-align:center;border-left:1px rgba(255,255,255,.1) solid;height:.8rem;line-height:.8rem;transition:all .4s ease 0s}
.banner2 .position{width:20%;float:right;line-height:.8rem;color:#fff;text-align:right;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.banner2 .position a{color:#fff}
@media (min-width:992px){.banner2 nav .active,.banner2 nav a:hover{background:url(../images/xy_bg.png) #bb0505;color:#fff}
}
@media (max-width:1400px){.banner2 nav a{font-size:15px}
}
@media (max-width:1200px){.banner2 nav{padding:.2rem 0}
.banner2 nav a{width:33.3%;text-align:left;float:left;height:auto;line-height:2;padding-left:.3rem;position:relative}
.banner2 nav a::before{content:'';display:block;width:5px;height:5px;background:#fff;border-radius:50%;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);z-index:5;left:0}
.banner2 nav a.active{background:0 0;color:#bb0505}
}
@media (max-width:1200px) and (max-width:992px){.banner2 nav a{width:50%}
}

.arc-sub-list h2{font-size:24px;font-weight: bold;margin-bottom:.36rem;background:url(../images/title_ico.png) no-repeat left;padding-left:80px;text-transform:uppercase}
@media (max-width:768px){.arc-sub-list h2{font-size:22px}
}
.arc-sub-list li .tit{display:block;font-size:16px;line-height:40px;bottom:60px;z-index:3;padding:0 .1rem;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-bottom: 20px;background: #f7f7f7;color: #333;font-weight: bold;}

.articlebox h1{font-size:.36rem;text-align:center}
.articlebox .data{color:#666;padding:20px 0;text-align:center}
.articlebox .data span{color:#bb0505}
.articlebox .articlecon{padding:.3rem 0 .8rem;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;font-size:16px;line-height:1.76}
.articlebox .articlecon p{word-wrap:break-word;word-break:keep-all}
.articlebox article{padding:.3rem 0 .8rem;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;font-size:16px;line-height:1.76}
.articlebox article h4{font-size:20px;font-weight:700;padding:20px 0 20px;color:#333}
.articlebox .tags{margin-top:.3rem;clear:both}
.articlebox .tags a{border:1px solid #ccc;padding:5px 10px;margin-right:10px;line-height:30px;margin-bottom:5px;vertical-align:middle;display:inline-block}
.articlebox .tags a:hover{background:#bb0505;border:1px solid #bb0505;color:#fff}
.articlebox article p{padding:.1rem 0}
.articlebox article img{display:block;margin:0 auto}
.articlebox article a{text-decoration:underline}
.articlebox article a:hover{color:#bb0505}
.arc-pnext{padding:20px 0;overflow:hidden}
.arc-pnext .item{display:block;margin-top:20px;font-size:16px;color:#999}
.arc-pnext .item:hover{color:#bb0505}
@media (max-width:992px){.arc-pnext{border-bottom:1px solid #f5f5f5;margin-bottom:1rem}
.articlebox .articlecon img{width:100%}
}

.articlebox .articlecon p,.articlebox .articlecon p span,.articlebox .articlecon span{text-wrap-mode: wrap !important;word-wrap: break-word !important;overflow-wrap: break-word !important;text-wrap:normal !important}</pre></body></html>