@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: Times New Roman;
}

body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	font-family: 'Microsoft Yahei', Tahoma, SimSun, '宋体';
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
	color: #666;
}

a:hover {
	color: #f97717;
}

h1 {
	font: bold .36em/100% Arial, Helvetica, sans-serif;
}

.clear {
	clear: both
}

.center {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/** 重置列表元素 **/
ul,
ol {
	list-style: none;
}

/** 重置表单元素 **/
legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
	font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.go_bg {
	width: 72px;
	height: 300px;
	right: 30px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background: #f6f6f6;
}

.go-kf,
.go-top,
.go-ewm,
.go-sc {
	z-index: 9999999999;
	display: block;
	width: 52px;
	text-align: center;
	position: fixed;
	right: 30px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border: 1px #ececec solid;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.go-kf {
	height: 58px;
	bottom: 206px;
	background: url(../img/k1.jpg) no-repeat;
}

.go-kf:hover {}

.go-ewm {
	height: 58px;
	bottom: 144px;
	background: url(../img/e1.jpg) no-repeat;
}

.go-ewm:hover {}

.go-sc {
	height: 58px;
	bottom: 82px;
	background: url(../img/s1.jpg) no-repeat;
}

.go-sc:hover {}

.go-top {
	height: 52px;
	bottom: 20px;
	background: url(../img/t1.jpg) no-repeat;
}

.go-top:hover {
	background: url(../img/t2.jpg) no-repeat;
}

/************************************************************************************
首页
*************************************************************************************/
#line {
	width: 100%;
	height: 2px;
	background: #F98127;
	float: left;
}

#all {
	width: 100%;
	height: auto;
	background: #fff;
}

#top {
	width: 100%;
	height: auto;
	z-index: 99;
}

#box {
	width: 86%;
	margin: 0 auto;
}

#logo {
	width: 253px;
	height: 42px;
	float: left;
	cursor: hand;
	background: url(../img/logo_top.png) no-repeat;
}

#nav1 {
	width: 50%;
	height: 48px;
	font-size: 18px;
	color: #FFF;
	margin: 0 auto;
	padding: 1.2% 0 0 0;
	z-index: 999;
	position: relative;
}

#nav1 li {
	float: left;
	text-align: center;
	margin: 0 6% 0 6%;
}

#nav1 a {
	color: #333;
}

#nav1 a:hover {
	color: #f97717;
}

#search {
	height: 52px;
	float: left;
	margin: 2.4rem auto;
	z-index: 999999999999;
}

.searchbox {
	position: relative;
	border: 2px solid #fc7918;
	border-radius: 2px 4px 4px 2px;
	z-index: 9999;
}

.mod_select {
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
}

.mod_select input {
	font-size: 16px;
}

.mod_select .select_box {
	position: relative;
	width: 68px;
	height: 52px;
}

.mod_select .select_box .select_txt {
	display: inline-block;
	z-index: 999999999999999;
	width: 68px;
	height: 52px;
	padding-left: 20px;
	overflow: hidden;
	line-height: 52px;
	font-size: 16px;
	cursor: pointer;
}

.mod_select .select_box .select_txt a {
	width: 100%;
	z-index: 999999999999999;
}

.mod_select .select_box .select_txt a:hover {
	color: #f97717;
}

.mod_select .select_box .select-icon {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translate(0, -50%);
	width: 10px;
	height: 10px;
	background: url(../img/search_ico.png) center no-repeat;
}

.mod_select .select_box .option {
	display: none;
	position: absolute;
	top: 52px;
	left: -2px;
	border-radius: 0 0 2px 2px;
	width: 78px;
	background-color: #fff;
	border: 2px solid #fc7918;
	border-top: 0;
	z-index: 99999999;
}

.mod_select .select_box .option li {
	padding-left: 20px;
	font-size: 16px;
	line-height: 32px;
	cursor: pointer;
}

.searchbox .import {
	width: 60%;
	height: 52px;
	margin-left: 7rem;
	padding: 0;
	border: none;
	outline: none;
	color: #333;
}

.searchbox .btn-search {
	border-radius: 0px 2px 2px 0px;
	position: absolute;
	right: 0;
	width: 88px;
	height: 52px;
	color: #fff;
	background: linear-gradient(90deg, rgba(255, 149, 0, 1), rgba(255, 107, 0, 1));
	border: 0;
}

