@charset "gb2312";
.market-shop {
	width: 100%;
}
.market-shop-holder {
	width: 100%;
}
.market-shop-list {
	width: 1380px;
	height: 400px;
	margin: auto;
}
.market-shop-list a {
	position: relative;
	display: block;
	float: left;
	width: 440px;
	height: 400px;
	margin-left: 30px;
}
.market-shop-list a:first-child {
	margin-left: 0px;
}
.market-shop-list a .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.market-shop-list a .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.market-shop-list a .title {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	background-color: #000;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(0,0,0,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.market-shop-more {
	width: 100%;
	padding: 100px 0px;
}
.market-shop-more a {
	display: block;
	width: 200px;
	height: 48px;
	margin: auto;
	border: 1px solid #000;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
/*----------------------------------------------------------*/
.market-manager {
	width: 100%;
	background-image: url("../img/market-manager-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.market-manager-holder {
	width: 1380px;
	height: 1030px;
	margin: auto;
	padding-bottom: 100px;
}
.market-manager-list {
	position: relative;
	float: left;
	width: 330px;
	height: 440px;
	margin-right: 20px;
	margin-bottom: 50px;
}
.market-manager-list:nth-child(4n) {
	margin-right: 0px;
}
.market-manager-list .img {
	z-index: 333;
	position: absolute;
	left: 81px;
	top: 0px;
	width: 168px;
	height: 168px;
	border-radius: 84px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 3px 5px 5px 0px #DDD;
	box-shadow: 3px 5px 5px 0px #DDD;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.market-manager-list a:hover .img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.market-manager-list .content {
	position: absolute;
	left: 0px;
	top: 84px;
	width: 100%;
	height: 356px;
	padding: 84px 30px 30px 30px;
	background-color: #FFF;
}
.market-manager-list .content .title {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	color: #000;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.market-manager-list .content .text {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #404040;
	text-align: justify;
}
/*------------------------------------------------------------------*/
.market-customer {
	width: 100%;
}
.market-customer-holder {
	width: 1380px;
	height: 700px;
	margin: auto;
}
.market-customer-title li {
	width: 100%;
	padding-bottom: 100px;
	text-align: center;
}
.market-customer-list {
	position: relative;
	float: left;
	width: 460px;
	height: 700px;
	background-color: #eee;
	cursor: pointer;
}
.market-customer-list .img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 460px;
	height: 350px;
	overflow: hidden;
}
.market-customer-list .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.market-customer-list .text {
	display: block;
	position: absolute;
	left: 0px;
	top: 350px;
	width: 460px;
	height: 350px;
	padding: 30px 60px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.market-customer-list .text font {
	line-height: 80px;
	font-size: 20px;
	color: #000;
}
.market-customer-list:nth-child(2n) .img {
	left: 0px;
	top: 350px;
}
.market-customer-list:nth-child(2n) .text {
	left: 0px;
	top: 0px;
}
.market-customer-list:hover {
	background-color: #a87f41;
}
.market-customer-list:hover .text, .market-customer-list:hover .text font {
	color: #FFF;
}
/*------------------------------------------------------------------*/
.market-download {
	width: 100%;
}
.market-download-holder {
	width: 1380px;
	margin: auto;
}
.market-download-list {
	width: 100%;
	height: 400px;
}
.market-download-list a {
	position: relative;
	display: block;
	float: left;
	width: 440px;
	height: 400px;
	margin-left: 30px;
}
.market-download-list a:first-child {
	margin-left: 0px;
}
.market-download-list a .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.market-download-list a .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.market-download-list a .title {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	background-color: #000;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(0,0,0,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.market-download-more {
	width: 100%;
	padding: 100px 0px;
}
.market-download-more a {
	display: block;
	width: 200px;
	height: 48px;
	margin: auto;
	border: 1px solid #000;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
/*------------------------------------------------------------------*/
.market-title-a {
	width: 1380px;
	padding: 100px 0px;
	margin: auto;
}
.market-title-a .cn-title {
	width: 100%;
	height: 54px;
	background-image: url("../img/home-title-a-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #00271b;
	line-height: 54px;
	font-size: 30px;
	text-align: center;
}
.market-title-a .en-title {
	width: 100%;
	height: 66px;
	color: #00271b;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.market-title-a .cn-note {
	width: 100%;
	color: #00271b;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/
.market-title-b {
	width: 1380px;
	padding: 100px 0px;
	margin: auto;
}
.market-title-b .cn-title {
	width: 100%;
	height: 54px;
	background-image: url("../img/home-title-b-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	line-height: 54px;
	font-size: 30px;
	text-align: center;
}
.market-title-b .en-title {
	width: 100%;
	height: 66px;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.market-title-b .cn-note {
	width: 100%;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/