.no_padding {
	margin: 0;
	padding: 0;
}
.no_padding [class*='am-'] {
	margin: 0;
	padding: 0;
}
.page {
	padding: 0;
	margin: 0;
}
.page .am-btn-secondary {
	background: #2dde98;
	border-color: #2dde98;
	font-size: 1.4rem;
}
@font-face {
	font-family: 'iconfont';
	src: url('//at.alicdn.com/t/font_100597_4qddi7bwbchaor.eot');
	src: url('//at.alicdn.com/t/font_100597_4qddi7bwbchaor.eot?#iefix')
			format('embedded-opentype'),
		url('//at.alicdn.com/t/font_100597_4qddi7bwbchaor.woff') format('woff'),
		url('//at.alicdn.com/t/font_100597_4qddi7bwbchaor.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_100597_4qddi7bwbchaor.svg#iconfont')
			format('svg');
}
.iconfont {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.ft_nav {
	background: #eee;
	padding: 0 1rem;
}
.ft_nav .am-accordion-default {
	margin: 0;
	box-shadow: none;
}
.ft_nav .am-accordion-default .am-accordion-item {
	margin-bottom: 0px;
	border-top: none;
}
.ft_nav .am-accordion-default .am-accordion-item .am-accordion-title {
	color: #333;
	font-size: 1.4rem;
	border-bottom: 0.083em solid #dbdbdb;
	padding: 0.8rem 0;
}
.ft_nav .am-accordion-default .am-accordion-item .am-accordion-title:before {
	float: right;
	margin-top: 4px;
	content: '\f105';
}
.ft_nav .am-accordion-default .am-accordion-item .am-accordion-title a {
	color: #333;
}
.ft_nav .am-accordion-default .am-accordion-item .noico:before {
	display: none;
}
.ft_nav .am-accordion-default .am-accordion-item .am-accordion-bd li {
	list-style-type: none;
	border-bottom: 0.083em solid #fff;
}
.ft_nav .am-accordion-default .am-accordion-item .am-accordion-bd a {
	display: block;
	color: #333;
	line-height: 30px;
	font-size: 1.4rem;
}
.ft_nav .am-accordion-default .am-active .am-accordion-title {
	color: #333;
	background: none;
}
.ft_nav .am-accordion-default .am-active .am-accordion-title a {
	color: #333;
}
.ft_nav .am-accordion-default .am-active .am-accordion-title:before {
	transform: rotate(90deg);
}
#leftnav .am-offcanvas-bar {
	color: #fff;
	background: #292929;
}
#leftnav .am-offcanvas-bar .store {
	padding-left: 10px;
	margin-top: 20px;
	color: #fff;
}
#leftnav .am-offcanvas-bar .store a {
	color: #fff;
}
#leftnav .am-offcanvas-bar .leftnav_line {
	border-color: #585858;
}
#leftnav .am-offcanvas-bar .am-accordion-basic .am-accordion-item {
	margin-bottom: 15px;
}
#leftnav
	.am-offcanvas-bar
	.am-accordion-basic
	.am-accordion-item
	.am-accordion-title {
	color: #fff;
}
#leftnav
	.am-offcanvas-bar
	.am-accordion-basic
	.am-accordion-item
	.am-accordion-title:before {
	float: right;
	transform: rotate(90deg);
	margin-top: 0.5rem;
}
#leftnav
	.am-offcanvas-bar
	.am-accordion-basic
	.am-accordion-item
	.am-accordion-title
	a {
	color: #fff;
}
#leftnav
	.am-offcanvas-bar
	.am-accordion-basic
	.am-accordion-item
	.noico:before {
	display: none;
}
#leftnav
	.am-offcanvas-bar
	.am-accordion-basic
	.am-accordion-item
	.am-accordion-bd
	a {
	display: block;
	color: #aaaaaa;
	line-height: 30px;
	font-size: 1.6rem;
}
#leftnav .am-offcanvas-bar .am-accordion-basic .am-active .am-accordion-title {
	color: #fff;
}
#leftnav
	.am-offcanvas-bar
	.am-accordion-basic
	.am-active
	.am-accordion-title
	a {
	color: #fff;
}
#leftnav .am-offcanvas-bar .side_menu {
	padding-top: 40px;
}
#leftnav .am-offcanvas-bar .side_menu li {
	display: block;
	margin-bottom: 10px;
}
#leftnav .am-offcanvas-bar .side_menu li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}
#leftnav .am-offcanvas-bar .side_menu li a i {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 5px;
	background: #fff;
	color: #333;
	font-size: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.Validform_checktip {
	margin-left: 8px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}
