@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 360px;
	overflow-x: hidden;
	/*font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;*/
	font-size: 14px;
	line-height: 1.8;
	color: #3d3d3d;
	padding-top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

img {
	border: none;
}

ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

li {
	list-style: none;
}

input {
	font-family: Helvetica, "微软雅黑", Arial, "Microsoft YaHei", sans-serif, STXihei, "Microsoft JhengHei;";
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #007FFF;
	text-decoration: none;
}

a:active {
	color: #007FFF;
	text-decoration: none;
}

.nomr {
	margin-right: 0px !important
}

.tac {
	text-align: center !important;
}

/*内容为空时的提示*/
.acget {
	padding: 100px;
	color: #666;
	text-align: center;
	font-size: 15px;
	width: 100%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.acget.mini {
	padding: 30px;
}

.acget img {
	margin-bottom: 6px;
}

/*内容为空时的提示*/

/*反馈对话框*/
#feedback {
	overflow: hidden;
	position: fixed;
	z-index: 9;
	height: 200%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=00);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
}

#feedback .bg {
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	height: 200%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#feedback .com {
	z-index: 2;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 100px;
}

#feedback .com .bg {
	background-color: #000;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#feedback .com .txt {
	z-index: 2;
	width: 92%;
	padding: 4%;
	position: relative;
	color: #FFF;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 15px;
}

#feedback .icon {
	height: 60px;
	width: 60px;
	background-image: url(../image/feedback.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#feedback.success .icon {
	background-position: 0px 0px;
}

#feedback.fail .icon {
	background-position: -60px 0px;
}

/*反馈对话框*/

.dialog {
	overflow: hidden;
	position: fixed;
	z-index: 9;
	height: 0%;
	width: 0%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog .bg {
	background-color: #000;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.dialog .com {
	position: relative;
	z-index: 2;
	background-color: #FFF;
	width: 300px;
	top: 200px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 15px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 15px;
}

.dialog .title {
	height: 40px;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	position: relative;
	padding-left: 20px;
}

.dialog .content {
	padding: 20px;
}

#prompt .content {
	text-align: center;
	line-height: 18px;
}

.dialog span.close {
	background-image: url(../image/close.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	position: absolute;
	height: 16px;
	width: 16px;
	top: 12px;
	right: 12px;
	cursor: pointer;
}

.dialog span.close:hover {
	background-position: -16px 0px;
}


#screen.dialog .com {
	width: 90%;
	max-width: 600px;
}

#screen select {
	height: 36px;
	font-size: 15px;
	width: 98%;
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#screen input.text {
	width: 96%;
	max-width: 293px;
	height: 36px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	margin-bottom: 20px;
	font-size: 15px;
}

#screen input.btn {
	width: 98%;
	max-width: 300px;
	height: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #06F;
	color: #FFF;
	border: none;
	cursor: pointer;
	font-size: 15px;
}


#webpage {
	text-align: center;
	height: 36px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
	z-index: 2;
}

#webpage a {
	height: 36px;
	width: 36px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 36px;
	display: inline-block;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	margin-bottom: 5px;
}

#webpage a:hover {
	border: 1px solid #007FFF;
	background-color: #cee3ff;
	color: #007FFF;
	z-index: 2;
}

#webpage a.onthis {
	border: 1px solid #007FFF;
	background-color: #007FFF;
	color: #fff;
	cursor: default;
}

#webpage a.none {
	border: 1px solid #ddd;
	background-color: #efefef;
	color: #666;
	cursor: default;
}


#path {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	background-color: #e8e8e8;
	z-index: 8;
}

#path .int {
	padding-left: 20px;
	padding-right: 20px;
}

#path span {
	color: #CCC;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

#path a {
	color: #999
}

#path a:hover {
	color: #333;
	text-decoration: underline;
}

#path a.but {
	background-color: #CCC;
	position: absolute;
	height: 100%;
	width: 210px;
	top: 0px;
	color: #222;
	text-align: center;
	right: 0px;
	font-size: 17px;
}

#path a.but:hover {
	background-color: #007FFF;
	color: #FFF;
	text-decoration: none
}

#path a.but em {
	font-style: normal;
	color: #183e7c;
	background-image: url(../image/vector.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	margin-bottom: -4px;
}

#path a.but:hover em {
	background-position: -20px 0px;
}


#nav {
	width: 100%;
	position: fixed;
	z-index: 9;
	background-color: #FFF;
	height: 70px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px;
	left: 0px;
	top: 0px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#nav .int {
	height: 70px;
	width: 98%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#nav .logo {
	display: block;
	padding-top: 10px;
	float: left;
	padding-right: 80px;
}

#nav .nl {
	float: left;
	height: 70px;
	text-align: center;
	position: relative;
}

#nav .nl a.bid {
	position: relative;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	height: 30px;
	color: #333;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#nav .nl:hover a.bid {
	color: #007FFF
}

#nav .nl.onthis a.bid {
	color: #007FFF
}

#nav .nl a.bid span {
	line-height: 30px;
	position: relative;
	height: 30px;
	display: inline-block;
}

#nav .bg {
	background-color: #FFF;
	height: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	filter: alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#nav .pbox {
	height: 210px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	display: none;
}

#nav .pbox div.box {
	width: 14.28%;
	float: left;
	height: 210px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#nav .pbox div.box:hover {
	background-color: #d9f1ff;
}

#nav .pbox div.box div {
	padding: 10px;
}

#nav .pbox div.box h4,
#nav .pbox div.box p {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#nav .pbox div.box h4 a {
	color: #007FFF;
}

#nav .pbox div.box h4 a:hover {
	color: #007FFF;
	text-decoration: underline;
}

#nav .pbox div.box a {
	display: block;
	left: 30px;
	position: relative;
}


#nav .nl div {
	width: 700%;
	position: absolute;
	left: -300%;
	top: 100%;
	display: none;
}

#nav .nl div a {
	color: #333;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
	position: relative;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#nav .nl div a:hover {
	color: #007FFF;
}



#nav .bar {
	height: 70px;
	width: 380px;
	max-width: 1000px;
	float: left;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0px;
	right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
}

#searchform {
	position: relative;
	height: 70px;
	width: 258px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #efefef;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
}

#searchform .searchtxt {
	line-height: 70px;
	height: 100%;
	width: 94%;
	padding-left: 4%;
	position: absolute;
	background-color: transparent;
	border: none;
	color: #999;
}

#searchform .searchbut {
	position: absolute;
	z-index: 2;
	height: 70px;
	width: 60px;
	top: 0px;
	border: none;
	background-color: transparent;
	right: 0px;
	background-image: url(../image/searchbut.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
}

#searchform:hover .searchbut {
	background-color: #007fff;
	background-position: -60px 0px;
}

#searchform .searchbox {
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	left: 0px;
	display: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
}

#searchform:hover .searchbox {
	display: block
}

#searchform .searchbox div {
	padding: 10px;
}

#searchform .searchbox div a {
	display: inline-block;
	margin-right: 6px;
	font-size: 12px;
	line-height: 20px;
}

#world {
	float: left;
	height: 20px;
	width: 90px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	cursor: pointer;
	background-image: url(../image/world.html);
	background-repeat: no-repeat;
	background-position: center center;
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	padding-top: 25px;
	padding-bottom: 25px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#world.onthis {
	background-color: #007FFF;
	color: #fff;
}

