﻿body,
p,
div,
ul,
li,
dl,
dd,
dt,
h1,
h2,
h3,
table,
td,
tr,
input,
i {
	padding: 0;
	margin: 0
}

i {
	font-style: normal;
}

body {
	font-size: 13px;
	margin: 0 auto;
	padding: 0px;
	font-family: "Microsoft YaHei";
	overflow-x: hidden;
	max-width: 1920px;
}

img,
input {
	border: 0
}

ul,
li {
	list-style: none
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.clearfix {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden
}


/*手机版顶部*/

.head {
	overflow: hidden;
	padding: 2px 0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	position: absolute;
	z-index: 999;
}

.iphone {
	height: 46px;
	background: #4fb6df;
	overflow: hidden;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 9999;
	text-align: center;
	display: none;
}

.iphone i {
	float: left;
	padding: 0.8rem 0.6rem;
	width: 6%;
}

.iphone i img {
	width: 0.6rem;
}

.iphone h1 {
	text-align: center;
	font: bold 1.1rem/46px "微软雅黑";
	color: #fff;
	width: auto;
	display: inline-block;
	margin: auto;
}

.iphone p {
	float: right;
	color: #fff;
	z-index: 999;
	text-align: right;
	margin-right: .5rem;
}

.iphone p a {
	text-decoration: none;
	font: 1.1rem/46px "微软雅黑";
}


/*pc顶部*/

.main {
	z-index: 10;
}


.wrap {
	width: 1200px;
	margin: 0 auto;
}

.banner {
	height: 700px;
	width: 100%;
	text-align: center;
	margin: 0;
	position: relative;
}
.banner img{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper_cont {
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 50px;
}


/*订货会预告*/

.trailer {
	width: 100%;
	margin: 90px auto 60px auto;
	position: relative;
	height: 100px;
}
.trailer img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.trailer_bg ul {
	padding: 15px 0 0 0;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 800px;
}

.trailer_bg ul li {
	float: left;
	width: 400px;
	height: 440px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.2s;
	margin: 0 50px 50px 0;
	cursor: pointer;
}

@media screen and (min-width: 750px) {
	.trailer_bg ul li:nth-child(3n) {
		margin-right: 0;
	}
	.trailer_bg ul li:nth-last-child(1):nth-child(3n),.trailer_bg ul li:nth-last-child(1):nth-child(3n-1),.trailer_bg ul li:nth-last-child(1):nth-child(3n-2) { 
		margin-bottom: 0;
	}
	.trailer_bg ul li:nth-last-child(2):nth-child(3n-1),.trailer_bg ul li:nth-last-child(2):nth-child(3n-2) { 
		margin-bottom: 0;
	}
	.trailer_bg ul li:nth-last-child(3):nth-child(3n-2) { 
		margin-bottom: 0;
	}
}

.trailer_bg ul li:hover .pic {
	transform: translateY(-15px);
}

.trailer_bg ul li .pic {
	width: 315px;
	height: 360px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	left: 40px;
	top: 0;
	transition: all 0.2s;
}

.trailer_bg ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trailer_bg ul li .tr_txt {
	width: 400px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px;
	padding: 35px;
	box-sizing: border-box;
}

.trailer_bg ul li .tr_txt h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
}

.trailer_bg ul li .place {
	background-color: rgb(255, 255, 255, .2);
	padding: 12px;
	border-radius: 5px;
}

.trailer_bg ul li .place font {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*滚动条样式*/

ul::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	border-radius: 3px;
	background-color: #ededed;
}


/*定义滚动条轨道 内阴影+圆角*/

ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
}


/*定义滑块 内阴影+圆角*/

ul::-webkit-scrollbar-thumb {
	width: 6px;
	border-radius: 3px;
	background-color: #333;
}


/*订货会新闻*/

.news {
	width: 100%;
	margin: 90px auto 60px auto;
	position: relative;
	height: 100px;
}
.news img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.news_bg ul {
	padding: 15px 0 0 0;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 740px;
}