.Validform_right {
	color: #71b83d;
	padding-left: 20px;
	background: url(images/right.png) no-repeat left center;
}
.Validform_wrong {
	color: red;
	padding-left: 20px;
	white-space: nowrap;
	background: url(images/error.png) no-repeat left center;
}
.Validform_loading {
	padding-left: 20px;
	background: url(images/onLoad.gif) no-repeat left center;
}
.Validform_error {
	background-color: #ffe7e7;
}
#Validform_msg {
	color: #7d8289;
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
	width: 280px;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	-moz-box-shadow: 2px 2px 3px #aaa;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 19891016;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#Validform_msg .iframe {
	position: absolute;
	left: 0px;
	top: -1px;
	z-index: -1;
}
#Validform_msg .Validform_title {
	line-height: 25px;
	height: 25px;
	text-align: left;
	font-weight: bold;
	padding: 0 8px;
	color: #fff;
	position: relative;
	background-color: #999;
	background: -moz-linear-gradient(top, #999, #666 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');
}
#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
	line-height: 22px;
	position: absolute;
	right: 8px;
	top: 0px;
	color: #fff;
	text-decoration: none;
}
#Validform_msg a.Validform_close:hover {
	color: #ccc;
}
#Validform_msg .Validform_info {
	padding: 8px;
	border: 1px solid #bbb;
	border-top: none;
	text-align: left;
}
@font-face {
	font-family: 'socialshare';
	src: url('/i/fonts/iconfont.eot');
	src: url('/i/fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('/i/fonts/iconfont.woff') format('woff'),
		url('/i/fonts/iconfont.ttf') format('truetype'),
		url('/i/fonts/iconfont.svg#iconfont') format('svg');
}
.social-share {
	font-family: 'socialshare' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.social-share * {
	font-family: 'socialshare' !important;
}
.social-share .icon-tencent:before {
	content: '\f07a';
}
.social-share .icon-qq:before {
	content: '\f11a';
}
.social-share .icon-weibo:before {
	content: '\f12a';
}
.social-share .icon-wechat:before {
	content: '\f09a';
}
.social-share .icon-douban:before {
	content: '\f10a';
}
.social-share .icon-heart:before {
	content: '\f20a';
}
.social-share .icon-like:before {
	content: '\f00a';
}
.social-share .icon-qzone:before {
	content: '\f08a';
}
.social-share .icon-linkedin:before {
	content: '\f01a';
}
.social-share .icon-diandian:before {
	content: '\f05a';
}
.social-share .icon-facebook:before {
	content: '\f03a';
}
.social-share .icon-google:before {
	content: '\f04a';
}
.social-share .icon-twitter:before {
	content: '\f06a';
}
.social-share a {
	position: relative;
	text-decoration: none;
	margin: 0 30px 0 0;
	display: inline-block;
	outline: none;
}
.social-share a:last-child {
	margin-right: 0;
}
.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	font-size: 30px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
	background: #666;
	color: #fff;
}
.social-share .icon-weibo {
	color: #fff;
	background: #ff763b;
}
.social-share .icon-weibo:hover {
	background: #ff763b;
}
.social-share .icon-tencent {
	color: #56b6e7;
	border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
	background: #56b6e7;
}
.social-share .icon-qq {
	color: #fff;
	background: #56b6e7;
}
.social-share .icon-qq:hover {
	background: #56b6e7;
}
.social-share .icon-qzone {
	color: #fff;
	background: #fdbe3d;
}
.social-share .icon-qzone:hover {
	background: #fdbe3d;
}
.social-share .icon-douban {
	color: #fff;
	background: #33b045;
}
.social-share .icon-douban:hover {
	background: #33b045;
}
.social-share .icon-linkedin {
	color: #fff;
	background: #0077b5;
}
.social-share .icon-linkedin:hover {
	background: #0077b5;
}
.social-share .icon-facebook {
	color: #fff;
	background: #44619d;
}
.social-share .icon-facebook:hover {
	background: #44619d;
}
.social-share .icon-google {
	color: #fff;
	background: #db4437;
}
.social-share .icon-google:hover {
	background: #db4437;
}
.social-share .icon-twitter {
	color: #fff;
	background: #1da1f2;
}
.social-share .icon-twitter:hover {
	background: #55acee;
}
.social-share .icon-diandian {
	color: #307dca;
	border-color: #307dca;
}
.social-share .icon-diandian:hover {
	background: #307dca;
}
.social-share .icon-wechat {
	position: relative;
	color: #fff;
	background: #7bc549;
}
.social-share .icon-wechat:hover {
	background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
	display: block;
}
.am-container {
	max-width: 750px;
	padding: 0;
	margin: 0 auto;
}
body {
	color: #000;
	font-family: 'Segoe UI', 'Lucida Grande', Helvetica, Arial,
		'Microsoft YaHei', FreeSans, Arimo, 'Droid Sans', 'wenquanyi micro hei',
		'Hiragino Sans GB', 'Hiragino Sans GB W3', FontAwesome, sans-serif;
}
header {
	width: 100%;
	height: 60px;
}
.am-header-default {
	height: 60px;
	background: #fff;
}
.am-header-default .am-header-title {
	float: left;
	margin: 12px 0 0;
	height: 36px;
	text-align: right;
}
.am-header-default .am-header-title a {
	display: block;
	height: 36px;
}
.am-header-default .am-header-title a img {
	height: 36px;
	margin: 0;
}
.am-header-default .am-header-nav {
	margin-top: 10px;
	right: 0rem;
}
.am-header-default .am-header-nav span {
	color: #2dde98;
}
.am-header-default .am-header-nav span:before {
	font-size: 16px;
}
.top_sub {
	background: #31383e;
}
.top_sub ul {
	padding: 0;
	margin: 0;
}
.top_sub ul li {
	display: block;
	border-bottom: 1px solid #444;
}
.top_sub ul li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
}
.top_sub ul li a.on {
	background: #3369e7;
}
.top_sub ul li a:hover {
	background: #2dde98;
}
.top_sub ul li.nav_p {
	margin: 0;
	border: none;
	background: #3369e7;
}
.top_sub ul li.nav_p a {
	background: #31383e;
}
.top_sub ul li.nav_p a.on {
	background: #3369e7;
}
.top_sub ul li #user-nav li a {
	padding: 0 20px 0 40px;
}
#banner {
	overflow: hidden;
}
#banner .owl-controls {
	width: 100%;
	margin: 0;
	height: 4px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
}
#banner .owl-controls .owl-page {
	display: inline-block;
	padding: 7px 0;
}
#banner .owl-controls .owl-page span {
	display: block;
	margin: 0 5px;
	width: 30px;
	height: 4px;
	background: none;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#banner .owl-controls .active span {
	background: #2dde98;
	opacity: 1;
	filter: alpha(opacity=100);
}
a.more {
	display: block;
	width: 100px;
	height: 36px;
	border: 1px solid #ccc;
	line-height: 34px;
	text-align: center;
	color: #666;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.more i {
	float: right;
	width: 14px;
	height: 5px;
	margin: 15px 5px 0 0;
	background: url(/i/img/c.png) -520px -200px no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.more:hover {
	color: #fff;
	background: #2dde98;
	border-color: #2dde98;
}
a.more:hover i {
	background: url(/i/img/c.png) -500px -200px no-repeat;
}
dl.box {
	margin: 0;
	padding: 0;
}
dl.box dt {
	height: 40px;
	line-height: 40px;
	background: #e3e3e3;
}
dl.box dt h1,
dl.box dt h3 {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0px 70px 0 1rem;
	color: #fff;
	font-size: 14px;
	background: url(/i/img/title_bg.png) right center no-repeat;
}
dl.box dd {
	margin: 0;
	padding: 0;
	border: 1px solid #e3e3e3;
	padding: 1rem;
}
dl.box dd span.color {
	color: #808080;
}
.page_w {
	padding: 1rem;
}
.page_w dl.box dt h1,
.page_w dl.box dt h3 {
	text-transform: uppercase;
}
.in_col {
	padding: 1rem;
}
.in_col .in_about .thumb img {
	width: 100%;
}
.in_col .in_contact {
	margin-top: 1rem;
}
.talk_link a {
	display: inline-block;
	width: 48px;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 8px 10px 9px 0;
	background-image: url('/i/img/c.png');
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.talk_link a.qq {
	background-position: -300px -400px;
}
.talk_link a.skype {
	background-position: -350px -400px;
}
footer {
	background: url(/i/img/footer.jpg) center top repeat-y;
	padding: 40px 0 0;
	color: #fff;
}
footer .share {
	text-align: center;
	margin: 20px 0 0;
}
footer .share .title {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 80px;
	font-size: 14px;
}
footer .share .title::before {
	content: ' ';
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 15px;
}
footer .share .title::after {
	content: ' ';
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 15px;
}
footer .txt {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}
footer .txt a {
	color: #fff;
}
.ft_logo {
	width: 190px;
	height: 82px;
	margin: 0 auto;
	background: url(/i/img/c.png) -800px -100px no-repeat;
}
#backtotop {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #2dde98;
	background: -moz-linear-gradient(-45deg, #2dde98 0%, #3369e7 100%);
	background: -webkit-linear-gradient(-45deg, #2dde98 0%, #3369e7 100%);
	background: linear-gradient(135deg, #2dde98 0%, #3369e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dde98', endColorstr='#3369e7',GradientType=1 );
}
#backtotop i {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/i/img/c.png) -500px 0 no-repeat;
}
#backtotop:hover {
	background: #3369e7;
	background: -moz-linear-gradient(-45deg, #3369e7 0%, #2dde98 100%);
	background: -webkit-linear-gradient(-45deg, #3369e7 0%, #2dde98 100%);
	background: linear-gradient(135deg, #3369e7 0%, #2dde98 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3369e7', endColorstr='#2dde98',GradientType=1 );
}
.index_pro {
	margin: 0;
	padding: 0;
	border: 1px solid #e3e3e3;
	padding: 1rem 0 0 1rem;
}
.index_pro .item {
	padding: 0 1rem 1rem 0;
}
.index_pro .item:last-child {
	float: left;
}
.index_pro .item a {
	display: block;
}
.index_pro .item a span {
	display: block;
}
.index_pro .item a span.txt {
	width: 100%;
	color: #333;
	height: 48px;
	line-height: 24px;
	text-align: center;
}
.sub_nav {
	padding: 1rem 0 0 1rem;
}
.sub_nav .item {
	padding: 0 1rem 1rem 0;
}
.sub_nav .item:last-child {
	float: left;
}
.sub_nav .item a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e3e3e3;
	font-size: 13px;
	color: #333;
}
.sub_nav .item a.on {
	background: #2dde98;
	color: #fff;
	border-color: #2dde98;
}
.list_pro {
	overflow: hidden;
}
.list_pro ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.list_pro ul li {
	display: block;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.list_pro ul li .thumb {
	position: relative;
}
.list_pro ul li .thumb i {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #878787;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list_pro ul li .txt strong {
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
}
.list_pro ul li .txt .des {
	font-size: 14px;
	color: #333;
}
.list_pro ul li .txt .des b {
	display: inline;
	margin-right: 3px;
}
.list_pro ul li:hover .thumb i {
	color: #666;
	opacity: 1;
	filter: alpha(opacity=100);
}
#map01 {
	height: 300px;
}
.pro_subcate02 {
	clear: both;
	background: #f1f1f1;
	margin-bottom: 20px;
}
.pro_subcate02 span {
	display: inline-block;
	padding: 10px 30px 10px 20px;
	font-size: 14px;
	background: #2dde98;
	color: #fff;
}
