* {
	margin: 0 ;
	padding: 0 ;
}
.container-fluid {
	padding: 0!important;
	margin: 0!important;
}
.container {
	padding: 0!important;
	
}
.row {
	padding: 0!important;
	margin: 0!important;
}


@media screen and (min-width: 768px) {
.phone_bg {
	display: none;
}
.title_img h4 {
	display: none;
}
.m_phone {
	display: none;
}

.hengfu2 {
	display: none;
}

.sjweibu {
	display: none;
}
}

@media screen and (max-width: 767px) {
.pc_bg {
	display: none;
}
.title_img span {
	display: none;
}
.hengfu {
	display: none;
}

.weibu {
	display: none;
}
}


/**背景**/
.pc_bg img {
	width: 100%;
}
.phone_bg img {
	width: 100%;
}
/**导航**/
.nav {
	width: 100%;
	background-color: #ba261a;
}
.navbar {

}
.navbar ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.navbar ul li {
	padding: 5px 30px;
	list-style: none;
   display: inline-block;
}
.navbar ul li a {	
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color:#FFFFFF;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.navbar ul li {
    padding: 5px 21px;
}
}
@media only screen and (min-width: 540px) and (max-width: 767px){
.navbar ul li {
    padding: 5px 4%;
}
}

@media screen and (max-width: 539px) {
.navbar ul li {	
	/* width: 50%; */
	padding: 5px 10px;
}
.navbar ul li a {	
	font-size: 18px;
	font-weight: normal;
}
}
/**面包屑导航**/
.mbxdh_list {
	width: 100%;
    padding: 10px 15px;
    margin: 6px 0;
    background-color: #f8f8f8;
}
.mbxdh_list a {
	font-size: 15px;
    color: #444444;
    text-decoration: none;
    padding: 0 4px;
}
/**尾部**/
.weibu {
	background: #ba261a;
}
.footer_con {
    width: 100%!important;
  background-color: #ba261a;
}
.yqlj {
    border-bottom: 1px solid #f1f4f7!important;
}
@media only screen and (min-width: 992px) and (max-width: 1399px){
.bqitm ul li {
        width: 50%!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .bqitm ul li {
        width: 100%!important;
    }
}


.bqitm ul li {
    width: 285px!important;
}
.bqitm {
    width: 64%!important;
}
.sjweibu {
margin-top: 10%;
}