@charset "utf-8";

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top:1.1rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #9E3639;
    color: #fff;
    border: 1px solid #9E3639;
}

.pagination a:hover {
    background: #9E3639;
    color: #fff;
    border: 1px solid #9E3639;
}

.n_banner{
    position: relative;
}

.n_banner .img img{
    display: block;
    width: 100%;
}

.n_dh{
    background: #F3F3F3;
}
.n_dh .left{
    width: 15.875%;
    position: relative;
}
.n_dh .left h3{
    position: relative;
    z-index: 2;
    font-size: .26rem;
    line-height: .64rem;
    color: #fff;
    text-align: center;
    padding: 0 .2rem;
    font-family: "SourceHanSerifCN-Bold",sans-serif;
}
.n_dh .left:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: calc((100vw - 16rem) / -2);
    background: #8C2D30;
}
.n_dh .right{
    width: 84.125%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_dh .right .posi{
    max-width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.n_dh .right .posi img{
    display: block;
    width: .14rem;
    margin-right: .1rem;
}
.n_dh .right .posi *{
    font-size: .16rem;
    line-height: .24rem;
    color: #626E7B;
    transition: .5s;
}
.n_dh .right .posi span:not(:nth-child(2)){
    margin: 0 .02rem;
}
.n_dh .right .posi a:hover,
.n_dh .right .posi a.active{
    color: #8C2D30;
}

.n_erji{
    max-width: 70%;
    padding: 0 .25rem;
}
.n_erji li{
    position: relative;
}
.n_erji li a{
    display: block;
    font-size: .2rem;
    line-height: .64rem;
    color: #333333;
    padding: 0 .25rem;
    transition: .5s;
}
.n_erji li:hover a,
.n_erji li.active a{
    color: #8C2D30;
    font-weight: bold;
}
.inner_page{
    padding: .4rem 0 1rem;
}
.inner_s1 ul li{
    position: relative;
    line-height: .89rem;
    border-bottom: 1px dashed #C4D1E5;
    transition: padding .5s;
}
.inner_s1 ul li a{
    position: relative;
    z-index: 2;
    font-size: .18rem;
    color: #333333;
    padding: 0 1.2rem 0 .25rem;
    background: url("../images/n-img-1.png") no-repeat left center/.1rem;
    transition: .5s;
}
.inner_s1 ul li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #9E9E9E;
    transition: .5s;
    z-index: 2;
}
.inner_s1 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    background: #fff;
    box-shadow: 0 0 .1rem 0 #9E3639;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1 ul li:hover{
    padding: 0 .3rem;
}
.inner_s1 ul li:hover time{
    right: .3rem;
    color: #9E3639;
}
.inner_s1 ul li:hover a{
    color: #9E3639;
}
.inner_s1{
    margin-top: .3rem;
}

/*inner_s2*/