#worlds {
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	left: 0px;
	display: none;
	opacity: 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
}

#worlds div {
	text-align: left;
	padding-bottom: 10px;
}

#worlds a {
	display: block;
	color: #3d3d3d;
	height: 32px;
	line-height: 32px;
	padding-right: 15px;
	padding-left: 15px;
}

#worlds a.onthis {
	background-color: #007FFF;
	color: #fff
}

#worlds a:hover {
	background-color: #007FFF;
	color: #fff
}

#worlds a img {
	margin-bottom: -3px;
	margin-right: 5px;
}

/*
#search
{
	float: left;
	height: 70px;
	width: 70px;
	text-align: center;
	position: relative;
	cursor: pointer;
	background-image: url(../image/search.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	transition: background-color,height  0.3s ease-in-out;
	-moz-transition: background-color,height 0.3s ease-in-out;
	-webkit-transition: background-color,height 0.3s ease-in-out;
	-o-transition: background-color,height 0.3s ease-in-out;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
}
#search.onthis{background-color: #007FFF;background-position: -70px center;}
#searchform {
	height: 0px;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #007FFF;
	overflow: hidden;
	z-index: 1;
	left: 0px;
	display: none;
	opacity: 0;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 2px 20px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 2px 20px;
	box-shadow: rgba(0,0,0,0.1) 0px 2px 20px;
}
#searchform .searchtxt {
	line-height: 70px;
	height: 70px;
	width: 100%;
	padding-left: 2%;
	position: absolute;
	background-color: transparent;
	border: none;
	color: #fff;
}
#searchform .searchbut {
	position: absolute;
	z-index: 2;
	height: 60px;
	width: 60px;
	top: 5px;
	border:none;
	background-color: transparent;
	right: 5px;
	background-image: url(../image/searchbut.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
}
#searchform:hover .searchbut {background-position: -60px 0px;}*/





#focus {
	width: 100%;
	height: 607px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	margin-bottom: 30px;
}

#focus .in {
	width: 4100%;
	height: 607px;
	position: relative;
	left: -2000%;
}

#focus img.bgimg {
	position: relative;
	z-index: 1;
	width: auto;
	display: block;
	height: 607px;
	margin-right: auto;
	margin-left: auto;
}

.webh2 {
	color: #333;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 3px;
}

.webp {
	color: #888;
	text-align: center;
	font-size: 12px;
}

.webline {
	height: 1px;
	width: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	background-color: #007FFF;
}

a.webbut {
	line-height: 36px;
	text-align: center;
	height: 36px;
	width: 80%;
	max-width: 160px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	display: block;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

a.webbut:hover {
	border: 1px solid #09F;
	background-color: #09F;
	color: #FFF;
}


#iproduct {
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #f5f5f5;
}

#iproduct .int {
	width: 98%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

#iproduct .bar {
	text-align: center;
	margin-bottom: 20px;
}

#iproduct .bar a {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	position: relative;
}

#iproduct .bar a.onthis {
	color: #007FFF;
}

#iproduct .bar a.onthis span {
	background-color: #007FFF;
	overflow: hidden;
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

#iproduct .bbox {
	display: none
}

#iproduct .bbox.onthis {
	display: block
}

#iproduct .box {
	width: 19.2%;
	float: left;
	margin-right: 1%;
	color: #999;
	line-height: 20px;
	margin-bottom: 15px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
	overflow: hidden;
}

#iproduct .box:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

#iproduct .box img {
	display: block;
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	/*	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;*/
}

/*#iproduct .box:hover img{top:-40px;}*/
#iproduct .box .tbox {
	position: relative;
	overflow: hidden;
	height: 50px;
	padding: 15px;
	padding-top: 0px;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	overflow: hidden;
	/*background-color: #007FFF;
	bottom: -80px;*/
	color: #999;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	left: 0px;
}

#iproduct .box:hover .tbox {
	bottom: 0px;
}

#iproduct .box .tbox a {
	color: #333;
}

#iproduct .box .tbox a:hover {
	color: #000;
	text-decoration: underline;
}

#iproduct .box p {
	position: relative;
	height: 32px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
}

#iproduct .box span.tag {
	height: 20px;
	line-height: 20px;
	width: 30%;
	position: absolute;
	left: 35%;
	top: 0px;
	color: #fff;
	z-index: 4;
	font-size: 12px;
}

#iproduct .box span.tag.new {
	background-color: #83c44e;
}

#iproduct .box span.tag.hot {
	background-color: #f00;
}

#iproduct .box .eye {
	display: none;
	height: 16px;
	line-height: 16px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -20px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #FFF;
}

#iproduct .box:hover .eye {
	bottom: 10px;
}

#iproduct .box .eye span {
	background-image: url(../image/eye.png);
	background-position: -18px 0px;
	display: inline-block;
	height: 16px;
	width: 18px;
	margin-right: 3px;
	position: relative;
	margin-bottom: -3px;
}

#iproduct h3.searchh3 {
	position: relative;
}

#iproduct h3.searchh3 a {
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
}


#product .box {
	width: 23.8%;
	float: left;
	margin-right: 1.6%;
	color: #999;
	line-height: 20px;
	margin-bottom: 15px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#product .box:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	z-index: 2;
}

#product .box img {
	display: block;
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

/*#product .box:hover img{top:-40px;}*/
#product .box .tbox {
	position: relative;
	overflow: hidden;
	height: 50px;
	padding: 15px;
	/*padding-top: 10px;*/
	padding-bottom: 20px;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	overflow: hidden;
	/*background-color: #007FFF;
	bottom: -80px;*/
	color: #999;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	left: 0px;
}

#product .box:hover .tbox {
	bottom: 0px;
}

#product .box .tbox a {
	color: #333;
	z-index: 2;
	position: relative;
}

#product .box .tbox a:hover {
	color: #000;
	text-decoration: underline;
}

#product .box p {
	position: relative;
	height: 32px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	z-index: 2;
}

#product .box .tbox .bg {
	background-color: #007FFF;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 100%;
	z-index: 1;
	filter: alpha(Opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#product .box .tbox .bg.bg1 {
	top: 100%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

#product .box:hover .tbox .bg.bg1 {
	top: 0%;
}

#product .box .tbox .bg.bg2 {
	top: 100%;
	transition: all 0.5s 0.2s ease-in-out;
	-moz-transition: all 0.5s 0.2s ease-in-out;
	-webkit-transition: all 0.5s 0.2s ease-in-out;
	-o-transition: all 0.5s 0.2s ease-in-out;
}

#product .box:hover .tbox .bg.bg2 {
	top: 0%;
}

#product .box .tbox .bg.bg3 {
	top: 100%;
	transition: all 0.5s 0.4s ease-in-out;
	-moz-transition: all 0.5s 0.4s ease-in-out;
	-webkit-transition: all 0.5s 0.4s ease-in-out;
	-o-transition: all 0.5s 0.4s ease-in-out;
}

#product .box:hover .tbox .bg.bg3 {
	top: 0%;
}

