
#header{
	width: 100%;
	height: 42px;
	min-width: 1430px;
	background: #00a498;
}
.header{
	width: 1430px;
	margin: 0 auto;
}
.loginDiv{
	font-size: 12px;
	line-height: 42px;
	color: #fff;
	float: left;
}
.loginDiv a{
	color: #fff;
	margin-right: 20px;
}
.download{
	width: 107px;
	height: 24px;
	background: #009389;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	border-radius: 3px;
	float: right;
	margin-top: 8px;
}
.download a{
	color: #fff;
}
.header p{
	font-size: 18px;
	line-height: 40px;
	color: #2abdb0;
	float: right;
	margin-right: 20px;
	font-size: 12px;
}
.header p a{
	font-size: 12px;
	color: #fff;
	margin: 0 10px;
}
#top{width: 1430px;height: 90px;margin: 10px auto;position: relative;z-index: 9999;}
#top img.logo{display: block; position: absolute; top:13px; left:0;}
.top p{ width:348px; height:30px; position:absolute; top:11px; left:299px; }
.top p a{ width:58px; float:left; font:normal 14px/30px "\5b8b\4f53"; color:#000; text-align:center; }
.top p a.focus,.top p a.hot{ color:#38880b; font-weight:bold; }
.top form{ width:428px; height:35px; position:absolute; top:41px; left:299px; }
.top form input{ width:361px; height:33px; float:left; border:1px solid #4E9B31; border-right:0; text-indent:10px; font:normal 14px/33px "\5b8b\4f53"; color:#666; }
.top form button{ width:66px; height:35px; float:left; background:url("../images/index/2015index.png") no-repeat 0 0px; cursor:pointer; }

.search{ float: right;width: 425px; height: 46px;;margin: 18px 0;}
.searchSelect{
	width: 93px;
	height: 46px;
	float: left;
	background: #f2f2f2;
	border-right:1px solid #e8e8e8;
	position: relative;
	z-index: 99999;
	border-radius: 2px 0 0 0 2px;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 14px;
	line-height: 46px;
	color: #333;
	text-indent: 20px;
}
.searchSelectTop i{
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	top: 20px;
	left: 64px;
	background:url(../../images/shop/shop.png) no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot{
	position: absolute;
	width: 91px;
	border:1px solid #ddd;
	left: 0px;
	top: 46px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background-color: #00a499;
	color: #fff;
}
.search input{
	width: 284px;
	height: 46px;
	float: left;
	text-indent: 20px;
	font-size: 12px;
	line-height: 46px;
	color: #aaa;
	border:none;
	background: #f2f2f2;
	font-family: "microsoft yahei";
}
.search button{
	width: 47px;
	height: 46px;
	border:none;
	background:url(../../images/shop/shop.png) no-repeat 17px -6px #ff9000;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 0 2px 2px 0;
	margin-top: 18px;
}
#banner{
	width: 100%;
	min-width: 1200px;
	height: 544px;
	background: url(../../images/shop/bannerBg.jpg) repeat-x 0 bottom;
}
.banner{
	width: 1430px;
	margin: 0 auto;
}
.containor {
	height: 450px;
	width: 300px;
	position: relative;
	float: left;
	z-index: 9999;
}
.containor h2 {
    height: 54px;
    font-size: 16px;
    line-height: 54px;
    color: #fff;
    text-indent: 30px;
    background: #ff9000;
    position: relative;
}
.containor h2 a{
	color: #fff;
}
.containor h2 a.menu{
	width: 13px;
	height: 11px;
	background: url(../../images/shop/shop.png) no-repeat 0 -54px;
	position: absolute;
	top: 22px;
	left: 228px;
}
.nav_left {
	width: 300px;
	height: 480px;
	background: #fff;
	overflow: hidden;
}
.nav_left ul {
	padding-top: 15px;
	overflow: hidden;
}
.nav_left ul li{
	font-size: 16px;
	line-height: 61px;
	color: #333;
	height: 61px;
	cursor: pointer;
	padding-left: 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
}
.nav_left ul li span a {
    color: #333;
}
.nav_left ul li:hover{
	padding-left: 26px;
	border-left: 4px solid #00a498;
	background: #F2F2F2;
}

.nav_right {
	width: 789px;
	height: 507px;
	padding: 15px 10px 10px;
	border: 1px solid #eaeaea;
	border-left: none;
	position: absolute;
	margin-left: 300px;
	top: 0px;
	background: #FFFFFF;
	overflow: hidden;
}
.sub {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
	overflow-y:auto;
}
.sub dl{
	/* width: 380px; */
	/* float: left; */
	margin-left: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #eaeaea;
}
.sub dt {
	margin-bottom: 5px;
}
.sub dt a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.sub dd {
	/* width: 380px; */
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.sub dd a {
	margin: 0 6px;
	color: #999;
}
.sub dd a:hover {
	color: #00A499;
}
.hide {
	display: none;
}
.show {
	display: block;
}

.mainRight{
	width: 1120px;
	float: right;
	position:relative;
}
.nav{
	width:1120px;
	position:absolute;
	top: -30px;
	left: 0px;
}
.nav li{
	float: left;
	width:101.8px;
	float: left;
	text-align: center;
	font-size: 18px;
}
.nav li a{
	color:#333;
	display: block;
	background-color: #fff;
}
.nav li a b{
	display: inline-block;
	width: 48px;
	height: 53px;
}
.nav li a b i{
	display: inline-block;
	width: 36px;
	height: 30px;
	margin: 15px 0 5px 0;
	overflow: hidden;
	background:url("/images/shop/menu001.png") no-repeat;
	-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;
}
.nav li.n1 a b i{
	background-position:3px 0;
}
.nav li.n2 a b i{
	background-position:-55px 0px;
}
.nav li.n3 a b i{
	background-position:-114px 0px;
}
.nav li.n4 a b i{
	background-position:-175px 0px;
}
.nav li.n5 a b i{
	background-position:-234px 0px;
}
.nav li.n6 a b i{
	background-position:-295px 0px;
}
.nav li.n7 a b i{
	background-position:-355px 0px;
}
.nav li.n8 a b i{
	background-position:-413px 0px;
}
.nav li.n9 a b i{
	background-position:-471px 0px;
}
.nav li.n10 a b i{
	background-position:-531px 0px;
}
.nav li.n11 a b i{
	background-position:-591px 0px;
}
.nav li a:hover b{
	background:url("/images/shop/menub.png") no-repeat center center;
}
.nav li a:hover{
	font-weight: bold;
	color:#008d83;
}
.nav li a:hover b i{
	margin-top: 10px;
	-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;
}
.nav li.n1 a:hover b i{
	background-position:3px -50px;
}
.nav li.n2 a:hover b i{
	background-position:-55px -50px;
}
.nav li.n3 a:hover b i{
	background-position:-114px -50px;
}
.nav li.n4 a:hover b i{
	background-position:-175px -50px;
}
.nav li.n5 a:hover b i{
	background-position:-234px -50px;
}
.nav li.n6 a:hover b i{
	background-position:-295px -50px;
}
.nav li.n7 a:hover b i{
	background-position:-355px -50px;
}
.nav li.n8 a:hover b i{
	background-position:-413px -50px;
}
.nav li.n9 a:hover b i{
	background-position:-471px -50px;
}
.nav li.n10 a:hover b i{
	background-position:-531px -50px;
}
.nav li.n11 a:hover b i{
	background-position:-591px -50px;
}

.center{
	width: 810px;
	float: left;
	padding-top: 10px;
	margin-top: 54px;
}
.promotion{
	width: 810px;
	height: 320px;
	position: relative;
}

.promotionBoxZ{
	width: 810px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 320px;
}
.carousel-inner{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}
.carousel-inner li {
	width: 810px;
	float: left;
    overflow: hidden;
    height: 320px;
    background: #000;
}
.carousel-inner img {
    width: 810px;
    height: 320px;
}

.carousel-indicators{
	width: 60px;
	height: 8px;
	position: absolute;
	bottom: 20px;
	left: 322px;
	z-index: 999;
	text-align: center;
	z-index: 9;
}
.carousel-indicators a{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	display: inline-block;
	background: #fff;
	margin: 0 4px;
	text-indent: -9999px;
	opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
}
.carousel-indicators a.active{
	width: 16px;
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
}

.promotionTab {
	width: 90px;
	height: 10px;
	float: left;
	position: absolute;
	bottom: 15px;
	left: 360px;
	z-index: 999;
}
.promotionTab p a {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	display: inline-block;
	background: #b5d3f8;
	margin: 0 3px;
}

.promotionTab p a.focus {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	display: inline-block;
	border: 1px solid #b5d3f8;
	background: none
}

.products{
	width: 810px;
	height: 140px;
	background: #fff;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 2px;
}
.proBox{
	width: 269px;
	height: 140px;
	float: left;
	position: relative;
	margin-right: 1px;
}
.proBox:last-child{margin-right: 0}
.proLine{
	width: 1px;
	height: 70px;
	background: #ddd;
	float: left;
	margin-top: 35px;
}
.proBox p{
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 20px;
}
.proBox p a{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.proBox b{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #ff9000;
	position: absolute;
	top: 75px;
	left: 15px;
}
.proBox table{
	width: 120px;
	height: 70px;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.proBox table td{
	width: 120px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}
.right{
	width: 300px;
	height: 470px;
	background: #fff;
	border-radius: 2px;
	float: right;
	margin-top: 64px;
}
.members{
	width: 300px;
	height: 140px;
	padding-top: 14px;
	border-bottom: 1px solid #ddd;
}
.user{
	width: 264px;
	margin: 0 auto;
}
.portrait{
	float: left;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-right: 10px;
}
.portrait img{
	width: 100%;
	height: auto;
}
.members span{
	font-size: 16px;
	line-height: 28px;
	color: #333;
	display: block;
	margin-top: 5px;
	float: left;
}
.members p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	float: left;
}
.members p b{
	color: #ff9913;
}
.enroll{
	text-align: center;
	margin-top: 15px;
}
.enroll a{
	width: 93px;
	height: 30px;
	border: 1px solid #00a498;
	background: #00a498;
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.enroll a.enroll-register{
	background: #fff;
	color: #00A498;
}
.rightCenter{
	width: 300px;
	height: 74px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.rightCenter ul li{
	width: 75px;
	height: 74px;
	float: left;
	text-align: center;
}
.rightCenter ul li>a{
	width: 32px;
	height: 32px;
	background: #00A498;
	border-radius: 5px;
	display: block;
	margin: 0 auto 5px;
	font-size: 24px;
	color: #fff;

}
.rightCenter ul li>a.phoneIcon{
	background: url(../../images/shop/shop.png) no-repeat 5px -82px;
}
.rightCenter ul li>a.store{
	background: url(../../images/shop/shop.png) no-repeat 3px -132px;
}
.rightCenter ul li>a.shopMan{
	background: url(../../images/shop/shop.png) no-repeat 1px -177px;
}
.rightCenter ul li>a.help{
	background: url(../../images/shop/shop.png) no-repeat 2px -219px;
}
.rightCenter ul li p{
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.rightCenter ul li p a{
	color: #666;
}
.rightCenter ul li p a:hover{
	color: #00A498;
}

.affiche{
	margin: 11px 0;
}
.afficheNav{
	height: 25px;
	padding: 0 17px;
}
.afficheNav p{
	z-index: 8;
	margin-left: -30px;
}
.afficheNav p a{
	font-size: 14px;
	line-height: 25px;
	margin-left: 30px;
	color: #333;
	padding-bottom: 10px;
}
.afficheNav p a.focus{
	color: #00A498;
	padding-bottom: 9px;
	font-weight: bold;
	border-bottom: 4px solid #00A498;
}
.afficheList{
	padding: 0 17px;
	display: none;
}
.afficheList ul{
	padding-top: 20px;
}
.afficheList ul li{
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.afficheList ul li a{
	color: #333;
}
.afficheList ul li a:hover{
	color: #00A498;
}
.headlines{
	width: 100%;
	height: 20px;
	padding-top: 18px;
	margin-top: 15px;
	border-top: 1px dotted #e2e2e2;
	background: url(../../images/shop/shop.png) no-repeat 20px -248px;
}
.headlines p{
	text-indent: 65px;
}
.headlines p a{
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.activity{
	width: 1430px;
	margin: 20px auto;
}
.actTop{
	height: 38px;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	background: url(../../images/shop/icon1.png) no-repeat;
}
.actTop h2{
	font-size: 22px;
	line-height: 48px;
	color: #333;
	font-weight: normal;
}
.actTop p{
	font-size: 14px;
	line-height: 48px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}
.actBot ul{
	margin-left: -10px;
	overflow: hidden;
}
.actBot ul li{
	float: left;
	margin-left: 16px;
	width: 100%;
}
.actBot ul li:nth-child(1){width: 610px;}
.actBot ul li:nth-child(2){width: 430px;}
.actBot ul li:nth-child(3){width: 350px;}
.actBot ul li img{
	display: block;
	margin-bottom: 10px;
}

.water{
	width: 1200px;
	margin: 0 auto;
}
.content{
	margin-top: 20px;
}
.mainTitle{
	text-align: center;
	padding-bottom: 15px;
	background: url(../../images/shop/titlebg.png) center bottom no-repeat;
}
.mainTitle h2{
	font-size: 30px;
	line-height: 40px;
	color: #333;
}
.mainTitle span{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	text-transform: uppercase;
}
.mainNav{
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.mainNav p{
	font-size: 16px;
	line-height: 40px;
	color: #00A498;
}
.mainNav p a{
	font-size: 16px;
	line-height: 40px;
	color: #333;
	margin: 0 20px;
	width: 102px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    text-decoration: none;
}
.mainNav p a.focus{
	color: #00A498;
	font-weight: bold;
	background: url(../../images/shop/abg.png) no-repeat center;
}
.waterList{
	/*position: absolute;
	top: 16px;
	left: 0;*/
	display: none;
}
.caseList ul{
	margin-left: -20px;
}
.caseList ul li{
	width: 285px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.caseList ul li img{
	width: 285px;
	height: 180px;
}
.caseList ul li p{
	padding-top: 5px;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.caseList ul li p a{
	color: #333;
}
.caseList ul li p a:hover{
	color: #00A498;
}
.productLeft{
	width: 305px;
	height: 668px;
	float: left;
	background: #f7f7f7;
	position: relative;
}
.productLeft h3{
	font-size: 22px;
	line-height: 40px;
	color: #333;
	padding-left: 53px;
	height: 40px;
	overflow: hidden;
	margin-top: 52px;
	padding-bottom: 31px;
	margin-bottom: 30px;
	position: relative;
}
.productLeft h3::after{
	content: "";
	position: absolute;
	height: 2px;
	left: 53px;
	bottom: 0;
	width: 76px;
	background-color: #666;

}
.productLeft p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-left: 53px;
	height: 30px;
	overflow: hidden;
}
.productLeft a.snap-up{
	display: block;
	width: 148px;
	height: 38px;
	border: 1px solid #f60;
	color: #f60;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	bottom: 40px;
	border-radius: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.productLeft a.snap-up:hover{
	background-color: #f60;
	color: #fff;
	border-color: #fff;
}
.productLeft table{
	width: 260px;
	height: 238px;
	margin-top: 50px;
	margin-left: 22px;
}
.productLeft table td{
	width: 260px;
	height: 238px;
	text-align: center;
	vertical-align: middle;
}
.productList ul{
	width: 1125px;
	float: left;
}
.productList ul li{
	width: 355px;
	height: 324px;
	background: #f2f2f2;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.recommend{
	width: 50px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #Fff;
	background: url(../../images/shop/shop.png) no-repeat 0 -454px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5;
}
.productList ul li table{
	width: 315px;
	height: 236px;
	margin: 15px 20px;
}
.productList ul li table td{
	width: 315px;
	height: 236px;
	text-align: center;
	vertical-align: middle;
}
.productList ul li b{
	height: 60px;
	width: 100%;
	background: #33b6ad;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.productList ul li p{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	width: 315px;
	padding: 0 20px;
	position: absolute;
	top: 266px;
	left: 0;
	z-index: 2;
	font-weight: bold;
	text-align: center;
}
.productList ul li p a{
	color: #333;
}
.price{
	width: 355px;
	position: absolute;
	top: 296px;
	left: 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #acacac;
	z-index: 2;
}
.price i{
	font-style: normal;
	margin-right: 10px;
	color: #f60;
}
.price em{
	font-style: normal;
	margin-left: 10px;
	color: #999;
}
.productList ul li:hover b{
	display: block;
}
.productList ul li:hover a{
	color: #fff;
}
.productList ul li:hover .price{
	color: #fff;
}
.productList ul li:hover i{
	color: #fff;
}
.productList ul li:hover em{
	color: #fff;
}
.usedList ul{
	margin-left: -20px;
}
.usedList ul li{
	width: 588px;
	height: 191px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.usedList ul li:hover{
	border: 1px solid #00a498;
}
.usedList ul li table{
	width: 284px;
	height: 191px;
	float: left;
	background: #f2f2f2;
}
.usedList ul li table td{
	width: 284px;
	height: 191px;
	text-align: center;
	vertical-align: middle;
}
.solidText{
	width: 260px;
	padding: 20px;
	float: right;
}
.solidText h3{
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
.solidText h3 a{
	color: #333;
}
.solidText h3 a:hover{
	color: #00A498;
}
.solidText p{
	margin-left: -10px;
	font-size: 12px;
	line-height: 15px;
	color: #ddd;
}
.solidText p span{
	color: #999;
	margin: 0 10px;

}
.line{
	height: 2px;
	width: 20px;
	background: #f60;
	margin: 15px 0 20px;
}
.present-price b{
	font-size: 20px;
	line-height: 30px;
	color: #f60;
	font-weight: normal;
	margin-right: 10px;
}
.original-price{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ccc;
	text-decoration: line-through;
}
.rules{
	width: 285px;
	height: 180px;
	float: left;
	background: #f2f2f2;
	overflow: hidden;
	margin-bottom: 20px;
}
.rules ul{
	width: 288px;
}
.rules ul li{
	width: 71px;
	height: 90px;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.rules ul li i{
	display: block;
	font-size: 26px;
	line-height: 30px;
	color: #00A498;
	margin-top: 23px;
}
.rules ul li p{
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.equipment{
	width: 285px;
	height: 180px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.equipment1{
	background: #dcf6fb;
}
.equipment2{
	background: #e2e9f0;
}
.equipment p{
	font-size: 16px;
	line-height: 25px;
	width: 160px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 33px;
	left: 20px;
}
.equipment p a{
	color: #718393;
}
.equipment span{
	display: block;
	width: 124px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background: #f60;
	border-radius: 0 15px 0 15px;
	position: absolute;
	top: 100px;
	left: 20px;
}
.equipment table{
	width: 125px;
	height: 100px;
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.equipment table td{
	width: 125px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
.leaseBot{
	width: 100%;
	float: left;
}
.leaseBot ul{
	float: left;
	margin-left: -20px;
}
.leaseBot ul li{
	width: 283px;
	height: 298px;
	border: 1px solid #ddd;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.leaseBot ul li table{
	width: 223px;
	height: 155px;
	margin: 17px 30px;
}
.leaseBot ul li table td{
	width: 223px;
	height: 155px;
	text-align: center;
	vertical-align: middle;
}
.leaseBot ul li p{
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	padding: 0 20px;
}
.leaseBot ul li p a{
	color: #333;
}
.leaseBot ul li b{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #f60;
	padding: 0 20px;
	font-weight: normal;
}
.leaseBot ul li span{
	display: block;
	height: 40px;
	text-align: center;
	padding: 0 20px;
	background: #f2f2f2;
	font-size: 12px;
	line-height: 40px;
	color: #999;
	margin-top: 14px;
}
.leaseBot ul li:hover span{
	color: #fff;
	background: #00a498;
}
.videoLeft{
	width: 590px;
	height: 410px;
	float: left;
	margin-bottom: 19px;
	position: relative;
}
.videoLeft .b1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    z-index: 1;
}
.videoLeft .b2{
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00a498;
	opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    z-index: 2;
}
.videoText{
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.videoText a.playButton{
	display: block;
	width: 54px;
	height: 54px;
	float: left;
	color: #fff;
	margin: 30px 12px 0;
	background: url(../../images/shop/playIcon.png) no-repeat 0 -44px;
}
.videoText h3{
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 5px;
}
.videoText h3 a{
	color: #fff;
}
.videoText p{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #fff;
}
.videoText p a{
	color: #fff;
}
.videoList ul{
	width: 610px;
	float: left;
}
.videoList ul li{
	width: 285px;
	height: 195px;
	float: left;
	margin-left: 20px;
	margin-bottom: 19px;
	position: relative;
}
.videoList ul li img{
	width: 285px;
	height: 195px;
}
.videoList ul li b{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.videoList ul li a.playIcon{
	width: 54px;
	height: 54px;
	position: absolute;
	top: 70px;
	left: 116px;
	z-index: 2;
	background: url(../../images/shop/playIcon.png) no-repeat 0 -44px;
}
.videoList ul li p{
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	width: 245px;
	padding: 0 20px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 3;
	text-align: center;
}
.videoList ul li p a{
	color: #fff;
}
.gas{
	width: 1200px;
	margin: 0 auto;
}
.gasList {
    display: none;
}
.solidWaste{
	width: 1430px;
	margin: 0 auto;
}
.solidList{
	display: none;
}
.solidWaste .mainNav{
	/* margin-left: 120px; */
}
.environment{
	width: 1200px;
	margin: 0 auto;
}
.environment .mainNav{
	margin-left: 120px;
}
.environmentList{
	display: none;
}
.environment2{
	width: 1200px;
	margin: 0 auto;
}
.environment2 .mainNav{
	margin-left: 120px;
}
.environmentList2{
	display: none;
}
.tradeShow{
	width: 1200px;
	margin: 0 auto 20px;
}
.tradeNav{
	height: 40px;
	text-align: center;
}
.tradeNav p a{
	font-size: 22px;
	line-height: 40px;
	color: #333;
	margin: 0 22px;
	position: relative;
}
.tradeNav p a.focus{
	color: #00A498;
}
.tradeNav p a.focus b{
	width: 40px;
	height: 4px;
	background: #00A498;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -20px;
}
.tradeList{
	margin-top: 15px;
	display: none;
}
.tradeList ul{
	margin-left: -20px;
}
.tradeList ul li{
	width: 265px;
	height: 260px;
	padding: 10px;
	background: #fff;
	float: left;
	margin-left: 20px;
	box-shadow: 0 0 15px #ebebeb;
}
.tradeList ul li img{
	width: 265px;
	height: 168px;
}
.tradeList ul li p{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
}
.tradeList ul li p a{
	color: #333;
}
.tradeList ul li .date{
	margin-top: 20px;
}
.tradeList ul li .date span{
	font-size: 12px;
	line-height: 20px;
	color: #999;
	float: left;
}
.tradeList ul li .date a{
	font-size: 12px;
	line-height: 20px;
	color: #333;
	float: right;
}
.advBanner{
	width: 1200px;
	margin: 0 auto;
}
.advBanner ul{
	margin-left: -10px;
}
.advBanner ul li{
	margin-left: 10px;
}

#guide{
	width: 100%;
	min-width: 1200px;
	margin: 30px auto 0;
	padding: 45px 0 20px;
	background: #00a498;
}
.guide{
	width: 1200px;
	margin: 0 auto;
}
.guide ul{
	margin-left: 15px;
	float: left;
}
.guide ul li{
	padding-left: 60px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	width: 180px;
}
.guide ul li a{
	color: #fff;
}
.guide ul li b{
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}
.guide ul li.novice{
	background: url(../../images/shop/guidebg.png) no-repeat 0 -90px;
}
.guide ul li.subsite{
	background: url(../../images/shop/guidebg.png) no-repeat 0 -167px;
}
.guide ul li.sitemap{
	background: url(../../images/shop/guidebg.png) no-repeat 0 -245px;
}
.guide ul li.siteservice{
	background: url(../../images/shop/guidebg.png) no-repeat 0 -325px;
}
.code{
	width: 161px;
	height: 186px;
	float: left;
	background: url(../../images/shop/erweimaBg.png) no-repeat;
}
.code img{
	width: 130px;
	height: 130px;
	margin: 25px 15px;
}
/* footer */
#footer {
	width: 100%;
	border-top: 1px solid #e8e8e8;
	background: #333333;
	padding: 20px 0 12px;
}
#footer .w {
	width: 1430px;
	margin: 0 auto;
}
.foot {
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.foot a {
	color: #999;
}
.foot a:hover {
	color: #00895c;
}
.footer-content {
	text-align: left;
	border-bottom: 1px solid #424241;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.guide{
	padding-left: 15px;
	width: 350px;
	float: left;
}
.guide span{
	font-size: 18px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.guide p{
	float: left;
	margin-right: 20px;
}
.guide p a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.guide.last {
	width: auto;
	overflow: hidden;
	float: none;
}
.zyAPP {
	width: 110px;
	text-align: center;
	margin: 5px 10px;
	display: inline-block;
	vertical-align: top;
}
.zyAPP:first-of-type {
    margin-left: 0;
}
.zyAPP b{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	font-weight: normal;
}
.WechatTop{
	font-size: 14px;
    line-height: 30px;
    color: #999;
}
.guide {
	width: 400px;
	position: relative;
}
.guide p {
	width: 180px;
}
.foot span {
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 0 0 15px;
}
.foot i {
	font-style: normal;
	color: #00895c;
}
.foot ul {
	display: inline-block;
	margin-top: 10px;
}
.foot li {
	float: left;
	margin-right: 20px;
}
.foot li b{
	display: block;
	font-weight: normal;
	margin-bottom: 7px;
}
.foot li a {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	/* background: #cecece url(../../../images/index/QQ.png) no-repeat center; */
	margin-left: 8px;
	margin-right: 4px;
	vertical-align: top;
}

.foot li em{
	font-style:normal ;
	margin-right: 8px;
}
.bottom {
	padding: 20px 0;
	text-align: center;
	background-color: #333;
}
.bottom p a {
	margin-right: 12px;
}
.bottom p a.record6 {
	width: 86px;
	background: url(https://www.foodjx.com/images/index/ypxx.png) no-repeat;
	vertical-align: top;
	position: relative;
	height: 32px;
	display: inline-block;
	text-decoration: none;
	color: #424345;
	text-align: left;
	font: normal 12px/14px "microsoft yahei";
	margin: 0px 2px;
	border-radius: 3px;
	padding: 8px 0px 0 34px;
}
.bottom p a.record6::after {
	content: "互联网药品信息服务资格证书";
	position: absolute;
	right: 1px;
	top: 1px;
	width: 90px;
	background-color: #fff;
	bottom: 1px;
	border-radius: 2px;
	text-align: center;
	line-height: 14px;
	padding-top: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}
.bottom span {
	margin-top: 15px;
	display: inline-block;
}
.bottom span img {
	margin-right: 5px;
}
.bottom span a {
	font-size: 12px;
	color: #999;
}
/* end */

.advs {
    position: relative;
    display: block;
}
.advs i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 12px;
    background: url(https:public.mtnets.com/images/public/adv.png) no-repeat;
}
.link{
	width: 1200px;
	margin:10px auto 0;
}
.link h3{
	display: block;
	font-size: 22px;
	line-height: 44px;
	border-bottom:3px solid #00a499;
}
.link p{
	padding:16px 0 0 0;
	font-size: 0;
	overflow: hidden;
}
.link p a{
	color: #333;
	width: 150px;
	float: left;
	line-height: 30px;
	font-size: 14px;
}
.link p a:hover{
	color: #00a499;
}
.actBot ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.actBot ul li a,.productLeft table td {position: relative;}
.carousel-item i,.proBox i,.actBot li a i,.productLeft td i{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}