.inner_s2 li a{
    position: relative;
    z-index: 2;
    padding: .2rem .68rem .2rem .26rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li .pic{
    width: 2.38rem;
    height: 1.65rem;
}
.inner_s2 li .txt-box{
    width: calc(100% - 2.8rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.inner_s2 li .txt-box time{
    width: 1.05rem;
    height: 1.02rem;
    padding-left: .3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(158, 54, 57, 0.15);
}
.inner_s2 li .txt-box time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #9E3639;
    font-weight: bold;
}
.inner_s2 li .txt-box time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #9B9B9B;
    margin-top: .1rem;
    transition: .5s;
}
.inner_s2 li .txt-box .txt{
    width: calc(100% - 1.6rem);
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 li i{
    display: block;
    width: .38rem;
    height: .02rem;
    background: #9E3639;
    margin: .17rem 0 .18rem;
}
.inner_s2 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #898989;
    height: .56rem;
}
.inner_s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #9E3639;
    border-radius: 0 .3rem 0 .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: -.03rem;
    background: #9E3639;
    border-radius: 0 .3rem 0 .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.inner_s2 li{
    margin-top: .31rem;
    position: relative;
    background: #FAFAFA;
    border-radius: 0 .3rem 0 .3rem;
}
.inner_s2 li:first-child{
    margin-top: 0;
}
.inner_s2 li:hover:before,
.inner_s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s2 li:hover a h3{
    color: #9E3639;
    font-weight: 700;
}
.inner_s2 li:hover .txt-box time em{
    color: #9E3639;
}

.inner_s2{
    margin-top: .37rem;
}

.inner_s3 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 ul li{
    position: relative;
    width: 19.8125%;
    margin:.8rem 0 0 6.91%;
    background: rgba(255, 255, 255, 0.43);
}
.inner_s3 ul li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s3 ul li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s3 ul li a{
    display: block;
    position: relative;
    z-index: 2;
}
.inner_s3 ul li a .pic{
    padding-top: 3.99rem;
}
.inner_s3 ul li a h3{
    font-size: .2rem;
    line-height: .66rem;
    color: #333333;
    text-align: center;
    border: 1px solid #CACACA;
    transition: .5s;
}
.inner_s3 ul li:after{
    position: absolute;
    content: '';
    left: -.05rem;
    top: -.05rem;
    right: -.05rem;
    bottom: 0;
    background: #9E3639;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s3 ul li:hover a h3{
    color: #fff;
    font-weight: bold;
    border-color: #9E3639;
}
.inner_s3 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s3{
    margin-top: .6rem;
}

/*inner_s4*/

.detail{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.detail .dtl_l{
    width: 66.125%;
}
.detail .dtl_tit h1{
    font-size: .28rem;
    line-height: 1.75;
    color: #9E3639;
    text-align: center;
    font-weight: bold;
}
.detail .dtl_tit .cont{
    margin-top: .18rem;
    padding: .13rem .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(216, 216, 216, 0.24);
}
.detail .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .2rem;
}

.detail .dtl_txt p{
    font-size: .18rem;
    line-height: 2em;
    color: #333333;
    text-indent: 2em;
    margin-top: 1.5em;
}
.detail .dtl_txt p:first-child{
    margin-top: 0;
}
.detail .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 80% !important;
    margin: 0 auto !important;
}
.detail .dtl_txt{
    margin-top: .32rem;
}
.detail .dtl_page p{
    margin-top: .14rem;
    font-size: .18rem;
    color: #333333;
    line-height: .36rem;
    padding: .09rem .5rem .09rem 1.1rem;
    background: linear-gradient(90deg, rgba(158, 54, 57, 0.09) 0%, rgba(229, 238, 255, 0) 100%);
    transition: .5s;
}
.detail .dtl_page p:hover{
    color: #9E3639;
}
.detail .dtl_page{
    margin-top: .6rem;
}

.detail .dtl_r{
    width: 28.375%;
    min-height: 14.04rem;
    padding: .24rem .3rem;
    background: #F3F3F3 url("../images/n-img-10.png") no-repeat bottom center/100% auto;
}
.detail .dtl_r .tit h2{
    font-size: .24rem;
    line-height: .58rem;
    color: #4C4C4C;
    position: relative;
}
.detail .dtl_r .tit h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .03rem;
    background: rgba(82, 82, 82, 0.17);
}
.detail .dtl_r .tit{
    display: flex;
    border-bottom: 1px solid rgba(82, 82, 82, 0.2);
}

.detail .pic_swiper a{
    display: block;
}
.detail .pic_swiper a .pic{
    padding-top: 2.11rem;
}

.detail .pic_swiper a h3{
    font-size: .17rem;
    line-height: .36rem;
    color: #333333;
    text-align: center;
    padding: 0 .2rem;
    margin-top: .14rem;
    transition: .5s;
}