#product .box .tbox .bg.bg4 {
	top: 100%;
	transition: all 0.5s 0.6s ease-in-out;
	-moz-transition: all 0.5s 0.6s ease-in-out;
	-webkit-transition: all 0.5s 0.6s ease-in-out;
	-o-transition: all 0.5s 0.6s ease-in-out;
}

#product .box:hover .tbox .bg.bg4 {
	top: 0%;
}

#product .box .tbox .bg.bg5 {
	top: 100%;
	transition: all 0.5s 0.8s ease-in-out;
	-moz-transition: all 0.5s 0.8s ease-in-out;
	-webkit-transition: all 0.5s 0.8s ease-in-out;
	-o-transition: all 0.5s 0.8s ease-in-out;
}

#product .box:hover .tbox .bg.bg5 {
	top: 0%;
}

#product .box .tbox .bg.bg6 {
	top: 100%;
	transition: all 0.5s 1s ease-in-out;
	-moz-transition: all 0.5s 1s ease-in-out;
	-webkit-transition: all 0.5s 1s ease-in-out;
	-o-transition: all 0.5s 1s ease-in-out;
}

#product .box:hover .tbox .bg.bg6 {
	top: 0%;
}

#product .box span.tag {
	height: 20px;
	line-height: 20px;
	width: 30%;
	position: absolute;
	left: 35%;
	top: 0px;
	color: #fff;
	z-index: 4;
	font-size: 12px;
}

#product .box span.tag.new {
	background-color: #83c44e;
}

#product .box span.tag.hot {
	background-color: #f00;
}

#product .box .eye {
	height: 16px;
	line-height: 16px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -20px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #FFF;
}

#product .box:hover .eye {
	bottom: 10px;
}

#product .box .eye span {
	background-image: url(../image/eye.png);
	background-position: -18px 0px;
	display: inline-block;
	height: 16px;
	width: 18px;
	margin-right: 3px;
	position: relative;
	margin-bottom: -3px;
}

/*#product .box {
	width: 23.8%;
	float: left;
	margin-right: 1.6%;
	color: #999;
	line-height: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
}
#product .box:hover
{
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0);
	-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.1);
	box-shadow:0 10px 20px rgba(0,0,0,0.1)
}
#product .box img{
	display: block;
	height: 200px;
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#product .box .tbox
{
	position: relative;
	overflow: hidden;
	height: 65px;
	padding:20px;
	padding-bottom:30px;
}
#product .box p{position:relative;height: 32px; overflow:hidden;font-size:13px;line-height:16px;}
#product .box span.tag
{
	height: 20px;
	line-height:20px;
	width: 30%;
	position: absolute;
	left: 35%;
	top: 0px;
	color:#fff;
	z-index:4;
	font-size:12px;
}
#product .box span.tag.new{background-color:#83c44e;}
#product .box span.tag.hot{background-color:#f00;}*/


#inews {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
}

#inews .int {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#inews .box {
	width: 23.875%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 20px;
	color: #aaa;
	line-height: 20px;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 10px;
	box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 10px;
}

#inews .box .ibox {
	position: relative;
	width: 100%;
}

#inews .box .ibox img {
	display: block
}

#inews .box .tbox {
	height: 145px;
	position: relative;
	padding: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 18px;
}

#inews .box .tbox a {
	display: inline-block;
	max-height: 36px;
	overflow: hidden;
	position: relative;
}

#inews .dv {
	height: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}

#inews .dv span {
	display: inline-block;
	padding-left: 22px;
	margin-right: 20px;
	position: relative;
}

#inews .dv span em {
	background-image: url(../image/newinfoicon.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 16px;
	width: 18px;
	left: 0px;
	top: 0px;
}

#inews .dv span.view em {
	background-position: -18px 0px;
}


#news .box {
	width: 31.33332%;
	margin-right: 3%;
	float: left;
	margin-bottom: 30px;
	color: #aaa;
	line-height: 20px;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 10px;
	box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 10px;
}

#news .box .ibox {
	position: relative;
	width: 100%;
}

#news .box .ibox img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block
}

#news .box .tbox {
	height: 140px;
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 18px;
}

#news .box .tbox a {
	display: inline-block;
	max-height: 36px;
	overflow: hidden;
	position: relative;
}

#news .dv {
	height: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}

#news .dv span {
	display: inline-block;
	padding-left: 22px;
	margin-right: 20px;
	position: relative;
}

#news .dv span em {
	background-image: url(../image/newinfoicon.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 16px;
	width: 18px;
	left: 0px;
	top: 0px;
}

#news .dv span.view em {
	background-position: -18px 0px;
}

#news .brief {
	height: 73px;
	position: relative;
	overflow: hidden;
}


#ninfo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#ninfo .nh2 {
	line-height: 24px;
	font-weight: normal;
	color: #333;
}

#ninfo .bar {
	height: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding-top: 10px;
	color: #999;
}

#ninfo .bar span {
	display: inline-block;
	margin-right: 20px;
}

#ninfo .bar span em {
	color: #333;
	font-style: normal;
}

#ninfo .text {
	color: #555;
}

#ninfo img {
	max-width: 100%;
	height: auto;
}



#foot {
	background-color: #252525;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #999;
}

#foot .int {
	width: 98%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	position: relative;
}

#foot .footbr {
	clear: both;
	display: none;
}

#foot .box {
	float: left;
	width: 20%;
	color: #FFF;
	line-height: 24px;
	color: #999;
}

#foot .box.other {
	width: 30%;
}

#foot .box h3 {
	margin-bottom: 6px;
	color: #fff;
}

#foot .box a {
	color: #999;
}

#foot .box a:hover {
	color: #fff;
}

#foot .box h3 a {
	color: #fff;
}

#foot .box h3 a:hover {
	text-decoration: underline;
}

#foot .line {
	width: 100%;
	height: 1px;
	position: relative;
	background-color: #444;
	overflow: hidden;
	margin-bottom: 30px;
}

.newsletter_text {
	height: 30px;
	width: 90%;
	max-width: 300px;
	display: block;
	margin-top: 5px;
	padding-left: 5px;
}

.newsletter_button {
	height: 30px;
	width: 80px;
	color: #aaa;
	border: 1px solid #aaa;
	background-color: transparent;
	margin-top: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.newsletter_button:hover {
	color: #fff;
	border: 1px solid #007FFF;
	background-color: #007FFF;
}


#footer {
	width: 98%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}

#follow {
	background-color: #252525;
	position: fixed;
	z-index: 8;
	width: 50px;
	right: 10px;
	overflow: hidden;
	bottom: 10px;
	padding-top: 10px;
}

#follow img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

.banner img {
	position: relative;
	width: 100%;
	left: 0px;
	display: block;
}


.webtitle {
	background-color: #007FFF;
	position: absolute;
	height: 80px;
	width: 100%;
	color: #FFF;
	left: 0px;
	top: -150px;
}