#login {
	width: auto;
	float: right;
}

#login a {
	color: #666;
}

#login a:hover {
	color: #f97717;
}

#login p {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	margin: 3.8rem 0 0 0;
	float: right;
}

#login span {
	margin: 0 0 0 10px;
}

.login_span {
	color: #ececec;
}

#box1 {
	float: left;
	width: 100%;
	height: auto;
	margin: 6px auto;
	padding: 0 0 1.2rem 0;
}

#ad {
	width: 86%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	z-index: 999999;
	text-align: center;
}

#ad a {
	width: 100%;
	height: 100%;
	background: #fff;
}

.ad1 {
	line-height: 180px;
	overflow: hidden;
}

.ad1 img {
	height: 180px;
	display: inline-block;
	vertical-align: middle;
}

.ad-banner {
	position: relative;
	z-index: 1;
}

#box3 {
	width: 100%;
	float: left;
}

#floor1 {
	width: 86%;
	height: auto;
	margin: 0 auto;
	z-index: 999999;
}

.fl_box1 {
	width: 100%;
	height: 3.2rem;
	float: left;
	margin-bottom: 2rem;
}

.fl_name {
	width: auto;
	height: 3.2rem;
	float: left;
}

.fl_name p {
	background: url(../img/f1.png) no-repeat;
	text-indent: 3rem;
	color: #666;
	font-size: 24px;
	line-height: 3.2rem;
}

.fl_name1 {
	width: auto;
	height: 3.2rem;
	float: left;
}

.fl_name1 p {
	background: url(../img/f2.png) no-repeat;
	text-indent: 3rem;
	color: #666;
	font-size: 24px;
	line-height: 3.2rem;
}

.fl_name2 {
	width: auto;
	height: 3.2rem;
	float: left;
}

.fl_name2 p {
	background: url(../img/f3.png) no-repeat;
	text-indent: 3rem;
	color: #666;
	font-size: 24px;
	line-height: 3.2rem;
}

.fl_name3 {
	width: auto;
	height: 3.2rem;
	float: left;
}

.fl_name3 p {
	background: url(../img/f4.png) no-repeat;
	text-indent: 3rem;
	color: #666;
	font-size: 24px;
	line-height: 3.2rem;
}

.fl_tab {
	width: auto;
	float: right;
	line-height: 3.2rem;
	padding: 0 2rem 0 0;
}

.fl_tab li {
	float: right;
	font-size: 14px;
	list-style: none;
	z-index: 99999999;
}

.fl_tab a {
	float: right;
	font-size: 14px;
	color: #999;
	list-style: none;
	margin: 0 1rem 0 1rem;
	z-index: 99999999;
}

.fl_tab a:hover {
	color: #f97717;
	border: none;
}

.fl_more {
	width: 9.8rem;
	height: 3.2rem;
	float: right;
	text-align: center;
}

.fl_more input {
	width: 9.8rem;
	height: 3.2rem;
	text-decoration: none;
	background: #fff;
	color: #999;
	font-size: 14px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 2px;
}

.fl_more:hover {
	background: #f97717;
	color: #fff;
}

.fl_box2 {
	width: 100%;
	float: left;
	margin-bottom: 2rem;
	color: #666;
}

.fl_tj {
	width: 20%;
	height: auto;
	float: left;
}

.fl_tj1 {
	width: 100%;
	height: 28rem;
	float: left;
	background: #fff8c9;
	text-align: center;
}

.fl_tj2 {
	width: 100%;
	height: 10rem;
	float: left;
	background: #fffbde;
	line-height: 24px;
}

.fl_box2 a {
	color: #333;
}

.fl_box2 a:hover {
	color: #f97717;
}

.fl_tj2 h1 {
	width: 90%;
	float: left;
	margin: 2rem 0 0 1.2rem;
	font-size: 16px;
	color: #333;
}

.fl_tj2 p {
	width: 90%;
	float: left;
	margin: 1.2rem 0 0 1.2rem;
	font-size: 14px;
}

.fl_tj3 {
	width: 100%;
	height: 28rem;
	float: left;
	background: #c9e4ff;
	text-align: center;
}

.fl_tj4 {
	width: 100%;
	height: 10rem;
	float: left;
	background: #dfefff;
	line-height: 24px;
}