.detail .pic_swiper .btn{
    position: absolute;
    width: .2rem;
    height: .2rem;
    bottom: .09rem;
    background: no-repeat 50%/100% 100%;
    cursor: pointer;
}
.detail .pic_swiper .prev{
    left: -.11rem;
    background-image: url("../images/prev-3.png");
}
.detail .pic_swiper .next{
    right: -.11rem;
    background-image: url("../images/next-3.png");
}
.detail .pic_swiper a:hover h3{
    color: #8C2D30;
}
.detail .pic_swiper {
    position: relative;
    margin-top: .32rem;
}
.detail .dtl_list li a{
    display: block;
    padding-left: .25rem;
}
.detail .dtl_list li a time{
    display: block;
    font-size: .16rem;
    line-height: .27rem;
    color: rgba(158, 54, 57, 0.37);
    width: 1.14rem;
    padding: 0 0 0 .16rem;
    text-align: left;
    background: url("../images/n-img-7.png") no-repeat 50%/100% 100%;
    transition: .5s;
}
.detail .dtl_list li a h3{
    font-size: .16rem;
    line-height: .3rem;
    color: #323232;
    margin-top: .16rem;
}
.detail .dtl_list li:before{
    position: absolute;
    content: '';
    left: -.03rem;
    top: .11rem;
    width: .07rem;
    height: .07rem;
    background: rgba(158, 54, 57, 0.14) no-repeat 50%/100% 100%;
    border-radius: 50%;
    transition: .5s;
}
.detail .dtl_list li:after{
    position: absolute;
    content: '';
    left: .15rem;
    top: .13rem;
    width: .02rem;
    height: .02rem;
    background: #8C2D30;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.detail .dtl_list li:hover:before{
    top: .08rem;
    left: -.06rem;
    width: .13rem;
    height: .1rem;
    background-image: url("../images/n-img-9.png");
    background-color: transparent;
    border-radius: 0;
}
.detail .dtl_list li:hover:after{
    opacity: 1;
    visibility: visible;
}
.detail .dtl_list li{
    position: relative;
    margin-top: .6rem;
}
.detail .dtl_list li:first-child{
    margin-top: 0;
}
.detail .dtl_list:before{
    position: absolute;
    content: '';
    left: 0;
    top: .13rem;
    bottom: -.09rem;
    border-left: 1px dashed rgba(223, 173, 174, 0.46);
}
.detail .dtl_list{
    position: relative;
    margin-top: .33rem;
    margin-left: .1rem;
}
.detail .dtl_r .block2{
    margin-top: .29rem;
}

.inner_s4{
    margin-top: .37rem;
}

.inner_s5 .block1 h1{
    font-size: .28rem;
    line-height: .5rem;
    color: #9E3639;
    font-weight: bold;
    text-align: center;
    margin-bottom: .41rem;
}
.inner_s5 .block1 p,
.inner_s5 .block3 p{
    font-size: .18rem;
    line-height: .42rem;
    color: #333333;
    text-indent: 2em;
}
.inner_s5 .block2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.inner_s5 .block2 ul li{
    width: 2.6rem;
    background: url("../images/n-img-12.png") no-repeat 50%/100% 100%;
}
.inner_s5 .block2 ul li .con{
    display: block;
    font-size: .18rem;
    line-height: .52rem;
    color: #9E3639;
    text-align: center;
    padding: .1rem;
    cursor: pointer;
}
.inner_s5 .block2{
    margin-top: .35rem;
}
.inner_s5 .block3 p span{
    color: #9E3639;
}
.inner_s5 .block3{
    margin-top: .62rem;
}
.inner_s5 .block4 img{
    display: block;
    width: 100%;
}
.inner_s5 .block4{
    margin-top: 1.2rem;
}
.inner_s5 {
    margin-top: .38rem;
}

