/* CSS Document */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
th,
tr,
td,
em {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow-x:hidden;
	/*background: url("https://img.antpedia.com/images/instrumentleftadvert/newyear_2025.png") no-repeat top 218px center;*/
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #444;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}

img {
	border: 0;
}


/*添加CSS3特效所有a链接延迟0.3S*/

a {
	color: #444;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.h15 {
	height: 15px;
}

.bgF7 {
	background: #F7F7F7;
}

.header {
	width: 100%;
	height: auto;
}

.top {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #f6f6f6;
}

.top-div {
	color: #555;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}

.top-div a {
	color: #555;
}

.top-con {
	width: 1190px;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
}

.top-left-div {
	float: left;
	height: 30px;
}

.top-left-div a,
.top-left-div span {
	float: left;
	height: 18px;
	line-height: 18px;
	margin: 6px auto 6px;
}

.top-left-div span {
	margin-left: 10px;
}

.mobile {
	background: url(../topicon01.html) no-repeat left;
	text-indent: 18px;
	padding-right: 10px;
	border-right: 1px solid #ececec;
	color: #555;
}

.login,
.register,
.inquiry {
	float: left;
	padding: 0px 6px;
	color: #555;
	cursor: pointer;
}

.top-right-div {
	float: right;
}

.top-right-div * {
	float: left;
	cursor: pointer;
}

.vendorLogin,
.newsflash,
.subscribe,
.siteMap {
	height: 18px;
	line-height: 18px;
	margin: 6px 5px 6px 0px;
	padding-right: 5px;
	border-right: 1px solid #ececec;
	color: #555;
}

.vendorLogin {
	color: #188eee!important;
}

.newsflash {
	background: url(../topicon02.html) no-repeat left;
	text-indent: 13px;
}

.subscribe {
	background: url(../topicon03.html) no-repeat left;
	text-indent: 18px;
}

.siteMap {
	border: none;
}

.me-space {
	background: url(../me-space.html) no-repeat;
	_background: url(../me-space-ie6.html) no-repeat;
	_z-index: 10;
	_position: absolute;
	float: right;
	font-size: 13px;
	font-weight: bold;
	width: 91px;
	height: 33px;
	text-indent: 20px;
	color: #fff!important;
}

.layout-top {
	width: 1190px;
	height: 70px;
	margin: 20px auto 15px
}

.logo {
	float: left;
	width: 160px;
	height: 70px;
}


/*搜索*/

.searchBar {
	width: 740px;
	height: 70px;
	float: left;
	margin: 0px 0px 0px 30px;
}

.searchselect {
	width: 85px;
	float: left;
	font-size: 13px;
	height: 34px;
	position: absolute;
	*position: relative;
	border: 1px solid #ccc;
	background: #fff;
	*z-index: 200;
}

.searchselect span {
	float: left;
	height: 34px;
}

.searchselect a.searchselectbtn {
	FLOAT: left;
	HEIGHT: 34px
}

.searchselect span {
	width: 65px;
	color: #188EEE;
	text-align: center;
	LINE-HEIGHT: 34px;
	POSITION: relative;
}

.searchselectbtn {
	background: url(../bg02.html) no-repeat 0 15px;
	WIDTH: 10px;
}

.searchContainer {
	width: 528px;
	height: 34px;
	float: left;
	margin-left: 85px;
	*margin-left: 0px;
}

.searchContainer input {
	float: left;
	width: 419px;
	height: 34px;
	line-height: 34px;
	text-indent: 2em;
	font-size: 12px;
	color: #999;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	outline: none;
}


/*搜索按钮css3特效star*/

.searchbtn {
	FLOAT: left;
	text-align: center;
	width: auto;
	padding: 0 38px;
	*padding: 0 22px;
	box-sizing: border-box;
	line-height: 36px;
	*line-height: 31px;
	background: #188EEE;
	text-align: center;
	color: #fff!important;
	font-size: 16px;
	font-weight: bold;
	border: 0 none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	cursor: pointer;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background: #188EEE;
}

body:nth-of-type(1) .searchbtn {
	padding: 0 35px;
}

.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.searchbtn:hover>.anim,
.buy_a:hover>.anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}

.searchbtn:hover>.anim:after,
.buy_a:hover>.anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-moz-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-ms-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-webkit-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-moz-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-ms-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-webkit-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-moz-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-ms-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-moz-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-ms-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}


/*搜索按钮css3特效end*/

.searchselect UL {
	DISPLAY: none;
	Z-INDEX: 99999;
	LEFT: -1px;
	OVERFLOW-X: hidden;
	WIDTH: 85px;
	POSITION: absolute;
	TOP: 34px;
	border: 1px solid #ccc;
	border-top: none;
}

.searchselect UL LI {
	FLOAT: left;
	WIDTH: 85px;
	HEIGHT: 28px;
	line-height: 28px;
	text-indent: 20px;
}

.searchselect UL LI A {
	FLOAT: left;
	WIDTH: 85px;
	HEIGHT: 28px;
	line-height: 28px;
}

.searchselect UL LI {
	BACKGROUND: #fff;
}

.searchselect UL LI:last-child {
	height: 0px;
}

.searchselect UL LI.last {
	height: 0px;
}

.searchselect UL LI A {
	WIDTH: 85px;
	COLOR: #666666;
	LINE-HEIGHT: 28px;
}

.searchselect UL LI A:hover {
	BACKGROUND: #188EEE;
	COLOR: #fff;
	TEXT-DECORATION: none
}

.searchselect UL LI A.current {
	COLOR: #666;
}

.searchselect UL LI A.current:hover {
	COLOR: #fff
}


/*发布需求*/

.post-buy {
	width: 108px;
	float: left;
	height: 34px;
	line-height: 34px;
	margin: 0px 0px 0px 10px;
}


/*发布需求CSS3特效star*/

.post-buy:hover .buy_a {
	background: #fb5512;
	color: #fff!important;
	border: 1px solid #fb5512;
	border-radius: 2px;
	text-decoration: none;
}

.buy_a {
	display: inline;
	text-align: center;
	width: auto;
	padding: 0px 18px;
	line-height: 34px;
	background: #fff;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #fb5512;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	cursor: pointer;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background:#fb5512;
}


/*发布需求CSS3特效end*/


/*热词*/
.hotWords { clear: left; font-size: 14px; color: #999; height: 34px; line-height: 34px; padding-left: 2px; padding-top: 5px; overflow:hidden; } 
.hotWords a { padding: 0 5px; color: #999; height: 34px; line-height: 34px; display: inline-block; } 
.hotWords img{ width: 30px; display: inline; float: left; height: 34px; } 
.hotWords .adv_hot a{ font-size: 16px; color: #D81E06; font-weight: bold; } 
.hotWords a:hover { text-decoration: underline; }

/*广告*/

#top-ad {
	width: 240px;
	height: 70px;
	float: right;
}

#top-ad img {
	width: 240px;
	height: 70px;
	_height: 70px;
}


/*菜单---CSS3特效添加Star*/

.menu {
	width: 100%;
	height: 83px;
	margin: 0 auto;
	background: url(../menu_bg.html) repeat-x;
	_z-index: 999;
}

.layout-menu {
	width: 1225px;
	height: 43px;
	margin: 0 auto;
	padding-top: 2px;
	_z-index: 5555;
	_position: relative;
}

.nav-list {
	list-style: none;
	width: 1225px;
	height: 43px;
}

.nav-list>li {
	float: left;
	height: 43px;
	line-height: 43px;
	width: auto;
	font-size: 15px;
	font-weight: bold;
	margin-right: 5px;
}

.nav-list>li.last {
	background: none;
}

.nav-list li a {
	display: block;
	text-align: center;
	color: #fff;
}

.nav-list li a:hover {
	text-decoration: none;
	color: #fff;
	text-decoration: none;
}

.nav-list-span {
	display: block;
	width: auto;
	line-height: 43px;
	padding: 0px 12px 0px 12px;
	box-sizing:border-box;
	font-size: 15px;
	position: relative;
	opacity: .999;
	cursor: pointer;
	background-color: transparent;
	color: #fff;
	overflow: hidden;
	border: 0 none;
}

.nav-list-span:hover {
	color: #fff;
	border-color: #2599f8;
	padding: 0px 12px 0px 12px;
	box-sizing:border-box;
}

.nav-list-span:before,
.nav-list-span:after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-list-span:before,
.nav-list-span:after {
	content: '';
	width: 100%;
	height: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: -1;
}

.nav-list-span:before {
	top: 50%;
	background-color: #2599f8;
}

.nav-list-span:after {
	bottom: 50%;
	background-color: #2599f8;
}

.nav-list-span:hover:before,
.nav-list-span:hover:after {
	height: 50%;
	opacity: 1;
}

.nav-list li a .arrow {
	background: url(../arrown.html) no-repeat 46px;
	_background: url(../arrown-ie6.html) no-repeat 46px;
	color: #fff;
}

.nav-list li a .arrow:hover {
	background: url(../arrown-h.html) no-repeat 46px;
	_background: url(../arrown-h-ie6.html) no-repeat 46px;
	color: #fff;
}

.nav-list li a .arrow-1 {
	background: url(../arrown.html) no-repeat 66px;
	_background: url(../arrown-ie6.html) no-repeat 66px;
	color: #fff;
}

.nav-list li a .arrow-1:hover {
	background: url(../arrown-h-ie6.html) no-repeat 66px;
	_background: url(../arrown-h-ie6.html) no-repeat 66px;
	color: #fff;
}

.nav-list li a .arrow-2 {
	background: url(../arrown.html) no-repeat 68px;
	_background: url(../arrown-ie6.html) no-repeat 68px;
	color: #fff;
}

.nav-list li a .arrow-2:hover {
	background: url(../arrown-h-ie6.html) no-repeat 68px;
	_background: url(../arrown-h-ie6.html) no-repeat 68px;
	color: #fff;
}

.submenu {
	width: 80px;
	list-style: none;
	display: block;
    position: absolute;
    z-index: 6666;
	overflow: hidden;
	border: 1px solid #188EEE;
	border-top: 0px;
	border-radius: 0 0 3px 3px;
	background-color: #2599f8;
}

.submenu>li {
	clear: left;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	font-weight: normal;
	z-index: 7777;
	/*z-index: 9999;*/
	text-align: center;
}

.submenu-1,
.submenu-1>li {
	width: 76px;
}

.submenu li a {
	height: 24px;
	line-height: 24px;
	color: #fff;
}

.submenu li a:hover {
	color: #fff;
	background: #188eee;
	z-index: 8888;
	_z-index: 10000;
}

.nav-list>li a .antbuy_label {
	background: url(../hot.html) no-repeat left 75px top 3px;
}

.nav-list>li a .scientific_label {
	background: url(../top_n.html) no-repeat left 74px top 3px;
}

.nav-list>li a .antop_label {
	background: url(../top_n.html) no-repeat left 70px top 3px;
}

.nav-list>li a .product_label {
	background: url(../top_n.html) no-repeat left 32px top 3px;
}

/*菜单CSS3特效end*/

.sub-menu {
	clear: left;
	width: 1190px;
	margin: 0 auto;
	height: 38px;
	line-height: 38px;
}

.sub-div01 {
	float: left;
	/*width: 670px;*/
	width: 705px;
}

.sub-div01 .shop-guide {
	float: left;
}

.sub-div01 .shop-guide a {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 5px;
	box-sizing: border-box;
}

.sub-div01 ul {
	float: left;
	list-style: none;
	/*width: 620px;*/
	width: 640px;
}

.sub-div01 ul li {
	float: left;
}

.sub-div01 ul li a {
	padding: 0px 2px;
	box-sizing: border-box;
	font-size: 13px;
}

.sub-div02 {
	float: left;
	/*margin: 0px 0px 0px 50px;*/
	margin: 0px 0px 0px 20px;
}

.sub-div02 ul {
	list-style: none;
}

.sub-div02 ul li {
	float: left;
}

.sub-div02 ul li a {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 8px;
	box-sizing: border-box;
}

#luxury_car {
	width: 1190px;
	height: 82px;
	margin: 8px auto 0px;
	clear: left;
	border-top: 1px solid #e3e6ed;
	_z-index: 200;
}