.webtitle div {
	padding: 20px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.webtitle h2 {
	line-height: 30px;
	height: 30px;
	font-weight: normal;
}

.webtitle p {
	font-size: 12px;
	line-height: 13px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.webtitle a.but {
	position: absolute;
	height: 25px;
	line-height: 25px;
	top: 27px;
	right: 20px;
	overflow: hidden;
	display: none;
	font-size: 18px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}

.webtitle a.but span {
	background-color: #FFF;
	height: 5px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.webclass {
	width: 18%;
	position: relative;
	float: left;
	margin-right: 2%;
}

.webclass .it {
	height: 51px;
	position: relative;
	overflow: hidden;
}

.webclass .it.onthis {
	height: auto;
}

.webclass .it a.bid {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-bottom: 1px;
	position: relative;
	background-color: #eef2f5;
	font-size: 15px;
}

.webclass .it a.bid:hover {
	background-color: #007FFF;
	color: #fff;
}

.webclass .it a.bid span {
	display: block;
	padding-right: 25px;
	padding-left: 25px;
}

.webclass .it.onthis a.bid {
	color: #fff;
	background-color: #007FFF
}

.webclass .it a.sid {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 1px;
	position: relative;
	background-color: #eef2f5;
	font-size: 14px;
	padding-right: 25px;
	padding-left: 25px;
	color: #777;
}

.webclass .it a.sid:hover {
	color: #fff;
	background-color: #007FFF
}

.webclass .it a.sid.onthis {
	color: #fff;
	background-color: #007FFF
}

.webclass .it a.sid span {
	display: block;
	height: 40px;
	padding-left: 22px;
	position: relative;
}

.webclass .it a.sid span i {
	display: block;
	height: 40px;
	position: absolute;
	width: 12px;
	left: 9px;
	top: 0px;
	background-image: url(../image/sidbg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.webclass .it a.sid:hover span i {
	background-position: -12px 0px;
}

.webclass .it a.sid.onthis span i {
	background-position: -12px 0px;
}

.webdiv {
	width: 80%;
	position: relative;
	float: left;
}


#iabout {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #007FFF;
	position: relative;
	color: #FFF;
}

#iabout .webh2 {
	color: #FFF;
}

#iabout .webp {
	color: #FFF;
}

#iabout .webline {
	background-color: #FFF;
}

#iabout .int {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#iabout .l {
	float: left;
	width: 50%;
}

#iabout .r {
	float: left;
	width: 40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
}

#iabout .r h2 {
	line-height: normal;
}

#iabout .l img {
	width: 100%;
	display: block;
	position: relative;
}

#iabout a.webbut {
	margin-right: inherit;
	margin-left: inherit;
	border: 2px solid #fff;
	color: #FFF;
}

#iabout a.webbut:hover {
	border: 2px solid #09F;
	background-color: #09F;
	color: #FFF;
}



#contact {
	width: 96%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 120px;
	padding-top: 100px;
	text-align: center;
}

#contact a.but {
	line-height: 40px;
	text-align: center;
	height: 40px;
	padding-left: 25px;
	padding-right: 25px;
	border: 1px solid #333;
	display: inline-block;
	-moz-border-radius: 22px;
	border-radius: 22px;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

#contact a.but:hover {
	border: 1px solid #09F;
	background-color: #09F;
	color: #FFF;
}

#contact .box {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 10px;
	text-align: center;
}

#contact .box div {
	background-color: #f5f5f5;
	padding: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #e8e8e8;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#contact .box:hover div {
	background-color: #42a0ff;
	border: 1px solid #007fff;
	color: #FFF;
}

#contact .box div h2 {
	color: #007fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#contact .box:hover div h2 {
	color: #fff;
}


#map {
	height: 800px;
	width: 100%;
}

#mapbut {
	position: relative;
}

#mapbut a {
	display: block;
	float: left;
	width: 50%;
	position: relative;
	font-size: 21px;
	text-align: center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#mapbut a.onthis {
	color: #FFF;
	background-color: #007FFF;
}

#mapbut a span {
	padding: 30px;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
}


#book {
	width: 96%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 100px;
	margin-bottom: 100px
}

#book form {
	display: block;
}

#book p.box {
	line-height: 46px;
	height: 46px;
	width: 48%;
	display: block;
	margin-bottom: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: 4%;
	float: left;
	border-bottom-color: #333;
}

#book p.box input {
	line-height: 46px;
	height: 46px;
	width: 97%;
	padding-left: 3%;
	border: none;
	position: absolute;
	z-index: 2;
	top: 0px;
	background-color: transparent;
	left: 0px;
	color: #666;
}

#book p.box span {
	line-height: 46px;
	height: 46px;
	width: 97%;
	padding-left: 3%;
	border: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	text-align: left;
	font-size: 15px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#book p.box.onthis span {
	height: 14px;
	width: auto;
	font-size: 12px;
	line-height: 14px;
	top: -9px;
	padding-left: 1%;
	padding-right: 1%;
	z-index: 4;
	left: 2%;
}

#book input.but {
	line-height: 48px;
	height: 48px;
	width: 100%;
	max-width: 400px;
	color: #fff;
	background-color: #333;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 5px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#book input.but:hover {
	background-color: #007FFF;
}

#book h1 {
	text-align: center;
	margin-bottom: 20px;
}

#book h3 {
	height: 50px;
	margin-bottom: 10px;
	font-weight: normal;
}

#book .hint {
	margin-bottom: 10px;
	color: #888;
	text-align: center
}

#book form textarea {
	background-color: transparent;
	overflow: hidden;
	height: 140px;
	width: 100%;
	border: none;
	position: relative;
	line-height: 20px;
	z-index: 2;
	color: #666;
}

#book form .box.textarea {
	height: 150px;
	width: 100%;
	padding-top: 10px;
}

#book form .box.textarea span {
	width: 98.5%;
	padding-left: 1.5%;
	left: 0px;
	line-height: 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#book form .box.textarea.onthis span {
	height: 14px;
	width: auto;
	font-size: 12px;
	line-height: 14px;
	top: -9px;
	z-index: 4;
	left: 0%;
}

#book em {
	font-style: normal;
	color: #F00;
	display: inline-block;
	padding-left: 4px;
}

#book strong {
	color: #f00;
	display: inline-block;
	margin-right: 2px;
}

#book .retext {
	color: #999;
}


#iso {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#iso .box {
	margin-bottom: 50px;
	margin-right: 4%;
	width: 48%;
	float: left
}

#iso .box img {
	display: block
}

#iso .box h3 {
	text-align: center;
	line-height: 30px;
}


/*#business
{
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom:100px;
}
#business .box
{
	width: 98%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 100px;
}



#patent {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom:100px;
}
#patent .l{width:48%;margin-right:4%;float:left;}
#patent .r{width:48%;float:left;padding-top:200px;}
#patent .box{
	margin-bottom: 50px;
	float: left;
	width: 31.999998%;
	margin-right: 2%;
}
#patent .box img{
	display: block;
	border: 1px solid #999;
}


#ideas{
	width: 98%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 100px;
	padding-top: 100px;
}
#ideas .box
{
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	text-align: center;
	color: #999;
	margin-bottom: 50px;
}
#ideas .box h3{color:#333;}
#ideas .box .line{
	background-color: #007FFF;
	height: 1px;
	width: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#ideas .box p{line-height:23px;}
#ideas .text {
	width:100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
}*/


#bodyer {
	position: relative;
	z-index: 2;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
}

.bodyint {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
	padding-top: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eef2f5;
	z-index: 3;
}

#mbtn {
	position: absolute;
	width: 60px;
	top: 17px;
	right: 0px;
	cursor: pointer;
	height: 35px;
	z-index: 7;
	display: none;
}

