/* 展商首页 */

.top_box {
	width: 265px;
	line-height: 125px;
	margin: 45px auto;
	overflow: hidden;
	text-align: center;
}

.top_box img {
	max-width: 100%;
	max-height: 100%;
}

.shop_title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: auto;
	margin-bottom: 24px;
	text-align: center;
}

.shop_title_img {
	height: 50px;
	position: relative;
	/* overflow: hidden; */
	display: inline-block;
}

nav {
	width: 100%;
	background-color: #0D6108;
	position: relative;
}

nav>div {
	/*width: 672px;*/
	/*订制修改*/
	width: 790px;
	margin: auto;
}

nav>div>a {
	display: block;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #FFFFFF;
	float: left;
	width: 112px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

nav>div>a.choice {
	background-color: #FD7903;
}

nav>div>a:hover {
	background-color: #FD7903;
}

.swiper-container {
	width: 1200px;
	height: 500px;
	margin: auto;
	position: relative;
}

.swiper-container img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.swiper-container.zscqImg_loop02 img{
    max-height: initial;
    width: 1200px;
}
.tab {
	width: 1200px;
	margin: auto;
	height: 26px;
	line-height: 26px;
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

.tab>a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: block;
	width: 60px;
	padding-left: 25px;
	margin-left: 30px;
}

/* .tab .playLive{
	font-weight: bold;
	color: #0D6108;
} */


.tab>a:nth-child(1) {
	background: url(../../../image/直播.png) no-repeat 0 3px;
}

.tab>a:nth-child(2) {
	background: url(../../../image/图片.png) no-repeat 0 3px;
}

.tab>a:nth-child(3) {
	background: url(../../../image/VR.png) no-repeat 0 3px;
}

.tab>a:nth-child(4) {
	background: url(../../../image/图片.png) no-repeat 0 3px;
}

.fire {
	width: 1180px;
	margin: 0 auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D6108;
	line-height: 48px;
}

.shop_left {
	width: 462px;
	height: 524px;
	position: relative;
}

.shop_left img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.shop_right {
	width: 735px;
	height: 524px;
}

.shop_card {
	width: 220px;
	float: left;
	margin-left: 25px;
}

.shop_card_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.shop_card_img img {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shop_card .shop_name {
	margin-top: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	max-width: 220px;
	max-height: 21px;
	overflow: hidden;
}

.shop_card .shop_price {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FB0404;
	margin-bottom: 10px;
}

.bigImg {
	width: 1200px;
	height: 410px;
	margin: 35px auto;
	background: url(../../../image/shop_bg.png) no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
}

.bigImg .bigImg_text {
	margin-top: 80px;
}

.bigImg .bigImg_text p {
	width: 900px;
	margin: auto;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
}

.bigImg .bigImg_text p i {
	display: inline-block;
	margin-left: 15px;
	max-width: 450px;
	line-height: 50px;
	vertical-align: top;
}

.bigImg .bigImg_text p span.service {
	background: url(../../../image/service.png) no-repeat left center;
	background-size: 37px;
	padding-left: 48px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	cursor: default;
}

.bigImg .bigImg_text p span.service b {
	width: 85px;
	line-height: 27px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: #F67A01;
	border-radius: 6px;
	display: inline-block;
}

/* 企业介绍 */

.introduction {
	width: 1200px;
	margin: 40px auto;
	font-family: Microsoft YaHei;
}

.introduction .introduction_title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D6108;
	margin-bottom: 20px;
}

.introduction p {
	font-family: Microsoft YaHei;
}

.introduction img {
	margin: 15px;
}

.introduction .left_img {
	width: 435px;
	height: 350px;
	position: relative;
}

.introduction .left_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.introduction .right_text {
	width: 640px;
}

.introduction .right_text h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D6108;
	margin: 25px 0;
}

.introduction .right_text p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
}

.store {
	width: 1115px;
	margin: 0 auto;
}

.store h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D6108;
	margin: 20px 0;
}