.luxury_car {
	width: 1190px;
	height: 80px;
	background: url(../hpbg.html) no-repeat left bottom #fff;
	margin: 0 auto;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.luxury_car ul {
	width: 1190px;
	height: 80px;
	overflow: hidden;
	_z-index: 100;
}

.luxury_car ul li {
	_width: 195px;
	margin-right: 2px;
	_margin-right: 0px;
	height: 80px;
	float: left;
	display: inline;
}

.luxury_car ul li a {
	width: 193px;
	height: 80px;
	display: block;
	color: #999;
	border: 1px solid #fff;
}

.luxury_car ul li a:hover {
	text-decoration: none;
}

.luxury_car ul li a .logo {
	width: 195px;
	height: 50px;
	display: block;
	text-align: center;
	margin-top: -1px;
}

.luxury_car ul li a .logo img {
	width: 195px;
	height: 50px;
}

.luxury_car ul li a .txt {
	width: 80px;
	height: 28px;
	display: block;
	font-size: 12px;
	_font-size: 12px;
	text-align: center;
	line-height: 28px;
	position: relative;
	overflow: hidden;
	display: block;
}

.luxury_car ul .show a .txt {
	color: #fff;
	background-color: #999;
	cursor: pointer;
}

.car_bar {
	width: 1190px;
	height: 50px;
	position: absolute;
	left: 1px;
	top: 0px;
	display: none;
	z-index: 100;
}

.car_bar_l {
	width: 195px;
	height: 50px;
	float: left;
	background: #fff;
}

.car_bar_l dl {}

.car_bar_l dl dt {
	float: left;
	margin: 0px 0px 0 0;
}

.car_bar_l dl dt img {
	width: 195px;
	height: 50px;
}

.car_bar_l dl dd p {
	line-height: 18px;
}

.car_bar_l dl dd p img {
	vertical-align: baseline;
	margin-left: 2px;
	display: inline;
}

.car_bar_l dl dd p a {
	font-size: 12px;
	color: #168DE1;
}

.car_bar_r {
	width: 995px;
	height: 50px;
	float: right;
}

.car_wrap img {
	float: left;
	display: inline;
}


/*--------------第一部分---------------*/

.main {
	width: 1190px;
/*	margin: 8px auto 0px;*/
	margin: 0 auto;
	background: #fff;
	padding-top:10px;
}

.tag-1 {
	margin: 0px auto 10px;
	width: 1190px;
	overflow: hidden;
}

.tag-leftDiv {
	float: left;
}

.tag1-left {
	width: 350px;
	float: left;
}

.content {
	margin: 0px auto 10px;
	overflow: hidden;
}

.content .title {
	height: 43px;
}

.content .title-1 {
	border: none;
}

.content .title h3 {
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	font-weight: normal;
	float: left;
}

.content .title-1 h3 {
	text-indent: 15px;
}

.content .title_h {
	height: 55px;
}

.content .titleC00 {
	border-top: 3px solid #3b8b96;
}

.content .titleC01 {
	border-top: 3px solid #3598db;
}

.content .titleC02 {
	border-top: 3px solid #ff9b00;
}

.content .titleC03 {
	border-top: 3px solid #e74c3c;
}

.content .titleC05 {
	border-top: 3px solid #20b399;
}

.content .titleC06 {
	border-top: 3px solid #9b5ab6;
}

.content .titleC07 {
	border-top: 3px solid #ff7200;
}

.content .titleC08 {
	border-top: 3px solid #7bbd65;
}

.content .titleC09 {
	border-top: 3px solid #fa5200;
}

.content .titleC10 {
	border-top: 3px solid #e84d3b;
}

.content .titleC11 {
	border-top: 3px solid #bf5c68;
}

.content .titleC12 {
	border-top: 3px solid #4e6ad0;
}

.content .titleC13 {
	border-top: 3px solid #188eee;
}

.content .title .h3C {
	font-weight: bold;
	font-size: 24px;
	height: 55px;
	line-height: 55px;
}

.C00 {
	color: #3b8b96;
}

.C01 {
	color: #3598DB;
}

.C02 {
	color: #ff9b00;
}

.C03 {
	color: #e74c3c;
}

.C04 {
	color: #00afdb;
}

.C05 {
	color: #20b399;
}

.C06 {
	color: #9b5ab6;
}

.C07 {
	color: #ff7200;
}

.C08 {
	color: #7bbd65;
}

.C09 {
	color: #fa5200;
}

.C10 {
	color: #e84d3b;
}

.C11 {
	color: #bf5c68;
}

.C12 {
	color: #4e6ad0;
}

.C13 {
	color: #188eee;
}

.content .title .more {
	float: right;
	background: url(../more_o.html) no-repeat left;
	text-indent: 8px;
	font-size: 13px;
	color: #777;
	line-height: 40px;
	font-weight: normal;
	padding-right: 10px;
}

.content .titleC00 .more {
	background: url(../more_g2.html) no-repeat left;
}

.content .title .more:hover {
	text-decoration: none;
}

.content .title .more:hover span {
	background: #188EEE;
	color: #FFFFFF;
	border-radius: 2px;
}

.content .titleC00 .more:hover span {
	background: #3b8b96;
	color: #FFFFFF;
	border-radius: 2px;
}

.content .titleC02 .more:hover span {
	background: #ff9b00;
	color: #FFFFFF;
	border-radius: 2px;
}

.content .titleC08 .more:hover span {
	background: #7bbd65;
	color: #FFFFFF;
	border-radius: 2px;
}

.content .titleC09 .more:hover span {
	background: #fa5200;
	color: #FFFFFF;
	border-radius: 2px;
}

.content .title .lab-conMore:hover span {
	background: #00afdb!important;
	color: #FFFFFF;
	border-radius: 2px;
}

.content .titleC11 .more {
	background: url(../more_r2.html) no-repeat left;
}

.content .titleC11 .more:hover span {
	background: #bf5c68;
	color: #FFFFFF;
	border-radius: 2px;
}

.content .titleC12 .more {
	background: url(../more_b1.html) no-repeat left;
}

.content .titleC12 .more:hover span {
	background: #4e6ad0;
	color: #FFFFFF;
	border-radius: 2px;
}

.content .titleC13 .more {
	background: url(../more_r13.html) no-repeat left;
}

.content .titleC13 .more:hover span {
	background: #188eee;
	color: #FFFFFF;
	border-radius: 2px;
}

.con-tag {
	border: 1px solid #e4e7ee;
	overflow: hidden;
}

.noBg {
	border: 0 none;
}

.con-tag>.ul-1 {
	padding: 0px 10px 10px 10px;
	font-size: 15px;
}

.con-tag>.ul-1 li {
	background: url(../index_26.html) left 13px no-repeat;
	list-style: none;
	text-indent: 10px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}


/*资讯焦点*/

.rotary-figure {
	width: 348px;
	height: 200px;
}

.orbit-wrapper {
	position: absolute;
	margin: 0 auto;
}

#featured {
	position: relative;
	width: 348px;
	height: 200px;
	overflow: hidden;
	background: #fff url(../loading.html) 50% no-repeat;
}

.orbit>img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
}

.orbit>a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
	border: 0 none;
}

.orbit>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.orbit-item {
	background-color: #f5f5f5;
}

.orbit-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 348px;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	padding: 0px 10px;
	box-sizing: border-box;
	color: #fff;
	background: url(../rotary.html) repeat-x;
	_background: url(../rotary-ie6.html) repeat-x;
	overflow: hidden;
}

.orbit-bullets {
	position: relative;
	z-index: 1000;
	list-style: none;
	left: 80%;
	margin: 15px 0 5px -50px;
	bottom: 5px;
	padding: 0;
}

.orbit-bullets li {
	float: left;
	margin: 0 3px;
	cursor: pointer;
	width: 25px;
	height: 4px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #ccc;
}

.orbit-bullets li.active {
	background-color: #ff9b00;
}

.orbit-bullets li.has-thumb {
	background: none;
	width: 100px;
	height: 75px;
}

.orbit-bullets li.active.has-thumb {
	background-position: 0 0;
	border-top: 2px solid #000;
}

.timer {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 1001;
}

.rotator {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: -20px;
	background: url(../rotator-black.html) no-repeat;
	_background: url(../rotator-black-ie6.html) no-repeat;
	z-index: 3;
}

.mask {
	display: block;
	width: 20px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
}

.rotator.move {
	left: 0;
}

.mask.move {
	width: 40px;
	left: 0;
	background: url(../timer-black.html) repeat 0 0;
	_background: url(../timer-black-ie6.html) repeat 0 0;
}

.pause {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../pause-black.html) no-repeat;
	_background: url(../pause-black-ie6.html) no-repeat;
	z-index: 4;
	opacity: 0;
}

.pause.active {
	background: url(../pause-black.html) no-repeat 0 -40px;
	_background: url(../pause-black-ie6.html) no-repeat 0 -40px;
}

.timer:hover span.pause,
span.pause.active {
	opacity: 1;
}


/*以下是真对资讯焦点IE6*/

