.w{
    width: 1100px;
    margin: 0 auto;
}
.iframe {
	overflow: hidden;
	height: 42px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.gray {
	background-color: #f5f5f5;
}
/* header */
.header {
	height: 42px;
	background: #f5f5f5;
	font-size: 13px;
}
.header .left {
	float: left;
}
.header .left p {
	line-height: 42px;
	float: left;
}
.header .left p a {
	color: #333;
}
.header .left p a:hover {
	color: #14a83b;
}

.header .left ul {
	float: left;
	margin-top: 13px;
}
.header ul li {
	float: left;
	padding: 0 4px;
}
.header .left ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	margin-top: -4px;
}
.header .left ul li:first-child a {
	padding: 0 15px;
}
.header .left ul li a {
	padding: 0 10px;
}
.header .left ul li:first-child a {
	color: #14a83b;
}
.header .left ul li:nth-child(even) a,
.header .item ul li:nth-child(even) a:hover {
	color: #fff;
	background-color: #14a83b;
	border-radius: 2px;
}
.header .right {
	float: right;
	margin-right: 162px;
	margin-top: 15px;
}
.header .right li {
	padding: 0 7px;
	border-right: 1px solid #ddd;
}
.header .right li a {
	color: #666;
}
.header .right li a:hover {
	color: #14a83b;
}
/* header--drop  */
.header--drop {
	margin: 0 auto;
	position: relative;
	font-size: 13px;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -42px;
}
.header--drop ul li {
	float: left;
	height: 42px;
	position: relative;
}
.header--drop ul li .weixin {
	height: 43px;
	position: relative;
}
.header--drop ul li .weixin::after {
	width: 1px;
	height: 13px;
	background-color: #ddd;
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 100;
}
.header--drop ul li .weixin.hover::before {
	background-color: #fff;
	content: '';
	position: absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom: 0;
	height: 45px;
	z-index: 101;
}
.header--drop ul li .weixin.hover {
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,
.header--drop ul li:last-child .weixin::after {
	display: none;
}
.web-code {
	width: 130px;
	padding: 25px 25px 20px 25px;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 42px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 9999;
}
.web-code1 {
	width: 300px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code img {
	width: 100%;
	height: 100%;
}
.web-code b {
	display: block;
	font-size: 14px;
	padding: 18px 0 8px 0;
}
.web-code p {
	color: #999;
}
.header--drop ul li a {
	color: #666;
	line-height: 42px;
	display: block;
	padding: 0 8px;
	position: relative;
	z-index: 105;
}
.header--drop ul li a i {
	vertical-align: top;
	margin: 0px 7px 0 0;
	display: inline-block;
}
.header--drop ul li a:hover {
	color: #14a83b;
}
.headerNav {
	padding: 25px 0 20px;
	overflow: hidden;
	background-color: #fff;
}
.headerNav p {
	font-size: 14px;
	color: #999;
	width: 1560px;
	margin: 0 auto;
}
.headerNav p a {
	color: #999;
	margin: 0 4px;
}
.headerNav p a:hover {
	color: #14a83b;
}
/* top */
.top {
	padding: 20px 0 28px;
	background-color: #fff;
    box-shadow: 0px 7px 7px -7px rgba(100, 100, 100, 0.2);
}
.top .logo {
	float: left;
	width: 273px;
}
.top .page-name {
	margin-left: 28px;
	padding-left: 28px;
	border-left: 1px solid #ddd;
	line-height: 40px;
	float: left;
	font-size: 24px;
	margin-top: 5px;
    font-weight: 700;
    color: #14a83b;
}
.top .right {
	float: right;
}
.search {
	float: left;
}
.search .form {
	width: 430px;
	height: 40px;
	border: 1px solid #eee;
	margin-top: 5px;
	box-sizing: border-box;
	position: relative;
}
.search .form .select {
	width: 68px;
	height: 100%;
	position: relative;
	float: left;
}
.search .form .select .select-top {
	width: 100%;
	height: 100%;
	position: relative;
}
.search .form .select .select-top p {
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	text-indent: 13px;
	border-right: 1px solid #eee;
	margin-top: 10px;
}
.search .form .select .select-top i {
	position: absolute;
	right: 9px;
	top: 6px;
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	color: #666;
}
.search .form .select .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search .form .select .select-bot {
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 42px;
	left: -2px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-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;
}
.search .form .select .select-bot li:hover {
	background-color: #14a83b;
	border-left: 2px solid #14a83b;
	border-right: 2px solid #14a83b;
	color: #fff;
	cursor: pointer;
	-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;
}
.search .form input {
	border: none;
	height: calc(100% - 2px);
	width: calc(100% - 68px);
	font-size: 14px;
	color: #999;
	float: left;
	text-indent: 10px;
	margin-top: 2px;
	padding-right: 90px;
	box-sizing: border-box;
}
.search .form input:focus {
	color: #333;
}
.search .form button {
	width: 90px;
	height: calc(100% + 2px);
	border: none;
	background-color: #14a83b;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	outline: none;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 9;
}
.top .right span {
	font-size: 14px;
	margin-left: 40px;
	margin-top: 24px;
	float: right;
}
.top .right span a {
	color: #f60;
}
.top .right span a:hover {
	color: #14a83b;
}
/* solidWaste */
.solidWaste{
    margin-top: 22px;
}
.solidWaste .mainTitle{
    padding-bottom: 14px;
    position: relative;
    text-align: center;
}
.solidWaste .mainTitle b{
    font-size: 28px;
    color: #333;
}
.solidWaste .mainTitle p{
    margin-top: 5px;
    font-size: 12px;
    text-transform:uppercase;
    color: #999;
}
.solidWaste .mainTitle .borderBot{
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 1px;
    background-color: #dcdcdc;
}
.solidWaste .mainTitle .borderBot i{
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    height: 7px;
    width: 7px;
    background-color: #14a83b;
}
.mainBot ul{
    width: calc(100% + 15px);
    overflow: hidden;
}
.mainBot li{
    float: left;
    width: 20%;
    padding-right: 15px;
    margin-top: 20px;
    box-sizing: border-box;
}
.mainBot li .item{
    background-color: #fff;
    position: relative;
}
.mainBot li .item .images{
    height: 170px;
    position: relative;
}
.mainBot li .item .images img{
    width: 100%;
    height: 100%;
}
.mainBot li .itemHover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 40px;
    background-color: #14a83b;
    padding: 15px 18px;
    box-sizing: border-box;
    display: none;
}
.mainBot li .itemHover p{
    line-height: 24px;
    height: 96px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}
.mainBot li .itemHover a{
    display: block;
    height: 30px;
    line-height: 30px;
    width: 122px;
    font-size: 14px;
    margin: 12px auto 0;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}
.mainBot li .itemHover a:hover{
    border-color: #14a83b;
    color: #14a83b;
    background-color: #fff;
}
.mainBot li .text a{
    display: block;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #333;
    text-align: center;
    border: 1px solid #fff;
    transition:none;
    overflow: hidden;
}
.mainBot li .item:hover .itemHover{
    display: block;
}
.mainBot li .item:hover .text a{
    border-color: #14a83b;
    color: #14a83b;
}
.mainTop{
    height: 32px;
    line-height: 32px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #14a83b;
}
.mainTop b{
    color: #333;
}
.mainTop i{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    vertical-align: top;
}
.mainTop1 i{background: url(../../../../images/brands/version/2022/title-1.png) no-repeat;}
.mainTop2 i{background: url(../../../../images/brands/version/2022/title-2.png) no-repeat;}
.mainTop3 i{background: url(../../../../images/brands/version/2022/title-3.png) no-repeat;}
.mainTop4 i{background: url(../../../../images/brands/version/2022/title-4.png) no-repeat;}
.mainTop5 i{background: url(../../../../images/brands/version/2022/title-5.png) no-repeat;}
/* footer */
#footer {
	width: 100%;
	min-width: 1200px;
	margin: 45px auto 0;
	border-top: 1px solid #e8e8e8;
	background: #333333;
	padding: 12px 0;
}
.foot {
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	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: 330px;
	float: left;
    position: relative;
}
.guide span{
    font-size: 18px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.guide p{
	float: left;
    width: 155px;
	margin-right: 10px;
}
.guide p a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.guide.last {
	width: auto;
	overflow: hidden;
	float: none;
}
.zyAPP {
	width: 90px;
	text-align: center;
	margin: 3px;
	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;
}
.foot span {
	font-size: 15px;
	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 em{
  font-style: normal;
  
}
.foot li b{
  font-weight: normal;
 margin-bottom: 7px;
 display: block;
}
.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;
}
.bottom {
	padding-top: 20px;
	text-align: center;
	background-color: #333;
}
.bottom p a {
	margin-right: 12px;
}
.bottom p a.record6 {
	width: 86px;
	background: url(/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;
}
.lift-nav{
	width: 64px;
	height: 340px;
	position: fixed;
	right: 10px;
	top: 250px;
}
.lift-nav ul li{
	width: 62px;
	height: 24px;
	padding-top: 38px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border: 1px solid #4e9b31;
	margin-bottom: 10px;
	border-radius: 5px;
	background: url(../../../../images/brand2018/brand2019.png) no-repeat -22px -332px #4e9b31;
}

.lift-nav ul li:hover{
	color: #4e9b31;
	border: 1px solid #4e9b31;
	background: url(../../../../images/brand2018/brand2019.png) no-repeat 22px -332px #fff;
}
.lift-nav ul li.current{
	background-position-x: -58px;
	background-color: #fff;
	color: #4e9b31;
	background: url(../../../../images/brand2018/brand2019.png) no-repeat 22px -332px #fff;
}