.fl_tj4 h1 {
	width: 90%;
	float: left;
	margin: 2rem 0 0 1.2rem;
	font-size: 16px;
	color: #333;
}

.fl_tj4 p {
	width: 90%;
	float: left;
	margin: 1.2rem 0 0 1.2rem;
	font-size: 14px;
}

.fl_tj5 {
	width: 100%;
	height: 28rem;
	float: left;
	background: #baeff5;
	text-align: center;
}

.fl_tj6 {
	width: 100%;
	height: 10rem;
	float: left;
	background: #d6f5f8;
	line-height: 24px;
}

.fl_tj6 h1 {
	width: 90%;
	float: left;
	margin: 2rem 0 0 1.2rem;
	font-size: 16px;
	color: #333;
}

.fl_tj6 p {
	width: 90%;
	float: left;
	margin: 1.2rem 0 0 1.2rem;
	font-size: 14px;
}

.fl_sp {
	height: auto;
	float: left;
}

.fl_sp img {
	float: left;
}

.fl_sp_p {
	width: auto;
	height: auto;
	margin: 5rem auto;
}

.fl_sp p {
	float: left;
	text-align: left;
	color: #333;
	line-height: 2rem;
}

.fl_sp span {
	float: left;
	color: #F97717;
	margin: 2rem 0 0 0;
}

.fl_sp1 {
	height: 19rem;
	float: left;
	background: #f5f5f5;
	border-right: 1px #ececec solid;
}

.fl_sp2 {
	height: 19rem;
	float: left;
	background: #f5f5f5;
	border-top: 1px #ececec solid;
	border-right: 1px #ececec solid;
}

.fl_sp3 {
	height: 19rem;
	float: left;
	background: #f5f5f5;
	border-top: 1px #ececec solid;
}

.fl_sp4 {
	height: 19rem;
	float: left;
	background: #f5f5f5;
}

.fl_xx {
	width: 100%;
	height: auto;
	float: left;
}

.fl_xx h1 {
	font-size: 16px;
	color: rgba(249, 119, 23, 1);
	line-height: 2rem;
	width: 80%;
	margin: 3rem auto;
	text-align: center;
}

.fl_xx h2 {
	font-size: 16px;
	font-weight: bold;
	height: 84px;
	overflow: hidden;
	color: rgba(51, 51, 51, 1);
	line-height: 2.4rem;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.fl_xx h3 {
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	line-height: 2rem;
	width: 80%;
	margin: 1rem auto;
	text-align: center;
}

.fl_xx h4 {
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	line-height: 3rem;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.fl_xx1 {
	height: auto;
	background: #f6f6f6;
	margin: 0 1% 0 0;
	float: left;
}

.fl_xx2 {
	height: auto;
	background: #f6f6f6;
	margin: 0;
	float: left;
}

#banner_hot {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 2.8rem 0;
}

.banner_hot1 {
	margin: 0 auto;
	height: auto;
	text-align: center;
}

#box4 {
	width: 100%;
	float: left;
	padding-bottom: 2.8rem;
	background: #f6f6f6;
}

.sptj {
	width: 86%;
	height: auto;
	margin: 0 auto;
	z-index: 999999;
}

.sptj p {
	color: #666;
	font-size: 24px;
	line-height: 3.2rem;
}

.sptj h1 {
	text-align: center;
	width: 70%;
	font-size: 16px;
	line-height: 2.6rem;
	font-weight: bold;
}

.sptj img {
	width: auto;
	height: 62px;
	overflow: hidden;
	margin: 35px auto;
	display: block;
}

.sptj_bt {
	width: 100%;
	height: auto;
	float: left;
	margin: 2rem 0 1.2rem 0;
}

.sptj_p {
	width: auto;
	height: 3.2rem;
	float: left;
}

#fw {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	border: 1px #f6f6f6 solid;
}

.fw1 {}

.fw1 p {
	color: rgba(102, 102, 102, 1);
	text-align: center;
}

.fw1 img {
	margin: 0 3% 0 0;
	vertical-align: middle !important;
}

#bottom {
	width: 100%;
	height: auto;
	float: left;
	background: #f6f6f6;
}

.bottom_box {
	width: 86%;
	height: auto;
	margin: 0 auto;
}

#bottom a {
	color: rgba(153, 153, 153, 1);
	text-decoration: none;
}

#bottom a:hover {
	color: #f97717;
}

