@media(max-width:375px) {}				
@media(min-width:376px) {}				
@media(max-width:768px) {
	.meiti-details-contents {
		width: 100%;
	}
}				
@media(min-width:768px) {
	/* 头部 */
	.meiti-details-contents {
		width: 750px;
        margin: 0 auto;
        margin-top: 120px;  
        padding:0 10px 30px;
	}
}				
@media(min-width:992px) {
	.meiti-details-contents {
		width: 970px;
	}
}				
@media(min-width:1200px) {
	.meiti-details-contents {
		width: 1000px;
	}
}
@media(min-width:1500px) {
	.meiti-details-contents {
		/* width: 1200px; */
	}
}
.meiti-details-contents p{
    color: #000;
    line-height: 2;
    font-size: 14px;
    font-weight: normal;
    text-indent:2em;
}
.meiti_datails-header h2{
    /* margin-block-start: 0.83em;
    margin-block-end: 0.83em; */
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    padding: 20px 0px;
    font-size: 20px;
}
.meiti_datails-header h2 a{
    float: right;
    color: #444444;
    font-size: 14px;
}
.meiti_datails-header h6{
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.meiti_datails-header {
    border-bottom: 1px solid #ccc;
}
.detailsImg{
    text-align: center;
    margin: 30px auto;
}
.details-about h5{
    font-size: 14px;
    text-indent: 2em;
    margin: 26px 0;
    line-height: 1;
}
.jump-menu{
    margin-top: 10px;
}
.jump-menu p{
    font-size: 12px;
    text-align: left;
    text-indent: 0;
    line-height: 1.25;
}
.jump-menu a{
    /*color: #0000ee;*/
}

.meiti-details-contents {
    position: relative;
}
/* 一 */
.right-classify-nav{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 220px;
}
/* 二 */
.right-classify-navTwo{
    position: absolute;
    top: 0px;
    /* right: -220px; */
    right:0;
    width: 220px;
}
.news-h4{
    width:220px;
    height:89px;
    /* margin-left:15px; */
}

.sub-nav-list{
    /* margin-left:15px; */
    /* display:flex; */
    /* justify-content: space-around; */
}
.clearfix{
    /* display:block; */
}
.sub-nav-list li{
    margin-right:8px;

}
.sub-nav-list li a{
    display:block;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    /* margin-right: 12px; */
    padding: 45px 0px 0px 0px;
    color: white;
    font-size: 14px;
    /* background:url(../img/image/sz_ichang.png) no-repeat; */
}
.sub-nav-list li a{
    background:url(../img/image/sz_ichang.png) no-repeat;
    background-position: -100px -500px;
}
 .sub-nav-list li a:hover, .sub-nav-list li .active { 
    display: block;
    width: 60px;
    height: 60px;
    padding: 45px 0px 0px 0px;
    background-position: 0px -500px;
}
.none_margin{
    margin-right:0px;
}
.sub-nav-list li .null_bg{
    background-position: -200px -500px !important;
}
 .sub-nav-list li{ 
    float: left;
    width: 65px;
    /* padding:0px 15px; */
    /* margin:0 3px; */
}


.bg{
    background:url(../img/image/sz_ichang.png) no-repeat;
    background-position:0px -800px;
}

p img{
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

@media(min-width:768px){
    .meiti-details-contents section:not(:last-child){
        width: 700px;
    }
    .meiti-details-contents p {
        width: 700px !important;
    }
}
@media(min-width:992px){
    .meiti-details-contents section:not(:last-child){
        width: 740px;
    }
    .meiti-details-contents p {
        width: 740px !important;
    }
}
@media(min-width:1200px){
    .meiti-details-contents section:not(:last-child){
        width: 767px;
    }
    .meiti-details-contents p {
        width: 767px !important;
    }
}