.store .store_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.store .store_image {
	width: 256px;
	height: 256px;
	position: relative;
	overflow: hidden;
}

.store .store_image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* 全部商品 */
.shop_list {
	width: 1225px;
	margin: 40px auto;
}

.shop_card_box div:first-child {
	margin-left: 0;
}

.shop_list .shop_card {
	float: left;
	margin-left: 25px;
}

/* 云端洽谈 */
.main {
	margin: 20px auto;
}

.ydqt {
	width: 810px;
	height: 460px;
	background-color: #333;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}

.ydqt img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.ydqt .shadow {
	width: 810px;
	height: 460px;
	line-height: 460px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8)
}

.newstime {
	width: 810px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 20px;
	background-color: #000;
}

.newstime a {
	float: right;
	display: inline-block;
	background: linear-gradient(-1deg, #193F4F, #44AB66);
	height: 40px;
	width: 100px;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	color: #fff;
	font-weight: bold;
}

.picture {
	width: 380px;
	height: 520px;
	position: relative;
	background: url(../../../image/bg01.png) no-repeat center center;
}

.picture_content {
	width: 253px;
	margin: 100px auto;
}

.picture_content .picture_content_img {
	width: 253px;
	height: 69px;
}

.picture_content p {
	margin-top: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #283028;
	line-height: 36px;
}


/* 展商直播 */
.videos {
	width: 370px;
	height: 520px;
	position: relative;
}

.videos>h3 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: 10px 0;
}

.zb_card {
	height: 96px;
	margin-bottom: 10px;
}

.zb_card_img {
	width: 170px;
	height: 100%;
	position: relative;
}

.zb_card_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.zb_card_img i {
	width: 40px;
	height: 40px;
	background: url(../../../image/videoIcon.png) no-repeat center center;
	background-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	display: block;
	z-index: 3;
}

.zb_card .zb_card_text {
	width: 170px;
}

.zb_card .zb_card_text h3 {
	margin: 10px 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	max-width: 170px;
	max-height: 21px;
	overflow: hidden;
}

.zb_card .zb_card_text p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	max-width: 170px;
	max-height: 42px;
	overflow: hidden;
}

.zb_card .zb_card_text p i {
	font-weight: 400;
}

.videos>a {
	display: block;
	text-align: right;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D6108;
	margin-top: 15px;
}

.zb_bottom {
	width: 810px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 20px;
	background-color: #000;
}

.zb_bottom .fr {
	margin-right: 20px;
}

.zb_bottom .fr a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.zscqImg_bot .zscqImg_icon a.on {
	color: #059240;
	font-weight: bold;
}

/* 增加收藏样式 */
nav span {
	position: absolute;
	font-size: 16px;
	color: #fff;
	margin-top: 9px;
	margin-left: 95px;
	font-family: Microsoft YaHei;
}

nav .collection b {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../../../image/collection.png);
	background-size: 20px 18px;
	vertical-align: text-bottom;
	margin-right: 5px;
}

nav .no-collection b {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../../../image/no-collection.png);
	background-size: 20px 18px;
	vertical-align: text-bottom;
	margin-right: 5px;
}


/* 展商首页修改 */
.content-index {
	margin-top: 30px;
	margin-bottom: 40px;
}

.content-index>.goods_recommend {
	width: 850px;
	border-right: 1px solid #ccc;
	margin-right: 20px;
}

.recommend h2 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D6108;
	line-height: 48px;
}

.recommend .recommend_left-img {
	width: 288px;
	height: 266px;
	position: relative;
}

.recommend .recommend_left-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recommend .recommend_right h3 {
	font-size: 24px;
	font-family: 宋体;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 25px;
	width: 500px;
	height: 30px;
	overflow: hidden;
}

.recommend .recommend_right .map span {
	font-size: 30px;
	font-family: 黑体;
	font-weight: bold;
	color: #11A838;
	line-height: 30px;
	display: inline-block;
	max-width: 300px;
	max-height: 30px;
	overflow: hidden;
}