.bottom_box ul {
	width: 16%;
	height: auto;
	float: left;
	margin: 2rem 0 2rem 0;
}

.bottom_box li {
	font-size: 12px;
	margin: 2% 0 1% 0;
}

#bottom_box_li {
	color: rgba(102, 102, 102, 1);
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1% 0;
}

#bottom_box_li1 {
	color: rgba(102, 102, 102, 1);
	font-size: 16px;
	font-weight: bold;
	margin: 0 2% 0 0;
}

.bottom_box1 {
	width: 100%;
	height: auto;
	float: left;
}

.bottom_ewm {
	height: auto;
	text-align: center;
	margin: 1.4% 0 0 0;
}

.bottom_ewm p {
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
}

.bottom_lj {
	width: 100%;
	float: left;
	border-bottom: #ececec 1px solid;
}

.bottom_lj ul {
	width: 100%;
	height: auto;
}

.bottom_lj li {
	float: left;
	list-style: none;
	text-align: center;
	line-height: .8rem;
	margin: 0 2% 0 0;
}

.bottom_box2 {
	width: 100%;
	height: 4rem;
	float: left;
	text-align: center;
}

.bottom_box2 p {
	color: rgba(153, 153, 153, 1);
	font-size: 12px;
	line-height: 4rem;
}

/* marqueeleft */
.marqueeleft {
	height: auto;
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 20px;
	display: inline;
	width: 300px;
	height: 14rem;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	border: #ececec 1px solid;
	width: 300px;
	height: 132px;
	overflow: hidden;
	background: #fff;
}

.marqueeleft li .txt {
	text-align: center;
	height: 3rem;
	font-size: 16px;
	margin: 16px auto;
}

.marqueeleft li a {
	color: rgba(51, 51, 51, 1);
}

/* 商品详情 */
#all_sp {
	width: 30%;
	height: auto;
	position: absolute;
	left: 7%;
	top: 9.8rem;
}

.qbsp {
	width: 16rem;
	height: 4.8rem;
	background: linear-gradient(90deg, rgba(255, 149, 0, 1), rgba(255, 107, 0, 1));
}

.qbsp p {
	line-height: 4.8rem;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.qbsp a {
	clear: both;
}

#box_main {
	width: 100%;
	heightL: auto;
	float: left;
}

#now {
	width: 86%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.main_left {
	height: auto;
}

.main_left p {
	color: #333;
}

.main_left span {
	color: #999;
}

.main_left s {
	color: #999;
}

.main_left a {
	color: #333;
}

.main_left a:hover {
	color: #f97717;
}

.main_right {
	margin-top: 8px;
}

#box_pro {
	width: 100%;
	heightL: auto;
	float: left;
}

#all_pro {
	width: 86%;
	height: auto;
	overflow: hidden;
	margin: 2rem auto;
}

#tj_pro {
	width: 16%;
	height: auto;
}

.tj_sp {
	margin: 0 auto;
	width: 16rem;
}

#tj_pro p {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	margin: 2rem auto;
}

#tj_pro span {
	color: #ececec;
}

#tj_pro h1 {
	width: 100%;
	height: auto;
	color: #666;
	font-size: 16px;
	line-height: 2rem;
	margin-top: 1.2rem;
}

#tj_pro img {
	width: 12rem;
	height: 12rem;
	border: 1px solid #ececec;
	text-align: center;
}

.sp_img {
	margin: 0 auto;
	width: 12rem;
}

.tj_sp1 {
	width: 16rem;
	margin: 0 0 2rem 0;
}

.tj_sp2 {
	width: 16rem;
}

.mdui-drawer,
div#left-drawer,
.dui-drawer-right,
.mdui-drawer-open,
div#header_min {
	z-index: 999999999999999999999 !important;
}

.mdui-overlay,
.mdui-overlay-show {
	z-index: 9999 !important;
}

/* demo style */
/*主容器*/
.con-FangDa {
	height: auto;
	float: left;
	background-color: #fff;
}

/*正常容器*/
.con-fangDaIMg {
	position: relative;
	background-color: #fff;
	border: 1px solid #ececec;
}

.con-fangDaIMg>img {
	width: 100%;
	height: 100%
}

/*滑块*/
.magnifyingBegin {
	width: 260px;
	height: 260px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}

