* {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #616161;
}

img {
	border: 0px;
	display: inline-block;
	font-size: 0px;
	position: relative;
}

a {
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
	color: #666;
	outline: 0;
	background-color: #fff;
}

#body_main {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden;
}

#page_main {
	width: 96%;
	margin: 5px auto;
	min-height: 350px;
}

#page_main img {
	max-width: 800px;
	width: 100%;
}

.pager_box {
	clear: both;
	text-align: center;
	line-height: 2em;
	margin: 1.5em auto;
	font-size: 1em;
	color: #666;
}

.pager {
	font-size: 1em;
	padding: 0 0.8em;
	color: #666;
	line-height: 2em;
	display: inline-block;
	background-color: #fff;
	margin: 0px 0.2em;
	border: 1px solid #eee;
}

.pager_hover,
.pager:hover {
	font-size: 1em;
	font-weight: bold;
	background-color: #da251c;
	padding: 0 0.8em;
	line-height: 2em;
	display: inline-block;
	margin: 0px 0.2em;
	color: #fff;
	font-weight: bold;
}

.first_pager,
.prev_pager,
.next_pager,
.last_pager {
	line-height: 2em;
	color: #666;
	display: inline-block;
	margin: 0px 0.2em;
	font-size: 1em;
}

@font-face {
	font-family: "iconfont";
	src: url('/css/iconfont/iconfont.eot');
	/* IE9*/
	src: url('/css/iconfont/iconfont.eot#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('/css/iconfont/iconfont.woff') format('woff'),
		/* chrome, firefox */
		url('/css/iconfont/iconfont.ttf') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('/css/iconfont/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'iconfont';
	/* project id 825067 */
	src: url('//at.alicdn.com/t/font_825067_ea3yaftcw9f.eot');
	src: url('//at.alicdn.com/t/font_825067_ea3yaftcw9f.eot?#iefix') format('embedded-opentype'),
		url('//at.alicdn.com/t/font_825067_ea3yaftcw9f.woff') format('woff'),
		url('//at.alicdn.com/t/font_825067_ea3yaftcw9f.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_825067_ea3yaftcw9f.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 36px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.d_title {
	margin: 0.5rem 0px;
}

.d_title_1 {
	border-bottom: 1px #cccccc solid;
	text-align: center;
}

.d_title_2 {
	text-align: center;
}

.d_title_1 span {
	color: #683905;
	border-bottom: 1px #683905 solid;
	font-weight: bold;
	font-size: 1.1rem;
	width: 10rem;
	display: inline-block;
	margin: 0 auto;
}

.d_title_2 span {
	color: #cccccc;
	width: 10rem;
	font-size: 0.8rem;
	display: inline-block;
	margin: 0 auto;
}

.product_box {
	width: 44%;
	text-align: center;
	float: left;
	margin: 1% 3% 1%;
}

.product_box_img {
	display: block;
	width: 44vw;
	height: 44vw;
	max-width: calc(800px*0.44);
	max-height: calc(800px*0.44);
	border: 1px #eee solid;
	border-radius: 6px;
}

.product_box_img_a {
	width: 44vw;
	height: 44vw;
	max-width: calc(800px*0.44);
	max-height: calc(800px*0.44);
	display: block;
	background-size: contain;
}

.product_box_img img {
	width: 44vw;
	height: 44vw;
	max-width: calc(800px*0.44);
	max-height: calc(800px*0.44);
	object-fit: contain;
}

.product_box_a {
	display: block;
	height: 1.8rem;
	font-size: 0.92rem;
	margin: 10% auto 0 auto;
	overflow: hidden;
}

.product_box_name {
	width: 44vw;
	max-width: calc(800px*0.44);
	height: 2rem;
	line-height: 2rem;
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
}

#dealer-nav {
	padding: 15px 0;
	background: #f4f3f0;
	text-align: center;
}

#dealer-nav a {
	position: relative;
	display: inline-block;
	width: 44%;
	height: 33px;
	margin: 0 5px;
	border-radius: 5px;
	border: 2px solid #c9c9c9;
	line-height: 36px;
	color: #666;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	margin-top: 5px;
}

#dealer-nav a:after {
	content: '';
	position: absolute;
	top: 33px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border: 6px solid transparent;
	border-bottom: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#dealer-nav a.act {
	background: #fe0000;
	border-color: #fe0000;
	color: #fff;
}

#dealer-nav a.act:after {
	border-top-color: #fe0000;
}


h1,
h2,
h3,
h4,
h5,
h6,
b {
	font-weight: normal;
	display: block;
}

li {
	list-style: none;
}

