body {
	min-width: 320px;
	/* overflow-x: hidden; */
}

.top-menu {
	width: calc(50vw + 125px) !important;
}

.footer-bottom {
	border: none;
}

.footer-bottom:after {
	width: 100vw;
}

.w-1000 {
	width: calc(810px + 12vw);
	min-width: 900px;
	margin: 0 auto;
}

.main-menu .navbar-collapse {
	border-top: 1px solid #999;
}

.main-menu .navbar-collapse li {
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

.foot-copy {
	text-align: center !important;
	background: #242424;
	height: 40px;
}

.foot-copy .copyright-text {
	height: 40px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center !important;
}

.foot-copy .copyright-text a {
	padding-right: 1em;
}

.foot-logo {
	text-align: center !important;
	border-bottom: 1px solid #ddd;
	padding-top: 4em;
	padding-bottom: 2em;
}

.foot-logo img {
	height: 40px;
}

.foot-ewm {
	display: flex;
	justify-content: center;
}

.foot-ewm div {
	display: inline;
	text-align: center;
	margin: 2em 2vw;
}

.foot-ewm div img {
	display: block;
	width: 120px;
	height: 120px;
}

.foot-ewm div span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding-top: 1em;
}

.scroll-top {
	display: inline;
	background: #999 !important;
}

.scroll-top img {
	width: 50%;
}

.swiper-container {
	width: 100%;
	height: 37%;
}

.a-warp {
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.sy-bt {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	padding-top: 0.5em;
}

.jingangqu {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.jingangqu .jgq {
	display: inline;
	position: relative;
	margin: 2em 2%;
}

.jingangqu .jgq img {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 0px 0px 0px 0px;
}

.jingangqu .jgq span {
	display: block;
	color: #666666;
	font-size: 16px;
	padding-top: 2em;
	line-height: 1;
	text-align: center;
}

.newlist {
	margin: 0 auto;
	width: calc(810px + 12vw);
	min-height: 200px;
	position: relative;
}

.newlist>div:not(li) {
	text-align: center;
	font-size: 14px;
	width: 100%;
	position: absolute;
	top: 55%;
}

.newlist li {
	display: inline-block;
	position: relative;
	margin: 2em 2vw;
	margin: 2em 1.5vw;
}

.newlist li img {
	display: block;
	width: 198px;
	height: 244px;
	height: 198px;
	border-radius: 0px 0px 0px 0px;
}

.newlist li span {
	display: block;
	color: #333;
	font-size: 14px;
	padding-top: 1em;
	line-height: 1;
	text-align: center;
}

.newlist li span:nth-child(3) {
	font-size: 14px;
	padding-top: 1.5em;
}

.newslist {
	margin: 0 auto;
	width: calc(810px + 12vw);
	padding: 1.3em 0 0;
}

.newslist.more {
	min-height: calc(100vh - 497px);
}

.newslist li {
	width: 100%;
	position: relative;
	padding: 0 2vw;
	margin: 1.3em 0 0;
	display: flex;
	justify-content: space-between;
	height: 36px;
	box-sizing: border-box;
}

.newslist li div {
	color: #666666;
	font-size: 16px;
	line-height: 1;
	display: flex;
	height: 56px;
	max-width: calc(100% - 100px);
}

.newslist li span {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newslist li span:nth-child(3) {
	font-size: 14px;
	min-width: 100px;
	text-align: right;
	display: inline-block;
}

.newslist li::after {
	position: absolute;
	left: 2vw;
	right: 2vw;
	bottom: 0;
	width: calc(100% - 4vw);
	border-bottom: 1px solid #ddd;
	content: '';
}

.crumbs {
	height: 40px;
	line-height: 40px;
	color: #666;
	padding: 1em 0 1em 15px;
}

.crumbs a {
	font-size: 15px;
	color: #666;
}

.crumbs a:hover {
	color: #000;
}

.crumbs span {
	padding: 0 1em;
	font-size: 15px;
}

.faqs-area {
	padding-top: 30px;
	width: calc(810px + 12vw);
	min-width: 900px;
	margin: 0 auto;
}

.faqs-area .accordion-item {
	margin-bottom: 0;
}

.faqs-area .accordion-item .accordion-button.collapsed:after {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background: url('../images/to-up.png') no-repeat center;
}

.faqs-area .accordion-button:not(.collapsed)::after {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background: url('../images/to-up.png') no-repeat center;
}

.faqs-area .accordion-item .accordion-button {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0;
	border: none !important;
	border-top: 1px solid #ddd !important;
	font-size: 18px;
	text-decoration: none !important;
	font-weight: normal !important;
}

.accordion-item .accordion-collapse .accordion-body {
	padding-left: 10px;
	padding-right: 10px;
}

.faqs-area .accordion-item .accordion-button.collapsed {
	border: none !important;
	border-top: 1px solid #ddd !important;
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.faqs-area .accordion-item .accordion-collapse:before {
	background-color: #ddd;
	top: 0;
}

.faqs-area .accordion-item .accordion-button:before {
	box-shadow: none;
}

.fenye {
	margin-top: 3em;
	display: flex;
	justify-content: center;
}

.fenye li {
	display: inline-block;
}

.fenye li a {
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	padding: 0 6px;
}

.pian-to {
	width: calc(810px + 12vw);
	min-width: 900px;
	margin: 2em auto 0;
	display: flex;
	justify-content: space-between;
}

.pian-to li {
	display: inline-block;
}

.pian-to li a {
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	padding: 0 6px;
}

.newsnr {
	width: calc(810px + 12vw);
	min-width: 900px;
	margin: 0 auto 0;
	min-height: calc(100vh - 575px);
	padding-top: 1em;
}

.newsnr .newsbt {
	padding-bottom: 2em;
	color: #333;
}

.newsnr .newsbt p {
	font-size: 20px;
	width: 100%;
	text-align: center;
}

.newsnr .newsbt div {
	font-size: 16px;
	text-align: center;
}

.teji {
	padding-top: 200px;
	padding-bottom: 200px;
	padding-top: 10vw;
	padding: 10vw;
	overflow: hidden;
	position: relative;
	width: 100%;
	/* background-image: url('../images/about.jpg'); */
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.teji .p {
	font-size: 18px;
	text-align: center;
	color: #333333;
	line-height: 40px;
}

.tejilist {
	margin: 0 auto;
	width: calc(810px + 12vw);
	padding-top: 2vw;
}

.tejilist li {
	display: inline-block;
	position: relative;
	margin: 2em 1%;
	width: 30%;
}

.tejilist li img {
	display: block;
	width: 100%;
	/*height: 100%;*/
	max-width: 283px;
	max-height: 283px;
	border-radius: 0px 0px 0px 0px;
}

/* 放大镜 */
#MagnifierWrap2 {
	position: relative;
	width: 440px;
	margin: 40px 0;
}

#MagnifierWrap2 .MagnifierMain {
	position: relative;
	width: 440px;
	height: 440px;
}

#MagnifierWrap2 .MagnifierMain img {
	width: 100%;
	vertical-align: top;
	border: 0;
}

#MagnifierWrap2 .MagnifierDrag {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: move;
}

#MagnifierWrap2 .MagnifierPop {
	position: absolute;
	top: 0;
	overflow: hidden;
	background: #eee;
}