/*放大镜显示区域*/
.magnifyingShow {
	width: 500px;
	height: 500px;
	display: none;
	position: absolute;
	left: 499px;
	top: -1px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ececec;
	z-index: 99999;
	-moz-box-shadow: 2px 2px 5px #ececec;
	-webkit-box-shadow: 2px 2px 5px #ececec;
	box-shadow: 2px 2px 5px #ececec;
}

.magnifyingShow>img {
	width: 800px;
	height: 800px;
	margin-left: 0;
	margin-top: 0;
}

/*设置选择图片容器*/
.con-FangDa-ImgList {
	margin: 16px 0 0 20px;
	height: 80px;
	width: 500px;
	list-style: none;
}

.con-FangDa-ImgList>li {
	margin-right: 12px;
	width: 80px;
	height: 80px;
	float: left;
	cursor: pointer;
	border: 1px solid #ececec;
	background-color: #fff;
	text-align: center;
}

.con-FangDa-ImgList>li>img {
	vertical-align: top;
	display: inline;
	width: auto;
	height: 80px;
}

.con-FangDa-ImgList>.active {
	border: 1px solid #F98127;
	-moz-box-shadow: 2px 2px 5px #fddac0;
	-webkit-box-shadow: 2px 2px 5px #fddac0;
	box-shadow: 2px 2px 5px #fddac0;
}

.txt_box {
	width: 100%;
	height: auto;
	background: #f6f6f6;
	padding: 1rem 2rem 2rem 2rem;
}

.dp_fl {
	width: 80%;
}

.dp_fl h1 {
	font-size: 18px;
}

.dp_fl p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

.dp_fr {
	width: 16%;
}

.dp_fr input {
	float: right;
	margin-right: 2rem;
	width: 70%;
	margin-top: 1.2rem;
	height: 3rem;
	color: #666;
	background: #fff;
	border: #ececec 1px solid;
}

#js-box {
	width: 100%;
	height: auto;
	float: left;
}

.spjs,
.sptj_1 {
	width: 86%;
	height: auto;
}

