body {
	color: #555;
	font-size: 14px;
}
li, a, div, nav, header, footer, section, span, p {
	box-sizing: border-box;
}


.w50_l {
	float: left;
	width: 50%;
}
.w50_r {
	float: left;
	width: 46%;
}
.w50_r img {
	width: 100%;
}
.w50_l {
	margin-right: 4%;
}
.w100 {
	margin: 30px 0;
	float: left;
}




.Trade{
	width:100%;
	background-color: #333;
}
.ztys{
	color: #CCC; padding-top:51px;
}

/*————————————————————————————————— about ————————————————————————————————*/
section.about {
	width: 1100px;
	margin: 120px auto;
	margin-bottom: 0;
}
section.ser {
	width: 100% !important;
	margin: 120px auto;
	padding: 0 10%;
	margin-bottom: 80px;
}
section.about>h3 {
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 100;
	color: #666;
	margin-bottom: 40px;
	/*font-family: "hero","tt_1",Arial, "MingLiU";*/
	padding: 0;
}
section.about>p:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #94b733;
	left: 50%;
	top: -24px;
	margin-left: -20px;
}
section.about>p {
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
}
section.map {
	position: relative;
	height: 630px;
	width: 100% !important;
	padding: 80px 0;
	background-color: #363a43;
	background-image: url(Trade/map_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
section.map>div h1 {
	font-size: 36px;
	position: relative;
	font-weight: 100;
}
section.map>div h1:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 4px;
	left: 50%;
	top: 62px;
	margin-left: -30px;
	background-color: #97af2b;
}
section.map>div p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-top: 36px;
	opacity: 0.8;
}
section.map>p:after {
	display: none;
}
section.map>p {
	position: absolute;
	width: 100%;
	height: 30px;
	font-size: 21px;
	color: #c0e02f;
	text-align: center;
	bottom: 80px;
	left: 0;
}
.w50_l p, .w50_r p {
	font-size: 16px;
	line-height: 36px;
	vertical-align: middle;
}
.about_1 .w50_l p, .about_1 .w50_r p {
	line-height: 28px;
}
.about .w50_l {
	padding: 40px 0;
}
.about .w50_l p:before {
	content: "";
	display: inline-block;
	background-image: url(Trade/good.png);
	width: 36px;
	height: 36px;
	margin-right: 10px;
	vertical-align: middle;
}
.ser_group {
	font-size: 0;
	margin-top: 30px;
	text-align: center;
}
.ser_box {
	width: 25%;
	height: 280px;
	margin: 10px 0;
	padding: 0 3%;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}
.ser_box img {
	margin-bottom: 10px;
	display: inline-block;
	opacity: 0.5;
}
.ser_box p {
	font-size: 15px;
	color: #888;
}
.ser_box p.title {
	font-size: 21px;
	margin-bottom: 20px;
	color: #333;
}
.ser_a {
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 50%;
	margin-left: -25%;
	text-align: center;
	height: 56px;
	line-height: 53px;
	color: #fff;
	text-indent: 20px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 40px;
	opacity: 0.2;
	transition: 0.4s;
	z-index: 8;
}
.service_box:hover .ser_a {
	opacity: 1;
}
.ser_a:hover {
	border: 1px solid rgba(255,255,255,1);
}
a.ser_a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
	width: 56px;
	height: 56px;
	background-image: url(Trade/icon-qq2.png);
}
.service_box {
	float: left;
	position: relative;
	width: 33.33%;
	padding: 80px 0 140px 0;
	text-align: center;
	color: #fff;
	background-color: #7c7e84;
	transition: 0.4s;
}
.service_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(service_3.jpg);
	background-size: cover;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 1;
	transition: 0.4s;
}
.service_box:first-child {
	background-color: #6f7278;
}
.service_box:first-child .service_bg {
	background-image: url(service_1.jpg);
}
.service_box:last-child {
	background-color: #5f6267;
}
.service_box:last-child .service_bg {
	background-image: url(service_2.jpg);
}
.service_box h5 {
	position: relative;
	font-weight: 100;
	/*font-family: "hero","tt_1",Arial, "MingLiU";*/
	font-size: 33px;
	margin-bottom: 40px;
	z-index: 2;
}
.service_box span {
	position: relative;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 8px;
	color: #ebe6ab;
	z-index: 2;
}
.service_box h5:after, .footer>p:after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	height: 3px;
	width: 30px;
	margin-left: -15px;
	background-color: #fff;
}
.service_info p {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	z-index: 2;
}
.service_box:hover .service_bg {
	opacity: 0.6;
	-ms-filter: Alpha(opacity=60);
}
.text b {
	font-size: 21px;
	margin: 30px 0 10px 0;
	font-weight: 100;
	color: #222;
}
.news_detail .text p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
}