﻿@charset "utf-8";
.header{ top: 0; bottom: auto;}

/*翻页条*/
.pagebar{margin:.8rem auto 0 auto;display: flex;align-items: center;justify-content: center;}
.pagebar>.p_t{align-self: flex-start;line-height: .38rem;}
.p_pages{text-align: center;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.pagebar *{font-size: .14rem;white-space: nowrap;}
.p_pages span{padding: 0 .1rem;height: .36rem;display: flex;margin: 0 .04rem;box-sizing: border-box;border-radius: 0;min-width: .36rem;color: #333;align-items: center;justify-content: center;position: relative;z-index: 1;margin-bottom: .1rem;}
.p_pages span:before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: #d2d2d2 1px solid;border-radius: .04rem;z-index: -1}
.p_pages span a{display: flex;align-items: center;border-radius: .04rem;justify-content: center;margin: 0 -.1rem;height: 100%;width: calc(100% + .2rem);padding: 0 .1rem; transition: .5s;}
.p_pages svg{width: .16rem;height: .16rem; transition: .5s;}
.p_pages .p_last + span, .p_pages .p_last + span + span{padding: 0;margin-right: -.05rem;}
.p_pages .p_goto + span{ padding: 0;}
.p_pages .p_t:before{ display: none}
.p_goto{ margin: 0 .03rem}
.p_goto input{display: flex;align-items: center;justify-content: center;height: .36rem;padding: 0;transition: .5s;position: relative;z-index: 1;border: none;border-radius: 0;width: .3rem;}
.p_goto a{display: flex;align-items: center;border-radius: .04rem;justify-content: center;height: .36rem;padding: 0 .1rem;transition: .5s;position: relative;z-index: 1;}
.p_goto a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: #e5e5e5 1px solid; border-radius: .04rem; z-index: -1; transition: .5s;}

.p_pages span.p_no_d{ border-radius: .04rem;  background: #920F15; color: #fff!important}
.p_pages span.p_no_d:before{ border: #920F15 1px solid}

.p_pages a:hover, .p_pages a.on, .p_goto a:hover{background: #920F15;color:#fff!important;}
.p_pages a:hover svg{ fill: #fff}
.p_goto a:hover::before{ border: #920F15 1px solid;}

@media(max-width: 769px){
    .pagebar{ margin: .4rem auto 0;}
} 

@media(max-width: 1024px){
}
@media(max-width: 800px){
}
@media(max-width: 769px){
} 
@media(max-width: 560px){
} 
.n_ba{position: relative;z-index: 1;margin: 1.16rem 0 0;}
.n_ba .imgBox .img{padding-bottom: 15%;}
.n_ba .top{ position: absolute; right: 0; bottom: 0; left: 0;}

.n_tit1{border-bottom: #d2d2d2 1px solid;margin-bottom: .3rem;padding-bottom: .1rem;}

.mianbao{display: flex;align-items: center;padding: .06rem 0;justify-content: flex-end;line-height: 1.5;}
.mianbao *{font-size: .16rem;color: #999;font-style: normal;line-height: 1.5;font-weight: normal;transition: .5s;}
.mianbao img{width: .16rem;margin: 0 .06rem 0 0;}
.mianbao span{margin: 0 .06rem;}

#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9;width: 100%;background: #940720;}
#bnt_back { position: absolute; left: 15px; top: 0px; }
#bnt_back img { height: 28px; }
#bnt_back svg { fill: rgb(255, 255, 255); height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: rgb(255, 255, 255); text-align: center; margin: 0px; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 15px; top: 0px; height: 50px; cursor: pointer; color: rgb(255, 255, 255); font-size: 18px; display: flex; align-items: center; }
#bnt_sub_nav svg { fill: rgb(255, 255, 255); height: 20px; vertical-align: middle; width: 20px; }
#bnt_sub_nav img { display: block; height: 20px; }
#bnt_sub_nav.on img { transform: rotate(-180deg); }
#sub_nav_content { background: rgb(240, 243, 245); display: none; box-shadow: rgb(153, 153, 153) 0px 0px 5px; z-index: 9; }
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0px; }
#sub_nav_content ul li a { display: block; border-left: 2px solid rgb(202, 158, 78); height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: rgb(83, 84, 85); }
#sub_nav_content ul li.on a { color: rgb(202, 158, 78); }
#sub_nav_content dl {font-size: 0px;overflow: hidden;background: rgb(255, 255, 255);padding: 10px 0px;display: flex;flex-wrap: wrap;}
#sub_nav_content dt {position: relative;background: rgb(255, 255, 255);z-index: 999;min-width: 100%;display: inline-block;margin-bottom: 0px;text-align: left;}
#sub_nav_content dt a { margin: 0px 20px; display: block; color: rgb(91, 83, 73); line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0px; opacity: 0; display: none; }
#sub_nav_content dt.title { background: rgb(250, 250, 251); }
#sub_nav_content dt.title i { opacity: 1; }
#sub_nav_content dt.title_on { background: rgb(250, 250, 251); }
#sub_nav_content dt.title_on a { color: rgb(215, 0, 41); border-top: 1px solid rgb(255, 255, 255);}
#sub_nav_content dt.title_on a i { color: rgb(215, 0, 41); }
#sub_nav_content dt.last a { border-top: 1px solid rgb(248, 248, 248); }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #940720;}
#sub_nav_content dd {display: flex;padding: 0px 20px;width: 100%;}
#sub_nav_content dd .box { padding: 0px; }
#sub_nav_content dd a {padding: 0;line-height: 30px;font-size: 12px;color: #999;display: block;height: 30px;min-width: 25%;}
#sub_nav_content dd a.on { color: rgb(215, 0, 41); }

.pad1{ padding: .4rem 0 1rem}

.n_left{width: 2.98rem;position: relative;z-index: 10;padding: 0;}
.n_right{width: calc(100% - 2.98rem);padding: 0 0 0 .5rem;}
.yj{height: 1.1rem;display: flex;align-items: center;justify-content: center;padding: 0 15px;position: relative;background: #940720;background-size: cover;z-index: 10;border-radius: 0;/* background: url(../images/in3_b.jpg) center no-repeat; */}

.yj h2{font-size: .3rem;color: #fff;line-height: 1.5;font-weight: normal;}
.erji{padding: .1rem 0 .4rem;box-shadow: 0px 3px .36rem 2px rgba(87, 87, 87, 0.13);border-radius: 0;border-bottom: #940720 3px solid;background: url(../images/in_b.jpg) center bottom no-repeat;background-size: 100% auto;}

.erji li .a{display: flex;align-items: center;text-align: center;font-size: .18rem;color: #333333;position: relative;z-index: 1;padding: 0 .5rem;height: .5rem;transition: .5s;justify-content: center;}
.erji li .a i{font-size: .22rem;color: #fff;font-family: 'lib';position: absolute;right: .2rem;opacity: 0;}
.erji li{ position: relative;}
.erji li .jia{position: absolute;top: .06rem;right: .24rem;width: .5rem;height: .5rem;z-index: 1;cursor: pointer;}
.erji li .jia::before{content: "";position: absolute;width: .14rem;height: 1px;background: #940720;top: 50%;left: 50%;transform: translate(-50%, 0) rotate(0deg);margin: -.5px 0 0}
.erji li .jia::after{content: "";position: absolute;width: .14rem;height: 1px;background: #940720;top: 50%;left: 50%;transform: translate(-50%, 0) rotate(90deg);margin: -.5px 0 0}

.erji li.on .a:before, .erji li:hover .a:before{  opacity: 0;}
.erji li.on .a, .erji li:hover .a{color: #940720;font-weight: bold;}
.erji li.on .a i, .erji li:hover .a i{ opacity: 1}
.erji li:last-child .a:before{ display: none}

.erji li dl{padding: .1rem 0;background: #fff;border-radius: .1rem;margin: 0 .1rem;/* box-shadow: 0px 3px .36rem 2px rgba(87, 87, 87, 0.13); */display: none;text-align: left;}
.erji li dl dd .a1{display: block;line-height: 1.75;font-size: .16rem;color: #666;position: relative;z-index: 1;padding: .05rem .4rem .05rem .6rem;transition: .5s}
.erji li dl dd .a1:hover, .erji li dl dd.on .a1{color: #940720;}

.erji li.on .jia::before{ transform: translate(-50%, 0) rotate(0deg);}
.erji li.on dl{ display: block !important;}

.erji li.on1 .jia::before{ transform: translate(-50%, 0) rotate(0deg);}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
}
@media(max-width:769px){
    .n_left{ display: none;}
    .n_right{width: 100%;flex: auto;padding: 0;}

    .n_tit1{ display: none;}
    #m_n_nav{ display: block;}
    .n_container{overflow: hidden;padding: .3rem 0 .5rem;margin: 0;}
    .n_ba{margin: .7rem 0 0;}
    .n_ba .imgBox .img{padding-bottom: 25%}

    .pagebar{ margin: .4rem auto 0; justify-content: center;}
} 
@media(max-width: 560px){
}

.ar_tit{position: relative;z-index: 1;margin: 0 0 .25rem;text-align: center;}
.ar_tit h3{font-size: .3rem;color: #333333;line-height: 1.35;margin: 0 auto;border-bottom: 1px solid #e8e8e8;padding-bottom: .2rem;}
.ar_tit .con .ll{justify-content: center;margin: .2rem 0 0;}
.ar_tit .con .ll p{font-size: .16rem;color: #999;line-height: .24rem;display: flex;flex-wrap: wrap;align-items: center;margin: 0 1vw;}
.ar_tit .con .ll p img{ width: .22rem; margin: 0 .1rem 0 0}

.details .arc-con p{ text-indent: 2em;}

.ar_tj{border-top: 1px solid #dcdcdc;padding: .25rem 0 0;position: relative;z-index: 1;margin: .5rem 0 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.ar_tj .a{display: block;font-size: .18rem;color: #333333;line-height: 1.7;margin: .06rem 0;transition: .5s;width: 100%;}
.ar_tj .a span{display: flex;width: 1.14rem;height: .44rem;border-radius: .06rem;background: #940720;align-items: center;justify-content: center;font-size: .18rem;color: #fff;transition: .5s;}

.details1 .ar_tit{padding: .15rem 0 .25rem;margin-bottom: .4rem;border-bottom: 1px solid #dcdcdc;}
.details1 .ar_tit h3{border: none;padding-bottom: 0;}
.details1 .arc-con p{ text-indent:2em;background:none !important;}
.details1 .arc-con span{ background:none !important;}

/* .n_b1{ background: url(../images/n_b1.jpg) center bottom no-repeat; background-size: 100% auto;} */

.arc-con video{width: 7.77rem;margin: 0 auto;max-width: 100%;}

@media(min-width: 769px){
    .ar_tj .a:hover{color: #940720;} 
    .ar_tj .a:hover span{ background: #C4A461}
}
@media(max-width: 769px){
    .ar_tit h3{ font-size: .22rem;}
    .ar_tit .con .ll p{margin: 0 .1rem;font-size: .15rem;}

    .ar_tj{padding-top: .25rem;}
    .ar_tj .a{font-size: .16rem;max-width: 100%;width: 100%;text-align: left !important;}

    .details1 .content{padding: 0;}
    .ar_tit .con .ll{ margin: .15rem 0 0;}
    
} 

.nt1{ margin: 0 -.15rem;}
.nt1 li{ width: 33.33%; padding: 0 .15rem; margin-bottom: .25rem;}
.nt1 .imgBox .img{padding-bottom: 58.5%;}
.nt1 .imgBox .img img{/* width: auto; *//* height: auto; *//* max-width: 100%; *//* max-height: 100%; *//* top: 50%; *//* left: 50%; *//* transform: translate(-50%, -50%); */}
.nt1 .txt{ text-align: center; padding: .2rem 0;}

@media(max-width: 769px){
    .nt1 li{ width: 100%; margin-bottom: .15rem;}
    .nt1 .txt{ padding: .1rem 0;}
}

.nt2{ margin: -.2rem 0 0;}
.nt2 li{ border-bottom: rgba(210,210,210,.6) 1px solid;}
.nt2 .a{ height: .62rem; align-items: center;}
.nt2 h4{flex: 1;position: relative;padding: 0 0 0 .26rem;}
.nt2 h4::before{content: "";position: absolute;top: 50%;left: .03rem;width: .07rem;height: .07rem;background: #920F15;transform: translateY(-50%) rotate(45deg);}
.nt2 h6{ margin: 0 0 0 .15rem; width: auto;}

@media(max-width: 769px){
    .nt2 .a{flex-direction: column;justify-content: center;align-items: flex-start;display: block;height: auto;padding: .15rem 0;}
    .nt2 h6{margin: .04rem 0 0;padding: 0 0 0 .26rem;}
    .nt2 h4::before{ top: .12rem; transform: rotate(45deg)}
}

.nt3 li{ border-bottom: #940720 1px solid;}
.nt3 .a{padding: .4rem;align-items: center;position: relative;z-index: 1;transition: .5s;}
.nt3 .a::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;z-index: -1;transition: .5s;opacity: 0;border-top: #940720 2px solid;}
.nt3 .a::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background: url(../images/nt3_b.png) center bottom no-repeat; background-size: 100% auto;*/ z-index: -1; transition: .5s; opacity: 0;}
.nt3 .imgBox{width: 3.92rem;margin: 0 .5rem 0 0;}
.nt3 .imgBox .img{ padding-bottom: 63.77%;}
.nt3 .txt{ flex: 1; padding: .25rem 0; }
.nt3 .time{ margin: 0 .5rem 0 0; text-align: right; position: relative; }
.nt3 .time::before{ content: ""; position: absolute; top: 50%; right: -.25rem; width: 1px; height: .7rem; background: #dcdcdc; transform: translateY(-50%);}
.nt3 .time h3{font-size: .3rem;color: #333333;transition: .5s;line-height: 1;}
.nt3 .time h6{font-size: .14rem;color: #333333;margin: .04rem 0 0;}
.nt3 h4{ flex: 1;}
.nt3 p{margin-top: .4rem;font-size: .16rem;}

.ls4 .a{align-items: center;border-bottom: #cbcbcb 1px dashed;position: relative;height: .76rem;padding: 0 0 0 .2rem;}
.ls4 .a::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: url(../images/lt3_i1.png) center no-repeat;width: .12rem;height: .12rem;background-size: cover;}
.ls4 .a::after{content: "";position: absolute;bottom: -1px;left: 0;right: 0;background: #920F15;width: 0;height: 1px;transition: .5s;}
.ls4 h4{ flex: 1;}
.ls4 h6{margin: 0 0 0 .2rem;width: auto;}


@media(min-width: 769px){
    .nt3 .a:hover{ box-shadow: 0px 20px 28.5px 1.5px rgba(149, 149, 149, 0.4);}
    .nt3 .a:hover::before{ opacity: 1;}
    .nt3 .a:hover::after{ opacity: 1;}

    .nt3 .a:hover h4{ font-weight: bold;}
    .nt3 .a:hover .time *{ color: #940720;}
    
    .ls4 .a:hover{ border-color: #920F15}
}

@media(max-width: 769px){
    .nt3 li{margin-bottom: .25rem;}
    .nt3 .a{ padding: 0;}
    .nt3 .imgBox{ width: 100%; margin: 0;}
    .nt3 .txt{ flex: auto; width: 100%;}
    .nt3 p{ margin-top: .25rem}

    .ls4 .a{ height: .5rem;}
    .ls4 h6{ font-size: .16rem;}
}

.ls5{ margin: 0 -.2rem -.3rem;}
.ls5 li{width: 20%;padding: 0 .2rem;margin-bottom: .4rem;}
.ls5 .a{ display: block; transition: .5s; /*opacity: 0; visibility: hidden*/}
.ls5 .imgBox{ border-radius: .08rem;}
.ls5 .imgBox .img{padding-bottom: 142%;}
.ls5 .txt{ position: relative; z-index: 1; padding: .24rem 0 0;}
.ls5 .txt img{ width: .36rem; opacity: 0; transition: .5s;}
.ls5 h4{ font-size: .2rem;}
.ls5 p{ font-size: .16rem; margin: .1rem 0 0;}

@media(max-width: 769px){
    .ls5{ margin: 0 -7px -.3rem;}
    .ls5 li{ width: 50%; padding: 0 7px; margin-bottom: .2rem;}
    .ls5 .txt{ padding: .16rem 0 0;}
    .ls5 p{ margin: .04rem 0 0;}
}


.lt4{ display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: .25rem .15rem; }
.lt4 li{ min-width: 0;}
.lt4 .imgBox{ border-radius: .08rem; box-shadow: 0 0 .1rem 0 rgba(0,0,0,.1);}
.lt4 .imgBox .img{ padding-bottom: 55.11%;}
.lt4 h4{ font-size: .18rem; margin: .1rem 0 0; text-align: center;}

@media(max-width: 769px){
    .lt4{ grid-template-columns: repeat(2, 1fr); }
    .lt4 h4{ font-size: .16rem}
}