/*收起*/
.cont {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.cont>p:first-child {
	padding: 5px 0 20px 20px;
}

.caozuo {
	width: 100%;
}

.zkmore {
	text-align: center;
	padding-top: 10px;
}

.sm_open a {}

p.sm_open a:hover {
	color: #f97717;
}

.zkmore p.sm_open,
.zkmore p.sm_close {
	position: relative;
	cursor: pointer;
	border: 1px #ececec solid;
	width: 30%;
	margin: 0 auto;
}

.zkmore p.sm_close {
	display: none;
}

.tab_box2 {
	height: 200px;
	overflow: hidden;
	transition: height 1s ease-out;
	/*css3动画：设置动画时间1s*/
}

@media screen and (max-width: 2560px) {
	.ad1 {
		width: 19%;
		height: 180px;
		float: left;
		margin: 0 0.5% 1.2rem 0.5%;
		background: #fff;
	}

	.ad-dian {
		width: 100%;
		float: left;
		position: relative;
		z-index: 1;
		background: url(../img/dianpu.png) center no-repeat;
		background-size: 100% 100%;
		display: block;
		height: 180px;
	}

	.ad-dian h3 {
		width: 100%;
		height: 52px;
		line-height: 58px;
		border-bottom: 1px solid #f56800;
		color: #fff;
		font-size: 18px;
		text-align: center;
	}

	.dian1,
	.dian2 {
		width: 50%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		float: left;
	}

	.dian1 h5 {
		color: #fff;
		font-size: 16px;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 42px;
	}

	.dian1 p {
		color: #fff;
		font-size: 18px;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 20px;
		margin-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.dian1 {
		text-align: center;
		background: url(../img/cp.png) top center no-repeat;
	}

	.dian2 h5 {
		color: #fff;
		font-size: 16px;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 42px;
	}

	.dian2 p {
		color: #fff;
		font-size: 18px;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 20px;
		margin-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.dian2 {
		text-align: center;
		background: url(../img/dp.png) top center no-repeat;
	}

	#box {
		height: 92px;
	}

	#box2 {
		width: 100%;
		float: left;
		padding-bottom: 2.8rem;
	}

	#box3 {
		padding-bottom: 2.8rem;
	}

	#search {
		width: 72%;
	}

	.category-content .b-category-name {
		padding: 5% 0 5% 0;
	}

	.category-content .category {
		width: 16%;
	}

	#nav .category-content {
		width: 16%;
	}

	#nav {
		margin: -30px 0 0 50px;
	}

	#logo {
		margin: 2% 3% 0 0;
	}

	#ad-banner4 {
		margin: 0;
	}

	.fl_sp {
		width: 80%;
	}

	.fl_sp p {
		width: 46%;
		font-size: 14px;
	}

	.fl_sp span {
		width: 30%;
		font-size: 14px;
	}

	.fl_sp img {
		margin: 51px 2% 0 2%;
	}

	.fl_sp1 {
		width: 25%;
	}

	.fl_sp2 {
		width: 25%;
	}

	.fl_sp3 {
		width: 25%;
	}

	.fl_sp4 {
		width: 25%;
	}

	#fl_sp_none {}

	.fl_xx1,
	.fl_xx2 {
		width: 19%;
	}

	.main_left {
		width: 50%;
	}

	.fw1 {
		width: 33.3%;
		height: 6rem;
		float: left;
	}

	.fw1 p {
		font-size: 16px;
		line-height: 6rem;
	}

	#tj_pro {
		width: 16%;
		border-left: 1px solid #ececec;
	}

	.main-products-info {
		width: 56%;
		margin: 2rem 0 0 3rem;
	}

	.probox {
		width: 542px;
		height: 542px;
		border: 1px solid #ececec;
	}

	.probox img {
		width: 542px;
		height: 542px;
		vertical-align: top;
	}

	.showbox {
		position: absolute;
		left: 542px;
		top: 0;
		width: 500px;
		height: 542px;
	}

	.main-products-info .products-info-txt {
		font-size: 16px;
	}

	.products-info-txt p {
		width: 12%;
	}

	.dp_box {
		width: 80%;
		height: auto;
		background: #f6f6f6;
	}

	.bg-blue .product-list {
		width: 23%;
	}

	.pale0 {
		margin-left: 20px;
	}

	.main_left p {
		color: #333;
		line-height: 5rem;
	}

	#box_main {
		background: #f6f6f6;
	}

	a#shop-btn {
		width: 300px;
		margin-top: 50px;
	}

	.con-fangDaIMg {
		width: 500px;
		height: 500px;
	}

	.con-FangDa {
		width: 500px;
	}

	.dp_fl {
		width: 80%;
		margin-left: 2rem;
	}

	.dp_fl p {
		margin: 15px 0;
	}

	#line {
		margin-top: 0;
	}
}

@media screen and (max-width: 1920px) {

	#box {
		height: 92px;
	}

	#box3 {
		padding-bottom: 2.8rem;
	}

	#search {
		width: 55%;
	}

	.category-content .b-category-name {
		padding: 3% 0 3% 0;
	}

	.category-content .category {
		width: 16%;
	}

	#nav .category-content {
		width: 16%;
	}

	#nav {
		margin: -42px 0 0 50px;
	}

	#logo {
		margin: 2.5% 3% 0 0;
	}

	#ad-banner4 {
		margin: 0;
	}

	.fl_sp {
		width: 80%;
	}

	.fl_sp p {
		width: 46%;
		font-size: 14px;
	}

	.fl_sp span {
		width: 30%;
		font-size: 14px;
	}

	.fl_sp img {
		margin: 51px 2% 0 1%;
	}

	.fl_sp1 {
		width: 25%;
	}

	.fl_sp2 {
		width: 25%;
	}

	.fl_sp3 {
		width: 25%;
	}

	.fl_sp4 {
		width: 25%;
	}

	#fl_sp_none {}

	.fl_xx1,
	.fl_xx2 {
		width: 19%;
	}

	.main-products-info {
		width: 47%;
	}

	.products-info-txt p {
		width: 30%;
	}

	#line {
		margin-top: .5rem;
	}
}

@media screen and (max-width: 1600px) {
	.main-products-info {
		width: 40%;
		margin: 2rem 0 0 2rem;
	}

	#tj_pro {
		border-left: none;
		width: 17%;
	}

	.category-content .b-category-name {
		padding: 2.3% 0 2.3% 0;
	}

}