#header {
	position: relative;
	z-index: 10;
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-animation: headerIn 0.7s both;
	-moz-animation: headerIn 0.7s both;
	animation: headerIn 0.7s both;
}

#header section {
	width: 100%;
	max-width: 1600px;
	*width: 1600px;
	margin: auto;
}

#header .logo {
	float: left;
	width: 225px;
	margin-left: 2%;
	height: 114px;
	background: url() no-repeat 0 center;
	background-size: 100% auto;
}

#header img {
	height: auto;
	/* width: 39%; */
	max-height: 50px;
	max-width: calc(800px*0.64);
	padding-top: 5px;
}

#nav-btn {
	display: none;
	position: absolute;
	float: right;
	width: 30px;
	height: 40px;
	margin: 10px 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	top: 0;
	right: 0;
}

#nav-btn span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background: #000;
	border-radius: 1px;
	transition: 0.3s;
}

#nav-btn span:before,
#nav-btn span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	transition: 0.3s, 0.3s;
	transition-property: top, transform;
	transition-delay: 0.3s, 0;
}

#nav-btn span:before {
	top: -8px;
}

#nav-btn span:after {
	top: 8px;
}

#nav-btn.act span {
	background: transparent;
}

#nav-btn.act span:before {
	-webkit-transform: rotate(45deg);
	top: 0;
}

#nav-btn.act span:after {
	-webkit-transform: rotate(-45deg);
	top: 0;
}

#nav-btn.act span:before,
#nav-btn.act span:after {
	transition-delay: 0, 0.3s;
}

#nabtn {
	float: left;
	width: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	top: 5px;
	left: 5px;
	position: absolute;
}

#nabtn span {
	position: absolute left:0;
	width: 100%;
	height: 2px;
	margin: auto;
	border-radius: 1px;
	transition: 0.3s;
}

#header .lang {
	width: 30px;
	height: 30px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	right: 60px;
}

#header .header-info {
	display: none;
}

#header .header-main {
	height: 60px;
}

#header .logo {
	width: 180px;
	height: 60px;
}

#header #nav {
	display: none;
}

#nav-btn {
	display: block;
}


/*--------------*/
#m-nav {
	width: 100%;
}

#m-nav ul {
	border-top: 1px solid #da251c;
}

#m-nav ul li {
	border-bottom: 1px solid #eee;
}

#m-nav ul li h2 {
	position: relative;
	height: 48px;
	line-height: 48px;
	text-indent: 25px;
	color: #333;
	font-size: 16px;
}

#m-nav ul li h2:after {
	content: '';
	position: absolute;
	top: 21px;
	right: 26px;
	width: 10px;
	height: 6px;
	background: url(http://pic18_2.qiyeku.com/qiyeku_pic/2018/8/23/sonint/product/product_pic/image/2018_09_06/20180906035244276.png) no-repeat;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#m-nav ul li.act h2:after {
	background: url(http://pic20_2.qiyeku.com/qiyeku_pic/2021/3/31/yibong/product/product_pic/image/2021_04_19/20210419103318313.png) no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

#m-nav ul li div {
	display: none;
	background: #f7f7f7;
	border-top: 1px solid #eee;
}

#m-nav ul li div a {
	display: block;
	height: 49px;
	border-bottom: 1px solid #eee;
	line-height: 49px;
	text-indent: 40px;
}

.div_title_name {
	font-size: 1.1em;
	text-align: center;
	line-height: 2em;
	color: #333333;
	margin-left: 1em;
}

.time {
	color: #aeaeae;
	height: 2em;
	text-align: center;
	line-height: 2em;
	margin: 0px auto;
}

.time>div {
	padding-right: 1em;
	float: right;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

#pro-banner {
	height: 0;
	padding-top: 20%;
}

#pro-banner {
	position: relative;
	background: url(http://pic18_2.qiyeku.com/qiyeku_pic/2018/8/23/sonint/product/product_pic/image/2018_09_07/20180907110327846.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
}

#bottom {
	color: #333;
	padding: 1rem;
	text-align: center;
	line-height: 2.5rem;
	font-size: 0.9rem;
}

#bottom a {
	color: #333;
	font-size: 0.9rem;
}

#btn {
	color: White;
	width: 100vw;
	max-width: 800px;
	background-color: #fff;
	height: 3.5em;
	bottom: 0px;
	overflow: hidden;
	display: block;
	z-index: 666;
	position: fixed;
	border-top: 1px solid #e5e5e5;
}

#btn .icon {
	font-size: 1.2rem;
	color: #666;
	display: block;
}

#btn a {
	color: #333;
}