.news_bg ul li {
	float: left;
	width: 630px;
	height: 206px;
	background: #333333;
	border-radius: 20px;
	cursor: pointer;
	margin: 0 65px 50px 0;
	transition: all 0.2s;
}

.news_bg ul li:hover img {
	transform: scale(1.02);
}

.news_bg ul li:hover {
	transform: translateX(10px);
}

@media screen and (min-width: 750px) {
	.news_bg ul li:nth-child(2n) {
		margin-right: 0;
	}
	.news_bg ul li:last-child {
		margin-bottom: 0;
	}
	.news_bg ul li:nth-last-child(2):nth-child(2n-1) {
		margin-bottom: 0;
	}
}
.news_bg ul li .pic {
	float: left;
	width: 180px;
	height: 206px;
	border-radius: 20px 60px 60px 20px;
	overflow: hidden;
	margin-right: 40px;
}

.news_bg ul li .pic img {    
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.2s;
}

.news_bg ul li .nw_txt {
	padding: 40px;
}

.news_bg ul li .nw_txt h3 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
}

.news_bg ul li .nw_txt p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}


/*pc底部*/

.ifont {
	font-size: 14px;
	padding-top: 50px;
	text-align: center;
	line-height: 30px;
	padding-bottom: 50px;
	background: #f2f2f2;
	height: 100px;
}

.ifont a {
	color: #333;
	line-height: 30px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	background: #def1ff;
}


/*手机底部*/

.main-nav {
	padding: 1em 0 .5em;
	background: #fff;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.main-nav ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.main-nav ul li {
	width: 20%;
	text-align: center;
}