.focusBox {
	position: relative;
	width: 348px;
	height: 200px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic {
	position: relative;
	width: 348px;
	height: 200px;
	list-style: none;
}

.focusBox .pic li {
	position: absolute;
	width: 348px;
	left: 0px;
	top: 0px;
	display: none;
}

.focusBox .pic img {
	width: 348px;
	height: 200px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 348px;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 18px;
	height: 15px;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #FF9B00;
}


/*精英视觉*/

.elites .con-tag .ul-1 li {
	background: url(../index_26.html) left 13px no-repeat;
	_background: url(../index_26.html) 10px 13px no-repeat;
	list-style: none;
	text-indent: 10px;
	_text-indent: 20px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	width: 275px;
	_padding: 0px 15px 0px 0px;
}


/*广告*/

.tag-b1 {
	width: 348px;
	height: 90px;
	margin-bottom: 10px;
	border: 1px solid #e3e6ed;
}


/*.tag-b1-logo {
	float: left;
	width: 145px;
	height: 60px;
	display: block;
	margin: 5px 0px 0px 20px;
}

.tag-b1-txt {
	float: left;
	width: 165px;
	height: 40px;
	_height: 35px;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	margin: 15px auto 0px;
	padding: 0px 5px;
}

.tag-b1-txt a {
	color: #188eee;
}

.tag-b1 .tag-b1-ul-1 {
	list-style: none;
	float: left;
	margin: 5px 0px 0px 8px;
	width: 320px;
	overflow: hidden;
}

.tag-b1 .tag-b1-ul-1 li {
	font-size: 14px;
	background: url(//img.antpedia.com/images/site_index_2019/index_26.jpg) left 10px no-repeat;
	list-style: none;
	text-indent: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
}*/

.tag-b2 {
	width: 350px;
	height: 90px;
	margin: 0px auto 10px;
}
.tag-b2:last-child {
  margin: 0 auto;
}
.tag-b3 {
	width: 378px;
	height: 67px;
}

.tag-b4 {
	clear: left;
	width: 1190px;
	height: 90px;
	overflow: hidden;
}

.tag-b4 a {
	float: left;
	display: block;
}

.tag-b4Center {
	margin: 0px 12px 0px 12px;
	width: 465px;
	height: 90px;
	float: left;
}
.tag-b4Left {

	width: 350px;
	height: 90px;
	float: left;
}
.tag-b4Right {

	width: 350px;
	height: 90px;
	float: right;
}
.tag-b5 {
	width: 288px;
	height: 86px;
	margin: 10px auto;
}

.tag-b5 img{
    width:288px;
    height:86px;
}

/*Minisite*/

.minisite_ul {
	width: 350px;
	list-style: none;
	overflow: hidden;
}

.minisite_ul li {
	width: 175px;
	float: left;
	font-size: 14px;
	background: url(../index_26.html) left 10px no-repeat;
	list-style: none;
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
}


/*Webinar*/

.webinar_ul {
	list-style: none;
	padding: 10px;
	box-sizing: border-box;
}

.webinar_ul li {
	height: 24px;
	overflow: hidden;
}

.webinar_ul li:hover .webinar_lable {
	color: #fff !important;
	background: #ff4242;
}

.webinar_ul li:hover .webinar_a {
	text-decoration: none;
	color: #ff4242;
}

.webinar_ul li a {
	float: left;
}

.webinar_lable {
	width: 26px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	border: 1px solid #ff4242;
	font-size: 12px;
	color: #ff4242!important;
	border-radius: 2px;
	margin: 4px auto 0px;
}

.webinar_a {
	width: 240px;
	margin-left: 10px;
	line-height: 24px;
}

.webinar_lable:hover {
	text-decoration: none;
}


/*九块区域*/

.newtool {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	display: block;
	overflow: hidden;
	width: 350px;
}

.newtool li {
	list-style: none;
	float: left;
	height: 87px;
	width: 87px;
}


/*添加CSS3特效Star*/

.newtool li a {
	display: inline-block;
	height: 87px;
	width: 87px;
	background-color: #e5e5e5;
	overflow: hidden;
	position: relative;
	opacity: .999;
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.newtool li a:before,
.newtool li a:after {
	content: '';
	width: 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.newtool li a:hover:before,
.newtool li a:hover:after {
	color: #fff;
	width: 100%;
	opacity: 1;
}

.newtool li .pt_nt_01 {
	background: url(../pt_nt_01.html) no-repeat center;
}

.newtool li a:before {
	width: 50%;
	background: #188EEE;
}

.newtool li .pt_nt_01:after {
	transition: all 0.5s;
	width: 100%;
}

.newtool li .pt_nt_01:after {
	background: url(../pt_nt_h01.html) no-repeat center #188EEE;
}

.newtool li .pt_nt_02 {
	background: url(../pt_nt_02.html) no-repeat center;
}

.newtool li .pt_nt_02:after {
	background: url(../pt_nt_h02.html) no-repeat center #188EEE;
}

.newtool li .pt_nt_03 {
	background: url(../pt_nt_03.html) no-repeat center;
}

.newtool li .pt_nt_03:after {
	background: url(../pt_nt_h03.html) no-repeat center #188EEE;
}

.newtool li .pt_nt_04 {
	background: url(../pt_nt_04.html) no-repeat center;
}

.newtool li .pt_nt_04:after {
	background: url(../pt_nt_h04.html) no-repeat center#188EEE;
}

.newtool li .pt_nt_05 {
	background: url(../pt_nt_05.html) no-repeat center;
}

.newtool li .pt_nt_05:after {
	background: url(../pt_nt_h05.html) no-repeat center#188EEE;
}

.newtool li .pt_nt_06 {
	background: url(../pt_nt_06.html) no-repeat center;
}

.newtool li .pt_nt_06:after {
	background: url(../pt_nt_h06.html) no-repeat center#188EEE;
}

.newtool li .pt_nt_07 {
	background: url(../pt_nt_07.html) no-repeat center;
}

.newtool li .pt_nt_07:after {
	background: url(../pt_nt_h07.html) no-repeat center#188EEE;
}

.newtool li a.pt_nt_08:before {
	width: 50%;
	background: none;
}

.newtool li .pt_nt_08 {
	background: url(../pt_nt_08.html) no-repeat center;
}

.newtool li .pt_nt_08:after {
	border: none;
}


/*添加CSS3特效End*/


/*新闻*/

.tag1-right {
	width: 465px;
	float: left;
	margin: 0px 0px 0px 12px;
}

.news {
	margin: 10px auto 0px;
	width: 378px;
	overflow: hidden;
}

.news h3 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	width: 378px;
	height: 26px;
	line-height: 26px;
}


/*文字广告*/

.content-1 {
	border: 1px dotted #ddd;
	margin: 8px auto 0px;
	z-index: 10;
	position: relative
}

.ad-txt-ul {
	width: 378px;
	overflow: hidden;
}

.ad-txt-ul ul {
	list-style: none;
	padding: 2px 0px 8px 0px;
	overflow: hidden;
}

.ad-txt-ul ul li {
	float: left;
	width: 180px;
	margin-left: 8px;
	_margin-left: 5px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	background: url(../index_26.html) left 13px no-repeat;
	text-indent: 10px;
}

.ad-more {
	width: 47px;
	height: 14px;
	overflow: hidden;
	z-index: 99;
	position: relative;
	float: right;
	margin: -6px 8px 0px 0px;
}

.ad-more a {
	background: url(../more.html) no-repeat;
	width: 47px;
	height: 14px;
	display: block;
}

.ad-more a:hover {
	background: url(../more-h.html) no-repeat;
}


/*要闻tab*/

.hot-topics {
	width: 465px;
	overflow: hidden;
	margin: 5px auto 0px;
}

.hot-topics .title {
	height: 43px;
}

.hot-topics .title-list {
	float: left;
	height: 43px;
	list-style: none;
	border-bottom: 1px solid #e9e9e9;
}

.hot-topics .title-list li {
	font-size: 18px;
	width: 93px;
	text-align: center;
	float: left;
	font-weight: normal;
	cursor: pointer;
}

.hot-topics .title-list li span {
	height: 40px;
	line-height: 40px;
	display: block;
}

.hot-topics .title-list li em {
	width: 20px;
	height: 3px;
	display: block;
	margin: 2px auto 0px;
}

.hot-topics .title-list li.on span {
	color: #ff9b00;
	font-weight: bold;
}

.hot-topics .title-list li.on em {
	background: #ff9b00;
}

.product {
	width: 450px;
	height: auto;
	margin: 0 auto;
	display: none;
}

.product ul {
	list-style: none;
}

.product-wrap {
	overflow: hidden;
	height: auto;
	width: 450px;
	margin: 0 auto;
}

.product-wrap .show {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

/*厂商*/

.tag-rightDiv {
	float: right;
	width: 350px;
}


/*CSS3特效添加Star*/

.firmList {
	width: 348px;
	overflow: hidden;
	border: 1px solid #e3e6ed;
}

.firm {
	width: 348px;
	height: 101px;
	overflow: hidden;
	border-top: 1px solid#fff;
	border-bottom: 1px solid#fff;
}

.firmbgF7 {
	width: 348px;
	height: 101px;
	overflow: hidden;
	background: #F7F7F7;
	border-top: 1px solid#fff;
	border-bottom: 1px solid#f7f7f7;
}

.firm:hover,
.firm:active,
.firmbgF7:hover,
.firmbgF7:active {
	cursor: pointer;
	transition: all 150ms linear 0s;
}

.firm:after,
.firm:before,
.firmbgF7:after,
.firmbgF7:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: 2px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}

.firm:hover:after,
.firm:hover:before,
.firmbgF7:hover:after,
.firmbgF7:hover:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #188EEE;
	-webkit-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 100%;
}

.firm:hover:before,
.firmbgF7:hover:before {
	bottom: auto;
	top: 0;
	width: 100%;
}

.firm-logo {
	float: left;
	width: 125px;
	height: 40px;
	margin: 10px 0px 0px 10px;
}

.firm-txt {
	float: right;
	width: 165px;
	height: 40px;
	_height: 35px;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	margin: 10px auto 0px;
	padding: 0px 5px;
}

.firm-txt a {
	color: #188eee;
}

.firm .ul-1,
.firmbgF7 .ul-1 {
	list-style: none;
	float: left;
	margin: 5px 0px 0px 8px;
	width: 275px;
	overflow: hidden;
}

.firm .ul-1 li,
.firmbgF7 .ul-1 li {
	font-size: 13px;
	background: url(../index_26.html) left 10px no-repeat;
	list-style: none;
	text-indent: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

.firm .ul-1 li .firm-a,
.firmbgF7 .ul-1 li .firm-a {
	/*max-width: 220px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
	height: 20px;
	line-height: 20px;*/
	overflow: hidden;
	white-space: nowrap;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
	height: 20px;
	line-height: 20px;
	width: 275px;
	text-overflow: ellipsis;
}

.firm .more,
.firmbgF7 .more {
	display: block;
	float: right;
	background: url(../more_o.html) no-repeat left;
	text-indent: 8px;
	font-size: 13px;
	color: #777;
	line-height: 40px;
	font-weight: normal;
	padding-right: 10px;
}

.firm .more:hover,
.firmbgF7 .more:hover {
	text-decoration: none;
}

.firm .more:hover span,
.firmbgF7 .more:hover span {
	background: #188EEE;
	color: #FFFFFF;
	border-radius: 2px;
}


/*CSS3特效添加End*/


/*应用*/

.content-2 {
	width: 348px;
	float: right;
	margin: 10px auto 0px;
	border: 1px solid #e4e7ee;
}

.content-2 .con-tag-1 {
	width: 326px;
	margin: 0 auto;
}

.content-2 .con-tag-1 .ul-2 {
	width: 326px;
	list-style: none;
	margin: 3px auto;
}

.content-2 .con-tag-1 .ul-2 li {
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	padding: 0px 10px 0px 0px;
	background: url(../index_26.html) left 13px no-repeat;
	text-indent: 10px;
}

.n-img {
	width: 326px;
	height: 72px;
	margin: 7px auto;
	overflow: hidden;
	display: block;
}

/*--------------第二部分---------------*/

.tag-2 {
	margin: 10px auto 0px;
	width: 1190px;
	overflow: hidden;
}


/*Webinar*/

.s_nav {
	float: right;
	list-style: none;
	margin: 12px 10px 0px 0px;
}

.s_nav li {
	float: left;
	margin-left: 33px;
}

.s_nav01 li {
	background: url(../more_b.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav02 li {
	background: url(../more_r.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav03 li {
	background: url(../more_g.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav04 li {
	background: url(../more_p.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav05 li {
	background: url(../more_o1.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav06 li {
	background: url(../more_g1.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav07 li {
	background: url(../more_r1.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav a {
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin-left: 6px;
	padding: 0;
	text-align: center;
}

.s_nav a:hover {
	background: #3598db;
	color: #fff;
	text-decoration: none;
}

.s_nav02 li a:hover {
	background: #e74c3c;
}

.s_nav03 li a:hover {
	background: #20b399;
}

.s_nav04 li a:hover {
	background: #9b5ab6;
}

.s_nav05 li a:hover {
	background: #ff7200;
}

.s_nav06 li a:hover {
	background: #7bbd65;
}

.s_nav07 li a:hover {
	background: #fa5200;
}

.s_nav .ex {
	color: #3598db;
	font-size: 16px;
}

.s_nav .ex4 {
	color: #444;
}

.inTitle {
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.inTitle_name {
	float: left;
	font-size: 18px;
	text-indent: 8px;
}

.inTitle_name span {
	float: left;
}

.inTitle_name i {
	float: left;
	font-size: 11px;
	color: #ff4242;
	border: 1px solid #ff4242;
	border-radius: 2px;
	padding: 0px 2px;
	height: 13px;
	font-style: normal;
	line-height: 13px;
	display: block;
	margin: 6px 0px 0px 5px;
}

.exchangeC01,
.exchangeC02,
.exchangeC03 {
	width: 75px;
	display: block;
	float: right;
	background: url(../exchange.html) no-repeat 5px;
	text-indent: 25px;
	color: #555;
	cursor:pointer;
}

.exchangeC03 {
	margin: 20px 15px 20px 0px;
}

.exchangeC01:hover {
	color: #fff;
	background: url(../exchange_h.html) no-repeat 5px #3598db;
	text-decoration: none;
}

.exchangeC02:hover {
	color: #fff;
	background: url(../exchange_h.html) no-repeat 5px #bf5c68;
	text-decoration: none;
}

.exchangeC03:hover {
	color: #fff;
	background: url(../exchange_h.html) no-repeat 5px #4e6ad0;
	text-decoration: none;
}


/*改版后的webinar模块*/

.recom_webinar {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 5px auto 0px;
}


/*webinar模块添加CSS3特效Star*/

.recom_webinar li {
	float: left;
	width: 273px;
	margin: 10px 6px 0px 6px;
	padding-bottom: 10px;
	box-sizing: border-box;
	height: 295px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	opacity: .999;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.recom_webinar li:before,
.recom_webinar li:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	box-sizing: content-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.recom_webinar li:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	border-color: #3598DB;
}

.recom_webinar li:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
	border-color: #3598DB;
}

.recom_webinar li:hover:before {
	width: 100%;
	cursor: pointer;
	border-radius: 2px;
}

.recom_webinar li:hover:after {
	height: 100%;
	cursor: pointer;
	border-radius: 2px;
}


/*webinar模块添加CSS3特效End*/

.recom_webinar li:last-child {
	margin-right: 0px;
}

.workshop_lable {
	width: 96px;
	height: 28px;
	z-index: 199;
	position: absolute;
}

.workshop_lable01 {
	background: url(../dxyth_biaoqian.html) no-repeat;
}

.workshop_lable02 {
	background: url(../biaoqian.html) no-repeat;
}

.workshop_a {
	width: 60px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-align: right;
	color: #188eee!important;
	font-size: 15px;
	text-decoration: none!important;
	z-index: 199;
	position: absolute;
	margin: 225px 0px 0px 190px;
}

.webinarImg {
	width: 271px;
	height: 200px;
	margin-bottom: 6px;
}

.webinarImg a:hover {
	text-decoration: none;
}

.webinarTxt {
	z-index: 100;
	height: 50px;
	overflow: hidden;
	width: 273px;
	*width: 240px;
	margin-top: 150px;
	line-height: 20px;
	font-size: 15px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #333;
	position: absolute;
}

.webinarImg img {
	z-index: 10;
	width: 271px;
	height: 150px;
	position: absolute;
}

.webinarP1,
.webinarP2,
.webinarP3,
.webinarP4 {
	width: 235px;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin: 2px auto 0px;
}

.webinarP1 {
	background: url(../web_icon01.html) no-repeat left center;
	color: #999;
	text-indent: 18px;
}

.webinarP2 {
	background: url(../web_icon02.html) no-repeat left;
	color: #ff4242;
	text-indent: 18px;
}

.webinarP3 {
	background: url(../web_icon03.html) no-repeat left;
	color: #999;
	text-indent: 18px;
}

.webinarP4 {
	background: url(../web_icon04.html) no-repeat left;
	color: #ff9b00;
	text-indent: 20px;
}

.discussion {
	float: left;
	width: 110px;
	height: 28px;
	line-height: 28px;
	margin: 14px 10px 8px 18px;
	border: 1px solid #009900;
	background: #009900;
	border-radius: 2px;
	z-index: 9990;
	position: relative;
}

.discussion_a {
	font-size: 13px;
	text-align: center;
	color: #fff!important;
	display: block;
}

.highlights {
	float: left;
	width: 110px;
	height: 28px;
	line-height: 28px;
	margin: 14px 15px 8px 0px;
	border: 1px solid #188eee;
	background: #fff;
	border-radius: 2px;
	z-index: 9990;
	position: relative;
}

.highlights_a {
	font-size: 13px;
	text-align: center;
	color: #188eee!important;
	display: block;
}

.discussion_a:hover {
	text-decoration: none;
	color: #009900!important;
	background: #fff;
}

.highlights_a:hover {
	text-decoration: none;
	background: #188eee;
	color: #fff!important;
}


/*新品速递*/

.new_pro {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 5px auto 20px;
	padding: 0 15px 0px 20px;
	*padding: 0 15px 0px 15px;
	box-sizing: border-box;
}

.new_pro li {
	float: left;
}

.inwrapCon_right .productUl {
	margin: 0 auto;
}

.productUl li .producList {
	float: left;
	overflow: hidden;
	margin: 10px 6px 0px 6px;
	*margin: 10px 8px 0px 8px;
}

.newImg {
	width: 218px;
	height: 150px;
	overflow: hidden;
}

.newImg img {
	width: 218px;
	height: 150px;
	transition: all 0.6s;
}

.newImg:hover img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.newImg a:hover {
	text-decoration: none;
}

.newTxt {
	z-index: 100;
	background: url(../rotary.html) no-repeat;
	height: 34px;
	width: 218px;
	*width: 200px;
	margin-top: 116px;
	line-height: 34px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	position: absolute;
	padding: 0px 10px;
	box-sizing: border-box;
}

.newImg img {
	z-index: 10;
	width: 218px;
	height: 150px;
	position: absolute;
}

.newCon {
	width: 100%;
	overflow: hidden;
}

.innewCon {
	float: left;
	width: 150px;
	margin: 10px auto;
}

.innewCon p {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #444;
}

.newCon a {
	float: right;
	background: #ff4242;
	border-radius: 2px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	box-sizing: border-box;
	margin: 25px auto 0px;
}

.newCon a:hover {
	color: #fff;
	text-decoration: none;
	background: #f53737;
}

.new_inquiry {
	float: left;
	color: #ff9b00!important;
	border: 1px solid #ff9b00;
	border-radius: 2px;
	padding: 5px 30px;
	box-sizing: border-box;
}

.new_inquiry:hover {
	background: #ff9b00;
	color: #fff!important;
	text-decoration: none;
}

.new_demo {
	float: right;
	color: #188eee!important;
	border: 1px solid #188eee;
	border-radius: 2px;
	padding: 5px 30px;
	box-sizing: border-box;
}

.new_demo:hover {
	background: #188eee;
	color: #fff!important;
	text-decoration: none;
}


/*---------------------------第三部分--------------------------------------*/

.tag-3 {
	margin: 10px auto 0px;
}


/*安特百货*/

.mall-left {
	float: left;
	width: 290px;
	font-size: 14px;
}

.mall-left .hot-search a:hover,
.mall-left ul a:hover {
	color: #e74c3c;
}

.searchContainer01 {
	clear: left;
	border: 2px solid #e74c3c;
	width: 285px;
	height: 24px;
	margin: 5px auto 0px 0px;
}

.searchContainer01 INPUT {
	padding: 0px 4px 0 10px;
	FLOAT: left;
	color: #999;
	WIDTH: 190px;
	LINE-HEIGHT: 20px;
	outline:none;
	HEIGHT: 20px;
	border: none;
	border-left: 1px solid #e6e6e6;
	margin: 2px auto 0px;
}


/*安特百货CSS3特效添加Star*/

#searchbtn01 {
	float: right;
	width: auto;
	HEIGHT: 24px;
	line-height: 24px;
	text-align: center;
	background: #e74c3c;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 18px;
	*padding: 0 12px;
	box-sizing: border-box;
	border: 0 none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	cursor: pointer;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

body:nth-of-type(1) #searchbtn01 {
	width: 78px;
}

.searchbtn01:hover>.anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}

.searchbtn01:hover>.anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}


/*安特百货CSS3特效添加End*/

.mall-left h4 {
	font-weight: bold;
	font-size: 15px;
	color: #e74c3c;
	height: 30px;
	line-height: 30px;
	margin: 5px auto 0px;
}

.hot-search {
	width: 290px;
	height: auto;
	overflow: hidden;
	margin: 5px auto 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ddd;
}

.hot-search a {
	float: left;
	color: #333;
	padding: 0px 20px 5px 0px;
	display: block;
	font-size: 14px;
	white-space: nowrap;
}

.mall-left ul {
	list-style: none;
}

.mall-left ul li {
	background: url(../index_26.html) no-repeat left 13px;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.mall-right {
	float: right;
	width: 820px;
	_width: 820px;
}

.hot-mall {
	width: 820px;
	_width: 820px;
	overflow: hidden;
	margin: 0 auto;
}

.hot-mall .title {
	height: 37px;
	line-height: 37px;
	border-top: none;
	background: url(../xx.html) bottom repeat-x;
}

.hot-mall .title-list {
	float: left;
	height: 37px;
	list-style: none;
	width: 820px;
}

.hot-mall .title-list li {
	background: url(../more_r.html) no-repeat left center;
	font-size: 17px;
	text-indent: 12px;
	margin-right: 40px;
	line-height: 33px;
	text-align: center;
	float: left;
}

.hot-mall .title-list li.on {
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

.mall {
	height: auto;
	display: none;
}

.mall-pro,
.mall {
	overflow: hidden;
	height: auto;
	width: 820px;
	margin: 5px auto 0px;
}

.mall-pro .show {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.mall-img {
	width: 261px;
}

.mall-img a {
	width: 360px;
	height: 360px;
	position: relative;
	z-index: 9999;
}

.mall-img img {
	width: 261px;
	height: 226px;
}


/*安特百货CSS3添加特效Star*/

.mallUl {
	list-style: none;
}

.mallUl li {
	float: left;
	border: 1px solid #ddd;
	border-radius: 2px;
	width: 263px;
	height: 350px;
	margin-right: 12px;
	display: inline-block;
	position: relative;
	opacity: .999;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.mallUl li:before,
.mallUl li:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	box-sizing: content-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.mallUl li:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	border-color: #e74c3c;
}

.mallUl li:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
	border-color: #e74c3c;
}

.mallUl li:hover:before {
	width: 100%;
	cursor: pointer;
	border-radius: 2px;
}

.mallUl li:hover:after {
	height: 100%;
	cursor: pointer;
	border-radius: 2px;
}

.mallUl li:last-child {
	margin-right: 0px;
}

.mallUl>li+li+li {
	margin: 0px;
}

.mallUl li .mall-txt {
	font-size: 15px;
	padding: 8px 0px 0px 10px;
	line-height: 20px;
	height: 36px;
	line-height:18px;
	overflow: hidden;
}

.mallUl li .mall-txt a:hover {
	color: #e74c3c;
}

.mallUl li .market-price {
	line-height: 30px;
	height: 30px;
	text-decoration: line-through;
	color: #999;
	padding: 0px 10px;
	margin: 10px auto 5px;
}

.mallUl li .mall-price {
	width: 135px;
	line-height: 25px;
	height: 25px;
	color: #333;
	font-weight: bold;
	padding: 0px 10px;
	float: left;
	margin-bottom: 10px;
}

.panic-buying {
	float: right;
	margin: 0px 10px 10px 0px;
	z-index: 9999;
	position: relative;
}

.panic-buying a {
	border: 1px solid #e74c3c;
	border-radius: 2px;
	color: #e74c3c;
	padding: 2px 10px;
	display: block;
}

.mallUl li:hover .panic-buying a {
	background: #e74c3c;
	color: #fff;
	text-decoration: none;
}


/*安特百货CSS3添加特效End*/

.mall ul li .mall-price01 {
	width: 260px;
	height: 35px;
	background: url(../price.html) no-repeat;
	margin: 0 auto;
}

.mall ul li .mall-price01 p {
	float: left;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.mall ul li .mall-price01 .p1 {
	width: 90px;
	height: 16px;
	line-height: 16px;
	padding-top: 12px;
	padding-top: 13px;
}

.mall ul li .mall-price01 .p2 {
	width: 110px;
}

.mall ul li .mall-price01 .p2 span {
	font-size: 24px;
}


/*明星实验室*/

.topBoder {
	border-top: 3px solid #00afdb;
	overflow: hidden;
}

.topBoder .title {
	border-top: 0px;
}

.star-lab {
	width: 830px;
	float: left;
	border-top: none;
	margin-bottom: 5px;
}

.star-con {
	float: left;
	width: 350px;
	border: none;
	margin: 0 auto;
}

.content.star-con .con-tag {
	width: 350px;
	height: 220px;
}

.lab-con {
	float: left;
	width: 480px;
	border: none;
	margin: 0 auto;
}

.lab-con a:hover {
	color: #00afdb;
}

.lab-con .con-tag .ul-0 {
	width: 98%;
	padding: 20px 0px 0px 8px;
	position: relative;
}

.lab-con .con-tag .ul-1 {
	padding: 0 0 8px 8px;
	width: 98%;
}

.lab-con .con-tag .ul-1 li {
	background: url(../index_26.html) left 13px no-repeat;
	list-style: none;
	text-indent: 10px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
}

.lab-con .con-tag .ul-0 li {
	list-style: none;
	background: none;
	width: 98%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e3e6ed;
}

.lab-con .con-tag .ul-0 li h4 {
	font-size: 15px;
	font-weight: bold;
	width: 99%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.lab-con .con-tag .ul-0 li h4 a {
	padding-left: 5px;
}

.lab-con .con-tag .ul-0 li p {
	width: 99%;
	line-height: 22px;
	margin: 8px 0px 10px 0px;
	font-size: 14px;
	text-indent: 2em;
	height: 65px;
	overflow: hidden;
}

#star-con-tag {
	position: absolute;
	z-index: 1;
	min-width: 290px;
	height: 200px;
	padding-top: 20px;
	margin: 0px 15px;
}

.col {
	height: 63px;
	position: absolute;
	z-index: 1;
	list-style: none;
	float: left;
	overflow: hidden;
	padding: 0px;
	border-top: 1px solid #e3e6ed;
	border-left: 1px solid #e3e6ed;
}

.col0 {
	left: 0px;
}

.col1 {
	left: 72px;
}

.col2 {
	left: 144px;
}

.col3 {
	left: 216px;
	border-right: 1px solid #e3e6ed;
}

.col4 {
	left: 0px;
	top: 83px;
}

.col5 {
	left: 72px;
	top: 83px;
}

.col6 {
	left: 144px;
	top: 83px;
}

.col7 {
	left: 216px;
	top: 83px;
	border-right: 1px solid #e3e6ed;
}

.col8 {
	left: 0px;
	top: 146px;
	border-bottom: 1px solid #e3e6ed;
}

.col9 {
	left: 72px;
	top: 146px;
	border-bottom: 1px solid #e3e6ed;
}

.col10 {
	left: 144px;
	top: 146px;
	border-bottom: 1px solid #e3e6ed;
}

.col11 {
	left: 216px;
	top: 146px;
	border-right: 1px solid #e3e6ed;
	border-bottom: 1px solid #e3e6ed;
}

.active {
	z-index: 10;
	opacity: 1;
}

.big:hover,
.small:hover {
	background: white;
}

.big {
	overflow: hidden;
	padding: 1px;
}

.lock-thumb .icon-font {
	margin-left: 15%;
}

.todos-thumb {
	background: rgb(255, 255, 255, 0.1);
}

.todos-thumb:hover {
	background: #fa7d27;
	color: #fff;
	box-shadow: 0 0 2px #333;
}

.todos-thumb div {
	width: 70px;
	height: 61px;
	line-height: 1.3;
	z-index: 10;
	transition: all 0.2s ease-out;
	position: relative;
}

.todos-thumb div a {
	text-decoration: none;
	color: #fff;
	position: absolute;
	z-index: 10000;
}

.big .icon-font {
	float: left;
}

.todos-thumb img {
	width: 70px;
	height: 61px;
}

.col .todos-thumb {
	z-index: 10;
}

.col2 .todos-thumb {
	z-index: 9;
}

.todos-thumb-span {
	display: block;
	font-size: 13px;
	padding: 5px 0px 5px 85px;
}

.todos-thumb div span {
	width: 180px;
	padding-top: 5px;
	position: relative;
	top: -50px;
}

.todos-thumb:hover div {
	margin-right: 200px;
}


/*最新留言*/

.leave-mes {
	clear: right;
	width: 100%;
	*width: 96.1%;
	overflow: hidden;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	border: 1px solid #e4e7ee;
}

.leave-mes .comments {
	float: left;
	background: #ff9b00;
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
	width: 55px;
	text-align: center;
}

.leave-mes a {
	display: block;
	float: left;
	width: 720px;
}

.leave-mes a:hover {
	text-decoration: none;
}

.leave-mes .commentsP1 {
	font-size: 14px;
	color: #444!important;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.leave-mes .commentsP2 {
	font-size: 14px;
	color: #00afdb!important;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.leave-mes .leave-mesDiv {
	height: 40px;
	overflow: hidden;
	list-style: none;
}

.leave-mes .leave-mesDiv li {
	height: 40px;
}


/*项目成果*/

.pro-con {
	width: 350px;
	float: right;
	margin-top: 0px;
}

.pro-con a:hover {
	color: #00afdb;
}

.pro-con .con-tag .ul-6 {
	width: 98%;
	padding: 10px 0px 0px 8px;
	position: relative;
	list-style: none;
}

.pro-con .con-tag .ul-6 li {
	background: none;
	width: 98%;
	margin: 5px auto 0px;
	border-bottom: 1px dotted #e3e6ed;
}

.pro-con .con-tag .ul-6 li:last-child {
	border: 0 none;
}

.pro-con .con-tag .ul-6 li h4 {
	font-size: 15px;
	font-weight: bold;
	width: 99%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.pro-con .con-tag .ul-6 li h4 a {
	padding-left: 5px;
}

.pro-con .con-tag .ul-6 li p {
	width: 99%;
	height: 44px;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	text-indent: 2em;
	overflow: hidden;
}


/*----------------------------------- 第四部分-----------------------------------*/

.tag-4 {
	margin: 10px auto 0px;
}

/*产品展示2023改版Star*/
.tag-4 .content {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.productShow {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto 10px;
}

#mainShowmenu {
	width: 1200px;
	z-index: 1;
}

.productShow .productShowLeft {
	float: left;
	width: 180px;
}

.productShowLeft .Classify {
	list-style: none;
	width: 180px;
	margin: 10px 0;
	padding: 5px 0;
	box-sizing: border-box;
	background: #f8f8f8;
}

.productShowLeft .Classify li {
	width: 180px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
	list-style: none;
	overflow: hidden;
}

.productShowLeft .Classify li:hover,
.productShowLeft .Classify li:first-child.Down,
.productShowLeft .Classify li.Down {
	cursor: pointer;
}

.productShowLeft .Classify li a {
	color: #333;
}

.productShowLeft .Classify li:hover a,
.productShowLeft .Classify .Down a {
	color: #20b399;
	text-decoration: none;
}

.productShowLeft .Classify li.Down {
	background: url(../product_jt.html)no-repeat center right 10px;
}

.Znav {
	width: 995px;
	height: 556px;
	position: absolute;
	left: 200px;
	top: 113;
	z-index: 999;
	overflow: hidden;
	background: #fff;
}

.Znav .Wbox {
	width: 995px;
	height: 556px;
	overflow-y: auto;
}

.Znav .WboxCon {
	float: left;
	width: 770px;
	font-size: 14px;
	margin: 7px auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.Znav .WboxCon .menu_detail_item {
	position: relative;
	line-height: 24px;
	clear: both;
	margin: 0 auto 15px;
}

.Znav .WboxCon .menu_detail_item a:hover {
	color: #20b399;
}

.Znav .WboxCon .menu_detail_title {
	float: left;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	width: 86px;
	text-align: right;
	font-weight: 400;
	margin: 0 10px 0 0;
}

.Znav .WboxCon .menu_detail_title a {
	color: #333;
}

.Znav .WboxCon .menu_detail_title a::after {
	content: ">";
	padding-left: 5px;
}

.Znav .WboxCon .menu_detail_con {
	overflow: hidden;
	*zoom: 1;
}

.Znav .WboxCon .menu_detail_con a {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	color: #666;
	display: block;
	width: 18ch;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Znav .menu_detail_adv {
	float: right;
	width: 208px;
	overflow: hidden;
	border-left: 1px solid #eee;
	height: 560px;
	padding-left: 5px;
	box-sizing: border-box;
}

.Znav .menu_detail_adv .logo_item {
	margin: 10px auto 20px;
	overflow: hidden;
}

.Znav .menu_detail_adv .logo_item a {
	float: left;
	display: block;
	margin: 10px 3px 0 3px;
	width: 92px;
	border: 1px solid #eee;
}

.Znav .menu_detail_adv .logo_item a em {
	width: 92px;
	height: 53px;
	display: block;
	overflow: hidden;
	line-height: 53px;
}

.Znav .menu_detail_adv .logo_item a img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}


.Znav .menu_detail_adv .logo_item h3 {
	color: #000;
	text-align: center;
}

.Znav .menu_detail_adv .logo_item a span {
	font-size: 12px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #666;
	background: url(../j.html) no-repeat right top #f6f6f6;
	width: 92px;
	overflow: hidden;
}

.Znav .menu_detail_adv .menu_adv,
.Znav .menu_detail_adv .menu_adv img {
	width: 192px;
	height: 172px;
	overflow: hidden;
}

.Znav .menu_detail_adv .menu_adv {
	margin: 5px auto;
}

.productShow .productShowCenter {
	width: 758px;
	height: 558px;
	float: left;
	margin: 0 20px;
	overflow: hidden;
}

.productShowCenter .recommen_tab {
	width: 100%;
	height: 24px;
	margin: 0 auto;
	background: #fff;
}

.productShowCenter .recommen_tab span {
	display: inline-block;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	margin: 0 11px 0 0;
}

.productShowCenter .recommen_tab span:last-child {
	margin: 0;
}

.productShowCenter .recommen_tab span.current a,
.productShowCenter .recommen_tab span:hover {
	color: #20b399;
}

.productShowCenter .recommen_tab span.current a {
	font-size: 18px;
}

.productShowCenter .recommen_con {
	width: 100%;
	margin: 15px auto 0;
	overflow: hidden;
}

.productShowCenter .recommen_con li {
	width: 100%;
	height: 518px;
	overflow: hidden;
	display: none;
}

.productShowCenter .recommen_con li.current {
	display: block;
}

.productShowCenter .recommen_con li .in_recommen_con {
	width: 174px;
	height: 247px;
	margin: 0 20px 20px 0;
	float: left;
}

.productShowCenter .in_recommen_con:nth-of-type(4n) {
	margin: 0 0 20px 0 !important;
}

.productShowCenter .recommen_img{
	width: 172px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #eee;
	line-height: 160px;
	display: flow-root list-item;
	text-align: center;
}
.productShowCenter .recommen_img img {
	max-width: 160px;
	display: initial;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	transition: all .6s;
	max-height: 150px;
}


.productShowCenter .in_recommen_con:hover .recommen_img img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.productShowCenter .in_recommen_con span {
	background: #f8f8f8;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	box-sizing: border-box;
	color: #777;
	text-align: center;
	font-size: 12px;
	margin: 15px auto 8px;
	display: inline-block;
}

.productShowCenter .in_recommen_con p {
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
}

.productShow .productShowRight {
	width: 180px;
	height: 558px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	border-left: 1px solid #eee;
	overflow: hidden;
}

.business_adv{
	width: 169px;
	height: 70px;
	overflow: hidden;
	margin:15px auto 0;
}
.business_adv img{
	width: 169px;
	height: 70px;
	overflow: hidden;
}

.productShow .in_title {
	font-size: 18px;
	font-weight: normal;
}

.productShowRight_ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
}

.productShowRight_ul li {
	width: 100%;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}

.productShowRight_ul li em {
	float: left;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 100%;
	font-size: 10px;
	text-align: center;
	margin: 16px 5px 0 0;
	background: #f8f8f8;
	color: #999;
}

.productShowRight_ul li:nth-of-type(1) em,
.productShowRight_ul li:nth-of-type(2) em,
.productShowRight_ul li:nth-of-type(3) em {
	background: #fb5512;
	color: #fff;
}

.productShowRight_ul li p {
	float: left;
	width: 150px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}

.productShowRight_ul li:hover p {
	cursor: pointer;
	opacity: 1.2;
}

/* 产品展示2023改版End */


/*试剂/耗材谱*/

.sj {
	margin: 20px auto 0px;
	overflow: hidden;
}

.hc .lay-con a,
.sj .lay-con a {
	padding: 0px 5px 0px 0px;
	line-height: 27px;
}

.sjp-hcp .con-tag a:hover {
	color: #9b5ab6;
}


/*热门促销产品*/

.sjp-hcp .layout-1 {
	width: 290px;
	float: left;
}

.sjp-hcp .layout-2 {
	float: left;
	margin: 0px 0px 10px 25px;
	width: 838px;
}

.sjp-hcp .layout-1 .lay-con {
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

.sjp-hcp .layout-2 .lay-con {
	margin: 15px auto 0px;
	overflow: hidden;
}

.hot-sale {
	width: 838px;
}

.hot-sale .lay-con .ul-3 {
	list-style: none;
	overflow: hidden;
}

.hot-sale .lay-con .ul-3 li {
	float: left;
	margin: 0px 9.5px 0px 0px;
	width: 160px;
}

.hot-sale .lay-con .ul-3 li:hover p a {
	color: #9b5ab6!important;
}

.hot-sale .lay-con .ul-3 li:last-child {
	margin: 0;
}

.hot-sale .lay-con .ul-3 li p {
	font-size: 15px;
}

.hot-sale .lay-con .ul-3>li+li+li+li+li {
	margin: 0px;
}

.hot-sale .lay-con .ul-3 li .hot-tj-img {
	width: 158px;
	height: 90px;
	border: 1px solid #e3e6ed;
	z-index: -100;
	overflow: hidden;
}

.hot-sale .lay-con .ul-3 li .hot-tj-img img {
	width: 158px;
	height: 90px;
	transition: all 0.6s;
}

.hot-sale .lay-con .ul-3 li .hot-tj-img:hover img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.hot-sale .lay-con .ul-3 li .hot-tj-img div {
	width: 43px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	background: url(../b1.html) no-repeat;
	_background: url(../b1-ie6.html) no-repeat;
	text-align: center;
	z-index: 1000;
	position: relative;
	top: -45px;
	left: 117px;
	overflow: hidden;
}

.hot-sale .lay-con .ul-3 li .hot-tj-img div a {
	color: #fff!important;
}

.hot-sale .lay-con .ul-3 li .hot-tj-img div a:hover {
	text-decoration: none;
}

.hot-sale .lay-con .ul-3 li p {
	width: 155px;
	margin: 5px auto 0px;
	padding: 0px 5px;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}


/*应用*/

.proApplication {
	_width: 675px;
	overflow: hidden;
	margin: 10px auto 0px;
	_margin: 0px 0px 0px 10px;
}

.proApplication .ul-1 {
	padding: 5px 0px 5px 0px;
	list-style: none;
	overflow: hidden;
}

.proApplication .ul-1 li {
	float: left;
	width: 380px;
	margin-right: 37px;
	background: url(../index_26.html) no-repeat left 13px;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 15px;
}


/*---------------------------第五部分--------------------------------------*/

.tag-5 {
	margin: 10px auto;
}


/*社区*/

.community .layout-1 {
	width: 290px;
	float: left;
}

.community .layout-2 {
	float: left;
	margin: 0px 0px 10px 25px;
	width: 465px;
}

.community .layout-3 {
	width: 350px;
}

.community .lay-con {
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}

.community .con-tag a:hover {
	color: #ff7200;
}

.title-2 {
	width: 100%;
	overflow: hidden;
}

.title-2 a {
	float: right;
	margin: 3px 10px 0px 0px;
}

.title-2 h4 {
	float: left;
}

.title-2 .more {
	float: right;
	background: url(../more_gray.html) no-repeat left;
	text-indent: 8px;
	font-size: 13px;
	color: #777;
	font-weight: normal;
	padding-right: 5px;
}

.title-2 .more:hover {
	text-decoration: none;
}

.title-2 .moreC05:hover span {
	background: #20b399;
	color: #FFFFFF;
	border-radius: 2px;
}

.title-2 .moreC07:hover span {
	background: #ff7200;
	color: #FFFFFF;
	border-radius: 2px;
}

.groups .lay-con .ul-3 {
	overflow: hidden;
	clear: left;
	width: 290px;
}

.groups .lay-con .ul-3 li {
	float: left;
	list-style: none;
	margin: 0px 10px 20px 0px;
	width: 135px;
}

.groups .lay-con .ul-3 li:hover p a {
	color: #FF7200;
}

.groups .lay-con .ul-3 li .hot-tj-img {
	width: 135px;
	height: 95px;
	overflow: hidden;
	border: 1px solid #e3e6ed;
}

.groups .lay-con .ul-3 li .hot-tj-img img {
	width: 135px;
	height: 95px;
	transition: all 0.6s;
}

.groups .lay-con .ul-3 li .hot-tj-img:hover img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.groups .lay-con .ul-3 li p {
	width: 135px;
	margin: 5px auto 0px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.industryNews,
.firmNews {
	width: 465px;
	height: 151px;
	overflow: hidden;
}

.industryNews .ul-1 li,
.firmNews .ul-1 li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 15px;
}

.firmNews {
	margin: 10px auto 0px;
	*padding-bottom: 10px;
}

.firmNews .ul-1 {
	padding-top: 0px;
}

/*.industryNews .ul-1 li em,
.firmNews .ul-1 li em {
	color: #ff7200;
	font-style: normal;
	float: left;
}

.industryNews .ul-1 li span,
.firmNews .ul-1 li span {
	float: left;
	color: #333;
	padding: 0px 5px;
	box-sizing: border-box;
}*/


/*论坛*/

.layout-3 {
	float: right;
	width: 100%;
}

.forum {
	width: 350px;
}

.forum .lay-con .ul-1 {
	list-style: none;
	margin: 5px 0px 0px 0px;
}

.forum .lay-con .ul-1 li {
	background: url(../index_26.html) no-repeat left 13px;
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 15px;
}

.forum-img {
	width: 350px;
	height: 132px;
	overflow: hidden;
	margin: 0 auto;
}

.forum-img img {
	width: 350px;
	height: 132px;
	transition: all 0.6s;
}

.forum-img:hover img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}


/*会议会展*/

.c-e {
	margin: 10px auto;
}

.c-e .con-tag a:hover {
	color: #7bbd65;
}

.meeting {
	overflow: hidden;
	margin-bottom: 10px;
}

.meeting_ul li {
	float: left;
	margin-right: 80px;
	font-size: 24px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}

.meeting_ul li.on {
	font-weight: bold;
}

.c-e .layout-1 {
	width: 800px;
	float: left;
}

.c-e .layout-3 {
	width: 350px;
	float: right;
}

.c-e .ul-1 li {
	margin-right: 10px;
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	overflow: hidden;
	background: url(../index_26.html) no-repeat left 13px;
	text-indent: 10px;
	clear: left;
	width: 100%;
}

.c-e .ul-1 li .c-e-txt {
	float: left;
	width: 580px;
	overflow: hidden;
}

.c-e .ul-1 li .c-e-map {
	float: right;
	margin: 0px 10px 0px 0px;
}

.c-e-map * {
	float: left;
}

.span-add {
	width: 40px;
	overflow: hidden;
}

.c-e .ul-1 li .c-e-map .c-eMap {
	color: #e84d3b;
	text-decoration: none;
}

.c-e .ul-1 li .c-e-map .c-eTravel {
	color: #ff7200;
}

.c-e .ul-1 li .c-e-map .c-eWeChat {
	color: #20b399;
}

.adv_oraurl{
	position:relative;
	z-index:999;
}
/*会议会展广告CSS3特效Star*/

.c-e .layout-3 .ul-5 li {
	width: 165px;
	height: 39px;
	float: left;
	margin: 0px 0px 10px 8px;
	list-style: none;
	border: 1px solid #e3e6ed;
	display: inline-block;
	position: relative;
	opacity: .999;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-e .layout-3 .ul-5 li:before,
.c-e .layout-3 .ul-5 li:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	box-sizing: content-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-e .layout-3 .ul-5 li:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	border-color: #7bbd65;
}

.c-e .layout-3 .ul-5 li:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
	border-color: #7bbd65;
}

.c-e .layout-3 .ul-5 li:hover:before {
	width: 100%;
	cursor: pointer;
	border-radius: 2px;
}

.c-e .layout-3 .ul-5 li:hover:after {
	height: 100%;
	cursor: pointer;
	border-radius: 2px;
}


/*会议会展广告CSS3特效End*/

.c-e .layout-3 .ul-5 li img {
	width: 165px;
	height: 39px;
}

/*应用模块2023改版Star*/
.s_nav09 li {
	background: url(../more_r2.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav09 li a:hover {
	background: #bf5c68;
	;
}

.literature {
	overflow: hidden;
	border: 0 none;
	border: 1px solid #e4e7ee;
}

.literature .in_title {
	font-size: 18px;
	font-weight: normal;
}

.literatureLeft {
	float: left;
	width: 360px;
	overflow: hidden;
	margin: 20px 20px 10px 20px;
}

.literatureRight {
	float: left;
	width: 778px;
	overflow: hidden;
	margin: 20px 0 10px 0;
	border-left: 1px solid #eee;
	padding-left: 20px;
	box-sizing: border-box;
}

.literature .literature_ul {
	width: 100%;
	height: 464px;
	list-style: none;
	margin: 15px auto 0;
	overflow: hidden;
}

.literature .literature_ul li {
	width: 360px;
	overflow: hidden;
	margin: 0 auto 20px;
}

.literatureRight .literature_ul li {
	float: left;
	margin: 0 30px 20px 0;
}

.literatureRight .literature_ul li:nth-of-type(2n) {
	margin: 0 0 20px 0;
}

.literature .literature_ul li .imgCon,
.literature .literature_ul li .imgCon img {
	width: 126px;
	height: 94px;
}

.literature .literature_ul li .imgCon {
	float: left;
	overflow: hidden;
	border: 1px solid #eee;
}

.literature .literature_ul li .imgCon img {
	transition: all 0.6s;
}

.literature .literature_ul li:hover .imgCon img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.literature .literature_ul li .txtCon {
	width: 216px;
	float: left;
	margin: 0 0 0 15px;
}

.literature .literature_ul li .txtCon p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin: 0 auto 12px;
}

.literature .literature_ul li:hover .txtCon p a {
	color: #bf5c68;
}

.literature .literature_ul li .txtCon .inDiv {
	width: 100%;
	overflow: hidden;
}

.literature .literature_ul li .txtCon .inDiv:first-of-type {
	margin-bottom: 8px;
}

.literature .literature_ul li .txtCon .inDiv em {
	float: left;
	font-style: normal;
	font-size: 12px;
	width: 34px;
	height: 14px;
	line-height: 14px;
	color: #bf5c68;
	border: 1px solid #bf5c68;
	text-align: center;
	margin: 0 5px 0 0;
}

.literature .literature_ul li .txtCon .inDiv span {
	float: left;
	width: 175px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow:ellipsis;
}


/*应用模块2023改版End*/


/*视频资料Star*/

.videoData {
	clear: right;
	list-style: none;
	overflow: hidden;
	margin: 20px 20px 0px 20px;
}

.videoData li {
	float: left;
	margin: 0px 20px 15px 0px;
	width: 368px;
}

.videoData li:nth-child(3n) {
	margin: 0px 0px 15px 0px;
}

.videoData li a {
	display: block;
	position: relative;
	z-index: 99;
}

.videoImg {
	width: 368px;
	height: 204px;
	overflow: hidden;
	z-index: 98;
	position: relative;
}

.videoImg img {
	width: 368px;
	height: 204px;
}

.videoData li .videoLable {
	width: 56px;
	background: url(../videolable.html) no-repeat left center;
	padding-left: 3px;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff;
	font-style: italic;
	z-index: 999;
	position: absolute;
}

.videoData li .videoLable span {
	font-weight: bold;
	padding-left: 5px;
	box-sizing: border-box;
}

.videoData li a p {
	color: #333;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
}

.videoData li a:hover p,
.videoData li a:hover {
	text-decoration: none!important;
	color: #4e6ad0!important;
	overflow: hidden;
}

.videoData li a .videoShelter {
	display: none;
	width: 368px;
	height: 204px;
	overflow: hidden;
}

.videoData li a .videoShelter img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 80px auto;
}

.videoData li a:hover .videoShelter {
	background: url(../rotary.html) repeat;
	width: 368px;
	height: 204px;
	display: block;
	z-index: 99999;
	position: absolute;
}


/*视频资料End*/


/*名企推荐*/

.famous-enter {
	margin: 10px auto 0px;
}

.famous-enter .layout-4 {
	width: 100%;
	overflow: hidden;
}

.famous-enter .layout-4 ul {
	overflow: hidden;
	margin-bottom: 15px;
}

.famous-enter .layout-4 ul li {
	float: left;
	list-style: none;
	width: 185px;
	height: 74px;
	margin: 0px 11px 10px 0px;
	border: 1px solid #e3e6ed;
	overflow: hidden;
	position: relative;
}

.famous-enter .layout-4 ul li:hover {
	border: 1px solid #fa5200;
}

.famous-enter .layout-4 ul li .famous-logo {
	width: 185px;
	height: 74px;
}

.famous-enter .layout-4 ul li .famous-logo:hover {
	text-decoration: none;
}

.famous-enter .layout-4 ul li .famous-logo img {
	width: 185px;
	height: 46px;
}

.famous-enter .layout-4 ul li .famous-logo .famous-name {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #333;
	background: url(../fa-bg.html) no-repeat;
	overflow: hidden;
	padding: 0px 10px;
	box-sizing: border-box;
}

.famous-enter .layout-4 ul li a .dask {
	text-align: center;
	width: 185px;
	height: 74px;
	background: #fa5200;
	position: absolute;
	top: -200px;
	left: 0;
	overflow: hidden;
}

.famous-enter .layout-4 ul li a .dask .p-1 {
	margin-top: 3px;
}

.famous-enter .layout-4 ul li a .dask .p-2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 10px;
}

.famous-enter .layout-4 ul li a .dask .p-2 span {
	font-size: 12px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.Bborder {
	border-bottom: 1px solid #ddd;
}

.clearBoder {
	border: none;
}

.clearTboder {
	border-top: none;
	margin: 0 auto;
}

.padd20 {
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.padd10 {
	padding: 20px 10px 0px 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.padd15 {
	padding: 20px 15px 0px 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.noBoder_t {
	border-top: 0px;
}

.noBoder_b {
	border-bottom: 0px;
}

.noBoder_l {
	border-left: 0px;
}

.noBoder_r {
	border-right: 0px;
}


/*底部*/

.footer {
	width: 100%;
	margin: 20px auto 0px;
	background: url(../bg-top.html) repeat-x #f5f5f5;
	height: 450px;
	overflow: hidden;
}

.foot {
	width: 1190px;
	margin: 30px auto 0px;
}

.foot-con {
	width: 1190px;
	height: 250px;
	margin: 0 auto;
}

.friendlinks {
	float: left;
	width: 875px;
	margin: 0px 0px 0px 10px;
}

.friendlinks h3 {
	font-size: 20px;
}

.links {
	width: 875px;
	overflow: hidden;
	margin: 20px auto 0px;
}

.links a {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	overflow: hidden;
	color: #666;
}
.links a::after{content: "|"; padding: 0 5px;}
.links a:last-child::after{ content: "";} 
.links a:hover::after{color: #666; }
.linksTab {
	width: 100%;
	overflow: hidden;
}

.linksTab .nav {
	float: left;
	list-style: none;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.linksTab .nav li {
	float: left;
	text-align: left;
	margin-right: 20px;
	cursor: pointer;
	border-right: 0 none;
	font-weight: bold;
	padding: 0 10px;
	box-sizing: border-box;
	background: #F5F5F5;
}

.linksTab .nav li.act {
	color: #333;
	background: #eee;
}
.linksCon {
	margin:0 0 0 10px;
	display: none;
	overflow: hidden;
}

.links .on {
	display: block;
}

/* .links a span {
	padding: 0px 4px 0px 4px;
	overflow: hidden;
	clear: left;
} */

.friendlinks p a {
	float: left;
	margin: 10px 20px 0px 0px;
	text-decoration: none;
}


/*申请友情链接CSS3Star*/

.friendlinks .apply_friends {
	display: block;
	width: 105px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #188EEE;
	border-radius: 2px;
	color: #188EEE;
	text-align: center;
	margin: 10px 0px;
	text-transform: uppercase;
	background: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: -webkit-linear-gradient(left, #188EEE, #188EEE) no-repeat;
	background: linear-gradient(to right, #188EEE, #188EEE) no-repeat;
	background-size: 100% 0%;
}

.friendlinks .apply_friends:hover {
	background-size: 100% 100%;
	color: #fff;
	text-decoration: none;
	*background: #188eee;
}


/*申请友情链接CSS3End*/

#mydiv2 {
	display: none;
	float: left;
	height: 100px;
	margin-top: 50px;
	position: absolute;
	width: 100px;
	z-index: 9996;
}

.foot-r {
	float: right;
	width: 260px;
	background: url(../bg-right.html) repeat-y;
}

.foot-r a img {
	margin: 0px 0px 0px 80px;
}

.two-d-code {
	margin: 10px 0px 0px 40px;
}

.foot-nav {
	background: url(../bg-bottom.html) repeat-x;
	width: 1190px;
	height: 100px;
	margin: 20px auto 0px;
}

.foot-nav p {
	clear: both;
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #666;
	line-height: 20px;
}

.map-nav {
	float: left;
	width: 710px;
	margin: 15px 0px 15px 10px;
}

.map-nav a {
	display: block;
	float: left;
	overflow: hidden;
	font-size: 12px;
}

.map-nav a span {
	padding: 0px 4px 0px 4px;
	overflow: hidden;
	clear: left;
}

.links a:hover,
.map-nav a:hover {
	color: #ff9b00!important;
}

.links a:hover span,
.map-nav a:hover span {
	color: #666;
}

.mov-nav {
	float: right;
	margin: 15px 10px 15px 0px;
}


/*antop*/

.AntopImg {
	width: 272px;
	height: 192px;
	overflow: hidden;
	border: 1px solid #e3e6ed;
}

.AntopImg a:hover {
	color: #e84d3b;
}

.antop_a {
	display: block;
}

.antop_Img,
.antop_prize {
	width: 270px;
	height: 155px;
	z-index: 90;
	overflow: hidden;
	position: relative;
}

.antop_prize1{display:none;}
.antop_Img img,
.antop_Img1 img,
.antop_prize img,
.antop_prize1 img {
	width: 270px;
	height: 155px;
}

.antop_a .antop_p {
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #333;
	text-align: center;
	overflow: hidden;
}

.antop_a:hover {
	text-decoration: none;
}

.antop_div {
	height: 35px;
	line-height: 35px;
}

.antop_div a {
	float: left;
	display: block;
	margin: 0px 10px 0px 10px;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}

.antop_div .antop_a1 {
	background: url(../antop_a1.html) no-repeat left center;
	text-indent: 20px;
}

.antop_div .antop_a2 {
	background: url(../antop_a2.html) no-repeat left center;
	text-indent: 22px;
}

.antop_div .antop_a3 {
	background: url(../antop_a3.html) no-repeat left center;
	text-indent: 22px;
}

.antop_div .antop_a4 {
	background: url(../antop_a4.html) no-repeat left center;
	text-indent: 22px;
}

#antop_p {
	width: 270px;
	height: 155px;
	margin: 0 auto;
}

.antop_p {
	text-align: center;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
}

.antop_prize1 h5,
.antop_prize1 p {
	width: 160px;
	margin: 0 auto;
	text-align: center;
}

.antop_prize1 h5 {
	font-size: 14px;
	height: 20px;
	display: block;
	overflow: hidden;
	padding: 45px 0px 5px 0px;
	color: #8e0c0a;
}

.antop_prize1 p {
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #333;
}

.AntopImg a:hover .antop_prize p {
	color: #333;
}

.s_nav08 {
	float: right;
	list-style: none;
	margin: 8px 10px 0px 0px;
}

.s_nav08 li {
	float: left;
	margin-left: 33px;
}

.s_nav08 li {
	background: url(../more_r1.html) no-repeat left;
	text-indent: 5px;
	margin-top: 5px;
}

.s_nav08 a {
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin-left: 6px;
	padding: 0;
	text-align: center;
	color: #777;
}

.s_nav08 a:hover {
	background: #e84e3c;
	color: #fff;
	text-decoration: none;
}
/*安捷伦右下方漂浮广告
.mypiaofu{ width:300px; height:225px; background:#D8D8D8; position:fixed; right:-262px; bottom:10px;z-index:9999;}
.mypiaofu .close{ position:absolute; top:5px; left:255px;z-index:10000; width:35px; height:16px; line-height:14px;  background:#b01300; border-radius:8px;color:#fff;display:block;color:#ffffff;text-decoration:none;font-size:11px; text-align:center; font-family: 微软雅黑;}
*/
/*下面是对联广告的css代码*/
.duilian{top:140px;position:absolute; width:102px; overflow:hidden; display:none;}
.duilian_left{ left:1px;}
.duilian_right{right:-12px;}
.duilian_con{overflow:hidden;width:90px;/*height:360px;*/text-align: center;}
.duilian_close{ width:100%; height:24px; line-height:24px; text-align:center; display:block; font-size:13px; color:#555555; text-decoration:none;}


/*搜索联想下拉框样式*/
#moredetail a {
    display: block;
    margin-left: 10px;
    border-bottom: 1px solid #fafafa;
    line-height: 1.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

#moredetail {
	z-index: 9999999;
    position: absolute;
    width: 417px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
	left:513px;
	top:87px;
}
/*新年背景样式*/
/*
body{ background:url("//img.antpedia.com/images/20170120_index_bg.jpg") no-repeat scroll center top !important;}
*/

/*顶部我的空间样式*/
.kjgl {
    background: rgba(0, 0, 0, 0) url("../me-space-2.html") no-repeat scroll 0 0;
    color: #fff !important;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    text-indent: 6px;
    width: 91px;
}
.kjgl p {
    cursor: pointer;
}
.kjgl p {
    color: #fff;
}
.kjgl ul {
    background: #f6f6f6 none repeat scroll 0 0;
    display: none;
    margin-top: 2px;
    position: absolute;
    width: 90px;
    z-index: 999999;
}
.kjgl ul li {
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    list-style: outside none none;
    padding-left: 1px;
    text-align: center;
    width: 90px;
}
.kjgl ul li:hover {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    width: 90px;
}
.kjgl ul li a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
/*Minisite*/

.minisite_ull  {
	list-style: none;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
}

.minisite_ull  li {
	height: 22px;
	overflow: hidden;

}
.minisite_ull  li:hover .minisite_lable {
	color: #fff !important;
	background: #ff4242;
}

.minisite_ull  li:hover .minisite_a {
	text-decoration: none;
	color: #ff4242;
}

.minisite_ull  li a {
	float: left;
}

.minisite_lable {
	width: 26px;
	height: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	text-align: center;
	vertical-align:middle;
	border: 1px solid #ff4242;
	font-size: 12px;
	color: #ff4242!important;
	border-radius: 2px;
	margin: 4px auto 0px;
}

.minisite_a {
	width: 240px;
	margin-left: 10px;
	line-height: 22px;
}

.minisite_lable:hover {
	text-decoration: none;
}


/**新品发布厅 start**/
.releaseDiv {
	overflow: hidden;
	display: block;
}

.release_title {
	width: 96%;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}

.release_title .line {
	height: 1px;
	width: 100%;
	background: #fddfc4;
	position: absolute;
	z-index: 99;
	margin: -10px 0 0 0;
}

.release_title .release_time {
	overflow: hidden;
	height: 50px;
}

.in_release_time {
	float: left;
}

.release_month {
	margin: 0 90px;
}

.release_month:nth-child(2) {
	margin: 0 90px 0 50px;
}

.release_month span {
	font-size: 20px;
	color: #188EEE;
	height: 30px;
	line-height: 30px;
	display: block;
}

.release_year span {
	font-size: 24px;
	font-weight: bold;
	color: #ff7200;
}

.in_release_time em {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #ff7200;
	display: block;
	border-radius: 50%;
	margin: 4px auto 0;
	z-index: 999;
	position: absolute;
}

.release_Con {
	overflow: hidden;
	width: 96%;
	margin: 0 auto 20px;
}

.in_release_Con {
	width: 219px;
	float: left;
	margin: 0 11px 0 0;
}

.in_release_Con:last-of-type {
	margin: 0 auto;
}

.in_release_Con p a {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	display: block;
}

.in_release_Con .release_img {
	width: 219px;
	height: 122px;
	overflow: hidden;
	margin: 10px auto 5px;
}

.in_release_Con .release_img img {
	width: 219px;
	height: 122px;
	overflow: hidden;
	border-radius: 2px;
	transition: all 0.6s;
}
.in_release_Con .release_img:hover img{
	    cursor: pointer;
	    transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	    -webkit-transform: scale(1.1, 1.1);
	    -o-transform: scale(1.1, 1.1);
	    -moz-transform: scale(1.1, 1.1);
}

.release_brand,
.release_model {
  width: 100%;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.release_model {
  margin: 0 auto 10px;
}

/**新品发布厅 end**/

.adv_new{
    width:450px;
    height:65px;
    margin:0px auto 10px;
    overflow: hidden;
}

.topicList .adv_new{
    margin:7px auto 0;
}


/*要闻2023改版Star*/
.new-txt-First {
	width: 450px;
	height: 32px;
	line-height: 32px;
	background: url(../tt.html) no-repeat;
	margin: 12px auto 0px;
	text-align: center;
	overflow: hidden;
}

.new-txt-First a.adv_oraurl {
	color: #ff9b00;
	font-size: 17px;
	font-weight: bold;
	width: 90%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.app-txt-First {
	margin: 12px auto 0 !important;
}

.new-txt {
	width: 448px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: relative;
	opacity: .999;
	border: 1px dotted #ff9b00;
	text-align: center;
	background-color: transparent;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.new-txt-1 {
	text-align: left;
}

.new-txt-1:first-child {
    margin-top: 12px;
}

.ichain .cf {
    margin: 10px auto;
}

.new-txt img {
	float: left;
	width: 42px;
	height: 17px;
	margin: 6px 5px 0px 5px;
}

.new-txt:before,
.new-txt:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	box-sizing: content-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.new-txt:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.new-txt:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
}

.new-txt a.adv_oraurl {
	color: #ff9b00;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	height: 32px; 
	display: block; 
	position: relative; 
	z-index: 999;
	/* float: left;
	width: 390px; */
}

.new-txt:hover a.adv_oraurl {
	text-decoration: none;
}

.new-txt:hover:before {
	width: 100%;
	cursor: pointer;
}

.new-txt:hover:after {
	height: 100%;
	cursor: pointer;
}

.new-txt:before,
.new-txt:after {
	border-color: #ff9b00;
}


.cf {
	margin: 12px auto;
}

.cf li {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	list-style: none;
}

.cf li img {
	width: 18px;
	height: 18px;
	margin: 6px;
	float: left;
}

.cf li a {
	float: left;
	width: 400px;
	height: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cf li:hover a,
.standard-ul li:hover a {
	color: #ff9b00;
}

.tab_new_adv,
.tab_new_adv img {
	width: 450px;
	height: 72px;
	overflow: hidden;
}

.tab_new_adv {
	margin: 0 auto;
}

.hotTopic {
	width: 450px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin: 14px auto 0;
	overflow: hidden;
}

.hotTopic span {
	float: left;
	color: #999;

}

.hotTopic a {
	float: right;
	color: #666;
	background: url(../more_o.html) no-repeat left;
	text-indent: 8px;
}


/*应用2023改版Star*/

.application {
	width: 450px;
	overflow: hidden;
	margin: 12px auto 0;
}

.application:last-child{
  margin: 12px auto 13px;
}

.application:hover p a {
	color: #ff9b00;
}

.application .appImg {
	float: left;
	width: 134px;
	height: 88px;
	line-height: 88px;
	border: 1px solid #f2f2f2;
	overflow: hidden;
	display: flow-root list-item;
	text-align: center;
}

.application .appImg img {
	max-width: 134px;
	max-height: 88px;
	display: initial;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
	transition: all 0.6s;
}

.application .appImg:hover img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.application .topTab {
	background: #e40114;
	padding: 0px 5px;
	box-sizing: border-box;
	color: #fff;
	z-index: 12;
	position: absolute;
	font-size: 10px;
	margin: 1px;
}

.application .appCon {
	float: left;
	width: 295px;
	margin: 0px 0px 0px 15px;
}

.application .appCon p {
	font-size: 15px;
	line-height: 22px;
	max-height: 66px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.application .appTab {
	overflow: hidden;
	height: 18px;
	margin: 5px auto 0px;
	overflow: hidden;
}

.application .appTab span {
	background: #effaff;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px;
	box-sizing: border-box;
	float: left;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #666;
}

.hotwordBox {
	width: 450px;
	height: 104px;
	overflow: hidden;
	background: url(../hotword_bg.html) no-repeat top center;
	padding: 10px 12px;
	box-sizing: border-box;
	margin: 18px auto;
}

.hotwordBox .hotTitle {
	text-align: center;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto 5px;
	color: #e60012;
}

.hotwordBox .hotWord {
	height: 64px;
	overflow: hidden;
}

.hotwordBox .hotWord a {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	float: left;
	margin: 0 12px;
	color: #000;
}

/*应用End*/


/*专题Star*/
.topicList {
	width: 450px;
	overflow: hidden;
}

.topicList:last-child {
    margin-bottom: 12px;
}

.topicFirst {
	width: 448px;
	margin: 12px auto 0px;
	overflow: hidden;
	border: 1px solid #ededed;
}

.topicFirst a h4 {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	width: 450px;
}

.topicFirst:hover a {
	text-decoration: none;
}

.topicFirst .topicImg {
	display: block;
	width: 448px;
	height: 72px;
	overflow: hidden;
}

.topicFirst .topicImg img {
	width: 448px;
	height: 72px;
	transition: all 0.6s;
}

.topicFirst .topicImg:hover img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.topic-ul {
	list-style: none;
	margin: 9px auto 0px;
}

.topic-ul li {
	font-size: 15px;
	background: url(../index_26.html) left 13px no-repeat;
	list-style: none;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

/*标准2023改版Star*/

.standard-ul {
	margin: 12px auto;
}

.standard-ul li {
	font-size: 15px;
	list-style: none;
	height: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.standard {
	text-align: center;
}

.standard span {
	clear: left;
	width: 450px;
}

.standard_02,
.standard_03 {
	width: 450px;
	margin: 11px auto;
	list-style: none;
	overflow: hidden;
}

.standard_02 li {
	float: left;
	height: 42px;
	line-height: 42px;
	background: url(../more_o-2.html) no-repeat left center;
	text-indent: 10px;
	font-size: 18px;
	margin-right: 100px;
}

.standard_02 li:hover a {
	text-decoration: underline;
}

.standard_03 {
	clear: left;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.standard_03 li {
	width: 149.5px;
	float: left;
	padding: 0px 8px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.standard_03 li span {
	float: left;
	display: block;
	width: 20px;
	font-size: 18px;
	color: #ff9f0b;
	font-weight: bold;
	margin-right: 3px;
}

.standard_03 li a {
	float: left;
	width: 105px;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
}

.standard_03 li:hover {
	cursor: pointer;
}

.standard_03 li:hover a {
	text-decoration: underline;
	color: #ff9f0b;
}

/*标准End*/

/*专访2023改版Star*/

.content-3 {
	width: 1200px;
	float: left;
	border: none;
}

.container {
	width: 1190px;
	overflow: hidden;
	clear: left;
}

.con-tag .Interview_ul {
	width: 792px;
	float: left;
	margin: 0 auto;
	overflow: hidden;
}

.con-tag .Interview_ul li {
	float: left;
	margin: 0px 13px 20px 0px;
	list-style: none;
	width: 255px;
	overflow: hidden;
}

.con-tag .Interview_ul li:hover p a {
	color: #3b8b96;
}

.con-tag .Interview_ul li:nth-of-type(3n) {
	margin: 0 0 20px 0;
}

.con-tag .Interview_ul li .interview-img {
	width: 255px;
	height: 153px;
	line-height: 153px;
	z-index: 0;
	position: relative;
	overflow: hidden;
	display: flow-root list-item;
	text-align: center;
}

.con-tag .Interview_ul li .interview-img img {
	max-width: 255px;
	max-height: 153px;
	display: initial;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	transition: all 0.6s;
}

.con-tag .Interview_ul li .interview-img:hover img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.con-tag .Interview_ul li h4 {
	font-size: 13px;
	color: #fff;
	width: 255px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	margin-top: 125px;
	padding: 0px 5px;
	box-sizing: border-box;
	font-weight: normal;
	text-decoration: none;
	background: url(../interview.html) repeat-x;
}

.con-tag .Interview_ul li p {
	font-size: 14px;
	height: 44px;
	line-height: 22px;
	margin: 10px auto 0;
	overflow: hidden;
	white-space: normal;
	letter-spacing: 1px;
	color: #444;
}

.videoBox {
	width: 379px;
	border: 1px solid #f8f8f8;
	float: left;
	margin: 0 0 0 17px;
	overflow: hidden;
}

.videoFirst {
	width: 379px;
	height: 250px;
	overflow: hidden;
}

.videoFirst a {
	display: block;
	position: relative;
	z-index: 99;
}

.videoImg {
	width: 379px;
	height: 210px;
	overflow: hidden;
	z-index: 98;
	position: relative;
}

.videoImg img {
	width: 379px;
	height: 210px;
}

.videoFirst .videoLable {
	width: 56px;
	height: 24px;
	background: url(../videolable.html) no-repeat left center;
	padding-left: 3px;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff;
	font-style: italic;
	z-index: 999;
	position: absolute;
}

.videoFirst .videoLable span {
	font-weight: bold;
	padding-left: 5px;
	box-sizing: border-box;
}

.videoFirst a .videoShelter {
	display: block;
	background: url(../rotary.html) repeat;
	width: 379px;
	height: 210px;
	overflow: hidden;
	z-index: 99999;
	position: absolute;
}

.videoFirst a .videoShelter img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 80px auto;
}

.videoFirst a p {
	color: #333;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
}

.videoFirst a:hover p,
.videoFirst a:hover {
	text-decoration: none !important;
	color: #3b8b96 !important;
	overflow: hidden;
}

.videoList {
	width: 360px;
	margin: 0 auto;
	list-style: none;
	padding: 0 0 5px 0;
	box-sizing: border-box;
}

.videoList li {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-indent: 20px;
}

.videoList li:nth-of-type(1) {
	background: url(../video_num_red.html)no-repeat left 11px;
}

.videoList li:nth-of-type(2) {
	background: url(../video_num_red.html)no-repeat left -22px;
}

.videoList li:nth-of-type(3) {
	background: url(../video_num_gray.html)no-repeat left 11px;
}

.videoList li:nth-of-type(4) {
	background: url(../video_num_gray.html)no-repeat left -22px;
}

.videoList li:nth-of-type(5) {
	background: url(../video_num_gray.html)no-repeat left -53px;
}

.videoList li:nth-of-type(6) {
	background: url(../video_num_gray.html)no-repeat left -85px;
}

.videoList li a {
	display: block;
}

.videoList li p {
	float: left;
	width: 360px;
	font-size: 16px;
}

.videoList li span {
	float: right;
	font-size: 14px;
	color: #aaa;
	padding-right: 20px;
	box-sizing: border-box;
	display: block;
	background: url(../video_icon_num.html)no-repeat right center;
}

.videoList li:hover a p {
	cursor: pointer;
	text-decoration: underline;
}

/*专访2023改版End*/

/* 仪器导购2023改版End */
.ibookBox {
	width: 1188px;
	height: 617px;
	overflow: hidden;
}

.ibookBox .ibookLeft {
	width: 200px;
	height: 617px;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	border-right: 1px solid #e4e7ee;
}

.ibookBox .ibookLeft .in_title {
	color: #4e6ad0;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
}

.ibookBox .ibookLeft .subclassList {
	width: 100%;
	overflow: hidden;
}

.ibookBox .ibookLeft .inSubclass {
	margin: 5px auto;
}

.ibookBox .ibookLeft .inSubclass a {
	font-size: 14px;
}

.ibookBox .ibookLeft .inSubclass .firstLevel a {
	height: 26px;
	line-height: 26px;
	color: #4e6ad0;
	overflow: hidden;
    display: block;
}

.ibookBox .ibookLeft .inSubclass .firstLevel:hover a {
	text-decoration: underline;
}

.ibookBox .ibookLeft .inSubclass .secondLevel {
	height: 24px;
	overflow: hidden;
}

.ibookBox .ibookLeft .inSubclass .secondLevel a {
	height: 24px;
	line-height: 24px;
    color: #999;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    display: block;	
}

.ibookBox .ibookLeft .inSubclass .secondLevel a:hover {
	color: #4e6ad0;
}

.ibookBox .ibookCenter {
	width: 610px;
	height: 617px;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}

.ibookBox .ibookCenter .ibook_tab {
	width: 100%;
	height: 34px;
	margin: 0 auto;
	background: #fff;
}

.ibookBox .ibookCenter .ibook_tab span {
	display: inline-block;
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	margin: 0 16px 0 0;
}

.ibookBox .ibookCenter .ibook_tab span:last-child {
	margin: 0;
}

.ibookBox .ibookCenter .ibook_tab span.current a,
.ibookBox .ibookCenter .ibook_tab span:hover a {
	color: #20b399;
	font-size: 18px;
}

.ibookBox .ibookCenter .ibook_con {
	width: 100%;
	margin: 10px auto 0;
	overflow: hidden;
}
.ibookBox .ibookCenter .ibook_con li {
	width: 100%;
	overflow: hidden;
	display: none;
}

.ibookBox .ibookCenter .ibook_con li.current {
	display: block;
}

.ibookBox .ibookCenter .ibook_con li .in_ibook_con {
	width: 180px;
	height: 250px;
	border: 1px solid #eee;
	margin: 0 17px 30px 0;
	float: left;
}
.ibookBox .ibookCenter  .ibook_con li .in_ibook_con:hover{
	cursor: pointer;
}
.ibookBox .ibookCenter .in_ibook_con:nth-of-type(3n) {
	margin: 0 0 20px 0 !important;
}

.ibookBox .ibookCenter .ibook_img {
	width: 178px;
	height: 134px;
	line-height: 134px;
	overflow: hidden;
	margin: 0 auto;
	display: flow-root list-item;
	text-align: center;
}

.ibookBox .ibookCenter .ibook_img img {
	max-width: 168px;
	max-height: 124px;
	display: initial;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	transition: all .6s;
}

.ibookBox .ibookCenter .in_ibook_con:hover .ibook_img img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.ibookBox .ibookCenter .in_ibook_con p {
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0 5px;
	box-sizing: border-box;
}
.ibookBox .ibookCenter .in_ibook_con span {
	height: 24px;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	display:block;
	overflow: hidden;
	padding: 0 5px;
	box-sizing: border-box;
}

.ibookBox .ibookRight {
	width: 375px;
	float: right;
	padding: 15px;
	box-sizing: border-box;
	border-left: 1px solid #e4e7ee;
}

.ibookBox .ibookRight .in_ibookBox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 10px;
}

.ibookBox .ibookRight .in_ibookBox:last-of-type {
	margin: 0 auto;
}

.ibookBox .ibookRight .in_ibookTitle {
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}

.ibookBox .ibookRight .in_ibookTitle img {
	width: 18px;
	height: 18px;
	float: left;
	margin: 8px 8px 8px 0;
}

.ibookBox .ibookRight .in_ibookTitle span {
	float: left;
	font-size: 18px;
	color: #4e6ad0;
}

.ibookBox .ibookRight .in_ibookUl {
	width: 100%;
	list-style: none;
	overflow: hidden;
	margin: 5px auto 0;
}

.ibookBox .ibookRight .in_ibookUl li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.ibookBox .ibookRight .in_ibookUl li em {
	float: left;
	background: #aeaeae;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin: 8px 0
}

.ibookBox .ibookRight .in_ibookUl li p {
	float: left;
	margin: 0 0 0 8px;
	width: 300px;
	overflow: hidden;
}
.ibookBox .ibookRight .in_ibookUl li:hover a p{
	text-decoration: underline;
}
/* 仪器导购2023改版End */

.bibcock {
  display: block;
  font-style: normal;
  position: absolute;
  height: 24px;
  overflow: hidden;
  z-index: 99;
  margin: 5px;
}
.bibcock img {
  width: 100%;
  height: 100%;
  display: block;
}


.nav-list > li a .investment_label {
  background: url(../investment_logo.html) no-repeat left 50px top 2px;
  background-size: 16px;
}


/* 主菜单全部分类Star */
.all_categories {
width: 1225px;
height: 570px;
margin: 0 auto;
z-index: 5555;
overflow: hidden;
position: relative;
background: #fff;
box-shadow: 0 1px 2px #ccc;
border-radius: 0 0 5px 5px;
}

.primary_classify {
float: left;
width: 200px;
height: 554px;
background: #ffffff;
border-right: 1px solid #eee;
}

.primary_classify .classify_ul {
margin: 10px 0;
}

.primary_classify .classify_ul li {
height: 35px;
line-height: 35px;
padding-left: 10px;
background: #fff;
font-size: 15px;
list-style: none;
margin: 3px 0;
border-left: 4px solid #fff;
}

.primary_classify .classify_ul li:hover,
.primary_classify .classify_ul li:first-child.down_li,
.primary_classify .classify_ul .down_li {
cursor: pointer;
background: #eff2fd;
border-left: 4px solid #188eee;
}

.primary_classify .classify_ul li a {
color: #333;
}

.primary_classify .classify_ul li:hover a {
color: #000;
}

.primary_classify .classify_ul .down_li a {
color: #000;
text-decoration: none;
}

.shade_box {
float: left;
background: #fff;
width: 1024px;
height: 554px;
top: 0;
z-index: 300;
overflow-y: scroll;
overflow-x: hidden;
}

.shade_box .in_shade_box {
width: 1024px;
float: left;
color: #ddd;
overflow: hidden;
}

.shade_box .in_shade_con {
float: left;
width: 770px;
font-size: 14px;
margin: 7px auto;
padding: 10px;
box-sizing: border-box;
}

.classify_detail_adv {
float: right;
width: 228px;
overflow: hidden;
border-left: 1px solid #eee;
height: 554px;
}

.classify_detail_adv .classify_logo_item {
margin: 10px auto 20px;
overflow: hidden;
}

.classify_detail_adv .classify_logo_item a {
float: left;
display: block;
margin: 10px 0 0 8px;
width: 92px;
border: 1px solid #eee;
}

.classify_detail_adv .classify_logo_item a em {
width: 92px;
height: 53px;
display: block;
overflow: hidden;
line-height: 53px;
}

.classify_detail_adv .classify_logo_item a img {
width: 100%;
height: auto;
vertical-align: middle;
}


.classify_detail_adv .classify_logo_item h3 {
color: #000;
text-align: center;
}

.classify_detail_adv .classify_logo_item a span {
font-size: 12px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
margin: 0 auto;
display: block;
height: 20px;
line-height: 20px;
color: #666;
background: url(../j.html) no-repeat right top #f6f6f6;
width: 92px;
overflow: hidden;
}

.classify_detail_adv .menu_adv,
.classify_detail_adv .menu_adv img {
width: 192px;
height: 172px;
overflow: hidden;
}

.classify_detail_adv .menu_adv {
margin: 5px auto;
}

.shade_box .in_shade_con .classify_detail_item {
position: relative;
line-height: 26px;
clear: both;
margin: 0 auto 15px;
}

.shade_box .in_shade_con .classify_detail_item a:hover {
color: #188eee;
}

.shade_box .in_shade_con .classify_detail_title {
float: left;
overflow: hidden;
position: relative;
left: 0;
top: 0;
width: 100px;
text-align: right;
font-weight: 400;
margin: 0 10px 0 0;
}

.shade_box .in_shade_con .classify_detail_title a {
color: #000;
}

.shade_box .in_shade_con .classify_detail_title a::after {
content: ">";
padding-left: 5px;
}

.shade_box .in_shade_con .classify_detail_con {
overflow: hidden;
*zoom: 1;
}

.shade_box .in_shade_con .classify_detail_con a {
float: left;
padding: 0 10px;
box-sizing: border-box;
height: 26px;
line-height: 26px;
white-space: nowrap;
color: #666;
width: 18ch;
overflow: hidden;
text-overflow: ellipsis;
}

/* 主菜单全部分类End */

