@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}
.ny-main{
	min-height: 7rem;
	min-height: 70vh;
    padding-bottom: 0.46rem;
}
.leftNav{
    position: relative;
    float: left;
    width: 3.3rem;
    background: #9e1e1e;
    padding-left: 0.15rem;
    margin-top: -1.02rem;
    padding-right: 0.15rem;
}
.leftNav h4{
    position: relative;
    font-size: 0.3rem;
    line-height:1.02rem;
    color: #fff;
    text-align: center;
    font-weight: 600;

    background: #9e1e1e;
}
.leftNav h4 span{display: none;}
.leftNav>ul{
    background: #fff;
    padding-bottom: 0.19rem;
    box-shadow:5px 5px 10px -4px rgba(17, 17, 17, 0.15);
}
.leftNav>ul>li{
    position: relative;
    line-height: 0.63rem;
    border-top: 1px solid #e3e3e3;
}
.leftNav>ul>li:first-child{
    border: none;
}
.leftNav>ul>li>a{
    text-align: center;
    display: block;
    font-size: 0.18rem;
    color: #333333;
    padding: 0 0.1rem;
    transition: all .3s;
}
.leftNav>ul>li>span{
    position: absolute;
    top: 0;
    right: 0.3rem;
    height: 0.66rem;
    width: 0.12rem;
    font-size: 0.12rem;
    cursor: pointer;
    /* opacity: 0; */
    /* visibility: hidden; */
}
.leftNav>ul>li ul{
    background: #f0f7ff;
    display: none;
}
.leftNav>ul>li ul a{
    display: block;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.67rem;
    text-align: center;
    transition: all .3s;
}
.leftNav>ul>li:hover span{
    opacity: 1;
    visibility: visible;
}
.leftNav>ul>li:hover,
.leftNav>ul>li.active,
.leftNav>ul>li.on{
    background-color: #fcbd14;
}
.leftNav>ul>li.active>a,
.leftNav>ul>li.on>a{
    font-size: 0.2rem;
    font-weight: 600;
	color: #fff;
}

.leftNav>ul>li:hover a{
	color: #fff;
}

.leftNav>ul>li ul a:hover{
    color: #9e1e1e;
    font-weight: 600;
}

.ny-right {
    width: 10.2rem;
}
.ny-tit {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.ny-tit h4{
    position: relative;
    font-size: 0.3rem;
    display: inline-block;
    line-height: 0.82rem;
    color: #333333;
}
.ny-tit h4:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.03rem;
    background-color: #9e1e1e;
}
.ny-tit .position {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ny-tit .position>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1;
    margin: 0 1px;
}
.ny-tit .position img{
    width: 15px;
    height: 15px;
}
.ny-tit .position>a:hover{
    color: #9e1e1e;
}

/*list*/
.list li{
    line-height: 0.59rem;
    position: relative;
    font-size: 0.16rem;
    color: #333;
    border-bottom: 0.01rem dashed #c6c6c6;
}
.list li:before{
    position: absolute;
    content: '\e694';
    left: 0;
    top: 50%;
	font-family: "iconfont";
    font-size: 0.1rem;
    transform: translateY(-50%);
	line-height: 1;
	font-weight: bold;
}
.list li a{
    display: block;
    padding-left: 0.18rem;
    padding-right: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: all .3s;
}
.list li span{
    position: absolute;
    right: 0;
    top: 0;
}
.list li:hover a{
    color: #9e1e1e;
    font-weight: 600;
	transform: translateX(0.05rem);
}
.list li:hover span{
    color: #9e1e1e;
}
.list{
    margin-top: 0.17rem;

}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.4rem;
}

.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: #9e1e1e;
    color: #fff;
    border: 1px solid #9e1e1e;
}

.pagination a:hover {
    background: #9e1e1e;
    color: #fff;
    border: 1px solid #9e1e1e;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}



/*pic-list*/

.pic-list li {
    padding: 0.36rem 0;
    border-top: 0.01rem dashed #c6c6c6;
}
.pic-list li:first-child{
    border: none;
}
.pic-list li a{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.pic-list li a .cover_img {
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 1.6rem;
    padding-top: unset;
}
.pic-list li a .cover_img div{
	transition: all .3s;
}
.pic-list li a .txt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.54rem);
    margin-left: 0.23rem;
}
.pic-list li a .txt h4{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: all .3s;
}
.pic-list li a .txt p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.48rem;
    margin-top: 0.21rem;
}
.pic-list li a .txt span{
    display: block;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.16rem;
    margin-top: 0.25rem;
}
.pic-list li a .txt span i{
	margin-right: 0.1rem;
	font-size: 0.16rem;
}
.pic-list li:hover a .txt h4 {
    color: #9e1e1e;
	transform: translateX(0.05rem);
}
.pic-list li:hover a .cover_img div{
	transform: scale(1.1);
}

