.shouhou_box .swiper-wrapper {
    width: 82%;
    margin: auto;
}
.downsearch .form-search {
    width: 100%;
}
.fa-angle-up {
    cursor: pointer;
}

/* 保修期查询模态框 */
.inquire_auto{
	margin: auto!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    position: absolute!important;
    width: 52%!important;
    height: 72%;
}
.btn_inquire{
	width: 40%;
	margin:30px auto;
}
.btn_inquire button{
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    border: none;
    padding: 10px;
    background: #b01f24;
}
.btn_inquire button:hover{
	color:white;
}
.btn_inquire button:focus{
	color:white;
}
.modal-header {
   padding: 36px 0 28px 0!important;
}
.inquire_p p{
	font-size: 18px;
    margin-top: 8px;
}
.inquire_p3{
	font-size: 14px;
    margin: 50px 0;
    line-height: 22px;
}

#content-h1 {
    margin-top: 10px;
    font-size: 23px;
}

#content-p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bbbbb_list{
	margin-bottom:30px
}
.content-h1 {
    margin-top: 10px;
    font-size: 22px;
    text-decoration: underline;

}
.content-h1 a{
	color:black
}
.content-h1:hover a{
	color:#b01f24
}
.content-p {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 5px;
	padding:0
}

#nav-fault {
    margin-bottom: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
}

#nav-fault .p0-li .p0-li-p {
    border-top: 1px solid #ccc;
    padding: 6px 8px;
	position:relative
}

#nav-fault .p1-li {
    border-top: 1px solid #ccc;
    padding: 5px;
    padding-left: 10px;
}

#nav-fault .p3-li {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    color: #7e7e7e;
    padding: 3px;
    padding-left: 10px;
}

#nav-fault .p3-li a {
    color: #7e7e7e;
}

#nav-fault .p0-ul-p {
    padding: 10px 34px 10px 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nav-fault .p0-li p span {
    font-size: 20px;
}

#nav-fault .p0-li p i {
    padding: 6px;
    position: absolute;
    right: 10px;
}

.fa-angle-up {
    float: right;
}

#nav-fault .p3-ul {
    background-color: #f8f8f8;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 30px;
}

.background-color-b01f24 {
    background-color: #b01f24;
    color: #fff;
}

.color-b01f24 {
    color: #b01f24 !important;
}

@media (max-width: 768px) {
    .shouhou_box .swiper-wrapper {
        width: 100%;
    }
	#nav-fault .p0-li p i {
		right: 22px;
	}
}

@media (min-width: 1600px){
	.inquire_auto{
		height: 62%;
	}
}

@media (min-width: 1920px){
	#nav-fault .p0-li .p0-li-p {
		padding: 10px;
	}
	#nav-fault .p0-ul-p {
		padding: 14px;
	}
	#nav-fault .p3-li {
		padding: 8px;
	}
	.inquire_auto{
		height: 50%;
	}
}