.main-nav ul li p {
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.main-nav li h3 a {
	font: 0.9rem/1rem "微软雅黑";
	color: #333;
	margin: 7px auto 6px;
	display: block;
	text-decoration: none;
}

.main-nav ul li .nav-01 {
	background: #f66c6c;
}

.main-nav ul li .nav-02 {
	background: #bad93e;
}

.main-nav ul li .nav-03 {
	background: #d1759c;
}

.main-nav ul li .nav-04 {
	background: #ffa739;
}

.main-nav ul li .nav-05 {
	background: #72b4e4;
}

.main-nav ul li p img {
	width: 1.85rem;
	padding-top: .6rem;
}

.foot {
	padding: 1em 0 0;
	width: 100%;
	margin: .5em auto 0;
	max-width: 750px;
	background: #fff;
	border-top: 1px dashed #b6b6b6;
}

.foot .foot-logo {
	padding-top: 4px;
}

.foot .foot-logo,
.foot .foot-layer {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	overflow: hidden;
}

.foot .foot-logo li {
	width: 40%;
	text-align: center;
}

.foot .foot-logo li:first-child {
	text-align: right;
}

.foot .foot-logo li img {
	width: 100%;
}

.foot .foot-layer {
	margin: .3em 0 1em;
}

.foot .foot-layer li {
	width: 30%;
	text-align: center;
	cursor: pointer;
}

.foot .foot-layer li i {
	color: #555;
}


/*弹出层*/

.foot-layer-main li {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 65%;
	border-radius: 5px;
	background: #fff;
	z-index: 999;
	text-align: center;
	box-shadow: 1px 1px 5px #888;
	display: none;
}

@media screen and (min-width: 750px) {
	.foot-layer-main li {
		width: 20%;
	}
}

.foot-layer-main li .close {
	display: block;
	position: absolute;
	bottom: -35px;
	right: 50%;
	margin-right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #13bda4;
	color: #fff;
}

.layer-wechat-main,
.layer-store-mian {
	width: 208px !important;
	height: 280px;
	text-align: center;
}

.layer-store-mian p {
	margin-top: -8px;
	text-align: center;
	line-height: 20px;
}

.layer-wechat-main img,
.layer-store-mian img {
	width: 100%;
}

.layer-contact-main {
	height: 4em;
	padding: 1em 0 0;
}

.layer-contact-main p {
	line-height: 28px;
	text-align: center;
	line-height: 20px;
}

.foot .ef {
	background: #f89901;
	width: 100%;
	height: 3rem;
	text-align: center;
	font: bold 1.2rem/3rem "Microsoft YaHei";
	color: #fff;
}

.foot .ef h3 {
	font: bold 1.2rem/3rem "Microsoft YaHei";
	color: #fff;
}

.foot .ef i {
	font: bold 1.2rem/3rem "Microsoft YaHei";
	color: #ffe400;
}

.bg-box {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.mui-left p {
	text-align: center !important;
	font: 14px/20px "微软雅黑";
}

.main-nav,
.banner2,
.foot,
.box,
.iphone,
.trailer2,
.news2 {
	display: none;
}

@media screen and (max-width:750px) {
	.banner,
	.foot2,
	.main,
	.trailer,
	.news {
		display: none;
	}
	.iphone,
	.box,
	.foot,
	.quicknav,
	.main-nav {
		display: block;
	}
	.banner2,
	.trailer2,
	.news2 {
		display: block;
	}
	.banner2,
	.trailer2,
	.news2 {
		background: 100%;
		display: grid;
	}
	.banner2 img,
	.trailer2 img,
	.news2 img {
		width: 100%;
	}
	.trailer2,
	.news2 {
		margin: 6% auto;
	}
	.wrapper_cont {
		width: 90%;
		margin-bottom: 5%;
	}
	
	.trailer_bg ul {
    padding: 0;
    overflow: hidden;
    height: auto;
	max-height: none;
}

.trailer_bg ul li {
    width: 100%;
    height: auto;
    margin: 0 0 4% 0;
}

.trailer_bg ul li:nth-child(3n) {
    margin: 0 0 4% 0;
}

.trailer_bg ul li .pic {
    width: 100%;
    height: auto;
	position: initial;
}

.trailer_bg ul li:hover .pic {
	transform: translateY(0px);
}

.trailer_bg ul li .tr_txt {
	width: 100%;
    background: #333;
    position: relative;
    padding: 6%;
    margin-top: -15px;
}

.trailer_bg ul li .tr_txt h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6%;
}

.trailer_bg ul li .place {
    padding: 4%;
}

.news_bg ul {
    padding: 0;
    overflow: hidden;
    height: auto;
}

.news_bg ul li {
    width: 100%;
 	height: auto;
    border-radius: 10px;
    margin: 0 0 4% 0;
}

.news_bg ul li:nth-child(2n) {
    margin: 0 0 4% 0;
}

.news_bg ul li .pic {    
    width: 67px;
    height: 90px;
    border-radius: 10px 20px 20px 10px;
    margin-right: 5%;
}

.news_bg ul li .nw_txt {
   padding: 20px;
}

.news_bg ul li .nw_txt h3 {    
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.news_bg ul li .nw_txt p {
    display: none;
}

.news_bg ul li:hover {
    transform: translateX(0px);
}

	
}


/*二维码查看*/

.plook {
	width: 50px;
	height: 50px;
	background-image: url(images/plook.png);
	position: fixed;
	bottom: 130px;
	right: 240px;
	cursor: pointer;
	cursor: pointer;
}

.plook:hover {
	background-position: 0 -52px;
}

.erweima {
	width: 140px;
	height: 180px;
	position: fixed;
	bottom: 180px;
	right: 195px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	display: none;
	background: url(images/pbg.png);
}


/*返回顶部*/

.go_top {
	width: 50px;
	height: 50px;
	background-image: url(images/go-top.png);
	position: fixed;
	bottom: 75px;
	right: 240px;
	display: none;
	cursor: pointer;
}

.go_top:hover {
	background-position: 0 -52px;
}