#mbtn span {
	background-color: #007fff;
	display: block;
	height: 7px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
}

#mbtn span.one {
	top: 0px;
}

/*#mbtn span.one
{
	animation: myone 0.5s forwards;
	-moz-animation: myone 0.5s forwards;
	-webkit-animation: myone 0.5s forwards;
	-o-animation: myone 0.5s forwards;	
}
@keyframes myone
{
0%   {top:14px;transform: rotate(45deg);}
75%  {top:14px;transform: rotate(0deg);}
100% {top:0px;}
}
#mbtn.onthis span.one
{
	animation: myoneonthis 0.5s forwards;
	-moz-animation: myoneonthis 0.5s forwards;
	-webkit-animation: myoneonthis 0.5s forwards;
	-o-animation: myoneonthis 0.5s forwards;	
}
@keyframes myoneonthis
{
0%   {top:0px;}
25%  {top:14px;transform: rotate(0deg);}
100% {top:14px;transform: rotate(45deg);}
}*/
#mbtn span.two {
	top: 14px;
}

/*#mbtn span.two
{
	animation: mytwo 0.5s forwards;
	-moz-animation: mytwo 0.5s forwards;
	-webkit-animation: mytwo 0.5s forwards;
	-o-animation: mytwo 0.5s forwards;	
}
@keyframes mytwo
{
0%   {height:0px;}
100% {height:7px;}
}
#mbtn.onthis span.two
{
	animation: mytwoonthis 0.5s forwards;
	-moz-animation: mytwoonthis 0.5s forwards;
	-webkit-animation: mytwoonthis 0.5s forwards;
	-o-animation: mytwoonthis 0.5s forwards;	
}
@keyframes mytwoonthis
{
0%   {height:7px;}
100% {height:0px;}
}*/
#mbtn span.three {
	top: 28px;
}

/*#mbtn span.three
{
	animation: mythree 0.5s forwards;
	-moz-animation: mythree 0.5s forwards;
	-webkit-animation: mythree 0.5s forwards;
	-o-animation: mythree 0.5s forwards;	
}
@keyframes mythree
{
0%   {top:14px;transform: rotate(-45deg);}
75%  {top:14px;transform: rotate(0deg);}
100% {top:28px;}
}
#mbtn.onthis span.three
{
	animation: mythreeonthis 0.5s forwards;
	-moz-animation: mythreeonthis 0.5s forwards;
	-webkit-animation: mythreeonthis 0.5s forwards;
	-o-animation: mythreeonthis 0.5s forwards;	
}
@keyframes mythreeonthis
{
0%   {top:28px;}
25%  {top:14px;transform: rotate(0deg);}
100% {top:14px;transform: rotate(-45deg);}
}*/

#meun {
	width: 40%;
	background-color: #000;
	position: fixed;
	z-index: 9;
	height: 100%;
	top: 0px;
	right: -40%;
	display: none;
}

#meun .int {
	padding-top: 0px;
	position: relative;
	z-index: 3;
	background-color: #000;
	height: 100%;
	width: 100%;
}

#meun a.bid {
	height: 50px;
	display: block;
	padding-left: 20px;
	line-height: 50px;
	color: #FFF;
}

#meun a.bid.onthis {
	background-color: #007FFF;
}

#meun .submeun {
	background-color: #007FFF;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0%;
	top: 0px;
}

#meun .submeun div {
	display: none;
	position: relative;
}

#meun .submeun div a {
	display: block;
	line-height: 40px;
	height: 40px;
	color: #fff;
	padding-left: 12px;
}


#welfare {
	width: 100%;
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

#welfare .box {
	width: 31.333332%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	margin-bottom: 50px;
	text-align: center;
}

#welfare .box img {
	display: block;
	width: 100%;
	max-width: 75px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#welfare .box .text {
	height: 100px;
	position: relative;
	overflow: hidden;
	color: #999;
	line-height: 20px;
}

#welfare .box .text h3 {
	font-weight: normal;
	color: #333;
	margin-bottom: 5px;
}


#info .c {
	position: relative;
}

#info .l {
	float: left;
	width: 40%;
	margin-right: 5%;
	position: relative;
}

#info .r {
	float: left;
	width: 55%;
	position: relative;
}

#info .r h3 {
	line-height: 20px;
	height: 20px;
}

#info .r p.en {
	color: #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

#info .c .share {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

#info .title {
	background-color: #efefef;
	border: 1px solid #e2e2e2;
	height: 60px;
}

#info .title a {
	line-height: 20px;
	float: left;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 160px;
	top: 0px;
	position: relative;
	text-align: center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#info .title a.onthis {
	background-color: #007FFF;
	color: #fff;
	top: -4px;
	height: 24px;
}

#info .title a span {
	background-color: #e2e2e2;
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0px;
	right: 0px;
}

#info .title a.onthis span {
	display: none
}

#info .bbox {
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
}

#info .model {
	height: 40px;
	background-color: #f3f3f3;
	margin-bottom: 8px;
}

#info .model div {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #F00;
	color: #FFF;
	font-size: 15px;
}

#info .bbox .box {
	display: none;
	overflow-x: auto;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}

#info .bbox .box.onthis {
	display: block;
}

#info .it {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
}

#info .it .itbox {
	float: left;
	width: 48%;
}

#table .th {
	background-color: #007fff;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#table .wtr {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
}

#table .btr {
	background-color: #f5faff;
	height: 50px;
	line-height: 50px;
}

#table .htr {
	background-color: #d7e0e9;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}

#table .td20 {
	float: left;
	height: 50px;
	width: 14%;
	padding-right: 3%;
	padding-left: 3%;
}

#table .td80 {
	float: left;
	height: 50px;
	width: 74%;
	padding-right: 3%;
	padding-left: 3%;
	position: relative;
}

#table span {
	background-color: #e6e6e6;
	position: absolute;
	height: 100%;
	width: 1px;
	left: 0px;
	top: 0px;
}

#service .ibox {
	display: inline-block;
	height: 120px;
	width: 120px;
	background-color: #007FFF;
	font-size: 20px;
	line-height: 120px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}


#showbox {
	background-color: #FFF;
}

#showbox .int {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#showbox .bbox {
	width: 50%;
	float: left;
}

#showbox .box {
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #999;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
}

#showbox .box:hover {
	background-color: #007fff;
	color: #fff;
}

#showbox .itbox .ibox {
	width: 50%;
	position: relative;
	overflow: hidden
}

#showbox .itbox .tbox {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

#showbox .tibox .ibox {
	width: 50%;
	float: right;
	position: relative;
	overflow: hidden
}

#showbox .tibox .tbox {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#showbox .box .tbox em {
	position: absolute;
	z-index: 5;
	height: 0px;
	width: 0px;
	left: 20px;
	top: -40px;
	overflow: hidden;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #fff;
	border-left-color: transparent;
	display: none;
}

#showbox .box .tbox div {
	padding: 20px;
	line-height: 18px;
	padding-top: 15px;
}

#showbox .box .tbox div h4 {
	margin-bottom: 5px;
}

#showbox .box img {
	display: block;
}

#showbox .box img.img {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
}

