#container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

header {
	flex: 0 0 auto;
}

.main {
	flex: 1 0 auto;
}

footer {
	flex: 0 0 auto;
}

.uldisc{
	list-style: disc !important;
}

.tac {
	text-align: center !important;
}

.flole {
	float: left;
}

.mb8 {
	margin-bottom: 0.5rem;
}
.mb2{
	margin-bottom: 1.25rem /* 20/16 */;
}

.ml{
	margin-left: 15px;
}

.mr10 {
	margin-right: 0.625rem;
}

.mtopb {
	margin: 12px 0;
}

.paddtop{
	padding: 20px 0;
}

.copyright a{
	color: #fff !important;
}

.pl{
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;/*加宽度width属来兼容部分浏览*/
}

.dfbox{
	display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.lh {
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #4a6264 !important;
}

.linh {
	line-height: 1.5625rem;
}

.h4colo {
	color: #0070ba !important;
}

.garcolo {
	color: #4a6264 !important;
}

.colo5{
	color: #555 !important;
}
.texsty {
	font-size: 1.65rem;
	line-height: 1.25rem;
	font-weight: 600 !important;
	color: #4a6264 !important;
}

.texsty2 {
	font-size: 1.1875rem
		/* 19/16 */
	;
	line-height: 1.25rem;
	font-weight: 600 !important;
	color: #555 !important;
}
.ptet{
	font-size: 1.1875rem
	/* 19/16 */
;
line-height: 1.25rem;
color: #555 !important;

}
.modrow .row {
	display: flex;
	align-items: center;
	padding: 5px  0;
}

.modbut .header-search,
.cart-total {
	margin-bottom: 15px;
}

.header-top-left .mod-message {
	float: left;
	padding-left: 20px;
}

.row_ui {
	display: flex;
	align-items: center;
}

.bannimg {
	width: 100%;

}

.button {
	background-color: #0070ba !important;
	padding: 0.3125rem 0.625rem !important;
	color: #fff !important;
}

/* 首页 */
.bannerw {
	width: 100%;
	/* height: 450px; */
	overflow: hidden;
}

.rslides{
	position: relative;
}
.liban{
	width:auto !important;
	left: 50% !important;
	transform: translate(-50%) !important;
}
.imgban{

}
.texcolo,
.texcolo a {
	color: #0070ba !important;
}

.home-banner {
	padding: 2em 0 2em 0;
	text-align: center;
	background-color: #f5f5f5;
}

.gird_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

.gird_son {}

.row  .mtopb2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

.mtopb  .about-img2{
	 margin: 0 auto;
}

.cell {
	width: calc(25% - 1.875rem);
}


.cell .h2 {
	font-size: 22px !important;
	margin: 10px 0 !important;
}

.cell .h2 a {
	color: #0070ba;
}

.cell .h3 {}

/* 段落 */
.texts h3 {
	font-size: 1.25rem;
}

.texts p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6rem;
	text-rendering: optimizeLegibility;
}

.texts h5 {
	font-size: 1.1875rem
		/* 19/16 */
	;
	line-height: 1.25rem;
	font-weight: 600 !important;
	color: #555 !important;
}

.texts h2 {
	margin-bottom: .9375rem
		/* 15/16 */
	;
	font-size: 1.65rem;
	line-height: 1.25rem;
	font-weight: 600 !important;
	color: #4a6264 !important;
}

.texts span {
	color: #0070ba;
	;
}

.bultext h2{
    font-size: 1.5em!important;
	font-weight: 600 !important;
}
.bultext h2 a{
color: #0070ba !important;
}
.single-product-info .short-description>p {
    font-size: .9375rem /* 15/16 */;
    line-height: 1.375rem /* 22/16 */;
}

.psize p{
	font-size: .9375rem /* 15/16 */;
    line-height: 1.375rem /* 22/16 */;
}
.uldisc li{
	line-height: 25px;
	font-size:16px;
}


.banner-area h3{
	font-size: 22px !important;
}

.footer-widget p {
	width: 88%;

}

/*搜索框*/

#suggest-list {
	width: 498px;
	height: 200px;
	overflow-y: scroll;
	display: none;
	border: 0;
}
#suggest-list::-webkit-scrollbar {
	display: none;
}


  /*背景层*/
  #popLayer {
	display: none;
	background-color: rgba(0,0,0,0.75);;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 10;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);/* 只支持IE6、7、8、9 */
}

/*弹出层*/
#popBox {
	display: none;
	background-color: #FFFFFF;
	z-index: 11;
	width: 200px;
	height: 200px;
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
}

#popBox .close{
	text-align: right;
	margin-right: 5px;
	background-color: #F8F8F8;
}

/*关闭按钮*/
#popBox .close a {
	text-decoration: none;
	color: #2D2C3B;
}

.mbutton .col-md-12{
margin-bottom: 25px;
}

/*表格*/
.product-tab-desc ,
.product-tab-desc th {
	font-size: 15px !important;
}
.product-tab-desc a{
	color: #0070ba;
}
.about-text p{
	line-height: 25px;
}

.product-tab-desc h4{
	font-weight: 600;
}

.product-tab-desc img{
	margin-bottom: 20px;
}