.recommend .recommend_right .map a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-decoration: underline;
	color: #0E6D01;
	margin-left: 28px;
}

.recommend .recommend_right p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FB0404;
	margin-bottom: 17px;
	margin-top: 103px;
}

.recommend .recommend_right>a {
	display: inline-block;
	width: 90px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #0E6D01;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0E6D01;
	line-height: 40px;
	text-align: center;
}

.hot-sale {
	margin-top: 15px;
}

.hot-sale h3 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D6108;
	line-height: 48px;
}

.hot-sale .hot-img {
	width: 216px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.hot-sale .hot-img img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hot-sale .hot_card {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}

.hot-sale .hot_card a {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.hot-sale .hot_card p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 13px;
	margin-bottom: 9px;
	width: 216px;
	height: 21px;
	overflow: hidden;
}

.hot-sale .hot_card span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FB0404;
}

.goods_show h2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 11px;
	margin-bottom: 17px;
}

.content-box {
	margin-top: 15px;
}

.content-box a {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.content-box a>.fl h3 {
	width: 180px;
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 13px;
	overflow: hidden;
}

.content-box a>.fl p {
	width: 180px;
	height: 34px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	overflow: hidden;
}

.little-img {
	width: 110px;
	height: 80px;
	margin-right: 10px;
	position: relative;
}

.little-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.more {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0E6D01;
}

.two-btn {
	margin-bottom: 65px;
}

.two-btn a {
	display: inline-block;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #0E6D01;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0E6D01;
}

.two-btn a:first-child {
	width: 149px;
}

.two-btn a:last-child {
	width: 110px;
	margin-left: 27px;
}

/*新版展商介绍*/
.brief{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 10px auto 60px;
}
.brief .brief_intro{
	width: 100%;
	box-sizing: border-box;
	padding: 0 45px;
	overflow: hidden;
	clear: both;
	margin: 0 auto 40px;
}
.brief .brief_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D6108;
}
.brief .brief_txt{
	overflow: hidden;
	clear: both;
	margin-top: 15px;
}
.brief .brief_txt p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-indent: 2em;
	line-height: 2;
}
.brief .brief_info{
	width: 100%;
	height: 136px;
	background: url(../../../image/briefBg.png) no-repeat center;
	background-size: 100%;
	padding: 30px 150px 25px 355px;
}
.brief .brief_info div{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 20px;
	/*line-height: 48px;*/
}

/*万厂订制*/
.custom {
	margin: 20px 90px;
}
.custom .custom_tit h2{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: black;
	line-height: 40px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.custom_list .custom_goods{
	float: left;
	margin-right: 25px;
	width: 195px;
	height: 235px;
	border: 1px solid #99999996;
}
.custom_list .custom_goods_img{
	border-bottom: 1px solid #99999996;
}
.custom_list .custom_goods_img img{
	width: 195px;
	height: 195px;
	display: block;
}
.custom_list .custom_goods_name {
	line-height: 40px;
	height: 40px;
	margin: auto 5px;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.custom_list .custom_goods_name:nth-child(5n){
	margin-right: 0px;
}
.custom_list .active {
	box-shadow: 0 0 8px 5px #99999996;
}
.custom_line {
	margin-top: 35px;
	border-bottom: 1px solid #9999996e;
	margin-bottom: 5px;
}
.custom_content {
	margin-bottom: 60px;
	min-height: 200px;
}
.custom_content_but {
	position: absolute;
	margin-left: 900px;
	margin-top: 100px;
	text-align: center;
}
.custom_content_but span{
	display: block;
	width: 100px;
	line-height: 40px;
	margin-bottom: 15px;
	box-shadow: 0 0 8px 5px #99999996;
	color: white;
	border-radius:10px;
}
.custom_content_but span.bgpink {
	background: pink;
	cursor: pointer;
}
.custom_content_but span.myCart_buy {
	background: dodgerblue;
	cursor: pointer;
}
.custom_content_but span a {
	color: white;
}
.custom_content_body{
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #333;
	text-align: center;
}
/*万厂订制结束*/
