/* ChengDe @20180718 */

@media (max-width: 992px) {
  .bop-nav-bar-button {
	  left: 50% !important;
	  -webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
			  transform: translateX(-50%);
	  -webkit-backface-visibility: hidden;
	  margin-bottom:15px;
	}
	
	.mobile-less-margin {
		margin: 0 -13px;
	}
	
	.mobile-no-margin {
		margin: 0 -15px;
	}
}


@media (max-width: 575px) {
	.g-pb-30-xs-down{
		padding-bottom:30px;
	}
}



/* Background */
.g-theme-bg-gray-light-v4 {
  background-color: #f5f5f5 !important;
}

.g-theme-bg-gray-light-v4--hover:hover {
  background-color: #f5f5f5 !important;
}


.g-theme-brd-gray-light-v3 {
  border-color: #f1f1f1 !important;
}




/******************  微信公众号的悬浮显示二维码   *********************************/

.bop-wechat-qrcode{
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 999;
	top: -280px;
	left: -96px;
	width: 220px;
	height: 252px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}


.bop-wechat-qrcode.bottom {
	top: 40px;
	left: -84px;
	&: after {
      display:none;
	}
}

.bop-wechat-qrcode h4 {
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777;
}

.bop-wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px 29px;
}

.bop-wechat-qrcode .qrcode table {
	margin: 0!important;
}

.bop-wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.bop-wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.bop-wechat-right.bop-wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 999;
	top: -110px;
	left: 30px;
	width: 220px;
	height: 252px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}

@media (max-width: 768px) {
	.bop-wechat-right.bop-wechat-qrcode {
		position: absolute;
		z-index: 999;
		top: -110px;
		left: calc(50% - 110px);
	}
}


.bop-wechat:hover .bop-wechat-qrcode{
	display: block;
}




/*bootstrap selector 修改，适配车型图页面*/

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-left: 25px;
    /*maodei:下面的样式为修改*/
    border: none;
    height: 48px;
    font-size: 16px;
    font-weight: 200;
    color: #ccc;
    border-color: #303030;
    background: rgba(0,0,0,0.8);
    display: table-cell;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;  /*maodei 更改*/
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; /*maodei:改到左边*/
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;/*maodei:改到右边*/
  margin-top: -2px;
  vertical-align: middle;
}


.btn-group.bootstrap-select {
    float: none;
    display: table-cell;
    margin-left: 0;
}

/* 下拉框主框被选中的时候的颜色 */
.bootstrap-select .dropdown-toggle:focus {
    outline: 5px auto #999 !important;
    outline-offset: -2px;
}

.btn-default:hover, 
.btn-default:focus, .btn-default:active, 
.btn-default.active, 
.open>.dropdown-toggle.btn-default {
    color: #999;
    background-color: #202020;
    border-color: #303030;
}

.col-md-6{
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 0;
    margin-bottom:5px;
}

.btn-u {
    margin-bottom:5px;
}


/*红色的搜索按钮*/
.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px;
}
 .header-menu-level-container {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;    top: 65px;
    min-height: 150px;
    z-index: 1003;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.1);
}#a2:hover .header-menu-level-container {
    display: block;
}.header-menu-level2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}.header-menu-level2 > li {
    float: left;
    padding: 25px 20px;
    flex-grow: 1;
}
.header-menu-promo {
    background-color: #f5f5f5;
    width:255px;
    max-width: 255px;
}.header-menu-promo .header-menu-promo-link {
    display: block;
    color: #1c1b1b;
}.header-menu-promo img {
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
}.header-menu-promo .header-menu-promo-title {
    font-size:1.5rem;
    font-weight: 400;
    color: #1c1b1b;
    margin-bottom: 10px;
}.header-menu-promo .header-menu-promo-subtitle {
    color: #1c1b1b;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
}.header-menu-level2 > li {
    float: left;
    padding: 25px 20px;
    flex-grow: 1;
}
.header-menu-column {
    margin: 5px 0;
    border-right: 1px solid #ebebeb;
}.header-menu-level2-anchor, .header-menu-profile .header-menu-myaccount-anchor-level2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    color: #323232;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: block;
}.header-menu-level3-anchor, .header-menu-profile .header-menu-myaccount-anchor-level3 {
    display: block;
    padding: 5px 0;
    color: #323232;
    font-weight: 400;
    font-size: 1rem;
}.header-menu-anchor-nested {
    margin-top: 30px;
}ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}.Building_diaphragm {
    height: 283px;
    background: url(../images/Building_diaphragm.jpg) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}.Building_diaphragm > div {
    margin-top: 42px;
}
.w1458 {
    width: 1458px;
    margin: 0 auto;
}.textBuilding strong {
    margin-bottom: 22px;
    display: block;
}
.tit1 {
    font-size: 46px;
    line-height: 46px;
    color: #000000;
}.textBuilding p:nth-child(2) {
    margin-bottom: 18px;
}
.smallTitle {
    font-size: 26px;
    line-height: 26px;
}
.textBuilding p:nth-child(3) {
    margin-bottom: 21px;
}
.smallParagraph {
    font-size: 18px;
    line-height: 28px;
}.textBuilding a {
    background-color: #727171;
}
.btnCommon {
    display: inline-block;
    width: 152px;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: center;
    color: white;
    border: solid 2px transparent;
    border-radius: 4px;
    background-color: #727171;
}   
/*手机的时候前面搜索框变两排，所以这个变高*/
@media (max-width: 991px) {
    .btn-u-lg, a.btn-u-lg {
        font-size: 18px;
        padding: 36px 30px;
    }
    .tit1 {
    font-size: 23px;
    line-height: 40px;
    color: #000000;
}.Building_diaphragm > div {
    margin-top: 22px;
}
.w1458 {
    width: 95%;
    margin: 0 auto;
}.Building_diaphragm {
    height: 160px;}.smallTitle {
    font-size: 18px;
    line-height: 0;
}.textBuilding p:nth-child(3) {
    margin-bottom: 33px;
}
.smallParagraph {
    font-size: 11px;
    line-height: 1.5;
}
}


.tbl-head-qxpel {
	font-size:1.8em;
}
@media (max-width: 768px) {
    .tbl-head-qxpel {
		font-size:1.2em;
    }
	
}
