@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "segoeui";
    src: url("../fonts/segoeui.ttf")/*tpa=http://www.mxpsu.com/assets/fonts/segoeui.ttf*/;
}
.segoeui {
    font-family: segoeui;
}
@font-face {
    font-family: "segoeuisb";
    src: url("../fonts/seguisb.ttf")/*tpa=http://www.mxpsu.com/assets/fonts/seguisb.ttf*/;
}
.segoeuisb {
    font-family: segoeuisb;
}
*{margin:0px;padding:0px; box-sizing:border-box;}

body {
	font-family:"Microsoft Yahei", "宋体", Arial;
	font-size: 14px;
	line-height: 1;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:inherit;
	}
img{
	border:0;
	max-width:100%;
}
input,textarea{
	outline: 0;
}

a{
	 color:inherit;
	 text-decoration: none;
   }
   
a:link {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
}
ul,li{
	list-style:none;
}

body {
	min-width:1200px;
	}

.fl{
	float:left;
}
.fr{
	float:right;
}
.mc,.max_width{
	margin: auto;
	width: 1200px;
}


.clearfix{
	clear:both;
	}
.clearfix:before,.clearfix:after{
	content: '';
	display: block;
	clear: both;
}


.ab_active{
	color:#e6212a;
	font-weight: bold;
	}
.space_tb1-5{
	padding-top:15px;
	padding-bottom:15px;
	}
.space_tb1{
	padding-top:10px;
	padding-bottom:10px;
	}
.space_tb2{
	padding-top:20px;
	padding-bottom:20px;
	}	
.space_tb3{
	padding-top:30px;
	padding-bottom:30px;
	}	
.space_tb4{
	padding-top:40px;
	padding-bottom:40px;
	}	
.space_tb5{
	padding-top:50px;
	padding-bottom:50px;
	}

.ta_c{
	text-align:center;
	}

.ta_l{
	text-align:left;
	}

.ta_r{
	text-align:right;
	}
	
.btn{
	cursor:pointer;
	}
.ov_hd{
	overflow:hidden;
	}

.m_color{
	color:#51c66d;
	}
.mh_color:hover{
	color:#51c66d;
	}	
.m_bg{
	background:#51c66d;
	}

.m_bc{
	background:#51c66d;
	color:#fff;
	}
.mr_t20{
	margin-top: 20px;
}
.nomargin{
	margin-right: 0 !important;
}
.nomargin-l{
	margin-left: 0 !important;
}
.pd1{
	padding: 15px;
}
.bg-white{
	background: #fff !important;
}
.no_bd{
	border:0 !important;
}
.no_bd_r{
	border-right: 0 !important;
}
.bd_c{
	border:1px solid #ccc;
}
.en{
	font-family: arial;
}
.slide-control{
	text-align: center;
}
.slide-control .owl-controls{
	position: relative;
	padding:16px 22px;
	margin:0 auto;
	display: inline-block;
}
.slide-control .owl-prev{
	width: 22px;
	height: 22px;
	background: url("../../../www-x-mxpsu-x-com.img.abc188.com/assets/img/content/icon-ad.png")/*tpa=http://www.mxpsu.com/assets/img/content/icon-ad.png*/ no-repeat;
	margin-right: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
}
.slide-control .owl-next{
	width: 22px;
	height: 22px;
	background: url("../../../www-x-mxpsu-x-com.img.abc188.com/assets/img/content/icon-ad.png")/*tpa=http://www.mxpsu.com/assets/img/content/icon-ad.png*/ no-repeat;
	background-position: -25px 0; 
	position: absolute;
	right: 0;
}
.slide-control .owl-dots{
	position: relative;
	text-align: center;
	padding-top: 6px;
}
.slide-control .owl-dot{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #333;
	margin:0 5px;
	display: inline-block;
}
.slide-control .owl-dot.active{
	background: #51c66d;
}
.arrow{
	font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: -2px;
    border: 0 dashed transparent;
    border-width: 4px;
    position: relative;
    top: 0;
    right: -5px;
    border-top-color: #666;
}
.i_banner .owl-dots{
	position: absolute;
	bottom:20px;
	width: 100%;
	text-align: center;

}
.i_banner .owl-dot{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #000;
	display: inline-block;
	margin:0 5px;
	background: #fff;
}
.i_banner .owl-dot.active{
	background: #e6212a;
}
.pro-detail-xq{
	margin-bottom: 60px;
	line-height: 1.8;
}
.pro-detail-xq h4,.pro-detail-xq h3{
	color: #f08200;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
}
.pro-detail-xq table{
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-spacing: 0;
	border-collapse: collapse;
}
.pro-detail-xq table td
{	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.pro-detail-xq img{
	margin-top: 10px;
	margin-bottom: 10px;
}