#MagnifierWrap2 .MagnifierImg {
	position: absolute;
	top: 0;
	left: 0;
}

#MagnifierWrap2 .spec-items {
	position: relative;
	width: 391px;
	height: 94px;
	overflow: hidden;
	padding-top: 10px;
	margin: 0 auto;
	box-sizing: content-box;
}

#MagnifierWrap2 .spec-items ul {
	width: 500%;
	position: absolute;
	top: 10px;
	left: 0;
}

#MagnifierWrap2 .spec-items ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#MagnifierWrap2 .spec-items li {
	width: 94px;
	height: 94px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	border: 2px solid #fff;
	cursor: pointer;

}

#MagnifierWrap2 .spec-items li.on {
	border: 2px solid #000;
}

#MagnifierWrap2 .spec-items li img {
	width: 100%;
}

#MagnifierWrap2 span.spe_leftBtn,
#MagnifierWrap2 span.spe_rightBtn {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 20px;
	height: 94px;
	line-height: 94px;
	font-family: "黑体";
	text-align: center;
	font-size: 30px;
	color: #ddd;
	cursor: default;
	background-color: #f9f9f9;
}

#MagnifierWrap2 span.on {
	background-color: #ccc;
	color: #999;
	cursor: pointer;
}

#MagnifierWrap2 span.spe_leftBtn {
	left: 0;
}

#MagnifierWrap2 span.spe_rightBtn {
	right: 0;
}

/* 详情 */
.pro-xqbox {
	display: flex;
	justify-content: center;
}

.pro-xq {
	min-width: 440px;
	padding-top: 4em;
	padding-left: 3vw;
}

.pro-xq .name {
	font-size: 20px;
	color: #333333;
	line-height: 36px;
}

.pro-xq .price {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	padding: 0.6em 0;
}

.pro-xq .info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.fl-box {
	position: relative;
	top: 40px;
	left: 0;
}

.fl-box .fl-fenlei {
	width: calc(20vw - 200px);
	min-width: 150px;
	float: left;
	margin-left: 1vw;
}

.fl-box select {
	color: #333;
	background: #fff;
	border: none;
	padding: 1em 1em 1em 0.5em;
	border-bottom: 1px solid #aaa;
	border-radius: 0;
}

.fl-box select option {
	line-height: 2;
	border-bottom: 1px solid #ddd;
}