.mobfoot,.mobhead,.mobts{
display: none;
}

.videoBox .bread-crumb{
    text-indent: 0;
}
.news-w88 .bread-crumb{
    text-indent: 0;
}
.bread-crumb{
    text-align: left !important;
    color: #999;
    font-size: 0.18rem;
    text-indent: 0.5rem
}
.bread-crumb a{
    font-size: 0.18rem;
    color: #999;
}
.bread-crumb .cur{
    color: #ccc;
    font-size: 0.18rem;
}
.banB{
    position: relative;
}
.bread-crumb_bai2{
    top: 0.1rem;
    font-size: 0.18rem;
    position: absolute;
    color: #efefef;
    left: 0;
}
.bread-crumb_bai2 a{
    color: #efefef;
    font-size: 0.18rem;
}
.bread-crumb_bai2 .cur{
    color: #fff;
    font-size: 0.18rem;
}
.bread-crumb_bai{
    color: #6f6f6f;
    font-size: 0.18rem;
}
.bread-crumb_bai a{
    color: #6f6f6f;
    font-size: 0.18rem;
}
.bread-crumb_bai .cur{
    color: #333;
    font-size: 0.18rem;
}
.bread-crumb_bai3{
    position: relative;
    top: -1rem;
    font-size: 0.18rem;
}

img {
    border: 0;
    max-width: 100%;
    display: block;
}
.imgqpx{
    width: 1px;
    height: 1px;
    opacity: 0;
}
.noneh2{
    display: none;
}
.bgtit{
    background: url('../img/newsTit.png') no-repeat center center;
    background-size: 100% 50%;
     font-size: 0.32rem;
}
.engtit{
    margin-top: -0.2rem;
    display: block;
    width: 100%;
    text-align: center;
    color: #d8d8d8;
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    list-style: none;
    -webkit-appearance: none;
    /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击去除高亮的颜色*/
}

body {
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #333;
    background: #fff;
    overflow-x: hidden;
    font-family: "微软雅黑";
}

img {
    border: 0;
    max-width: 100%;
    display: block;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    color: #333333;
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    min-width: 12rem;
    max-width: 19.2rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
}


/* 头部样式 */