#showbox .box:hover img.img {
	width: 120%;
	left: -10%;
	top: -10%;
}

#showbox .box a {
	color: #333;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
}

#showbox .box:hover a {
	color: #fff;
}

#showbox .box a:hover {
	text-decoration: underline;
}

#showbox .box a.but {
	height: 32px;
	line-height: 32px;
	width: 120px;
	border: 1px solid #999;
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: center;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#showbox .box:hover a.but {
	border: 1px solid #fff;
	color: #fff;
}

#showbox .box a.but:hover {
	background-color: #fff;
	color: #007fff;
}


#faq {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

#faq .title {
	line-height: 24px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: relative;
	padding-top: 4px;
}

#faq .title.onthis {
	color: #F00;
}

#faq .title span {
	overflow: hidden;
	position: absolute;
	height: 24px;
	width: 24px;
	left: 0px;
	top: 3px;
	background-image: url(../image/fa.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#faq .title.onthis span {
	background-position: -24px 0px;
}

#faq .it {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	height: 0px;
}

#faq .it .text {
	background-image: url(../image/fq.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	color: #666;
	min-height: 30px;
}



#download {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

#download .th {
	height: 60px;
	line-height: 60px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 16px;
	font-weight: bold;
}

#download .tr {
	height: 60px;
	line-height: 60px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	cursor: pointer;
	overflow: hidden;
}

#download .tr strong {
	display: none
}

#download .tr:hover {
	background-color: #efefef;
}

#download .tr.onthis {
	background-color: #efefef;
}

#download .tr.one {
	background-color: #F30;
	color: #fff;
}

#download .tr.one:hover {
	background-color: #b42400;
	color: #fff;
}

#download .tr.one.onthis {
	background-color: #b42400;
	color: #fff;
}

#download .tr.one a {
	color: #FFF
}

#download .td50 {
	height: 60px;
	width: 47%;
	padding-right: 1%;
	padding-left: 2%;
	float: left;
	position: relative;
	overflow: hidden;
}

#download .td25 {
	height: 60px;
	width: 23%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	position: relative;
	overflow: hidden;
}

#download .td20 {
	height: 60px;
	width: 18%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	position: relative;
	overflow: hidden;
}

#download .td15 {
	height: 60px;
	width: 13%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	position: relative;
	overflow: hidden;
}

#download .td10 {
	height: 60px;
	width: 8%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	position: relative;
	overflow: hidden;
}

#download .txt {
	width: 96%;
	background-color: #FFF;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 26px;
}

#download .txt .int {
	padding-top: 30px;
	padding-bottom: 30px;
}

#download .tr a.but {
	height: 30px;
	width: 80px;
	margin-right: 5px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}


#info .icon div {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 20px;
}

#info .icon div img {
	height: auto;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}

#info .tag a {
	display: inline-block;
	margin-right: 15px;
}


#five {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
}

#five .int {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

#five .box {
	width: 18%;
	padding-left: 1%;
	padding-right: 1%;
	float: left;
	text-align: center;
}

#five .box img {
	width: 54px;
	height: 54px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


#filter {
	background-color: #efefef;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

#filter a {
	display: block;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	height: 50px;
	line-height: 50px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#filter a:hover {
	color: #007FFF;
}

#filter a span {
	background-color: #007FFF;
	height: 3px;
	width: 0%;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#filter a:hover span {
	width: 100%;
	left: 0px;
}

#filter a.onthis {
	color: #007FFF;
}

#filter a.onthis span {
	width: 100%;
	left: 0px;
}



#hot {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#hot .l {
	width: 72%;
	float: left;
}

#hot .l .box {
	background-color: #f8f8f8;
	float: left;
	height: 220px;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#hot .l .box img.img {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0px;
	right: 0px;
}

#hot .l .box p {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

#hot .l .box p .tips {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: -2px;
}

#hot .r {
	width: 28%;
	float: left;
	height: 460px;
	background-color: #f8f8f8;
	position: relative;
}

#hot .r img.img {
	display: block
}

#hot .r.none {
	display: none;
}

#hot .r .text {
	text-align: center;
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: 50px;
}

#hot .r .text h3 {
	font-weight: normal
}

#hot .r .text p {
	line-height: 18px;
}

#icompany {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f8f8f8;
	margin-bottom: 30px;
}

#icompany .l {
	width: 60%;
	float: left;
	height: 360px;
	overflow: hidden;
	position: relative;
}

#icompany .l .in {
	width: 4100%;
	left: -2000%;
	height: 360px;
	position: relative;
}

#icompany .l .in img {
	width: auto;
	height: 360px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#icompany .r {
	width: 40%;
	float: left;
	height: 360px;
}

#icompany .r .in {
	padding: 40px;
}

#icompany .r p {
	color: #7a7a7a
}

#icompany .tips {
	display: inline-block;
	margin-right: 10px;
}



#ifactory {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f8f8f8;
	margin-bottom: 30px;
}

#ifactory .l {
	width: 40%;
	float: right;
	height: 360px;
}

#ifactory .l .in {
	padding: 40px;
}

#ifactory .l p {
	color: #7a7a7a
}

#ifactory .r {
	width: 60%;
	float: right;
	height: 360px;
	overflow: hidden;
	position: relative;
}

#ifactory .r .in {
	width: 4100%;
	left: -2000%;
	height: 360px;
	position: relative;
}

#ifactory .r .in img {
	width: auto;
	height: 360px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ifactory .tips {
	display: inline-block;
	margin-right: 10px;
}

#ifactory ul {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

#ifactory ul li {
	width: 33.3332%;
	float: left;
	text-align: center;
}

#ifactory ul li p {
	font-size: 12px;
}

#ifactory ul li h1 {
	font-weight: normal;
	line-height: normal
}



@media only screen and (max-width: 1200px) {
	#nav .logo {
		padding-right: 20px;
	}

	#nav .nl a.bid {
		padding-left: 10px;
		padding-right: 10px;
	}

	#nav .bar {
		width: 350px;
	}

	#searchform {
		width: 228px;
	}

	.banner img {
		left: -15%;
		width: 130%;
	}

	#iproduct {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#iproduct .box {
		width: 24%;
		margin-right: 0.5%;
		margin-left: 0.5%;
	}

	#iproduct .box.nomr {
		margin-right: 0.5% !important
	}

	#iproduct .box img {
		width: 160px;
		height: 160px;
	}

	#showbox .box .tbox div {
		padding: 10px;
		line-height: 18px;
		padding-top: 8px;
	}

	#showbox .box a.but {
		height: 28px;
		line-height: 28px;
		width: 100px;
		left: 10px;
		bottom: 10px;
	}

	#path .int {
		padding-left: 15px;
		padding-right: 15px;
	}

	.webclass .it a.bid span {
		display: block;
		padding-right: 15px;
		padding-left: 15px;
	}

	.webclass .it a.sid {
		padding-right: 15px;
		padding-left: 15px;
	}

	.webtitle div {
		padding: 15px;
	}
}