@media screen and (max-width: 1440px) {
	.ad1 {
		width: 24%;
		height: 180px;
		float: left;
		margin: 0 0.5% 1.2rem 0.5%;
		background: #fff;
	}

	.ad_none {
		display: none;
	}

	#search {
		width: 80%;
	}

	.category-content .b-category-name {
		padding: 2% 0 2% 0;
	}

	.category-content .category {
		width: 18%;
	}

	#nav .category-content {
		width: 18%;
	}

	#logo {
		display: none;
	}

	#nav {
		display: none;
	}

	#nav1 {
		display: none;
	}

	.qbsp {
		display: none;
	}

	.category-content {
		display: none;
	}

	.fl_sp p {
		height: auto;
		overflow: hidden;
		font-size: 16px;
	}

	.fl_sp span {
		font-size: 16px;
	}

	.fl_sp img {
		margin: 51px 8% 0 4%;
	}

	.fl_sp1 {
		width: 33.3%;
	}

	.fl_sp2 {
		width: 33.3%;
	}

	.fl_sp3 {
		width: 33.3%;
	}

	.fl_sp4 {
		width: 33.3%;
	}

	#fl_sp_none1 {
		display: none;
	}

	#tj_pro {
		display: none;
	}

	.main-products-info {
		width: 52%;
		margin: 2rem 0 0 2rem;
	}

	.dp_box {
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {

	#box2 {
		width: 100%;
		float: left;
		padding-bottom: 0rem;
	}

	.fl_sp {
		width: 100%;
	}

	.fl_sp p {
		height: auto;
		overflow: hidden;
	}

	.fl_sp span {
		font-size: 16px;
	}

	.fl_sp1,
	.fl_sp2,
	.fl_sp3,
	.fl_sp4 {
		width: 50%;
	}

	#fl_sp_none2 {
		display: none;
	}

	.fl_tj {
		display: none;
	}

	.main-products-info {
		width: 100%;
		margin: 2rem 0 0 1.2rem;
	}

	.probox {
		width: 400px;
		height: 500px;
		border: 1px solid #ececec;
	}

	.probox img {
		width: 400px;
		height: 500px;
		vertical-align: top;
	}

	.showbox {
		position: absolute;
		left: 400px;
		top: 0;
		width: 400px;
		height: 500px;
	}

	.txt_box {
		background: none;
		margin: 0;
		padding: 0 0 0 2rem;
	}

	.products-info-txt {
		margin: 0;
	}

	.main_right {
		display: none;
	}

	.main_left {
		width: 100%;
	}

	.con-fangDaIMg {
		width: auto;
		height: auto;
	}

	.con-FangDa {
		width: 100%;
	}

	.con-FangDa-ImgList {
		display: none;
	}

	a#shop-btn {
		width: 96%;
		text-align: center;
	}

	.main_left p {
		line-height: 2.5rem;
	}

	#box_main {
		background: none;
	}

	#line {
		display: none;
	}

	.none {
		display: none;
	}

	.dp_fl {
		width: auto;
		margin: 0 2rem 0 2rem;
	}

	.dp_fl p {
		padding-bottom: 0;
	}

	.dp_fr {
		width: 100%;
		margin-bottom: 2rem;
	}

	.dp_fr input {
		width: 46%;
		text-align: center;
	}

	.dp_center {
		margin: 0 auto;
		width: auto;
		height: auto;
		overflow: hidden;
	}

}

@media screen and (max-width: 1080px) {
	.ad1 {
		width: 32.3%;
		height: 180px;
		float: left;
		margin: 0 0.5% 1.2rem 0.5%;
		background: #fff;
	}

	.ad_none1 {
		display: none;
	}

	.fl_tab {
		display: none;
	}

	.go-kf,
	.go-ewm,
	.go-sc {
		display: none;
	}

	.bg-blue .product-list {
		width: 48%;
	}

	.pale0 {
		margin-left: 0px;
	}

	.con-fangDaIMg {
		width: 100%;
	}

	.main-products-info {
		width: 100%;
		margin: 2rem 0 0 1.2rem;
	}

	a#shop-btn {
		width: 90%;
	}

	a#shop-btn:hover div {
		display: none;
	}

	.txt_box {}
}