.header {
    width: 100%;
    min-width: 12rem;
    height: 0.85rem;
    background: #ffffff;
    position: relative;
    z-index: 999;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.logo {
    width: 2.03rem;
    height: 0.36rem;
    float: left;
    margin: 0.24rem 0.2rem;
}

.logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.menu {
    float: right;
    width: auto;
    padding: 0.2rem 0;
}

.menu .menuItem {
    display: block;
    float: left;
    margin: 0 0.2rem;
    position: relative;
}

.menu .menuItem a {
    height: 0.45rem;
    font-size: 0.16rem;
    line-height: 0.45rem;
    color: #2d2d2d;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.menu .menuItem a:hover::after {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 0.02rem;
    background: #d50f0f;
    top: 0.45rem;
    left: 50%;
    margin-left: -0.125rem;
}

.menu .menuItem .itemBox {
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 8rem;
    height: 0;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s;
}

.menu .menuItem .itemBox.on {
    height: 0.45rem;
}

.menu .menuItem .itemBox a {
    font-size: 0.16rem;
    line-height: 0.45rem;
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-right: 0.3rem;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.menu .menuItem .posR {
    text-align: right;
    left: auto;
    right: 0;
}

.menu .menuItem .posR a {
    margin-left: 0.3rem;
    margin-right: 0;
}

.menu .menuItem .itemBox a:hover {
    color: #d50f0f;
}

.menu .menuItem .itemBox a::after {
    display: none;
}

.subnav {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 0;
    position: absolute;
    top: 0.85rem;
    left: 0;
    z-index: 8;
    transition: all 0.3s;
}

.subnav.on {
    height: 0.45rem;
}

.search {
    width: 0.51rem;
    height: 0.36rem;
    float: right;
    margin: 0.25rem;
    border: 0.01rem solid #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    display: none;
}

.search input {
    border: 0;
    width: 1.5rem;
    height: 0.36rem;
    display: none;
    position: absolute;
    right: 0.45rem;
    top: 0;
    display: none;
}

.search a {
    background: url(../img/icon_serach.png) no-repeat left center;
    background-size: 100% 100%;
    width: 0.21rem;
    height: 0.21rem;
    display: block;
    position: absolute;
    top: 0.05rem;
    right: 0.15rem;
}

.search.on {
    width: 2.1rem;
    border: 0.01rem solid #333;
    border-radius: 0.34rem;
}

.search.on input {
    display: block;
}


/* 长城官网 */

.mainHomes {
    background: #F2F2F2;
    padding: 0.2rem 0;
}

.mainHomes .homesCont {
    /* min-width: 12rem;
    max-width: 14rem; */
    padding: 0px 0.5rem;
    margin: 0 auto;
    overflow: hidden;
}
.mainHomes .homesCont ul{
    display: flex;
    justify-content: space-between;
}

.mainHomes .homesCont li {
    width: 17%;
    height: auto;
    float: left;
    text-align: center;
}

.mainHomes .homesCont li img {
    display: inline-block;
    transition: all 0.3s;
}

.mainHomes .homesCont a:hover img {
    transform: scale(1.1);
}


/* 底部栏 */

.footer {
    background: #3e3e3e;
}

.footer .fTop {
    max-width: 14rem;
    min-width: 12rem;
    height: 4.5rem;
    margin: 0 auto;
    padding: 0.3rem 0;
    text-align: center;
    border-bottom: 0.01rem solid #505050;
}

.footer .fTop .topCode {
    width: 3rem;
    height: auto;
    float: right;
}

.footer .fTop .topCode ul {
    padding-top: 0.1rem;
    margin-left: -0.46rem;
    overflow: hidden;
}

.footer .fTop .topCode li {
    float: right;
    margin-left: 0.4rem;
    margin-bottom: 0.2rem;
    width: 1.3rem;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #7c7c7c;
    text-align: center;
}

.footer .fTop .topCode li img {
    width: 100%;
    display: block;
}

.footer .fTop .topMenu {
    margin-right: 3.4rem;
    overflow: hidden;
}

.footer .fTop .topMenu li {
    width: 16%;
    float: left;
}

.footer .fTop .topMenu li:last-child {
    width: 20%;
}

.footer .fTop .topMenu h3 {
    font-size: 0.2rem;
    text-align: left;
    line-height: 0.36rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
    position: relative;
    padding-left: 0.15rem;
}

.footer .fTop .topMenu h3::after {
    content: "";
    position: absolute;
    top: 0.08rem;
    left: 0;
    width: 0.05rem;
    height: 0.22rem;
    background: #d50f0f;
}

.footer .fTop .topMenu h3 a {
    color: #e5e5e5;
}

.footer .fTop .topMenu p {
    font-size: 0.16rem;
    text-align: left;
    line-height: 0.36rem;
    font-weight: normal;
    padding-left: 0.15rem;
}

.footer .fTop .topMenu p a {
    color: #7c7c7c;
}

.footer .fTop .topMenu a:hover {
    color: #fff;
}

.footer .fBottom {
    max-width: 14rem;
    min-width: 12rem;
    margin: 0 auto;
    padding: 0.3rem 0;
    text-align: center;
}
.footer .fBottom a span {
    text-decoration: underline;
}
.footer .fBottom a {
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #e5e5e5;
    margin: 0 0.2rem;
}

.footer .fBottom a:hover {
    color: #FFFFFF;
}

.footer .fBottom p {
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #7c7c7c;
}

.toolbar_bottom {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 0.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.toolbar_bottom .bottom_main {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.toolbar_bottom .bottom_main .main_left {
    background: url(../img/pos_bottom_left.png) no-repeat center center;
    background-size: 100% 100%;
    width: 0.96rem;
    height: 0.61rem;
    float: left;
    display: block;
    margin-top: 0.1rem;
}

.toolbar_bottom .bottom_main .main_right {
    width: auto;
    height: 0.8rem;
    margin-left: 1.1rem;
}


/* 右侧工具栏 */

.posToolbar {
    position: fixed;
    top:60%;
    right: 0;
    z-index: 999;
    /*transform: translateY(-50%);*/
}

.posToolbar .barBox {
    text-align: center;
}

.posToolbar .barBox li {
    width: auto;
    height: 45px;
    margin-bottom: 2px;
    text-align: right;
	position: relative;
}

.posToolbar .barBox .boxItem {
    position: relative;
    width: 45px;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.3s;
}

.posToolbar .barBox .boxItem a {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/bar_li.png) no-repeat top right;
    width: 202px;
    height: 45px;
    display: block;
}

.posToolbar .barBox .boxItem:hover {
    width: 202px;
}

.posToolbar .barBox .boxItem:hover a {
    background: url(../img/bar_now.png) no-repeat top right;
}

.posToolbar .barBox li p {
    width: 155px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    float: left;
}

.posToolbar .barBox li img {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    margin-left: 2px;
}

.posToolbar .barBox .boxApp{
	width: 155px;
	height: 139px;
	background: #d50f0f;
	position: absolute;
	left: 0;
	bottom: 47px;
	display: none;
}
.posToolbar .barBox li.now .boxItem{
	width: 202px;
}

.posToolbar .barBox li.now .boxItem a {
    background: url(../img/bar_now.png) no-repeat top right;
}

.posToolbar .barBox li.now .boxApp,
.posToolbar .barBox li:hover .boxApp{
	display: block;
}

.posToolbar .barBox .boxApp img{
	width: 140px;
	height: 126px;
	margin: 7px;
}
.toolbar_right {
    background: url(../img/right_bar.png) no-repeat top right;
    width: 42px;
    height: 186px;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 999;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

#backTop {
    display: none;
}

.posHeader {
    padding-top: 0.85rem;
}

.posHeader .header {
    position: fixed;
    top: 0;
    left: 0;
}

.posTool {
    padding-bottom: 0.8rem;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.popup {
    position: fixed;
    z-index: 10000;
    width: 5rem;
    left: 50%;
    top: 50%;
    border-radius: 0.1rem;
    padding: 0.1rem;
    line-height: 1.6;
    -webkit-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.popup p {
    color: #fff;
    font-size: 0.2rem;
    box-sizing: border-box;
    text-align: center;
}

/* 新闻动态 */
    .newsDynamic{
        width: 100%;
        background-color: #fff;
        padding: 0.6rem 0;
    }
    .newsDynamic ul{
        overflow: hidden;
        padding: 0.5rem 0;
    }
    .newsDynamic .listitem{
        float: left;
        width: 6.08rem;
        margin-left: 0.23rem;
    }
    .newsDynamic .listitem img{
        width: 6.08rem;
        height:4.05rem ;
        margin-bottom: 0.3rem;
    }
    .newsDynamic .title{
        font-weight: 600;
        font-size: .5rem;
        line-height: 2.5;
        color: #333 !important;
    }
    .newsDynamic .listitem p{
        width: 100%;
        text-align: left;
        font-size: 0.26rem;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .newsDynamic .btnA{
        display: block;
        margin: 0 auto;
        width: 3rem;
        color: #fff;
        height: 0.46rem;
        font-size: 0.22rem;
        background-color: #d7000f
    }
    
/*只放头尾、banner、小导航*/
/*cookie 提示*/
.row::before,
.row::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.cookie-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9930;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    text-align: left;
}
.cookie-cont {
    width: 90%;
    margin:0 auto !important;
    display: flex;
    font-size: .16rem;
    justify-content: space-between;
    align-items: center;
}
.cookie-txt {
    padding: .7rem 0;
    line-height: 1.8;
    width: 61%;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 0.18rem !important;
}
.cookie_no_agree{
    position: absolute;
    top: 0.25rem;
    opacity: 0.5;
    transition: all .5s;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.cookie_no_agree span{
    margin-left: 0.1rem;
    font-size: 0.14rem;
    color: #fff;
}
.cookie_no_agree img{
    width: 0.18rem;
}
.cookie_no_agree:hover{
    opacity: 1;
}

@media (max-width: 767px){
    .cookie-cont {
        flex-wrap: wrap;
        font-size: .24rem;
    }
    .cookie-txt {
        width: 100%;
        font-size: 0.24rem !important;
        padding: 1rem 0 .7rem;
    }
    .cookie-pop .cta-button{
        margin-bottom: 0.5rem;
    }
    .cookie-right{
        width: 60% !important;
        height: 0.7rem !important;
        line-height: 0.7rem !important;
    }
    .cookie-right .btn-agree{
        line-height: 0.7rem !important;
    }
    .cookie-pop{
        background-color: rgba(0, 0, 0, 0.9);
    }

    .cookie_no_agree{
        top: 0.3rem;
    }
    .cookie_no_agree span{
        font-size: 0.22rem;
    }
    .cookie_no_agree img{
        width: 0.3rem;
    }

}
.cookie-txt p:nth-child(1) {
    text-align: left;
}
.cookie-txt a {
    color:#dfb591;
    text-decoration: underline;
}
.cookie-right {
    height: 0.6rem;
    width: 2.9rem;
    border: 1px solid #dfb591;
    text-align: center;
    cursor: pointer;
}
.cookie-right .btn-agree {
    color:#dfb591;
    cursor: pointer;
    /* background: linear-gradient(to right, #191515, #191515); */
    /* transition: all 0.5s; */
    display: block;
    width: 100%;
    height: 100%;
    line-height: .6rem;
}
.cookie-right .btn-agree:hover {
}

.is-noheader .J-page-header,
.is-nofooter .J-page-footer {
    display: none;
}