@media only screen and (max-width: 1000px) {
	body {
		font: 13px/1.6 Helvetica, "微软雅黑", Arial, "Microsoft YaHei", sans-serif, STXihei, "Microsoft JhengHei";
	}

	#mbtn {
		display: block;
	}

	#nav .nl {
		display: none
	}

	#nav .bar {
		display: none
	}

	#meun {
		display: block;
	}

	.banner img {
		left: -30%;
		width: 160%;
	}

	#showbox .int {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#showbox .bbox {
		width: 100%;
	}

	#showbox .box .tbox div {
		padding: 20px;
		line-height: 18px;
		padding-top: 15px;
	}

	#showbox .box a.but {
		height: 28px;
		line-height: 28px;
		width: 100px;
		left: 20px;
		bottom: 20px;
	}

	#showbox .tibox.other .ibox {
		width: 50%;
		float: left;
		position: relative;
		overflow: hidden
	}

	#showbox .tibox.other .tbox {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0px;
		right: 0px;
		left: auto;
	}

	#iproduct {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#iproduct .box {
		width: 32.3333332%;
		margin-right: 0.5%;
		margin-left: 0.5%;
		margin-bottom: 10px;
	}

	#iproduct .box.nomr {
		margin-right: 0.5% !important
	}

	#iproduct .box img {
		width: 160px;
		height: 160px;
	}

	#five .box {
		width: 31.3332%;
		padding-left: 1%;
		padding-right: 1%;
		margin-bottom: 30px;
	}

	#five .box.lbox {
		width: 32%;
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 14%;
		margin-right: 2%
	}

	#five .box.rbox {
		width: 32%;
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 2%;
		margin-right: 14%
	}

	#foot {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#foot .int {
		margin-bottom: 40px;
	}

	#foot .footbr {
		clear: both;
		display: none;
	}

	#foot .box {
		width: 20%;
	}

	#foot .box.other {
		width: 30%;
	}

	#follow {
		background-color: #252525;
		position: relative;
		z-index: 8;
		width: 100%;
		right: auto;
		overflow: hidden;
		bottom: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}

	#follow img {
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	.bodyint {
		padding-bottom: 40px;
		padding-top: 0px;
		border-left-width: 0px;
	}

	#path {
		width: 100%;
		height: auto;
		line-height: 20px;
		position: relative;
		padding-left: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#path span {
		padding-left: 2px;
		padding-right: 2px;
	}

	#path a.but {
		display: none
	}

	.webclass {
		width: 100%;
		float: none;
		margin-right: 0%;
	}

	.webclass .it {
		display: none;
	}

	.webtitle {
		position: relative;
		width: 100%;
		top: 0px;
		margin-bottom: 1px;
	}

	.webtitle a.but {
		right: 15px;
		display: block;
	}

	.webdiv {
		width: 100%;
		float: none;
	}

	#filter {
		padding-left: 0px;
	}

	#filter a {
		width: 25%;
		padding-right: 0px;
		padding-left: 0px;
		text-align: center
	}

	#info {
		padding-top: 40px;
	}

	#info .l {
		float: left;
		width: 43%;
		margin-right: 2%;
	}

	#info .title {
		height: 60px;
	}

	#info .title a {
		width: 120px;
	}

	#info .bbox {
		padding: 15px;
	}

	#service {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

	#faq {
		width: 96%;
		margin-left: auto;
		margin-right: auto
	}

	#download {
		width: 96%;
	}

	#download .th .td25 {
		display: none
	}

	#download .tr {
		height: 120px;
	}

	#download .td50 {
		width: 58%;
		padding-right: 1%;
		padding-left: 1%;
	}

	#download .td25 {
		width: 98%;
	}

	#download .td15 {
		width: 23%;
	}

	#download .td10 {
		width: 13%;
	}

	#company {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
	}


	#product .box {
		width: 32.3333332%;
		margin-right: 0.5%;
		margin-left: 0.5%;
		margin-bottom: 10px;
	}

	#product .box.nomr {
		margin-right: 0.5% !important
	}

	#product .box img {
		width: 160px;
		height: 160px;
	}

	#inews {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#inews .box {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
	}

	#news .box {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		float: left;
		margin-bottom: 20px;
	}

	#news .box.nomr {
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	#ninfo {
		padding-top: 20px;
		width: 96%;
	}

	#iso {
		padding-top: 20px;
	}


	#webpage {
		padding-bottom: 40px;
		padding-top: 40px;
	}



	#contact {
		margin-bottom: 90px;
		padding-top: 70px;
	}

	#contact .box {
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}

	#map {
		height: 600px;
	}

	#book {
		margin-bottom: 80px;
		padding-top: 70px;
	}


	#welfare {
		margin-bottom: 80px;
	}

	#welfare .box {
		width: 46%;
		padding-right: 2%;
		padding-left: 2%;
		margin-bottom: 40px;
	}

	#faq .it {
		margin-bottom: 30px;
	}


	#hot .l {
		width: 100%;
		float: none;
	}

	#hot .l .box {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		height: 150px;
	}

	#hot .l .box p {
		left: 10px;
		bottom: 10px;
	}

	#hot .l .box p .tips {
		margin-right: 10px;
	}

	#hot .r {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		height: auto;
		padding-bottom: 30px;
	}

	#hot .r.none {
		display: block;
	}

	#hot .r img.img {
		margin-bottom: 10px;
	}

	#hot .r .text {
		bottom: 20px;
	}

	#hot .r .text {
		position: relative;
		left: 0%;
		bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}

	#icompany .r .in {
		padding: 20px;
	}

	#ifactory .l .in {
		padding: 20px;
	}

	#focus {
		height: 507px;
	}

	#focus .in {
		height: 507px;
	}

	#focus img.bgimg {
		height: 507px;
	}
}

@media only screen and (max-width: 800px) {
	#icompany .l {
		width: 100%;
		float: none;
		height: 300px;
	}

	#icompany .l .in {
		height: 300px;
	}

	#icompany .l .in img {
		height: 300px;
	}

	#icompany .r {
		width: 100%;
		float: none;
		height: auto;
	}

	#ifactory .l {
		width: 100%;
		float: none;
		height: auto;
	}

	#ifactory .r {
		width: 100%;
		height: 300px;
		float: none;
	}

	#ifactory .r .in {
		height: 300px;
	}

	#ifactory .r .in img {
		height: 300px;
	}

	#focus {
		height: 407px;
	}

	#focus .in {
		height: 407px;
	}

	#focus img.bgimg {
		height: 407px;
	}

}

