@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea, font {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
	font-size: 100%;
}

label, input, select {
	vertical-align: middle;
}

address, cite, em {
	font-style: normal;
}

fieldset {
	cursor: pointer;
}

img {
	border: none;
}

* html{
	background-image: url(about:blank);
	background-attachment: fixed;
	font-size: 80%;
}

ul, ol {
	list-style: none;
}

html {
	max-width: 720px;
	margin: 0px auto;
}

sub {
	vertical-align: text-bottom;
}

sup {
	position: relative;
	top: -1px;
	left: 2px;
	font: 11px/normal tahoma;
	vertical-align: text-top;
}

small {
	font-size: 12px;
}

legend {
	color: #333;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* color */

/* default color */
a {
	text-decoration: none;
}

ul, li {
	padding: 0;
	margin: 0;
}
/*-------------------------------end: reset */
/*清除浮动*/
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.air {
	width: 160px;
	display: inline-block;
}

.air_t {
	width: 24px;
	display: inline-block;
}

.air_t1 {
	width: 12px;
	display: inline-block;
}

.air_t3 {
	width: 6px;
	display: inline-block;
}

.air_t5 {
	width: 7px;
	display: inline-block;
}

.air_t4 {
	width: 27px;
	display: inline-block;
}

@charset "utf-8";
/* CSS Document */
.header_main {
	height: 50px;
	padding: 0px;
	background: #fff;
	width: 100%;
	position: relative;
}

.top_l {
	position: absolute;
	left: 15px;
	top: 0px;
	line-height: 50px;
	color: #189aed;
	font-size: 14px;
	font-family: "微软雅黑";
	display: block;
	width: 120px;
}

.top_c {
	display: block;
	text-align: center;
	width: 100px;
	margin: 0px auto;
}


.back_two{width: 45px;height: 112px;background:url(../images/back_t.png) left top no-repeat;position:fixed;right:30px;bottom:50px;display:none;background-size: 45px 122px;}
.back_two a{display:block;height: 47px;width: 60px;margin-bottom: 15px;}

.top_c img {
	margin-top: 12px;
	max-height: 25px;
}


.top_r {
	position: absolute;
	right: 25px;
	top: 0px;
	color: #189aed;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 88px;
}

.header_main_scroll {
	position: fixed;
	left: 50%;
	top: 0px;
	display: none;
	z-index: 2;
	margin-left: -360px;
	width: 720px;
}

.header_main_scroll .top_r_p {
	position: absolute;
	right: 25px;
	top: 0px;
	display: block;
	text-align: right;
	width: 55px;
	height: 88px;
}

.header_main_scroll .top_r_p img {
	margin-top: 40px;
}

.header_main_scroll .top_r {
	position: absolute;
	right: 86px;
	top: 0px;
	color: #189aed;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 88px;
	width: 100px;
	display: block;
	text-align: right;
}

.top_l img {
	margin-top: 12px;
	max-height: 25px;
}

.top_nav_menu {
	display: none;
	position: absolute;
	right: 3px;
	top: 50px;
	padding: 5px;
	width: 80px;
	background: #fafafa;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: -1px 0 0px #e5e5e5, 0 -1px 0px #e5e5e5, 0 2px 25px #e5e5e5,
	2px 0px 25px #e5e5e5;
	z-index: 2;
}

.top_nav_menu dl dd {
	height: 45px;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 45px;
	text-align: center;
}

.top_nav_menu dl dd a {
	color: #333;
}

.top_nav_menu dl dd:last-child {
	border-bottom: 0px;
}

.top_nav_menu:before {
	background: #fafafa;
	border: #eee solid;
	border-width: 1px 0px 0px 1px;
	content: " ";
	height: 15px;
	top: -8px;
	right: 25px;
	position: absolute;
	transform: rotate(45deg);
	width: 15px;
}



@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
footer.footer {
	margin: 0px auto;
	background: #fff;
}

.footer_top {
	text-align: center;
	line-height: 30px;
	height: 30px;
	padding-top: 11px;
}

.footer_top a {
	color: #555;
	font-size: 14px;
	font-family: "微软雅黑";
}

.footer_top span {
	color: #555;
	margin: 0px 15px;
	font-size: 12px;
	font-family: "微软雅黑";
}

.footer_bottom {
	text-align: center;
	line-height: 30px;
	color: #555555;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 30px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.footer_cent {
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: #eeeeee;
}

.footer_cent a {
	color: #555;
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 0px 17px;
}

@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
section.container, section.container_search {
	width: 100%;
	margin: 0px auto;
}

.search {
	background: #fff;
	padding: 10px 25px 20px;
	height: 52px;
}

.search a {
	display: block;
	background: #eee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 52px;
	text-align: center;
}

.search a i {
	background: url(../images/search.png) left center no-repeat;
	padding-left: 35px;
	color: #777777;
	font-size: 22px;
	font-family: "微软雅黑";
	font-style: normal;
	height: 52px;
	line-height: 52px;
}

.index_menu_nv {
	padding: 30px 25px 5px;
	width: 670px;
	overflow: hidden;
}

.search_scroll {
	position: fixed;
	left: 50%;
	top: 87px;
	width: 670px;
	background: #fff url(../images/serch_b_bg.png) left bottom repeat-x;
	padding: 10px 25px 25px;
	z-index: 1;
	margin-left: -360px;
}

.index_menu_nv dl {
	width: 720px;
}

.index_menu_nv dl dd {
	float: left;
	width: 90px;
	margin-left: 20px;
	margin-right: 70px;
	margin-bottom: 25px;
}

.index_menu_nv dl dd span {
	display: block;
	width: 90px;
	height: 90px;
}

.index_menu_nv dl dd em {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}

.index_menu_nv dl dd em a {
	color: #555;
	font-size: 20px;
	font-family: "微软雅黑";
}

.new_scroll {
	padding: 0px 25px 0px;
	height: 60px;
	margin-bottom: 22px;
}

.new_scroll_left {
	width: 105px;
	float: left;
	margin-top: 3px;
}

.new_scroll_right {
	float: right;
	width: 565px;
	height: 60px;
	overflow: hidden;
}

.new_scroll_right dl {
	height: 60px;
	overflow: hidden;
}

.new_scroll_right dl dd {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 5px;
	background: url(../images/circle.jpg) left center no-repeat;
	padding-left: 15px;
}

.new_scroll_right a {
	line-height: 30px;
	color: #333;
	font-size: 22px;
	font-family: "微软雅黑";
}

.line {
	height: 8px;
	background: #f5f5f5;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.index_nav_top {
	height: 84px;
	line-height: 84px;
	padding: 0px 25px;
}

.index_nav_top span {
	display: block;
	background: url(../images/bd_po.jpg) 0px 30px no-repeat;
	padding-left: 40px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
}

.index_nav_top1 span {
	background: url(../images/bd_po.jpg) 0px -64px no-repeat;
}

.index_nav_top2 span {
	background: url(../images/bd_po.jpg) 0px -142px no-repeat;
}

.index_nav_top3 span {
	background: url(../images/bd_po.jpg) 0px -231px no-repeat;
}

.index_t_p1 dl {
	height: 74px;
	line-height: 74px;
	padding: 0px 25px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.index_t_p1 dl dd {
	height: 74px;
	line-height: 74px;
	background: url(../images/nbf_pd_p.jpg) right 34px no-repeat;
}

.index_t_p1 dl dd span {
	color: #333333;
	font-size: 26px;
	font-family: "微软雅黑";
	margin-right: 30px;
	display: block;
	float: left;
	width: 130px;
	overflow: hidden;
}

.index_t_p1 dl dd a {
	color: #555555;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-right: 30px;
	display: block;
	float: left;
	width: 130px;
	overflow: hidden;
}

.index_t_p1 ul {
	padding: 10px 25px 20px;
	overflow: hidden;
	line-height: 30px;
	background: #f5f5f5;
}

.index_t_p1 ul li a {
	color: #888;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-right: 30px;
	display: block;
	float: left;
	margin-top: 20px;
	width: 130px;
	overflow: hidden;
}

.index_t_p1 ul.none {
	display: none;
}

.index_t_p1 dl:last-child {
	border-bottom: 0px;
}

.index_t_p1 dl.omm dd {
	background: url(../images/nbf_pd_p.jpg) right -44px no-repeat;
}

.dex_na_top {
	height: 84px;
	line-height: 84px;
	padding: 0px 25px;
	border-bottom: 1px solid #e5e5e5;
}

.dex_na_top span {
	float: left;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
}

.dex_na_top a.more_p {
	border: 0px;
	color: #999;
	margin-top: 0px;
	line-height: 84px;
}

.dex_na_top a {
	float: right;
	color: #189aed;
	font-size: 22px;
	font-family: "微软雅黑";
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #189aed;
	border: 1px solid #189aed;
	height: 33px;
	line-height: 33px;
	padding: 0px 15px;
	margin-top: 26px;
}

.index_t_p2 dl dd {
	border-bottom: 1px solid #e5e5e5;
	height: 77px;
	line-height: 77px;
	padding: 0px 25px 0px 0px;
}

.index_t_p2 dl {
	padding: 0px 0px 0px 25px;
}

.index_t_p2 dl dd a {
	display: block;
	height: 77px;
	line-height: 77px;
	color: #333333;
	font-size: 26px;
	font-family: "微软雅黑";
	float: left;
	background: url(../images/circle.jpg) left center no-repeat;
	padding-left: 15px;
	width: 520px;
}

.index_t_p2 dl dd span {
	float: right;
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑";
}

.index_t_p2 dl dd:last-child {
	border-bottom: 0px;
}

.dex_t_pco {
	border-top: 1px solid #e5e5e5;
	padding: 0px 25px 20px;
	overflow: hidden;
	width: 670px;
}

.dex_t_pco ul {
	width: 750px;
}

.dex_t_pco a {
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #333;
	font-size: 22px;
	font-family: "微软雅黑";
	margin: 20px 20px 0px 0px;
}

/* 搜索 */
.search_top {
	height: 45px;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 15px;
	background: #fff;
}

.search_top_l {
	background: #eeeeee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 40px;
}

.search_top_r {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 45px;
}

.search_bottom {
	padding: 0px 25px;
}

.search_bottom span {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-bottom: 7px;
}

.search_bottom em {
	display: inline-block;
	width: 100%;
}

.search_bottom em a {
	display: block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	padding: 0px 10px;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.serach_btn {
	width: 60px;
	height: 40px;
	background: #189aed url(../images/sdr_po.jpg) center center no-repeat;
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border: 0px;
	cursor: pointer !important;
	float: right;
}

.serach_txt_main {
	height: 40px;
	position: relative;
	width: 100%;
}

.serach_txt_close {
	position: absolute;
	right:15px;
	top: 9px;
	display: none;
}

.serach_txt {
	float: left;
	height: 40px;
	line-height: 40px;
	border: 0px;
	background: none;
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	width: 100%;
}

.rch_t_top {
	height: 40px;
	width: 80px;
	line-height: 40px;
}

.rch_t_top span {
	display: block;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: 22px;
	background: url(../images/ser_po_l.jpg) right center no-repeat;
}

.serach_txt_to {
	width: 80px;
	float: left;
	height: 40px;
	position: relative;
}

.rch_t_center {
	display: none;
	position: absolute;
	left: 0px;
	top: 54px;
	padding: 5px;
	width: 80px;
	background: #fafafa;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: -1px 0 0px #e5e5e5, 0 -1px 0px #e5e5e5, 0 2px 25px #e5e5e5,
	2px 0px 25px #e5e5e5;
}

.rch_t_center dl dd a {
	color: #333;
}

.rch_t_center dl dd {
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 40px;
	text-align: center;
}

.rch_t_center dl dd:last-child {
	border-bottom: 0px;
}

.rch_t_center:after {
	background: #fafafa;
	border: #eee solid;
	border-width: 1px 0px 0px 1px;
	content: " ";
	height: 18px;
	top: -10px;
	left: 25px;
	position: absolute;
	transform: rotate(45deg);
	width: 18px;
}

.search_center {
	height: 205px;
	line-height: 205px;
	text-align: center;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
}

.search_key {
	padding: 0px 0px 0px 25px;
}

.search_key dl dd {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
}

.search_key dl dd a {
	color: #333;
}

.search_key dl dd a em {
	color: #999999;
}

.header_maint, .header_maintg {
	border-bottom: 1px solid #e5e5e5;
}

.top_r_p {
	position: absolute;
	right: 15px;
	top: 0px;
	z-index: 1;
	display: block;
	text-align: right;
	width: 40px;
	height: 50px;
}

.top_r_p img {
	margin-top: 23px;
	width: 23px;
}

.ext_text_main {
	height: 30px;
	padding: 10px 60px;
	margin: 0px auto;
}

.ext_text {
	width: 98%;
	height: 30px;
	line-height: 30px;
	display: block;
	background: #eeeeee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding-left: 2%;
	-webkit-border-radius: 8px;
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑";
	border: 0px;
}

/* 搜索展会 */
.expo_main dl dd {
	padding: 25px 25px;
	border-bottom: 1px solid #e5e5e5;
}

.expo_main dl dd a span {
	display: inline-block;
	line-height: 42px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	width: 670px;
}

.expo_main dl dd a em {
	display: inline-block;
	line-height: 28px;
	color: #999;
	font-size: 22px;
	font-family: "微软雅黑";
	margin-top: 10px;
	width: 670px;
}
/*.header_maint_scroll{position:fixed;left: 0px;top:0px;z-index:2;width: 100%;} */

/* 分页 */
.page {
	height: 20px;
	padding: 15px 0px;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.page span {
	margin: 0px 60px;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.page a.next_up {
	width: 10px;
	height: 10px;
	border: #a5a5a5 solid;
	border-width: 2px 0px 0px 2px;
	transform: rotate(-45deg);
	display: inline-block;
}

.page a.next_down {
	width: 10px;
	height: 10px;
	border: #a5a5a5 solid;
	border-width: 2px 0px 0px 2px;
	transform: rotate(-225deg);
	display: inline-block;
}

/* 搜索求购 */
.trade_nav {
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px 0px;
	position: relative;
}

.trade_nav dl {
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 2%;
	top: 10px;
	width: 98%;
}

.trade_nav dl dd {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 23%;
}

.trade_nav a {
	display: block;
	width: 100%;
	color: #555;
	font-size: 15px;
	font-family: "微软雅黑";
	text-align: center;
	border-top: 1px solid #fff;
}

.trade_nav a span {
	background: url(../images/ser_po_l.png) right center no-repeat;
	padding-right: 25px;
	background-size: 9px 6px;
}

.trade_main dl dd {
	padding: 25px 25px;
	border-bottom: 1px solid #e5e5e5;
}

.trade_main dl dd a span {
	display: inline-block;
	line-height: 28px;
	color: #333333;
	font-size: 28px;
	font-family: "微软雅黑";
	width: 670px;
}

.trade_main dl dd a em {
	display: inline-block;
	line-height: 28px;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
	margin-top: 13px;
	width: 670px;
}

.trade_main dl dd a .trade_bt {
	display: inline-block;
	line-height: 28px;
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑";
	margin-top: 15px;
	width: 670px;
}

.trade_main dl dd a .trade_bt i:nth-child(2) {
	margin: 0px 18px;
	color: #e5e5e5;
	font-style: normal;
}

.trade_main dl dd a .trade_bt i:last-child {
	font-size: 20px;
	font-style: normal;
}

.trade_main dl dd a .trade_bt i:first-child {
	font-size: 20px;
	/*background:url(../images/sct.jpg) left center no-repeat;padding-left:28px;*/
	font-style: normal;
}

.trade_nav a.prod_last span {
	background: url(../images/ser_po_lt.jpg) right center no-repeat;
	padding-right: 25px;
	color: #bbbbbb;
}

.trade_nav a.com_last {
	color: #189aed;
}

/* 搜索企业 */
.compy_ser_main dl dd {
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
}

.compy_ser_main dl dd:last-child, .trade_main dl dd:last-child,
.expo_main dl dd:last-child, .produt_ser_main dl dd:last-child,
.news_main_t dl dd:last-child {
	border-bottom: 0px;
}

.compy_ser_main dl dd a span {
	display: inline-block;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.compy_ser_main dl dd a em {
	display: inline-block;
	line-height: 20px;
	color: #999999;
	font-size: 13px;
	font-family: "微软雅黑";
	word-break: break-all;
	table-layout: fixed;
}

.compy_ser_ft {
	height: 21px;
	line-height: 18px;
	margin: 7px 0px 7px;
}

.compy_ser_ft i {
	color: #02a2dd;
	border: 1px solid #02a2dd;
	margin-right: 7px;
	display: block;
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0px 5px;
	font-style: normal;
	font-size: 12px;
}

.compy_ser_ft i:first-child {
	border: 1px solid #f5ac32;
	color: #a1301e;
	font-size: 12px;
	font-family: "微软雅黑";
	background: url(../images/der_bg.jpg) left center repeat-x;
	height: 18px;
	line-height: 18px;
}

.compy_ser_ft i:first-child font {
	color: #f72605;
	font-size: 12px;
}

/* 搜索产品 */
.produt_ser_main dl dd {
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
	height: 110px;
	background: #fff;
	position: relative;
}

.produt_ser_main dl dd table {
	width: 110px;
	height: 110px;
	position: absolute;
	background: #f2f2f2;
	left: 15px;
	top: 10px;
}

.produt_ser_right {
	margin-left: 120px;
}

.produt_ser_main dl dd table img {
	max-width: 110px;
	max-height: 110px;
}

.produt_ser_right span {
	display: block;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-bottom: 5px;
	height: 20px;
	overflow: hidden;
}

.produt_ser_right span a {
	display: block;
	line-height: 20px;
	color: #333333;
}

.produt_ser_right em {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #999999;
	font-size: 12px;
	font-family: "微软雅黑";
	overflow: hidden;
}

.rodu_btm {
	height: 25px;
	margin-top: 12px;
	vertical-align: bottom;
	line-height:25px;
}

.rodu_btm strong {
	float: left;
	color: #ff6215;
	font-size: 15px;
	font-family: "微软雅黑";
}

.rodu_btm span {
	float: left;
	color: #999999;
	font-size: 13px;
	font-family: "微软雅黑";
	margin-left: 3px;
	margin-top: 0px;
}

.rodu_btm a {
	float: right;
	display: block;
	width: 56px;
	height: 21px;
	border: 1px solid #ff5e0d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 21px;
	color: #ff5e0d;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
}

.trade_nav dl dd.omm a {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 40px;
	width: 100%;
	background: #fff;
}

.trade_nav dl dd.omm span {
	background: url(../images/ser_po_lfv.jpg) right center no-repeat;
	color: #189aed;
	background-size: 9px 6px;
}

.main_bg {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 103px;
	background: #000;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity = 30);
	display: none;
}

.trade_nav_main {
	position: fixed;
	left: 0px;
	top: 103px;
	width: 98%;
	background: #fff;
	padding: 0px 1% 0px;z-index: 2;
}

.area_main {
	padding-top: 20px;display:none;

}

.area_main a {
	display: block;
	width: 30%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-left: 2%;
	border: 1px solid #e5e5e5;
	color: #555555;
	font-size: 12px;
	font-family: "微软雅黑";
	margin-bottom: 13px;
	overflow: hidden;
}

.area_main a.add {
	background: #189aed;
	border: 1px solid #189aed;
	color: #fff;
}

.trade_nav dl dd.omm_add a span {
	background: url(../images/ser_po_lf.jpg) right center no-repeat;
	color: #189aed;
	background-size: 9px 6px;
}

.trade_nav dl dd.omm_add a {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 34px;
}

.trade_nav dl dd.omm_add a.area_txt3 span {
	background: none;
}

.area_main_cls {
	position: fixed;
	width: 0px;
	top: 0px;
	right: 0px;
	background: #fff;
	z-index: 1;
	padding-top: 0px;
}

.area_main_cls span {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #888;
	font-size: 15px;
	font-family: "微软雅黑";
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.area_main_cls ul a {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	width: 97%;
	padding-left: 3%;
	border: 0px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	margin: 0px;
}

.area_main_cls ul a:hover {
	background: #f5f5f5;
}

.area_main_cls ul a.add {
	background: #f5f5f5;
	border: 0px;
	color: #333;
}

.trade_navl dl dd a {
	width: 335px;
}

.trade_navl dl dd.omm a {
	width: 333px;
}

.ser_prou_center {
	padding: 37px 0px 37px;
}

.ser_prou_center em {
	width: 25px;
	width: 300px;
	margin: 0px auto;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	display: block;
}

.ser_prou_center em span {
	color: #999;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	background: #f5f5f5;
	padding: 0px 15px;
	position: absolute;
	left: 50%;
	top: -14px;
	width: 200px;
	margin-left: -115px;
	height: 23px;
	display: block;
	line-height: 23px;
}

/* 搜资讯 */
/* 搜资讯 */
.lr_nb {
	border-bottom: 1px solid #e5e5e5;
	height: 35px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	z-index: 1;
	opacity: 1;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.lr_nb .slider_wrap.line_tt {
	overflow: hidden;
	overflow-x: scroll;
	width: 95%;
	-webkit-overflow-scrolling: touch;
	height: 35px;
	line-height: 35px;
	margin: 0px auto;
}

.lr_nb .slider_wrap.line_tt ul li {
	display: inline-block;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
	position: relative;
	height: 35px;
	line-height: 35px;
}

.lr_nb .slider_wrap.line_tt ul li a {
	color: #888;
	font-family: "微软雅黑";
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
}

.lr_nb .slider_wrap::-webkit-scrollbar {
	display: none
}

.lr_nb .wx_items {
	white-space: nowrap
}

.lr_nb .wx_items  ul li.current {
	border-bottom: 2px solid #189aed;
	height: 33px;
	line-height: 33px;
}

.lr_nb .wx_items  ul li.current a {
	color: #189aed;
}

.lr_nb_after {
	height: 40px;
	display: block;
	clear: both;
}

.news_main_t dl dd {
	padding: 25px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.news_main_t dl dd span {
	line-height: 42px;
	font-size: 28px;
	font-family: "微软雅黑";
	display: block;
	-webkit-text-size-adjust: none;
}

.news_main_t dl dd span a {
	color: #333;
	margin-right: 75px;
}

.news_main_t dl dd span em {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #999;
}

.news_main_t dl dd table {
	width: 210px;
	height: 136px;
	border: 1px solid #e5e5e5;
	float: left;
	background: #f2f2f2;
}

.news_main_t dl dd table img {
	max-width: 210px;
	max-height: 136px;
}

.news_main_t_r {
	width: 440px;
	float: right;
}

.news_main_t_r span {
	line-height: 42px;
	font-size: 28px;
	font-family: "微软雅黑";
	display: block;
}

.news_main_t_r em {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #999;
	line-height: 42px;
	display: block;
}

.news_main_t_search dl dd {
	padding: 25px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.news_main_t_search dl dd span {
	line-height: 42px;
	font-size: 28px;
	font-family: "微软雅黑";
	display: block;
}

.news_main_t_search dl dd span a {
	color: #333;
	margin-right: 75px;
}

.news_main_t_search dl dd span em {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #999;
}

.news_main_t_search dl dd table {
	width: 210px;
	height: 136px;
	border: 1px solid #e5e5e5;
	float: left;
	background: #f2f2f2;
}

.news_main_t_search dl dd table img {
	max-width: 210px;
	max-height: 136px;
}

.news_main_t_r {
	width: 440px;
	float: right;
}

.news_main_t_r span {
	line-height: 42px;
	font-size: 28px;
	font-family: "微软雅黑";
	display: block;
}

.news_main_t_r em {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #999;
	line-height: 42px;
	display: block;
}

/* 产品分类 */
.categr_serch {
	position: absolute;
	right: 58px;
	top: 1px;
	z-index: 1;
	display: block;
	width: 40px;
	height: 50px;
	text-align: right;
}

.categr_serch img {
	margin-top: 17px;
	max-height: 18px;
}

.prod_cate_nav {
	height: 36px;
	line-height: 36px;
	padding: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	background: #fff;
}

.prod_cate_nav a {
	display: block;
	color: #555;
	font-size: 26px;
	font-family: "微软雅黑";
	float: left;
	width: 359px;
	text-align: center;
}

.prod_cate_nav a.omm {
	color: #189aed;
}

.prod_cate_nav span {
	width: 1px;
	background: #e5e5e5;
	height: 36px;
	float: left;
	display: block;
}

.prod_cate_main {
	width: 720px;
	display: inline-block;
	background: url(../images/xsw_mnb.jpg) left top repeat-y;
}

.prod_cate_main_left {
	width: 280px;
	float: left;
	position: fixed;
	left: 50%;
	top: 156px;
	bottom: 0;
	overflow-y: scroll;
	margin-left: -360px;
}

.prod_cate_main_left a {
	display: block;
	height: 87px;
	line-height: 87px;
	padding-left: 25px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	border-bottom: 1px solid #e5e5e5;
}

.prod_cate_main_left a.omm {
	color: #189aed;
	background: url(../images/wpo_pjh.jpg) right center no-repeat;
}

.prod_cate_main_right {
	width: 440px;
	float: right;
	height: 100%;
	overflow-y: scroll;
}

.prod_cate_main_right dl dd {
	height: 82px;
	line-height: 82px;
	border-bottom: 1px solid #e5e5e5;
}

.prod_cate_main_right dl dd a {
	display: block;
	padding-left: 30px;
	height: 82px;
	line-height: 82px;
	color: #555;
	font-size: 24px;
	font-family: "微软雅黑";
}

/* 404页面 */
.err_pr_main {
	padding: 145px 0px;
}

.err_pr_top {
	padding-top: 120px;
	color: #333;
	font-size: 70px;
	font-family: "微软雅黑";
	line-height: 70px;
	text-align: center;
}

.err_pr_bott {
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #555555;
	font-size: 34px;
	font-family: "微软雅黑";
	margin-top: 30px;
	margin-bottom: 40px;
}

.err_pr_boer a {
	display: block;
	margin: 0px auto;
	width: 198px;
	height: 78px;
	border: 1px solid #cccccc;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 78px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.atel_main {
	padding: 50px 0px 150px;
	background: #e4e8ee url(../images/wer_pu_p.jpg) left top no-repeat;
}

.aeet_top1 span {
	display: block;
	padding: 20px;
	background: #fff;
	margin: 0px auto 35px;
	width: 267px;
	height: 267px;
}

.aeet_top2 {
	text-align: center;
	line-height: 40px;
	margin-bottom: 70px;
}

.aeet_top2 span {
	display: inline-block;
	text-align: center;
	background: #2a2d2f;
	color: #fff;
	font-size: 30px;
	font-family: "微软雅黑";
	line-height: 40px;
}

/* 登录 */
.login_nav_top {
	height: 87px;
	border-bottom: 1px solid #e5e5e5;
}

.login_nav_top a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	color: #555;
	font-size: 30px;
	font-family: "微软雅黑";
	height: 84px;
	line-height: 84px;
}

.login_nav_top a.omm {
	color: #189aed;
	border-bottom: 3px solid #189aed;
}

.login_top_p1 {
	margin-top: 70px;
	margin-bottom: 50px;
}

.login_list {
	padding: 0px 25px;
}

.login_list dl dd {
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #cccccc;
	padding: 23px 0px;
	position: relative;
}

.login_list dl dd.pk_p1 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px 5px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.loin_txt {
	height: 54px;
	line-height: 54px;
	float: left;
	border: 0px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	margin-left: 20px;
	width: 457px;
}

.login_list dl dd.pk_p2 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px -95px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.login_list dl dd.pk_p3 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px -194px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.login_list dl dd a.yzm img {
	height: 44px;
	float: right;
	width: 122px;
	margin-top: 5px;
}

.login_list ul li {
	margin-top: 30px;
}

.login_list ul li a {
	background: #ff8a00;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 84px;
	line-height: 84px;
	display: block;
	text-align: center;
}

.login_list ul li button {
	background: #eeeeee;
	color: #bbb;
	font-size: 28px;
	font-family: "微软雅黑";
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 84px;
	line-height: 84px;
	border: 0px;
	cursor: pointer !important;
}

.login_list_po {
	height: 30px;
	margin-top: 25px;
	line-height: 30px;
	padding: 0px 25px;
	margin-bottom: 200px;
}

.login_list_po span {
	float: left;
	color: #999;
	font-size: 24px;
	font-family: "微软雅黑";
}

.login_list_po span label {
	background: url(../images/input_pov.jpg) left center no-repeat;
	padding-left: 30px;
}

.login_list_po span label.select {
	background: url(../images/input_po.jpg) left center no-repeat;
}

.login_list_po a {
	float: right;
	color: #999;
	font-size: 24px;
	font-family: "微软雅黑";
}

.check_box {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0)
}

.login_list_pot {
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 22px;
}

.login_list_pot a {
	display: inline-block;
	color: #333333;
	font-size: 24px;
	font-family: "微软雅黑";
}

.login_list_pot span {
	width: 2px;
	background: #cccccc;
	height: 30px;
	margin: 0px 50px;
}

.login_list_pot a.wx_dl {
	background: url(../images/ftr_pn.jpg) 0px 0px no-repeat;
	padding-left: 50px;
}

.login_list_pot a.qq_dl {
	background: url(../images/ftr_pn.jpg) -192px 0px no-repeat;
	padding-left: 50px;
}

.login_list_pot a.sj_dl {
	background: url(../images/ftr_pn.jpg) -370px 0px no-repeat;
	padding-left: 50px;
}

.login_list ul li button.login_btn_t {
	background: #189aed;
	color: #fff;
}

.txt_close {
	position: absolute;
	right: 15px;
	top: 36px;
	width: 29px;
	height: 29px;
	display: none;
	cursor: pointer !important;
}

.msg em.Validform_wrong {
	background: url(../images/error_p.jpg) left center no-repeat;
	display: block;
	padding-left: 35px;
	color: #e60012;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 15px;
}

.msg_pp {
	padding: 0px 25px;
}

.login_back_to {
	padding: 30px 25px;
}

.login_list dl dd.pk_p4 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px -307px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.login_list dl dd.pk_p5 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px -427px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.hq_yzm {
	width: 152px;
	height: 54px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #eeeeee;
	color: #bbb;
	font-size: 24px;
	font-family: "微软雅黑";
	float: left;
	display: block;
	text-align: center;
}

.hq_yzm i {
	font-style: normal;
}

.txt_close_pi {
	position: absolute;
	right: 166px;
	top: 36px;
	width: 29px;
	height: 29px;
	display: none;
	cursor: pointer !important;
}

.hq_yzm_m {
	background: #189aed;
	color: #fff;
}

.msgs1 {
	background: #eeeeee;
	color: #bbbbbb;
}

.sx_yzm_fs {
	padding: 70px 25px 60px;
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
	display: none;
	heightr: 30px;
}

.zc_db_p {
	height: 30px;
	line-height: 30px;
	padding: 0px 25px;
	color: #999999;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 25px;
}

.zc_db_p a {
	color: #189aed;
}

.login_list dl dd.pk_p6 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px -597px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.login_list dl dd.pk_p7 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px -699px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.login_list dl dd.pk_p8 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px -804px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.login_list dl dd.pk_p9 span {
	display: block;
	background: url(../images/log_txt.jpg) 0px -941px no-repeat;
	width: 41px;
	height: 54px;
	float: left;
}

.login_list_password {
	margin-top: 30px;
}

.forgot_main {
	margin: 35px 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ff6215;
	font-size: 24px;
	font-family: "微软雅黑";
}

.forgot_main a {
	color: #ff6215;
}

.back_paa_t {
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 24px;
	font-family: "微软雅黑";
	margin: 18px 0px 40px;
}

.em_t_p {
	color: #999999;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 35px;
	margin-top: 15px;
	height: 35p;
	display: inline-block;
}

.em_t_pt {
	color: #333333;
	font-size: 40px;
	font-family: "微软雅黑";
	line-height: 45px;
	margin-top: 15px;
}

/* 发送询盘 */
.release_en_top {
	height: 87px;
	position: relative;
}

.release_en_top span {
	display: block;
	text-align: center;
	font-size: 30px;
	font-family: "微软雅黑";
	color: #555555;
	height: 87px;
	line-height: 87px;
	padding: 0px 25px;
}

.release_en_top a {
	position: absolute;
	left: 25px;
	top: 28px;
}

.release_en_main dl dd {
	padding: 0px 25px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 89px;
}

.release_en_main dl dd span {
	color: #333333;
	font-size: 28px;
	font-family: "微软雅黑";
}

.release_en_main dl dd:last-child {
	border-bottom: 0px;
}

.release_en_main dl dd:last-child button {
	background: #189aed;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 84px;
	line-height: 84px;
	border: 0px;
	cursor: pointer !important;
}

.lease_tp em {
	color: #999999;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 35px;
	display: block;
	height: 35px;
	margin-bottom: 15px;
}

.lease_tp {
	padding: 20px 25px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.lease_tp_nav {
	height: 50px;
	line-height: 50px;
}

.lease_tp_nav a {
	display: inline-block;
	margin-right: 20px;
	min-width: 60px;
	color: #999999;
	font-size: 24px;
	font-family: "微软雅黑";
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #eeeeee;
	padding: 0px 6px;
}

.lease_tp_nav a:nth-child(3) {
	width: 180px;
}

.lease_tp_nav a.on_select {
	background: #189aed;
	color: #fff;
}

.lease_bp {
	padding: 20px 25px;
}

.lease_text {
	border: 0px;
	resize: none;
	width: 670px;
	height: 400px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 40px;
	-webkit-text-size-adjust: none;
}

.lease_tp_nav a.on_select {
	background: #189aed;
	color: #fff;
}

.release_en_top_pt {
	position: fixed;
	left: 50%;
	top: 0px;
	width: 720px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	z-index: 1;
	margin-left: -360px;
}

.rele_enq_suce {
	padding: 180px 0px;
}

.rele_enq_suce_top {
	margin-bottom: 160px;
}

.rele_enq_suce_top em {
	display: block;
	width: 720px;
	text-align: center;
}

.rele_enq_suce_top span {
	display: block;
	width: 720px;
	text-align: center;
	color: #333;
	font-size: 40px;
	font-family: "微软雅黑";
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
}

.rele_enq_suce_to {
	padding: 0px 25px;
}

.rele_enq_suce_to a:last-child {
	float: right;
}

.rele_enq_suce_to a {
	float: left;
	background: #189aed;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	width: 325px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	display: inline-block;
}

.tk_main {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 360px;
	height: 160px;
	background: #000;
	filter: alpha(opacity = 70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -80px;
	margin-left: -180px;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 160px;
}

.tk_mainu {
	line-height: 40px;
	padding: 40px 0px;
	height: 80px;
}

/* 发布采购 */
.purcha_main ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 18px 25px;
	line-height: 48px;
	position: relative;
}

.purcha_main ul li:nth-child(2):after, .purcha_main ul li:nth-child(3):after,
.purcha_main ul li:nth-child(4):after {
	border: #999999 solid;
	border-width: 2px 0px 0px 2px;
	content: " ";
	height: 16px;
	top: 30px;
	right: 30px;
	position: absolute;
	transform: rotate(-138deg);
	width: 16px;
}

.purcha_main ul li:last-child {
	border-bottom: 0px;
}

.purcha_main dl dd {
	padding: 18px 25px;
}

.purcha_main dl dd button {
	background: #189aed;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 84px;
	line-height: 84px;
	border: 0px;
	cursor: pointer !important;
}

.pur_text2 {
	width: 670px;
	height: 350px;
	border: 0px;
	line-height: 30px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
}

.pur_text {
	line-height: 48px;
	height: 48px;
	border: 0px;
	width: 670px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
}

.pur_select {
	height: 48px;
	line-height: 48px;
	width: 670px;
	-webkit-appearance: none;
	border: 0px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
}

.pur_select option, .pur_select1 option {
	color: #bbb;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 20px;
}

.pur_select1 {
	height: 48px;
	line-height: 48px;
	width: 195px;
	-webkit-appearance: none;
	border: 0px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
}

.pur_text1 {
	line-height: 48px;
	height: 48px;
	border: 0px;
	width: 460px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	border-right: 2px solid #e5e5e5;
}

.purcha_main ul li .txt_close {
	top: 30px;
}

.purcha_main ul li table tr td .txt_close {
	right: 260px;
}

/* 产品详情 */
.pr_to_nav {
	padding: 12px 0px;
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
}

.pr_to_nav ul {
	height: 38px;
	line-height: 38px;
	border: 1px solid #189aed;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px auto;
	width: 90%;
}

.pr_to_nav ul a {
	display: block;
	width: 50%;
	text-align: center;
	color: #189aed;
	font-size: 14px;
	font-family: "微软雅黑";
	float: left;
}

.pr_to_nav ul a:first-child {
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}

.pr_to_nav ul a:last-child {
	float: right;
}

.pr_to_nav ul a:first-child.add_pe {
	background: #189aed;
	color: #fff;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}

.pr_to_nav ul a:last-child.add_pe {
	background: #189aed;
	color: #fff;
}

.pr_cet_main_tp {
	padding: 15px 15px;
	margin-bottom: 30px;
}

.pr_cet_main_tp img {
	max-width: 310px;
	max-height: 340px;
}

.pr_cet_main_tpt {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 22px;
	text-align: center;
	padding: 0px 15px;
	margin-bottom: 20px;
}

.pr_cet_main_tpt1 {
	padding: 0px 15px 30px;
}

.pr_cet_main_tpt1 table {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.pr_cet_main_tpt1 table tr td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑";
}

.pr_cet_main_tpt1 table tr td span {
	display: block;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 25px;
	margin-bottom: 5px;
}

.pro_t_pf_main {
	padding: 0px 15px 20px;
}

.pro_t_pf_main .ser_prou_center {
	padding: 29px 0px 29px;
}

.pro_t_pf_main .ser_prou_center em span {
	background: #fff;
	width: 120px;
	margin-left: -75px;
	color: #333;
}

.pro_t_pf_main dl dd {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	line-height: 25px;
	position: relative;
}

.pro_t_pf_main dl dd span {
	float: left;
	display: block;
	width: 50px;
	text-align: left;
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑";
	position: absolute;
	left: 0px;
	top: 0px;
}

.pro_t_pf_main dl dd em {
	display: block;
	margin-left: 55px;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	left;
	0
	px
}

.prou_at a {
	display: inline-block;
	width: 120px;
	height: 30px;
	border: 1px solid #189aed;
	color: #189aed;
	font-size: 12px;
	font-family: "微软雅黑";
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 10px;
	text-align: center;
	line-height: 30px;
}

.prou_at {
	text-align: center;
}

.pro_t_pf_main dl dd em a {
	color: #333;
}

.pro_t_pf_main ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	line-height: 25px;
	position: relative;
}

.pro_t_pf_main ul li span {
	float: left;
	display: block;
	width: 75px;
	text-align: left;
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑";
}

.pro_t_pf_main ul li em {
	display: block;
	position: absolute;
	color: #333;
	font-size: 13px;
	font-family: "微软雅黑";
	left: 75px;
	top: 0px;
}

.pro_t_pf_main ul li em a {
	color: #189aed;
}

.pro_t_pf_mainu {
	padding: 0px 15px 10px;
}

.pro_t_pf_mainu .ser_prou_center {
	padding: 30px 0px 30px;
}

.pro_t_pf_mainu .ser_prou_center em span {
	background: #fff;
	width: 120px;
	margin-left: -75px;
	color: #333;
}

.rou_ce_tn {
	height: 36px;
	line-height: 36px;
}

.rou_ce_tn a {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
}

.pro_t_pf_mainu dl {
	overflow: hidden;
}

.pro_t_pf_mainu dl dd {
	width: 49%;
	float: left;
	margin-bottom: 10px;
	height: 242px;
}

.pro_t_pf_mainu dl dd:nth-child(2n) {
	float: right;
}

.pro_t_pf_mainu table {
	width: 160px;
	height: 160px;
	border: 1px solid #e5e5e5;
}

.pro_t_pf_mainu table a {
	display: block;
	width: 100%; /* height: 100%; */
	margin: 0px auto;
}

.pro_t_pf_mainu table img {
	max-width: 160px;
	max-height: 160px;
}

.pro_t_pf_mainu dl dd span {
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin: 10px 0px 5px;
}

.pro_t_pf_mainu dl dd span a {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.pro_t_pf_mainu dl dd em {
	display: block;
	height: 36px;
}

.pro_t_pf_mainu dl dd em i:first-child {
	float: left;
	color: #ff6215;
	font-size: 16px;
	font-family: "微软雅黑";
	font-style: normal;
}

.pro_t_pf_mainu dl dd em i:last-child {
	float: left;
	color: #999999;
	font-size: 14px;
	font-family: "微软雅黑";
	font-style: normal;
	margin-left: 15px;
	line-height: 21px;
}

.pr_bott_nav_bg {
	height: 55px;
}

.pr_bott_nav {
	height: 55px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background: #ff6215;
	width: 100%;
}

.pr_bott_nav dl dd {
	float: left;
}

.pr_bott_nav dl dd:nth-child(3) {
	background: #ff8a00;
	height: 55px;
	width: 31%;
}

.pr_bott_nav dl dd:nth-child(3) a {
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
}

.pr_bott_nav dl dd:nth-child(4) {
	background: #ff6215;
	height: 55px;
	width: 30%;
}

.pr_bott_nav dl dd:nth-child(4) a {
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
}

.pr_bott_nav dl dd:nth-child(1), .pr_bott_nav dl dd:nth-child(2) {
	width: 19%;
	height: 55px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: #fff;
}

.pr_bott_nav dl dd:nth-child(1) a em {
	display: block;
	width: 38px;
	height: 25px;
	background: url(../images/z_an1.jpg) 7px 0px no-repeat;
	margin: 5px auto 3px;
}

.pr_bott_nav dl dd:nth-child(1) a span {
	display: block;
	text-align: center;
	color: #555;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 20px;
}

.pr_bott_nav dl dd:nth-child(2) a em {
	display: block;
	width: 38px;
	height: 25px;
	background: url(../images/z_an1.jpg) -63px 0px no-repeat;
	margin: 5px auto 3px;
}

.pr_bott_nav dl dd:nth-child(2) a span {
	display: block;
	text-align: center;
	color: #555;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 20px;
}

.pr_bott_nav dl dd:nth-child(2) a.add_lk em {
	background: url(../images/z_an1.jpg) -158px 0px no-repeat;
}

.pro_t_pf_ma_in {
	padding-top: 25px;
}

.p_detail_t dl {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 30px;
	padding: 20px;
}

.p_detail_t dl .ddnb_det {
	padding: 25px;
	line-height: 41px;
	word-break: break-all;
	table-layout: fixed;
	-webkit-text-size-adjust: none;
}

.p_detail_t img {
	max-width: 100%
}

.pr_bott_nav_main {
	height: 85px;
	position: fixed;
	left: 50%;
	bottom: 0px;
	width: 720px;
	background: #fff;
	margin-left: -360px;
}

.pr_bott_nav_main dl dd {
	float: left;
}

.pr_bott_nav_main dl dd:nth-child(2) {
	background: #ff8a00;
	height: 85px;
	width: 286px;
}

.pr_bott_nav_main dl dd:nth-child(2) a {
	display: block;
	width: 286px;
	height: 85px;
	text-align: center;
	line-height: 85px;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
}

.pr_bott_nav_main dl dd:nth-child(3) {
	background: #ff6215;
	height: 85px;
	width: 286px;
}

.pr_bott_nav_main dl dd:nth-child(3) a {
	display: block;
	width: 286px;
	height: 85px;
	text-align: center;
	line-height: 85px;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
}

.pr_bott_nav_main dl dd:first-child {
	width: 148px;
	height: 84px;
	border-top: 1px solid #e5e5e5;
}

.pr_bott_nav_main dl dd:first-child a em {
	display: block;
	width: 38px;
	height: 36px;
	background: url(../images/zan_pe.jpg) 0px 0px no-repeat;
	margin: 10px auto 8px;
}

.pr_bott_nav_main dl dd:first-child a span {
	display: block;
	text-align: center;
	color: #555;
	font-size: 19px;
	font-family: "微软雅黑";
	line-height: 22px;
}

.pr_bott_nav_main dl dd:first-child a.add_lk em {
	background: url(../images/zan_pe.jpg) -114px 0px no-repeat;
}

.pr_to_navl, .indx_top_pt {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 50px;
	background: #fff;
	z-index: 1;
}

/* 商铺 */
.sp_index_top {
	width: 670px;
	height: 100px;
	padding: 25px;
}

.sp_index_top_l {
	float: left;
	height: 96px;
	width: 96px;
	margin-right: 15px;
	position: relative;
}

.sp_index_top_l span {
	width: 96px;
	height: 96px;
}

.sp_index_top_l table {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 3px;
	top: 3px;
}

.sp_index_top_l table img {
	max-width: 65px;
	max-height: 65px;
}

.sp_index_top_r {
	float: left;
}

.sp_index_top_r span {
	display: block;
	color: #fff;
	font-size: 30px;
	font-family: "微软雅黑";
	line-height: 38px;
	margin-top: 6px;
}

.sp_index_top_r .compy_ser_ft i:nth-child(2), .sp_index_top_r .compy_ser_ft i:nth-child(3)
{
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
}

.sp_index_nav {
	background: #fff;
	height: 75px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.sp_index_nav a {
	height: 72px;
	line-height: 72px;
	display: inline-block;
	color: #555;
	font-size: 26px;
	font-family: "微软雅黑";
	margin: 0px 38px;
}

.sp_index_nav a.ommm {
	border-bottom: 3px solid #189aed;
	color: #189aed;
}

.sp_index_top_p1 {
	height: 190px;
}

.sp_index_top_p1 .ser_prou_center {
	padding: 50px 0px 50px;
}

.sp_index_top_p1 .ser_prou_center em span {
	background: #fff;
	width: 120px;
	margin-left: -75px;
	color: #333;
}

.sp_index_top_mian {
	height: 60px;
	position: absolute;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transition: .3s all;
	transition: .3s all;
	padding: 0px 25px;
	width: 670px;
}

.sp_index_top_mian .sp_index_top_mi {
	overflow: hidden;
	overflow-x: scroll;
	width: 670px;
	-webkit-overflow-scrolling: touch;
}

.sp_index_top_mian .sp_index_top_mi dl dd {
	display: inline-block;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
	position: relative;
}

.sp_index_top_mian .sp_index_top_mi dl dd a {
	display: inline-block;
	color: #333;
	font-family: "微软雅黑";
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	padding: 0px 35px;
	background: #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sp_index_top_mian .sp_index_top_mi::-webkit-scrollbar {
	display: none
}

.sp_index_top_mian .sp_index_top_mit {
	white-space: nowrap
}

.sp_index_top_mian .sp_index_top_mit dl dd.current {
	border-bottom: 2px solid #ff4e00;
	color: #ff4e00;
	height: 38px;
	line-height: 38px;
}

.lr_nb_after {
	height: 40px;
	display: block;
	clear: both;
}

/* 商铺产品列表页 */
.sp_pro_man dl {
	height: 88px;
	padding: 0px 25px;
}

.sp_pro_man dl dd {
	position: relative;
	height: 88px;
	line-height: 88px;
}

.sp_pro_man dl dd a {
	color: #333;
	font-family: "微软雅黑";
	font-size: 28px;
}

.sp_pro_man dl dd:after {
	border: #999999 solid;
	border-width: 2px 0px 0px 2px;
	content: " ";
	height: 16px;
	top: 34px;
	right: 0px;
	position: absolute;
	transform: rotate(135deg);
	width: 16px;
}

.sp_pro_man ul {
	padding: 0px 0px 0px 25px;
	overflow: hidden;
}

.sp_pro_man ul li {
	position: relative;
	height: 88px;
	line-height: 88px;
	border-bottom: 1px solid #e5e5e5;
}

.sp_pro_man ul li a {
	color: #333;
	font-family: "微软雅黑";
	font-size: 28px;
	height: 88px;
	line-height: 88px;
	-webkit-text-size-adjust: none;
}

.sp_pro_man ul li:after {
	border: #999999 solid;
	border-width: 2px 0px 0px 2px;
	content: " ";
	height: 16px;
	top: 34px;
	right: 25px;
	position: absolute;
	transform: rotate(135deg);
	width: 16px;
}

.release_en_topt {
	border-bottom: 1px solid #e5e5e5;
}

/* 商铺企业列表 */
.sp_comp_main dl {
	padding: 0px 0px 0px 25px;
}

.sp_comp_main dl dd {
	line-height: 47px;
	padding: 20px 25px 20px 0px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.sp_comp_main dl dd:last-child {
	border-bottom: 0px;
}

.sp_comp_main dl dd span {
	display: block;
	width: 120px;
	text-align: left;
	color: #999;
	font-family: "微软雅黑";
	font-size: 28px;
	float: left;
}

.sp_comp_main dl dd em {
	float: right;
	width: 510px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 28px;
}

.sp_comp_main dl dd em a {
	color: #189aed;
}

.sp_cmn_m {
	position: relative;
	padding-bottom: 20px;
}

.sp_cmn_mtt {
	height: 190px;
	overflow: hidden;
}

.sp_cmn_m a {
	position: absolute;
	bottom: 1px;
	left: 50%;
	border: #a5a5a5 solid;
	border-width: 2px 0px 0px 2px;
	content: " ";
	height: 16px;
	transform: rotate(225deg);
	width: 16px;
	margin-left: -8px;
}

.sp_cmn_mttg {
	height: auto !important;
}

.sp_cmn_m a.more {
	transform: rotate(45deg);
}

.com_map_t {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.sp_honor_m {
	width: 320px;
	margin: 0px auto;
}

.sp_honor_m dl dd {
	margin-top: 30px;
	width: 320px;
}

.sp_honor_m dl dd table {
	width: 318px;
	height: 336px;
	border: 1px solid #e5e5e5;
}

.sp_honor_m dl dd table img {
	max-width: 318px;
	max-height: 336px;
}

.sp_honor_m dl dd em {
	display: block;
	line-height: 44px;
	color: #777;
	font-family: "微软雅黑";
	font-size: 22px;
	margin-top: 10px;
}

.sp_honor_null {
	padding-top: 250px;
	background: #f5f5f5;
	padding-bottom: 1200px;
}

.sp_honor_null em {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #e9e9e9;
	font-weight: bold;
	line-height: 150px;
	text-align: center;
	font-size: 84px;
	color: #bbbbbb;
	margin: 0px auto 35px;
	font-family: "微软雅黑";
}

.sp_honor_null span {
	display: block;
	color: #777;
	font-size: 28px;
	font-family: "微软雅黑";
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/* 采购中心 */
.trade_man_nv {
	overflow: hidden;
}

.trade_man_nv dl dd {
	border-right: 1px solid #e5e5e5;
	width: 179px;
	height: 179px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}

.trade_man_nv dl dd:nth-child(4n) {
	border-right: 0px;
}

.trade_man_nv dl dd a {
	display: block;
	width: 179px;
	height: 157px;
	padding-top: 22px;
}

.trade_man_nv dl dd a span {
	height: 55px;
	display: block;
	width: 60px;
	margin: 0px auto 15px;
	background: url(../images/ew_kfr.png) no-repeat;
}

.trade_man_nv dl dd a em {
	display: block;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 26px;
	text-align: center;
}

.trade_man_nv dl dd a i {
	display: block;
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 22px;
	text-align: center;
	font-style: normal;
	margin-top: 8px;
}

.trade_man_nv dl dd:first-child a span {
	background-position: 0px 0px;
}

.trade_man_nv dl dd:nth-child(2) a span {
	background-position: -178px 0px;
}

.trade_man_nv dl dd:nth-child(3) a span {
	background-position: -360px 0px;
}

.trade_man_nv dl dd:nth-child(4) a span {
	background-position: -539px 0px;
}

.trade_man_nv dl dd:nth-child(5) a span {
	background-position: 0px -183px;
}

.trade_man_nv dl dd:nth-child(6) a span {
	background-position: -178px -183px;
}

.trade_man_nv dl dd:nth-child(7) a span {
	background-position: -360px -183px;
}

.trade_man_nv dl dd:nth-child(8) a span {
	background-position: -539px -183px;
}

.trade_man_nv dl dd:nth-child(9) a span {
	background-position: 0px -357px;
}

.trade_man_nv dl dd:nth-child(10) a span {
	background-position: -178px -357px;
}

.trade_man_nv dl dd:nth-child(11) a span {
	background-position: -360px -357px;
}

.trade_man_nv dl dd:nth-child(12) a span {
	background-position: -539px -357px;
}

.trade_man_nv dl dd:nth-child(13) a span {
	background-position: 0px -543px;
}

.trade_man_nv dl dd:nth-child(14) a span {
	background-position: -178px -543px;
}

.trade_man_nv dl dd:nth-child(15) a span {
	background-position: -360px -543px;
}

.trade_man_nv dl dd:nth-child(16) a span {
	background-position: -539px -543px;
}

.trd_t_bt {
	padding: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.trd_t_bt span {
	display: block;
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
	line-height: 50px;
	-webkit-text-size-adjust: none;
}

.trd_t_bt em {
	display: block;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
	line-height: 28px;
	margin-top: 5px;
	height: 28px;
}

.trd_t_bt i {
	display: block;
	color: #999;
	font-family: "微软雅黑";
	line-height: 32px;
	font-style: normal;
	margin-top: 5px;
	height: 32px;
}

.trd_t_bt i font {
	margin-right: 20px;
	font-size: 20px;
}

.trd_t_bt i font:first-child {
	/*background:url(../images/sct.jpg) left center no-repeat;padding-left:26px;*/

}

.trd_t_bt1 {
	padding: 25px;
	line-height: 50px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: none;
}

.trd_t_bt2 {
	height: 90px;
	background: #f5f5f5;
	line-height: 90px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	padding: 0px 25px;
	margin-bottom: 42px;
}

.trd_t_bt2 span {
	float: left;
}

.trd_t_bt2 span i {
	font-style: normal;
	color: #189bed;
	margin: 0px 30px 0px 10px;
}

.trd_t_bt2 a { /* float:right; */
	display: block; /* width:140px; */ /* height:36px; */
	/* line-height:36px; */ /* text-align:center; */
	color: #ff5e0d;
	font-size: 30px;
	font-family: "微软雅黑";
	border: 2px solid #ff5e0d; /* margin-top:25px; */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.trd_t_bt3 {
	height: 80px;
	background: #189bed;
	line-height: 80px;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 0px;
	width: 720px;
	margin-left: -360px;
}

.trd_t_bt3 a {
	display: block;
	color: #fff;
	font-size: 30px;
	font-family: "微软雅黑";
}

.trd_t_bt {
	position: relative;
}

.colle_ction {
	position: absolute;
	right: 25px;
	bottom: 55px;
	font-family: "微软雅黑";
	height: 25px;
}

.colle_ction a {
	color: #189bed;
	font-size: 22px;
	background: url(../images/cdir_poe_p.jpg) left center no-repeat;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
}

.colle_ction a.colle_ction_do {
	background: url(../images/cdir_poe_pv.jpg) left center no-repeat;
	color: #999999;
}

.purcha_main_lk {
	background: #189bed;
	height: 88px;
	border-bottom: 1px solid #189bed;
}

.purcha_main_lk span {
	color: #fff;
}

.mess_tp_top {
	background: #fff;
	padding: 25px;
	position: relative;
}

.mess_tp_top span {
	display: block;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 40px;
}

.mess_tp_top em {
	display: block;
	color: #555555;
	font-size: 22px;
	font-family: "微软雅黑";
	line-height: 40px;
}

.mess_tp_top em i {
	font-style: normal;
	margin-right: 60px;
}

.mess_tp_list {
	padding-bottom: 40px;
}

.mess_tp_list dl dd {
	margin-top: 33px;
	padding: 0px 25px;
}

.ss_tp_lis1 {
	height: 35px;
	text-align: center;
	margin-bottom: 15px;
}

.ss_tp_lis1 em {
	display: inline-block;
	background: #cccccc;
	line-height: 35px;
	height: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-family: "微软雅黑";
	padding: 0px 7px;
}

.ss_tp_li2 {
	height: 30px;
	line-height: 30px;
	color: #555555;
	font-size: 22px;
	font-family: "微软雅黑";
	margin-bottom: 30px;
}

.ss_tp_li2 em {
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑";
	margin-left: 20px;
}

.ss_tp_li3 {
	position: relative;
}

.ss_tp_li2g {
	text-align: right;
}

.ss_tp_li3 span {
	color: #555;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 50px;
	display: inline-block;
	-webkit-text-size-adjust: none;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ss_tp_li3:after {
	content: " ";
	height: 40px;
	top: -13px;
	left: 36px;
	position: absolute;
	transform: rotate(122deg);
	width: 40px;
	background: #fff;
}

.ss_tp_li3g {
	position: relative;
}

.ss_tp_li3g span {
	background: #4aadea;
	color: #fff;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 50px;
	display: inline-block;
	-webkit-text-size-adjust: none;
	padding: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 620px;
}

.ss_tp_li3g:after {
	content: " ";
	height: 40px;
	top: -13px;
	right: 26px;
	position: absolute;
	transform: rotate(60deg);
	width: 40px;
	background: #4aadea;
}

.mess_bottom_bg {
	height: 110px;
}

.mess_bottom {
	padding: 20px 25px;
	background: #fff;
	height: 70px;
	position: fixed;
	left: 50%;
	bottom: 0px;
	width: 670px;
	margin-left: -360px;
}

.mess_bottom_txt {
	float: left;
	width: 526px;
	height: 66px;
	border: 2px solid #e5e5e5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f5f5f5;
	padding-left: 10px;
	color: #555;
	font-size: 26px;
	font-family: "微软雅黑";
}

.mess_bottom_btn {
	width: 110px;
	float: right;
	height: 69px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #bbbbbb;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	border: 0px;
	cursor: pointer !important;
}

/* 会员商务网 */
.fen_new_nav {
	height: 87px;
	border-bottom: 1px solid #e5e5e5;
}

.fen_new_nav a {
	width: 360px;
	float: left;
	display: block;
	height: 85px;
	line-height: 85px;
	text-align: center;
	color: #555;
	font-size: 30px;
	font-family: "微软雅黑";
}

.fen_new_nav a.omm {
	border-bottom: 3px solid #429ffc;
	color: #429ffc;
}

.fen_new_list dl dd {
	padding: 30px 25px;
	border-bottom: 1px solid #cccccc;
	height: 98px;
}

.fen_new_list dl dd table {
	width: 98px;
	height: 98px;
	float: left;
}

.fen_new_list_r {
	float: right;
	width: 550px;
}

.fen_new_list_r span {
	display: block;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	line-height: 35px;
	height: 35px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.fen_new_list_r span i:first-child {
	float: left;
	font-style: normal;
}

.fen_new_list_r span i:last-child {
	float: right;
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑";
	font-style: normal;
}

.fen_new_list_r em {
	display: block;
	color: #999999;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 35px;
	height: 35px;
}

.coll_new_nav {
	height: 87px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 25px;
}

.coll_new_nav a {
	display: block;
	float: left;
	margin-left: 26px;
	margin-right: 90px;
	display: block;
	height: 85px;
	line-height: 85px;
	text-align: center;
	color: #555;
	font-size: 30px;
	font-family: "微软雅黑";
}

.coll_new_nav a:last-child {
	float: right;
	margin-right: 26px;
	margin-left: 0px;
}

.coll_new_nav a.omm {
	border-bottom: 3px solid #429ffc;
	color: #429ffc;
}

.coll_new_list dl dd {
	border-bottom: 1px solid #ccc;
	padding: 30px 25px;
	height: 140px;
}

.coll_new_list dl dd table {
	width: 140px;
	height: 140px;
	float: left;
}

.coll_new_list dl dd table img {
	max-width: 140px;
	max-height: 140px;
}

.coll_new_list_r {
	float: right;
	width: 510px;
}

.coll_new_list_r span {
	display: block;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	line-height: 35px;
	height: 35px;
	margin-bottom: 10px;
	margin-top: 10px
}

.coll_new_list_r em {
	display: block;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
	line-height: 35px;
	height: 35px;
	margin-bottom: 10px;
}

.coll_new_list_r a {
	display: block;
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 35px;
	height: 35px;
}

.coll_new_list_rt {
	width: 670px;
}

.collet_bg {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	display: none;
}

.collet_main {
	width: 670px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 50px 0px;
	margin-left: -335px;
	margin-top: -125px;
	display: none;
}

.collet_main span {
	display: block;
	line-height: 35px;
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
	text-align: center;
}

.collet_main em {
	display: block;
	height: 55px;
	text-align: center;
	margin-top: 60px;
}

.collet_main em a {
	display: inline-block;
	margin: 0px 24px;
	padding: 0px 60px;
	line-height: 55px;
	height: 55px;
	background: #ff6215;
	color: #fff;
	font-size: 26px;
	font-family: "微软雅黑";
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.collet_main em a:last-child {
	background: #999999;
}

.cont_ser_man_p1 {
	background: url(../images/ert_ple.jpg) center center no-repeat;
	height: 50px;
	text-align: center;
}

.cont_ser_man_p1 span {
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
}

.cont_ser_man_p2 {
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑";
	text-align: center;
}

.cont_ser_man_p3 {
	text-align: center;
	margin: 20px 0px 60px;
	height: 40px;
}

.cont_ser_man_p3 a {
	display: inline-block;
	background: url(../images/tel_po_p.jpg) left center no-repeat;
	padding-left: 50px;
	color: #189aed;
	font-size: 24px;
	font-family: "微软雅黑";
	margin: 0px 30px;
	height: 40px;
	line-height: 40px;
}

.cont_ser_man_p4 {
	text-align: center;
	padding: 30px 0px 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	width: 668px;
	margin: 0px auto;
}

.cont_ser_man_p6 {
	text-align: center;
	height: 95px;
	margin-bottom: 20px;
}

.cont_ser_man_p6 span {
	display: inline-block;
	margin: 0px 60px;
}

.cont_ser_man_p6 span a {
	display: block;
}

.cont_ser_man_p6 span em {
	display: block;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
	text-align: center;
	margin-top: 5px;
}

.cont_ser_man_p7 {
	text-align: center;
	color: #999;
	font-size: 24px;
	font-family: "微软雅黑";
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.cont_ser_man_p5 {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
}

.cont_ser_man_p5 i {
	display: block;
}

.cont_ser_man_p5 span {
	display: block;
	color: #555555;
	text-align: center;
	font-size: 24px;
	font-family: "微软雅黑";
	height: 35px;
	line-height: 35px;
	margin: 20px 0px 10px;
}

.cont_ser_man_p5 em {
	display: block;
	color: #999;
	text-align: center;
	font-size: 20px;
	font-family: "微软雅黑";
	height: 30px;
	line-height: 30px;
}

.memb_ma_top {
	height: 140px;
	padding: 30px 25px;
}

.memb_ma_top table {
	width: 140px;
	height: 140px;
	float: left;
}

.memb_ma_top table img {
	max-width: 140px;
	max-height: 140px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.memb_ma_rigt {
	width: 510px;
	float: right;
}

.memb_ma_rigt span {
	display: block;
	height: 30px;
	line-height: 35px;
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	margin: 13px 0px;
}

.memb_ma_rigt em {
	display: block;
	height: 30px;
	line-height: 35px;
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 13px;
}

.memb_ma_rigt em i {
	color: #189aed;
	font-style: normal;
}

.memb_ma_bott {
	padding: 0px 0px 0px 25px;
}

.memb_ma_bott dl dd {
	overflow: hidden;
	padding: 20px 25px 20px 0px;
	border-bottom: 1px solid #ccc;
	line-height: 48px;
}

.memb_ma_bott dl dd span {
	float: left;
	display: block;
	width: 120px;
	text-align: left;
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
}

.memb_ma_bott dl dd em {
	display: block;
	width: 540px;
	float: right
}

.memb_ma_bott dl dd em img.yzn_m {
	height: 48px;
	width: 122px;
	float: right;
}

.memb_ma_rigtr button {
	height: 80px;
	line-height: 80px;
	background: #189aed;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	text-align: center;
	width: 670px;
	border: 0px;
	cursor: pointer !important;
	margin-top: 100px;
	margin-bottom: 30px;
}

.men_txt {
	line-height: 48px;
	height: 48px;
	width: 540px;
	border: 0px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
}

.men_txt1 {
	width: 414px;
	line-height: 48px;
	height: 48px;
	border: 0px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	float: left;
}

.men_txt2 {
	line-height: 48px;
	height: 96px;
	width: 540px;
	border: 0px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
}

.men_ce_top {
	background: #189aed;
	height: 72px;
	text-align: center;
	padding: 54px 0px;
	margin-bottom: 30px;
}

.men_ce_top a {
	display: inline-block;
	width: 180px;
	height: 72px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	background: #fff;
	line-height: 72px;
	color: #189aed;
	font-size: 28px;
	margin: 0px 10px;
	font-family: "微软雅黑";
}

.men_ce_tte {
	color: #555;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-bottom: 100px;
}

.men_ce_tte table {
	border-top: 1px solid #e5e5e5;
}

.men_ce_tte table tr td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.men_ce_tte table tr td:nth-child(4) {
	border-right: 0px;
}

.men_ce_tte table tr:first-child td {
	border-bottom: 0px;
}

.memb_ma_tovbp {
	background: #189aed;
	padding: 40px 25px;
	height: 100px;
	margin-bottom: 30px;
}

.memb_ma_tovbp table {
	width: 100px;
	height: 100px;
	margin-left: 14px;
	float: left;
}

.memb_ma_to_right {
	float: left;
	margin-left: 40px;
	margin-top: 15px;
}

.memb_ma_to_right span {
	display: block;
	color: #fff;
	font-size: 22px;
	font-family: "微软雅黑";
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}

.memb_ma_to_right span i {
	font-style: normal;
	float: left;
}

.memb_ma_to_right span i:nth-child(2) {
	font-size: 18px;
	margin: 0px 27px 0px 10px;
	background: url(../images/wq_pkj_l.png) center center no-repeat;
	display: block;
	width: 97px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.memb_ma_to_right span a {
	color: #fff;
}

.memb_ma_to_right em {
	display: block;
	color: #fff;
	font-size: 22px;
	font-family: "微软雅黑";
	height: 25px;
	line-height: 25px;
}

.men_ce_tte table tr td span {
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 20px;
}

.men_ce_tte table tr td span i {
	position: absolute;
	left: 32px;
	top: -32px;
	background: url(../images/wq_pkj_l.png) center center no-repeat;
	display: block;
	width: 97px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
}

.memb_ma_to_ri_ght span i:nth-child(2) {
	font-size: 18px;
	margin: 0px 27px 0px 10px;
	background: url(../images/wq_pkj_lv.png) center center no-repeat;
	display: block;
	width: 78px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.effect_main_top {
	padding: 30px 0px;
}

.effect_main_to1 {
	padding: 0px 25px;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 28px;
	font-family: "微软雅黑";
	margin-bottom: 30px;
}

.effect_main_to1 span {
	display: block;
	border-left: 4px solid #189aed;
	padding-left: 10px;
}

.effect_main_to2 table tr td {
	font-size: 24px;
	color: #555;
	font-family: "微软雅黑";
}

.effect_main_to2 table tr td span {
	display: block;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}

.effect_main_to2 table tr td em {
	display: block;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 30px;
}

.effect_main_to3 {
	height: 40px;
	line-height: 40px;
	padding: 0px 25px;
}

.effect_main_to3 span:first-child {
	float: left;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
}

.effect_main_to3 span:last-child {
	float: right;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
}

.effect_main_to3 span:last-child em {
	color: #e60012;
}

.chart {
	height: 260px;
	margin-bottom: 40px;
	margin-top: 25px;
}

.app_reco_top {
	padding: 30px 25px;
	height: 140px;
}

.app_reco_top table {
	float: left;
	width: 140px;
	height: 140px;
}

.app_reco_top_right {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

.app_reco_top_right span {
	display: block;
	color: #555;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 30px;
	margin-bottom: 10px;
}

.app_reco_top_right em {
	display: block;
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
	line-height: 33px;
}

.app_reco_cent_pt1 {
	height: 84px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 84px;
	text-align: center;
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
}

.app_reco_cent_pt2 {
	margin-top: 30px;
}

.app_reco_cent_pt2 dl dd {
	padding: 30px 25px;
	display: inline-block;
	width: 670px;
}

.app_reco_cent_pt2 dl dd table {
	width: 89px;
	height: 89px;
	float: left;
}

.co_cent_pr {
	float: left;
	margin-left: 30px;
}

.co_cent_pr span {
	display: block;
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
	line-height: 35px;
	margin-bottom: 18px;
}

.co_cent_pr em {
	display: block;
	color: #999;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 35px;
	width: 545px;
}

.app_reco_cent_pt3 {
	padding: 0px 25px;
	height: 84px;
	margin: 50px 0px 30px;
}

.app_reco_cent_pt3 button {
	background: #189aed;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 84px;
	line-height: 84px;
	border: 0px;
	cursor: pointer !important;
}

.app_reco_cent_pt4 {
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑";
	margin-bottom: 10px;
	margin-top: 10px;
}

.fran_ind_top {
	height: 68px;
	line-height: 68px;
	border-top: 1px solid #f9bc89;
	border-bottom: 1px solid #f9bc89;
	background: #fee9d8;
	padding: 0px 60px;
}

.fran_ind_top span {
	float: left;
	color: #ff6215;
	font-size: 24px;
	font-family: "微软雅黑";
}

.fran_ind_top a {
	float: left;
	margin-left: 70px;
	display: block;
	width: 163px;
	height: 48px;
	border: 1px solid #ff6215;
	color: #ff6215;
	font-size: 22px;
	font-family: "微软雅黑";
	line-height: 48px;
	text-align: center;
	background: #fff;
	margin-top: 10px;
}

.memb_ma_tovbpt {
	padding: 0px 0px 20px;
}

.fran_ind_top_t {
	height: 90px;
	line-height: 90px;
	padding: 0px 25px;
	position: relative;
}

.fran_ind_top_t span {
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	float: left;
}

.fran_ind_top_t a {
	float: right;
	color: #ff6215;
	font-size: 22px;
	font-family: "微软雅黑";
	margin-right: 35px;
}

.fran_ind_top_t:after {
	border: #999 solid;
	border-width: 3px 3px 0px 0px;
	content: " ";
	height: 15px;
	top: 35px;
	right: 25px;
	position: absolute;
	transform: rotate(45deg);
	width: 15px;
}

.collet_main_t {
	padding: 50px 35px;
	width: 600px;
}

.collet_main_t span {
	text-align: left;
	line-height: 50px;
}

.collet_main_t dl dd {
	line-height: 40px;
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	margin: 10px 0px;
	display: inline-block;
	width: 600px;
}

.collet_main_t dl dd span {
	color: #666666;
	float: left;
	line-height: 40px;
}

.frn_tr_main {
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.frn_tr_main dl dd {
	width: 179px;
	height: 168px;
	float: left;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.frn_tr_main dl dd:nth-child(4n) {
	border-right: 0px;
	width: 180px;
}

.frn_tr_main dl dd span {
	display: block;
	height: 40px;
	margin-top: 44px;
	margin-bottom: 20px;
}

.frn_tr_main dl dd em {
	display: block;
	text-align: center;
	color: #333;
	height: 25px;
	line-height: 25px;
	font-size: 22px;
}

.frn_tr_main dl dd a {
	display: block;
	position: relative;
}

.frn_tr_main dl dd:first-child i {
	position: absolute;
	right: 12px;
	top: -35px;
	background: url(../images/rtu_p1.png) left center no-repeat;
	display: block;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #ff0c05;
	font-size: 18px;
	font-style: normal;
	font-family: "微软雅黑";
}

.frn_tr_main dl dd:nth-child(2) i {
	position: absolute;
	right: 12px;
	top: -35px;
	background: url(../images/rtu_p1.png) left center no-repeat;
	display: block;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #ff0c05;
	font-size: 18px;
	font-style: normal;
	font-family: "微软雅黑";
}

.frn_tr_main dl dd:nth-child(3) i {
	position: absolute;
	right: 12px;
	top: -35px;
	background: url(../images/rtu_p2.png) left center no-repeat;
	display: block;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-family: "微软雅黑";
}

.frn_tr_main dl dd:nth-child(5) i {
	position: absolute;
	right: 12px;
	top: -35px;
	background: url(../images/rtu_p3.png) left center no-repeat;
	display: block;
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-family: "微软雅黑";
}

.frn_tr_main dl dd:nth-child(6) i {
	position: absolute;
	right: 12px;
	top: -35px;
	background: url(../images/rtu_p3.png) left center no-repeat;
	display: block;
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-family: "微软雅黑";
}

.frn_tr_main dl dd:nth-child(7) i {
	position: absolute;
	right: 12px;
	top: -35px;
	background: url(../images/rtu_p3.png) left center no-repeat;
	display: block;
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-family: "微软雅黑";
}

.frn_tr_main dl dd:nth-child(8) i {
	position: absolute;
	right: 12px;
	top: -35px;
	background: url(../images/rtu_p3.png) left center no-repeat;
	display: block;
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-family: "微软雅黑";
}

.frn_tr_main dl dd:first-child span {
	background: url(../images/ert_plk_nav.png) 66px 0px no-repeat;
}

.frn_tr_main dl dd:nth-child(2) span {
	background: url(../images/ert_plk_nav.png) -115px 0px no-repeat;
}

.frn_tr_main dl dd:nth-child(3) span {
	background: url(../images/ert_plk_nav.png) -294px 0px no-repeat;
}

.frn_tr_main dl dd:nth-child(4) span {
	background: url(../images/ert_plk_nav.png) -484px 0px no-repeat;
}

.frn_tr_main dl dd:nth-child(5) span {
	background: url(../images/ert_plk_nav.png) 66px -180px no-repeat;
}

.frn_tr_main dl dd:nth-child(6) span {
	background: url(../images/ert_plk_nav.png) -115px -180px no-repeat;
}

.frn_tr_main dl dd:nth-child(7) span {
	background: url(../images/ert_plk_nav.png) -294px -180px no-repeat;
}

.frn_tr_main dl dd:nth-child(8) span {
	background: url(../images/ert_plk_nav.png) -484px -180px no-repeat;
}

.frn_tr_main dl dd:nth-child(9) span {
	background: url(../images/ert_plk_nav.png) 66px -341px no-repeat;
}

.frn_tr_main dl dd:nth-child(5) span.j_su {
	background: url(../images/ert_plk_nav.png) 66px -472px no-repeat;
}

.frn_tr_main dl dd:nth-child(6) span.j_su {
	background: url(../images/ert_plk_nav.png) -115px -472px no-repeat;
}

.frn_tr_main dl dd:nth-child(7) span.j_su {
	background: url(../images/ert_plk_nav.png) -294px -472px no-repeat;
}

.frn_tr_main dl dd:nth-child(8) span.j_su {
	background: url(../images/ert_plk_nav.png) -484px -472px no-repeat;
}

.fran_ind_top_pr {
	padding: 0px 25px;
	height: 68px;
	line-height: 68px;
	color: #ff6215;
	font-size: 24px;
	font-family: "微软雅黑";
	background: #fee9d8;
	border-top: 1px solid #f9bc89;
	border-bottom: 1px solid #f9bc89;
}

.an_ind_to_bott dl {
	padding: 0px 25px;
}

.an_ind_to_bott dl dd {
	line-height: 86px;
	overflow: hidden;
}

.an_ind_to_bott dl dd:first-child {
	border-bottom: 1px solid #e5e5e5;
}

.an_ind_to_bott dl dd:nth-child(2) {
	border-bottom: 1px solid #e5e5e5;
}

.an_ind_to_bott dl dd span {
	display: block;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	line-height: 86px;
	width: 280px;
	text-align: left;
	float: left;
}

.an_ind_to_bott dl dd em {
	float: right;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	text-align: right;
	width: 345px;
}

.an_ind_to_bott dl dd:nth-child(3) em {
	color: #999;
}

.an_ind_to_btn {
	padding: 0px 25px;
	margin: 160px 0px 50px;
}

.an_ind_to_btn button {
	width: 670px;
	height: 85px;
	background: #eeeeee;
	border: 0px;
	cursor: pointer !important;
	color: #bbb;
	font-size: 28px;
	font-family: "微软雅黑";
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.app_reco_main dl dd {
	margin-top: 30px;
}

.comp_logo {
	width: 672px;
	height: 401px;
	margin: 0px auto;
	position: relative;
}

.comp_logo table {
	width: 672px;
	height: 401px;
	margin: 0px auto;
}

.comp_logo_file, .comp_logo_file1, .comp_logo_file2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 672px;
	height: 401px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
}

.comp_logo table img {
	border-radius: 10px;
	-moz-borer-radius: 10px;
	-webkit-border-radius: 10px;
	max-width: 672px;
	max-height: 401px;
}

.an_ind_to_btnv button {
	background: #189aed;
	color: #fff;
}

.an_ind_to_bott ul {
	padding: 0px 25px;
	border-top: 1px solid #e5e5e5;
}

.an_ind_to_bott ul li {
	line-height: 86px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0px;
}

.an_ind_to_bott ul li span {
	display: block;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	line-height: 86px;
	width: 150px;
	text-align: left;
	float: left;
}

.an_ind_to_bott ul li em {
	float: right;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	text-align: right;
	width: 500px;
}

.d_to_bo_rt {
	float: right;
	margin-left: 20px;
	width: 201px;
	height: 121px;
	position: relative;
}

.d_to_bo_rt table {
	width: 201px;
	height: 121px;
}

.d_to_bo_rt font {
	height: 40px;
	width: 201px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity = 30);
}

.d_to_bo_rt i {
	height: 40px;
	width: 201px;
	line-height: 40px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 20px;
	font-family: "微软雅黑";
	text-align: center;
	font-style: normal;
}

/* 展会 */
.sp_index_navgg a {
	margin: 0px 25px;
}

.sp_index_navggt a {
	margin: 0px 66px;
}

.exh_detet_main {
	padding: 25px 25px;
	-webkit-text-size-adjust: none;
}

.exh_de_pu1 {
	padding-bottom: 20px;
}

.exh_de_pu1 span {
	display: block;
	line-height: 49px;
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
}

.exh_de_pu1 em {
	display: block;
	line-height: 28px;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
	margin: 10px 0px;
}

.exh_de_pu2 {
	height: 28px;
	line-height: 28px;
	padding: 30px 0px;
	border-top: 1px solid #e5e5e5;
}

.exh_de_pu2 span {
	border-left: 4px solid #189aed;
	padding-left: 10px;
	color: #999;
	font-size: 28px;
	font-family: "微软雅黑";
}

.exh_de_pu4 {
	padding-bottom: 20px;
}

.exh_de_pu4 dl dd {
	color: #333;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 50px;
}

.exh_de_pu4 dl dd a {
	color: #189aed;
}

.exh_de_pu3 {
	color: #333;
	font-size: 14px;
	line-height: 27px;
	font-family: "微软雅黑";
	padding-bottom: 25px;
}

.xh_de_pu_m {
	height: 200px;
	overflow: hidden;
}

.exh_de_pu3 a.more_detail {
	color: #189aed;
	text-align: center;
}

.xh_de_pu_mt {
	line-height: 50px;
	text-align: center;
}

.xh_de_pu_mg {
	height: auto !important;
}

.nes_ru_top {
	padding: 25px 25px 10px;
	-webkit-text-size-adjust: none;
}

.nes_ru_top span {
	display: block;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	line-height: 30px;
}

.nes_ru_top em {
	display: block;
	color: #999999;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 30px;
	margin: 10px 0px 0px;
}

.nes_ru_cet {
	padding: 0px 25px;
	color: #555;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 45px;
	-webkit-text-size-adjust: none;
}

.nes_ru_bott {
	border-top: 1px solid #e5e5e5;
	height: 83px;
	line-height: 83px;
	margin-top: 20px;
	text-align: center;
}

.nes_ru_bott a {
	display: inline-block;
	background: url(../images/ser_po_lfvv.jpg) right center no-repeat;
	padding-right: 20px;
	color: #189aed;
	font-size: 24px;
	font-family: "微软雅黑";
}

.news_main_t ul {
	background: url(../images/new_bu_bg_bt.png) left bottom repeat-x;
	padding: 14px 0px;
	display: none;
}

.news_main_t dl dd.omm {
	background: url(../images/new_bu_bg.png) left 10px repeat-x;
	padding-top: 45px;
	border-bottom: 0px;
}

.news_main_t dl dd.omm_po {
	border-bottom: 0px;
}

.new_det_man {
	padding: 20px 25px;
	-webkit-text-size-adjust: none;
}

.new_det_m_top1 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

.new_det_m_top1 h1 {
	display: block;
	line-height: 28px;
	font-size: 21px;
	color: #333;
	font-family: "微软雅黑";
	font-weight:  bold;
	margin-bottom: 5px;
}

.new_det_m_top1 em {
	display: block;
	line-height: 30px;
	font-size: 13px;
	color: #888;
	font-family: "微软雅黑";
}

.new_det_m_top2 {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	padding: 10px 0px;
}

.new_det_m_top3 {
	height: 65px;
	text-align: center;
	font-size: 30px;
	color: #333;
	font-family: "微软雅黑";
	margin-top: 10px;
}

.new_det_m_top3 span {
	display: inline-block;
	line-height: 55px;
}

.new_det_m_top3 span i {
	border-bottom: 4px solid #189aed;
	font-style: normal;
	display: inline-block;
}

.new_det_m_top5 {
	border-top: 1px solid #e5e5e5;
	padding: 20px 0px;
	text-align: center;
	margin-top: 30px;
}

.new_det_m_top5 span {
	display: block;
	line-height: 55px;
	font-size: 24px;
	color: #333;
	font-family: "微软雅黑";
	margin-bottom: 20px;
}

.new_det_m_top5 em {
	display: block;
	line-height: 30px;
	font-size: 20px;
	color: #555;
	font-family: "微软雅黑";
	margin-top: 20px;
}

.new_det_m_top5 i {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	font-family: "微软雅黑";
	font-style: normal;
}

.new_det_m_top4 {
	overflow: hidden;
}

.new_det_m_top4 dl dd {
	margin-top: 30px;
	background: url(../images/dtr_co.jpg) left 10px no-repeat;
	padding-left: 30px;
}

.new_det_m_top4 dl dd a span {
	display: block;
	font-size: 26px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 30px;
}

.new_det_m_top4 dl dd a em {
	display: block;
	font-size: 20px;
	color: #999;
	font-family: "微软雅黑";
	line-height: 30px;
	margin-top: 5px;
}

/* 化工字典 */
.chem_top_t {
	margin-top: 65px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #999;
	font-size: 60px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.chem_top_t em {
	color: #333;
}

.chem_top_b {
	height: 90px;
	margin: 30px 0px;
	padding: 0px 25px;
}

.chem_txt {
	float: left;
	border: 1px solid #bbbbbb;
	border-right: 0px;
	width: 529px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	height: 88px;
	line-height: 88px;
	color: #bbb;
	font-size: 28px;
	font-family: "微软雅黑";
	text-align: center;
	box-shadow: 0px 4px 6px #eee;
}

.chem_btn {
	width: 140px;
	float: right;
	height: 90px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	background: #189aed;
	font-size: 28px;
	font-family: "微软雅黑";
	color: #fff;
	border: 0px;
	box-shadow: 0px 4px 6px #eee
}

.chem_top_bt {
	height: 30px;
	line-height: 30px;
	color: #555;
	font-size: 22px;
	font-family: "微软雅黑";
	padding: 0px 25px;
	margin-bottom: 10px;
}

.chem_top_btb {
	padding: 20px 0px 20px 25px;
	overflow: hidden;
}

.chem_top_btb a {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	border: 1px solid #ededed;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 48px;
	text-align: center;
	color: #555;
	font-size: 28px;
	font-family: "微软雅黑";
	margin-right: 27px;
	margin-bottom: 30px;
}

.de_ledt {
	line-height: 48px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	padding: 0px 25px 0px;
	overflow: hidden;
	margin-top: 30px;
}

.de_ledt a {
	color: #333;
	margin-right: 20px;
}

.de_ledt span {
	float: left;
}

.compy_list_list dl dd {
	padding: 10px 15px;
	min-height: 104px;
	position: relative;
}

.compy_list_list dl dd table {
	width: 100px;
	height: 104px;
	border: 1px solid #e5e5e5;
	position: absolute;
	left: 15px;
	top: 20px;
}

.compy_list_list dl dd table img {
	max-width: 100px;
	max-height: 104px;
}

.compy_list_list dl dd .c_list_right {
	margin-left: 125px;
}

.c_list_top {
	height: 25px;
	line-height: 25px;
	display: block;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
	margin-bottom: 10px;
}

.c_list_top a {
	height: 35px;
	line-height: 35px;
	display: block;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
}

.compy_list_list dl dd .c_list_right ul li {
	color: #666;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 20px;
	overflow: hidden;
	position: relative;
}

.compy_list_list dl dd .c_list_right ul li span {
	display: block;
	text-align: right;
	width: 76px;
	color: #999;
	margin-right: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.compy_list_list dl dd .c_list_right ul li em {
	display: block;
	float: left;
}
#baikebody{
	color: #666;
	font-size: 13px;
	font-family: "微软雅黑";
}

.compy_list_detail_top {
	height: 35px;
	border: 1px solid #e8e8e8;
	margin: 20px 15px 0px;
	line-height: 35px;
	padding: 0px 12px;
	position: relative;
}

.compy_list_detail_top a {
	color: #999999;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-right: 10px;
}

.compy_list_detail_top a.last_child:after {
	content: "";
	height: 10px;
	width: 10px;
	border: solid #d0d0d0;
	position: absolute;
	right: 15px;
	top: 12px;
	border-width: 2px 2px 0px 0px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.compy_list_last dl dd {
	height: 23px;
	line-height: 23px;
	position: relative;
	font-family: "微软雅黑";
	border-left: 6px solid #1698ed;
	margin: 12px 0px 10px;
}

.compy_list_last dl dd a {
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
	margin-left: 10px;
}

.compy_list_last ul {
	padding: 10px 15px;
}

.discript {
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 0px;
	-webkit-text-size-adjust: none;
}

.compy_list_last ul li {
	line-height: 25px;
	overflow: hidden;
	position: relative;
	min-height:25px;
}

.compy_list_last ul li span {
	float: left;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
	display: block;
	width: 117px;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 0px;
}

.compy_list_last ul li em {
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: 120px;
	display: block;
	word-break: break-all;
	table-layout: fixed;
	-webkit-text-size-adjust: none;
}

.compy_list_last ul.utr_plkcng li.nbf_dwsq em{margin-left:0px;}
.compy_list_last ul.utr_plkcng li.nbf_dwsq em table{border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:0px;margin:0px;width: 100%;}
.compy_list_last ul.utr_plkcng li.nbf_dwsq em table tr td{border-left:1px solid #e5e5e5;border-top:1px solid #e5e5e5;line-height:22px;text-align:center;padding:5px 0px;}


.discript strong {
	color: #333333;
}

.trade_main_ppc {
	height: 25px;
	line-height: 25px;
	position: relative;
	font-family: "微软雅黑";
	border-left: 6px solid #1698ed;
	margin: 15px 0px 10px;
}

.trade_main_ppc span {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: 20px;
	font-weight: bold;
}

.pr_stv_cen_tert1 {
	padding: 10px 20px;
}

.pr_stv_cen_tert1 span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	font-family: "微软雅黑";
}

.pr_stv_cen_tert1 em {
	display: block;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	margin-left: 10px;
	font-family: "微软雅黑";
	word-break: break-all;
	table-layout: fixed;
}

.compy_list_last ul.utr_plkc li span {
	width: 230px;
}

.compy_list_last ul.utr_plkct li span {
	width: 160px;
}

.compy_list_last ul.utr_plkcn li span {
	width: 155px;
}

.compy_list_last ul.utr_plkcng li span {
	width: 180px;
}

.compy_list_last ul.utr_plkc li em {
	margin-left: 235px;
	display: block;
}

.compy_list_last ul.utr_plkct li em {
	margin-left: 165px;
	display: block;
}

.compy_list_last ul.utr_plkcn li em {
	margin-left: 295px;
	display: block;
}

.compy_list_last ul.utr_plkcnt li em {
	margin-left: 120px;
	display: block;
}

.compy_list_last ul.utr_plkcng li em {
	margin-left: 190px;
	display: block;
}

.compy_list_last ul.utr_plkcnt li:first-child em {
	color: #333333;
	font-weight: bold;
}

.tv_cen_te2 {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 8px;
	display: inline-block;
	width: 100%;
}

.tv_cen_te2 dl dd {
	width: 82px;
	float: left;
	margin: 0px 5px;
	border: 0px;
	height: 150px;
	padding: 0px;
}

.tv_cen_te2 dl dd a:after {
	display: none;
}

.tv_cen_te2 dl {
	width: 100%;
}

.tv_cen_te2 dl dd table a {
	margin: 0px;
}

.tv_cen_te2 dl dd table a img {
	max-width: 80px;
	max-height: 80px;
}

.tv_cen_te2 dl dd table {
	border: 1px solid #dedede;
	width: 80px;
	height: 80px;
	line-height: 0px;
}

.tv_cen_te2 dl dd span, .tv_cen_te2 dl dd em {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	width: 82px;
	text-align: center;
}

.tv_cen_te2 dl dd span a, .tv_cen_te2 dl dd em a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #999999;
	font-size: 12px;
}

.tv_cen_tghe2 {
	border-bottom: 1px dashed #e8e8e8;
	padding: 10px 0px;
}

.tv_cen_tet {
	height: 22px;
	line-height: 22px;
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 5px 0px;
	padding: 0px 3px;
}

.pr_stv_cen_tert6 span {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 6px;
}

.pr_stv_cen_tert6 {
	padding: 0px 0px;
}

.ffg_p1 {
	background: #f5f5f5;
	margin-top: 10px;
	line-height: 34px;
}

.ffg_p3 {
	display: none;
	border: 1px solid #e8e8e8;
	padding: 10px;
	background: #fff;
}

.ffg_p3 img {
	max-width: 100%;
}

.ffg_p2 {
	height: 30px;
	line-height: 30px;
	padding: 0px 15px;
}

.ffg_p2 span {
	float: left;
	border: 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
}

.ffg_p2 a {
	float: right;
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
	background: url(../images/ddg_t.jpg) right center no-repeat;
	padding-right: 18px;
}

.compy_list_last ul.gyt_plk {
	padding-top: 0px;
}

.om .ffg_p2 a {
	background: url(../images/ddg_b.jpg) right center no-repeat;
	padding-right: 18px;
}

.uut_px1 {
	border: 1px solid #dedede;
	width: 70px;
	height: 70px;
}

.uut_px1 img, .uut_pxv1 img {
	max-width: 100%;
	max-height: 100%;
}

.uut_pxv1 {
	border: 1px solid #dedede;
	width: 50px;
	height: 50px;
}

.uuh_pl {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.uuh_pl a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #666666;
	font-size: 1em;
	font-family: "微软雅黑";
	width: 100%;
	word-break: break-all;
	table-layout: fixed;
	width: 70px;
}

.uuh_p2 {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffa800;
	font-size: 1.1em;
	font-family: "微软雅黑";
	font-style: normal;
}

.tv_cen_tghet2 {
	padding-bottom: 15px;
	border-bottom: 1px dashed #e8e8e8;
}

.uutr_lk {
	margin-top: 25px;
}

.delet_jlu_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: #000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	display: none;
}

.delet_jlu {
	width: 80%;
	padding: 10px 10%;
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -60px;
	display: none;
	z-index: 1;
}

.delet_jlu_ut {
	background: #efecf7;
	padding: 30px 0px;
}

.delet_jlu span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 1.2em;
	font-family: "微软雅黑";
}

.delet_jlu em {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 1.2em;
	font-family: "微软雅黑";
	margin-top: 15px;
}

.delet_jlu em a {
	display: inline-block;
	border: 1px solid #2682e7;
	padding: 0px 30px;
	color: #2682e7;
	font-size: 1.2em;
	font-family: "微软雅黑";
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 10px;
}

.delet_jlu em a:last-child {
	background: #2682e7;
	color: #fff;
}

.compy_list {
	padding: 0px 15px 10px;
}

.compy_list dl dd {
	border-bottom: 1px dashed #e8e8e8;
	padding: 10px 15px;
}

.compy_list_top {
	height: 30px;
	line-height: 30px;
	position: relative;
}

.compy_list_top {
	height: 27px;
	line-height: 27px;
	margin-bottom: 4px;
}

.compy_list dl dd ul li {
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
}

.compy_list dl dd ul li span {
	color: #999999;
	font-family: "微软雅黑";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 47px;
	display: block;
	text-align: left;
}

.compy_list dl dd ul li em {
	margin-left: 45px;
	font-size: 14px;
	display: block;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
}

.compy_list_top span {
	color: #333333;
	font-weight: bold;
	font-family: "微软雅黑";
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.compy_list_top span a {
	color: #333333;
	font-size: 15px;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.compy_list_top em {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fff;
	height: 30px;
}

.compy_list_top em i {
	font-style: normal;
	float: left;
	margin-left: 5px;
	color: #666666;
	font-size: 12px;
	display: block;
	height: 30px;
}

.compy_list_top em i.tl1 {
	background: url(../images/v.jpg) left center no-repeat;
	height: 30px;
	margin-right: 10px;
	padding-left: 25px;
	line-height: 33px;
}

.compy_list_top em i.tl2 {
	background: url(../images/s.jpg) left center no-repeat;
	margin-right: 10px;
	padding-left: 25px;
	height: 30px;
	line-height: 33px;
}

.compy_list_top em i.tl3 {
	background: url(../images/sc.jpg) left center no-repeat;
	margin-right: 10px;
	padding-left: 25px;
	height: 30px;
	line-height: 33px;
}

.compy_list dl dd {
	position: relative;
}

.compy_list_bottom {
	position: absolute;
	right: 15px;
	top: 70px;
	width: 102px;
	line-height: 35px;
}

.compy_list_bottom a {
	margin-bottom: 10px;
	display: block;
	width: 100px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #2682e7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #2682e7;
	font-size: 14px;
	font-family: "微软雅黑";
}

/* 塑料  */
.nt_lst {
	background: #f1f1f1;
}

.nt_lst dl dd {
	height: 90px;
	padding: 0px 25px;
	line-height: 90px;
	background: #f1f1f1;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}

.nt_lst dl dd a {
	color: #000;
	font-size: 34px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.nt_lst dl dd a:after {
	content: ' ';
	position: absolute;
	top: 35px;
	right: 50px;
	width: 25px;
	height: 25px;
	border: #333333 solid;
	border-width: 5px 0px 0px 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nt_pxs {
	overflow: hidden;
}

.nt_pxs a {
	float: left;
	background: #fff;
	display: block;
	width: 239px;
	height: 65px;
	line-height: 65px;
	color: #666;
	font-size: 24px;
	border-bottom: 1px solid #e4e4e4;
	font-family: "微软雅黑";
	border-right: 1px solid #e4e4e4;
	text-align: center;
	text-transform: uppercase;
}

.nt_pxs a:nth-child(3n) {
	border-right: 0px;
}

.nt_pxs a:hover {
	background: #cde8f6;
	color: #1e66c4;
}

.nt_lst dl dd.hover a:after {
	border-width: 5px 5px 0 0;
}

.gde_titv {
	height: 63px;
	padding: 0px 25px;
	text-align: center;
	line-height: 63px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.gde_titv a {
	display: inline-block;
	padding: 0px 5px;
	color: #555;
	font-size: 26px;
	font-family: "微软雅黑";
	margin: 0px 65px;
	height: 61px;
	line-height: 61px;
}

.gde_titv a.omm {
	border-bottom: 2px solid #189aed;
	color: #189aed;
}

.gde_tpc {
	padding: 12px 0px;
	text-align: center;
	height: 45px;
}

.gde_tpc a {
	width: 96px;
	padding-left: 26px;
	display: inline-block;
	text-align: left;
	height: 45px;
	margin: 0px 30px;
	line-height: 45px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eeeeee url(../images/ser_po_lvb.jpg) 85px center no-repeat;
	color: #999;
	font-size: 22px;
	font-family: "微软雅黑";
}

.gde_tpc a.omm {
	background: #eeeeee url(../images/ser_po_lfvt.jpg) 85px center no-repeat;
	color: #189aed;
}

.bran_mmv {
	padding: 10px 25px;
}

.bran_mmv dl dd {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0px;
}

.bran_mmv dl dd span {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
}

.bran_mmv dl dd em {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	margin: 5px 0px;
}

.bran_mmv dl dd i {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	font-style: normal;
}

.gde_conr {
	background: #f3f3f3;
	line-height: 50px;
	color: #333333;
	font-family: "微软雅黑";
	font-size: 30px;
	padding: 15px 25px;
	word-break: break-all;
	table-layout: fixed;
}

.gde_conr a {
	margin-right: 34px;
	color: #333333;
}

.manu_tue {
	margin: 0px 25px;
	background: #fff;
}

.manu_tur {
	border-bottom: 1px solid #cacaca;
	height: 35px;
	line-height: 35px;
}

.manu_tur span {
	display: block;
	width: 100px;
	height: 36px;
	background: #6fa0dc;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-family: "微软雅黑";
	float: left;
}

.manu_tfa dl dd {
	line-height: 62px;
	border-bottom: 1px dotted #cacaca;
}

.manu_tfa dl dd a {
	padding-left: 3%;
	width: 45%;
	display: inline-block;
	text-align: left;
	color: #333333;
	font-size: 26px;
	font-family: "微软雅黑";
}

.manu_tfa {
	position: relative;
	margin: 10px 0px;
}

.manu_tfa dl.tt_px {
	height: 120px;
	overflow: hidden;
}

.manu_tfa dl dd:last-child {
	border-bottom: none;
}

.dis_n {
	background: url(../images/bb_pxs.jpg) left center no-repeat;
	height: 35px;
	line-height: 35px;
	color: #333333;
	margin-right: 15px;
	position: absolute;
	right: 15px;
	top: -47px;
	width: 60px;
}

.dis_nt {
	background: url(../images/ttb_px.jpg) left center no-repeat;
	height: 35px;
	line-height: 35px;
	color: #333333;
	margin-right: 15px;
	position: absolute;
	right: 15px;
	top: -47px;
	width: 60px;
}

.produt_navt {
	background: #989898;
	position: absolute;
	right: 1%;
	top: 0px;
	z-index: 1001;
	width: 0px;
	min-height: 150px;
	color: #fff;
	overflow: hidden;
}

.navt_close {
	height: 70px;
	line-height: 70px;
	background: #2f2f2f;
	padding-top: 15px;
}

.navt_close a {
	width: 120px;
	height: 55px;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: 24px;
	display: block;
	background: #444444;
	border-radius: 8px;
	-moz-border-radius: 8px;
	line-height: 55px;
	text-align: center;
	margin-left: 25px;
}

.navt_pfh {
	margin-left: 25px;
	color: #ffffff;
	font-size: 24px;
	line-height: 35px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.navt_pcn {
	margin-left: 25px;
	color: #ffffff;
	font-size: 24px;
	background: #484848;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0px 18px;
	display: inline-block;
	line-height: 40px;
}

.navt_pcno {
	margin: 20px 25px;
}

.navt_pcno dl dd {
	line-height: 60px;
	border-bottom: 1px solid #dedede;
	width: 100%;
	overflow: hidden;
}

.navt_pcno dl dd a {
	color: #ffffff;
	width: 48%;
	float: left;
	padding-left: 2%;
	font-family: "微软雅黑";
	font-size: 24px;
}

.tech_nical {
	border-top: 1px solid #e5e5e5;
}

.tcht_top {
	line-height: 35px;
	font-size: 30px;
	color: #000000;
	font-family: "微软雅黑";
	margin-bottom: 8px;
	-webkit-text-size-adjust: none;
}

.tech_mainn {
	background: #ffffff;
	margin: 30px auto;
	width: 670px;
}

.discipt_mt {
	margin-top: 15px;
}

.tcht_contant {
	border: 1px solid #c8c9cb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	color: #666666;
	font-size: 26px;
	line-height: 45px;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 25px;
	-webkit-text-size-adjust: none;
}

.ttv_pst {
	height: 85px;
	background: #d2d2d2;
	line-height: 85px;
	margin-top: 20px;
}

.ttv_pst span {
	margin-left: 25px;
	font-size: 36px;
	font-family: "微软雅黑";
	color: #000000;
}

.ttv_pstc dl dd {
	border-bottom: 1px solid #e5e5e5;
	line-height: 75px;
	padding: 0px 25px;
}

.ttv_pstc dl dd a {
	font-size: 30px;
	font-family: "微软雅黑";
	color: #333333;
}

.mate_conto dl dd {
	border: 1px solid #cccccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: #ffffff;
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative;
	padding: 20px 0px;
}

.ttg_psr ul li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 60px;
	padding: 0px 15px;
	font-size: 26px;
	color: #666666;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: none;
}

.ttg_psr ul li:last-child {
	border-bottom: none;
}

.ttg_psr ul li.ttb_pls {
	color: #000000;
	font-size: 35px;
	font-family: "微软雅黑";
}

.ttb_pls em {
	color: #ff0000;
	font-size: 24px;
}

.ttg_psr ul li span em {
	color: #ff0000;
	font-family: "微软雅黑";
}

.ttg_psr ul li a {
	margin-left: 15px;
	color: #ff932e;
}

.tt_tch {
	line-height: 100px;
	font-size: 32px;
	color: #000000;
	font-family: "微软雅黑";
	text-align: center;
	-webkit-text-size-adjust: none;
}

.list_pct {
	height: 73px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	width: 670px;
	margin: 0px auto 20px;
	line-height: 73px;
}

.list_pct a {
	width: 334px;
	color: #ffffff;
	display: block;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 32px;
	border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
}

.list_pct a:first-child {
	border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	background: #048cd8;
	border-right: 1px solid #fff;
}

.list_pct a:last-child {
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	background: #048cd8;
}

.list_pct a:hover {
	color: #ffffff;
}

.list_pct a.cv_selet {
	background: #01669f;
}

.list_navv {
	background: #ffffff url(../images/nb_bg.jpg) left bottom repeat-x;
	height: 230px;
	min-height: 230px;
	height: auto !important;
}

.icon-vip {
	background: url(../images/v.jpg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 10px;
	font-size: 0;
	vertical-align: middle;
	margin-left: 10px;
}

.container_search {
	display: none;
}

.top_l {
	z-index: 1;
}

.trd_t_bt_pp2 {
	background: none;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin-bottom: 40px;
}

.trd_t_bt_pp2 a {
	display: block;
	color: #ff5e0d;
	font-size: 30px;
	font-family: "微软雅黑";
	border: 2px solid #ff5e0d;
	-moz-border-radius: 4px;
	margin: 0px 25px;
}

.more_list_p {
	float: left;
	display: block;
	width: 30px;
	height: 74px;
	cursor: pointer !important;
}

.trade_nav dl dd.omm_ppp a span {
	background: url(../images/ser_po_lfv.jpg) right center no-repeat;
	color: #189aed;
}

.trade_nav dl dd.omm_ppp a {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 58px;
	width: 165px;
	background: #fff;
}

/*公司动态*/
.sp_index_navgg {
	width: 720px;
	background: #fff;
	box-sizing: border-box;
	z-index: 1;
	opacity: 1;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.sp_index_navgg .sp_index_na_lit_pp {
	overflow: hidden;
	overflow-x: scroll;
	width: 670px;
	-webkit-overflow-scrolling: touch;
	margin: 0px auto;
}

.sp_index_navgg .sp_index_na_lit_pp::-webkit-scrollbar {
	display: none
}

.sp_index_navgg .sp_index_na_lit {
	white-space: nowrap
}

.new_det_m_top2 img {
	max-width:100%;
}

.din_ma_po {
	text-align: center;
	margin: 100px 0px;
	font-size: 36px;
	font-family: "微软雅黑";
	color: #000000;
}

.bindin_main {
	padding: 25px;
}

.bindin_main_t1 {
	line-height: 40px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
}

.bindin_main_t2 {
	line-height: 40px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
	margin: 30px 0px;
}

.bindin_main_t3 ul li {
	line-height: 55px;
	color: #333;
	font-size: 28px;
	font-family: "微软雅黑";
}

.bindin_main_t4 {
	height: 54px;
	margin: 30px 0px;
}

.bindin_main_t4 a {
	display: inline-block;
	margin: 0px 20px 0px 0px;
	width: 300px;
	background: #189aed;
	color: #fff;
	font-size: 28px;
	font-family: "微软雅黑";
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 54px;
	line-height: 54px;
}

.bindin_main_t4 a:nth-child(1) {
	float: left;
}

.bindin_main_t4 a:nth-child(2) {
	float: right;
	background: #eee;
	color: #bbb;
}

.bindin_main_t3 ul li label {
	background: url(../images/input_pov.jpg) left center no-repeat;
	padding-left: 30px;
}

.bindin_main_t3 ul li label.select {
	background: url(../images/input_po.jpg) left center no-repeat;
}

.mess_bottom_btn_bbn {
	background: #189bed;
}

.trade_nav dl dd.catr_mull a span {
	background: url(../images/catre_null.png) right center no-repeat;
	padding-right: 25px;
	color: #bbbbbb;
}

.tpfr_manpr {
	height: 40px;
	line-height: 40px;
	padding: 0px 15px 0px 15px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.tpfr_manpr a {
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
}

.tpfr_manpr_list {
	padding: 15px 15px;
	border-bottom: 1px solid #e5e5e5;
}

.tpfr_manpr a:after {
	content: "";
	height: 10px;
	width: 10px;
	border: solid #999999;
	position: absolute;
	right: 15px;
	top: 14px;
	border-width: 3px 3px 0px 0px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.tpfr_manpr_list ul li {
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

.tpfr_manpr_pe a:after {
	content: "";
	height: 18px;
	width: 18px;
	border: solid #999;
	position: absolute;
	right: 25px;
	top: 30px;
	border-width: 3px 3px 0px 0px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.tpfr_manpr_list ul li span {
	float: left;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
	display: block;
	width: 86px;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 0px;
}

.tpfr_manpr_list ul li em {
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: 90px;
	display: block;
	word-break: break-all;
	table-layout: fixed;
	-webkit-text-size-adjust: none;
}

.trade_nav dl dd.close_xs {
	margin: 0px 1%;
}

.trade_nav dl dd.close_xs a {
	border-left: 1px solid #ff5e0d;
	border-top: 1px solid #ff5e0d;
	border-right: 1px solid #ff5e0d;
	height: 25px;
	width: 93%;
	border-bottom: 1px solid #ff5e0d;
	background: #fff;
	margin-top: 5px;
	overflow: hidden;
	line-height: 25px;
}

.trade_nav dl dd.close_xs a span {
	background: none;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #ff5e0d;
	border-radius: 8px;
	width: 97%;
	padding-right: 0px;
}

/* 百度*/
.baidu_bottom {
	text-align: center;
	margin: 20px 0px;
}

.baidu_bottom img {
	max-width: 220px;
}

.baidu_bottom a {
	display: block;
	width: 100px;
	height: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 30px;
	background: #189aed;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	margin: 10px auto;
}

.baidu_xfc_p {
	height: 44px;
	margin: 15px auto;
	padding: 0px 15px;
}

.baidu_xfc_p span {
	float: left;
	height: 30px;
}

.baidu_xfc_p span img {
	height: 45px;
}

.baidu_xfc_p a {
	float: right;
	width: 93px;
	height: 30px;
	display: block;
	border: 2px solid #189aed;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 30px;
	margin-top: 9px;
	text-align: center;
	color: #189aed;
	font-size: 14px;
	font-family: "微软雅黑";
}

/*图片验证码*/
.purcha_main ul li a.yzm img {
	height: 48px;
	width: 122px;
	margin: 0px auto;
	display: block;
}

.lease_bp_ple {
	padding: 5px 25px;
	margin-bottom: 18px;
}

/*标王*/
.produt_ser_main dl dd.biaowang {
	position: relative;
	background: #fff7f3;
	border: 2px solid #ff6215;
}

.gold_bw {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	z-index: 1;
}

.ompy_s_more {
	height: 32px;
	line-height: 32px;
	background: #fafcfe;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-bottom: 12px;
}

.ompy_s_more a {
	color: #333;
	display: block;
	position: relative;
}

.ompy_s_more a:after {
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border: solid #1698ed;
	border-width: 2px 2px 0px 0px;
	display: block;
	position: absolute;
	right: 50%;
	top: 10px;
	margin-right: -90px;
}

.ompy_s_moreu a:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	top: 6px;
}

.det_poc_list {
	width: 680px;
	display: inline-block;
	padding: 0px 20px 30px;
	overflow: hidden;
}

.det_poc_list dl {
	width: 720px;
}

.det_poc_list dl dd {
	width: 145px;
	margin-top: 25px;
	float: left;
	margin-right: 17px;
	margin-left: 10px;
}

.det_poc_list table {
	width: 143px;
	height: 143px;
	border: 1px solid #e5e5e5;
}

.det_poc_list table img {
	max-width: 143px;
	max-height: 143px;
}

.det_poc_list span {
	display: block;
	line-height: 28px;
	margin-top: 7px;
}

.det_poc_list span i {
	display: block;
	text-align: center;
	font-style: normal;
	color: #666;
	font-size: 20px;
	font-family: "微软雅黑";
}

.back_two_po a {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 16px;
}

.back_two_po {
	background: url(../images/cddn_po.png) center top no-repeat;
	height: 170px;
	position: fixed;
	right: 0px;
	bottom: 20px;
	background-size: 40px 96px;
}

.dict_fixe_main {
	width: 0px;
	position: fixed;
	top: 0px;
	right: 0px;
	background: #fff;
	z-index: 4;
	height: 100%;
	overflow-y: auto;
}

.dict_fixe_top {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
	color: #888;
	font-size: 14px;
	font-family: "微软雅黑";
	text-align: center;
}

.dict_fixe_main dl dd {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
}

.dict_fixe_main dl dd a {
	padding-left: 15px;
	display: block;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.dict_fixe_main dl dd a:hover {
	background: #f5f5f5;
}

.dict_fixe_main_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity = 45);
	z-index: 3;
	display: none;
}

.compy_list_last .uproinfo a {
	margin-left: 0px;
	font-size: 12px;
}

.compy_list_last .sdscn dl dd, .compy_list_last .sdsen dl dd {
	height: auto;
	border: none;
	margin: 0px;
}

.sdscn, .sdsen {
	font-size: 22px;
}

.sdsen h3 {
	height: auto;
}

.xh_de_pu_m  img {
	max-width: 100%
}

.tpfr_manpr_list dl dd {
	min-height: 110px;
	position: relative;
	margin: 10px 0 20px;
}

.tpfr_manpr_list dl dd table {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #e5e5e5;
}

.tpfr_manpr_list dl dd table img {
	max-width: 110px;
	max-height: 110px;
}

.tpfr_manpr_list .c_list_right {
	margin-left: 120px;
}

.tpfr_manpr_list .c_list_right .c_list_top {
	height: 23px;
	line-height: 23px;
	display: block;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
	margin-bottom: 3px;
}

.tpfr_manpr_list .c_list_right .c_list_top a {
	height: 35px;
	line-height: 35px;
	display: block;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
}

.tpfr_manpr_list .c_list_right ul li {
	color: #666;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 23px;
	overflow: hidden;
	position: relative;
}

.tpfr_manpr_list .c_list_right ul li span {
	display: block;
	text-align: right;
	width: 76px;
	color: #999;
	margin-right: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.tpfr_manpr_list .c_list_right ul li em {
	display: block;
	float: left;
	margin-left: 78px;
}

.mulu_main_top_mm {
	width: 45px;
	height: 110px;
	background: url(../images/cddn_po.png) left top no-repeat;
	background-size: 45px 110px;
	position: fixed;
	right: 30px;
	bottom: 50px;
	display: none;
}

.mulu_main_top_mm a {
	display: block;
	height: 45px;
	width: 45px;
	margin-bottom: 20px;
}

/* 面包屑样式 */
.title_t_pl {
	height: 35px;
	line-height: 35px;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
	padding: 0px 15px;
}

.title_t_pl a {
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
}

/* 字典详情合成路线 */
.dic_pot_klm {
	line-height: 25px;
	overflow: hidden;
}

.dic_pot_klm span {
	float: left;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.dic_pot_klm em {
	float: right;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.dic_pot_klm em i {
	font-style: normal;
	color: #269cea;
}

.dic_pot_klw dl dd {
	border: 0px;
	border-bottom: 1px dashed #e8e8e8;
	padding: 10px 0px;
	height: auto !important;
}

.dic_pot_klw {
	margin-top: 15px;
}

.drt_pl_kr {
	width: 105px;
}

.drt_pl_kr_table {
	display: block;
	width: 103px;
	height: 103px;
	border: 1px solid #e5e5e5;
}

.drt_pl_kr_table table {
	width: 103px;
	height: 103px;
}

.drt_pl_kr_table table img {
	max-width: 103px;
	max-height: 103px;
}

.drt_pl_kr span {
	display: block;
	color: #005db3;
	font-size: 13px;
	font-family: "微软雅黑";
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin: 6px 0px;
}

.compy_list_last dl dd .drt_pl_kr span a {
	color: #005db3;
	font-size: 12px;
}

.drt_pl_kr span a:hover {
	text-decoration: underline;
}

.drt_pl_kr em {
	display: block;
	color: #666666;
	font-size: 12px;
	font-family: "微软雅黑";
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.compy_list_last dl dd .drt_pl_kr em a {
	color: #666666;
	display: block;
	font-size: 12px;
}

.drt_pl_kr em a:hover {
	color: #666666;
	background: #e8ebef;
}

.drt_pl_krb {
	color: #333;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 20px;
	padding: 20px;
	word-break: break-all;
	table-layout: fixed;
}

.drt_pl_krb em img {
	vertical-align: middle;
}

.drt_pl_krb a {
	color: #333;
}

.more_allt {
	margin: 20px 0px 60px;
	height: 38px;
	line-height: 38px;
}

.more_allt a {
	display: block;
	background: #d2eafe;
	color: #2d84e4;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
	text-align: center;
}

.nbg_mnb {
	margin: 10px auto;
	width: 22px;
	display: block;
}

.rt_pl_krgh2 {
	display: none;
}

@media ( max-width :450px) {
	.rt_pl_krgh2 {
		display: block;
	}
	.rt_pl_krgh1 {
		display: none;
	}
}
/* 化妆品 成分 */
.cosm_etics_main {
	padding: 15px;
}

.cosm_eti_top {
	text-align: center;
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 25px;
	margin: 30px 0px;
}

.cosm_eti_t1 {
	height: 51px;
	background: #189aed;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #189aed;
	margin-bottom: 40px;
}

.cosm_eti_t2 {
	color: #555;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 25px;
	margin-bottom: 10px;
}

.cosm_eti_t3 a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #f5f5f5;
	color: #333;
	font-size: 13px;
	font-family: "微软雅黑";
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.cosm_eti_t3 {
	overflow: hidden;
	min-height: 265px;
}

.sm_eti_btn {
	width: 70px;
	height: 51px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer !important;
	outline: none;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	background: none;
	border: 0px;
}

.sm_eti_t {
	margin-right: 70px;
	border: 0px;
	height: 51px;
	background: #fff url(../images/hzp_search.png) 13px center no-repeat;
	background-size: 15px 16px;
	outline: none;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	padding-left: 40px;
}

.sm_eti_txt {
	width: 100%;
	height: 51px;
	line-height: 51px;
	border: 0px;
	outline: none;
	width: 100%;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}

input.sm_eti_txt::-webkit-input-placeholder {
	color: #b2b2b2;
}

input.sm_eti_txt::-moz-placeholder {
	color: #b2b2b2;
}

input.sm_eti_txt:-moz-placeholder {
	color: #b2b2b2;
}

input.sm_eti_txt:-ms-input-placeholder {
	color: #b2b2b2;
}

.cosm_etics_list dl dd {
	padding: 10px 0px 10px 15px;
	position: relative;
	min-height: 100px;
}

.cosm_etics_list dl dd table {
	position: absolute;
	left: 15px;
	top: 10px;
	height: 100px;
	width: 100px;
}

.cosm_etics_list dl dd table span {
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 0px 10px;
	word-break: break-all;
	table-layout: fixed;
	display: block;
}



/* 产品搜素 css */
.produt_ser_main dl dd.zt_dt_m{min-height:110px;height:110px;height:auto !important;}
.produt_ser_main dl dd.zt_dt_m .produt_ser_right{height:120px;}
.produt_ser_main dl dd.zt_dt_m i.zhu_da{display:block;width:29px;height:20px;line-height:20px;text-align:center;position:absolute;left:15px;top:10px;background:#ff5800;color:#fff;font-family:"微软雅黑";font-size:12px;font-style:normal;z-index:2;}
.produt_ser_main dl dd.zt_dt_m .rodu_btm a{margin-left:13px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}
.produt_ser_main dl dd.zt_dt_m .rodu_btm a.xs_cp_t{border:1px solid #dddddd;color:#666;background:url(../images/nbf_pd_p.jpg) 50px 9px no-repeat;padding-right:10px;background-size:8px 47px;}
.xs_cp_main{display:inline-block;width:100%;overflow:hidden;position:relative;display:none;}
.xs_cp_main ul li{display:inline-block;position:relative;width:72px;margin-right:10px;}
.produt_ser_main dl dd.zt_dt_m .xs_cp_main ul li i.zhu_da{display:block;width:29px;height:20px;line-height:20px;text-align:center;position:absolute;left:0px;top:0px;background:#ff5800;color:#fff;font-family:"微软雅黑";font-size:12px;font-style:normal;z-index:2;}
.xs_cp_main ul li table{width:72px;height:72px;position:absolute;left:0px;top:0px;}
.xs_cp_main ul li table img{max-width:72px;max-height:72px;}
.xs_cp_main ul li span{display:block;height:25px;line-height:25px;color:#666;font-family:"微软雅黑";font-size:12px;text-align:center;margin-top:72px;}
.xs_cp_main ul li span a{display:block;height:25px;line-height:25px;color:#666;font-family:"微软雅黑";font-size:12px;overflow:hidden;}
.xs_cp_main ul {overflow:hidden;margin-right:72px;white-space:nowrap;}
.xs_cp_ma_more{width:45px;height:70px;border:1px solid #ebebeb;text-align:center;padding:10px 0px;background:#fff;position:absolute;right:0px;top:0px;}
.xs_cp_ma_more a{color:#666;font-family:"微软雅黑";font-size:12px;display:block;}
.produt_ser_main dl dd.zt_dt_m .rodu_btm a.xs_cp_t_omm{background:url(../images/nbf_pd_p.jpg) 50px -34px no-repeat;padding-right:10px;background-size:8px 47px;}


.cosm_etics_list dl dd table img {
	max-width: 100px;
	max-height: 100px;
}

.cosm_etics_right {
	margin-left: 130px;
	border-bottom: 1px solid #e8e8e8;
	height: 100px;
	padding-right: 15px;
}

.cosm_etics_right em:first-child {
	display: block;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.cosm_etics_right em:nth-child(2n) {
	display: block;
	color: #999;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.cosm_etics_right em:nth-child(3n) {
	display: block;
	font-family: "微软雅黑";
	height: 20px;
	margin-top: 20px;
	position: relative;
}

.cosm_etics_right em:nth-child(3n) i {
	font-style: normal;
}

.cosm_etics_right em:nth-child(3n) i:first-child {
	float: left;
	background: url(../images/xj_p.png) 0px -53px no-repeat;
	display: inline-block;
	height: 20px;
	width: 118px;
}

.cosm_etics_right em:nth-child(3n) i:first-child span {
	background: url(../images/xj_p.png) 0px 0px no-repeat;
	display: inline-block;
	height: 20px;
}

.cosm_etics_right em:nth-child(3n) i:nth-child(2n) {
	font-size: 12px;
	float: right;
	border: 1px solid #63ce53;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #63ce53;
	display: inline-block;
	padding: 0px 3px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fff;
}

.hw_main_l_t1 {
	padding: 15px 15px;
	min-height: 140px;
	position: relative;
}

.hw_main_l_t1 table {
	float: left;
	width: 88px;
	height: 88px;
	position: absolute;
	left: 15px;
	top: 15px;
}

.hw_main_l_t1 table img {
	max-width: 88px;
	max-height: 88px;
}

.hw_main_l_t1 table span {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0px 10px;
	word-break: break-all;
	table-layout: fixed;
	display: block;
}

.w_mai_right {
	margin-left: 120px;
}

.w_mai_right span {
	display: block;
	color: #269cea;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 2px;
}

.w_mai_right em {
	display: block;
	color: #999;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
}

.w_mai_right ul li {
	line-height: 23px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 13px;
}

.w_mai_right ul li i {
	color: #999;
	font-style: normal;
}

.w_mai_right em i {
	float: left;
	font-style: normal;
}

.w_mai_right em i.nmb_pl {
	color: #fff;
	background: url(../images/dwet.png) center center no-repeat;
	width: 20px;
	text-align: center;
	margin-right: 20px;
	font-size: 12px;
}

.w_mai_right em i.hg_de {
	color: #333;
}

.hw_main_l_t2 {
	padding: 15px 15px;
}

.hw_main_l_top {
	height: 20px;
	line-height: 20px;
	border-left: 2px solid #189aed;
	padding-left: 6px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
}

.hw_main_l_tm {
	line-height: 28px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 15px;
	margin-top: 10px;
}

.hw_ma_l_tm dl dd a {
	color: #189aed;
	font-family: "微软雅黑";
	font-size: 15px;
}

.hw_ma_l_tm dl dd {
	line-height: 34px;
}

.hw_ma_l_tm {
	margin-top: 10px;
}

.w_main_l_g dl dd {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px 10px;
}

.w_main_l_g dl dd ul {
	line-height: 25px;
	margin-top: 5px;
	overflow: hidden;
}

.w_main_l_g dl dd ul li {
	float: left;
	color: #333;
	font-family: "微软雅黑";
	font-size: 13px;
	width: 50%;
}

.w_main_l_g dl dd ul li em {
	color: #888;
	font-family: "微软雅黑";
	font-size: 13px;
}

.w_main_l_g dl dd:last-child {
	border-bottom: 0px;
}

.w_main_l_g dl dd span {
	display: block;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 3px;
	margin-right: 19px;
}

.w_main_l_g dl dd span a {
	float: left;
	color: #333;
	font-family: "微软雅黑";
	font-size: 15px;
}

.w_main_l_g dl dd span em {
	float: left;
	color: #269cea;
	font-family: "微软雅黑";
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #269cea;
	margin-right: 7px;
	padding: 0px 3px;
	height: 16px;
	line-height: 16px;
	margin-top: 1px;
	margin-bottom: 5px;
}

.w_main_l_g dl dd span em.vip_mte {
	border: 1px solid #f3ab41;
	color: #f42a1d;
	font-family: "微软雅黑";
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 14px;
	height: 16px;
	line-height: 16px;
	margin-top: 1px;
	background: #fef64b url(../images/vbh_bfg.jpg) left bottom repeat-x;
}

.w_main_l_g dl dd span em.vip_mte i {
	font-style: normal;
	color: #9f3123;
	text-transform: uppercase;
}

.w_main_lt dl dd {
	padding: 10px 0px 10px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px solid #e5e5e5;
}

.w_main_lt dl dd:last-child {
	border-bottom: 0px;
}

.w_ma_tg_t1 {
	padding: 10px 0px 0px;
}

.w_ma_tg_t1 ul li {
	line-height: 34px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 15px;
}

.ex_le_tp3 {
	height: 55px;
	position: relative;
	margin-top: 10px;
}

.ex_le_tp3 table {
	width: 55px;
	height: 55px;
	left: 0px;
	position: absolute;
	top: 0px;
}

.ex_le_tp3 table img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.le_t_rt {
	margin-left: 65px;
	padding-top: 5px;
}

.le_t_rt span {
	display: block;
	color: #444;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 23px;
	font-weight: bold;
	margin: 0px 0px 3px;
}

.le_t_rt i {
	display: block;
	color: #999;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 20px;
	font-style: normal;
}

.le_t_rt span a {
	color: #444;
}

.a_tofg_bottom {
	padding: 6px 0px 0px;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 28px;
}

.w_ma_tolm {
	padding: 0px 0px 0px;
	margin-top: 10px;
}

.w_ma_tolm dl dd {
	color: #333;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 34px;
}

.w_ma_tolm dl dd em {
	float: left;
}

.w_ma_tolm dl dd span {
	display: inline-block;
	background: url(../images/xj_p.png) left -45px no-repeat;
	height: 34px;
	width: 118px;
}

.w_ma_tolm dl dd span i {
	display: inline-block;
	background: url(../images/xj_p.png) left 8px no-repeat;
	height: 34px;
}

.hw_main_l_tbh1 {
	position: relative;
	min-height: 120px;
	padding: 15px 15px;
}

.hw_main_l_tbh1 table {
	float: left;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 15px;
	top: 15px;
}

.hw_main_l_tbh1 table img {
	max-width: 120px;
	max-height: 120px;
}

.hw_main_l_tbh1 table span {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0px 10px;
	word-break: break-all;
	table-layout: fixed;
	display: block;
}

.me_ti_lt {
	margin-left: 140px;
	position: relative;
	min-height: 110px;
}

.me_ti_lt span {
	display: block;
	color: #269cea;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	overflow: hidden;
	height: 20px;
}

.me_ti_lt em {
	display: block;
	color: #999;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}

.me_ti_lt i {
	display: block;
	color: #333;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	position: absolute;
	left: 0px;
	bottom: 5px;
}

.me_ti_lt i em {
	display: inline-block;
	color: #888;
}

.w_main_list dl {
	padding-left: 15px;
}

.w_main_list dl dd {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 15px 10px 0px;
}

.w_main_list dl dd:last-child {
	border-bottom: 0px;
}

.in_l1 {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 15px;
	margin-bottom: 5px;
}

.w_main_list dl dd ul {
	overflow: hidden;
}

.w_main_list dl dd ul li {
	line-height: 25px;
	color: #888;
	font-family: "微软雅黑";
	font-size: 13px;
	width: 50%;
	float: left;
}

.in_l2 {
	display: block;
	line-height: 25px;
	color: #888;
	font-family: "微软雅黑";
	font-size: 13px;
}

.w_main_list dl dd ul li em {
	float: left;
}

.w_main_list dl dd ul li em:last-child {
	color: #333333;
	float: left;
}

.in_l1 i:nth-child(2) {
	height: 18px;
	line-height: 18px;
	border: 1px solid #ff0000;
	color: #ff0000;
	display: inline-block;
	padding: 0px 3px;
	font-family: "微软雅黑";
	font-size: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-style: normal;
	margin-left: 5px;
	float: left;
}

.in_l1 i {
	float: left;
	font-style: normal;
}

.w_main_list dl dd ul li:first-child em:nth-child(2) {
	display: inline-block;
	background: #fdb725;
	min-width: 20px;
	text-align: center;
	color: #fff;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	margin-top: 2px;
	padding: 0px 3px;
}

.w_main_list dl dd ul li:first-child em.one {
	display: inline-block;
	background: #5cb85c;
	min-width: 20px;
	text-align: center;
	color: #fff;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	margin-top: 2px;
	padding: 0px 3px;
}

.w_main_list dl dd ul li:first-child em.three {
	display: inline-block;
	background: red;
	min-width: 20px;
	text-align: center;
	color: #fff;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	margin-top: 2px;
	padding: 0px 3px;
}

.w_main_list dl dd ul li em a {
	color: #333333;
}

.jkht_lweti{height:76px;position:relative;}

.jkht_lweti_mmh{height:auto !important;}
.she_ms{display:block;position:absolute;right:0px;bottom:0px;background:#fff;color:#75b2f5;font-style:normal;padding:0px 15px;cursor:pointer !important;}


.compy_list_last ul li.hgfd_mne{min-height:25px;}
.compy_list_last ul li.hgfd_mne em{display:block;width:100%;margin-left:0px;margin-top: 29px;text-align:  center;}
.compy_list_last ul li.hgfd_mne em table{border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;}
.compy_list_last ul li.hgfd_mne em table tr td{border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;text-align:  center;font-size:12px;padding:2px;}


/* 新闻 */
.ne_news_main_t{padding-bottom:20px;}
.ne_news_main_t dl{padding-left:15px;}
.ne_news_main_t dl dd{padding:12px 15px 12px 0px;position:relative;min-height:50px;border-bottom:1px solid #e5e5e5;}
.e_news_mt{margin-right:137px;min-height:80px;position:relative;}
.ne_news_main_t dl dd table{position:absolute;right:15px;top:12px;width:123px;height:80px;}
.ne_news_main_t dl dd table img{max-width:123px;max-height:80px;}
.e_news_mt span,.ne_news_main_t dl dd span{display:block;color:#111;font-family:"微软雅黑";font-size:16px;line-height:22px;max-height:40px;}
.e_news_mt span a,.ne_news_main_t dl dd span a{display:block;color:#111;font-family:"微软雅黑";font-size:16px;line-height:22px;max-height:40px;overflow:hidden;}
.e_news_mt em{display:block;color:#888;font-family:"微软雅黑";font-size:12px;line-height:22px;height:22px;position:absolute;left:0px;bottom:0px;}
.ne_news_main_t dl dd em{display:block;color:#888;font-family:"微软雅黑";font-size:12px;line-height:22px;height:22px;margin-top:5px;}

.nes_et_main{padding:10px 15px;}
.es_et_mtop{color:#333;font-family:"微软雅黑";font-size:14px;line-height:30px;height:30px;font-weight:bold;}
.nes_et_main dl dd{line-height:50px;height:50px;border-bottom:1px solid #e5e5e5;color:#333;font-family:"微软雅黑";font-size:16px;overflow:hidden;}
.nes_et_main dl dd a{line-height:50px;height:50px;color:#333;font-family:"微软雅黑";font-size:16px;overflow:hidden;}
.nes_et_main dl dd a span{color:#666;margin-right:10px;position:relative;}
.nes_et_main dl dd a span i{display:block;position:absolute;left:0px;top:-10px;font-size:12px;color:#666;font-family:"微软雅黑";font-style:normal;height:18px;line-height:18px;width:70px;text-align:right;}
.s_et_ma_bttm{margin:30px 0px;}
.s_et_ma_bttm span{display:block;text-align:center;width:100%;}
.s_et_ma_bttm span img{width:163px;height:163px;}
.s_et_ma_bttm em{display:block;text-align:center;width:100%;color:#888;font-family:"微软雅黑";font-size:14px;line-height:20px;height:20px;}

.et_m_ta_mt{width:85%;height:59px;padding:10px;margin:30px auto 10px;background:#f6f6f6;position:relative;}
.et_m_ta_mt span{display:block;color:#333;font-family:"微软雅黑";font-size:13px;margin-right:80px;}
.et_m_ta_mt span em{display:block;color:#333;font-family:"微软雅黑";font-size:13px;line-height:18px;word-break:break-all;table-layout:fixed;height:36px;overflow:hidden;}
.et_m_ta_mt span em a{color:#333;}
.et_m_ta_mt span i{display:block;color:#888;font-family:"微软雅黑";font-size:13px;line-height:18px;word-break:break-all;table-layout:fixed;font-style:normal;background:url(../images/li_nk.jpg) left center no-repeat;padding-left:16px;margin-top:5px;}
.et_m_ta_mt span i a{color:#8888;}
.et_m_ta_mt table{width:58px;height:58px;float:right;background:#ebebeb;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;position:absolute;right:10px;top:10px;}
.et_m_ta_mt table img{max-width:40px;max-height:40px;}




/*   屏蔽页面   */
.pb_tp_p1{margin-top:15px;}
.pb_tp_p2{margin-top:45px;}
.pb_tp_p3{color:#333;font-family:"微软雅黑";font-size:19px;line-height:28px;text-align:center;margin-top:20px;padding:0px 10px;}
.pb_tp_p4{text-align:center;margin:30px 0px;}
.pb_tp_p4 img{width:149px;height:69px;}
.pb_tp_p5{padding:0px 15px;color:#333;font-family:"微软雅黑";font-size:16px;}
.pb_tp_p5 ul{height:35px;padding:10px 0px;border-bottom:1px solid #cccccc;background:url(../images/yzm_pet.png) left center no-repeat;background-size:33px 35px;}
.b_tp_txt{height:35px;outline:none;border:0px;background:none;line-height:35px;margin-left:40px;display:block;width:80%;}
.pb_tp_p6{height:50px;margin-top:20px;padding:0px 15px;margin-bottom:100px;}
.pb_tp_p6 button{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;width:100%;height:50px;background:#189aed;color:#fff;font-family:"微软雅黑";font-size:16px;border:0px;outline:none;cursor:pointer !important;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #bbb; opacity:0.5;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color: #bbb;opacity:0.5;}
input:-ms-input-placeholder{color: #bbb;opacity:0.5;}
input::-webkit-input-placeholder{color: #bbb;opacity:0.5;}


.gs_js_top_t{height:50px;padding:0px 15px;position:relative;color:#555;font-family:"微软雅黑";font-size:17px;}
.gs_js_top_t span{display:block;width:100%;text-align:center;line-height:50px;}
.gs_js_top_t a{position:absolute;left:15px;top:15px;}
.gs_js_top_t a img{width:11px;height:19px;}
.gs_js_top_tl dl dd{line-height:48px;border-top:1px solid #e5e5e5;padding:0px 15px;position:relative;}
.btn_txt_t1{height:48px;line-height:48px;width:100%;border:0px;outline:none;color:#999;font-family:"微软雅黑";font-size:15px;}
.btn_txt_t1:disabled{background:none;color:#999;}
.btn_tj{width:100%;height:47px;background:#eeeeee;color:#bbb;font-family:"微软雅黑";font-size:16px;border:0px;outline:none;cursor:pointer !important;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.btn_txt_t2{color:#333;font-family:"微软雅黑";font-size:15px;width:100%;border:0;outline:0;background-color:transparent;-webkit-appearance: none;}
.gs_js_top_tl ul li{line-height:48px;padding:0px 15px;-webkit-appearance: none;}
.gs_js_top_tl ul{margin-bottom:30px;}
.btn_txt_t{height:260px;line-height:48px;width:100%;border:0px;outline:none;color:#999;font-family:"微软雅黑";font-size:15px;resize:none;}
.gs_js_top_tl dl dd span{display:block;color:#333333;font-family:"微软雅黑";font-size:15px;line-height:30px;margin-top:10px;}
.gs_js_top_tl dl dd em{display:block;color:#999;font-family:"微软雅黑";font-size:15px;overflow:hidden;padding-bottom:15px;}
.gs_js_top_tl dl dd em label{width:88px;height:30px;line-height:30px;text-align:center;background:#eeeeee;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;margin-right:12px;float:left;margin-top:12px;position:relative;}
.gs_js_top_tl dl dd em label input{opacity:0;-moz-opacity:0;filter:alpha(opacity=0);position:absolute;left:0px;top:0px;}
.gs_js_top_tl dl dd em label.omm{background:#189aed;color:#fff;}
.btn_tj_omm{background:#189aed;color:#fff;}
.btn_txt_tfg1{color:#333;}
.bgt_lde:after{border:#a1a1a1 solid;border-width:2px 0px 0px 2px;content:" ";height:8px;top:18px;right:15px;position:absolute;transform:rotate(-138deg);width:8px;}

.wa_xx_bg{width:100%;height:100%;background:#000;position:fixed;left:0px;top:0px;opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);}
.wa_xx_bg_main{width:90%;background:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;padding:15px 0px;position:fixed;left:50%;margin-left:-45%;top:50%;margin-top:-75px;}
.wa_xx_bg_main span{display:block;text-align:center;padding:0px;color:#333;font-family:"微软雅黑";font-size:17px;line-height:29px;}
.wa_xx_bg_main em{display:block;text-align:center;height:32px;margin:20px 0px 10px;}
.wa_xx_bg_main em a{display:inline-block;width:98px;height:32px;line-height:32px;margin:0px 13px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ff6215;color:#fff;font-family:"微软雅黑";font-size:15px;}
.wa_xx_bg_main em a:last-child{background:#999999;}


/* 产品搜素 css */
.produt_ser_main dl dd.zt_dt_m{min-height:90px;height:90px;height:auto !important;}
.produt_ser_main dl dd.zt_dt_m .produt_ser_right{height:105px;}
.produt_ser_main dl dd.zt_dt_m i.zhu_da{display:block;width:29px;height:20px;line-height:20px;text-align:center;position:absolute;left:15px;top:10px;background:#ff5800;color:#fff;font-family:"微软雅黑";font-size:12px;font-style:normal;z-index:2;}
.produt_ser_main dl dd.zt_dt_m .rodu_btm a{margin-left:13px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}
.produt_ser_main dl dd.zt_dt_m .rodu_btm a.xs_cp_t{border:1px solid #dddddd;color:#666;background:url(../images/nbf_pd_p.jpg) 50px -34px no-repeat;padding-right:10px;background-size:8px 47px;}
.xs_cp_main{display:inline-block;width:100%;overflow:hidden;position:relative;display:none;}
.xs_cp_main ul li{display:inline-block;position:relative;width:72px;margin-right:10px;}
.produt_ser_main dl dd.zt_dt_m .xs_cp_main ul li i.zhu_da{display:block;width:29px;height:20px;line-height:20px;text-align:center;position:absolute;left:0px;top:0px;background:#ff5800;color:#fff;font-family:"微软雅黑";font-size:12px;font-style:normal;z-index:2;}
.xs_cp_main ul li table{width:72px;height:72px;position:absolute;left:0px;top:0px;}
.xs_cp_main ul li table img{max-width:72px;max-height:72px;}
.xs_cp_main ul li span{display:block;height:25px;line-height:25px;color:#666;font-family:"微软雅黑";font-size:12px;text-align:center;margin-top:72px;}
.xs_cp_main ul li span a{display:block;height:25px;line-height:25px;color:#666;font-family:"微软雅黑";font-size:12px;overflow:hidden;}
.xs_cp_main ul {overflow:hidden;margin-right:72px;white-space:nowrap;}
.xs_cp_ma_more{width:45px;height:70px;border:1px solid #ebebeb;text-align:center;padding:10px 0px;background:#fff;position:absolute;right:0px;top:0px;}
.xs_cp_ma_more a{color:#666;font-family:"微软雅黑";font-size:12px;display:block;}
.produt_ser_main dl dd.zt_dt_m .rodu_btm a.xs_cp_t_omm{background:url(../images/nbf_pd_p.jpg) 50px 9px no-repeat;padding-right:10px;background-size:8px 47px;}

/* 评价 */
.produt_ser_right em {position:relative;}
.produt_ser_right em i.pj_lst_l{font-style:normal;max-width:160px;display:block;overflow:hidden;height:20px;line-height:20px;overflow:hidden;}
.produt_ser_right em i.pj_lst_r{font-style:normal;display:block;position:absolute;right:0px;bottom:0px;color:#999;font-family:"微软雅黑";font-size:12px;text-decoration:underline;}
.gs_wd_poi dl dd{border-bottom:1px solid #e5e5e5;padding:10px 0px;margin-bottom:0px;}
.gs_wd_poi dl dd em.s_wd_pofg{display:block;width:100%;margin-left:0px;position:relative;line-height:20px;height:40px;overflow:hidden;color:#555;font-family:"微软雅黑";font-size:15px;margin:5px 0px;float:left;}
.gs_wd_poi dl dd:last-child{border-bottom:0px;}
.gs_wd_poi dl dd em.s_wd_pofg a{position:absolute;right:0px;bottom:0px;color:#189aed;font-size:14px;background:#fff url(../images/ded_pk_lk.jpg) right 9px no-repeat;padding-right:15px;padding-left:10px;display:block;height:20px;line-height:20px;}
.gs_wd_poi dl dd span{display:block;color:#353535;font-family:"微软雅黑";font-size:17px;font-weight:bold;height:30px;line-height:30px;overflow:hidden;width:100%;position:static;}
.gs_wd_poi dl dd em.s_wd_pofg1{display:block;width:100%;margin-left:0px;height:21px;line-height:21px;margin-top:5px;float:left;}
.wd_pof_pk{width:21px;height:21px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;float:left;}
.gs_wd_poi dl dd em.s_wd_pofg1 i.wd_pof_p1{float:left;font-style:normal;color:#888;font-family:"微软雅黑";font-size:12px;}
.gs_wd_poi dl dd em.s_wd_pofg1 i.wd_pof_p2{float:right;font-style:normal;color:#888;font-family:"微软雅黑";font-size:12px;}
.gs_wd_poi dl dd em.s_wd_pofg_omm{height:auto !important;}
.gs_pj_lo dl dd{border-bottom:1px solid #e5e5e5;padding:10px 0px;margin-bottom:0px;}
.gs_pj_lo dl dd:last-child{border-bottom:0px;}
.gs_pj_lo dl dd em.s_pj_loj1{display:block;width:100%;margin-left:0px;line-height:30px;height:30px;}
.gs_pj_lo dl dd em.s_pj_loj2{display:block;width:100%;margin-left:0px;color:#333;font-family:"微软雅黑";font-size:15px;line-height:20px;margin-bottom:10px;}
.gs_pj_lot{width:30px;height:30px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;float:left;}
.gs_pj_lot_nme{float:left;color:#333;font-family:"微软雅黑";font-size:14px;font-style:normal;margin-left:10px;}
.gs_pj_lo dl dd em.s_pj_loj3{height:86px;margin-left:10px;}
.mny_eva_rht{background:url(../images/pj_xj_p.png) left top no-repeat;height:16px;float:right;margin-top:7px;width:100px;}
.mny_eva_rht i{display:block;background:url(../images/pj_xj_p.png) left -35px no-repeat;height:16px;}
.gs_pj_lo dl dd em.s_pj_loj3 img{max-width:86px;max-height:86px;float:left;margin-right:15px;}

.fb_pl_mtp_p1{height:51px;border-bottom:1px solid #e5e5e5;position:relative;padding:0px 15px;}
.fb_pl_mtp_p1 a{position:absolute;left:15px;height:18px;top:17px;}
.fb_pl_mtp_p2{height:38px;line-height:38px;background:#fffde1;border-bottom:1px solid #e5e5e5;color:#333;font-family:"微软雅黑";font-size:14px;text-align:center;}
.fb_pl_mtp_p2 a{color:#189aed;}
.fb_pl_mtp_p1 span{display:block;color:#555;font-family:"微软雅黑";font-size:17px;line-height:51px;height:51px;overflow:hidden;text-align:center;width:100%;}
.fb_pl_mtp_p3{padding:15px;}
.fb_pl_mtp_p3 dl{background:#eeeeee;padding:10px 15px;color:#666;font-family:"微软雅黑";font-size:14px;line-height:25px;}

.fb_pl_mtp_p4 dl dd{line-height:50px;border-bottom:1px solid #e5e5e5;padding:0px 15px;min-height:50px;}
.fb_pl_mtp_p6{color:#189aed;font-family:"微软雅黑";font-size:15px;padding:15px 15px;}
.fb_pl_mtp_p6 em{color:#e60012;}
.fb_pl_mtp_p5{padding:0px 15px 20px;}
.fb_pl_mtp_p5 button{height:45px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;width:100%;color:#bbb;font-family:"微软雅黑";font-size:16px;border:0px;outline:none;cursor:pointer !important;}
.fb_pl_mtp_p4 dl dd:last-child{border-bottom:0px;}
.fb_pl_mtp_p4 ul{padding:0px 15px;}
.l_mt_pl1{width:96%;padding:10px 2%;border:0px;outline:none;height:100px;color:#333;font-family:"微软雅黑";font-size:15px;line-height:25px;resize:none;}
.l_mtp_ppl{width:98%;padidng-left:2%;height:50px;outline:none;border:0px;color:#333;font-family:"微软雅黑";font-size:15px;line-height:50px;}

.fb_pl_mtp_p4 ul{overflow:hidden;border-bottom:1px solid #e5e5e5;padding-bottom:10px;}
.fb_pl_mtp_p4 ul li table{width:86px;height:86px;border:1px dashed #e5e5e5;}
.fb_pl_mtp_p4 ul li table img{max-width:84px;max-height:84px;}
.fb_pl_mtp_p4 ul li{float:left;margin-right:14px;position:relative;}
.img_hr_set{width:86px;height:86px;position:absolute;left:0px;top:1px;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);cursor:pointer !important;}
.fb_pl_mtp_p4 ul li label{color:#999;font-family:"微软雅黑";font-size:14px;height:35px;line-height:35px;background:url(../images/fer_lkh.png) left 4px no-repeat;background-size:14px 46px;}
.fb_pl_mtp_p4 ul li label input.dfe{opacity:0;-moz-opacity:0;filter:alpha(opacity=0);width:18px;}
.fb_pl_mtp_p4 ul li label.omm{background:url(../images/fer_lkh.png) left -28px no-repeat;background-size:14px 46px;}
.fb_pl_mtp_p4 dl dd span.myt_pl{display:block;color:#333;font-family:"微软雅黑";font-size:15px;}
.fb_pl_mtp_p4 dl dd{position:relative;}
.fb_pl_mtp_p4 dl dd.jy_bq_pt span.myt_pl{position:absolute;left:15px;top:0px;}
.block_t{float:left;line-height:20px;height:20px;margin-top:15px;margin-left:100px;}
.block_t .star_score{ float:left;width:140px;margin-right:5px;}
.block_t span{float:left;color:#333;font-size:14px;font-family:"微软雅黑";}
.star_score { background:url(../images/stark2.png); width:99px; height:20px;  position:relative;background-size:29px 20px;}
.star_score a{ height:20px; display:block; text-indent:-999em; position:absolute;left:0;}
.star_score a:hover{ background:url(../images/stars2.png);left:0;background-size:29px 20px;}
.star_score a.clibg{ background:url(../images/stars2.png) -1px 0px;left:0;background-size:29px 20px;}
.attitude{float:left;color:#333;font-size:14px;font-family:"微软雅黑";margin-left:10px;}

.jy_bq_pt1 em .q_p_lk1{display:block;padding:0px 13px;background:#eeeeee;height:29px;margin-right:10px;margin-bottom:10px;float:left;line-height:29px;font-style:normal;color:#999;font-family:"微软雅黑";font-size:14px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
..jy_bq_pt1 em .q_p_lk1 i{font-style:normal;}

.jy_bq_pt1 a{display:block;float:left;padding:0px 13px 0px 33px;background:#eeeeee url(../images/editr_plr.png) 10px center no-repeat;height:29px;line-height:29px;color:#999;font-family:"微软雅黑";font-size:14px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.y_bq_p_plk{display:inline-block;width:100%;padding-bottom:10px;}
.jy_bq_pt1 em .y_bq_p_lkj_omm{background:#189aed;color:#fff;}
.zdy_main_bg{opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);background:#000;position:fixed;left:0px;top:0px;width:100%;height:100%;}
.zdy_main_bg_po{width:80%;position:fixed;left:50%;margin-left:-45%;background:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;top:50%;height:110px;margin-top:-80px;padding:35px 5% 15px;}
.dy_mai_txt{height:48px;line-height:48px;border:1px solid #e5e5e5;color:#333;font-size:15px;font-family:"微软雅黑";outline:none;padding-left:3%;width:96%;}
.zdy_main_bg_po em{display:block;width:100%;height:35px;margin-top:20px;text-align:center;}
.dy_mai_txt1{width:98px;height:32px;background:#ff6215;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;margin-right:27px;display:inline-block;cursor:pointer !important;outline:none;border:0px;color:#fff;font-size:15px;font-family:"微软雅黑";}
.dy_mai_txt2{width:98px;height:32px;background:#999999;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:inline-block;cursor:pointer !important;outline:none;border:0px;color:#fff;font-size:15px;font-family:"微软雅黑";}
.fb_pl_mtp_p_omm button{background:#189aed;color:#fff;}
.tk_main_mmm{border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;width:80%;height:80px;background:#000;filter: alpha(opacity = 70);opacity: 0.7;-moz-opacity: 0.7;position: fixed;left: 50%;top: 50%;margin-top: -40px;margin-left: -40%;color: #fff;font-size:15px;font-family: "微软雅黑";text-align: center;line-height: 80px;}

.s_pj_loj2 i{font-style:normal;color:#189aed;}




.prou_at a.wy_pk_mn{display: inline-block;width:120px;height: 30px;background:#189aed;border: 1px solid #189aed;color: #fff;font-size: 12px;font-family: "微软雅黑";border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;margin: 10px 10px;text-align: center;line-height: 30px;}
.rou_a_lkj{padding:40px 0px;}
.rou_a_prt1 span{display:block;text-align:center;margin-bottom:20px;}
.rou_a_prt1 em{display:block;color: #999;font-size:15px;font-family: "微软雅黑";height:35px;text-align:center;line-height:35px;}

.q_p_lk1  i{font-style:normal;}

.bloc_pk_t{margin-left:100px;}

.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.n_ser_brr{line-height:40px;border:1px solid #e5e5e5;margin-bottom:15px;padding:0px 10px 0px 30px;font-size:12px;font-family:"微软雅黑";color:#888;}
.n_ser_brr a{font-size:12px;font-family:"微软雅黑";color:#333;margin-left:15px;}
.de_lik_omm{height:auto !important;}
.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0, 0, 0, 0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	width: 488px;
	background: url(../images/baochun_p.png) center top no-repeat;
	font-family: sans-serif;
	font-size: 0px;
	text-align: center;
	height: 170px;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet {
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	background: url(../images/closr_plk.png) left bottom no-repeat; */
	width: 2.7em;
	height: 25px;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
	width: 25px;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 15px;
	right: 16px;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}

/* applied only if the application icon is shown */
.ath-container.ath-icon {
	
}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon, .ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAABa5AAAWuQBuyxkRwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAZoSURBVHja7d1ZbFRlGIfxzxVwl809goLgghrRoEaNSzQagrsRt8QYgzEG443SOQNSA0QTXHALcY2KMe7EuCB6YbxwiUtwA0VwQRSxqMimUNt5vOg5OEPL9Ew705m2zz95L5rOvOfr+8s3nZ6TOQ2hNyXiyhDxQpjADr3q5+4VyTIhRORCBCHijTCRPg6lZ+3c5hg3qZfdyT0D9/IQ0bQFblIvhnq2d0jdF3d8Edyknhe5O6aOs0PExnZwk3ooBLZxaN0lWcaFiE0pcVsqy+Ohnm0dXq0nYmzJuP8jPypyLSfDySFifYdwk8ow00HWYiZzeojY0Cnc/2uWA60t3FPLiJvU3Q62FpLl2BCxusy4SU1xwNVMhjEhYk2FcJOqd9DVSB3HhYi/KozrTq4S7ui0L8v9ppYJOUPk4LsiUxgVIlalQRl5D4x+oPhjrniuJOQ6ASqZiCNCREMajIPuhOV/wfGziz/uuz9gwtySdvPNQlQiGQ4LGX5LgzB0JixbDdA+8Pd/QnMOrnw+NXAuRNwgSDkzmUNDxMo0AENmwo8xLsCY2Zsv8m8VGKCpGS5/rgTkDNcLUx7cg0PE8jSD3/cOWPI7+fnj6PuLnwBZ1MCnyYObmmH8syUhXydQ53CHhoif0uIuXlWA+ydwzJH3sa7Y825/l7OAd5InNTbBeXNSIzeHDFcJ1ZHUMSRELEsz6L1vh28KcdcCJ4QQQnvAk+ZzCrAz8G7y5E1NMO6p1MhNIcsVgpWSLPuFiCVpBjxwOnyxshXuiUmrNMAhhADsBnyYjzz2yZKQLxMuTW5h3xDxbZrBDpgOn60owF0HnJTfLi1wjLw78FHS7O9GOOOxkpAvFbBYIvYJEYvTDLT/NFhQiLseOHnLlqUAx8h7AB8nTTc0wmmPpkZuDBnOFbKt3MzeIeLrNIPccxp8+ksB7j/AmW21LRU4D/mTfORTH0mNvClkGSdofjIMCBGfpxngrrfB+8ta4Z61tdYdAY6RBwFfbn552ASnPFwCcsRYYUMIoZ7+IWJBmsHtUg/vFeJuBM4u1r6jwDHyYOCr5GBrNsKY2amR/w6TOV3giKlpBtbnVnjz2wLcRuD89tp3BjgPeWFy0FUbYNS9qZEXhkvYrrfv4G1Dlsfbu+T39tJWuBemad9Z4Bh5L2BRcvDV/8DoB9vFXRKyHOAODiEsX06/8c+2fcaq760wv3Dn/gtcnLZ3OYBj5P2BpWl28oh7aHpmQdtv+npdgL7A/FwOJr7a+mV53uJWuJeU0r9cwPFaDwC+SxbTsB4On1XY7/BZsHJdy7eBIwSGqcnAcjm46bWWQe0wBeYuLMDNARNK7V9O4Hi9w4HNf6T9th4Oi5FH3dvydV4WQS//HQz0A97KR574Kjz9WcGgmoGrO9K/3MDxmg8EfkgWt2w1nPMErFhbsOZVwNG9fgfHA+sDvELbaQau6WjvSgDHax6Wv5O3yK/AocoWDmxHYO4Wg8oB13amb6WA4zUf0gbyL8BIRbeO/FIe7o2d7VlJ4HjNI4DkrPjPwAgliw9sO+Bp4KZy9Ks0cLzmkfEFiuEKphtY2T7C2RXA5V6zqUFgI7AR2AhsBBZYYIGNwEZgI3DFk+X1blX1DK4acD2Du928uugmJuWrOoZUDbjlA3Hda14CCyywwF1XF8zhqGoBXzCHowSucE2aV/jx0K4EnjSPkwQWWGCBawS4/7SW2yPUUi1tYFi1gJc2MKzW5tF/WieAB82gFlO1d9HAkFobxqAZAgsscC8FHjiDHHBRjdVOVQTeqdbmMXBG8Vs1FgUeMJ3m0M3T068mDZje6n8yCiywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAHc+KtXz88xrYWjWsKe3+0wLXWIAP2rlh61CBBRZYYIGrBXwMcFqR6iuwEdgIbAQ2AhuBBRZYYIEFNgIbgY3ARmCBBRZYYIGNwEZgI7AR2AgssMACG4GNwEZgI7ARWGCBBRZYYCOwEdgIbAQWWGCBBRbYCGwENgIbgY3AAgsssMACG4GNwEZgI7DAHQGup69Vu9UpYKsHlEMQ2BLYEtgS2BLYKrWG3wVWz62A6dERWGAjsKnZ/Af2wMWISv7RmgAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAGaklEQVR42u3cfUxVZRwH8O8FRERRfNfKt4zM2UzNMszZFPMPW5KWzizJ0JJWitOU3mYs54ZuNRk6zblSaebUnKllSpopaRorJiqmtjRNK4sNEBR5+fbH45ELwrnn5Tnn3gPP7/cv9/7O/eyc5zyvAF6PrlgAFTrRHcQmtFIQekDEYXRRFA3GzP4gCOI39FcaDcQ7g24BEUUYrTz0gIhKvKZE9IAIIhNhSkUPiNiGaOWiB0Tko4eS0QMi/sQQZaMHRJRivNLRAyKqkKZ89IAIYg1aKCDq5l60U0D6WYDeCkg/r2KEAtLPG5iqgPSzBukKKFB+ikgFpJ+56KyA9PMcHjBXYYwjGRmyQMR/GGWmAqVnNV4N4TuIICowPXhA1ZgR0o+Y6Yk1uTyVeD7E26Da3GpsYk0iTwQ3kSS5nbLboAj0wnBMwGwsRhaysRO5yEMe8iJP2bjig+joIlALbhE86xguCWUgXkYmduMMbjrQVhLEWfRzCagldwmelfTZhOmM8ViGXJQ7hFI3iwK906SUieLXgifTFs9DeA/HUOMKjP87LdlhoFb8RvB8ZJHHhxHIxEWXYfzzY0Q4BtSG3wueDyzhxCAFvwSRJuA7zeYXx/CQ4LEy/3sPlqMkBHBEHkN36UBt+YPgWWgapzfWoiJkcERewECpQB2YR5I1nG/6PbUcN0IMR2QJxhkEWsi0gPkjSVYzxRROS6SjLCRxGplYa+QPq2goqjnTFM8wFIQwjpZZCJcDVMmppu6dTNf7OFbzEDoFAKrcx5yA+ZIJnh444hEckcfRUxcoXe5wMwH/eIqHIK7gUbeAklHlOR4xCElyA2iWR3mIGixyHijDoziMqRw8xflH7H2v8vTjKfIyhzoLNNurPM+xVHRksp0EesabbU84M1hDklVMo885oMdcmhGUnO25W9w7xUx0sh8Ui/Ne5InjCcFTwL4BetI2gbZ5kedZreXZwjYBx2K2gKZ7DydMa3mqRcvjJFAcrnmNJ5ZfiXunlBMNzgfZAPrSazx9eVzwnOB9hmcULQM96TWeCSwRPFv9Wx6ngMKQ3zRaHqeAXvQSTzttNfgaJ5leOLQE5EOhd3j6MF/wnGSchZVVS0Bj5f6ELhzKiZzLdC7nOm7nAebzPIvqZKHF7x7DfwXPNsZYWpu3BLTD/iptPFO4mnt5muWGVg0uW6ozj5UBWh4ngPpYHZxG8nGmcTPPsJpmwzxQK34mPlrGKTY2UFkAWmJ+y8wopnM/y/QEilnAQ9zJbGZxMedzBif559EF5mr24s/ie3/nIFtb8CwAnTV+md04hzm83hBIFQu5mUv5Op/mQMbK3YKXyGJR5Vt2NPqzZAH1N3aJrTmNu1lRn6WUOVzGJA5hlHN7FFNFy0N+yAjbu1xNA70duFOWwPXaeFmLIu7gmxxm5oKtAUVxvahYzhfMVZAFdES/GU7m6bo0Z7mMw2n7jLsxoB78SVQ9T9OHfeUARfluNv5QzeNFf5pCvssBbm4DHsm/ReXvaOGkhhyg+MbeU3N4pZamhGs53O190m/wprZ/0tKDLAdo7p3f4GMSL9Ti/MpZbO32RvIofiKqX2eS1QpSgMI+r//5+7mvFucgE+nQf9TQA7qbR0X9PzjUegUpQG1O1F04eau2j3OAw4JzFGGE9nDvYQc7FaQARRf7rwwc1nDOcbLtbeUWgVK0vtYK2jw5LwMo2nf7c8navVPORWY7fbKAorlRXMMNJtuvIAMoTusKLhXzc2QO74UrcSfQXdodfEnOwy0D6GGxY3qPNj+XBNeiPlCCNs+TY3y05ThQ7EiwK4+JCztjdJTsBFCaNtpaJe9AlgSgsVN6aQOJzWwLBAcokqu1lucVmRUkAC2eeElsKE+F66EBdWOuyXkeF4EYT7LCzZanPtBoXtXmeTrJriAD6AmW8SkgWEC3W541bCm/ggygRxiPIMWSB1cInAqTRyJcnw8KUrD7rXmewY5VaAJA++W3PE0JKMPUPE8MEpoXkLnBcBL+wqpmBWQiemIXCCqghiIcadoxvvYbFFD9GIDDtb9s3EkF5B9RyKj7jy0UkH+MvnNBXAFp0QEbGjoCqoC0mNPwL1NACshYhKUqIN2YvFEB6ca0LxSQAlJACkgBKSAFpICsADXdVEAKSAEpIAWkgBSQAlJACkgBKaDgA41hc8vUXHM3UPOLVQpIAbkH9D87oz0rvnJrOgAAAABJRU5ErkJggg==);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.4em;
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE2ODRFM0VGNDc0NTExRTRCNEUxODAyMzVCNkM5RTU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE2ODRFM0YwNDc0NTExRTRCNEUxODAyMzVCNkM5RTU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTY4NEUzRUQ0NzQ1MTFFNEI0RTE4MDIzNUI2QzlFNTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTY4NEUzRUU0NzQ1MTFFNEI0RTE4MDIzNUI2QzlFNTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7bs1dGAAABKElEQVR42uyXywnCQBRFxyCxCFsQ/CzUGtQGdOfGuBJbcWcqsAGtwY2Iii1YgbhQF/EOvEAQ/ARnkhHug7NwvJC5hDBzClEUqV8nCILkTx+MQR9UZO0IFmAObnEwDMOfn11UZqcMlqD2tN4WhqAHTqYe6BncvP9i88nR/61AycUCwYfNx1MFIxcLDCxlMyvQSJGtu1ggzdxdLLBNkT26WGBhKZtZAX0q7b/IHSTrXIEr6ILdm4wu2JGskx+xPmFbYAo24CJsZK1p8hS2cZVQcteZCdanYOIyl+d46s+HBfIeIx/xk9B8f3AYEBobb0B7wQSswVlYy5rv5BugkdHIaGQ0MhoZjYxGRiOjkdEHWIBGRiOjkdHIaGQ0MhoZjYxGRiPL1sgeAgwApeJtJOoNgAYAAAAASUVORK5CYII=);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 0px;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
	display: none;
}

.ath-container.ath-ios .ath-application-icon {
	
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}
	.ath-android.ath-phone {
		margin-left: -12em;
	}
	.ath-ios.ath-phone {
		margin-left: -12em;
	}
	.ath-ios6:after {
		left: 39%;
	}
	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}
	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}