.inner_s6 .block1{
    display: flex;
    align-items: baseline;
    padding-bottom: .25rem;
    border-bottom: 1px solid #E8E8E8;
}
.inner_s6 .block1 h3{
    font-size: .36rem;
    line-height: .5rem;
    color: #3D3D3D;
    font-weight: 600;
    margin-right: .25rem;
}
.inner_s6 .block1 h4{
    font-size: .2rem;
    line-height: .28rem;
    color: #9E3639;
}
.inner_s6 .block2{
    margin-top: .57rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_s6 .block2 .left{
    width: 23.875%;
    position: relative;
    padding: .54rem 0 0 .56rem;
}
.inner_s6 .block2 .left .pic{
    height: 4.2rem;
    z-index: 2;
}
.inner_s6 .block2 .left:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2.7rem;
    height: 2.7rem;
    background: #9E3639;
}
.inner_s6 .block2 .right{
    width: 69.375%;
}
.inner_s6 .block2 h2{
    font-size: .28rem;
    line-height: .4rem;
    color: #3D3D3D;
}
.inner_s6 .block2 i{
    display: block;
    width: .32rem;
    height: .04rem;
    background: #9E3639;
    margin-top: .12rem;
}
.inner_s6 .block2 .para{
    font-size: .16rem;
    line-height: .36rem;
    color: #666;
    text-indent: 2em;
    margin-top: .15rem;
}
.inner_s6 .block2 .para *{
    font-size: .16rem;
    line-height: .36rem;
    color: #666;
}
.inner_s6 .block2 .para p:not(:first-child){
    margin-top: .45rem;
}
.inner_s6 .block2 .page{
    display: flex;
    flex-wrap: wrap;
    margin-top: .38rem;
}
.inner_s6 .block2 .page p{
    min-width: 1.76rem;
    border: 1px solid #D8D8D8;
    transition: .5s;
}
.inner_s6 .block2 .page p a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    line-height: .44rem;
    color: #666666;
    padding: 0 .25rem;
    transition: .5s;
}
.inner_s6 .block2 .page p em{
    display: block;
    width: .05rem;
    height: .09rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.inner_s6 .block2 .page p.pre em{
    background-image: url("../images/n-img-14.png");
}
.inner_s6 .block2 .page p.nxt em{
    margin-left: .1rem;
    background-image: url("../images/n-img-15.png");
}
.inner_s6 .block2 .page p.nxt a{
    flex-direction: row-reverse;
}
.inner_s6 .block2 .page p.nxt{
    margin-left: .54rem;
}
.inner_s6 .block2 .page p:hover a{
    color: #fff;
}
.inner_s6 .block2 .page p:hover{
    background: #9E3639;
    border-color: #C7E2FF;
}
.inner_s6 .block2 .page p.pre:hover em{
    background-image: url("../images/n-img-16.png");
}
.inner_s6 .block2 .page p.nxt:hover em{
    background-image: url("../images/n-img-17.png");
}

.inner_s6{
    margin-top: .55rem;
}

.inner_s7 .block{
    width: 9.95rem;
    max-width: 96%;
    margin: 0 auto;
    background: #fff;
    padding: .36rem 1.18rem .69rem .83rem;
    border: 1px solid rgba(211, 211, 211, 0.36);
    border-radius: .1rem;
}
.inner_s7 .block h1{
    font-size: .3rem;
    line-height: .5rem;
    color: #9E3639;
    font-weight: bold;
    text-align: center;
    margin-bottom: .5rem;
}
.inner_s7 .block ul li{
    margin-top: .41rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s7 .block ul li .ll{
    width: 2.5rem;
    text-align: right;
    padding: 0 .24rem;
}
.inner_s7 .block ul li .ll span{
    display: block;
    font-size: .22rem;
    line-height: .56rem;
    color: #3D3D3D;
}
.inner_s7 .block ul li .rr{
    width: calc(100% - 2.5rem);
}
.inner_s7 .block ul li .rr input{
    display: block;
    width: 100%;
    height: .56rem;
    line-height: .54rem;
    color: #7C7C7C;
    font-size: .18rem;
    padding: 0 .18rem;
    border: 1px solid #989898;
    border-radius: .12rem;
    transition: .5s;
}
.inner_s7 .block ul li .rr input::placeholder{
    color: #7C7C7C;
}
.inner_s7 .block ul li .rr input:focus{
    border-color: #8C2D30;
}
.inner_s7 .block ul li button{
    display: block;
    width: 1.74rem;
    height: .54rem;
    background: url("../images/n-img-18.png") no-repeat 50%/100% 100%;
    cursor: pointer;
}
.inner_s7 .block ul li.sub_li{
    justify-content: center;
    margin-top: .87rem;
}
.inner_s7 .block ul li:first-child{
    margin-top: 0;
}

.inner_s7{
    margin-top: .72rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background:#9E3639;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #9E3639;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    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 a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #9E3639;
}

@media (max-width: 1199px){
    .n_banner {
        margin-top: .75rem;
    }
    #m_n_nav{
        display: block;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }

}
@media (max-width: 1025px){
    .inner_s1 ul li{
        line-height: .67rem;
    }
    .inner_s1 ul li a{
        padding: 0 1.1rem 0 0.15rem;
        background-size: .07rem;
    }
    .inner_s1 ul li:hover{
        padding: 0 .15rem;
    }
    .inner_s1 ul li:hover time{
        right: .15rem;
    }
    .pagination{
        padding-top: .4rem;
    }
    .inner_s1{
        margin-top: 0;
    }
    .inner_s2 li a{
        padding: .2rem ;
    }
    .inner_s2 li .txt-box time {
        width: 1rem;
        height: 0.9rem;
        padding-left: 0.2rem;
    }
    .inner_s2 li .txt-box .txt {
        width: calc(100% - 1.2rem);
    }
    .inner_s2 li .txt-box {
        width: calc(100% - 2.6rem);
    }
    .inner_s2 li{
        margin-top: .25rem;
    }
    .inner_s2{
        margin-top: 0;
    }
    .inner_s3 ul li a .pic{
        padding-top: 125.86%;
    }
    .inner_s3 ul li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s3 ul{
        gap: .25rem 2%;
    }
    .inner_s3 {
        margin-top: 0;
    }
    .inner_s3 ul li a h3{
        line-height: .48rem;
    }
    .detail .dtl_l{
        width: 100%;
    }
    .detail .dtl_tit h1{
        font-size: .26rem;
    }
    .detail .dtl_tit .cont{
        padding: .1rem;
        margin-top: .15rem;
    }
    .detail .dtl_txt{
        margin-top: .3rem;
    }
    .detail .dtl_page p{
        padding: .09rem .1rem;
    }
    .detail .dtl_page{
        margin-top: .3rem;
    }
    .detail .dtl_r{
        display: none;
    }
    .inner_s4{
        margin-top: 0;
    }
    .inner_s5 .block1 h1{
        font-size: .26rem;
        line-height: 1.75em;
        margin-bottom: .1rem;
    }
    .inner_s5 .block2 ul li {
        width: 2.2rem;
    }
    .inner_s5 .block2 ul li .con{
        line-height: .42rem;
    }
    .inner_s5 .block2 ul{
        gap: .15rem 0;
    }
    .inner_s5 .block3,
    .inner_s5 .block2,
    .inner_s5 .block4{
        margin-top: .3rem;
    }
    .inner_s5{
        margin-top: 0;
    }
    .inner_s6 .block1 h3{
        font-size: .28rem;
        line-height: .4rem;
        margin-right: .1rem;
    }
    .inner_s6 .block1 h4{
        font-size: .18rem;
    }
    .inner_s6 .block1{
        padding-bottom: .15rem;
    }
    .inner_s6 .block2 .left{
        width: 100%;
        padding: 0;
    }
    .inner_s6 .block2 .left .pic{
        width: 2.4rem;
        height: 3.1rem;
        margin: 0 auto;
    }
    .inner_s6 .block2 .left:after{
        display: none;
    }
    .inner_s6 .block2 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .inner_s6 .block2 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_s6 .block2 .para p:not(:first-child){
        margin-top: .1rem;
    }
    .inner_s6 .block2 .para{
        font-size: .18rem;
    }
    .inner_s6 .block2 .page{
        margin-top: .2rem;
        justify-content: center;
        gap: 0 .3rem;
    }
    .inner_s6 .block2 .page p.nxt{
        margin-left: 0;
    }
    .inner_s6 .block2 .page p a{
        padding: 0 .15rem;
    }
    .inner_s6 .block2{
        margin-top: .3rem;
    }
    .inner_s6{
        margin-top: 0;
    }
    .inner_s7 .block{
        width: 96%;
        padding: .3rem;
    }
    .inner_s7 .block h1{
        font-size: .26rem;
        line-height: .3rem;
        margin-bottom: .2rem;
    }
    .inner_s7 .block ul li .ll span{
        font-size: .2rem;

    }

    .inner_s7 .block ul li{
        margin-top: .2rem;
    }
    .inner_s7 .block ul li.sub_li{
        margin-top: .3rem;
    }
    .inner_s7{
        margin-top: 0;
    }
}
@media (max-width: 769px){
    .inner_s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 70.58%;
    }
    .inner_s2 li .txt-box{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s2 li i{
        margin: .1rem 0;
    }
    .inner_s7 .block ul li .ll span{
    }
    .inner_s7 .block ul li .rr input{
        padding: 0 .15rem;
        border-radius: .05rem;
    }
    .inner_s7 .block ul li .ll{
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .inner_s7 .block ul li .rr{
        width: 100%;
    }
    .inner_s7 .block h1{
        margin-bottom: .1rem;
    }

}
@media (max-width: 481px){
    .inner_s3 ul li{
        width: 49%;
    }
}