/*dpzw*/
.dpzw{
	padding-top: 0.34rem;
}
.dpzw p{
    font-size: 0.16rem;
    color: #333;
    line-height: 0.34rem;
    text-align: justify;
}
.dpzw p i{
    font-weight: 600;
}
.dpzw img{
	max-width: 100%;
}

/* about */
.about{
	
}
.about-l{
	width: 58%;
}
.about-r{
	width: 40%;
}
.about-r li{
	margin-bottom: 0.15rem;
}
.about-r img{
	display: block;
	max-width: 100%;
}
/*content*/
.con-tit{
    padding-top: 0.45rem;
    margin-bottom: 0.3rem;
}
.con-tit h4{
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}
.con-tit .con-tit-p {
    position: relative;
    font-size: 0;
    margin-top: 0.2rem;
}
.con-tit .con-tit-p p{
    text-align: center;
}
.con-tit .con-tit-p p span{
    display: inline-block;
    font-size: 0.15rem;
    color: #999999;
    line-height: 2.13em;
    margin: 0 0.16rem;
}
.con-tit .con-tit-p>div{
    position: absolute;
    top: 0;
    right: 0;
}
.con-tit .con-tit-p>div span{
    font-size: 0.15rem;
    color: #999999;
    display: inline-block;
    vertical-align: middle;
}
.con-tit .con-tit-p>div a{
    display: inline-block;
    vertical-align: middle;
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 0.09rem;
    line-height: 0.32rem;
    font-size: 0.2rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap .ny-right .content .con-main p{
    font-size: 0.16rem;
    color: #333;
    line-height: 0.34rem;
    margin-top: 0.11rem;
    text-align: justify;
}
.con-main img{
    display: inline-block;
    max-width: 80%;
    
    margin: 0 auto;
}
.con-main table{
    max-width: 100%;
    
    margin: 0 auto;
}
.con-info {
    margin-bottom: 0.18rem;
	padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e8e8e8;
}
.pnext p {
    text-indent: initial;
    font-size: 0.16rem;
    line-height: 0.48rem;
    color: #333333;
    font-weight: 600;
}

.pnext p a {
    font-size: 0.16rem;
    color: #333333;
    font-weight: normal;
}
.pnext p:hover a {
    color: #9e1e1e;
}

@media screen and (max-width: 1024px){
    .pic-list li a .txt p{
        line-height: 0.36rem;
        height: 0.72rem;
    }
}
@media screen and (max-width: 800px){
    .leftNav, .ny-right{
        float: none;
        width: auto;
    }
    .leftNav{
        margin-top: 0.3rem;
        padding-left: 0.1rem;
    }
    .leftNav h4{
        line-height: 0.66rem;
        font-size: 0.3rem;
        text-align: left;
        padding-left: 0.25rem;
    }
    .leftNav h4 span {
		display: block;
        position: absolute;
        top: 50%;
        right: 0.15rem;
        transform: translateY(-50%);
        font-size: 0.3rem;
    }
    .leftNav>ul{
        display: none;
       
    }
    .leftNav>ul>li>a{
        font-size: 0.25rem;
        text-align: left;
        padding-left: 0.25rem;
    }
	.leftNav>ul>li.active>a,
	.leftNav>ul>li.on>a {
		font-size: 0.28rem;
	}
    .leftNav>ul>li>span{
        right: 0.25rem;
        width: 0.2rem;
        background-size: 0.2rem;
        opacity: 1;
        visibility: visible;
    }
    .leftNav>ul>li ul a{
        font-size: 12px;
        text-align: left;
        padding-left: 0.35rem;
    }
    .ny-tit h4{
        font-size: 0.32rem;
    }
    .list li {
        font-size: 0.26rem;
        line-height: 0.84rem;
    }
    .list li a{
        padding-left: 0.25rem;
        padding-right: 1.65rem;
    }
    .pic-list li a .txt h4{
        font-size: 0.28rem;
    }
    .pic-list li a .txt p{
        font-size: 0.24rem;
        line-height: 0.46rem;
        height: 0.92rem;
    }
    .pic-list li a .txt span{
        font-size: 0.24rem;
        line-height: 0.44rem;
        margin-top: 0.15rem
    }
	.pic-list li a .txt span i{
		font-size: 0.25rem;
	}
    .pic-list li a .cover_img{
        width: 3.2rem;
        height: 2.2rem;
    }
    .pic-list li a .txt{
        width: calc(100% - 3.43rem);
    }
    .dpzw p,
    .con-main p
    {
        font-size: 0.26rem;
        line-height: 1.8;
    }
    .dpzw p,
    .con-main p,
	.dpzw p *,
	.con-main p *
    {
        font-size: 0.26rem !important;
        line-height: 1.8  !important;
    }

    .pnext p ,
    .pnext p a{
        font-size: 0.26rem;
        line-height: 2;
    }
    .con-tit h4{
        font-size: 0.3rem;
        font-weight: 600;
    }
    .con-tit .con-tit-p p span,
    .con-tit .con-tit-p>div span{
        font-size: 0.25rem;
    }
    .con-tit .con-tit-p>div{
        position: static;
        margin-top: 0.1rem;
        text-align: center;
    }
    .con-tit .con-tit-p>div a{
        width: 0.5rem;
        height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.3rem;
    }
	.ny-tit .position>*{
		font-size: 0.24rem;
	}
	.about-l,.about-r{
		float: none;
		width: 100%;
	}
	.about-r{
		padding-top: 0.15rem;
	}
}

@media screen and (max-width: 550px){
    .leftNav h4{
        padding-left: 0.15rem;
    }
    .ny-tit .position{
        position: static;
        transform: none;
    }
    .ny-tit .position{
        line-height: 3;
    }
    .pic-list li a .cover_img{
        display: block;
        width: auto;
        height: auto;
        padding-top: 69.56%;
    }
    .pic-list li a .txt{
        display: block;
        width: auto;
        margin-left: auto;
        margin-top: 0.25rem;
    }
}

.social-share .icon-wechat .wechat-qrcode{
    width: 2rem;
    height: auto;
    top: -2.65rem;
    left: -0.9rem;
}
.social-share .icon-wechat .wechat-qrcode .qrcode{
    width: 1.05rem;
    margin: 0.1rem auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode img{
    width: 100%;
}
.social-share .icon-wechat .wechat-qrcode .help p{
    font-size: 0.16rem;
    line-height: 0.32rem;
}
@media screen and (max-width: 1024px){
    .social-share .icon-wechat .wechat-qrcode{
        top: -3.05rem;
        left: -0.9rem;
    }
}
@media screen and (max-width: 550px){
    .social-share .icon-wechat .wechat-qrcode {
        width: 3rem;
        height: auto;
        top: -3.35rem;
        left: -1.24rem;
    }
}

/*new*/
.pic-list .a-list{
    overflow: hidden;
    margin: 0 -0.24rem;
}
.pic-list .a-list a{
    display: block;
    float: left;
    width: calc(33.33% - 0.48rem);
    margin: 0.2rem 0.24rem;
}
.pic-list .a-list a .pic{
    padding-top: 66.81%;
}
.pic-list .a-list a p{
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-top: 0.15rem;
}
.pic-list .a-list a p{
    color: #9e1e1e;
}

@media screen and (max-width: 800px){
    .pic-list .a-list a{
        width: calc(50% - 0.48rem);
    }
    .pic-list .a-list a p{
        font-size: 0.24rem;
    }
}
@media screen and (max-width: 550px){
    .pic-list .a-list a{
        width: calc(50% - 0.24rem);
        margin: 0.12rem;
    }
    .pic-list .a-list{
        margin: 0 -0.12rem;
    }
}

.pageBar {
	position: relative;
	z-index: 8;
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666
}

.pageBar .pageinfo {
	display: none;
}

.pageBar a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	background-color: #fafafa;
	color: #666;
	border-radius: 5px;
	border: 1px solid #e6e6e6
}

.pageBar a img {
	width: 50%;
	height: auto;
	display: block
}

.pageBar a:hover,
.pageBar a.curpage {
	color: #fff;
	background-color: #8b0707
}

@media screen and (max-width:1440px) {
	.pageBar a {
		margin: 0 4px;
		min-width: 35px;
		height: 35px;
		padding: 0 8px;
	}
}
@media screen and (max-width:1024px) {
	.pageBar a {
		margin: 0 3px;
		min-width: 30px;
		height: 30px;
		padding: 0 6px;
	}
}
@media screen and (max-width:768px){
	.pageBar{
		padding-top: 5%;
	}
}
@media screen and (max-width: 400px){
	.app-product-menu .app-product-two_subnav a:before{
		margin-right: 0;
	}
	.pageBar .homepage,.pageBar .endpage{display: none;}
}