@media only screen and (max-width: 600px) {
	body {
		font: 12px/1.6 Helvetica, "微软雅黑", Arial, "Microsoft YaHei", sans-serif, STXihei, "Microsoft JhengHei";
	}

	#focus .swiper-container .swiper-button-next,
	#focus .swiper-container .swiper-button-prev {
		display: none;
	}

	#focus .swiper-container .swiper-pagination {
		bottom: 3px;
	}

	.banner img {
		left: -70%;
		width: 240%;
	}

	#showbox .itbox .ibox {
		width: 100%;
		position: relative;
		overflow: hidden
	}

	#showbox .tibox .ibox {
		width: 100%;
		float: none;
		position: relative;
		overflow: hidden
	}

	#showbox .tibox .tbox {
		width: 100%;
		position: relative;
	}

	#showbox .itbox .tbox {
		width: 100%;
		position: relative;
	}

	#showbox .box a.but {
		height: 28px;
		line-height: 28px;
		width: 100px;
		position: relative;
		left: 0px;
		bottom: 0px;
		display: block;
		margin-top: 20px;
	}

	#showbox .tibox.other .ibox {
		width: 100%;
		float: none;
		position: relative;
		overflow: hidden
	}

	#showbox .tibox.other .tbox {
		width: 1000%;
		position: relative;
	}

	#showbox .box:hover {
		background-color: #fff;
		color: #999;
	}

	#showbox .box:hover a {
		color: #333;
	}

	#showbox .box:hover a.but {
		border: 1px solid #999;
		color: #333;
	}

	#showbox .box .tbox em {
		display: block;
	}

	#iproduct {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#iproduct .bar a {
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 10px;
	}

	#iproduct .box {
		width: 49%;
		margin-right: 0.5%;
		margin-left: 0.5%;
		margin-bottom: 5px;
	}

	#iproduct .box.nomr {
		margin-right: 0.5% !important
	}

	#iproduct .box img {
		width: 160px;
		height: 160px;
	}

	#inews {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#inews .box {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	#foot {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#foot .int {
		margin-bottom: 30px;
	}

	#foot .footbr {
		clear: both;
		display: block;
	}

	#foot .bbox {
		padding-top: 30px;
		width: 100%;
		text-align: center;
	}

	#foot .box {
		width: 50%;
		margin-bottom: 20px;
		text-align: center;
	}

	#foot .box.other {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	#follow img {
		display: inline-block;
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 5px;
	}

	.newsletter_text {
		margin-right: auto;
		margin-left: auto;
		text-align: center
	}

	.bodyint {
		padding-bottom: 20px;
	}

	#filter a {
		width: 33.3333332%;
		padding-right: 0px;
		padding-left: 0px;
		text-align: center
	}


	#info {
		padding-top: 20px;
	}

	#info .l {
		float: none;
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}

	#info .r {
		float: none;
		width: 96%;
		padding-top: 20px;
		padding-left: 2%;
		padding-right: 2%;
	}

	#info .c .share {
		position: relative;
		right: auto;
		bottom: auto;
		padding-left: 2%;
	}

	#info .title {
		height: 50px;
	}

	#info .title a {
		line-height: 20px;
		float: left;
		height: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 33.33332%;
	}

	#info .bbox {
		padding: 5px;
		padding-top: 10px;
	}

	#product .box {
		width: 49%;
		margin-right: 0.5%;
		margin-left: 0.5%;
		margin-bottom: 5px;
	}

	#product .box.nomr {
		margin-right: 0.5% !important
	}

	#product .box img {
		width: 160px;
		height: 160px;
	}

	#news .box {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		float: none;
		margin-bottom: 20px;
	}

	#news .box.nomr {
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	#news .box .tbox {
		padding-top: 10px;
	}

	#download .th {
		display: none
	}

	#download .tr {
		height: 180px;
	}

	#download .td50 {
		width: 98%;
		padding-right: 1%;
		padding-left: 1%;
	}

	#download .td15 {
		width: 98%;
		padding-right: 1%;
		padding-left: 1%;
	}

	#download .td10 {
		width: 13%;
		display: none
	}

	#company {
		padding-top: 10px;
	}

	#iso {
		padding-top: 10px;
	}

	#iso .box {
		margin-bottom: 30px;
		margin-right: 2%;
		margin-left: 2%;
		width: 96%;
		float: none;
	}

	#iso .box.nomr {
		margin-right: 2% !important;
		margin-left: 2% !important;
	}

	#webpage {
		padding-bottom: 20px;
		padding-top: 20px;
	}


	/*	#culture {margin-bottom: 40px;}
	#culture .txt {padding: 40px;padding-top:20px;}
	
	#business{margin-bottom:40px;}*/


	#contact {
		margin-bottom: 60px;
		padding-top: 40px;
	}

	#contact .box {
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
	}

	#map {
		height: 400px;
	}

	#mapbut a {
		width: 100%;
		font-size: 16px;
	}

	#mapbut a span {
		padding: 20px;
		display: block;
		padding-left: 0px;
		padding-right: 0px;
	}

	#book {
		margin-bottom: 60px;
		padding-top: 40px;
	}

	#book p.box {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0%;
		margin-left: 0%;
	}

	#book form .box.textarea span {
		width: 97%;
		padding-left: 3%;
	}

	#welfare {
		margin-bottom: 60px;
	}

	#welfare .box {
		width: 96%;
		padding-right: 2%;
		padding-left: 2%;
		margin-bottom: 30px;
	}

	#focus {
		height: 307px;
	}

	#focus .in {
		height: 307px;
	}

	#focus img.bgimg {
		height: 307px;
	}

	#hot .l .box {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 400px) {
	#product .box {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
		margin-bottom: 20px;
	}

	#product .box.nomr {
		margin-right: 5% !important
	}

	#product .box img {
		width: 160px;
		height: 160px;
	}

	.bodyint {
		padding-bottom: 20px;
	}

	#icompany .l {
		width: 100%;
		float: none;
		height: 200px;
	}

	#icompany .l .in {
		height: 200px;
	}

	#icompany .l .in img {
		height: 200px;
	}

	#icompany .r .in {
		padding: 10px;
	}

	#ifactory .l {
		width: 100%;
		float: none;
		height: auto;
	}

	#ifactory .l .in {
		padding: 10px;
	}

	#ifactory .r {
		width: 100%;
		height: 200px;
	}

	#ifactory .r .in {
		height: 200px;
	}

	#ifactory .r .in img {
		height: 200px;
	}

	#focus {
		height: 207px;
	}

	#focus .in {
		height: 207px;
	}

	#focus img.bgimg {
		height: 207px;
	}
}


.femail {
	background-image: url(../image/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 4px;
	margin-bottom: -4px;
}

.flive {
	background-image: url(../image/contact.png);
	background-repeat: no-repeat;
	background-position: -18px 0px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 4px;
	margin-bottom: -4px;
}

.factory {
	background-image: url(../image/contact.png);
	background-repeat: no-repeat;
	background-position: -36px 0px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 4px;
	margin-bottom: -4px;
}

#photo_list {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#photo_list div {
	width: 20000px;
	position: relative;
	left: 0px;
}

#photo_list div span {
	width: 80px;
	float: left;
}

#photo_list div span img {
	width: 96%;
	display: block;
	padding: 2%;
	background-color: #fff;
	cursor: pointer;
}

#photo_list div span.onthis img {
	background-color: #007FFF;
}

/*.table{background-color:#333; width:100%;font-size:12px; min-width:1200px; margin-bottom:40px}
.table td{background-color:#FFFFFF;padding:5px;height:40px;word-wrap:break-word;word-break:break-all;vertical-align: middle;}
.table tr.tdh td{background-color:#993366;color:#FFFFFF;}
.table td.tdl{background-color:#efefef; min-width:20%;}*/

#info .bbox .box table {
	margin-bottom: 20px;
	width: 100% !important;
}

#info .bbox .box table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	line-height: 33px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}

#service img {
	max-width: 100%;
}

.elementor-kit-2334 p {
	margin-block-end: 1px;
}

.wp-block-list {
	margin: 0 0 1.5em 3em;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	
}
.wp-block-list li {
	list-style: disc;
}
.wp-block-list li::marker {
	unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}