/* 页面通用样式，适用于整个网站 */

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

* {
    box-sizing: border-box;
}


/************************************************************************************
招商负责人 Iframe页面 布局
*************************************************************************************/
/*START 招商负责人板块样式*/

.ikuang {
	width: 830px;
	height: 300px;
}

.contactZone {
	width: 250px;
	height: 300px;
	margin: 0 10px;
	font-size: 1.2em;
	color: #666666;
	background-color: #F9F9F9;
	text-align: left;
	border-radius: 8px;
	float: left;
}
.contactTite {
	padding: 16px 23px;
	/*background-color: #f5f5f5;*/
	font-weight: 600;
	border-radius: 8px 8px 0 0;
	font-size: 1rem;
	color: #333333;
}
.productType {
	margin: 5px;
	padding: 5px 16px;
	height: 140px;
	color: #333333;
	/*border-bottom: 1px solid #F3F3F3;*/
	font-size: 1rem;
}
.contactorName, .contactorTel {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: left;
	margin: 10px 0;
	padding: 0 23px;
	font-size: 1rem;
}
.contactorName img, .contactorTel img {
	position: relative;
	top: 2px;
	margin-right: 5px;
	width: 23px;
	height: 23px;
}

.contactorName span, .contactorTel span {
	font-size: 1.1em;
	/*color: #3D3D3D;*/
	font-weight: bold;
}

/*END招商负责人板块样式*/

