@charset "UTF-8";
/* 初始化 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-size: 14px;
	font-family: "Microsoft YaHei", 微软雅黑, 宋体, arial, verdana, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;

	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}

/* main */
.main {
	width: 1200px;
	overflow: auto;
	margin: 0 auto;
	margin-bottom: 100px;
}

.title {
	text-align: center;
	margin: 45px 0;
}

.Business_Box div {
	width: 30%;
	height: 240px;
	float: left;
	margin-right: 3%;
}

.Business_Box div:last-child {
	width: 34%;
	margin-right: 0;
}

.introduction p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.introduction p:first-child {
	font-weight: bold;
	font-size: 24px;
	line-height: 55px;
	color: #00ae3b;
}

.introduction a {
	font-size: 16px;
	line-height: 24px;
	color: #00ae3b;
}

.introduction p:last-child {
	text-align: right;
	margin-top: 20px;
}

.IndustrialNews p {
	line-height: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #00ae3b;
	border-bottom: 3px solid #efefef;
}

.IndustrialNews a {
	background: url(/pubimages/english/szgmEN19918-bu.png) no-repeat left center;
	padding-left: 15px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 45px;
	color: #333;
	border-bottom: 1px dashed #e5e5e5;
}

.IndustrialNews a:last-child {
	border: none;
}

/* Industrial Parks */
.IndustrialParks {
	background-color: #f2f2f2;
	overflow: auto;
}

.IndustrialParks_Box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: auto;
}

.IndustrialParks_Box div {
	width: 30%;
	height: 310px;
	text-align: center;
	margin-right: 5%;
	float: left;
	background-color: #fff;
	box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

.IndustrialParks_Box img {
	width: 100%;
}

.IndustrialParks_Box div p {
	line-height: 70px;
	color: #00ae3b;
	font-weight: bold;
	font-size: 18px;
}

.EnterprisesMain {
	width: 1350px;
	overflow: auto;
	margin: 0 auto;
	position: relative;
}

.EM_left {
	position: absolute;
	left: 0;
	top: 35%;
}

.EM_right {
	position: absolute;
	right: 0;
	top: 35%;
}

.EM_Box {
	width: 1200px;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.EM_List div {
	margin-bottom: 40px;
	background-color: #f9f9f9;
	width: 360px;
	height: 310px;
	text-align: center;
	margin-left: 60px;
	float: left;
	box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

.EM_List img {
	width: 100%;
}

.EM_List div p {
	line-height: 70px;
	color: #00ae3b;
	font-weight: bold;
	font-size: 18px;
}