@media screen and (max-width: 960px) {
	.fl_sp p {
		height: auto;
		overflow: hidden;
	}

	#search {
		width: 100%;
	}

	#box3 {
		padding-bottom: 0;
	}

	#box {
		height: 68px;
	}

	#login {
		display: none;
	}

	.bottom_box1 {
		display: none;
	}

	.fl_xx1,
	.fl_xx2 {
		width: 100%;
		margin: 0 1% 2% 0;
	}

	.fl_xx h1 {
		width: 20%;
		margin: 2rem 2rem 0 0;
		float: right;
		text-align: right;
	}

	.fl_xx h2 {
		width: 60%;
		margin: 2rem 0 0 2rem;
		float: left;
		text-align: left;
	}

	.fl_xx h4 {
		width: 20%;
		margin: 1.2rem 2rem .8rem 0;
		float: right;
		text-align: right;
		line-height: 3rem;
	}

	.fl_xx h3 {
		width: 60%;
		margin: 1.2rem 0 .8rem 2rem;
		float: left;
		text-align: left;
		line-height: 3rem;
	}

	.dp_fr input {
		width: 20%;
	}

	.bg-blue .product-list {
		width: 47%;
	}

}

@media screen and (max-width: 750px) {
	.ad1 {
		width: 32%;
		height: 172px;
		float: left;
		margin: 0 0.5% 1.2rem 0.5%;
		background: #fff;
	}

	.fl_sp p {
		height: auto;
		overflow: hidden;
	}

	.fl_sp span {
		font-size: 14px;
	}

	#img_ad {
		width: 32%;
		height: 32%;
	}

	#ad-banner4 {
		display: none;
	}

	#box2 {
		padding-bottom: .6rem;
	}

	.fw1 p {
		font-size: 14px;
	}

	.fw1 span {
		display: none;
	}

	.bg-blue .product-list {
		width: 46%;
	}
}

@media screen and (max-width: 650px) {
	.ad1 {
		width: 48%;
		height: 180px;
		float: left;
		margin: 0 1% 1.2rem 1%;
		background: #fff;
	}

	.ad_none2 {
		display: none;
	}

	.fl_sp1,
	.fl_sp2,
	.fl_sp3,
	.fl_sp4 {
		width: 100%;
		border: 1px #ececec solid;
	}

	.fl_sp p {
		width: 45%;
	}

	.products-info-txt p {
		width: 40%;
	}

	a#shop-btn:hover div {
		width: 300px !important;
		height: 180px !important;
		background-image: url(../img/customer-img1.jpg) !important;
		background-repeat: no-repeat !important;
		background-position: 0px 0px !important;
		top: -186px !important;
	}
}

@media screen and (max-width: 500px) {
	.ad1 {
		width: 100%;
		height: 150px;
		float: left;
		margin: 0 0 1.2rem 0;
		background: #fff;
	}

	.ad_none3 {
		display: none;
	}

	.ad-dian {
		height: 150px;
	}

	.ad-dian h3 {
		width: 100%;
		height: 52px;
		line-height: 52px;
		border: none;
	}

	.dian1,
	.dian2 {
		width: 50%;
		height: auto;
		overflow: hidden;
		margin-top: 0px;
		float: left;
	}

	.dian1 h5 {
		color: #fff;
		font-size: 16px;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 42px;
	}

	.dian1 p {
		color: #fff;
		font-size: 18px;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 20px;
		margin-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.dian1 {
		text-align: center;
		background: url(../img/cp.png) top center no-repeat;
	}

	.dian2 h5 {
		color: #fff;
		font-size: 16px;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 42px;
	}

	.dian2 p {
		color: #fff;
		font-size: 18px;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 20px;
		margin-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.dian2 {
		text-align: center;
		background: url(../img/dp.png) top center no-repeat;
	}

	.fl_xx h2 {
		font-size: 18px;
		width: 90%;
		margin: 2rem 0 0 1.2rem;
	}

	.fl_xx h1 {
		width: 90%;
		margin: 2rem 0 0 1.2rem;
		float: left;
		text-align: left;
	}

	.fl_xx h3 {
		margin: 1.2rem 0 0 1.2rem;
	}

	.fl_sp img {
		margin: 51px 4% 0 2%;
	}

	.main-products-info {
		margin: 2rem 0 0 0;
	}

	a#shop-btn {
		width: 100%;
		margin-top: 20px;
	}

	.dp_box {
		margin: 2rem 0 0 0;
	}

	.products-info-txt {
		display: none;
	}

	.products-info-text,
	.products-info-title,
	.products-info-btn {
		margin-left: 0 !important;
	}

	.bg-blue .product-list {
		width: 45%;
	}

}
